@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Quicksand:300,400,500,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/css/jquery.fancybox.min.css');
/* @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    */
/*****************************************/





/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *   
    
 */



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

body { margin:0; padding:25px 25px; font-family:'Barlow', sans-serif; font-size:16px; line-height:24px; font-weight:400; color:#555555; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:12px 0; margin:0; }

h1 { color:#2D345A;  font-family:'Quicksand', sans-serif; font-size:54px; line-height:60px; font-weight:600; margin:0; padding:0; clear:both }
h2 { color:#2D345A;  font-family:'Quicksand', sans-serif; font-size:49px; line-height:54px; font-weight:500; margin:0; padding:0; clear:both; letter-spacing:2px;}
h3 { color:#2D345A;  font-family:'Quicksand', sans-serif; font-size:32px; line-height:40px; font-weight:600; margin:0; padding:0; clear:both; letter-spacing:1.5px;}
h4 { color:#2D345A;  font-family:'Quicksand', sans-serif; font-size:23px; line-height:28px; font-weight:500; margin:0; padding:0; clear:both }
h5 { color:#2D345A;  font-family:'Quicksand', sans-serif; font-size:22px; line-height:29px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#2D345A;  font-family:'Quicksand', sans-serif; font-size:20px; line-height:28px; font-weight:400; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#555555; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#2D345A; }

input , button , textarea, select , 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"] {letter-spacing: 1px; outline:none; color:#252525; background:transparent; border:0; border-bottom:1px solid #EBEBEB; border-radius:0px; height:60px; padding:0 15px; width:100%; font-family: 'Quicksand', sans-serif; font-size:15px; font-weight:500; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:155px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { height:auto; width:auto; float:none; display:inline-block; border:1px solid #E8E8E8; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/blank.png) no-repeat left top #2D3359; padding:17px 58px; text-transform:uppercase; color:#fff; font-size:16px; letter-spacing:1px; -webkit-transition:all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition:all  0.4s ease-in-out; font-family: 'Barlow', sans-serif; } 
input[type=submit]:hover , button:hover { background-color:transparent; color:#2D3359; border-color:#2D3359; }


::-webkit-input-placeholder { color:#252525 !important; font-family:'Quicksand', sans-serif !important; font-size:15px !important; font-weight:500 !important; opacity:1 !important; text-transform:uppercase !important; }
::-moz-placeholder { color:#252525 !important; font-family:'Quicksand', sans-serif !important; font-size:15px !important; font-weight:500 !important; opacity:1 !important; text-transform:uppercase !important; }
:-ms-input-placeholder { color:#252525 !important; font-family:'Quicksand', sans-serif !important; font-size:15px !important; font-weight:500 !important; opacity:1 !important; text-transform:uppercase !important; }
:-moz-placeholder { color:#252525 !important; font-family:'Quicksand', sans-serif !important; font-size:15px !important; font-weight:500 !important; opacity:1 !important; text-transform:uppercase !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; font-size:22px;}
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }
.row-fluid .multi-btn{padding-top:15px;}

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 15px; }
ul.slick-dots li button { display:inline-block; background:#fff;  width:20px; height:20px; border-radius:100%; font-size:0; padding:0; cursor:pointer; border-color:#fff; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#BBBBBB; }

/* Custom Button Style Options */
.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { padding:10px 28px; background:#005481; position:relative; text-align:center; display:inline-block; text-transform:uppercase; color:#fff; font-size:16px; font-weight:bold; border-radius:8px; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#0098db; }

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { padding:14px 15px; width:242px; max-width:100%; background:transparent; border:2px solid #6bacca; text-align:center; display:inline-block; text-transform:uppercase; color:#fff; font-size:16px; font-weight:bold; border-radius:6px; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#0098db; }

/* Custom Title Style */
.row-fluid .titlestyle1 h2 { text-transform:uppercase; position:relative; margin-bottom:16px; padding-bottom:10px; color:#00457d; }
.row-fluid .titlestyle1 h2:after { position:absolute; content:""; height:2px; width:370px; background:#0098db; left:0;  top:100%; }
.row-fluid .titlestyle1 h4 { line-height:35px; color:#00457d; text-transform:uppercase; font-weight:400; }

/* Background-color Options */
.row-fluid .blue-bg { background:#004178; }
.row-fluid .lightblue-bg { background:#0094d7; }
.row-fluid .grey-bg { background:#f8f8f8; }

/* Font Size Option */
.row-fluid .font22 { font-size:22px; line-height:30px;} 
.row-fluid .sub-text{font-size:22px; line-height:30px; letter-spacing:1px;}

.row-fluid .wrapper { margin:0 auto !important; width:1275px; padding:0; float:none !important; }

/* Page wise css start */
body:after{background-color:#fff; content:''; height:100%; left:0; position:fixed; top:0; width:100%; z-index:99; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;;}
body.bodyappear:after{opacity:0; visibility:hidden;}

.row-fluid .top { position:fixed; top:0; left:0; width:100%; z-index:9; padding:30px 43px 20px; background:transparent; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li{padding:0 12px;}
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { color:#252525; font-size:13px; line-height:18px; text-transform:uppercase; padding:16px 10px; position:relative; font-weight:600; letter-spacing:1px; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { position:absolute; content:""; height:5px; width:0; left:0; right:0; bottom:0; background:#2D3359; margin:auto; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:after { width:100%; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a.active:after { width:100%; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }

.text-up{position:relative; z-index:1;}

.row-fluid .splash-sec1.splash-sec .inner-box {width:630px; padding:0 40px 0 92px; margin:0 0 0 -55px;}
.row-fluid .splash-sec2.splash-sec .inner-box{margin:160px -100px 0 0;}
.row-fluid .splash-sec3.splash-sec .inner-box{margin:0 0 120px 74px;}
.row-fluid .splash-sec4.splash-sec .inner-box{margin:0 -100px 0 0;}

.splash-sec.splash-sec1 .left-box{width:55%;}
.splash-sec.splash-sec1 .right-box{width:45%;}


.row-fluid .splash-sec1{margin:0 0 30px 0;}
.row-fluid .splash-sec3{margin: 0 0 70px;}
.row-fluid .splash-boximg1 { height:calc(100vh - 50px); float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .splash1-right { float:none; display:inline-block; vertical-align:middle; margin:0; /*padding-left:40px;*/ }
.row-fluid .splash1-right h2 { padding-bottom:10px; } 

/*.row-fluid .splash-sec { padding-top:30px; }*/
.row-fluid .splash-sec img { width:100% !important; }
.row-fluid .splash-sec .left-box, .row-fluid .splash-sec .right-box { float:none; display:inline-block; vertical-align:middle; margin-right:-2px; }
.row-fluid .splash-sec .inner-box { float:none; display:inline-block; vertical-align:middle; text-align:left; width:570px; max-width:100%; padding:0 70px; position:relative; letter-spacing:0.6px; z-index: 1;}
.row-fluid .splash-sec .inner-box p { padding:0; }
.row-fluid .splash-sec .inner-box h2 { padding-bottom:20px; }

.row-fluid .splash-sec.top-align .left-box, .row-fluid .splash-sec.top-align .right-box{vertical-align:top;}
.row-fluid .splash-sec.bottom-align .left-box, .row-fluid .splash-sec.bottom-align .right-box{vertical-align:bottom;}


.row-fluid .care-intro-raw { float:left; width:100%; padding-top:11px; } 
.row-fluid .care-intro-raw > span { float:none; display:block; width:auto; margin:0 -16px; }
.row-fluid .care-intro-raw > span > div { float:left; width:33.33%; padding:16px; }
.row-fluid .care-intro-raw .care-boxwrap{border:1px solid #f2f2f4;}

.row-fluid .careimg-boxwrap img { width:100% !important; }
.row-fluid .careimg-boxwrap { position:relative; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .careimg-boxwrap .carehover-text { position:absolute; top:50%; left:50%; opacity:0; letter-spacing:1px; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; } 
.row-fluid .careimg-boxwrap .carehover-text:before { position:absolute; content:""; height:222px; width:373px; top:-70px; left:-68px; z-index:-1; background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-blue.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .care-intro-raw .hs_cos_wrapper_type_custom_widget:nth-child(2) .careimg-boxwrap .carehover-text:before { background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-orchid.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .care-intro-raw .hs_cos_wrapper_type_custom_widget:nth-child(3) .careimg-boxwrap .carehover-text:before { background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-succulent.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .care-intro-raw .hs_cos_wrapper_type_custom_widget:nth-child(4) .careimg-boxwrap .carehover-text:before { background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-anthurium.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .care-intro-raw .hs_cos_wrapper_type_custom_widget:nth-child(5) .careimg-boxwrap .carehover-text:before { background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-trees.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .care-intro-raw .hs_cos_wrapper_type_custom_widget:nth-child(6) .careimg-boxwrap .carehover-text:before { background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-bromeliad.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .care-intro-raw .hs_cos_wrapper_type_custom_widget:nth-child(7) .careimg-boxwrap .carehover-text:before { background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-trees.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .care-intro-raw .hs_cos_wrapper_type_custom_widget:nth-child(8) .careimg-boxwrap .carehover-text:before { background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-trees.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .careimg-boxwrap .carehover-text h5 { font-size:16px; line-height:20px; letter-spacing:2px; font-weight:300; font-family:'Barlow', sans-serif; margin:13px 0 0;} 
.row-fluid .careimg-boxwrap:hover .carehover-text { opacity:1; }

.row-fluid .care-popup { display:none; }
.row-fluid .fancybox-logo { position:fixed; top:15px; left:30px; z-index:33333; opacity:0; transition:all ease .5s; max-width:150px; }
.fancybox-overlay { background:rgba(43,49,86,0.9); border:20px solid #fff; border-top:45px solid #fff; overflow:hidden !important; }
/*.fancybox-opened .fancybox-skin { box-shadow:none; border-radius:0; padding:0 !important; }*/
.fancybox-overlay .fancybox-skin{border-radius:0; box-shadow: none; padding: 0 !important;}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span { background-image:url(//cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/fancybox_sprite-icon.png); }
.fancybox-close { top:15px; right:10px; }

.care-popup { position:relative; float:left; width:100%; }
.care-popimg { position:absolute; left:0; top:0; width:50%; height:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.care-popright { float:right; width:50%; padding:50px 40px; }
.care-popright .care-poptitle { float:left; width:100%; }
.care-popright .care-poptitle h4 { font-size:33px; line-height:40px; text-transform:uppercase; padding-bottom:40px; }
.care-popright .care-poptitle h4 br { display:none; }
.care-option { float:left; width:100%; margin-bottom:25px; }
.care-icon { float:none; width:60px; display:inline-block; margin:0 -2px; vertical-align:middle; text-align:center; }
.care-iconintro { float:none; display:inline-block; vertical-align:middle; width:calc(100% - 60px); margin:0; padding:0 0 0 20px; }
.care-option3 .care-icon img { position:relative; left:20px; } 

.row-fluid .read-blogsec{padding:19px 0 30px; overflow: hidden;}
.row-fluid .read-blograw{padding:55px 50px; border:9px solid #EBEBEB; position:relative;}
.row-fluid .read-blograw:after{position:absolute; left:7%; top:-11px; width:69%; height:14px; background-color:#fff; content:'';}
.row-fluid .read-blograw:before{position:absolute; right:7%; bottom:-11px; width:69%; height:14px; background-color:#fff; content:'';}
.row-fluid .more-ariclesbtn a { text-align:right; font-size:13px; line-height:18px; color:#555; font-weight:300; text-transform:uppercase; letter-spacing:1px; float:right; margin-top:6px; letter-spacing: 1px; opacity:.8;}
.row-fluid .more-ariclesbtn a:hover { color:#2D345A; }
.row-fluid .homeblog-listing { padding-top:40px; margin: 0 -15px !important; width: auto;}
.row-fluid .homeblog-listing .blog-article-colwrap { float:left; width:33.33%; padding:0 15px; }
.row-fluid .homeblog-listing .blog-article-colinner { float:left; width:100%; border:1px solid #E8E8E8; }
.row-fluid .homeblog-listing .blog-article-img { float:left; width:100%; height:407px; position:relative; background-position:center center !important; background-size:cover !important; background-repeat:no-repeat !important; }
.row-fluid .blog-article-text { padding:30px; font-size:16px; line-height:26px; color:#555555; float:left; width:100%; }
.row-fluid .blog-article-text .post-title { float:left; width:100%; margin-bottom:10px; } 
.row-fluid .blog-article-text .post-title h4 { float:left; width:100%; color:#2D345A; font-size:23px; line-height:30px; text-transform:uppercase; letter-spacing:1px; font-weight:600; font-family:'Quicksand', sans-serif; } 
.row-fluid .blog-article-text .post-title h4:hover { color:#555; }
.row-fluid .homeblog-listing .blog-article-img h5.read-article {font-family:'Barlow', sans-serif; position:absolute; top:50%; left:0; right:0; z-index:1; text-align:center; width:100%; float:left; font-size:16px; line-height:24px; color:#fff; text-transform:uppercase; letter-spacing:1px; opacity:0; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.row-fluid .homeblog-listing .blog-article-img h5.read-article:before { position:absolute; content:""; height:222px; width:373px; top:-100px; left:calc(50% + 40px); z-index:-1; background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-blue.png') no-repeat; background-size:cover !important; background-position:center center !important; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
.row-fluid .homeblog-listing .blog-article-colwrap:hover .blog-article-img h5.read-article { opacity:1; }

.row-fluid .share-storyright { border:9px solid #EBEBEB; position:relative; float:left; width:calc(50% - 20px); margin-left:20px;}
.row-fluid .share-storyright > div { float:left; width:100%; }
.row-fluid .share-storyright input[type="text"], .row-fluid .share-storyright input[type="email"], .row-fluid .share-storyright input[type="tel"], .row-fluid .share-storyright select { border:1px solid #EBEBEB; height:50px; }
/* .row-fluid .share-storyright .input input { position:relative; }
.row-fluid .share-storyright .input input:before { position:absolute; content:"Required Field"; top:100%; left:0; color:#9D0A0E; font-size:13px; line-height:18px; font-family:'Quicksand', sans-serif; font-weight:500; } */
.row-fluid .share-storyright input.invalid.error { border-color:#9D0A0E; }
.row-fluid .share-storyright ul.hs-error-msgs { color:#9D0A0E; font-size:12px; padding:0; font-weight:500; }
.row-fluid .share-storyright .hs-form-field > label { float:left; width:100%; color:#252525; text-transform:uppercase; font-size:13px; line-height:18px; font-family:'Quicksand', sans-serif; font-weight:500; margin-bottom:5px; }
.row-fluid .share-storyright .hs-form .input { float:left; width:100%; }
.row-fluid .share-storyright .hs-form ul.inputs-list.multi-container li { float:left; width:auto; margin-right:15px; font-size:13px; line-height:18px; font-family:'Quicksand', sans-serif; font-weight:500; }
.row-fluid .share-storyright .inputs-list input[type="checkbox"] + span, .row-fluid .share-storyright .inputs-list input[type="radio"] + span { line-height:18px; padding-left:5px; display:inline-block; vertical-align:middle; }
.row-fluid .share-storyright .inputs-list input[type="checkbox"]:checked + span:after, .row-fluid .share-storyright .inputs-list input[type="radio"]:checked + span:after { background:#2D3359; content:"\f00d"; font-family:FontAwesome; text-align:center; color:#fff; height:19px; width:18px; border-radius:0; left:-1px; top:2px; }
.row-fluid .share-storyright:after{position:absolute; left:15%; top:-11px; width:58%; height:14px; background-color:#fff; content:'';}
.row-fluid .share-storyright:before{position:absolute; right:15%; bottom:-11px; width:58%; height:14px; background-color:#fff; content:'';}
.row-fluid .share-storyright .form-sub-title { font-size:22px; line-height:26px; color:#555555; text-transform:uppercase; letter-spacing:0.8px; padding-top:7px; padding-bottom:10px; letter-spacing: 1px;}
.row-fluid .share-storyright-inner { padding:40px; }
.row-fluid .share-storyright-inner span.hs-form-required { display:none; }
.row-fluid .share-storyimg { float:left; width:50%; }
.row-fluid .share-storyright form input[type="submit"] { margin-top:30px; }

.row-fluid .hs_upload_a_photo label { display:none; }

.row-fluid .share-storyright form button { background:transparent; color:#252525; padding:6px 18px; font-size:15px; font-family:'Quicksand', sans-serif; font-weight:500; border-color: #959595;}
.row-fluid .share-storyright .file-upload-wrapper { float:left; width:auto; }
.row-fluid .share-storyright .file-upload-wrapper .file-upload-input { height:auto; border:0; width:auto; float:right; margin-top:6px; }
.row-fluid .share-storyright .hs_submit { float:left; width:100%; }
.row-fluid .share-storyright .hs_upload_a_photo { float:left; width:100%; padding-top:15px; }
.row-fluid .blog-article-text .post-title + .fl100 { float:left; width:100%; font-weight:300; letter-spacing: 0.5px;}


/* Footer */
.row-fluid .footer { padding:35px 0 0; font-size:13px; line-height:18px; text-transform:uppercase; font-weight:300; letter-spacing:1px; }
.row-fluid .social-icon { position:fixed; right:40px; bottom:20px; width:auto; }
.row-fluid .social-icon a { float:none; display:inline-block; width:30px; /*height:30px; line-height:30px; border-radius:100%; text-align:center; background:#E1E1E1; color:#fff; font-size:18px;*/ margin-right:20px; }
.row-fluid .social-icon .mobile-social{display:none;}
/*.row-fluid .social-icon a img{ border-radius:100%; background:#fff;}*/
/*.row-fluid .social-icon a:hover img { background:#2D345A; }*/
 

.row-fluid .blog_pagination_raw { display: inline-block; vertical-align: top; width: auto; padding: 0 10px; position: absolute; bottom: 0; }
.row-fluid .blog_pagination_raw ul.pagination { padding: 0; list-style-type: none; display: flex; align-items: center; margin: 0; }
.row-fluid .blog_pagination_raw ul.pagination li a { font-size: 13px; font-weight: 700; color: #363636; display: flex; align-items: center; height: 20px; width: 35px; justify-content: center; border-right: 1px solid #E9EBEA; text-transform: uppercase; }
.row-fluid .blog_pagination_raw ul.pagination li { line-height: 0; display: inline-block; vertical-align: top; width: auto; }
.row-fluid .blog_pagination_raw ul.pagination li:last-child a { border: 0; }
.row-fluid .blog_pagination_raw ul.pagination li.page_arrow a { width: auto; }
.row-fluid .blog_pagination_raw ul.pagination li.page_arrow.next a { padding-left: 15px; }
.row-fluid .blog_pagination_raw ul.pagination li.page_arrow.prev a { padding-right: 15px; }

/* SVG */
@keyframes border { 0% { stroke-dashoffset: 5000; } 100% { stroke-dashoffset: 0; } }

.svgrow-border-parent{position: relative;}
.border{display:none; fill:none; stroke-width:9; stroke-miterlimit:10; stroke-dasharray:1000; stroke-dashoffset:1000;}
.border-anim.go .border{display:block; stroke-dasharray:5000; stroke-dashoffset:5000; -webkit-animation:border 5s linear forwards; -moz-animation:border 5s linear forwards; -o-animation:border 5s linear forwards; animation:border 5s linear forwards; animation-delay:700ms;}

.border.light-gray{stroke:#F2F2F2;}
.border.pink{stroke:#E64185;}
.border.teal{stroke:#6EC9B8;}
.border.white{stroke:#FFF;}

.row-fluid .splash-sec .inner-box .svgrow-border{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
/*.splash-sec1 .svgrow-border{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}*/
/*.splash-sec2 .svgrow-border{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}*/
/*.splash-sec3 .svgrow-border{position:absolute; top:-61px; right:10px;}*/
/*.splash-sec4 .svgrow-border{position:absolute; top:-47px; right:8px;}*/

.careimg-boxwrap .hover-border{position:absolute; top:50%; left:50%; opacity:0; z-index:1; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);;}
.careimg-boxwrap .hover-border .border{stroke-width:3.5;}
.careimg-boxwrap:hover .hover-border{ opacity:1; }
.careimg-boxwrap:hover .hover-border .border{display:block; stroke-dasharray:5000; stroke-dashoffset:5000; -webkit-animation:border 8s linear forwards; -moz-animation:border 8s linear forwards; -o-animation:border 8s linear forwards; animation:border 8s linear forwards;}

.homeblog-listing .blog-article-colwrap .hover-border{position:absolute; text-align:center; top:calc(50% + 15px); left:0; right:0; z-index:2; width:100%; opacity:0; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; transform: translateY(-50%);}
.homeblog-listing .blog-article-colwrap .hover-border .border{stroke-width:3.5;}
.homeblog-listing .blog-article-colwrap:hover .hover-border{ opacity:1; }
.homeblog-listing .blog-article-colwrap:hover .hover-border .border{display:block; stroke-dasharray:5000; stroke-dashoffset:5000; -webkit-animation:border 8s linear forwards; -moz-animation:border 8s linear forwards; -o-animation:border 8s linear forwards; animation:border 8s linear forwards;}

.row-fluid .maxnew-blog .post-listing > .post-item:first-child { width:calc(54% - 35px); float:left; min-height:calc(100vh - 50px); background-size:cover !important; background-position:center !important; position:fixed; z-index:1; }
.row-fluid .maxnew-blog .post-listing > .post-item:first-child:before { content:""; width:100%; height:100%; background:rgba(0,0,0,0.2); position:absolute; left:0; top:0; z-index:-1; }
.row-fluid .maxnew-blog .post-item .hs-featured-image-wrapper img,.row-fluid .maxnew-blog .post-listing > .post-item:first-child .post-body .post-content { display:none; }
.row-fluid .maxnew-blog .post-listing > .post-item:first-child .hs-featured-image-wrapper { }
.row-fluid .maxnew-blog .post-listing > .post-item:first-child .post-body { position:absolute; bottom:0; left:0; right:0; padding:35px 40px; }
.row-fluid .maxnew-blog .post-listing > .post-item:first-child .post-body h2 { font-size:29px; line-height:34px; text-transform:uppercase; }
.row-fluid .maxnew-blog .post-listing > .post-item:first-child .post-body h2 a { color:#fff; }
.row-fluid .maxnew-blog .post-listing > .post-item:first-child .post-header a { float: left; width: 100%; position: absolute; left: 0; right: 0; height: 100%; }
.row-fluid .maxnew-blog .post-item .post-body .topic-row { line-height:0; margin-bottom:8px;  }
.row-fluid .maxnew-blog .post-item .post-body .topic-row a { text-transform:uppercase; font-family:'Barlow', sans-serif; font-weight:600; font-size:13px; margin-bottom:5px; letter-spacing:1.5px; line-height:18px; }
.row-fluid .maxnew-blog .post-listing > .post-item:first-child .topic-row a { color:#fff; }
.hs-blog-listing .row-fluid .maxnew-blog .blog-leftwrap { width:100%; }
.row-fluid .maxnew-blog .post-item .more-link { position:absolute; top:50%; left:50%; opacity:0; z-index:1; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);; color:#fff; text-transform:uppercase; letter-spacing:1.5px; }
.row-fluid .maxnew-blog .post-item .more-link span { position:absolute; top:50%; left:50%; z-index:1; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);; width:100%; text-align:center; }
.row-fluid .maxnew-blog .post-item .more-link .border { stroke-width:3.5; }
.row-fluid .maxnew-blog .post-item .post-header:hover .more-link { opacity:1; }
.row-fluid .maxnew-blog .post-item .post-header:hover .more-link .border{display:block; stroke-dasharray:5000; stroke-dashoffset:5000; -webkit-animation:border 8s linear forwards; -moz-animation:border 8s linear forwards; -o-animation:border 8s linear forwards; animation:border 8s linear forwards;}
.row-fluid .maxnew-blog .post-item .more-link:before { position:absolute; content:""; height:222px; width:373px; top:-34px; left:-38px; z-index:-1; background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/hover-blue.png') no-repeat; background-size:cover !important; background-position:center center !important; }
.row-fluid .maxnew-blog .right-postwrap { float:right; width:46%; padding:70px 0 10px 0px; position: relative; }
.row-fluid .maxnew-blog .right-postwrap .rightinner-postwrap { display:block; margin-right:-10px; margin-bottom: 30px; }
.row-fluid .maxnew-blog .right-postwrap .post-item { width:50%; float:left;  }
.row-fluid .maxnew-blog .right-postwrap .post-item .postitem-innerwrap { padding:12px 10px; float:left; width:100%; }
.row-fluid .maxnew-blog .right-postwrap .post-item .post-header .hs-featured-image-wrapper { height:307px; background-size:cover !important; background-position:center !important; position:relative; }
.row-fluid .maxnew-blog .right-postwrap .post-item .post-body h2 { font-size:16px; line-height:24px; text-transform:uppercase; margin-bottom:8px; letter-spacing:1px; font-weight:600; }
.row-fluid .maxnew-blog .right-postwrap .post-item .post-body h2 a { color:#2D345A; }
.row-fluid .maxnew-blog .right-postwrap .post-item .post-body { padding:20px; }
.row-fluid .maxnew-blog .right-postwrap .post-item .post-iteminner { border:1px solid #EBEBEB; float:left; width:100%; }
.row-fluid .maxnew-blog .right-postwrap .post-item .more-link:before { width:280px; height:180px; background-size:100% !important; }
.row-fluid .maxnew-blog .right-postwrap .post-item .more-link svg { width:165px; height:115px; }
.hs-blog-listing .row-fluid .footer,.hs-blog-post .row-fluid .footer { position:fixed; bottom:3px; padding-top:0; }
.row-fluid .subscribe-box { margin:0; float:right; }
.row-fluid .subscribe-box h3 { padding-bottom:15px; }
.row-fluid .maxnew-blog .subscribe-box { padding:10px; margin-top:3px; }
.row-fluid .maxnew-blog .subscribe-box h3 { text-transform:uppercase; }
.row-fluid .maxnew-blog .subscribe-box > div { padding:30px 50px; position:relative; border-left:4px solid #EBEBEB; border-right:4px solid #EBEBEB; }
.row-fluid .maxnew-blog .subscribe-box > div:before { content:""; width:55px; height:4px; background:#EBEBEB; position:absolute; left:0; top:0; }
.row-fluid .maxnew-blog .subscribe-box > div > span:before { content:""; width:117px; height:4px; background:#EBEBEB; position:absolute; right:0; top:0; }
.row-fluid .maxnew-blog .subscribe-box > div > span:after { content:""; width:55px; height:4px; background:#EBEBEB; position:absolute; right:0; bottom:0; }
.row-fluid .maxnew-blog .subscribe-box > div:after { content:""; width:117px; height:4px; background:#EBEBEB; position:absolute; left:0; bottom:0; }
.row-fluid .subscribe-box .hs-form-required { display:none; }
.row-fluid .subscribe-box .hs-form .hs-form-field { padding-bottom:0; }
.row-fluid .subscribe-box .hs-input { padding-left:0; padding-right:0; height:52px; }
.row-fluid .subscribe-box .hs-input.error { border-bottom-color:#f00; }
.row-fluid .subscribe-box .hs-error-msgs { display:none !important; }
.row-fluid .subscribe-box form { position:relative; }
.row-fluid .subscribe-box .actions { position:absolute; right:0; bottom:13px; }
.row-fluid .subscribe-box .actions input[type="submit"] { background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/subscribe-arrow.png') no-repeat #fff; font-size:0; border:none; padding:0; width:25px; height:25px; background-position:center;  }

.row-fluid .blog-pagination { float:left; width:100%; }

.hs-blog-post .row-fluid .blog-leftwrap { width:100%; }
.row-fluid .blog-post-wrapper .post-header { float:left; width:54%; }
.row-fluid .blog-post-wrapper .post-body { float:left; width:46%; }

.row-fluid .blog-post-wrapper .post-header .hs-featured-image-wrapper { min-height:calc(100vh - 50px); background-size:cover !important; }
.row-fluid .blog-post-wrapper .post-header .hs-featured-image-wrapper img { display:none; }
.row-fluid .blog-post-wrapper .post-header { padding-right:35px; position:fixed;  }
.row-fluid .blog-post-wrapper .post-body { padding-top:90px; float:right; padding-left:20px;  }
.row-fluid .blog-post-wrapper .post-body h1 { font-size:28px; line-height:38px; text-transform:uppercase; }

.row-fluid .blog-post-wrapper .author-daterow { text-transform:uppercase; color:#363636; font-size:14px; line-height:20px; margin:15px 0; }
.row-fluid .blog-post-wrapper .postsocial-row { list-style:none; margin:5px 0 20px 0; padding:0; display:inline-block; width:100%; }
.row-fluid .blog-post-wrapper .postsocial-row li span { display:inline-block; padding-right:5px;   }
.row-fluid .blog-post-wrapper .postsocial-row li span:last-child { padding-right:0;  }
.row-fluid .blog-post-wrapper .postsocial-row em { font-style:normal; font-size:12px; line-height:16px; font-weight:600; padding-right:5px; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .blog-post-wrapper .postsocial-row li a { display:flex; background:#2B3155; border-radius:100%; width:26px; height:26px; text-align:center; color:#fff; align-items:center; font-size:14px; line-height:20px; }
.row-fluid .blog-post-wrapper .postsocial-row li a:hover { background:#353d6b; }
.row-fluid .blog-post-wrapper .postsocial-row li a i { margin-left:auto; margin-right:auto; }
.row-fluid .blog-post-wrapper h6 { font-weight:500; color:#363636; font-family:'Barlow', sans-serif; text-transform:uppercase; margin-top:15px; }

.row-fluid .list-pagination { float:right; width:100%; margin-top:10px; margin-bottom:20px; }
.row-fluid .list-pagination a { display:inline-block; text-transform:uppercase; font-weight:bold; }
.row-fluid .list-pagination a:hover { color:#2D345A; }
.row-fluid .list-pagination a:after { content:"|"; display:inline-block; padding:0 10px 0 12px; }
.row-fluid .list-pagination a:last-child:after { display:none; }

/* Explore Plants Page */
.row-fluid .product-main { margin:0 auto 50px; max-width:1140px; width:100%; float:none; display:table; } 
.row-fluid .product-raw { padding:20px; width:50%; float:left; text-align:center; } 
.row-fluid .product-insite { position:relative; }
.row-fluid .product-img { height:540px; background-size:cover !important; background-position:center center !important; }
.row-fluid .product-text { padding:20px 15px; font-size:16px; line-height:22px; color:#2D345A; text-transform:uppercase; font-weight: 500; letter-spacing:0.7px; }
.row-fluid .product-text span { padding-right:15px; display:inline-block; position:relative; }
.row-fluid .product-text span:after { content:"\f101"; display:inline-block; font-family:'FontAwesome'; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; position:absolute; top:0; right:0; }
.row-fluid .product-insite:hover .product-text span:after { right:-5px; }


/* 
.row-fluid .product-raw .hover-border{position:absolute; top:50%; left:50%; opacity:0; z-index:1; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);;}
.row-fluid .product-raw .hover-border .border{stroke-width:3.5;}
.row-fluid .product-raw:hover .hover-border{ opacity:1; }
.row-fluid .product-raw:hover .hover-border .border{display:block; stroke-dasharray:5000; stroke-dashoffset:5000; -webkit-animation:border 8s linear forwards; -moz-animation:border 8s linear forwards; -o-animation:border 8s linear forwards; animation:border 8s linear forwards;}
 */

.row-fluid .hero-gallery { padding:195px 0 70px; text-align:center; }
.row-fluid .hero-gallery h2 { font-size:32px; line-height:40px; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .gallery-btn { margin-top:35px; }
.row-fluid .gallery-btn a { padding:15px 28px; min-width:264px; border-radius:0; font-weight:400; letter-spacing:0.5px; background:#2D3359; }
.galleryPage .row-fluid .gallery-btn a:hover {background: #E8E8E8;}

.row-fluid .gallery-main { margin:0 auto 50px; max-width:1160px; width:100%; float:none; display:table;} 
.row-fluid .gallery-raw { padding:12px; width:33.33%; float:left; text-align:center; } 
.row-fluid .gallery-insite { position:relative; }
.row-fluid .gallery-img { height:445px; background-size:cover !important; background-position:center center !important; }
.row-fluid .gallery-text { padding:20px 15px; font-size:16px; line-height:22px; color:#000000; text-transform:uppercase; font-weight: 500; letter-spacing:0.7px; }
/* .row-fluid .gallery-text:after { content:"\f101"; margin-left:5px; display:inline-block; font-family:'FontAwesome'; } */

.row-fluid .careimg-boxinner { position:relative; }
.row-fluid .icons_purifying { position:absolute; bottom:15px; right:15px; text-align:right; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; } 
.row-fluid .icons_purifying .icons { width:auto; height:auto; display:inline-block; vertical-align: middle; }
.row-fluid .icons_purifying .icons a { margin:2px; width:39px; height:39px; line-height:39px; background:rgba(45,51,89,0.8); display:inline-block; border-radius:100px; text-align:center; display: flex; align-items: center; }
.row-fluid .icons_purifying .icons a img { margin: 0 auto; width:auto !important; }
.row-fluid .careimg-boxwrap:hover .icons_purifying { opacity:0; }

.row-fluid .resources-btn { margin-top:15px; }  
.row-fluid .resources-btn a { color:#2D345A; text-transform:uppercase; font-weight:600; }
.row-fluid .resources-btn a:after { content:"\f101"; margin-left:5px; display:inline-block; font-family:'FontAwesome'; } 

.row-fluid .instructions-icons { margin-top:25px; text-align:left; }
.row-fluid .instructions-icons .hs_cos_wrapper_type_module { width:auto; display:inline-block; float:none; }

.row-fluid .instructions-icons .icon { padding:0 15px 0 0; display:inline-block; vertical-align: middle; }
.row-fluid .instructions-icons .icon { color:#555; } 
.row-fluid .instructions-icons .icon span.hs_cos_wrapper_type_text:hover { color:#2D345A; }
.row-fluid .instructions-icons .icon .span6 { width:auto; display:inline-block; }
.row-fluid .instructions-icons .friendly { border-right:1px solid #555; margin-right:15px; }
.row-fluid .instructions-icons .friendly span.hs_cos_wrapper_type_text:before { content:''; width:27px; height:26px; background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/Friendly.png') no-repeat; display:inline-block; vertical-align: middle; margin-right: 10px; }
.row-fluid .instructions-icons .purifying span.hs_cos_wrapper_type_text:before { content:''; width:24px; height:19px; background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/Purifying.png') no-repeat; display:inline-block; vertical-align: middle; margin-right: 10px; }

/* 14-11-18*/
.res-page.fixed .row-fluid .top .mainmenu{margin:0;}
.res-banner{margin:65px 0 0; padding: 0 15px;}
.res-banner .wrapper > div{align-items:center; display:flex; min-height:390px;}
.res-banner h1{color:#fff; font-size:42px; font-weight:500;}

.filter-wrapper{padding:50px 0;}
.filter-wrapper .filter-control{text-align:right; padding:0 0 50px;}
.filter-wrapper .filter-control label{color:#959595;display:inline-block;font-family:'Quicksand', sans-serif;font-size:13px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;vertical-align:middle;}
.filter-wrapper .filter-control .filter-optn{display:inline-block; vertical-align:middle; position:relative; margin:0 0 0 30px;}
.filter-wrapper .filter-control .filter-optn:after{content:'+';font-size:13px;position:absolute;right:16px;top:9px;}
.filter-wrapper .filter-control .filter-optn h3{border:1px solid #ebebeb;display:inline-block;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:1px;line-height:normal;min-width:205px;padding:11px 10px 11px 19px;text-align:left;text-transform:uppercase;}
.filter-wrapper .filter-control .filter-optn ul{border:1px solid #ebebeb;z-index:1;background-color:#fff;left:0;list-style:outside none none;margin:-1px 0 0;padding:0;position:absolute;text-align:left;top:100%;width:100%; transform: translateY(20px); opacity:0; visibility:hidden; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;; }
.filter-wrapper .filter-control .filter-optn ul li{border-bottom:1px solid #ebebeb;padding:10px; cursor:pointer; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;;}
.filter-wrapper .filter-control .filter-optn ul li:hover{background-color:#ebebeb;}
.filter-wrapper .filter-control .filter-optn h3.ulShown + ul{opacity:1; transform:translateY(0px); visibility:visible;}

.listst-wrapper{}
.listst-wrapper #container{display:flex; flex-flow:row wrap; margin:0 -15px;}
.listst-wrapper .lists{flex:1 1 calc(33.33% - 30px); max-width:calc(33.33% - 30px); margin:0 15px 30px 15px;}
.listst-wrapper .lists .plant-img{display:block; height:205px;}
.listst-wrapper .lists .plant-dtl{border:1px solid #ebebeb; padding:16px 20px 20px;}
.listst-wrapper .lists .plant-dtl .label{font-size:13px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase; padding:0 0 11px;}
.listst-wrapper .lists .plant-dtl h3{font-size:16px;font-weight:500;letter-spacing:0.3px;line-height:22px;text-transform:uppercase; margin:0 0 10px;}
.listst-wrapper .lists .plant-dtl h3 a{color:#2D345A;}
.listst-wrapper .lists .plant-dtl h3 a:hover{color:#555;}
.filter-wrapper a.show-more{background-color:#2d3359;color:#fff;display:block;font-size:18px;font-weight:700;margin:45px auto 0;padding:15px;text-align:center;text-transform:uppercase;width:320px;}
.filter-wrapper a.show-more:hover{background-color:#0098db; color:#fff;}

.repeat-section{margin:65px 0 0;}
.repeat-section .article-list + .article-list{margin:60px 0 0;}
.repeat-section .wrapper{max-width:750px;}
.repeat-section .image{height:300px; margin:0 0 80px;}
.repeat-section .image img{width:100%; height:100%; object-fit:cover;}
.repeat-section .print{margin:-40px 0 0; padding:0 0 34px;}
.repeat-section .print a{color:#acacac;font-size:13px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;}
.repeat-section .print a:hover{color:#2d345a;}
.repeat-section .print img{display:inline-block;vertical-align:middle; margin:0 10px 0 0;}
.repeat-section h1{font-size:36px;font-weight:500;letter-spacing:0.6px;text-transform:uppercase;line-height: 39px;}
.repeat-section .contnt{padding:35px 0 0;}
.repeat-section .contnt p{color:#111; letter-spacing:0.4px;}
.repeat-section .contnt h4{font-family:'Barlow', sans-serif;font-size:16px;font-weight:700;letter-spacing:0.5px;margin:10px 0 0;text-transform:uppercase;}

.cta-div{position:relative;z-index:1; margin:50px 0 0;}
.cta-div:after{background-color:#2d3359;content:'';height:100%;left:0;opacity:0.8;position:absolute;top:0;width:100%;z-index:-1;}
.cta-div h3{color:#fff;font-size:36px;font-weight:500;letter-spacing:0.4px;text-transform:uppercase;}
.cta-div .cta_button{background-color:#fff;color:#2d345a;display:inline-block;font-size:18px;font-weight:500;letter-spacing:0.4px;min-width:320px;padding:15px;text-align:center;text-transform:uppercase;}
.cta-div .cta_button:hover{background-color:#0098db; color:#fff;}
.cta-div .flex-div{}
.cta-div .flex-div > div > div{align-items:center; display:flex; padding:0 90px; height:300px;}
.cta-div .flex-div > div > div > div:nth-child(1){width: calc(100% - 320px); margin:-14px 0 0;}
.cta-div .flex-div > div > div > div:nth-child(2){width:320px; margin:0;}

.story-anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.hebLine {margin-top: 50px; font-size: 15px!important;}
.hebLine span:after {display: inline-block;
    content: "";
    width: 93px;
    height: 30px;
    background: transparent url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/HEB_Logo.png') no-repeat;
    margin-left: 10px;
    margin-bottom: -7px;  
}

/* Lp Gated Page */
.row-fluid .lp-gatedtop { position:absolute; top:0; left:0; padding:30px 30px 0; } 
.row-fluid .lp-gatedtop .lplogo { padding:0; }
.row-fluid .lp-gatedtop .lplogo img { max-width:151px; }

.row-fluid .lpshare-storysec { padding:5px 5px; }  
.row-fluid .lpshare-storysec .hs_cos_wrapper_type_header h3 { margin-bottom:38px; }
.row-fluid .lpshare-storysec .share-storyright-inner { padding:102px 40px 80px 40px; }
.row-fluid .lpshare-storysec form.hs-form .hs-form-field { margin-bottom:18px; float:left; width:100%; }
.row-fluid .lpshare-storysec .share-storyright form input[type="submit"] { margin-top:24px; }
.row-fluid .lpshare-storysec .lp-subtitle { font-size:22px; line-height:26px; color:#555555; font-weight:400; margin-bottom:13px; }  
.row-fluid .lpshare-storysec .hs_cos_wrapper_type_rich_text ul { margin-top:10px; padding-left:30px; } 
.row-fluid .lpshare-storysec .hs_error_rollup { display:none !important; }
.row-fluid .lp-herocontentbox { padding-left:70px; text-align:left; }

.row-fluid .share-storysec.share-storysecv3 .share-storyright { width: calc(50% - 20px); }

.row-fluid .lpfooter { position:fixed; padding:30px 30px; width:100%; bottom:0; left:0; }

/* Thank You Page */
body.thanku-body .row-fluid .top { position:relative; } 
.row-fluid .thanku-section { padding:50px 0; }
.row-fluid .thanku-section .sub-title, .row-fluid .thanku-section .sub-title h4 { font-size:22px; line-height:30px; color:#555555; font-family:'Barlow', sans-serif; font-weight:400; }
.row-fluid .thanku-section .thanku-title h2 { margin:10px 0 30px; }
.row-fluid .thanku-messege { margin-bottom:40px; }
.row-fluid .thanku-cta1 a { float:none; display:inline-block; vertical-align:top; padding:10px 15px; color:#fff; background:#2D3359; text-transform:uppercase; font-family:'Barlow', sans-serif; border:1px solid #2D3359; margin-bottom:25px; min-width:350px; text-align:center; letter-spacing:0.5px; }
.row-fluid .thanku-cta1 a:hover { background:#fff; color:#2D3359; }
.row-fluid .thanku-cta2 a { float:none; display:inline-block; vertical-align:top; padding:10px 15px; color:#2D3359; background:#fff; text-transform:uppercase; font-family:'Barlow', sans-serif; border:1px solid #E8E8E8; min-width:350px; text-align:center; letter-spacing:0.5px; }
.row-fluid .thanku-cta2 a:hover { background:#2D3359; color:#fff; }
body.thanku-body .row-fluid .footer { position:fixed; bottom:0; left:0; padding:20px 40px; width:100%; float:left; }

.row-fluid .lpshare-storysec .share-storyright-inner .inputs-list input[type="radio"] + span:before { border-radius:0; }



/* Media Query Start */
@media (min-width: 992px) {
    a.mobile-trigger, a.child-triggerm {display: none !important; /* Hide button on Desktop */}

    .row-fluid .mainmenu .hs-menu-wrapper {display: block !important; }

    .row-fluid .top .logo{margin:20px 0 0; width:auto;}
    .row-fluid .top .logo img{max-width:225px; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;;}
    .row-fluid .top .mainmenu{float:right; margin:0; width:74%; text-align: right;}
    .row-fluid .top, .row-fluid .top .logo { -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;; }
    body.fixed .row-fluid .top{padding:15px 15px 10px 43px; box-shadow:0px 0px 20px rgba(0,0,0,0.1); background:#fff;}
    body.fixed .row-fluid .top .logo{margin: 0;}
    body.fixed .row-fluid .top .logo img {max-width:100px;}
    .res-page .row-fluid .top .mainmenu{margin:-12px 0 0; -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;;}
}
@media (min-width: 768px) {
    
    
    .row-fluid .splash-sec3 .left-box { position:relative; margin-top:-234px; width:41%; }
    .row-fluid .splash-sec3 .right-box { width:58.5%; margin:0 -2px; }
  
  	.row-fluid .resources-right.right-box { margin:0 0 0 -50px; }
  	
}

@media (min-width: 1450px) {
    .row-fluid .lp-herocontentbox { padding:0; float:right; width:580px; max-width:100%; }  
    .row-fluid .flex-box > div > div { display:flex; align-items:center; }
    .row-fluid .lpshare-storysec { height:100vh; position:relative; }
    .row-fluid .flex-box { position:absolute; top:50%; left:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
    .row-fluid .share-storyright { min-height:752px; display:flex; align-items:center; }
}

@media (max-width: 1439px){
    
    .row-fluid .splash-sec1.splash-sec .inner-box {width:630px; padding:0 40px 0 92px; margin:0 0 0 -55px;}
    .row-fluid .splash-sec2.splash-sec .inner-box{margin:160px -66px 0 0;}
    .row-fluid .splash-sec3.splash-sec .inner-box{margin:0 0 120px 74px;}
    .row-fluid .splash-sec4.splash-sec .inner-box{margin:0 -63px 0 0;}
    
    .border-anim svg{height:100%; width:100%;}
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a{padding: 16px 9px;}
    .row-fluid .splash-sec3 .left-box { margin-top:0; }
    .row-fluid .homeblog-listing .blog-article-img h5.read-article:before { background-size:260px auto !important; left:calc(50% + 14px); }
    .row-fluid .careimg-boxwrap .carehover-text:before { background-size:280px auto !important; left:-86px; }
    .care-popright .care-poptitle h4 { font-size:22px; line-height:28px; padding-bottom:20px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li{padding: 0;}
}

@media (min-width:1440px) and (max-width:1550px){
    .splash-sec.splash-sec1 .left-box, .splash-sec.splash-sec1 .right-box { width: 50%; }
    .row-fluid .lpshare-storysec .share-storyright-inner { padding:80px 40px 60px 40px }  
    .row-fluid .lpshare-storysec .hs_cos_wrapper_type_header h3 { font-size:27px; line-height:36px; margin-bottom:15px; }        
}

@media (min-width:1201px) and (max-width:1449px){
    /* Lp Gated Page */
    .row-fluid .lpshare-storysec .lplogo { padding-bottom:40px; }
    .row-fluid .lpshare-storysec .share-storyright-inner { padding:50px 40px 50px 40px; }
    .row-fluid .lpshare-storysec form.hs-form .hs-form-field { margin-bottom:0; }
    .row-fluid .lpshare-storysec .hs_cos_wrapper_type_header h3 { font-size:27px; line-height:36px; margin:0; }    
    
    .row-fluid .lp-gatedtop { position:relative; padding:0 0 30px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size: 11px !important; padding: 15px 7px !important; }
    
}

@media (min-width:1600px){
    .row-fluid .share-storyright { width:calc(50% - 250px); }
}

@media (max-width: 1300px){ 
    h2 { font-size:40px; line-height:46px; }
    .row-fluid .wrapper {  width:1170px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:16px 15px; }
    .row-fluid .careimg-boxwrap .carehover-text h5 { font-size:14px; margin-top:10px; }
    h2{font-size:35px;}
    .row-fluid .splash-sec3.splash-sec .inner-box{width:490px; margin: 0 0 70px 54px;}
    body .row-fluid .top .mainmenu{width:64%;}
}   


@media (max-width: 1199px){
    .row-fluid .wrapper {  width:920px; }
    
    .row-fluid .splash-sec2.splash-sec .inner-box{padding:0 20px; margin:70px 0 0;}
    .row-fluid .splash-sec3.splash-sec .inner-box{width: 400px; margin:0 0 60px 35px; padding:0 20px 10px;}
    .row-fluid .splash-sec4.splash-sec .inner-box{margin:0; padding: 0 20px;}
    .row-fluid .homeblog-listing{margin: 0 -5px !important;}
    .care-intro-section{overflow:hidden;}
    
    .row-fluid .maxnew-blog .right-postwrap .subscribe-box > div { padding-left:15px; padding-right:15px; }
  
  	.row-fluid .gallery-main { max-width:991px; }
  	.row-fluid .gallery-img { height:365px; } 
  	.cta-div .flex-div > div > div{padding: 0 20px; height: 200px;}
  	.cta-div h3{font-size: 25px;}
    .hebLine {margin-top: 0px; font-size: 12px!important;}
}

@media (min-width:992px) and (max-width:1240px){
    .row-fluid .blog_pagination_raw ul.pagination li a { font-size: 10px; width: 20px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size: 11px !important; padding: 15px 4px !important; }
}

@media (max-width: 991px){
    .row-fluid .wrapper {  width:720px; }
    
    /* Header Start */
    .row-fluid .top { position:absolute; padding:40px 0 0; }
    .row-fluid .top .logo { text-align:center; max-width:150px; float:none; display:table; margin:0 auto !important; }

    .row-fluid .mainmenu a.mobile-menu {  background:#FFFFFF; bottom:0; height:70px; left:0; line-height:70px; position:fixed; text-align:center; width:100%; cursor:pointer; color:#252525; font-weight:500; letter-spacing:1px; }
    body.mobile-open { overflow:hidden; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { display:none; }
    .row-fluid .menu-logo { max-width:200px; display:table; margin:0 auto; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul { padding-top:30px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:20px !important; padding:25px 20px 25px 60px !important; font-weight:400; letter-spacing:2px; } 
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li > a:hover, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover > a { color:#555; }
    .row-fluid .close-menu { position:fixed; bottom:0; left:0; width:100%; text-align:center; padding: 15px 0; background-color:#ddd; z-index: 1;}
    .row-fluid .close-menu a { color:#252525; font-weight:500; letter-spacing:1px; text-align:center; cursor:pointer; }

    .row-fluid .social-icon { position:relative; text-align:center; float:left; width:100%; top:0; left:0; margin:40px 0 60px; }
    .row-fluid .social-icon > div > span { text-align:center; }
    .row-fluid .social-icon a {  /*background:#2b3155;*/ color:#ebebeb; display:inline-block; float:none; font-size:24px; height:50px; text-align:center; vertical-align:top; width:50px; position:relative; margin: 0 14px;}
    .row-fluid .social-icon a img{height: 50px;}
    .row-fluid .social-icon a i { width:auto; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
    .row-fluid .social-icon .desktop-social { display: none; }
    .row-fluid .social-icon .mobile-social { display: block; }
    /*.row-fluid .social-icon a:hover { background:#000; }*/
    /* Header End */
    
    .row-fluid .splash-sec .inner-box h2{font-size:22px; line-height:27px;}
    .row-fluid .splash-sec.splash-sec1 .row-fluid .font22{font-size:16px; line-height:19px;}
  	.row-fluid .top .logo img{max-width:125px;}
    
    .homeblog-listing .blog-article-colwrap .hover-border{margin:0 auto; width:140px;}
    .homeblog-listing .blog-article-colwrap .hover-border svg{width:100%;}
    .row-fluid .sub-text{line-height:20px; font-size: 14px;}
    .row-fluid .splash-sec .inner-box h2{padding-bottom:0;}
    .row-fluid .splash-sec1.splash-sec .inner-box{padding:0 20px; margin:0 0 0 25px; width: auto;}
    .row-fluid .splash-sec2.splash-sec .inner-box{margin: 70px 0 0; padding: 0 40px 0 20px; width: 340px; max-width: none;}
    .row-fluid .splash-sec3.splash-sec .inner-box{padding:0 20px; margin:0 0 40px 25px; width: auto;}
    .row-fluid .splash-sec4.splash-sec .inner-box{margin:0; max-width: none;  padding: 0 20px; width: 340px;}
    
    .row-fluid .maxnew-blog .post-listing > .post-item:first-child,.row-fluid .maxnew-blog .right-postwrap { width:100%; position:relative; }
    .row-fluid .maxnew-blog .right-postwrap { padding-left:0; padding-top:10px; }
    .hs-blog-listing .row-fluid .footer,.hs-blog-post .row-fluid .footer { position:relative; }
    .row-fluid .maxnew-blog .post-listing > .post-item:first-child,.row-fluid .blog-post-wrapper .post-header .hs-featured-image-wrapper { min-height:0; height:800px;}
    .row-fluid .maxnew-blog .right-postwrap .rightinner-postwrap { margin-left:-10px;  }
    
    .row-fluid .blog-post-wrapper .post-header { position:relative; width:100%; padding-right:0; }
    .row-fluid .blog-post-wrapper .post-body { width:100%; padding-left:0; padding-top:10px; padding-bottom:50px; }
    .row-fluid .blog-post-wrapper .postsocial-row { text-align:center; }
    .row-fluid .blog-post-wrapper .blog-post-wrap-head { position:absolute; bottom:-1px; background:#fff; text-align:center; left:25px; right:25px; padding:25px;}
    .row-fluid .blog-post-wrapper .author-daterow { margin-bottom:0; }
  
    .row-fluid .product-main { max-width:767px; }
    .row-fluid .product-img { height:370px; }

    .row-fluid .gallery-main { max-width:767px; }
    .row-fluid .gallery-raw { width:50%; }
    .row-fluid .gallery-img { height:365px; } 
  
  	.listst-wrapper .lists{flex: 1 1 calc(50% - 30px); max-width: calc(50% - 30px);}
  	.repeat-section h1{font-size: 26px;}
  	body .row-fluid .top .mainmenu{width:74%;}
    
    .row-fluid .blog_pagination_raw { position: relative; bottom: 0; margin-bottom: 20px; }
    .row-fluid .maxnew-blog .right-postwrap { padding-bottom: 50px; }
    .row-fluid .blog_pagination_raw ul.pagination { justify-content: center; margin: 0 auto; }
    .row-fluid .blog_pagination_raw { width: 100%; }
    
    
}

@media (min-width: 768px) and (max-width: 1200px){
    h1 { font-size:44px; line-height:54px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:20px; line-height:24px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .top { padding:30px 10px 0 35px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:13px; padding:17px 8px; }
    .row-fluid .logo { float:left; width:35%; }
    .row-fluid .mainmenu { padding-right:0 !important; width:65%; margin:0; }
    
    .row-fluid .splash-sec.splash-sec1 { padding-top:0; }
    
    .row-fluid .splash-sec .inner-box { padding:0 30px; }
    .row-fluid .splash-sec3 .left-box { margin-top:0 !important; }
    
    .row-fluid .care-intro-raw > span { margin:0 -5px; }
    .row-fluid .care-intro-raw > span > div { width:50%; padding:5px 5px; }
    .row-fluid .careimg-boxwrap .carehover-text h5 { font-size:14px; margin-top:10px; }
    .row-fluid .careimg-boxwrap .carehover-text:before { background-size:240px auto !important; left:-86px; }
    .care-popright .care-poptitle h4 { font-size:22px; line-height:28px; padding-bottom:20px; }
    .care-iconintro { padding-left:15px; }
    .care-popright { padding-bottom:0; }
    
    .row-fluid .read-blograw { padding:15px; }
    .row-fluid .homeblog-listing .blog-article-colwrap { padding:0 5px; }
    .row-fluid .homeblog-listing .blog-article-img { height:220px; }
    .row-fluid .homeblog-listing .blog-article-img h5.read-article:before { background-size:190px auto !important; left:calc(50% + 14px); }
    .row-fluid .blog-article-text { font-size:14px; line-height:22px; padding:15px; }
    .row-fluid .blog-article-text .post-title h4 { font-size:17px; line-height:20px; } 
    .row-fluid .share-storyright-inner { padding:15px; }
    
    /* Lp Gated Page */
    .row-fluid .lpshare-storysec .lplogo { padding-bottom:20px; }
    .row-fluid .lp-herocontentbox { padding-left:0; }
    .row-fluid .lpshare-storysec .share-storyright-inner { padding:40px 15px; }
    .row-fluid .lpshare-storysec .hs_cos_wrapper_type_header h3 { margin-bottom:10px; font-size:20px; line-height:30px; }
    .row-fluid .lpshare-storysec .hs_cos_wrapper_type_header h3 br { display:none; }
    .row-fluid .lpshare-storysec form.hs-form .hs-form-field { margin-bottom:0; }
    
    
    .row-fluid .lp-gatedtop { position:relative; padding:0 0 30px; }
    
}



@media (max-width: 767px){
    
    body { font-size:12px; line-height:25px }
    h1 { font-size:36px; line-height:46px; }
    h2 { font-size:24px; line-height:30px; letter-spacing:0;}
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    body { padding:7px; }
    .row-fluid .top { position:absolute; padding:40px 0 0; }
    .row-fluid .top .logo { text-align:center; max-width:150px; float:none; display:table; margin:0 auto !important; }
    
    .row-fluid .mainmenu a.mobile-menu {  background:#FFFFFF; bottom:0; height:70px; left:0; line-height:70px; position:fixed; text-align:center; width:100%; cursor:pointer; color:#252525; font-weight:500; letter-spacing:1px; }
    body.mobile-open { overflow:hidden; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { display:none; }
    .row-fluid .menu-logo { max-width:200px; display:table; margin:0 auto; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul { padding-top:30px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:20px; padding:25px 20px 25px 60px; font-weight:400; letter-spacing:2px; } 
    .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li > a:hover, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover > a { color:#555; }
    .row-fluid .close-menu { position:fixed; bottom:0; left:0; width:100%; text-align:center; padding: 15px 0; background-color:#ddd; z-index: 1;}
    .row-fluid .close-menu a { color:#252525; font-weight:500; letter-spacing:1px; text-align:center; cursor:pointer; }
    
    .row-fluid .social-icon { position:relative; text-align:center; float:left; width:100%; top:0; left:0; margin:40px 0 60px; }
    .row-fluid .social-icon > div > span { text-align:center; }
    .row-fluid .social-icon a {  /*background:#2b3155;*/ color:#ebebeb; display:inline-block; float:none; font-size:24px; height:50px; text-align:center; vertical-align:top; width:50px; position:relative; margin: 0 14px;}
    .row-fluid .social-icon a img{height: 50px;}
    .row-fluid .social-icon a i { width:auto; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
    /*.row-fluid .social-icon a:hover { background:#000; }*/
    
    .row-fluid .splash-sec.splash-sec1 { padding-top:0; }
    .row-fluid .splash-boximg1 { height:278px; width:100%; }
    .row-fluid .splash-sec .left-box, .row-fluid .splash-sec .right-box { float:left; width:100%; margin:0; }
    .row-fluid .splash1-right { padding:0 15px; } 
    .row-fluid .splash-sec1.splash-sec .inner-box { margin:0; padding:20px 0 0; }
    
    .row-fluid .splash-sec .inner-box { padding:0 15px; }
    .row-fluid .font22 { font-size:14px; line-height:22px; }
    .row-fluid .splash-sec2 .left-box { padding-top:20px; }
    
    .row-fluid .splash-sec3 .right-box { padding-top:20px; }
    .row-fluid .splash-sec4 .right-box { display:none; }
    .row-fluid .splash-sec4 .left-box { /*background:#2B3155;*/ color:#fff; /*padding:30px;*/ }
    .row-fluid .splash-sec4 .left-box h2 { color:#fff; padding-bottom:5px; }
    .row-fluid .splash-sec.splash-sec4 .inner-box { padding:0; }
    
    .row-fluid .careimg-boxinner img { display:none; }
    .row-fluid .careimg-boxwrap .carehover-text { position:relative; left:auto; top:auto; transform:none; opacity:1; background:url('//cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/mobile-textbg.png') no-repeat; background-size:217px 135px !important; background-position:calc(50% + 15px) center !important; background-repeat:no-repeat !important; display:flex; min-height:150px; margin:0 auto; align-items:center; }
    .row-fluid .careimg-boxwrap .carehover-text:before { display:none; }
    .row-fluid .careimg-boxwrap .carehover-text h5 { display:none; }
    .row-fluid .care-intro-raw { margin-top:50px; padding-bottom:20px; }
    .row-fluid .care-intro-raw > span > div { width:50%; padding:0 10px 0; }
    .row-fluid .careimg-boxwrap .carehover-text h4 { font-size:16px; line-height:24px; padding:0; text-align:center; margin:0 auto; color:#2D345A;  }
    
    .row-fluid .care-intro-raw > span { float:left; width:100%; margin:0; }
    .row-fluid .care-popup { display:block; position:fixed; top:0; left:0; width:100%; background:#fff; z-index:999; transition:all ease 1s; opacity:0; visibility:hidden; bottom:0; padding:50px; height: 100vh; overflow: auto;}
    .row-fluid .care-popimg { position:relative; top:0; left:0; height:250px; width:100%; } 
    .row-fluid .care-popright { float:left; width:100%; padding:30px 15px; } 
    .row-fluid .care-boxwrap.popup-open .care-popup { opacity:1; visibility:visible; }
    body.body-hide { overflow:hidden; }
    .row-fluid .care-poptitle h4 { font-size:22px; line-height:26px; padding-bottom:30px; text-align:center; }
    .row-fluid .care-poptitle h4 br { display:none; }
    .row-fluid .close-popup { position:fixed; bottom:0; left:0; width:100%; text-align:center; }
    .row-fluid .close-popup a { color:#252525; font-weight:500; letter-spacing:1px; text-align:center; cursor:pointer; padding: 15px 0; background-color:#ddd; display:block;}
    
    .row-fluid .read-blograw { padding:0; border:0; }
    .row-fluid .read-blograw .blog-title { float:left; width:auto; }
    .row-fluid .read-blograw .blog-title h3 { font-size:14px; line-height:20px; }
    .row-fluid .read-blograw .more-ariclesbtn { float:right; width:auto; }
    .row-fluid .more-ariclesbtn a { margin-top:2px; }
    .row-fluid .homeblog-listing { float:left; width:100%; }
    .row-fluid .homeblog-listing .blog-article-colwrap { width:100%; padding:0 0 15px; }
    .row-fluid .homeblog-listing .blog-article-colwrap:last-child { padding:0; }
    .row-fluid .blog-article-text { line-height:20px; }
    .row-fluid .homeblog-listing .blog-article-img h5.read-article { display:none; }
    .row-fluid .homeblog-listing .blog-article-img { height:250px; }
    .row-fluid .blog-article-text { padding:15px; }
    .row-fluid .blog-article-text .post-title h4 { font-size:16px; line-height:24px; }
    .row-fluid .share-storysec.share-storysecv3 .share-storyright { width: 100%; }
    
    .row-fluid .share-storysec { padding-bottom:70px; }
    .row-fluid .share-storyimg { width:100%; display:none; }
    .row-fluid .share-storyright { width:100%; margin:0; }
    .row-fluid .share-storyright-inner { padding:15px; }
    .row-fluid .share-storyright .form-sub-title { font-size:13px; line-height:18px; }
    .row-fluid .share-storyright .file-upload-wrapper .file-upload-input { width:100%; float:left; margin:0 0 15px; padding:0; }
    .row-fluid .share-storyright form button { width:100%; }  
    input[type="submit"], button { width:100%; padding:14px 58px; }
    .row-fluid .share-storyright .file-upload-wrapper { width:100%; } 
    
    /* Footer */
    .row-fluid .footer { display:none; }
    
    .splash-sec{margin: 20px 0 0;}
    .row-fluid .splash-sec .inner-box .svgrow-border{width:100%;}
    .row-fluid .splash-sec.splash-sec1 .inner-box .svgrow-border{top: calc(50% + 6px);}
    .row-fluid .sub-text{font-size:12px; line-height:13px;}
    
    .row-fluid .splash-sec1.splash-sec .inner-box{display: block; margin:6px auto 0; max-width: 280px; width: 100%; padding:0 15px;}
    .row-fluid .splash-sec2.splash-sec .inner-box{display: block; margin:-8px auto 50px; max-width: 280px; width: 100%; padding:0 15px;}
    .row-fluid .splash-sec3.splash-sec .inner-box{display: block; margin:-16px auto 50px; max-width: 280px; width: 100%; padding:0 15px;}
    .row-fluid .splash-sec.splash-sec4 .inner-box{display: block; margin:-16px auto 20px; max-width:345px; width: 100%; background-color:#2b3155; padding:47px 10px;}
    .row-fluid .splash-sec.splash-sec4 .inner-box .text-up{padding:0 20px;}
    
    .row-fluid .splash-sec .inner-box{letter-spacing:0.6px; line-height: 15px;}
    .row-fluid .splash-sec.top-align .left-box.text-right{text-align: center;}
    .row-fluid .splash-sec4 .left-box.text-right{text-align:center;}
    .row-fluid .splash-sec.splash-sec4 .inner-box .svgrow-border{width:90%;}
    .careimg-boxwrap .hover-border, .homeblog-listing .blog-article-colwrap .hover-border{display:none;}
    .row-fluid .care-intro-raw .care-boxwrap{border:none;}
    .row-fluid .splash-sec3{margin:0;}
    .row-fluid .careimg-boxwrap .carehover-text h4{font-size: 12px; line-height: 15px;}
    .row-fluid .careimg-boxwrap .carehover-text{background-size:137px auto !important; min-height:100px;}
    .row-fluid .care-intro-raw{margin-top: 0; padding: 0;}
    .row-fluid .share-storyright{border: 3px solid #ebebeb;}
    .row-fluid .homeblog-listing{margin: 0 !important;}
    .row-fluid .more-ariclesbtn a{margin: 0 3px 0 0;}
    .row-fluid .social-icon .desktop-social{display:none;}
    .row-fluid .social-icon .mobile-social{display:block;}
    
    .row-fluid .maxnew-blog .post-listing > .post-item:first-child,.row-fluid .blog-post-wrapper .post-header .hs-featured-image-wrapper { width:100%; position:relative; height:670px; }
    .row-fluid .maxnew-blog .right-postwrap .rightinner-postwrap { margin-left:0; margin-right:0; }
    .row-fluid .maxnew-blog .right-postwrap { width:100%; padding-left:0; }
    .row-fluid .maxnew-blog .right-postwrap .post-item { width:100%; }
    .row-fluid .maxnew-blog .right-postwrap .post-item .postitem-innerwrap { padding:5px 0; }
    .row-fluid .maxnew-blog .post-listing > .post-item:first-child .post-body { padding-left:15px; padding-right:15px; padding-bottom:20px; }
    .row-fluid .maxnew-blog .post-item .more-link:before { width:280px; height:180px; background-size:100% !important; }
    .row-fluid .maxnew-blog .post-item .more-link svg { width:165px; height:115px; }
    
    .row-fluid .maxnew-blog .right-postwrap { padding-top:0; }
    .row-fluid .maxnew-blog .subscribe-box > div { padding-left:25px; padding-right:25px; padding-top:25px; }
    .row-fluid .maxnew-blog .subscribe-box { width:100%; padding-left:0; padding-right:0; margin-top:10px; }
    .row-fluid .maxnew-blog .right-postwrap .post-item .post-iteminner { border-left:none; border-right:none; }
    
    .row-fluid .maxnew-blog .right-postwrap .post-item .post-body .post-content { font-size:14px; line-height:20px; }
    .row-fluid .maxnew-blog .right-postwrap .post-item .post-body { padding-left:10px; padding-right:10px; }
    .row-fluid .blog-post-wrapper .post-body .post-content { font-size:14px; line-height:20px; }
    
    .row-fluid .blog-post-wrapper .post-body { padding-left:25px; padding-right:25px; } 
  
    .row-fluid .hero-gallery h2 { font-size:24px; line-height:32px; }
    .row-fluid .product-main { max-width:500px; }
    .row-fluid .product-raw { width:100%; }
    .row-fluid .product-img { height:530px; }
    .row-fluid .icons_purifying { position:relative; text-align:center; right:0; bottom:25px; }
    .row-fluid .icons_purifying .icons a { width:29px; height:29px; padding:5px; background:#2D3359; }
    .row-fluid .instructions-icons .friendly span.hs_cos_wrapper_type_text:before { width:27px; height:26px; background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/icon1.png') }
    .row-fluid .instructions-icons .purifying span.hs_cos_wrapper_type_text:before { width:24px; height:19px; background:url('https://cdn2.hubspot.net/hubfs/52259/%20MaxAndMiles%20_2018/Images/icon2.png') }


    .row-fluid .resources-sec.splash-sec4 .inner-box {display: block; margin:0 auto 20px; max-width:345px; width: 100%; background-color:#2b3155; padding:47px 10px !important;}
    .row-fluid .resources-sec.splash-sec3 .left-box { padding-top:20px; }
    .row-fluid .resources-sec.splash-sec4 .left-box { display:none; }
    .row-fluid .resources-sec.splash-sec4 .right-box { color:#fff; display:block; }
    .row-fluid .resources-sec.splash-sec4 .right-box h2 { color:#fff; padding-bottom:5px; }
    .row-fluid .resources-sec.splash-sec.splash-sec4 .inner-box { padding:0; }

    .row-fluid .instructions-icons .friendly { border-right-color:#fff; }
    .row-fluid .instructions-icons .icon { color:#fff; }
    .row-fluid .resources-btn a { color:#fff; }
  
  	.res-banner{margin: 0;}
  	.res-page .row-fluid .wrapper{width:auto;}
  	.res-banner h1{text-align: center;}
  	.res-banner .wrapper > div{align-items: end; padding: 0 0 20px; min-height: 260px;}
  	.listst-wrapper #container{margin: 0 -5px;}
  	.listst-wrapper .lists{flex:1 1 calc(50% - 10px);margin:0 5px 10px;max-width:calc(50% - 10px);}
  	.listst-wrapper .lists .plant-dtl{padding: 5px 7px 10px;}
  	.filter-wrapper a.show-more{margin: 45px auto 20px;}
  	.filter-wrapper .filter-control{text-align: center;}
  
  	.repeat-section{margin: 0;}
  	.repeat-section h1{font-size:19px; line-height:normal;}
  	.repeat-section .contnt{padding: 0;}
  	.repeat-section .image{height: 220px;}
  	.repeat-section .article-list + .article-list{margin: 10px 0 0;}
  	.repeat-section .article-list + .article-list .image{height:150px; margin:0 0 10px;}
    .cta-div{margin: 20px 0 90px; padding: 15px 0;}
  	.cta-div h3{font-size:16px;line-height:normal;}
    .cta-div .flex-div > div > div{display:block;height:auto;}
    .cta-div .flex-div > div > div > div:nth-child(1){margin:0;text-align:center;width:auto;}    
  	.cta-div .flex-div > div > div > div:nth-child(2){width:auto;}
    .cta-div .cta_button{display:block;font-size:14px;margin:10px 0 0;min-width:auto;padding:7px 0;}
    
  
  body.small-font, body.small-font .row-fluid .sub-text { font-size:16px; }
  body.small-font h1 { font-size:22px; line-height:32px; }
  body.small-font .row-fluid .sub-text { line-height:20px; }
/*   body.small-font .row-fluid .splash-sec .inner-box h2 { font-size:17px; line-height:20px; padding-bottom:3px; }
  body.small-font .row-fluid .splash-sec .inner-box { letter-spacing:0px; line-height:20px; } */
  
  .row-fluid .resource-herosec { position:relative; height:260px; }
  .row-fluid .resource-wrapper.wrapper { float:left; width:100%; position:absolute; left:0; bottom:22px; }
  .row-fluid .resource-wrapper.wrapper > div { float:left; width:100%; display:inline-block; min-height:1px; padding:0; }
  
  
.story-anchor {
    display: block;
    position: relative;
    top: 0px;
    visibility: hidden;
}
    
    /* Lp Gated Page */
    .row-fluid .lp-gatedtop { position:relative; padding:15px 0 20px; }
    .row-fluid .lp-herocontentbox { padding-left:0; }
    .row-fluid .lp-herocontentbox br { display:none; }
    .row-fluid .lpshare-storysec .share-storyright { margin-top:30px; } 
    .row-fluid .lpshare-storysec .share-storyright-inner { padding:30px 15px; }
    .row-fluid .lpshare-storysec .hs_cos_wrapper_type_header h3 { margin-bottom:20px; }
    .row-fluid .lpshare-storysec .hs_cos_wrapper_type_header h3 br { display:none; }
    .row-fluid .lpshare-storysec form.hs-form .hs-form-field { margin-bottom:10px; }
    .row-fluid .lpshare-storysec.share-storysec { padding-bottom:30px; }
    .row-fluid .share-storyright { min-height:1px; display:block; } 
    .row-fluid .share-storyright input[type="text"], .row-fluid .share-storyright input[type="email"], .row-fluid .share-storyright input[type="tel"], .row-fluid .share-storyright select { height:40px; }
    
    /* Thank You Page */
    body.thanku-body .row-fluid .top { padding:15px 0 0; }
    .row-fluid .thanku-section .sub-title, .row-fluid .thanku-section .sub-title h4 { font-size:18px; line-height:26px; }
    .row-fluid .thanku-section .thanku-title h2 { margin:10px 0; }
    .row-fluid .thanku-section .wrapper { padding:0 15px; width:100%; }
    
    
}

@media (max-width:500px){
    /*.row-fluid .care-intro-raw > span > div { width:100%; }*/
    .row-fluid .care-popup { padding:30px 0; }
    .row-fluid .maxnew-blog .post-listing > .post-item:first-child,.row-fluid .blog-post-wrapper .post-header .hs-featured-image-wrapper { height:550px; }
    
    .row-fluid .blog-post-wrapper .blog-post-wrap-head h1 { font-size:30px; line-height:34px; }
    
    .row-fluid .blog-post-wrapper .post-body img { width:100% !important; margin-left:0 !important; margin-right:0 !important; }
    .row-fluid .blog-post-wrapper .blog-post-wrap-head { padding-left:15px; padding-right:15px; left:15px; right:15px; }
    .row-fluid .blog-post-wrapper .post-body { padding-left:15px; padding-right:15px; }
  
    .row-fluid .product-main { max-width:380px; }
    .row-fluid .product-raw { width:100%; }
    .row-fluid .product-img { height:370px; }

    .row-fluid .gallery-main { max-width:330px; }
    .row-fluid .gallery-raw { width:100%; }
    .listst-wrapper #container{margin: 0; display: block;}
    .listst-wrapper .lists{margin: 0 0 15px; max-width: none;}
  	.filter-wrapper .filter-control label{display: block;}
    .filter-wrapper .filter-control .filter-optn{margin: 10px 0 0;}
  	.listst-wrapper .lists .plant-dtl h3{height:auto !important; min-height:auto !important;}
  	.filter-wrapper a.show-more{width:auto;}
    
    /* Thank You Page */
    .row-fluid .thanku-messege br { display:none; }
    .row-fluid .thanku-cta1 a, .row-fluid .thanku-cta2 a { min-width:1px; letter-spacing:0px; font-size:14px; }
    
    .row-fluid .blog_pagination_raw ul.pagination li.page_arrow { display: none; }
    .row-fluid .blog_pagination_raw ul.pagination li:nth-child(6) a { border: 0; }
}

@media (max-width: 991px){

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover 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 */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.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  */
      left: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      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;
  }

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

  a.mobile-trigger span{
      display: inline;
  }

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

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #054f7d;
      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 a.mobile-trigger{
      -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 a.mobile-trigger span:after{
     opacity: 1; 
  }


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

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      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;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #005481; /* Icon color */
      display: inline-block;
  }
  a.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;
  }
  a.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 a.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 a.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 a.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);
  }

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

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


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

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -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 */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: fixed; /**************************************************************/
      bottom: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;
      height:100vh;
      overflow: auto;
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #ebebeb; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .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 */
  .mainmenu .hs-menu-flow-horizontal ul li{
      /*border-top: 1px dotted rgba(255, 255, 255, .35);*/ /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .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 */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}