/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Colors */
    /*  */
    /*  */
    /*  */

    /*  */
    /*  */
    /*  */
    /*  */



/* Base & Button Typography */
            /*  */

                         /*  */
                          /*  */



/* Button */





/* Footer */



/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 768px){
  .mobile-trigger, .child-trigger {
      /*display: none !important;*/ /* Hide button on Desktop */
  }
  
}

@media (max-width: 767px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
   /* Set Border color */
   /* Set Close arrow color */
  


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    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: #3b3b3b;
    }
    
    .mobile-open .custom-menu-primary, .mobile-open .custom-menu-primary *{
        height:auto;
    }


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

  .mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0;          /* Position Button at top right of screen  */
      right: 20px;        /*******************************************/
      margin-left:-30px;
      margin-top:30px;
      margin-bottom:20px;
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px 10px 10px;
      background: transparent; /*#ffffff Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius:6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  .mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #3b3b3b3;
  }

  .mobile-trigger span{
      display: inline;
  }

  .mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  .mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #ffffff;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
      position:absolute;
      top:12px;
      right:8px;
      left:auto;
      margin:0;
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open .mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  .mobile-trigger  i:before, .mobile-trigger i:after {
      position: absolute;
      content: '';
      background-color:#262c33;
  }
   .mobile-trigger  i,  .mobile-trigger  i:before,  .mobile-trigger  i:after {
      width: 26px; /* Icon line width */
      height: 4px; /* Icon line height */
      background-color: #3b3b3b; /* Icon color */
      display: inline-block;
  }
  
  .mobile-trigger  i, .mobile-trigger  i:before, .mobile-trigger  i:after,{
      width: 26px; /* Icon line width */
      height: 4px; /* Icon line height */
      background-color: #262c33; /* Icon color */
      display: inline-block;
  }
  .header.sticky .mobile-trigger i, .header.sticky .mobile-trigger i:before, .header.sticky .mobile-trigger i:after{
      background-color:#262c33; /* 262c33 */
  }  
  .mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open .mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color:#4c4c4f !important;
  }

  /* Child Toggle Button
     ========================================================================== */

  .child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 51px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px solid #ebebeb; /* rgba(255, 255, 255, .20);*/
  }
  .child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  .child-trigger i:after {
      position: absolute;
      content: '';
  }
  .child-trigger i, .child-trigger i:after {
      width: 10px; /* Icon line width */
      height: 1px!important; /* Icon line height */
      background-color:#38383c;  /* #3b3b3b Icon color */
      display: block;           
  }
  .child-trigger i:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  .child-trigger.child-open i:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  .child-trigger.child-open i {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }


    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .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-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.35);
      box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.35); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 23px 0 0 0; /* Padding to add room for close button */
      background-color: #ffffff; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px solid #ebebeb ; /* rgba(255, 255, 255, .35) Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 6px 14px 4px 14px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #3b3b3b3; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: transparent; /* rgba(255, 255, 255, .08) */
     border-top:0;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal .menu-title{
        display:block;
        width:95%;
        padding:0 14px 16px 14px;
        font-size:20px;
        color:#38383c;
  }
  
  .custom-menu-primary .hs-menu-flow-horizontal>ul>li a{
      font-size:20px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
      max-width:100%;
  }
  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a{
      background-position: 92% 50% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
      background-position: 93% 50% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
      background:#fbfbfb;
  }
  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child{
      border-top: 1px solid #ebebeb;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
      border-top:5px solid #c4a229;
      margin-left:0;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal{
      display:none;
  }
  
  .footer-container-wrapper .footer-content .row-fluid .span2{
      width:100%;
  }
  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      height:2px;
      width:20px;
  }
  
  .safari.sticky-head .header-container-wrapper.sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    margin-top:1px;
  }
    
}



/* ==========================================================================
   Home page
   ========================================================================== */
   

