/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C600%2C700%7CRoboto%3A400%2C600%2C700%7CRoboto+Condensed%3A400%2C600%2C700&#038;ver=4.9.4');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
@font-face{
    font-family:Font Awesome\ 5 Free;
    font-style:normal;
    font-weight:400;
    src:url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-regular-400.eot);
    src:url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
      url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-regular-400.woff2) format("woff2"),
      url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-regular-400.woff) format("woff"),
      url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-regular-400.ttf) format("truetype"),
      url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-regular-400.svg#fontawesome) format("svg")
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-solid-900.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-solid-900.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-solid-900.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-brands-400-1.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-brands-400.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-brands-400-2.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "icomoon-the7-social-icons-16x16";
  font-style: normal;
  font-weight: 400;
  src: url("//www.design-mark.com/wp-content/themes/dt-the7/css/../fonts/icomoon-the7-social-icons-16x16.eot?esfwnl#iefix") format("embedded-opentype"), 
    url("//www.design-mark.com/wp-content/themes/dt-the7/css/../fonts/icomoon-the7-social/fonts/icomoon-the7-social-icons-16x16.ttf?esfwnl") format("truetype"),
    url("//www.design-mark.com/wp-content/themes/dt-the7/css/../fonts/icomoon-the7-social/fonts/icomoon-the7-social-icons-16x16.woff?esfwnl") format("woff"), 
    url("//www.design-mark.com/wp-content/themes/dt-the7/css/../fonts/icomoon-the7-social/fonts/icomoon-the7-social-icons-16x16.svg?esfwnl#icomoon-the7-social-icons-16x16") format("svg");
}




/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font: normal 15px / 27px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  color: #000;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}
::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #00833e;
  text-transform: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font: normal 600 44px / 54px "Arial",Helvetica,Arial,Verdana,sans-serif;
}
h2 {
    font: normal 600 34px / 44px "Arial",Helvetica,Arial,Verdana,sans-serif;
}
h3 {
    font: normal 600 24px / 34px "Arial",Helvetica,Arial,Verdana,sans-serif;
}
h4 {
    font: normal 600 20px / 30px "Arial",Helvetica,Arial,Verdana,sans-serif;
}
h5 {
    font: normal 600 16px / 26px "Arial",Helvetica,Arial,Verdana,sans-serif;
}
h6 {
    font: normal 600 14px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif;
}

/* Anchor Links */
a, a:hover {
    color: #c5c218;
}
a {
    text-decoration: underline;
}
a:hover, a:focus { text-decoration: none;}
a:active, a:focus, a:hover {
    outline: 0;
}

