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

@import url('https://fonts.googleapis.com/css?family=Roboto: 100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900');


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



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* @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    */
/*****************************************/

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

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

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

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

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

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

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

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

/* 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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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



/* These includes are optional, but helpful. */
/* 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;}

 


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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */


 /* main font color */
 /* db green font color */
 /* dark grey text color */
 /*  medium grey text color */ 
 /* very light grey, nearly white, text color */
 /* light-medium grey, text color */
 /*  */


 /* main bg color, nearly white */
 /* db Green */
 /* white bg */
 /* dark grey bg */
 /* dark grey bg color */
 /* orange bg color */






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

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

/* Website background color and default font styles */
body {
  background: #F7F7F7;
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}



hr {
    margin: 45px 0px 45px 0px;
    display:block;
    border:none;
    color:white;
    height:1px;
    background: #929292;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from( #929292 ), to( #F7F7F7));
  border: none;
}

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

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

td {
    font-size: 0.8em;
    padding: 5px 5px 5px 5px;
    border: 1px solid #DEDEDE;
}

@media screen and (min-width: 768px) {
td {
    font-size: 1em;
    padding: 10px 10px 10px 10px;
}
}


th {
    padding: 5px 5px 5px 5px;
    border: 1px solid #DEDEDE;
    text-align: left;
    font-size: 0.9em;
    background-color: #F4F4F4;
    font-weight: 700;
}

@media screen and (min-width: 568px) {
    th {
        font-size: 1.1em;
        font-weight: 700;
        padding: 10px 10px 10px 10px;
    }
}


table {
    border: 0px solid #DEDEDE;
border-collapse: collapse;
margin: 10px 0px 10px 0px;
}

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


/* Basic text */
p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
p {
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 400;
}
}

p a {
font-weight: bold;
}

a {
    color: #00843d;
    text-decoration: none;
    }
    
a:hover, a:focus { color: #00843d; }

strong {
    color: #00843d;
}


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

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

/* Headings */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #00843d;
    text-decoration: none;
}



h1 {
    font-size: 3.2em;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px 10px 0px;
    color: #00843d;
}

@media screen and (max-width: 768px) {
h1 {
    font-size: 2.2em;
    font-weight: 400;
}
}


h2 {
    font-size: 2.6em;
    font-weight: 200;
    margin: 10px 0px 10px 0px;
    color: #2B2B2B;
    text-align: center;
}

@media screen and (max-width: 768px) {
h2 {
    font-size: 2em;
    font-weight: 200;
    margin: 10px 0px 10px 0px;
}
}

h3 {
    font-size: 1.5em;
    font-weight: 400;
    color: #00843d;
    text-align: left;
    margin: 10px 0px 10px 0px;
}

@media screen and (max-width: 768px) {
h3 {
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
}
}

h4 {
    font-size: 1.5em;
    color: #00843d;
    font-weight: 500;
    margin: 10px 0px 10px 0px;

}


@media screen and (max-width: 768px) {
h4 {
    font-size: 1.2em;
    font-weight: 500;

}
}


h5 {
    font-size: 1.8em;
    color: #515151;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
h5 {
    font-size: 1.5em;
    font-weight: 300;
}
}




h6 {
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
    line-height: 1.4em;
    color: #929292;
}



@media screen and (max-width: 768px) {
h6 {
    font-size: 1.2em;
    font-weight: 300;
    margin: 10px 0px 10px 0px;    
}
}

/* Lists */

li {
    margin: 0px 0px 15px 0px;
}







ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
    background-color: rgba(255,255,255,0.6);
    border-radius: 30px 0px 30px 0px;
    margin: 30px 10px 0px 0px;
    border-left: 3px solid #DEDEDE;
    padding: 0px;
}

blockquote p {
    padding: 15px 15px 15px 25px;
    font-size: 1.05em;
    font-style: italic;
    line-height: 1.45em;
    font-weight: 100;
    margin: 0px;
}

@media screen and (min-width: 768px) {
blockquote p{
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 300;
}
}



blockquote p::first-letter {
  font-weight: 400;
  font-size: 1.7em;
  color: #00843d;
}



@media screen and (min-width: 768px) {
blockquote p::first-letter {
  font-weight: 400;
  font-size: 2.1em;
}
}


img {
border-radius: 5px;
}




.nav-bar {
    background-color: white;
    max-width: 100%;
    margin: 0 auto !important;
    float: none !important;
    padding: 0px 0px 0px 0px;
    position: fixed;
    right: 0;
    left: 0;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.3);
    z-index: 5;
}


@media screen and (min-width: 768px) {
.nav-bar { 
    position: fixed; 
    right: 0; 
    left: 0; 
    z-index: 5;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.3);
    padding: 0px 0px 20px 0px;
}
}


.nav-bar-inner-wrapper {
    max-width: 1200px;
    min-width:250px;
    margin: 0 auto !important;
    float: none !important;
}


.nav-positioning {
    position: relative;
}


.nav-logo {
z-index: 4;
position: absolute;
top: 0px;
left: 5px;
}

@media screen and (min-width: 768px) {
.nav-logo {
    top: -5px;
    left: 5px;
}
}

.nav-logo img {
    margin: 0px;
    padding: 0px;
    max-width: 70px;
}

@media screen and (min-width: 768px) {
.nav-logo img {
    max-width: 100px;
    }        
}
    
.nav-menu {
   padding-right: 0px;
}

/*@media screen and (min-width: 768px) {
.nav-menu {
   padding-right: 120px;
}
}*/



.nav-cta {
    z-index: 5;
    position: absolute;
    left: 110px;
    top: 22px;
}

.nav-cta a {
    display: inline;
    text-decoration: none;
    font-size: 0.9em;
    color: #00843d;
    font-weight: 500;
}

.nav-cta img {
    border-radius: 0px;
    margin: 0px 5px 1px 0px;
    width: 20px;
    height: auto;
}

@media screen and (max-width: 1100px) {
.nav-cta,
.nav-cta a {
    display:none;
}
}


.nav-cta-2 {
    display:none;
    z-index: 5;
}

.nav-cta-2 a {
    display:none;
    white-space: nowrap;
    font-size: 0.7em;
    color: white;
    text-decoration: none;
    padding: 7px;
    border-radius: 5px;
    z-index: 5;
    position: absolute;
    top: 14px;
    left: 80px;
    right: initial;
    font-weight: 500;
    background-color: #00843d;
}