@media (min-width: 768px) and (max-width:999px) {
    .custom-menu-primary, .custom-menu-primary *{
        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: #3b3b3b;
    }
    
    .mobile-open .custom-menu-primary, .mobile-open .custom-menu-primary *{
        height:auto;
    }
    
    
    /* Toggle Button
    ========================================================================== */
    
    .mobile-trigger {
        display: inline-block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute; /*******************************************/
        top: 0; /* Position Button at top right of screen */
        right: 10px; /*******************************************/
        margin-left:-30px;
        margin-top:30px;
        margin-bottom:20px;
        width: auto; /* Button width */
        height: auto; /* Button height */ 
        padding: 12px 10px 10px 10px;
        background: transparent; /*#ffffff Background color */
        z-index: 99999999999; /* Z-index to keep button on top of other layers */
        -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        border-radius:6px;
        -webkit-transition:color .2s ease-in; 
        -moz-transition:color .2s ease-in;
        transition:color .2s ease-in;
    }
    
    .mobile-trigger:hover {
        text-decoration: none; /* Removes link text underline on button */
        color: #3b3b3b3;
    }
    
    .mobile-trigger span{
        display: inline;
    }
    
    .mobile-trigger span:before{
        position: absolute;
        content: 'Menu'; /* Change the text on the closed toggle button */
    }
    
    .mobile-trigger span:after{
        position: relative;
        right: 2px;
        content: 'Close'; /* Change the text on the open toggle button */
        background-color: #ffffff;
        opacity: 0;
        transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out; 
    }
    
    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
        position:absolute;
        top:12px;
        right:8px;
        left:auto;
        margin:0;
        -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
        -moz-transition:background-color 0.2s linear; /* Button color transition effect */
        transition:background-color 0.2s linear; /* Button color transition effect */
        background: transparent; /* Changes button background to be slightly darker than open menu color */ 
    }
    
    .mobile-open .mobile-trigger span:after{
        opacity: 1; 
    }
    
    
    /* Toggle Button Icon & Animations
    ========================================================================== */
    
    .mobile-trigger i {
        display: inline;
        position: relative;
        top: -5px;
        margin-left: 0;
        -webkit-transition-duration: 0s;
        -webkit-transition-delay: .2s;
        -moz-transition-duration: 0s;
        -moz-transition-delay: .2s;
        transition-duration: 0s;
        transition-delay: .2s;
    }
    .mobile-trigger i:before, .mobile-trigger i:after {
        position: absolute;
        content: '';
        background-color:#262c33;
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
        width: 26px; /* Icon line width */
        height: 4px; /* Icon line height */
        background-color: #3b3b3b; /* Icon color */
        display: inline-block;
    }
    
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after,{
        width: 26px; /* Icon line width */
        height: 4px; /* Icon line height */
        background-color: #262c33; /* Icon color */
        display: inline-block;
    }
    .header.sticky .mobile-trigger i, .header.sticky .mobile-trigger i:before, .header.sticky .mobile-trigger i:after{
        background-color:#262c33; /* 262c33 */
    } 
    .mobile-trigger i:before {
        margin-top: -8px; /* Position top line */
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
    }
    .mobile-trigger i:after {
        margin-top: 8px; /* Position bottom line */
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
    }
    .mobile-open .mobile-trigger i {
        background-color: rgba(0,0,0,0.0);
        -webkit-transition-delay: .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open .mobile-trigger i:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open .mobile-trigger i:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, .2s;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    }
    .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color:#4c4c4f !important;
    }
    
    /* Child Toggle Button
    ========================================================================== */
    
    .child-trigger {
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 51px !important; /* Button height */ 
        padding: 0 !important;
        border-left: 1px solid #ebebeb; /* rgba(255, 255, 255, .20);*/
    }
    .child-trigger:hover {
        text-decoration: none;
    }
    
    
    /* Child Toggle Button Icon & Animations
    ========================================================================== */
    
    .child-trigger i {
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    .child-trigger i:after {
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after {
        width: 10px; /* Icon line width */
        height: 1px!important; /* Icon line height */
        background-color:#38383c; /* #3b3b3b Icon color */
        display: block; 
    }
    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    .child-trigger.child-open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }
    
    
    
    /* Menu Styles on Mobile Devices
    ========================================================================== */ 
    
    
    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
    .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-flow-horizontal{
        position: absolute; /**************************************************************/
        top: 0; /* Positions the menu to drop from the very top of the screen */
        left: 0px; /**************************************************************/ 
        width: 100%; 
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35); 
    }
    .custom-menu-primary .hs-menu-flow-horizontal{
        padding: 23px 0 0 0; /* Padding to add room for close button */
        background-color: #ffffff; /* Menu background color set off global mobile-menuColor variable */
        width: 100%; /* Full screen width */
        z-index: 8888;
    }
    
    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
        position: relative;
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
        font-size: 22px; /* Font size of top level list items */
        line-height: 45px;
        overflow: visible;
    }
    
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-flow-horizontal ul li{
        border-top: 1px solid #ebebeb ; /* rgba(255, 255, 255, .35) Adds transparent dark highlights to top of top level list items */
    }
    .custom-menu-primary .hs-menu-flow-horizontal ul li a{
        padding: 6px 14px 4px 14px;
    }
    .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
        color: #3b3b3b3; /* link hover color set by global mobile-aColorHover variable */
    }
    
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
        background-color: transparent; /* rgba(255, 255, 255, .08) */
        border-top:0;
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
        text-indent: 10px; /* Indent Child lists */
        font-size: 16px; /* Font size of child lists */
    }
    
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
        text-indent: 30px; /* Indent Child lists */
    }
    .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
        text-indent: 50px; /* Indent Child lists */
    }
    
    .custom-menu-primary .hs-menu-flow-horizontal .menu-title{
        display:block;
        width:95%;
        padding:0 14px 16px 14px;
        font-size:20px;
        color:#38383c;
    }
    
    .custom-menu-primary .hs-menu-flow-horizontal>ul>li a{
        font-size:20px;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        max-width:100%;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a{
        background-position: 92% 50% !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
        background-position: 93% 50% !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        background:#fbfbfb;
    }
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child{
        border-top: 1px solid #ebebeb;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
        border-top:5px solid #c4a229;
        margin-left:0;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal{
        display:none;
    }
    
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        height:2px;
        width:20px;
    } 
    
    .header-right .call-us, .header-right .language, .payments {
        display: none !important;
    }
    .header-container .logo {
        padding-left: 10px;
        padding-top: 14px;
        padding-bottom: 16px;
        max-width: 270px !important;
    }
    .banner, .sub-banner, .blog-banner {
        margin-top: 97px;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a {
        background: transparent;
    }

    .banner .sub-container, .banner .sub-container .bban-content{
        max-width:100%;
    }
    
    .sub-wrapper .section-container{
      margin-top:97px;
      padding-top:50px;
      padding-left:30px;
      padding-right:30px;
    }
}






@media (min-width:480px) and (max-width:640px){
    .call-us{
        text-align:left !important;
        padding-left:15px;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        max-width: 98%;
        width:98%;
    }
    .banner .container{
        padding-top:65px !important;
    }
    .banner .sub-container > div{
        text-align:center !important;
    }
}

@media (min-width:400px) and (max-width:480px){
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a {
        background-position: 97% 50%!important;
    }     
}

@media (max-width:400px){
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a {
        background-position: 94% 50%!important;
    }    
}

@media (max-width: 480px){
    .banner .sub-container > div{
        text-align:center !important;
    }
}
@media(max-width:767px){
    .banner{
        background-position:bottom center;
    }  
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding-left:13px;
    }
    .custom-menu-primary .hs-menu-flow-horizontal ul li:hover a{
        border-bottom:1px solid #434343;
        background:none;
        color:#3b3b3b;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
        background:none;
    }
    
    .section-container{
        padding-left:30px;
        padding-right:30px;
    }
    
    .service-wrapper .service-container .service-content{
        background-image:none !important;
    }
    
    .about-thumbnail-container, .contact-container{
        padding-left:30px;
        padding-right:30px;
    }
    
    .about-thumbnail-container .image1, .about-thumbnail-container .combined1{
        text-align:center;
    }
    
    .about-thumbnail-container .image1{
        padding-top:30px;
    }
    .about-thumbnail-container .combined1{
        padding:25px 25px 25px 25px;
    }
    
    .client-container{
        padding-top:30px;
        padding-left:30px;
        padding-right:30px;
        color:#dadada;
    }
    
    .client-container ul{
        margin:0;
        padding:0;
    }
    
    .client-container ul li {
        display: inline-block;
        padding: 20px 0;
        list-style: none;
        width:100%;
        text-align:center;
    }
    
    .service-wrapper .service-container .service-content, .flexi .service-container .service-content{
        padding-bottom:37px;
        /* margin-bottom:54px; */
        border-bottom:1px solid #e2e2e2;
    }
    
    .services-thumbnail-container{
        padding-bottom:0!important;
        padding-top:60px;
    }
    
    .hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget:last-child .service-container{
        margin-bottom:0;
    }
    
    .service-wrapper .service-container .service-content.purple:last-child{
        border-bottom:0;
    }
    
    .go-top{
        margin:auto;
        clear:both;
        left:auto;
        bottom:auto;
        float:none;
    }
    
    .sub-wrapper .section-container{
      margin-top:0;
      padding-top:50px;
    }
    
    .home .section-container h2, .about-thumbnail-container h2, .client-container h2, .contact-container h2{
        font-size:38px;
    }
    
    
    .call-us{
        padding-right:0;
        width: 80% !important;
        text-align:center;
    }
    .language{
        width:20%!important;
    }
    
    .header-container-wrapper,
    .sticky-head .header-container-wrapper.sticky{
        position: relative !important; /*added by HubSpot support 8/18/16 */ 
    }
   
    .header-container .logo{
        padding-left:10px;
        padding-top:14px;
        padding-bottom:16px;
        max-width:270px!important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-last-of-type(-n+2){
        display:block;        
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        max-width:100%;
        width:100%;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a{
        background:transparent;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        background:transparent;
        width:280px!important;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:nth-last-of-type(-n+3){
        display:inline-block!important;
    }
    
    .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
        width:100%;
        text-align:center;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
        width:100%;
    }
    
    .header-right{
        min-height:0 !important;
        height:0;
    }
    .header-right .call-us, .header-right .language{
        display:none !important;
    }
    .navigation{
        display:none;
    }
    .call-us, .language{
        padding-top:5px;
    }
    .sticky-head .header-container-wrapper.sticky .mobile-trigger{
        top:0;
    }
    .sticky-head.mobile-open .header-container-wrapper.sticky .mobile-trigger{
        top:8px;
    }
    .banner .container{
        padding:39px 0 39px 0;
        width:85%;
    }
    .banner .container h1, .home .banner .container h1{
        font-size:32px;
        margin-top:0;
        margin-bottom:10px;
        line-height:36px;
    }
    .banner p, .bban-content{
        font-size:20px;
        line-height:22px;
    }
    .banner .hs-cta-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        display:block;
    }
    .banner a#cta_button_2537452_2505485e-6b6a-41d3-915e-fd40d0dabb08{
        margin-bottom:0;
    }
    .service-wrapper, .flexi .hs_cos_wrapper_type_custom_widget .services-thumbnail-container{
        padding-top:28px;
        padding-left:30px;
        padding-right:30px;
        padding-bottom:0;
    }
    
    a#cta_button_2537452_95a351e1-e7a4-40d1-92f1-a963589d5fb7, a#cta_button_2537452_2505485e-6b6a-41d3-915e-fd40d0dabb08{
        margin-bottom:16px;
    }
    
    .content-holder a{
        display:block;
        padding-left:0;
        padding-right:0;
    }
    
    .footer-container-wrapper{
        padding-top:60px;
        padding-left:0;
        padding-right:0;
    }
    .footer-logo-container .footer-logo{
        display:none !important;
        height:100%!important;
    }
    .follow-container{
        display:block;
    }

    .footer-container-wrapper .follow-us {
        text-align: center;
        float: none;
        margin: auto !important;
        width: 200px;
    }    
    .footer-container-wrapper .privacy .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
        float: none;
        display: inline-block;
    }
    .footer-container-wrapper .privacy .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
        margin:auto;
    }
    .footer-container .footer-content{
        padding-bottom:30px;
        max-width:100%;
        padding-left:30px;
        padding-right:30px;
        float:none!important;
    }
    footer, .copy-rights{
        margin-top:43px;
    }
    .footer-container-wrapper .footer-content .row-fluid .span2{
        margin-left:0;
    }
  
}