/* Lists */
ul, ol {
  margin: 0 0 10px 20px;
  padding: 0;    
}
ul ul, ul ol, ol ol, ol ul {}
li {}
.body-container ul li{
  list-style: none;
  position: relative;
}
.body-container ul li:before {
    position: absolute;
    left: -18px;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 1.2rem;
    opacity: .9;
    color: green;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */

.dt-shortcode-soc-icons [class*=" dt-icon-"],.dt-shortcode-soc-icons [class^=dt-icon-],.soc-ico [class*=" dt-icon-"],.soc-ico [class^=dt-icon-],[class*=" soc-font-"],[class^=soc-font-]{
    position:relative;
    z-index:2;
    font-family:icomoon-the7-social-icons-16x16!important;
    font-size:16px;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:26px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.dt-icons-selector [class*=" dt-icon-"]:before,.dt-icons-selector [class^=dt-icon-]:before{
    font-family:icomoon-the7-social-icons-16x16!important
}
.dt-shortcode-soc-icons [class*=" dt-icon-"],
.dt-shortcode-soc-icons [class^=dt-icon-], 
.soc-ico [class*=" dt-icon-"], 
.soc-ico [class^=dt-icon-], 
[class*=" soc-font-"], [class^=soc-font-] {
    position: relative;
    z-index: 2;
    font-family: icomoon-the7-social-icons-16x16!important;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container a{
  text-decoration: none;
}

.custom-fixed-header-group{
  position: fixed;
  width: 100% !important;
  left: 0;
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  border-bottom: 0;
  transition: top .52s ease;
  top: -400px;
  padding: 1px 0px 0;
  background: #fff;
  z-index: 9999;
}

.custom-fixed-logo{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  width: auto !important;
  float: none !important;
}

.custom-fixed-header-group .custom-menu-primary{
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.custom-fixed-header-group .page-center > div > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-fixed-header-group .page-center {
    padding-left: 30px;
    padding-right: 30px;
}

.custom-fixed-header-group .custom-menu-primary > div {
    width: 100%;
}

.custom-header-group{
  -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  background: #fff;
  position: relative;
  z-index: 102;
}
.custom-top-header-group {
  background: #00833e;
	
}
.custom-top-header-group .page-center {
  padding: 3px 30px 5px;
  color: #fff;
}

.custom-header-group .page-center{}

.custom-top-header-group a{
  color: #fff;
  text-decoration: none;
}


.mini-contacts {
  color: #fff;
  font: 13px / 19px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  display: inline-block;
  margin-left: 6px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: relative;
  vertical-align: middle;
}
.mini-contacts.address, .mini-contacts.clock, .mini-contacts.email, .mini-contacts.skype {
    padding-left: 22px;
}
.mini-contacts.first {
  margin-left: 0;
}
.mini-contacts.last {
  margin-right: 0;
}
.mini-contacts.clock {
    background-image: url('//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/clock.svg');
}
.mini-contacts.address {
    background-image: url('//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/address_icon.svg');
}

.custom-header-social{
  line-height: 19px;
  float: right;
  vertical-align: middle;
  padding-top: 2px;
}
.custom-header-social a{
  width: 26px;
  height: 26px;
  margin: 0 2px;
  line-height: 26px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
}
.custom-header-social a:first-child{
    margin-left: 0;
}
.custom-header-social a:last-child {
    margin-right: 0;
}

.custom-header-social a:hover {
  opacity: 1;
  color: #c5c218;
}
.soc-font-icon {
    font-size: 16px;
    line-height: 26px;
}
.custom-header-social a:hover .soc-font-icon {
    color: #c5c218;
    color: #c5c218 !important;
    -webkit-text-fill-color: #c5c218 !important;
    background: none !important;
}
.dt-icon-facebook:before, .facebook .soc-font-icon:before {
    content: "\e906";
}
.dt-icon-linkedin:before, .linkedin .soc-font-icon:before {
    content: "\e90d";
}
.dt-icon-twitter:before, .twitter .soc-font-icon:before {
    content: "\e919";
}
.dt-icon-instagram:before, .instagram .soc-font-icon:before {
    content: "\e90b";
}
.dt-icon-pinterest:before, .pinterest .soc-font-icon:before {
    content: "\e910";
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}

.custom-middle-header-group .page-center {
    padding: 0 30px;
}

.custom-middle-header-right {
    padding-top: 26px;
    padding-right: 35px;
}

.custom-logo{
  padding: 5px 0;
}

.custom-logo .mobile-logo{
	display: none;
}

.custom-logo img{}

.custom-get-quote{
  text-align: right;
}

.custom-quote-btn:hover * {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.custom-quote-btn:before {
    background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/cta-image-small.png?t=1522144172463);
    width: 30px !important;
    height: 30px !important;
    content: "";
    display: inline-block;
    background-position: center;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -10px;
}

.custom-quote-btn span {
    font-size: 24px;
    padding-top: 6px;
    display: inline-block;
    padding-right: 1px;
}

.custom-get-quote p{
	margin: 0;
}

.phone-number{
  font: 13px / 17px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  color: #00833e;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 17px;	
	font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 12px;
  background-position: left 20px;
  background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/phone-ico.svg);
}

.custom-search {
  width: 288px;
  float: right;
  position: relative;
}
.searchform {
    position: absolute;
    z-index: 3;
    right: 5px;
    top: 9px;
}
.searchform .searchform-s {
  width: 280px;
  color: #00833e !important;
  background: #fff !important;
  -webkit-text-fill-color: #00833e !important;
  font: 16px / 20px "Open Sans",Helvetica,Arial,Verdana,sans-serif !important;
  text-transform: uppercase;
  line-height: 30px;
  line-height: 25px;
  opacity: 0;
  visibility: hidden;
  top: 29px;
  position: absolute;
  left: 0;
  border: none!important;
  border-radius: 0!important;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2) !important;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.2) !important;
  padding: 15px 15px !important;
  margin-bottom: 10px;
}

.show-search .searchform-s {
  opacity: 1;
  visibility: visible;
}
.searchsubmit {
    display: none !important;
}

.search-ico{
  font: 13px / 17px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  color: #00833e;
  width: 25px;
  height: 25px;
  padding: 0;
  letter-spacing: -4px;
  display: block;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.search-ico:before {
  background-image: url('//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/search-ico.svg');
  width: 20px;
  height: 20px;
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  height: 25px;
  width: 25px;
  background-position: 0 center;
  background-repeat: no-repeat;
  content: "";
}
.search-ico:hover {
  color: rgba(0,131,62,0.7);
}

.show-search .search-ico:before {
  background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/search_close.svg);
}

.custom-fixed-header-group.no-nav .page-center > div > .row-fluid {
    display: block;
}
.no-nav .custom-fixed-logo {
    padding-top: 6px;
    padding-bottom: 6px;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
    padding: 40px 30px;
}

.custom-banner {
  background-color: #00833e;
}
.custom-banner .page-center{
  padding-top: 35px !important;
  padding-bottom: 35px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.custom-banner h1{
  color: white;
  text-transform: uppercase;
  font: normal 600 34px / 44px "Arial",Helvetica,Arial,Verdana,sans-serif;
  margin: 0;
}

.custom-breadcrumb{}
.custom-breadcrumb ul{
  color: #fff;
  font: normal 13px / 26px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
  list-style: none;
}
.custom-breadcrumb li:first-child {
    padding-left: 0;
    margin-left: 0;
    background: 0 0!important;
}

.custom-breadcrumb li {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-left: 5px;
}

.body-container .custom-breadcrumb li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 20px;
    content: "/";
    opacity: 1;
    text-align: left;
    z-index: 3;
    color: rgba(255,255,255,0.5) !important;
    font-size: inherit;
    opacity: 1;
    font-weight: 600;
    top: 1px;
}
.body-container .custom-breadcrumb li:first-child:before {
	content: none;
}
.custom-breadcrumb li a {
  color: #fff !important;
  font: normal 13px / 26px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none !important;
  text-decoration: none;
}
.custom-breadcrumb li a:hover {
  text-decoration: underline;
}

#back-to-top {
  right: 10px;
  z-index: 109;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  width: 44px;
  height: 44px;
  display: none;
  right: 10px;
  background-color: rgba(0,0,0,.2);
}
#back-to-top:hover {
  background-color: rgba(0,0,0,.5);
}
#back-to-top:before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background-image: url('//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/to-top.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#back-to-top:hover {
  background-color: #000;
  background-color: rgba(0,0,0,.5);
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-group{}

