@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

/*Overwrite Input*/
body .hs-form-field {
    margin-bottom: 0;
}

/* 
 *
 * Globals
 *
 */

body{
    font: 400 14px/145% 'Open Sans', 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    color: #333;
    background: #fff;
}




[class*="span"].global-wrapper{
    float: none;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto !important;
    padding: 0 20px;
}

.body-container-wrapper{
    padding: 100px 0 0;
}

[class*="span"].section{
    padding: 40px 20px;
}

[class*="span"].tall-section{
    padding: 120px 20px;
}

.muted-blue{
    background: #f2f2f2; /*maybe bbcbd1 ?*/
}

.image-background,
.full-width-image-break{
    position: relative;
    display: table !important;
    margin-bottom: 40px;
    overflow: hidden;
    height: 220px !important;
    color: #fff;
}

.image-background{
    margin-bottom: 0;
}

.image-background-image,
.image-background .global-wrapper{
    position: relative;
    top: 0;
}

.image-background-image{
    z-index: 1;
}

.image-background-image .cell-wrapper,
.full-width-image-break .cell-wrapper{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.full-width-image-break img,
.image-background-image img{
    position: absolute;
    top: 50%;
    display: inline;
    width: 100%;
    height: auto !important;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
}

.full-width-image-break a img,
.image-background-image a img{
    pointer-events: auto;
}

.image-background .global-wrapper{
    z-index: 99;
}

.overflow img{
    left: 50%;
    max-width: none !important;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
}

.stuck{
    position: fixed;
    top: 0;
    z-index: 999;
}

/* 
 *
 * Typography
 *
 */
 
a{
    -webkit-transition: all .18s ease-in-out;
       -moz-transition: all .18s ease-in-out;
        -ms-transition: all .18s ease-in-out;
         -o-transition: all .18s ease-in-out;
            transition: all .18s ease-in-out;
}

/* no line breaks in telephone numbers */
a[href^="tel:"]{
    white-space: nowrap;
}

h1,
h2,
h3,
h4{
    font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4em;
}

h2{
    font-size: 2.8em;
}

h3{
    font-size: 1.8em;
}

.center{
    text-align: center;
}

.light{
    font-weight: 300;
}

.muted-cta{
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    font-size: 1.15em;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 4px;
}

.muted-cta:hover{
    color: #0392c2;
    background: #fff;
}

.cta-blue .muted-cta{
    color: #0392c2;
    border-color: #0392c2;
}

.cta-blue .muted-cta:hover{
    color: #fff;
    background: #0392c2;
}

.cta-red .muted-cta{
    color: #fff;
    background: #f6462e;
    border-color: #f6462e;
}

.cta-red .muted-cta:hover{
    background: #758292;
    border-color: #758292;
}

.image-background,
.full-width-image-break,
.image-background h2,
.full-width-image-break h2{
    color: #fff;
}

/* 
 *
 * Header
 *
 */

.header-container{
    padding: 0;
}

.header-content-wrapper{
    height: 100px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.26);
}

.muted-logo{
    line-height: 98px;
}

.muted-logo img{
    vertical-align: middle;
}

.main-nav{
    text-align: right;
}