@media (min-width:640px) and (max-width:768px){    
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
        float:left!important;
    }
    .call-us {
        text-align: left!important;
        padding-left: 15px;
    }    
    .service-wrapper {
        padding-top: 38px;
        padding-bottom:0;
    }
    
    .service-wrapper .service-container {
        clear:both;
        width:100%;
        padding-left:0;
        padding-right:0; 
        padding-bottom:0;
        margin-left:0;
    }
    .service-wrapper .service-container .service-content{
        margin-bottom:54px;
    }
        
}

@media(min-width:768px) and (max-width:979px){
    .header-container .logo{
        width: 50%;
        /* padding-bottom: 0;*/
        display: block;
        z-index: 9;
        position: relative;
    }
    
    
    .section-container{
        padding-left:30px;
        padding-right:30px;
    }
    
    .service-wrapper .service-container .service-content{
        background-image:none !important;
    }
    
    .about-thumbnail-container, .contact-container{
        padding-left:30px;
        padding-right:30px;
    }
    
    .about-thumbnail-container .image1, .about-thumbnail-container .combined1{
        text-align:center;
    }
    
    .about-thumbnail-container .image1{
        padding-top:30px;
    }
    .about-thumbnail-container .combined1{
        padding:25px 25px 25px 25px;
    }
    
    .client-container{
        padding-top:30px;
        padding-left:30px;
        padding-right:30px;
        color:#dadada;
    }
    
    .client-container ul li {
        display: inline-block;
        padding: 20px 15px;
        list-style: none;
        max-width:100%;
        width:100%;
        text-align:center;
    }
    .client-wrapper{
        float:left;
    }
    
    .go-top{
        margin:auto;
        clear:both;
        left:auto;
        bottom:auto;
        float:none;
    }
    
    .service-wrapper .service-container .service-content.purple:last-child {
        border-bottom: 0;
    }
    
    .services-thumbnail-container {
        padding-bottom: 0 !important;
        padding-top: 60px;
    }
    
    
    .header-right{
        clear:both;
        margin-top:-35px;
        margin-left:0!important;
        width:100% !important;
    }
    
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        margin-top:-4px;
    }
    .sticky-head .header-container-wrapper.sticky .header-right{
        /* margin-top:-15px;*/ /* -51px, -15px */
    }
    .sticky-head .header-container-wrapper.sticky{
        max-height:100%;
    }
    .call-us, .language, .payments{
        padding-top:0;
        padding-bottom: 25px;
    }
    
    .banner .container{
        padding:97px 0 30px 0;
        width:85%;
    }
    .banner h1{
        font-size:50px;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
        float:left!important;
    }
    .call-us {
        text-align: right!important;
    }
    
    .video-content-holder .hs-cta-wrapper, .content-holder .hs-cta-wrapper{
        display:block;
    }
    a#cta_button_2537452_95a351e1-e7a4-40d1-92f1-a963589d5fb7, a#cta_button_2537452_2505485e-6b6a-41d3-915e-fd40d0dabb08 {
        margin-bottom: 16px;
    }
    
    .service-wrapper {
        padding-top: 38px;
        padding-bottom:0;
    }
    .service-wrapper h2, h2{
        margin-bottom:20px;
    }
    .service-wrapper .service-container {
        clear:both;
        display:block;
        width:auto;
        padding-left:30px;
        padding-right:30px;
        margin-left:0;
    }
    
    .service-wrapper .service-container .service-content{
        padding-bottom:37px;
        margin-bottom:54px;
        border-bottom:1px solid #e2e2e2;
    }
    .footer-logo-container{
        display:none!important;
    }
    .address-detail{
        padding:47px 0 43px 50px;
        width:100%!important;
    }
    .address-detail .span5{
        width:48.618784527%!important;
    }
    .address-detail .span6{
        float:right;
    }
    .footer-container-wrapper .follow-us {
        text-align: center;
        width: 200px;
        margin: auto !important;
        float: none;
    }
    .footer-container-wrapper .follow-container{
        margin-left:0;
    }
    .footer-container-wrapper{
        padding-top:60px;
    }
    .footer-container .footer-content{
        padding-bottom:30px;
    }
    
    .footer-container-wrapper .footer-content .row-fluid .span2{
        width:100%;
        margin-left:0;
    }    
    .body-container a.more{
        display: block;
        clear: both;
        margin-top: 25px;
    } 
        
}