.custom-footer-bg{
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/footer-badge.png');
  max-height: 252px;
  height: 100vh;
  background-position: left bottom;
}

.custom-footer-group .page-center{
    padding: 0 30px;
}
.footer-content{
  font-size: 14px;
  line-height: 25px;
  color: #000;
  margin-bottom: 30px;
}
.footer-content .custom-quote-btn span {
  font-size: 20px;
  padding-top: 4px;
  padding-right: 0;
}

.footer-cta a#cta_button_4027342_f9c82472-84e8-47b7-957b-d03ff330ce6e {
  padding: 9px 11px 8px!important;
}
.footer-cta .custom-quote-btn:before {
    margin-top: -8px;
    position: relative;
    left: -1px;
}

.custom-footer-social{
  padding: 5px 0 10px;
  overflow: hidden;
}
.custom-footer-content-wrapper{
  padding-top: 60px;
  padding-bottom: 25px;
}

.footer-cta{}

.footer-cta .custom-quote-btn{
  padding: 8px 10px !important;
  line-height: 20px !important;
}
.custom-footer-col1 .alignnone {
    float: none;
    margin: 7px auto 17px;
}

.custom-footer-title h2{
  font: normal 600 16px / 26px "Arial",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 20px;
  color: #00833e;
}
.contact-info{
  margin: 0;
  padding-bottom: 10px;
  list-style: none;
}
.contact-info li {
    margin: 10px 0 0;
    list-style: none;
}
.contact-info li:first-child {
    margin-top: 0;
}
.color-primary {
    color: #00833e;
}
.contact-info span {
    font-size: 16px;
}

.custom-footer-social{
  padding: 5px 0 10px;
  overflow: hidden;
}
.assistive-text {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
}
.custom-footer-social a {
  width: 45px;
  height: 45px;
  color: #000;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 2px;
  position: relative;
}

.custom-footer-social a:before {
    background-color: rgba(0,0,0,0.15);
}
.custom-footer-social a:after, .custom-footer-social a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  width: 45px;
  height: 45px;
}
.custom-footer-social a:after, 
.custom-footer-social a:hover:before, 
.custom-footer-social a:after, 
.custom-footer-social a:hover:before {
    opacity: 0;
}
.custom-footer-social .soc-font-icon {
    font-size: 30px;
    color: #fff;
}
.dt-icon-instagram:before, .instagram .soc-font-icon:before {
    content: "\e90b";
}
.custom-footer-social a:after {
    background-color: #c5c218;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-footer-social a:hover:after {
    opacity: 1;
}