@media screen and (min-width: 768px) {
.nav-cta-2 a{
    display:none;
    font-size: 0.8em;
    position: absolute;
    top: 17px;
    right: 10px;
    left: auto;
    font-weight: 500;
}
}

.nav-cta-2 a:hover {
    background-color: #00B554;
}


.nav-bar-gap {
    background-color: green;
    height: 56px;
    padding:0px;
    margin: -1px 0px 0px 0px;
    }

/*
@media screen and (min-width: 768px) {
.nav-bar-gap {
    margin: 0 auto;
    height: 68px;
    max-width: 10px;
}
}
*/

.wrapper-full {
    max-width: 100%;
    margin: 0 auto !important;
    float: none !important;
}


.wrapper-standard {
    max-width: 1200px;
    min-width:250px;
    margin: 0 auto !important;
    float: none !important;
    padding: 30px 20px 30px 20px;
}

@media (max-width: 768px) {
.wrapper-standard {
    padding: 15px 15px 15px 15px;
}
}


.wrapper-less-wide {
    max-width: 1000px;
    min-width:250px;
    margin: 0 auto !important;
    float: none !important;
    padding: 20px 10px 20px 10px;
}


.wrapper-medium {
    max-width: 750px;
    min-width:250px;
    margin: 0 auto !important;
    float: none !important;
    padding: 10px 10px 10px 10px;
}


/* ----------------------- CHANGES STACKING ORDER OF LEFT & RIGHT DIVS IN MOBILE -----------*/


.flip-order-left {
    margin-right: 0 !important;
    float: right !important;
}

.flip-order-right {
    margin-left: 0 !important;
}

@media (max-width: 767px) {
.flip-order-right {
    margin-left: 0 !important;
}

.flip-order-right,
.flip-order-left {
    width: 100% !important;
    float: none !important;
}
}



/* --------------------TEXT STYLING --------------*/

.text-center, .text-center table {
    display: inline;
    text-align: center;
}

.text-center th, .text-center td {
    text-align: center;
}


.text-left h1, .text-left h2, .text-left h3, .text-left h4, .text-left h5, .text-left h6, .text-left p{
    text-align: left;
}

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

/*------------------IMAGE STYLING -----------------*/

.image-center img {
    width: 100%;
    display: block;
    margin: 0 auto !important;
    float: none !important;
}


.hs_cos_flex-slider { 
    background: none;
    text-align: center;
    margin: 20px 0px 0px 0px !important;
    }


.image-slider-banner {
    margin-top: -19px;
    max-height: 500px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}



/*--------------PADDING --------------*/

.padding-top-bottom {
    padding: 20px 0px 20px 0px;
}


/*--------------SPECIAL CONTAINERS -----------*/



.hs-responsive-embed-youtube {
    margin: 0px 0px 10px 0px;
    border-radius: 5px;
}


.playlist-player img{
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}

.yesp, .yesp-controls {
    z-index: 3 !important;
}


.event-notice {
    padding: 0px;
    margin: 25px 0px 35px 0px;
    text-align: center;
}

@media screen and (min-width: 568px) {
.event-notice {
    padding: 0px;
    margin: 25px 0px 45px 0px;
    text-align: left;
}
}

@media screen and (min-width: 767px) {
.event-notice {
    padding: 0px;
    margin: 25px 0px 35px 0px;
    text-align: center;
}
}

.event-notice p {
    font-size: 0.9em;
    line-height: 1em;
    margin: 5px 0px 5px 0px;
}

.event-notice h4 {
    margin: 0px;
    text-align: center;
}


@media screen and (min-width: 568px) {
.event-notice h4 {
    margin: 10px 0px 10px 0px;
    text-align: left;
}
}


@media screen and (min-width: 768px) {
.event-notice h4 {
    margin: 10px 0px 10px 0px;
    text-align: center;
}
}

.event-notice img {
    float: none;
    position: relative;
    bottom: 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 75px;
}


@media screen and (min-width: 568px) {
.event-notice img {
    float: left;
    display: block;
    padding: 0px 20px 0px 0px;
    width: 150px;
}
}


@media screen and (min-width: 768px) {
.event-notice img {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    float: none;
}
}


/*-----------------------------*/

.testimonial-author p{
    margin: 0px;
    padding: 2px 0px 20px 0px;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #929292;
}

@media screen and (min-width: 768px) {
.testimonial-author p{
    font-size: 0.9em;
}
}   
    

.testimonial-author h5{
margin: 0px;
padding: 10px 0px 0px 0px;
font-size: 1.3em;
color: #00843d;
}


@media screen and (min-width: 768px) {
.testimonial-author h5{
padding: 16px 0px 0px 0px;
font-size: 1.5em;
}
}


.testimonial-author img{
margin: 15px 5px 15px 0px;
    width: 40px;
    height: auto;
    float: left;
}


@media screen and (min-width: 768px) {
.testimonial-author img{
    width: 60px;
    height: auto;
    margin: 15px 10px 15px 0px;
}
}


.testimonial-author a {
    text-decoration: none;
}


.caption {
    text-align: center;
}

.caption p {
    padding: 0px;
    margin: 0px;
    color: #929292;
}


.caption h4 {
    padding: 10px 0px 5px 0px;
    margin: 0px;
}


.logos img {
    border-radius: 0px;
    margin: 5px;
}

.logos a {
    text-decoration: none;
}




/*-----PRICING------*/


.pricing {
    padding: 20px 0px 20px 0px;
}

.pricing h4, .pricing h4 a, .pricing h5, .pricing h5 a {
    color: #929292;
    font-style: italic;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: 400;
}

.pricing h4::first-letter  {
    font-size: 0.7em;
    vertical-align: top;
    line-height: 20px;
}

.pricing h5::first-letter  {
    font-size: 0.7em;
    vertical-align: top;
    line-height: 30px;
}


.pricing h3, .pricing h2 {
    margin: 10px 0px 10px 0px;
}

.pricing img {
    width: 100%;
    display: block;
    margin: 0 auto !important;
    float: none !important;
}

.pricing h3 {
    text-align: left;
}