.main-nav li{
    height: 60px;
    margin: 20px 0;
    padding: 0;
    font-size: .8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.main-nav a{
    padding: 20px 10px;
    color: #758292;
}

.main-nav a:hover,
.main-nav li.active a,
.main-nav li.active-branch a{
    color: #0392c2;
}

.main-nav li:last-child{
    display: block;
    position: relative;
    top: 8px;
    margin-left: 10px;
}

.main-nav li:last-child > a{
    display: inline-block;
    padding: 10px 15px !important;
    line-height: 20px !important;
    white-space: nowrap;
    border: 2px solid #758292;
    border-radius: 2px;
}

.main-nav li:last-child > a:hover{
    color: #fff;
    background: #0392c2;
    border-color: #0392c2;
}

/* 
 *
 * Footer
 *
 */

.footer-content-wrapper{
    padding: 40px 0 80px;
    color: #444;
    background: #f2f2f2;
}

.footer-content-wrapper a{
    color: #444;
}

.footer-content-wrapper a:hover{
    color: #0392c2;
}

.footer-content h4{
    font-weight: 300;
}

.footer-menu li a{
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.footer-menu li a:hover{
    border-bottom-color: #0392c2;
}

.copyright{
    margin: 20px 0;
    padding: 10px 0;
    font-size: .75em;
    border-top: 1px solid #ddd;
}

/* 
 *
 * Old Footer
 *
 */

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

.footer-container .hs_cos_wrapper_type_rich_text ul li:before{
    display: none;
}

.footer-container h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.custom-footer-full,
.custom-footer-full p{
    font-size:13px;
    font-weight:300;
    color:#888;
}
.custom-footer-full .page-center {
    padding-bottom: 8px;
    padding-top: 7px;
}
.custom-footer-copyrights {
    text-align: right;
}
.custom-footer-links-full{
    background:#f8f8f8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    padding: 40px 0 60px;
}
.custom-footer-links-full ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
.custom-footer-links-full ul li{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.custom-footer-links-full ul li:last-child{
    border-bottom:0;
}
.custom-footer-links-full ul li a{
    text-decoration:none;  
    color:#000;
    font-size:16px;
    line-height:32px;
    font-weight: 300;
}
.custom-footer-links-full ul li a:hover{
    color:#0493c3;
    /*transition: color 0.2s linear 0s;*/
}
.custom-footer-col1,
.custom-footer-col2,
.custom-footer-col3,
.custom-footer-col4{
    /*width:25%!important;*/
    margin:0px!important;
    padding:0px 10px;
}
.custom-footer-address p strong {
    font-weight: 600;
}

.footer-nav{
    padding-top: 15px;
}

.footer-nav ul li{
    margin: 0 10px 0 0;
}

.footer-nav a{
    color: #888;
}

.footer-nav a:hover{
    color: #0493c3;
}

/* 
 *
 * Hero
 *
 */

.muted-hero-container{
    position: relative;
    width: 100%;
    height: 925px;
}

.muted-hero{
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 925px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.muted-hero-headline,
.muted-hero-slider .caption{
    position: absolute;
    top: 30%;
    z-index: 99;
}

.muted-hero-slider .hs_cos_flex-slider .superimpose .caption{
    width: 100%;
    padding: 0;
    font-size: 1em;
}

.span12.muted-hero-headline{
    margin-left: auto !important;
}


.muted-hero-headline h1,
.muted-hero-slider h1{
    max-width: 80%;
    margin: 0 auto;
    font-size: 4em;
    line-height: 1.1em;
    font-weight: 300;
    color: #fff;
}

.muted-hero-cta{
    position: absolute;
    bottom: 30%;
    z-index: 99;
}

.muted-hero-cta .muted-cta{
    padding: 1em 2em;
}

.muted-hero-cta .muted-cta:hover{
    border-color: rgba(255,255,255,0);
    background: rgba(255,255,255,.9);
}

/* Make slider items behave like background images */

.muted-hero-slider .hs_cos_flex-slider .hs_cos_flex-slides{
    text-align: center;
    overflow: hidden;
}

.muted-hero-slider .hs_cos_flex-slider .hs_cos_flex-slides img{
    display: inline;
    max-width: none !important;
    min-height: 925px;
    height: auto !important;
    width: auto !important; 
}

.muted-hero-slider .hs_cos_flex-control-nav{
    bottom: 40px;
}

.muted-hero-slider .hs_cos_flex-control-paging li a{
    background: #ccc;
    background: rgba(255,255,255,.3);
    box-shadow: none;
}

.muted-hero-slider .hs_cos_flex-control-paging li a.hs_cos_flex-active{
    background: #fff;
}

/* 
 *
 * Sub-Hero
 *
 */

.sub-hero-wrapper{
    background: #f8f8f8;
}

.sub-hero h4{
    max-width: 60%;
    margin: 20px auto;
    font-size: 1.42em;
}


/* 
 *
 * Feature Blocks
 *
 */
 
.feature-highlight-block{
    position: relative;
    min-height: 220px;
    margin: 60px 0;
    background: #fff;
    border-radius: 4px;
    border:1px #ccc solid;
}

.feature-highlight-block .icon-wrapper{
    position: relative;
    top: 20px;
    left: 50%;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 0 0 -60px;
    background: #fff;
}

.feature-highlight-block .icon-wrapper .fa{
    font-size: 60px;
    line-height: 120px;
    color: #758292;
}

.feature-highlight-block h2{
    font-size: 2em;
}

.feature-highlight-block h2 a{
    text-decoration: none;
}

.feature-highlight-block p{
    max-width: 80%;
    margin: 20px 10%;
}

.feature-highlight-block p:last-child{
    padding-bottom: 40px;
}

.feature-highlight-block .cta{
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.feature-highlight-block .cta a{
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #0392c2;
    font-weight: 600;
    text-decoration: none;
    background: #f8f8f8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.feature-highlight-block .cta a:hover{
    color: #fff;
    background: #0392c2 !important;
}

.home-secondary-features h2{
    padding: 0 0 40px;
}

.secondary-feature-wrapper [class*="span"].roundel img{
    border: 2px solid #758292 !important;
    border-radius: 50% !important;
}

.secondary-feature-wrapper h3{
    max-width: 80%;
    margin: 20px auto;
}

.tertiary-feature-group{
    margin: 40px 0 0;
    padding: 40px 0 0;
    background: rgb(242,242,242);
    background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
}

.tertiary-feature-group .widget-type-cta{
    padding: 40px 0;
}

.home-accountants-promo{
    height: 960px !important;
}

.home-accountants-promo.overflow img{
    left: 0;
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
}

.home-accountants-promo h2{
    margin: 20px auto 40px;
    color: #444;
}

.home-accountants-promo [class*="span"].section{
    padding-top: 230px;
    float:left;
    padding-left:65px;
}

.home-testimonial h2{
    position: relative;
    line-height: 1.45;
}

.home-testimonial h2:before,
.home-testimonial h2:after{
    position: relative;
    top: .3em;
    padding: 0 .1em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 200%;
    font-weight: 300;
    line-height: 0;
    color: #0392c2;
}

.home-testimonial h2:before{
    content: '“';
}

.home-testimonial h2:after{
    content: '”';
}

.home-testimonial p{
    max-width: 60%;
    margin: 0 auto;
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 300;
}

.home-testimonial .embedded-video-wrapper{
    margin: 40px auto;
}

.home-testimonial iframe{
    max-width: 100%;
}

.home-prefooter p,
.home-prefooter h2{
    max-width: 60%;
    margin: 0 auto;
}

.home-prefooter h2{
    margin: 20px auto;
}

.home-prefooter .cta-red{
    margin: 20px 0 40px;
}

.home-prefooter h3{
    margin-top: -5px;
}

/* 
 *
 * Features Page
 *
 */

.features-page .header-container-wrapper{
    position: relative;
}

.features-page .body-container-wrapper{
    padding-top: 0;
}

/*.internal-page .main-nav li:last-child{
    display: block;
}*/

.home-page .main-nav li:last-child{
    display:none;
}

.features-page-title{
    padding: 80px 0 20px;
}

/* Tabs */

.features-tabs-wrapper{
    height: 100px;
    margin: 0;
    padding: 40px 0 0;
    background: #fff;
    border-bottom: 1px solid #e0e1e6;
}

.features-tabs{
    height: 60px;
    font-size: 1.4em;
}

.features-tabs ul{
    width: 100%;
}

.features-tabs li.hs-menu-item{
    position: relative;
    width: 25%;
    height: 60px;
    margin: 0;
    padding: 2px 1px 0 1px;
}

.features-tabs li.hs-menu-item a{
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,.7);
    font-size: .85em;
    line-height: 60px;
    background: #e0e1e6;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    vertical-align: middle;
}

.features-tabs li.hs-menu-item a:hover{
    background: #ecedee;
}

.features-tabs li.hs-menu-item.active{
    padding: 0;
}

.features-tabs li.hs-menu-item:first-child.active{
    border-left: 1px solid #e0e1e6;
}

.features-tabs li.hs-menu-item:last-child.active{
    border-right: 1px solid #e0e1e6;
}

/*
.features-tabs li.hs-menu-item.active:before,
.features-tabs li.hs-menu-item.active:after{
    content: ' ';
    position: absolute;
    bottom: 0;
    display: block;
    width: 2px;
    height: 58px;
    border-bottom: 1px solid #fff;
}
*/

.features-tabs li.hs-menu-item.active:before{
    left: -2px;
}

.features-tabs li.hs-menu-item.active:after{
    right: -2px;
}

.features-tabs li.hs-menu-item:first-child:before,
.features-tabs li.hs-menu-item:last-child:after{
    display: none;
}

.features-tabs li.hs-menu-item img{
    display: inline;
    width: 28px;
    height: 28px;
    margin: -2px auto 0;
    vertical-align: middle;
    opacity: .7;
}

.features-tabs li.hs-menu-item.active a{
    color: #101010;
    background: #fff;
    border-top: 2px solid #0792c7;
}

.features-tabs li.hs-menu-item.active img{
    opacity: 1;
}

/* Wrapper */

.features-wrapper{
    margin: 0;
    padding: 0 80px;
}

/* Headline */

.features-headline{
    position: relative;
    margin: 60px 0;
    padding: 0 80px 60px;
    direction: ltr;
}

.features-headline:before,
.features-headline:after{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
}

.features-headline:before{
    height: 60px;
    background: url('//www.zarmoney.com/hubfs/images/bright/shadow-inset-1.png') bottom center no-repeat;
    opacity: .5;
}

.features-headline:after{
    height: 1px;
    background: #ccc;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%);
}

.features-headline h4{
    margin-bottom: 20px;
}

.features-headline .widget-type-cta{
    height: 50px;
}

/* Features */

.feature-group{
    float: none;
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

.feature-group:after{
    content: ' ';
    display: table;
    clear: both;
}

.feature-group-small{
    float: none;
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
    height: 150px;
}

.feature-group-small:after{
    content: ' ';
    display: table;
    clear: both;
}

.feature-thumb,
.feature-info{
    display: table-cell;
    vertical-align: middle;
}

.feature-thumb{
    width: 33%;
}

.feature-info{
    width: 66%;
    padding: 0 0 0 20px;
}

/* dumb back-and-forth hack */

.features-wrapper .row-fluid-wrapper:nth-child(odd){
    direction: rtl;
}

.features-wrapper .row-fluid-wrapper:nth-child(odd) .feature-thumb,
.features-wrapper .row-fluid-wrapper:nth-child(odd) .feature-info{
    direction: ltr;
}

.features-wrapper .row-fluid-wrapper:nth-child(odd) .feature-thumb{
    text-align: right;
}

.features-wrapper .row-fluid-wrapper:nth-child(odd) .feature-info{
    padding: 0 20px 0 0;
}

/* dumb back-and-forth hack */

.features-small-wrapper .row-fluid-wrapper:nth-child(2n+1) {
    direction:ltr;
}
.features-small-wrapper .row-fluid-wrapper .feature-thumb,
.features-small-wrapper .row-fluid-wrapper:nth-child(2n+1) .feature-thumb {
    text-align: right;
}
.features-small-wrapper .feature-thumb {
    width:20%;
}
.features-small-wrapper .feature-info {
    width:80%;
}
.features-small-wrapper .row-fluid-wrapper:nth-child(2n+1) .feature-info {
    padding: 0px 0px 0px 20px;
}

.feature-group h2{
    margin: 0 0 20px;
    padding: 0;
    font-size: 2em;
    text-align: left;
}
.feature-group-small h2{
    margin: 0 0 10px;
    padding: 0;
    font-size: 2em;
    text-align: left;
}

.feature-group .feature-info{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
}

.feature-group-small .feature-info{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
}


/* Features Grid of Icons */

[class*="span"].global-wrapper.features-grid{
    padding: 80px 20px 0;
}

.features-grid-cell{
    margin: 0 0 2.564102564%;
    padding: 20px;
    background: #fff;
    border:1px #eee solid;
}

.features-grid-cell h4{
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.1em;
}

.features-grid-cell img{
    padding: 20px 0 40px;
}

@media (min-width: 1920px) {
    .full-width-image-break img,
    .image-background-image img{
        max-width: none !important;
        width: 100% !important;
    }
    
    .home-accountants-promo.overflow img{
        left: auto;
        right: 0;
        width: 1920px !important;
    }
}

@media (max-width: 1000px) {
    .feature-group h2{
        font-size: 2em;
    }   
    .feature-group-small h2{
        font-size: 2em;
    }   
}

@media (max-width: 1000px) {
    .muted-hero-slider h1{
        font-size: 2.8em;
    }
}

@media (max-width: 840px) {
    
    .muted-hero-headline h1{
        font-size: 3em;
    }
    
    .muted-hero-cta{
        bottom: 20%;
    }
    
    .feature-group h2{
        font-size: 1.4em;
    }  
    .feature-group-small h2{
        font-size: 1.4em;
    } 
    
}

@media (max-width: 767px){
    
    h1,
    h2,
    h3,
    h4{
        line-height: 1.45;
    }
    
    .body-container-wrapper{
        padding: 0;
    }
    
    .row-fluid .span12{
        width: 100% !important;
    }
    
    .muted-logo{
        max-width: 180px;
    }
    
    .muted-hero,
    .muted-hero-container,
    .muted-hero-slider,
    .muted-hero-slider .hs_cos_flex-slider .hs_cos_flex-slides img{
        min-height: 600px;
        height: 600px !important;
    }
    
    .muted-hero-headline,
    .muted-hero-slider .hs_cos_flex-slider .superimpose .caption{
        top: 20%;
    }
    
    .muted-hero-headline h1,
    .sub-hero h4,
    .home-testimonial p,
    .home-prefooter p,
    .home-prefooter h2{
        max-width: 80%;
    }
    
    .muted-hero-headline h1{
        font-size: 2.6em;
    }
    
    .muted-hero-headline br,
    .muted-hero-headline br:after{
        content: ' ';
    }
    
    .muted-hero-cta{
        width: 100% !important;
    }
    
    .home-accountants-promo{
        height: 500px !important;
        height: 100vh !important;
    }
    
    .home-accountants-promo.overflow img{
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: .3;
    }
    
    .home-accountants-promo.overflow{
        text-align: center;
    }
    
    .footer-content .span3.widget-type-cell{
        margin-bottom: 40px;
    }
    
    .features-headline{
        padding: 40px 0;
    }
    
    .features-headline:before{
        background-position: center 40px;
        opacity: 1;
    }
    
    .features-tabs li.hs-menu-item{
        font-size: 0;
    }
    
    .features-tabs li.hs-menu-item img{
        width: 24px;
        height: 24px;
        margin: 4px auto 0;
    }
    
    .features-tabs .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
        float: left;
    }
    
    .feature-group{
        margin: 0 auto;
        padding: 0 0 40px;
    }
    .feature-group-small{
        margin: 0 auto;
        padding: 0 0 40px;
    }
    
    .feature-group h2{
        padding-bottom: .25em;
    }
     .feature-group-small h2{
        padding-bottom: .2em;
    }
    
    .feature-thumb,
    .feature-info{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    
    .features-wrapper .row-fluid-wrapper:nth-child(odd){
        direction: ltr;
    }
    
    .feature-thumb,
    .features-wrapper .row-fluid-wrapper:nth-child(odd) .feature-thumb{
        text-align: center;
    }
    
    .feature-info,
    .features-wrapper .row-fluid-wrapper:nth-child(odd) .feature-info{
        padding: 0;
    }
    
    [class*="span"].global-wrapper.features-grid{
        padding: 40px 20px;
    }
    
    .features-small-wrapper .feature-thumb {
        width:100%;
    }
    .features-small-wrapper .feature-info {
        width:100%;
    }
    .features-small-wrapper .row-fluid-wrapper .feature-thumb,
    .features-small-wrapper .row-fluid-wrapper:nth-child(2n+1) .feature-thumb,
    .features-small-wrapper .row-fluid-wrapper .feature-info,
    .features-small-wrapper .row-fluid-wrapper:nth-child(2n+1) .feature-info,
    .features-small-wrapper .feature-group-small h2,
    .custom-footer-links-full {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .muted-hero,
    .muted-hero-container,
    .muted-hero-slider,
    .muted-hero-slider .hs_cos_flex-slider .hs_cos_flex-slides img{
        min-height: 600px;
        height: 600px !important;
    }
    
    .muted-hero-headline,
    .muted-hero-slider .hs_cos_flex-slider .superimpose .caption{
        top: 20%;
    }
    
    .muted-hero-headline h1,
    .sub-hero h4,
    .home-testimonial p,
    .home-prefooter p,
    .home-prefooter h2{
        max-width: 80%;
    }
    
    .muted-hero-headline h1{
        font-size: 1em;
    }
    
    .muted-hero-headline br,
    .muted-hero-headline br:after{
        content: ' ';
    }
    
    .muted-hero-cta{
        width: 100% !important;
    }
    
    .muted-hero-cta{
        bottom: 20%;
    }
    
}

@media (max-width: 320px) {
    .muted-hero,
    .muted-hero-container,
    .muted-hero-slider,
    .muted-hero-slider .hs_cos_flex-slider .hs_cos_flex-slides img{
        /*min-height: 600px;
        height: 600px !important;*/
        display: none !important;
    }
    
   .sub-hero h4{
       font-size: 1em;
   } 
   h2{
       font-size: 2em;
   } 
   .muted-hero-headline h1, .sub-hero h4, .home-testimonial p, .home-prefooter p, .home-prefooter h2 {
    max-width: 100%;
    font-size:16px;
}
    
}
/* ==========================================================================
   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.
 */

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

@media (max-width: 840px) {
    
    
    
    
    
    .main-nav,
    .main-nav .hs-menu-wrapper > ul,
    .main-nav .hs-menu-wrapper > ul li,
    .main-nav .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: #758292;
    }
    /* Toggle Button
     ========================================================================== */
    
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 50px;     
        right: 20px;
        width: auto;   
        height: auto;
        padding: 6px 12px;
        margin-top: -16px;
        z-index: 99999;
        font: 400 16px/1 "Open Sans";
        text-align: center;
        text-align: left;
        text-transform: uppercase;
        border: 2px solid #758292;
        border-radius: 2px;
        color: #758292;
        background: none;
    }
    .mobile-trigger:hover {
        text-decoration: none;
        /* Removes link text underline on button */
    }
    /* Change button when menu is open */
    
    .mobile-open .mobile-trigger {}
    /* Toggle Button Icon & Animations
     ========================================================================== */
    
    .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: 25px;
        height: 2px;
        background-color: #758292;
        display: inline-block;
    }
    .mobile-trigger i:before {
        margin-top: -6px;
    }
    .mobile-trigger i:after {
        margin-top: 6px;
    }
    /* Child Toggle Button
     ========================================================================== */
    
    .child-trigger {
        display: block !important;
        cursor: pointer;
        position: absolute;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        margin-top: -48px;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
    }
    .child-trigger:hover {
        text-decoration: none;
    }
    /* Child Toggle Button Icon & Animations
     ========================================================================== */
    
    .child-trigger i {
        position: relative;
        top: 50%;
        margin: 0 auto !important;
    }
    .child-trigger i:after {
        position: absolute;
        content: '';
    }
    .child-trigger i,
    .child-trigger i:after {
        width: 10px;
        height: 1px;
        background-color: #758292;
        display: block;
    }
    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .child-trigger.child-open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /* Menu Styles on Mobile Devices
     ========================================================================== */
    /* Hide menu on mobile */
    
    .main-nav.js-enabled .hs-menu-wrapper,
    .main-nav.js-enabled .hs-menu-children-wrapper {
        display: none;
    }
    /* Make child lists appear below parent items */
    
    .main-nav ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }
    /* Mobile Menu Styles */
    
    .main-nav.js-enabled .hs-menu-wrapper {
        position: relative;
        top: 100px;
        left: 0px;
        width: 100%;
    }
    .main-nav .hs-menu-wrapper {
        padding: 0 0 0 0;
        width: 100%;
        z-index: 8888;
        background: #f0f2f1;
    }
    /* Level 1 Menu List Styles */
    
    .main-nav .hs-menu-wrapper > ul {
        background: ;
    }
    .main-nav .hs-menu-wrapper > ul > li {
        position: relative;
    }
    .main-nav .hs-menu-wrapper > ul > li a {
        font-size: 18px;
        line-height: 45px;
        overflow: visible;
    }
    /* Level 1 and Higher Menu List Styles */
    
    .main-nav .hs-menu-wrapper > ul li {
        border-top: 1px dotted rgba(255, 255, 255, .35);
    }
    .main-nav .hs-menu-wrapper > ul li a {
        padding: 0 10px;
        color: #758292 !important;
    }
    .main-nav .hs-menu-wrapper > ul li a:hover {
        color: #0392c2 !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
        display: none;
    }
    /* Level 2 and Higher Menu List Styles */
    
    .main-nav .hs-menu-wrapper > ul ul {
        background: transparent;
        border: 0px;
        padding: 0px;
    }
    .main-nav .hs-menu-wrapper > ul ul li {
        background-color: rgba(255, 255, 255, .08);
        width: 100%;
    }
    .main-nav .hs-menu-wrapper > ul ul li a {
        text-indent: 10px;
        font-size: 15px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after {
        display: none;
    }
    .main-nav .hs-menu-wrapper>ul>li>ul:before {
        display: none;
    }
    /* Level 3 and Higher Menu List Styles */
    
    .main-nav .hs-menu-wrapper > ul ul ul li a {
        text-indent: 30px;
    }
    .main-nav .hs-menu-wrapper > ul ul ul ul li a {
        text-indent: 50px;
    }
    
}

@media (max-width: 767px){
    
    .main-nav.js-enabled .hs-menu-wrapper{
        top: 0;
    }
    
}

/* eof */