.certifications {
	list-style: none;
  margin: 0;
  padding: 0;
}

ul.certifications li {
    display: inline-block;
    vertical-align: middle;
}
.certifications li {
    list-style-type: none;
    max-width: 40px;
}

.custom-footer-menu{}
.custom-footer-menu .hs-menu-wrapper > ul{
  padding-bottom: 10px;
  display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:first-child{
  margin-top: 0;
  padding-top: 0;
  border-top: none!important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li{
  margin: 6px 0 0;
  padding: 7px 0 0;
  width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  color: #000;
  background-position: 0 6px;
  padding-left: 23px;
  position: relative;
  background-repeat: no-repeat;
  padding-right: 15px;
  display: inline-block;
  width: auto;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  top: 6px;
  background-color: rgba(0,0,0,0.15);
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  top: 6px;
  background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/menu-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
  color: #c5c218;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover:after {
    background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/arrow_hover.svg);
}

.custom-copyright-group{
  background: #00572d;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}

.custom-copyright-group .page-center{
  padding: 0 30px;	
}

.custom-copyright {
    padding: 19px 0 18px;
}

.custom-copyright p{
	margin: 0;
}

.custom-recent-news a.hs-rss-title {
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: color .35s;
  transition: color .35s;
  font: normal 300 16px / 30px "Arial",Helvetica,Arial,Verdana,sans-serif;
}
.custom-recent-news h3 {
    display: none;
}
.custom-recent-news a.hs-rss-title:hover {
  color: #c5c218;
}
.custom-recent-news .hs-rss-module {
    margin-bottom: 25px;
}

.custom-recent-news .hs-rss-byline {
    opacity: 1;
    font-size: 100%;
}
.custom-recent-news span.hs-rss-date {
    font-size: 12px;
    color: gray;
}

.hs-rss-item {
    margin-bottom: 10px;
}

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */
.custom-menu-wrapper .page-center {
    padding-left: 30px;
    padding-right: 30px;
}

/* =============== Custom Menu Primary =============== */

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:before {
  content: "";
  position: absolute;
  left: -.5px;
  width: 0;
  border-right: solid 1px #ff0;
  height: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: rgba(17,17,17,0.14);
  height: 24px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child:before {
	content: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #c5c218;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  padding-right: 6px;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.contact-us > a:before {
  content: "\f0e0";
}

.custom-menu-primary .hs-menu-wrapper > ul > li.about-us > a:before {
  content: "\f2bb";
}

.custom-menu-primary .hs-menu-wrapper > ul > li.solutions > a:before {
  content: "\f164";
}

.custom-menu-primary .hs-menu-wrapper > ul > li.industries > a:before {
  content: "\f275";
}

.custom-menu-primary .hs-menu-wrapper > ul > li.products > a:before {
  content: "\f07c";
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 10px;
  position: relative;
  color: #00833e;
  font: 16px / 20px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: uppercase;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: rgba(197,194,24,0.07);
  color: #c5c218;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #c5c218;
}
.custom-menu-primary .hs-menu-wrapper > ul li.active > a{
  color: #c5c218;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  background-image: url('//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/dm-logo-menu.png');
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
  margin-right: 6px;
  display: table-cell;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a span {
  vertical-align: middle;
  padding-left: 6px;
  display: table-cell;
}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1170px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
  .scroll-header .custom-fixed-header-group{
    top: 0;
  }

  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a .menu-text:before {
    position: absolute;
    visibility: hidden;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    opacity: .85;
    bottom: -6px;
    height: 2px;
    background-color: #c5c218;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a .menu-text:before {
    visibility: visible;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a .menu-text:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a .menu-text:before{
    visibility: visible;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #00833e;
    font: normal 600 20px / 24px "Arial",Helvetica,Arial,Verdana,sans-serif;
    text-transform: uppercase;
    margin: 17px 14px 18px 14px;
    padding: 4px 4px 4px 4px;
    position: relative;
    text-decoration: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: stretch;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul:after{
    content: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-positive: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    float: none !important;
    position: relative;
    display: flex;
  }
  .custom-menu-wrapper {
    border-top: 1px solid rgba(51,51,51,0.12);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    min-width: 280px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    top: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
      padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
      padding-bottom: 10px;
  }
  
  .mobile{
    display: none !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }


@media (max-width: 1169px){
  
  .custom-fixed-header-group {
  	display: none !important;
  }

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }
  .custom-menu-wrapper {
      display: none !important;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    background-color: #c5c218;
    background: #00833e !important;
    width: 45px;
    height: 45px;
    transition: background .3s;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    right: 30px;
    top: 28px;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 24px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
    text-align: left;
    transition: 0.3s;
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }
  .mobile-trigger:after, .mobile-trigger:before {
      -webkit-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
      -webkit-transition: transform .3s;
      transition: transform .3s;
    transition: 0.3s;
  }
  .mobile-trigger:hover i:before{
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .mobile-trigger:hover i:after{
  -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 52px !important; /* Button width */
    min-width: 52px !important;
    height: 52px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:after{
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    top: 50%;
    right: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/trigger-arrow.svg');
  }
  .child-trigger.child-open:after {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    background-color: #fff;
    width: 300px !important;
    position: fixed;
    top: 0;
    height: 100vh;
    max-width: 100%;
    z-index: 9602;
    padding: 50px 30px 0;
    -ms-transition: right .5s ease;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    right: -300px;
  }
  
  .mobile-open .custom-menu-primary.js-enabled{
  	right: 0;
  }
  
  .close-menu{
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    right: 0;
    opacity: 1;
    cursor: pointer;
  }

  .close-menu span {
      width: 40px;
      height: 40px;
      color: #fff;
      background-color: #c5c218;
      position: relative;
      display: block;
  }
  .close-menu span:after, .close-menu span:before {
      display: inline-block;
      height: 2px;
      background: #fff;
      position: absolute;
      content: '';
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 50%;
      left: 50%;
      margin: -1px 0 0 -11px;
      width: 22px;
      -webkit-transition: -webkit-transform .1s ease;
      transition: transform .1s ease;
  }
  .close-menu span:before {
      -ms-transform: rotate3d(0,0,1,45deg);
      -webkit-transform: rotate3d(0,0,1,45deg);
      transform: rotate3d(0,0,1,45deg);
  }
  .close-menu span:after {
      -ms-transform: rotate3d(0,0,1,-45deg);
      -webkit-transform: rotate3d(0,0,1,-45deg);
      transform: rotate3d(0,0,1,-45deg);
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  
  .custom-mobile-menu-inner{
  	height: 95vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 30px !important;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font: 600 16px / 20px "Arial",Helvetica,Arial,Verdana,sans-serif;
    flex-grow: 1;
    padding: 16px 30px 16px 0;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
      font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #c5c218;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
    color: #c5c218;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
      border-bottom: 1px solid rgba(51, 51, 51, 0.08);
      margin-bottom: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:before{
  	content: none;
  }
  
   .overlay {
     position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     z-index: 0;
     display: block;
     opacity: 0;
     visibility: hidden;
     transition: all .5s;

  }
  .mobile-open .overlay {
    opacity: 1;
    visibility: visible;
    background: rgba(2,2,2,0.8);
    z-index: 601;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
  	border-bottom: none;
  }
  

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding-bottom: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  	padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 6.5px 30px 6.5px 20px;
    font: 13px/17px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    background: transparent !important;
    color: rgb(51, 51, 51);
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.single-share-box:last-child {
    margin-bottom: 0;
}

.share-link-description {
  font: normal 15px / 27px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  color: #00833e;
  font-size: 14px;
  line-height: 25px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.share-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  line-height: 0;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.single-share-box .share-buttons a {
    display: inline-block;
    width: 50px;
    height: 30px;
    min-width: 50px;
    min-height: 30px;
    margin: 0 4px 4px 0;
    border: 1px solid;
    font-family: 'Font Awesome 5 Brands';
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.single-share-box .share-buttons a:before {
  font-family: 'Font Awesome 5 Brands';
}
.single-share-box .share-buttons a.facebook {
    border-color: rgba(76,105,199,.3);
    color: #4c69c7;
}
.share-buttons .soc-font-icon {
    display: none;
}
.single-share-box .share-buttons a.facebook:before {
    content: "\f39e";
}
.single-share-box .share-buttons a.google {
    border-color: rgba(230,66,53,.3);
    color: #e64235;
}
.single-share-box .share-buttons a.twitter {
    border-color: rgba(42,190,235,.3);
    font-size: 15px;
    color: #2abeeb;
}
.single-share-box .share-buttons a.pinterest {
    border-color: rgba(207,40,52,.3);
    font-size: 16px;
    color: #cf2834;
}
.single-share-box .share-buttons a.linkedin {
    border-color: rgba(0,123,199,.3);
    color: #007bc7;
}
.single-share-box .share-buttons a.google:before {
    content: "\f0d5";
}
.single-share-box .share-buttons a.twitter:before {
    content: "\f099";
}
.single-share-box .share-buttons a.pinterest:before {
    content: "\f0d2";
}
.single-share-box .share-buttons a.linkedin:before {
    content: "\f0e1";
}
.single-share-box .share-buttons a.linkedin:hover {
    border-color: #007bc7;
}
.single-share-box .share-buttons a.pinterest:hover {
    border-color: #cf2834;
}
.single-share-box .share-buttons a.twitter:hover {
    border-color: #2abeeb;
}
.single-share-box .share-buttons a.google:hover {
    border-color: #e64235;
}
.single-share-box .share-buttons a.facebook:hover {
    border-color: #4c69c7;
}

/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */


.post-header h2, h2.post-listing-simple {
  margin-bottom: 2px;
  font: normal normal normal 24px / 34px "Arial",Helvetica,Arial,Verdana,sans-serif;
  color: #00833e;
  text-transform: none;
  font-weight: bold;
}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: #00833e;
  -webkit-transition: color .35s;
  transition: color .35s;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
  color: #c5c218;
}
.entry-meta {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 23px;
  color: #3d3d3d;
}
.entry-meta a{
  color: inherit;
  text-decoration: none;;
}
.entry-meta a:hover {
    text-decoration: underline;
}
.hs-blog-post .entry-meta {
    text-align: center;
    margin-bottom: 55px;
}
.section.post-header h1 {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */


.blog-listing-wrapper .post-listing .post-item {
  padding: 0px 10px 40px 20px;
  width: 50%!important;
  height:560px !important;
  float:left;

}

@media (max-width: 767px){
.blog-listing-wrapper .post-listing .post-item {
  padding: 0px 10px 40px 0px;
  width: 100%!important;
  Float: none;
}
}

.blog-listing-wrapper .post-listing .post-item .post-body {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 5px;
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%!important;
  height: auto;
  width: auto;
  display: block !important;

  margin: 20px 20px 20px 0px;
 
}
@media (max-width: 767px){
  .hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%!important;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 0px 0px 20px 0px;
}
}

/* Read More Link */
a.more-link {
  display:block;
  font-size: 13px;
  line-height: 17px;
  color: #00833e;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  padding-bottom: 8px;
  margin-bottom: -8px;
  display: inline-block;
}

a.more-link i[class^=fa] {
    margin-right: 0;
    margin-left: 7px;
    font-size: 12px;
}
a.more-link * {
    color: #00833e;
}
a.more-link:after {
  background-color: #c5c218;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
  clear: both;
}

a.more-link:hover:after {
    width: 100%;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */

.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
}
#comments-listing {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

#comments-listing.no-comments {
   border: none;
}

#comment-form {
    background: #fff;
    border: 1px solid #000;
    margin: 15px 0;
    padding: 30px;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    clear: both;
    padding: 20px 0;
    text-align: center;
}
.blog-pagination a {
    padding-right: 20px;
}
.blog-pagination a.previous-posts-link {
	background-color:#c5c218;
  background-image: linear-gradient(rgba(0,0,0,0),#eae9ac 1.6%,#d1cf48 9.1%,#c5c218 19.1%,#b4b116 91.6%,#7d7a0f 97.5%,#706d0e);
  border-radius: 12px;
  text-align: center!important;
	max-width: 100%;
	box-sizing: border-box;
	white-space: normal;
  color: #fff;
	font-stretch: normal;
	font-size: 24px!important;
	line-height: 14px;
	font-family: Arial, Helvetica, Arial, Verdana, sans-serif;
  padding:5px 20px 5px 20px!important;
  text-decoration: none;}
.blog-pagination a.previous-posts-link:hover {
  background: #c5c218;
  text-decoration: none;
}
.blog-pagination a.all-posts-link {
  background-color:#c5c218;
  background-image: linear-gradient(rgba(0,0,0,0),#eae9ac 1.6%,#d1cf48 9.1%,#c5c218 19.1%,#b4b116 91.6%,#7d7a0f 97.5%,#706d0e);
  border-radius: 12px;
  text-align: center!important;
	max-width: 100%;
	box-sizing: border-box;
	white-space: normal;
  color: #fff;
	font-stretch: normal;
	font-size: 24px!important;
	line-height: 14px;
	font-family: Arial, Helvetica, Arial, Verdana, sans-serif;
  padding:5px 20px 5px 20px!important;
  text-decoration: none;
}
.blog-pagination a.all-posts-link:hover {
  background: #c5c218;
  text-decoration: none;
}
.blog-pagination a.next-posts-link {
  background-color:#c5c218;
  background-image: linear-gradient(rgba(0,0,0,0),#eae9ac 1.6%,#d1cf48 9.1%,#c5c218 19.1%,#b4b116 91.6%,#7d7a0f 97.5%,#706d0e);
  border-radius: 12px;
  text-align: center!important;
	max-width: 100%;
	box-sizing: border-box;
	white-space: normal;
  color: #fff;
	font-stretch: normal;
	font-size: 24px!important;
	line-height: 14px;
	font-family: Arial, Helvetica, Arial, Verdana, sans-serif;
  padding:5px 20px 5px 20px!important;
  text-decoration: none;}
.blog-pagination a.next-posts-link:hover {
  background: #c5c218;
  text-decoration: none;
}
/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 15px 0 9px;
    margin-bottom: 20px;
}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.form-title{
  font-weight: bold;
  color: #00833e;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 32px;
  border-bottom: 1px solid rgb(0, 131, 62)
}

/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    margin: 0 0 10px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label,
.widget-type-google_search label,
#comment-form .hs-form-field > label {
    font-weight: bold;
    text-align: left;
    line-height: 20px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px; 	
  margin: 5px 0;
  vertical-align: middle;
  display: block;
  font-size: 14px;
  line-height: 25px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #666;
  border: 1px solid #ccc;
  background-color: #fdfdfd;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 90px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display:inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  font: normal 600 14px / 16px "Arial",Helvetica,Arial,Verdana,sans-serif;
  background-color: #c5c218;
  line-height: 15px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  text-shadow: unset;
  box-shadow: unset;
  padding: 12px 18px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: green;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.hs-blog-social-share ul li {
    background: none;
    padding-left: 0;
}
form ul li{
    background: none !important;
    padding-left: 0 !important;
}

form ul li:before{
  content: none !important;
}

.hs-form-required {
  color: #ff0000;
}
.hs-error-msgs.inputs-list{
    margin: 0;
    list-style: none;
    padding: 0;
}

.hs-error-msgs.inputs-list label{
  font-weight: normal;
  color: darkred;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
input.hs-input.error{
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

input.hs-input.error:focus{
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1310px) and (min-width: 1170px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    left: auto !important;
    right: 0;
  }
}
@media (max-width: 1600px) {
  .searchform .searchform-s {
    right: 0;
    left: auto;
    margin-right: 10px;
  }
}
@media (max-width: 1169px) and (min-width: 768px ){
	 .custom-quote-btn:before {
      margin-right: 4px;
      margin-top: -10px;
      width: 22px !important;
      height: 22px !important;
      background-image: url(https://cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/cta-image.png);
      margin-left: 3px;
  }
}
@media (max-width: 1169px) {
	.custom-logo img.desktop-logo {
      display: none;
  }
  .custom-logo .mobile-logo {
      display: inline-block;
  }
  .custom-logo {
      padding: 10px 0;
  }
  .custom-middle-header-right {
      padding-top: 15px;
      padding-right: 102px;
  }
  .custom-quote-btn span {
      font-size: 18px;
      padding-top: 7px;
      padding-right: 2px;
      padding-bottom: 5px;
      position: relative;
      top: -2px;
  }
  .custom-middle-header-right {
      padding-top: 16px;
      padding-right: 102px;
  }
 
  .custom-search {
      width: 224px;
      position: relative;
      margin-top: -12px;
  }
  .custom-get-quote {
      position: relative;
      z-index: 99;
  }
  .search-ico:before {
      margin-top: 0;
      width: 18px;
      height: 18px;
      background-size: 18px;
  }
  .search-ico {
    width: 19px;
    height: 22px;
  }
  .searchform .searchform-s {
    margin-right: 3px;
    top: 33px;
  }
  .custom-middle-header-group .page-center {
  	position: relative;
  }
  .phone-number {
    padding-left: 18px;
  }

  .scroll-header .mobile-trigger {
      position: fixed;
      top: 10px;
      right: 10px;
      background-color: rgba(0,0,0,.2) !important;
  }
  .scroll-header .mobile-trigger i {
      top: 4px;
  }
  .scroll-header  .mobile-trigger i,
  .scroll-header .mobile-trigger i:before,
  .scroll-header .mobile-trigger i:after {
      width: 22px;
      height: 2px;
  }
  .scroll-header .mobile-trigger i:before {
      top: -7px;
  }
  .scroll-header .mobile-trigger i:after {
      top: 7px;
  }
  .scroll-header .mobile-trigger:hover {
      background-color: rgba(0,0,0,.5) !important;
  }
  .close-menu:hover span:before{
      -ms-transform: rotate3d(0,0,1,0deg);
      -webkit-transform: rotate3d(0,0,1,0deg);
      transform: rotate3d(0,0,1,0deg);
  }
  .close-menu:hover span:after{
    -ms-transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
  .scrll-header .mobile-trigger {
      width: 44px;
      height: 44px;
    }
}

@media (max-width: 992px) {
  .custom-copyright {
      text-align: center;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .body-container-wrapper .main-content,
    .blog-content,.blog-sidebar,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    input[type="text"],
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"],
    input[type="file"],
    textarea,
    select {
    	 max-width: 100%;
    }
    .left-widgets {
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-flex-pack: center;
      -ms-justify-content: center;
      justify-content: center;
  }
  .mini-contacts{
    text-align: center;
    margin: 0 5px;
    position: relative;
    top: 1px;
  }
  .mini-contacts a {
      padding-left: 18px;
  }
  
  .mini-contacts.phone {
      background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/phone.svg);
  }
  
  .custom-header-social{
  	margin: 0 5px;
    display: block;
  }
  .custom-middle-header-group .page-center {
      padding: 0 20px;
  }
  
  .custom-search p {
      display: none;
  }
  .custom-get-quote {
      display: none !important;
  }
  .mobile-trigger {
    right: 20px;
  }
  .search-ico:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-top: -4px;
  }
  .search-ico {
      width: 25px;
      height: 33px;
      position: absolute;
      right: -6px;
      top: -2px;
  }
  .custom-middle-header-right {
      padding-top: 0;
      padding-right: 51px;
  }
  .custom-logo {
      padding: 10px 0 9px;
  }
  .custom-banner h1 {
      font: 600 28px / 34px "Arial",Helvetica,Arial,Verdana,sans-serif !important;
  }
  .custom-banner {
      text-align: center;
  }
  .searchform {
      right: 11px;
      top: 11px;
      width: 285px;
  }
  .custom-search {
      margin-top: -79px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
      display: inline;
  }
  
  .mobile-flyout-contact{
    padding-bottom: 30px;
  }
  
  .mob-contact{
    font: 13px / 17px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: uppercase;
    color: #333;
    margin: 10px 20px 10px 0;
    padding-left: 22px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 center;
    position: relative;
    vertical-align: middle;
  }
  .mob-contact.clock{
    background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/mob_clock.svg);
  }
  .mob-contact.address{
    background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/mob_location.svg);
  }
  .mob-contact.phone{
    background-image: url(//cdn2.hubspot.net/hubfs/4027342/Design_Mark_March2018/Images/mob-phone.svg);
    line-height: 32px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
      min-height: 78vh;
  }
  .custom-footer-group .page-center {
      padding: 0 20px;
  }
  .custom-recent-news a.hs-rss-title {
    margin-bottom: 2px;
  }
  .custom-recent-news .hs-rss-item {
      margin-bottom: 16px;
  }
  .custom-footer-col4.footer-content {
      padding-bottom: 17px;
  }
  .custom-recent-news .hs-rss-module {
      margin-bottom: 30px;
  }
  .custom-quote-btn span {
    top: 0px;
  }
  .body-container .page-center {
      padding: 40px 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a span {
      width: auto;
  }
  .blog-listing-wrapper .post-listing .post-item {
      padding: 20px 15px;
  }
  .post-header h2, h2.post-listing-simple {
      font-size: 20px;
      line-height: 26px;
      margin: 3px 0 5px;
  }
  .no-nav-header .custom-header-social {
      display: none !important;
  }
  .custom-footer-bg {
    max-height: 170px;
  }
  

}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    
    .checkbox-row span.fakelabel span {
        float: none;
    }
  .searchform .searchform-s {
      margin-right: 3px;
      top: 64px;
      left: 26.8%;
      right: auto;
      width: 280px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
      min-height: 78.9vh;
  }
}