.pricing ul {
    margin: 10px 0px 25px 0px;
}


.pricing p a{
    background-color: #00843d;
    margin: 10px 0px 0px 0px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    color: #f7f7f7;
}


.pricing p a:hover {
    background-color: #00B554;
}

.pricing ul {
        padding-left: 20px;
}




/*-----------------MAP--------------------*/

.map {
        position: relative;
        padding-bottom: 45%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
        border: 1px solid #DEDEDE;
        border-radius: 10px;
        margin: 10px 0px 20px 0px;
 }
    
    
.map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}


/*----------------------------FAQS------------------------------------*/

.faq_question {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    color: white;
    font-size: 1.25em;
    background-color: #00843d;
    border-radius: 8px;
    padding: 10px 20px;
}


.faq_question img {
    margin: 0px;
}


.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px 0px 0px 30px;
    line-height: 1.6em;
}

.arrow-down-small {
    width:0px;
    height:0px;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top:12px solid black;
}


/* ==========================================================================
    Accordions
   ========================================================================== */

.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
 box-shadow:0px 1px 3px rgba(0,0,0,0.25);
 border-radius:10px;
 background:#f7f7f7;
 margin: 10px;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
 width:100%;
 padding:15px;
 display:inline-block;
 border-bottom:;
 background:#00843d;
 transition:all linear 0.15s;
 /* Type */
 font-size:1.200em;
 line-height: 1.2em;
 color: #f7f7f7;
 text-decoration:none;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#15b55d;
    /* Type */
    text-decoration:none;
    color: #f7f7f7;
}
 
/*.accordion-section:last-child .accordion-section-title {
 border-bottom-color:white;
 padding-bottom:2px;
}*/
 
/*----- Section Content -----*/
.accordion-section-content {
 padding:15px;
 display:none;
}





/*----------------------------FOUR STEP PLAN-----------------------------------*/

/* Four Steps Background Colors ========================================================================= */

.step-zero {
    background-color: #f7f7f7;
    padding: 40px 0px 40px 0px;
}

.step-one {
    background-color: #00843d;
    padding: 40px 0px 40px 0px;
}

.step-two {
    background-color: #00642a;
    padding: 40px 0px 40px 0px;
}

.step-three {
    background-color: #00491d;
    padding: 40px 0px 40px 0px;
}

.step-four {
    background-color: #002b0f;
    padding: 40px 0px 40px 0px;
}

.subtle-grey {
    background-color: #e2e2e2;
    padding: 40px 0px 40px 0px;
}

/* Four Steps Background Images ========================================================================= */

.step-one-header {
    background: url(https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/step-one-header.jpg) no-repeat center center;
    background-color: #00843d;
    background-size: cover;
    width: 100vw;
}

.step-two-header {
    background: url(https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/step-two-header.jpg) no-repeat center center;
    background-color: #00843d;
    background-size: cover;
    width: 100vw;
}

.step-three-header {
    background: url(https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/step-three-header.jpg) no-repeat center center;
    background-color: #00843d;
    background-size: cover;
    width: 100vw;
}

.step-four-header {
    background: url(https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/step-four-header.jpg) no-repeat center center;
    background-color: #00843d;
    background-size: cover;
    width: 100vw;
}

/* Four Steps Typography ========================================================================= */

.step-zero h1,
.step-zero h2,
.step-zero h3,
.step-zero h4,
.step-zero h5,
.step-zero h6 {
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

.step-one h1,
.step-one h2,
.step-one h3,
.step-one h4,
.step-one h5,
.step-one h6,

.step-two h1,
.step-two h2,
.step-two h3,
.step-two h4,
.step-two h5,
.step-two h6,

.step-three h1,
.step-three h2,
.step-three h3,
.step-three h4,
.step-three h5,
.step-three h6,

.step-four h1,
.step-four h2,
.step-four h3,
.step-four h4,
.step-four h5,
.step-four h6,

.step-one-header h1,
.step-two-header h1,
.step-three-header h1,
.step-four-header h1 {
    margin: 5px 0px 5px 0px;
    padding: 0px;
    color: #f7f7f7;
}


.step-zero img, 
.subtle-grey img {
    display: block;
    margin: 0 auto;
}

.logo-cloud img {
    display:inline;
    margin: 0px 10px;
}


.four-steps-button {
    border: 1px solid white;
    border-radius: 5px;
    background-color: rgba(240,240,240,0.4);
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: .075em;
    display: inline-block;
}

.four-steps-button:hover {
    background-color: rgba(240,240,240,0.6);
    color: #ffffff;
}


.four-steps-button-wide {
    border: 1px solid white;
    border-radius: 5px;
    background-color: rgba(240,240,240,0.4);
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: .075em;
    display: block;
}

.four-steps-button-wide:hover {
    background-color: rgba(240,240,240,0.6);
    color: #ffffff;
}




.details-button {
    text-align: center;
}

.details-button a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    background-color: #00843d;
    border-radius: 5px;
    padding: 12px 24px;
    text-align: center;
    font-size: 18px;
}

.details-button a:hover {
    background-color: #00B554;
    color: #ffffff;
}


.step-one input[type=submit] {
    background: #00491D;
    border: solid 1px #ffffff;
}



/* Four Steps Menu ========================================================================== */


/* Structure - Desktop Version ================================= */

.step-zero .hs-menu-flow-horizontal {
    display: block;
    margin: 0 auto;
}

.step-zero .hs-menu-flow-horizontal ul li a {
    margin-top: 20px;
    color:#00843d;
    text-transform: uppercase;
    letter-spacing: .075em;
    font-weight: 600; 
    display: inline;
}

.step-zero .hs-menu-flow-horizontal ul li a:hover {
    color: #00491d;
}

/* CSS Image Sprites - Desktop Version ================================= */

#arrow-step-one {
    display: block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-1-sprite.png') 0px 0px;
    background-size: 192px 89px;
}

#arrow-step-one:hover {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-1-sprite.png') 0px 45px;
    background-size: 192px 89px;
}

#arrow-step-one-active {
    display: block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-1-sprite.png') 0px 45px;
    background-size: 192px 89px;
}


#arrow-step-two {
    display: block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-2-sprite.png') 0px 0px;
    background-size: 192px 89px;
}
#arrow-step-two:hover {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-2-sprite.png') 0px 45px;
    background-size: 192px 89px;
}

