/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900,300italic);
/***********************************************/
/* 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    */
/*****************************************/
body { margin:0; padding:0; font-size:16px; line-height:24px; font-family: 'Lato', sans-serif; font-weight:400; color:#262728; }f
* { box-sizing:border-box; webkit-box-sizing:border-box; -moz-box-sizing:border-box;  }
h1 { margin:0px; padding:0; font-size:60px; line-height:70px; font-family: 'Lato', sans-serif; font-weight:900; color:#262728; }
h2 { margin:0 0 10px; padding:0; font-size:40px; line-height:50px; font-family: 'Lato', sans-serif; font-weight:900; color:#262728; }
h3 { margin:0 0 10px; padding:0; font-size:36px; line-height:45px; font-family: 'Lato', sans-serif; font-weight:900; color:#262728; }
h4 { margin:0 0 10px; padding:0; font-size:30px; line-height:30px; font-family: 'Lato', sans-serif; font-weight:900; color:#262728; }
h5 { margin:0 0 10px; padding:0; font-size:24px; line-height:30px; font-family: 'Lato', sans-serif; font-weight:900; color:#262728; }
h6 { margin:0 0 10px; padding:0; font-size:18px; line-height:25px; font-family: 'Lato', sans-serif; font-weight:900; color:#262728; }



img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color:#262728; transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s; cursor:pointer; }
a:hover { color:#002B55; }
p { margin:0 0 10px; } 
input[type=submit] { cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/511176/New_DigitalScribe_Blog/Images/blank.png) !important;  }

.wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1200px; padding-left:20px !important; padding-right:20px !important; } 
.inner-padding { padding:0 30px; }

.set-bg { background-size:cover !important; -webkit-background-size:cover !important; -moz-background-size:cover !important; background-position:center; }
.get-bg { display:none !important; }

.button a , a.button { padding:0px 25px; background:#fbc23c; color:#002c53; border-radius:4px; font-weight:700; border:1px solid #fbc23c; max-width:100%; transition:all ease 0.4s;  -webkit-transition:all ease 0.4s;  -moz-transition:all ease 0.4s; display:inline-block; font-size:18px; line-height:46px; height:48px;  } /*----for default gray dutton -----------*/
.button a:hover , a.button:hover { background:transparent; color:#fbc23c;  }
 
.link a , a.link   { color:#002c53; font-weight:900; text-transform:uppercase; }
.link a:hover , a.link:hover  { color:#fbc23c; }

strong { font-weight:700; }
.text-center { text-align:center; }
.text-right { text-align:right; }

.white-text ,.white-text h1,.white-text h2,.white-text h3,.white-text h4,.white-text h5,.white-text h6{ color:#fff; }

/*unique paddings*/
 .p0-10 { padding-left:15px; padding-right:15px; }
 .p0-15 { padding-left:20px; padding-right:15px; }
 .p10-0 { padding-top:10px; padding-bottom:10px; }
 .p20-0 { padding-top:20px; padding-bottom:20px; }
 .p30-0 { padding-top:30px; padding-bottom:30px; }
 .p40-0 { padding-top:40px; padding-bottom:40px; }
 .p50-0 { padding-top:50px; padding-bottom:50px; }
 .p60-0 { padding-top:60px; padding-bottom:60px; }
 .p70-0 { padding-top:70px; padding-bottom:70px; }
 .pb10 { padding-bottom:10px; }
 .pb20 { padding-bottom:20px; }
 .pb30 { padding-bottom:30px  }
 .pb40 { padding-bottom:40px; }
 .pb50 { padding-bottom:50px; }
 .pb60 { padding-bottom:60px; }
 .pb70 { padding-bottom:70px; }
 .pt10 { padding-top:10px; }
 .pt20 { padding-top:20px; }
 .pt30 { padding-top:30px  }
 .pt40 { padding-top:40px; }
 .pt50 { padding-top:50px; }
 .pt60 { padding-top:60px; }
 .pt70 { padding-top:70px; }

/*Form Design*/
.hero_form { padding:30px; background:rgba(227, 28, 33,0.9); } /*to appy background to form */
textarea,
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select {
    border:1px solid #e6e7e8; 
    outline:none;
    background:#fff;
    font-size:16px; 
    line-height:38px; 
    font-family: 'Lato', sans-serif; 
    font-weight:300; 
    color:#000;
    height:40px;
    margin:8px 0;
    border-radius:5px;
}
textarea { height:120px; resize:none }
input[type="submit"] {
    width:200px;
    max-width:100%;
    text-align:center;
    background:#fbc23c;
    font-size:16px; 
    line-height:44px; 
    font-family: 'Lato', sans-serif; 
    font-weight:900; 
    color:#fff;
    border:1px solid #fbc23c;
    height:46px;
    margin:5px 0;
    -webkit-transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    transition:all ease 0.3s;
    border-radius:5px;
}
input[type="submit"]:hover { color:#fbc23c; background:#fff; }

/*for Hubspot   >>>>>>*/
.hs-form-required { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px;  }
/*<<<<<<<<<<*/


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

.header-section { background:#fff; line-height:42px; position:relative;  z-index:555; padding-top:5px; }
.custom-menu-primary ul li a { max-width:inherit !important; width:100% !important; }
@media (min-width:992px) {
    .header-container-wrapper { position:fixed; top:0; left:0; width:100%;  z-index:5555555;}
    .header-container-wrapper.fixed { box-shadow:0 0 5px 0 #999; }
    .body-container-wrapper { margin-top:92px; }
    .site-logo { position:relative; margin-top:-85px; }
    .site-logo a { position:relative; z-index:3; position:relative; top:5px; }
    
    .custom-menu-primary { position:relative; z-index:2; text-align:center; margin-top:15px; }
    .custom-menu-primary ul { display:inline-block; float:none !important; text-align:left; position:relative; left:-35px;  }
    .custom-menu-primary ul li a { max-width:inherit !important; width:100% !important; font-weight:900; text-transform:uppercase; float:left; font-size:12px; color:#a6a7a8; box-sizing:border-box; padding:0 15px 15px !important; }
    .custom-menu-primary ul li:hover a { color:#262728;  }
    .custom-menu-primary ul > li { position:relative; top:15px; }
    
    .custom-menu-primary ul > li:nth-child(3) { margin-right:90px; }
    .custom-menu-primary ul > li:nth-child(4) { margin-left:90px; }
    .custom-menu-primary ul > li.hs-item-has-children > a { background:url(//cdn2.hubspot.net/hubfs/100459/SpeceMax-Nov-2015/dropdown-arrow.png) right 18px no-repeat; }
    /*.custom-menu-primary ul > li.hs-item-has-children > a:after {  content: "\25be"; color: #fdc33c; font-size: 18px; display: inline-block; vertical-align: top; line-height: 41px; padding-left: 3px; }*/
    .custom-menu-primary ul li ul {   top:57px; line-height:26px; padding:10px; background:#fff; border:1px solid #e6e7e8; border-top:none;  }
    .custom-menu-primary ul li ul li { margin:0 !important; top:0px; }
    .custom-menu-primary ul li ul li a { padding:0 15px !important; }
    .custom-menu-primary ul li:hover ul li a { color:#a6a7a8; position:relative; }
    .custom-menu-primary ul li ul li:hover a { color:#262728; }
}


/*========== Banner Section ===========*/
.banner-section { position:relative; color:#fff; }
.banner-section .hs_cos_flex-slider { margin:0px; }
.banner-section .hs_cos_flex-direction-nav { display:none; }
.banner-section h1 { color:#fff; }
.hero-content { position:absolute; bottom:150px; width:100%; left:0; z-index:15;  }
.hero-cta.button a { margin:20px 10px 0 0;  color:#fff; }
.hero-cta.button a:nth-child(2) { background:transparent; border-color:#fff; font-weight:400; }
.hero-cta.button a:nth-child(2):hover { background:#fbc23c; border-color:#fbc23c; }


/*=========== Locations Section  ==============*/
.locations-section { line-height:24px; }
.locations-section .wrapper { background:#fff; margin-top:-75px !important; z-index:55; position:relative; }
.location-box { border:1px solid #e6e7e8; border-bottom:3px solid #fbc23c; margin-top:30px; }
.location-box .button a { border-radius:0; width:50%; text-align:center; margin-top:10px; text-transform:uppercase; font-size:12px; font-weight:900; white-space:nowrap; }
.location-box .button a:nth-child(1) { border-radius:4px 0 0 4px; color:#9BA1A6; background:transparent; }
.location-box .button a:nth-child(1):hover { background:#fbc23c; border-right-color:#e6e7e8; }
.location-box .button a:nth-child(2) { border-radius:0 4px 4px 0; }

.location-flex > span > div {float: left;}

@media (min-width: 1026px) {
    .location-flex > span > div {width: 31.5%; margin-right: 2.5%;}
    .location-flex > span > div:nth-child(3n+3) {margin-right: 0px;}
}

@media (min-width: 768px) and (max-width: 1025px) {
    .location-flex > span > div {width: 48.75%; margin-right: 2.5%;}
    .location-flex > span > div:nth-child(2n+2) {margin-right: 0px;}    
}

@media (max-width: 767px) {
    .location-flex > span > div {width: 100%;}
}

/*=============Why Us Section==============*/
.whyus-section { color:#fff;  overflow:hidden !important;  }
.whyus-section h1,.whyus-section h2,.whyus-section h3,.whyus-section h4,.whyus-section h5,.whyus-section h6 { color:#fff; }
.whyus-boxes { padding:15px 0;  }
.whyus-boxes img { border-radius:50%; background:#fbc23c; }
.whyus-section .whyus-left .whyus-boxes  { position:relative; left:-121px; opacity:0; transition:all ease 0.6s; -webkit-transition:all ease 0.6s; -moz-transition:all ease 0.6s; }
.whyus-section .whyus-right .whyus-boxes { position:relative; right:-121px; opacity:0; transition:all ease 0.6s; -webkit-transition:all ease 0.6s; -moz-transition:all ease 0.6s; }
.whyus-section h6 { text-transform:uppercase; margin-bottom:6px; }
.whyus-section.active .whyus-left .whyus-boxes  { position:relative; left:0px; opacity:1; }
.whyus-section.active .whyus-right .whyus-boxes { position:relative; right:0px; opacity:1; }

/*============= Testimonial Section ==============*/
.testimonial-section ul { padding:0; list-style:none; float:left; margin:20px 0 10px; }
.testimonial-section .flex-control-nav { width:100%; margin:-5px 0 0; text-align:center; padding:0; list-style:none; float:left; position: relative; z-index: 123456; }
.testimonial-section .flex-control-nav li { display:inline-block; vertical-align:middle; }
.testimonial-section .flex-control-nav li { width:22px; height:22px; margin:2px; border-radius:50%; background:#fbc23c; }
.testimonial-section .flex-control-nav li a { font-size:0px;  background:#a6a7a8; width:22px; height:22px; transition:all ease 0s; -moz-transition:all ease 0s; -webkit-transition:all ease 0s; display:block; margin:0px; border-radius:50%; border:2px solid #fff;  }
.testimonial-section .flex-control-nav li a.flex-active { background:#002c53; width:20px; height:20px; margin:1px; }
.client-quote { width:100%; float:left; font-size:18px; line-height:24px; font-style:italic; margin-bottom:5px; font-weight:300; }
.author-name { width:100%; float:left; font-size:12px; line-height:16px; font-weight:900; text-transform:uppercase; margin-top:20px; font-style:normal; }


.flexslider { height:auto !important; }
.flex-viewport { height:auto !important; }

/****************space-max-area*****************/
.space-max-area { padding:50px 0px;}
.space-box-dtls-box{ width:30.33%;  float:left; padding:0px 15px;}
.space-boxes { border:1px solid #E6E7E8; padding-bottom:20px; margin-bottom:30px; border-bottom:4px solid #FBC23C;}
.space-max-box > span > #hs_cos_wrapper_widget_4154348123 { margin-bottom:0 !important; }
.space-box-dtls-box .space-box-text { padding:15px;}
.space-box-dtls-box .space-box-text h2 { color: hsl(210, 3%, 15%);font-family: "Lato",sans-serif; font-size: 24px;font-weight: 900;line-height: 30px; margin: 0 0 10px;padding: 0;}
/*.space-box-dtls-box .space-box-text a{ color: hsl(210, 3%, 15%);font-family: "Lato",sans-serif;font-size: 16px;font-weight: 400;line-height: 24px;}*/
.space-box-text a { color: hsl(208, 100%, 16%);font-weight: 900; text-transform: uppercase; padding-top:5px; display:block; }
.space-box-text a:hover  { color: hsl(42, 96%, 61%); }
.sace-box-img { max-height:500px; overflow:hidden;}
.sace-box-img img { height:100%;}

.space-box-cta a.cta_button  {background:#FBC23C;border: 1px solid hsl(42, 96%, 61%);border-radius: 4px;color:#FBC23C !important;display: inline-block;font-size: 18px;font-weight: 700;line-height: 46px;max-width: 100%;padding: 0 25px;transition: all 0.4s ease 0s;}
.space-box-cta { padding:0px 15px 0px 15px;}
.space-box-cta a.cta_button  {border-radius: 0;font-size: 12px;font-weight: 900;margin-top: 10px;text-align: center;text-transform: uppercase; display:inline-block;white-space: nowrap; margin-top:5px; height:48px; width:50%; border: 1px solid hsl(42, 96%, 61%);}
.space-box-cta p:nth-child(2) a.cta_button{ border-radius: 4px 0 0 4px;color:hsl(208, 100%, 16%) !important; }
.space-box-cta p:nth-child(1) a.cta_button{ border-radius: 0 4px 4px 0; background:none !important; color:#A6A2A4 !important;}
.space-box-cta p:nth-child(2):hover a.cta_button { background:#fff; color:#FBC23C !important;}
.space-box-cta p:nth-child(1):hover a.cta_button { background:#FBC23C !important; color:#A6A2A4 !important;}

.space-box-cta a.cta_button:hover { background:#f1b21c !important; color:#A6A2A4 !important;}

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

.footer-section { color:#83868a; font-size:12px; line-height:24px; background:#f5f5f5; }
.footer-section h6 { font-size:14px; line-height:30px; color:#83868a; border-bottom:1px solid #d9d9d9; text-indent:15px; }
.footer-section a { color:#83868a; }
.footer-section a:hover { color:#002B55; }
.footer-section p a { line-height:15px; display:block; }
.footer-cta a { font-size:14px; line-height:24px; color:#83868a; font-weight:700; padding:12px; border:1px solid #d9d9d9; background:#e8e8e8; border-radius:4px; width:100%; display:inline-block; text-align:center; }
.footer-section ul { margin:0; padding:5px 0 0 15px; list-style:none;   } 
.footer-section .border { border-left:1px solid #d9d9d9; margin-top:30px; }
.footer-icons ul { padding:5px 0 0 0; }
.footer-icons ul li { display:inline-block; }
.footer-icons ul li a { width:36px; line-height:36px; margin-left:4px; font-size:18px; display:inline-block; border-radius:50%; background:#83868a; color:#fff; text-align:center; text-indent:3px;  }
.footer-icons ul li a:hover { background-color:#002B55; color:#fff; }

.subfooter-section { border-top:1px solid #d9d9d9; margin-top:35px; padding-top:5px; }
.subfooter-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:0 10px; width:auto; max-width:100%; border-left:2px solid #d9d9d9; line-height:14px; }
.subfooter-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a { border-left:none; }


/*===============
Blog Page
===============*/
.hs-blog-header h1 ,.hs-blog-header h2 ,.hs-blog-header h3 ,.hs-blog-header h4 { color:#fff; }
.blog-left {  }

#hubspot-author_data {padding: 10px 15px; background: #fafafa; margin-bottom:10px; }

.post-listing .post-item { width:100%; float:left; padding-bottom:40px; margin-bottom: 40px; border-bottom:1px solid #002B54; }
.post-body { width:100%; float:left; padding-top:10px; }
.custom_listing_comments { margin:15px 0; }
a.topic-link { padding: 0 10px; margin:2px; background: #fbc23c; color: #fff; border-radius: 4px; border: 1px solid #fbc23c; max-width: 100%; vertical-align:middle; transition: all ease .4s; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; display: inline-block; line-height: 25px; height: 29px; }
a.topic-link:hover { color:#002c53; }
.sidebar-right {  }
.sidebar-box { padding: 30px 20px; background: #fafafa; margin-bottom:30px;  }
.sidebar-box h3 { font-size:25px; line-height:30px; border-bottom: 1px solid #e6e7e8; padding-bottom:10px; margin-bottom:10px; }
.sidebar-box ul { margin:0; padding:0; list-style:none; text-align:left; line-height:22px; }
.sidebar-box ul li { padding:4px 0; }
a.filter-expand-link { margin-top:5px; display:block; text-transform:uppercase; }
.post-listing-simple { font-size:24px; line-height:28px; }

.blog-post-wrapper p#hubspot-topic_data { width: 100%; float: left; margin: 15px 0 30px; }
.blog-post-wrapper .post-body {  }

.hs-blog-post .blog-left #comments-listing { float:left; width:100%; text-align:left; }
.hs-blog-post .blog-left #comments-listing .comment { float:right; width:100%; padding:15px; position:relative; background:#fafafa; box-sizing:border-box }
.hs-blog-post .blog-left #comments-listing .comment.depth-1 { width:98% }
.hs-blog-post .blog-left #comments-listing .comment.depth-2 { width:96% }
.hs-blog-post .blog-left #comments-listing .comment.depth-3 { width:94% }
.hs-blog-post .blog-left #comments-listing .comment.depth-4 { width:92% }
.hs-blog-post .blog-left #comments-listing .comment.depth-5 { width:90% }
.hs-blog-post .blog-left #comments-listing .comment .comment-reply-to { position:absolute; right:10px; top:10px; cursor:pointer; }
.hs-blog-post .blog-left #comments-listing .comment .comment-date { display:block; margin-bottom:10px; }
.hs-blog-post .blog-left #comments-listing .comment h4 { padding:0; line-height:22px; margin:0px; }





.banner-section { overflow:hidden; }

/*=========== Column wise pages ============*/
.content_section ul ,.content_section ol { display:inline-block; text-align:left; }

.site_logo { position:relative; top:5px; }

/*===============
Pesponsive Media Queries
===============*/
@media (min-width:1650px) {
    .hs_cos_flex-slider .hs_cos_flex-slides img { width:auto !important; max-width:inherit !important; min-width:100% !important; }
}


@media ( max-width:1230px ) {
    	
		.wrapper { max-width:1000px }
		
}

@media (max-width:1230px) and (min-width:991px) {
    .location-box .button a { padding:0 ; }
    .space-box-dtls-box { width:29.33%;}
}

@media ( max-width:1080px ) and( min-width:992px ) {
		
        .wrapper { max-width:900px }
		.footer-section h6 { font-size:10px; }
        #hubspot-author_data { font-size:12px; }
        .custom-menu-primary ul { left:-32px; }
        .custom-menu-primary ul li a { padding:0 12px 15px !important; }
        
}

@media ( max-width:991px ) {
        
		.wrapper { max-width:700px }
        
        h1 { font-size:32px; line-height:38px; }
        h2 { font-size:28px; line-height:34px; }
        h3 { font-size:26px; line-height:32px; }
        h4 { font-size:24px; line-height:28px; }
        h5 { font-size:20px; line-height:24px; }
        h6 { font-size:18px; line-height:22px; }
        
        .p40-0 { padding-top:30px; padding-bottom:30px; }
        .p50-0 { padding-top:35px; padding-bottom:35px; }
        .p60-0 { padding-top:40px; padding-bottom:40px; }
        .p70-0 { padding-top:45px; padding-bottom:45px; }
        .pb40 { padding-bottom:30px; }
        .pb50 { padding-bottom:35px; }
        .pb60 { padding-bottom:40px; }
        .pb70 { padding-bottom:45px; }
        .pt40 { padding-top:30px; }
        .pt50 { padding-top:35px; }
        .pt60 { padding-top:40px; }
        .pt70 { padding-top:45px; }
        .banner-section { height:auto !important; }
        .sidebar-right { padding-top:40px; }
        
        .hs-blog-post .blog-left #comments-listing .comment .comment-reply-to { max-width: 77px; max-height: 26px; overflow: hidden; line-height: 25px; cursor:pointer; }
        
}

@media (max-width:991px) and (min-width:768px) {
    
        .tab100 { width:100% !important; margin:0 !important; text-align:center; }
        .width30 { width:30.33% !important; margin:0 3% 0 0 !important; }
        .tab100 .text-right { text-align:center; }
        .location-box .button a { width:100%; }
        .location-box h5 { min-height:48px; }
        .location-box br { display:none !important; }
        .space-box-dtls-box { width:28.33%;}
        
        
}
@media(min-width:768px) {
    .flexslider ul.slides li {  height:50px !important;  position:relative; z-index:55255; }
    .flexslider ul.slides li.flex-active-slide { height:auto !important;  }
    
    .share_this { float:right; width:200px; max-width:100%; text-align:right; position:relative; }
#hs_cos_wrapper_blog_social_sharing { display:inline-block; vertical-align:middle; }
.share_this .hs-blog-social-share-list { margin:0; position: absolute; top:30px; right: -17px; background: #fafafa; color: #fff; padding: 10px;  border-top:0px; opacity:0; visibility:hidden; transition:all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s; }
.share_this:hover .hs-blog-social-share-list {top: 29px; visibility:visible; opacity:1; margin-top:5px; } 
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item { float: none; margin-right: 0;  display: block; margin: 10px 0; text-align: left; width:150px; }

}

@media (width:768px) {
    .whyus-boxes .span2 ,.whyus-boxes .span10 { width:100% !important; margin-left:0px !important; }
    .whyus-boxes img { margin-bottom: 15px; }
    .whyus-boxes { min-height: 0!important; }
}

@media ( max-width:767px ) {
        
        .wrapper { max-width:90%; padding-left:0 !important; padding-right:0 !important; }
        .mtop30 { margin-top:30px; } /* >>>>>>> Mmargin top 30px in mobile <<<<<<<< */
        .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
        .text-right { text-align:center; }
        .inner-padding { padding:0 15px; }
        .equal_height ,.whyus-boxes { min-height:0px !important; } /* >>>>>> Overcome min height given by JS to sections <<<<<<< */
        .body-container-wrapper { text-align:center; }
        .location-box { display:inline-block !important; }
        .footer-section { text-align:center; }
        .footer-section .border { border-left:none; }
        .subfooter-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { border:none; }
        .whyus-boxes img { margin-bottom:15px; }
        .whyus-section .whyus-left .whyus-boxes  { position:relative; left:0px; opacity:1; }
        .whyus-section .whyus-right .whyus-boxes { position:relative; right:0px; opacity:1; }
        #hubspot-author_data { width:100%; float:left;  }
        .share_this > a { display:none; }
        .share_this .hs-blog-social-share { height:35px; }
        .share_this .hs-blog-social-share ul { display:inline-block; margin:10px 0; }
        .section.post-body img { float:none !important; display:block; margin:10px auto; }
        
        .space-box-dtls-box { width:100%; padding-top:20px;}
}


@media (max-width:650px) {
    .hero-content { display:none !important; }
    .location-box { width:100% !important; }
    .share_this .hs-blog-social-share { display:none; }     
    .wrapper { margin:inherit !important;}
    
}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




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


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

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

@media (max-width: 991px){

    .site-logo { position:relative; margin:-55px auto 10px !important; margin-bottom:10px; max-width:140px; z-index:555; width:auto !important; display:block !important; float:none !important; }
  /* 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 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 15px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #002B54;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #002B54; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #002B54; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #002B54; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #002B54; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    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: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#fbc23c; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute; /**************************************************************/
    top: 77px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#002B54; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#fbc23c; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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

.custom-stack-table{display:block}
.custom-stack-table{max-width:100%!important}
.custom-stack-table{display:none}

.size-table {
    display: block;
	overflow: auto;
	width: 100%;
}
.size-table thead {
    display: block;
    background: #fafafa;
    font-weight: 900;
}
.size-table tr {
	display: block;
	overflow: auto;
	border-bottom: 1px solid #e6e7e8;
}

.size-table th, td {
    box-sizing: border-box;
    float: left;
	margin: 0;
	padding: 6px;
	width: 25%;
    text-align: left;
}

.contact-table {
    display: block;
	width: 100%;
	table-layout: fixed;
}
.contact-table tr {
	display: block;
	overflow:auto;
	width: 100%;
	border-bottom: 1px solid #e6e7e8;
}
.contact-table td {
	box-sizing: border-box;
    float: left;
	width: 50%;
	padding: 30px;
    text-align: left;
    border-left: 1px solid #e6e7e8;
}
.contact-table td:nth-child(odd) {
    border-left: none;
}
.contact-table tbody {
    display: block;
    width: 100%;
}
.contact-table address {
    margin: 0 0 18px;
}
.home-spacing {
    margin: 30px 20px;
}
.home-spacing:nth-child(3n+0) {
    margin-right: 0;
}