@media(min-width: 768px) and (max-width:803px){
       
}

@media(min-width: 803px) and (max-width:837px){
    
}

@media(min-width: 838px) and (max-width:979px){
            
}

@media (max-width: 1139px) and (min-width: 768px){
    .client-container .span6.left-coln-content{
        margin-left:0;
    }
    .client-container .span6.right-coln-content{
        
    }
    .client-container .span6.left-coln-content{
        margin-left:2.127659574%;
    }
    .client-container ul li{
        text-align:center;
    }
}


@media(min-width:980px) and (max-width:999px){
     .header-container .logo{
        width: 50%;
        /*padding-bottom: 0;*/
        display: block;
        z-index: 9;
        position: relative;
    }
    .header-right{
        clear:both;
        margin-top:-35px;
        margin-left:0!important;
        width:100% !important;
    }
    .sticky-head .header-container-wrapper.sticky .header-right{
        margin-top:-15px; /* -15px */
    }
    .sticky-head .header-container-wrapper.sticky{
        max-height:100%;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        margin-top:-4px;
    }
    
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding-left:13px;
    }
    
    .call-us, .language{
        padding-top:0;
        padding-bottom: 25px;
    }
    .banner .container{
        padding:61px 0 30px 0;
        width:85%;
    }
    .banner h1{
        font-size:50px;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
        float:left!important;
    }
        
    .footer-container .footer-content{
        padding-bottom:52px;
    }
    .footer-container-wrapper{
        padding-top:65px;
    }
    
    .footer-container-wrapper .row-fluid .span4.footer-col-2{
        width: 26.623931624%;
    }
    .footer-container-wrapper .row-fluid .span3.footer-col-3{
        width: 20.076923077%;
    }
    
    .footer-container-wrapper .footer-content .row-fluid .span2{
        width:22.529914530000001%;
    }  
    
    .services-thumbnail-container img{
        max-width:70%;
        height:auto;
    }
    
}