#arrow-step-two-active {
    display: block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-2-sprite.png') 0px 45px;
    background-size: 192px 89px;
}



#arrow-step-three {
    display: block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-3-sprite.png') 0px 0px;
    background-size: 192px 89px;
}

#arrow-step-three:hover {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-3-sprite.png') 0px 45px;
    background-size: 192px 89px;
}

#arrow-step-three-active {
    display: block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-3-sprite.png') 0px 45px;
    background-size: 192px 89px;
}


#arrow-step-four {
    display: block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-4-sprite.png') 0px 0px;
    background-size: 192px 89px;
}

#arrow-step-four:hover {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-4-sprite.png') 0px 45px;
    background-size: 192px 89px;
}

#arrow-step-four-active {
    display: block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-4-sprite.png') 0px 45px;
    background-size: 192px 89px;
}



/* Structure - Mobile Version ================================= */

.mobile-progress ul {
    display: block;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
    -webkit-padding-start: 0px;
}

.mobile-progress ul li {
    display: inline;
}
/*
.mobile-progress ul li a {
    margin-top: 20px;
    color:#00843d;
    text-transform: uppercase;
    letter-spacing: .075em;
    font-weight: 600; 
    display: inline;
}

.mobile-progress ul li a:hover {
    color: #00491d;
}*/


#arrow-step-one-mobile {
    display: inline-block;
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-1-mobile-sprite.png') 0px 0px;
    background-size: 60px 78px;
}

#arrow-step-one-mobile:hover {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-1-mobile-sprite.png') 0px 39px;
    background-size: 60px 78px;
}

#arrow-step-one-mobile-active {
    display: inline-block;
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-1-mobile-sprite.png') 0px 39px;
    background-size: 60px 78px;
}


#arrow-step-two-mobile {
    display: inline-block;
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-2-mobile-sprite.png') 0px 0px;
    background-size: 60px 78px;
}

#arrow-step-two-mobile:hover {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-2-mobile-sprite.png') 0px 39px;
    background-size: 60px 78px;
}

#arrow-step-two-mobile-active {
    display: inline-block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-2-mobile-sprite.png') 0px 39px;
    background-size: 60px 78px;
}



#arrow-step-three-mobile {
    display: inline-block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-3-mobile-sprite.png') 0px 0px;
    background-size: 60px 78px;
}

#arrow-step-three-mobile:hover {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-3-mobile-sprite.png') 0px 39px;
    background-size: 60px 78px;
}

#arrow-step-three-mobile-active {
    display: inline-block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-3-mobile-sprite.png') 0px 39px;
    background-size: 60px 78px;
}


#arrow-step-four-mobile {
    display: inline-block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-4-mobile-sprite.png') 0px 0px;
    background-size: 60px 78px;
}

#arrow-step-four-mobile:hover {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-4-mobile-sprite.png') 0px 39px;
    background-size: 60px 78px;
}

#arrow-step-four-mobile-active {
    display: inline-block; 
    background-size:contain;
    background-repeat: no-repeat;
    left: 0px;
    margin-bottom: 10px;
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/graphics/four-step-menu-4-mobile-sprite.png') 0px 39px;
    background-size: 60px 78px;
}







/* Hide/Show on Appropriate Screens ================================= */

@media (max-width: 812px) {
.desktop-progress {
    display: none;
}
}

@media (min-width: 812px) {
.mobile-progress {
    display: none;
}
}




/* XR Styling ================================= */

#overlay {
background: rgba(0, 0, 0, .5);
height: auto;
max-width: 350px;
margin: 20px auto;
padding: .7em;
position: relative;
border-radius: 10px;
color: #ffffff;
}

@media (max-width: 768px) {
#overlay {
font-size: 0.8em;
padding: .5em;
}
}



/* ------------------- Year End Sale Styling ---------------------*/
.xmas-wrapper-standard {
    max-width: 1200px;
    min-width:250px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0;
}

.xmas p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #605b58;
    margin: 5px 0px 5px 0px;
}

.xmas p a {
    display: inline-block;    
    background-color: #00843d;
    margin-top: 10px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: white;
    letter-spacing: .05em;
}

.xmas h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2em;    
    color: #605b58;
    margin: 30px 0px 0px 0px;
}

.xmas h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;    
    color: #605b58;
    margin: 5px 0px 0px 0px;
}

.xmas h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;    
    color: #605b58;
    margin: 5px 0px 0px 0px;
}

.xmas h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;    
    color: #605b58;
    margin: 5px 0px 0px 0px;
}

hr.xmas {
    border: dashed #c1b02f; 
    border-width: 3px 0 0; 
    clear: both; 
    margin: 10px 0px 40px 0px;
}

.xmas-header-image { 
    padding-top: 0px;
    height: 575px; 
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0)), url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/Year%20End%20Sale%20Graphics/red-xmas-bg.jpg') no-repeat center; 
    background: -webkit-gradient(linear, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, 0))), url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/Year%20End%20Sale%20Graphics/red-xmas-bg.jpg') no-repeat center;
    background-size: cover; 
}

@media (max-width: 1040px) {
.xmas-header-image { 
    height: 475px;
}
}

@media (max-width: 768px) {
.xmas-header-image { 
    height: 360px;
}
}

@media (max-width: 560px) {
.xmas-header-image { 
    height: 300px;
}
}

@media (max-width: 480px) {
.xmas-header-image { 
    height: 220px;
}
}

.xmas-snow-bg {
    background: url('https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/Year%20End%20Sale%20Graphics/snow-bg.jpg');
}

.xmas-ticket-shape {
    border-radius: 15px;
    border: 1px solid #c1b02f;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px;
    color: #605b58;
}
.xmas-ticket-shape h3 a {
    color: #605b58;
}