@media(min-width:980px) and (max-width:1364px){
    .about-thumbnail-container .image1 {
        padding-top: 30px;
    }    
    .about-thumbnail-container .image1, .about-thumbnail-container .combined1 {
        text-align: center;
    }    
    .about-thumbnail-container .combined1 {
        padding: 25px 25px 25px 25px;
    }
    
    .about-thumbnail-container .tx_wt .image1{
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
    .about-thumbnail-container .hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget h2.text-transform-uc{
        margin-top:15px;
    }
    .about-thumbnail-container .combined1{
        float:none;
        width:auto;
        margin:auto;
        max-width:410px;
    }
    .home .banner{
        background-position: top left !important;
    }
}

@media(min-width:1000px) and (max-width:1026px){
    .header-container .row-fluid .span8 {
        width: 70.55585634900001% !important;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding:10px 18px 12px 18px;
    }
    
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        margin-top:0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        padding: 12px 20px 10px 20px;
    }
    
    .footer-container-wrapper .row-fluid .span4.footer-col-2{
        width: 26.623931624%;
    }
    .footer-container-wrapper .row-fluid .span3.footer-col-3{
        width: 20.076923077%;
    }
    
    .footer-container-wrapper .footer-content .row-fluid .span2{
        width:22.529914530000001%;
    } 
    
    
    

}
@media(min-width:1000px) and (max-width:1106px){
    .header-container .logo{
        width: 50%;
        display: block;
        z-index: 9;
        position: relative;
    }
    .safari .header-container .logo{
        padding-bottom:30px;
    }
    .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;
    }
    
    .header-container .row-fluid .span8 {
        margin-left:0;
        width: 70.55585634900001% !important;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding:12px 33px 12px 0;
    }
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 32px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        padding: 12px 20px 10px 20px;
    }
    /* .hs-menu-wrapper.hs-menu-flow-horizontal>ul> li:nth-last-of-type(-n+2) a{
        padding-right:0;
    }*/
    .sticky-head .header-container-wrapper.sticky .header-right{
        margin-top:0;
    }
    .sticky-head .header-container-wrapper.sticky .navigation.custom-menu-primary{
        padding-top:16px;/* 19px */
    }
    .sticky-head .header-container-wrapper.sticky{
        max-height:100%;
    }
    .call-us, .language{
        /*padding-top:0;
        padding-bottom: 25px; */
    }
    .banner .container{
        padding:118px 0 30px 0;
        width:85%;
    }
    .banner h1{
        font-size:50px;
    }
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
        float:right!important;
    }
    
    
    .service-wrapper {
        padding-top: 38px;
        padding-bottom: 65px;
    }
    
    .sub-wrapper .section-container {
        padding-left:30px;
        padding-right:30px;
    }
    
    .services-thumbnail-container img{
        max-width:70%;
        height:auto;
    }
}

@media(min-width:1107px) and (max-width:1200px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }    
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
        margin-top:0;
    }    
}

@media(min-width:1107px) and (max-width:1280px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
    .banner .container{
        width:100%;
    }
    
    .service-wrapper {
        padding:38px 30px 65px 30px;
        width:auto;
    }    
    
    .footer-container-wrapper {
        padding-top: 65px;
    }
    .footer-container .footer-content {
        padding-bottom: 52px;
    }
    
}

@media(min-width:1281px) and (max-width:1299px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }    
}

@media(min-width:1300px) and (max-width:1380px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }    
}

@media(min-width:1280px) and (max-width:1380px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
    .banner .container{
        width:100%;
    }
}

@media (min-width:1380px) and (max-width:1399px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }    
}
@media (min-width:1400px) and (max-width:1449px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
}
@media (min-width:1400px) and (max-width:1499px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
    
    .banner .container{
        width:100%;
    }
    
    .footer-container .footer-content{
        width: 100% !important;
        max-width: 100%;
        padding-left:60px;
        padding-right:60px;
    }
    
}
@media (min-width:1500px) and (max-width:1560px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
   
}

@media (min-width:1560px) and (max-width:1640px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
       
}

@media (min-width:1500px) and (max-width:1689px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
    
    .banner .container{
        width:82%;
        padding-left:0;
        padding-right:0;
    }
     
}