.xmas-section-divider {
    background: linear-gradient(white 33%, #7a0816 34%, #7a0816 66%, white 67%);
    background: -moz-linear-gradient(white 33%, #7a0816 34%,#7a0816 66%, white 67%);
}


@media (max-width: 768px) {
.xmas-wrapper-standard {
    padding: 0px 30px;
}
.xmas p {
    line-height: 1.2em;
}

.xmas h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;    
    margin: 20px 0px 0px 0px;
}

.xmas h2 {
    font-size: 20px;
    line-height: 1.2em;    
}

.xmas h3 {
    font-size: 22px;
    text-align: left;
}

.xmas h4 {
}

.xmas-YES img {
    width: 300px;
}

.xmas img {
    margin: 0 auto;
}

.xmas-ticket-shape img {
    margin: 0 auto;
}

.xmas-ticket-shape {
    margin: 10px;
}

}





/* ----------------OTHER LINKS ------------------------*/

.button-link  {
    padding: 0px;
    margin: 5px 0px 30px 0px;
    text-align: left;
}

@media screen and (min-width: 768px) {
.button-link  {
    text-align: center;
}
}

.button-link a{
    background-color: #00843d;
    margin: 13px 0px 13px 0px;
    text-align: center;
    padding: 6px 8px 6px 8px;
    font-weight: 300;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    color: #f7f7f7;
}


.button-link a:hover {
    background-color: #00B554;
}





/*---------------BG COLORS-----------------*/

.dark-background-color {
    background-color: #515151;
}

.dark-background-color h6, .dark-background-color p, .dark-background-color td {
color: #DEDEDE;
}

.dark-background-color h1, .dark-background-color h2, .dark-background-color h3, .dark-background-color h4, .dark-background-color h5, .dark-background-color strong, .dark-background-color a, .dark-background-color blockquote p::first-letter {
    color: #f7f7f7;
}

.dark-background-color blockquote {
    background-color: rgba(150,150,150,0.1);
    border-left: 3px solid #929292;
}

.dark-background-color hr{
    margin: 55px 0px 55px 0px;
    display:block;
    border:none;
    color:white;
    height:1px;
    background: #929292;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from( #929292 ), to( #515151));
}


.darkest-background-color {
background-color: #2B2B2B;
}

.darkest-background-color h6, .darkest-background-color p, .dark-background-color td  {
color: #DEDEDE;
}

.darkest-background-color h2, .darkest-background-color h3, .darkest-background-color h4, .darkest-background-color h5, .darkest-background-color strong, .darkest-background-color a, .darkest-background-color blockquote p::first-letter {
    color: #f7f7f7;
}

.darkest-background-color blockquote {
    background-color: rgba(150,150,150,0.1);
    border-left: 3px solid #929292;
}


.accent-background-color {
background-color: #00843d;
}

.accent-background-color blockquote {
    background-color: rgba(0,0,0,0.1);
    border-left: 3px solid #DEDEDE;
}

.accent-background-color h6, .accent-background-color p, .accent-background-color form {
color: #DEDEDE;
}

.accent-background-color h1, .accent-background-color h2, .accent-background-color h3, .accent-background-color h4, .accent-background-color h5, .accent-background-color strong, .accent-background-color a, .accent-background-color li, .accent-background-color blockquote p::first-letter {
    color: #f7f7f7;
}

.accent-background-color input[type=submit] {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #f7f7f7;
    color: #f7f7f7;
}

.accent-background-color hr{
    margin: 55px 0px 55px 0px;
    display:block;
    border:none;
    color:white;
    height:1px;
    background: #929292;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from( #929292 ), to( #00843d));
}


.lightest-background-color {
background-color: white;
}


/* ------------------------ SITE-WIDE BANNERS ------------------------*/


/* ------ Assigning Individual Background Images ------*/
.banner-home {
    background: url("https://www.dustlessblasting.com/hs-fs/hubfs/DUSTLESSBLASTING.COM/banner%20images/banner%20Contractors.jpg?t=1502374043382&width=2600&name=banner%20Contractors.jpg") no-repeat center center; }

.banner-four-steps {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/contractors_DB500mobileS.jpg") no-repeat center center; }

.banner-opportunities {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-ceiling.jpg") no-repeat center center; }

.banner-start-business { 
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/Fatz-City-Customs.jpg") no-repeat center center; }

.banner-existing-business {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/Blast-Off-Removal-NM-1.jpg") no-repeat center center; }

.banner-applications {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-metal-water-tank.jpg") no-repeat center center; }
    
.banner-marketing-packages {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/stripping-fleet-vehicle.jpg") no-repeat center center; }

.banner-equipment {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/auto-restoration.jpg") no-repeat center center; }

.banner-get-pricing {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/wood-panels.jpg") no-repeat center center; }
    
.banner-mobile-equipment {
    background: url("https://www.dustlessblasting.com/hs-fs/hubfs/DUSTLESSBLASTING.COM/banner%20images/banner%20Contractors.jpg?t=1502374043382&width=2600&name=banner%20Contractors.jpg") no-repeat center center; }

.banner-compressor-ready-equipment {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blaster%20medium%20close%20up.jpg") no-repeat center center; }
    
.banner-resources {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/cleaning-concrete-patio.jpg") no-repeat center center; }
    
.banner-financing {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/contractors_DB500mobileS.jpg") no-repeat center center; }

.banner-testimonials {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-cement-truck.jpg") no-repeat center center; }
    
.banner-case-studies {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/auto-restoration.jpg") no-repeat center center; }
    
.banner-video-gallery {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-heavy-machinery.jpg") no-repeat center center; }
    
.banner-field-examples {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-sports-car-side.jpg") no-repeat center center; }
    
.banner-support {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-pool-rocks.jpg") no-repeat center center; }
    
.banner-training {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-pool-rocks.jpg") no-repeat center center; }
    
.banner-faq {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-pool-interior.jpeg") no-repeat center center; }
    
.banner-tech-support {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/banner-welding.jpg") no-repeat center center; }

.banner-contact-us {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/retro_factory_bw.jpg") no-repeat center center; }
    
.banner-connect {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-heavy-equipment.jpg") no-repeat center center; }
    
.banner-events {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/nascar.jpg") no-repeat center center; }
    
.banner-about-us {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/retro_factory_bw.jpg") no-repeat center center; }
    
.banner-financing-form {
    background: url("https://www.dustlessblasting.com/hs-fs/hubfs/DUSTLESSBLASTING.COM/banner%20images/banner%20Contractors.jpg?t=1502374043382&width=2600&name=banner%20Contractors.jpg") no-repeat center center; }
    
.banner-financing-options {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/new-low-trailer.jpg") no-repeat center center; }
    
.banner-pricing {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blaster%20medium%20close%20up.jpg") no-repeat center center; }
    
.banner-company {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/welding.jpg") no-repeat center center; }
    
.banner-pricing-jobs {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/photos/testimonial%20sliders/Valley-Eco-Blasting.jpg") no-repeat center center; }
    
.banner-home-clone-test {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/home-banner-11.jpg") no-repeat center center; }
    
.banner-request-quote {
    background: url("https://www.dustlessblasting.com/hs-fs/hubfs/DUSTLESSBLASTING.COM/banner%20images/banner%20Contractors.jpg?t=1502374043382&width=2600&name=banner%20Contractors.jpg") no-repeat center center; }   
    
.banner-equipo {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/db%20truck%20and%20sky.jpg") no-repeat center center; }   
    
.banner-content-download {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/blasting-heavy-equipment.jpg") no-repeat center center; }   
    
.banner-sema-pricing {
    background: url("https://www.dustlessblasting.com/hubfs/DUSTLESSBLASTING.COM/banner%20images/sema-special-pricing.jpg") no-repeat center center; }   
    


/* ------ Styling All Background Images  ------*/
.banner-home,
.banner-four-steps,
.banner-opportunities,
.banner-start-business,
.banner-existing-business,
.banner-applications,
.banner-marketing-packages,
.banner-equipment,
.banner-get-pricing,
.banner-mobile-equipment,
.banner-compressor-ready-equipment,
.banner-resources,
.banner-financing,
.banner-testimonials,
.banner-case-studies,
.banner-video-gallery,
.banner-field-examples,
.banner-support,
.banner-training,
.banner-faq,
.banner-tech-support,
.banner-contact-us,
.banner-connect,
.banner-events,
.banner-about-us,
.banner-financing-form, 
.banner-financing-options, 
.banner-pricing,
.banner-company,
.banner-pricing-jobs,
.banner-home-clone-test,
.banner-request-quote,
.banner-equipo,
.banner-content-download,
.banner-sema-pricing {
    background-size: cover;
    padding: 0px;
    height: 400px;
    width: 100vw;  
}

/* ------ Styling All Background Images at Mobile Breakpoints ------*/
@media screen and (max-width: 768px) { 
.banner-home,
.banner-four-steps,
.banner-opportunities,
.banner-start-business,
.banner-existing-business,
.banner-applications,
.banner-marketing-packages,
.banner-equipment,
.banner-get-pricing,
.banner-mobile-equipment,
.banner-compressor-ready-equipment,
.banner-resources,
.banner-financing,
.banner-testimonials,
.banner-case-studies,
.banner-video-gallery,
.banner-field-examples,
.banner-support,
.banner-training,
.banner-faq,
.banner-tech-support,
.banner-contact-us,
.banner-connect,
.banner-events,
.banner-about-us,
.banner-financing-form, 
.banner-financing-options, 
.banner-pricing,
.banner-company,
.banner-pricing-jobs,
.banner-home-clone-test,
.banner-request-quote,
.banner-equipo,
.banner-content-download,
.banner-sema-pricing {
    height: 300px;
}
}

@media screen and (max-width: 480px) { 
.banner-home,
.banner-four-steps,
.banner-opportunities,
.banner-start-business,
.banner-existing-business,
.banner-applications,
.banner-marketing-packages,
.banner-equipment,
.banner-get-pricing,
.banner-mobile-equipment,
.banner-compressor-ready-equipment,
.banner-resources,
.banner-financing,
.banner-testimonials,
.banner-case-studies,
.banner-video-gallery,
.banner-field-examples,
.banner-support,
.banner-training,
.banner-faq,
.banner-tech-support,
.banner-contact-us,
.banner-connect,
.banner-events,
.banner-about-us,
.banner-financing-form, 
.banner-financing-options, 
.banner-pricing,
.banner-company,
.banner-pricing-jobs,
.banner-home-clone-test,
.banner-request-quote,
.banner-equipo,
.banner-content-download,
.banner-sema-pricing {
    height: 200px;
}
}

@media screen and (min-width: 2000px) { 
.banner-home,
.banner-four-steps,
.banner-opportunities,
.banner-start-business,
.banner-existing-business,
.banner-applications,
.banner-marketing-packages,
.banner-equipment,
.banner-get-pricing,
.banner-mobile-equipment,
.banner-compressor-ready-equipment,
.banner-resources,
.banner-financing,
.banner-testimonials,
.banner-case-studies,
.banner-video-gallery,
.banner-field-examples,
.banner-support,
.banner-training,
.banner-faq,
.banner-tech-support,
.banner-contact-us,
.banner-connect,
.banner-events,
.banner-about-us,
.banner-financing-form, 
.banner-financing-options, 
.banner-pricing,
.banner-company,
.banner-pricing-jobs,
.banner-home-clone-test,
.banner-request-quote,
.banner-equipo,
.banner-content-download,
.banner-sema-pricing {
    height: 500px;
}
}




/* --------------- Old banner styling - delete when done ---------------*/
.image-banner {
    overflow: hidden;
    height: 200px;
    padding: 0px;
}

@media screen and (min-width: 568px) {
.image-banner {
   height: 300px;
   padding-bottom: 100px;
}
}


@media screen and (min-width: 700px) {
.image-banner {
   height: 400px;
   padding-bottom: 300px;
}
}
@media screen and (min-width: 868px) {
.image-banner {
   height: 400px;
   padding-bottom: 400px;
}
}
@media screen and (min-width: 1109px) {
.image-banner {
   height: 400px;
   padding-bottom: 500px;
}
}


@media screen and (min-width: 1350px) {
.image-banner {
  height: 450px;
  padding-bottom: 600px;
}
}

@media screen and (min-width: 1500px){
    .image-banner{
        height:450px;
        padding-bottom: 700px;
    }
}

@media screen and (min-width: 2200px){
    .image-banner{
        height:450px;
        padding-bottom: 800px;
    }
}

.image-banner img {
position: relative;
  top: 0%;
  transform: translateY(0%);
  width: 50px;
border-radius: 0px;
    
}

@media screen and (min-width: 1150px) {
.image-banner img {
position: relative;
  top: 10%;
  transform: translateY(-10%);

}
}



.banner-small {
    background-color: #5A5A5A;
    padding: 0px 0px 0px 0px;
    color: #f7f7f7;
    text-align: center;
}


.banner-small h2, .banner-small h3, .banner-small h4 {
    color: #f7f7f7;    
}

.banner-small h5, .banner-small h6 {
    color: #DEDEDE;
}

@media screen and (min-width: 768px) {
.banner-small {
    padding: 60px 10px 60px 10px;
}
}


.banner-3dblaster {
    background: url('https://cdn2.hubspot.net/hubfs/2652216/2017%20Website%20Redesign/banner%20images/3d%20Dustless%20Blaster.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}




.footer-wrapper-wide {
    background-color: #2B2B2B;
    max-width: 100%;
    margin: 0 auto !important;
    float: none !important;
    padding: 10px 10px 0px 10px;
}


.footer-wrapper {
    max-width: 1200px;
    min-width:250px;
    margin: 0 auto !important;
    float: none !important;
}


.footer  {
    padding: 2px;
    line-height: 1.2em;
    text-align: left;
    text-indent: 0px;
}

.footer a, .footer h3{
    color: #f7f7f7;
    text-decoration: none;
    background-color: transparent;
}


.footer p {
    font-size: 0.8em;
    color: #929292;
}

.footer h3 {
color: #929292;
    font-size: 1.4em;
    text-align: left;
}

.footer strong {
    color: #f7f7f7;
}

.copywrite p {
    font-size: 0.8em;
    color: rgba(255,255,255,0.3);
}

.copywrite strong {
    color: rgba(255,255,255,0.4);
}

.copywrite {
    padding: 0px 0px 20px 0px;
}

.footer hr{
    margin: 25px 0px 25px 0px;
    display:block;
    border:none;
    color:white;
    height:1px;
    background: #929292;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from( #929292 ), to( #2B2B2B));
}


/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */





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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    background: none;
    padding: 0px 10px 0px 0px;
    float: right;
    position: relative;
    top: 10px;
    font-size: 1em;
    z-index: 10;
    font-weight: 500;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin: 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color:#515151;
    border-top: 2px solid transparent;
    font-size: 0.9em;
    margin: 0px;
    padding: 10px 20px 20px 10px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    border-top: 2px solid #515151;
}

.custom-menu-primary .hs-menu-wrapper > ul > li::before {
       content: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 19px;
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #515151;
}


/*.custom-menu-primary .hs-menu-wrapper > ul > a::after {
    content: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:last-child {
    content: none;
}*/


@media (min-width: 830px) and (max-width: 900px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 0.8em;
}
}

@media (min-width: 768px) and (max-width: 829px) {
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 0.7em;
    padding: 10px 20px 20px 5px;
}
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{ font-size: 1em; }
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:white;
    padding: 0px;
    margin: 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li::before {
       content: none;
}



.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: white;
    background-color: #515151;
    font-size: 0.9em;  
}

@media (min-width: 830px) and (max-width: 900px){
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 0.8em;
}
}

@media (min-width: 768px) and (max-width: 829px) {
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 0.7em;
}
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #6D6D6D;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .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: 767px){


  /* 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: 500;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  border-top: none;
  background-color: #6D6D6D;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#515151;
  background-color: #303030;
  border-top: none;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a::after {
    display: none;
}



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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #515151; 
    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: #515151; /* 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;
  }
  .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:#ffffff; /* 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{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 0px 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: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#515151; /* 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:#ffffff; /* link color set by global mobile-aColor variable */
    font-size: 15px;
  }
  .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 */
    color: rgba(255,255,255,0.8);
  }

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



/*---------Special Styling for Spanish Navigation Menu - Removing Extra Traingle from Last Menu Item---------*/

.spanish-nav .custom-menu-primary .hs-menu-wrapper > ul > li > a:last-child::after {
    content: none;
}


/*---------AddSearch---------*/
.addsearch {
    font-size: 16px; 
    cursor: wait; 
    background-color: #fff; 
    background-image: url('https://addsearch.com/logo/AAAAAA-20.png'); 
    background-repeat: no-repeat; 
    background-position: 95% 50%;
}

.addsearch-wrapper {
    display: inline-block;
    z-index: 5;
    position: absolute;
    width: 150px;
    right:0px;
    top:0px;
    float:left;
}

.addsearch-menu-wrapper {
    display: inline-block;
    float: right;
    position:relative;
    right: 150px;
}

.addsearch-logo-wrapper  {
    display: inline-block;   
    float:left;    
}


@media (max-width: 767px){
.addsearch-wrapper {
    display: inline-block;   
    float: left;
    position: absolute;
    width: 40%;
    left: 85px;
    top: 0px;
}
.addsearch-menu-wrapper {
    float: none;
    width:100%;
    position:relative;
    right: 0px;
}
}


/*
@media (max-width: 767px){
.addsearch-wrapper {
    width: 150px;
    right: 0px;
}

.addsearch-menu-wrapper {
    width:100%;
    float:left;
    right: 10px;
}
.mobile-open {
    width:100%;
}
}
*/
   
   /*-------------RSS ---------------*/


div.hs-rss-item.hs-with-featured-image {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #DEDEDE;
}


   
.hs-rss-title {
    font-size: 1.4em;
    font-weight: 400;
    text-decoration: none;
    color: #00843d;
}   
   
@media screen and (min-width: 768px) {
.hs-rss-title {
    font-size: 1.7em;
    font-weight: 400;
    text-decoration: none;
}   
}

.hs-rss-item-text {
    margin-right: 0 !important;
    float: right !important;
    width: 70% !important;
    padding: 0px 0px 0px 0px;
}

@media screen and (min-width: 768px) {
.hs-rss-item-text {
    padding: 0px 0px 0px 20px;
}
}



.hs-rss-item-image-wrapper  {
    margin-left: 0 !important;
    width: 30% !important;
    height: 140px;
    overflow: hidden;
    border-radius: 5px;
}


@media screen and (min-width: 768px) {
.hs-rss-item-image-wrapper  {
    height: 220px;
}
}

.hs-rss-item-image-wrapper img {
    border-radius: 0px;
}


@media (max-width: 767px) {
    .hs-rss-item-image-wrapper {
    margin-left: 0 !important;
    }

    .hs-rss-item-image-wrapper,
    .hs-rss-item-text {
    width: 100% !important;
    float: none !important;
    }
}






/* Blog Title */
.hs-blog-header h1 { text-align: center; }
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {  text-align: left; }
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
    max-width: 100px;
    padding: 0px 10px 10px 0;
    float: none;
}
@media screen and (min-width: 768px) {
#hubspot-author_data .hs-author-avatar {
     float: left;
}
}

#hubspot-author_data .hs-author-avatar img { max-width: 100%; height: auto !important;}



/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:15px 0;
    }

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



.hs-blog-social-share {
    border-bottom: 1px solid #929292;
    border-top: 0px solid #929292;
    height: auto;
    margin-top: 1px;
    padding: 1px 0 0px 0px;
}


body.hs-blog-post .hs-blog-social-share{
    margin-bottom:45px;
}


.blog-section h4 {
    text-align: left;
    font-size: 1.7em;
    font-weight: 500;
    border-left: 3px solid #00843d;
    padding-left: 6px;
}

div#hubspot-author_data.hubspot-editable {
    color: #929292;
    font-size: 0.9em
}


#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }






/* All Global Forms
   ========================================================================== */

input, textarea {
    /*width: 100%;*/
    padding: 12px !important;
    margin: 5px 0px 10px 0px !important;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    font-size: 1em;
    background-color: #fff;
}


@media screen and (min-width: 768px) {
input, textarea {
    font-size: 1.4em;
    margin: 7px 0px 20px 0px !important;
}
}


input[type=submit] {
    width: 250px;
    height: 50px;
    padding:10px 20px; 
    background: #00843d; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.2em;
    color: #f7f7f7;
    margin: 25px 0px 10px 0px;
    text-align: center;
}


@media screen and (min-width: 768px) {
input[type=submit] {
    height: 70px;
}
}

select {
    font-size: 1em;
    background-color: #fff;
    color: #515151;
    margin: 5px 0px 20px 0px;
}

form {
    font-size: 1em;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    }




ul.hs-error-msgs.inputs-list {
    color: red;
    margin: 0px;
    padding: 0px;
}

/* Form Field */
body .hs-form-field {}

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

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}



/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0px;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}



.email-prefs .item .item-inner:hover {
  background: e2e2e2;
}

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







.hs_cos_wrapper_type_form select {
    height: 45px;
    border-color: rgba(0,0,0,0.1);
    color: #515151;
}




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





body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

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





/* ---------------- CTA BUTTONS -------------------------*/
.call-to-action {
padding: 10px 0px 10px 0px;
text-align: center;
}

@media screen and (min-width: 768px) {
    .call-to-action {
padding: 30px 0px 20px 0px;
}
}

.call-to-action a{
    background-color: #00843d;
    text-align: center;
    width: 250px;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.15em;
    font-size: 0.9em;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    color: #f7f7f7;
}


@media screen and (min-width: 768px) {
.call-to-action a {
    height: 70px;
    line-height: 70px;
    font-size: 1.1em;
    width: 310px;
}
}

.call-to-action a:hover {
    background-color: #00B554;
}


.call-to-action-transparent a{
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #f7f7f7;
}

.call-to-action-transparent a:hover{
    background-color: rgba(255,255,255,0.2);
}


.call-to-action-dark a{
    background-color: rgba(255,255,255,0.1);
    border: 2px solid #00843d;
    color: #00843d;
}

.call-to-action-dark a:hover{
    background-color: #00843d;
    color: #f7f7f7;
    border-color: white;
}



/* Molly's New CTA Styles - to slowly transition to new stylesheet */
.cta-green {
  margin: 1em 0em;
  background: #00843d; /*;*/
  border-radius: 8px;
  display: inline-block;
  transition:all 0.2s ease; 
}
.cta-green:hover {
  background: #15b55d; /*;*/
}
.cta-green a {
  /*text*/
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .075em;
  text-decoration: none;
  padding: 20px 30px;
  display: inline-block;
}

/* =============== Countdown Timer ==================== */



/* =============== Modal Pop Up ==================== */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #111;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 25px;
    border: 1px solid #000;
    width: 70%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-left:10px;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#myBtn {
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #f7f7f7;
    letter-spacing: 0.08em;
    font-size: 0.9em;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    padding: 20px;
    color: white;
}

#myBtn a {
    color: white;
}

#myBtn:hover {
    background-color: rgba(255,255,255,0.2);
}

@media (max-width:767px) {
.modal-content {
    width:100%;
    padding: 15px;
}
}


/* ==========================================================================
   Multiple Modals on Same Page - different modal code
   ========================================================================== */

/**
 * Modals ($modals)
 */

/* 1. Ensure this sits above everything when visible */
.multi-modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.multi-modal.is-visible {
    visibility: visible;
}

.multi-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.multi-modal.is-visible .multi-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.multi-modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 3em;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
  padding: 25px;
  background-color: #111;
  border: 1px solid #000;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

@media (max-width:767px) {
.multi-modal-wrapper {
    width:100%;
    padding: 10px;
}
}

.multi-modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.multi-modal.is-visible .multi-modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.multi-modal-header,
.multi-modal-content {
  padding: 1em;
}

.multi-modal-header {
  position: relative;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
}

.multi-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
    font-size: 16px;
    font-weight: bold;
}

.multi-modal-close:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.multi-modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.multi-modal-content > *:first-child {
  margin-top: 0;
}

.multi-modal-content > *:last-child {
  margin-bottom: 0;
}

.multi-modal-toggle {
    color: #515151;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 20px;
}


/* =============== Language Switcher Styling ==================== */
.globe_class {
    background-image:none;
}

.globe_class:before {
    content: "\1F30E";
    color: #ffffff;
}

/*.lang_list_class ul {
    -webkit-padding-start: 0px;
}

.lang_list_class li a {
    padding:0px;
}
.lang_list_class:after {
    border: 0px;
}
.lang_list_class:before {
    border: 0px;
}*/

/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */
@media (max-width: 767px) {
.hide-on-mobile,
.hide-on-mobile img {
  display: none;
  }
}

@media (min-width: 768px) {
.hide-on-desktop,
.hide-on-desktop img {
  display: none;
  }
}


   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

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


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

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

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

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