@media (min-width:1690px) and (max-width:1799px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
    
    .banner .container{
        width:82%;
        padding-left:9%;
        padding-right:9%;
    }
    
    .footer-container .footer-content{
        max-width:100%;
        padding-left:90px;
        padding-right:60px;
    }      
    
}

@media (min-width:1800px) and (max-width:1920px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
    .footer-container .footer-content{
        width:100% !important;
        max-width:100%;
        padding-left:30px;
        padding-right:120px;
    }       
    
}

@media (min-width:1920px) and (max-width:2093px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }
}

@media (min-width:1920px) and (max-width:2560px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }    
    
}


@media (min-width:2560px){
    .safari .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 17px 20px 16px 0;
    }
    .safari .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        padding: 12px 20px 10px 20px;
    }    
    
}


@media (min-width:980px) and (max-width:1200px){
    .service-wrapper {
        padding: 38px 30px 65px 30px;
        width: auto;
    }
    
    .service-container:hover .service-content{
        padding-top:35px;
    }
    .service-container p{
        line-height:26px;
    }
    
}
@media (min-width:1200px){
   
    .services-thumbnail-container .service-img .tax-plan img{
        max-width:177px;
    }
    .services-thumbnail-container .service-img .international img{
        max-width:172px;
    }
    .services-thumbnail-container .service-img .accounting img{
        max-width:216px;
    }    
    
    .custom-menu-primary{
        margin-top:0;
    }
}

@media (max-width:900px){
        
}

@media only screen and (min-width:1000px){
  
}

@media only screen and (max-width:1038px){
    
}


@media (max-width:848px){
    
}

@media (max-width:505px){
    
}


@media only screen and (max-width:980px){
    
}

@media only screen and (max-width:999px){
  .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
      padding-left:13px;
  }
  
  .header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
      background-repeat:repeat-x;
  }
  .home .banner{
        background-position: top left !important;
    }
}

@media only screen and (max-width:320px){    
   .banner-btn{
       margin-top:20px;
   }   
}

@media (min-width: 1280px){

}
@media (min-width: 1201px) and (max-width:1580px){
    .service-wrapper {
        padding: 38px 30px 65px 30px;
        width: auto;
    }
}

@media (min-width:1201px){

}

@media (max-width: 541px) {
    .client-container ul li{
        display:block !important;
        text-align:center;
    }
}


@media (max-width: 500px) {
    .title-line span {
    font-size: 18px;
    }
}
@media (max-width: 852px){

}
@media (min-width:853px) and (max-width: 1271px){

}