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


/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700');     /*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Caveat:400,700');        /*font-family: 'Caveat', cursive;*/


@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.css');
/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */

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

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



/* This responsive framework is required for all styles. */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}




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

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

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



/* Website background color and default font styles */
body {
  background: #fff;
  color: #4d4d4d;
  font-family: 'Poppins', sans-serif;;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  margin:0 !important;
  padding:0 !important;
}


b, strong {
    font-weight: bold;
}

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 950px;
  margin: 0 auto;
}
.page-center {
  float: none;
  max-width: 950px;
  margin: 0 auto !important;
  float:none !important;
}
a { 
    /*transition: all 0.2s ease-in 0s;*/
    text-decoration: underline;
    font-weight: bold;
    /*font: 300 14px/1.8em "Helvetica Neue",Helvetica,sans-serif; */ 
    color: #69142b; 
}
a:hover, a:focus { 
    color: #000000;     
}

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

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



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


/* Basic text */
p {
    color: #4d4d4d;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25.2px;
    margin:20px 0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #2D3E50;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: auto;
    line-height: 55px;
    margin: 15px 0;
    font-family: 'Caveat', cursive;
}
h2 {
    font-size: 30px;
    font-weight: 200;
    /*letter-spacing: -4.95px;*/
    line-height: 44px;
    margin: 25px 0 25px;
    padding-bottom: 0px;
}
h3 {
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 25px 0 25px; 
    
}
h4 {
    font-size: 17px;
    font-weight: 200;
    letter-spacing: -0.45px;
    line-height: 24px;
    margin: 12px 0 5px;
    text-transform: uppercase;
    font-family: 'Caveat', cursive;
}
h5, h6 {
    margin:5px 0;
    padding:0;
    font: 700 14px/1.5em "Montserrat",sans-serif;
    color: #453B7A;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
.body-container li {
  font-size: 16px;
  list-style-type:disc;
}

.hs-blog-listing .blog-content ul, .main-content ul, .sidebar ul {
    margin: 0px 0px 25px 40px;  
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.hs-blog-listing .blog-content ul li, .main-content ul li, .sidebar ul li {
    list-style: disc !important;
    list-style-position: outside;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {
    background:#e0c580;
    margin-bottom:30px;
     margin-top:30px;
}
blockquote p {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 100;
    line-height: 32px;
    font-style: italic;
    padding:25px;
}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/* ==========================================================================
   Structure                                               
   ========================================================================== */


/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper { }

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}



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


.header-container-wrapper {}
.header-container {}


.container-fluid .row-fluid .wrapper-content, .container-fluid .row-fluid .wrapper-header{
    float: none;
    max-width: 1024px;
    margin: 0 auto;
}

/* Logo styling */

.logo {padding-top: 0px;}

.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}
.header-container {
  width: 100%;
}
.header-inner{
    max-width:1024px;
    width:1024px;
    margin:0 auto;
}

.container-fluid .row-fluid .outer-wrapper{
    background-color: #f2f2f2;
    background-image: none;
    border-top:solid 1px #d8d8d8;
    border-bottom:solid 1px #d8d8d8;
    padding:20px 0;
}

.call-now h2{
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 20px !important;
    margin: 15px 0 5px;
        padding-bottom: 0px !important;
}

.container-fluid .row-fluid .wrapper-content .model-heding{
    text-align:center;
}

.container-fluid .row-fluid .wrapper-content .vehicle-detail{
    background:#fff;
    width:100%;
    padding:10px;
    border:solid 1px #d8d8d8;

    margin: 30px 0;
}

.container-fluid .row-fluid .wrapper-content .lower-info{
    background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    height: 100%;
    opacity: 1;
    width: 100%;
    padding:20px;
}

.container-fluid .row-fluid .medical-info img,
.container-fluid .row-fluid .vehicle-info img,
.container-fluid .row-fluid .author-image img,
.container-fluid .row-fluid .three-column img,
.container-fluid .row-fluid .bottom-video-area img {
    width:100%;
}

.submission-form{background:#2D425C; padding:0px 15px 0px 15px; float:left !important;}

.header-wrapper {
    padding-top: 15px;
}

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

/*Strip the ul of padding and list styling*/
.custom-menu-primary .hs-menu-wrapper ul {
  list-style-type:none;
    margin:0;
    padding:0;
    text-align: right;
  width: 100%;
 
}


.custom-menu-primary.top .hs-menu-wrapper ul {
  margin-top: 45px;
}

.custom-menu-primary.bottom .hs-menu-wrapper ul {
  margin-top: 10px;
}

/*Create a horizontal list with spacing*/
.custom-menu-primary .hs-menu-wrapper li {
    display:inline-block;
    margin-right: 1px;
    float: none !important;
    vertical-align: top;
}

/*Style for menu links*/
.custom-menu-primary .hs-menu-wrapper li a {
    display:block;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    /*color: #4d585a; */
    color:#69142b !important;
    font-weight:bold;
    text-decoration: none;
    line-height:17px;
    border: solid 0px #ffffff;
    padding: 10px !important;
    white-space: normal !important;
    font-size:14px !important;
    background:#ffffff !important;
}


/*Hover state for top level links*/
.custom-menu-primary .hs-menu-wrapper li:hover a{
    border: solid 0px #19c589;
}

/*Style for dropdown links*/
.custom-menu-primary .hs-menu-wrapper li:hover ul a {
    background: #E5E5E1 !important;
    color: #69142b !important;
/*     height: 40px; */
    line-height: 40px;
}

/*Hover state for dropdown links*/
.custom-menu-primary .hs-menu-wrapper li:hover ul a:hover {
    background: #69142b !important;
    color: #ffffff !important;
}

/*Hide dropdown links until they are needed*/
.custom-menu-primary .hs-menu-wrapper li ul {
    display: none;
}

/*Make dropdown links vertical*/
.custom-menu-primary .hs-menu-wrapper li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.custom-menu-primary .hs-menu-wrapper li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/
.custom-menu-primary .hs-menu-wrapper ul li a:hover + .hidden, .hidden:hover {
    display: block;
}



/* ==========================================================================
        MOBILE MEDIA QUERIES
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1200px){

}
@media (max-width: 960px){
    
   
}
@media (max-width: 767px){
  .submission-form{background:#2D425C; padding:0px 15px 15px 15px; float:left !important; width:100% !important;}
  .wrapper-header {
    margin-top: 40px !important;
    text-align: center;
}
.social-sharing{display:none !important;}
}
@media (max-width: 740px){
    .submission-form{background:#2D425C; padding:0px 15px 15px 15px; float:left !important; width:100% !important;}
    .wrapper-header {
    margin-top: 40px !important;
    text-align: center;
}
.social-sharing{display:none !important;}
}
@media (max-width: 640px) {
    .submission-form{background:#2D425C; padding:0px 15px 15px 15px; float:left !important; width:100% !important;}
    .wrapper-header {
    margin-top: 40px !important;
    text-align: center;
}
.social-sharing{display:none !important;}
}
@media (max-width: 480px){    
    .submission-form{background:#2D425C; padding:0px 15px 15px 15px; float:left !important; width:100% !important;}
    .wrapper-header {
    margin-top: 40px !important;
    text-align: center;
}
.social-sharing{display:none !important;}
}
@media (max-width:360px){
    .submission-form{background:#2D425C; padding:0px 15px 15px 15px; float:left !important; width:100% !important;}
    .wrapper-header {
    margin-top: 40px !important;
    text-align: center;
}
.social-sharing{display:none !important;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    
}


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

/* Form Field */
body .hs-form-field {}
.submission-form h3 {
    color: #fff;
    text-align: center;
    }
.hs-form-field label {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 5px 0 0px !important;
}
.hs-form-field .hs-form-required {
  color: #fff;
  margin-left: 4px;
}
/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {margin-top:5px;}
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%!important;
  color: #101114;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 11px;
  margin: 10px 10px 0 0;
  padding: 5px 2px;  
  border: 1px solid #EEE;
  min-height: 23px!important;
  float: none!important;
}

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

.hs_submit {
    float: left;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  -webkit-appearance: none;
   display: inline-block;
  padding: 10px 30px;
  margin: 10px 0;
  font-size: 15px !important;
  line-height: 1 ;
  border: 1px solid #E3E3E3;
  cursor: pointer !important;
  text-decoration: none !important;
  background-color: #e51837;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
a.hs-button {
  background: #F0F0F0;
  color: #101114;
}


/* =====================================================================

        Custom Style

  ======================================================================*/


/* 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;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
}
@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 */
}

/* 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: 'Roboto', 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 */

.input{width:100%;}

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





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


  /* 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: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    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: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

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

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

  /* 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:#000000; /* 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 */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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


    
    






/***************************************/
/************* Custom Style ***********/
/*************************************/

.home-custom-banner{background-repeat: no-repeat;background-size: cover;}
.banner-title-wrapper{background:rgba(215,81,80, 0.8);padding: 3% 3% 3% 6.7%;}
.banner-title-wrapper h1{color: #ffffff;font-weight: 100;letter-spacing: 2px;}
.content-area{text-align:center;max-width:800px;margin:0 auto !important; float:none !important;font-size: 24px;padding: 1% 0 5% 0;}
.stakeholders-wrapper{background:#d75150;}
.video-section{text-align:center;padding: 5% 0;}
.video-section h3{font-weight:100;font-size: 24px;}

.footer-text {font-size: 13px;text-align: center;border-bottom:solid 1px #000;padding-bottom:10px;}
.footer-menu-wrapper .custom-menu-primary .hs-menu-wrapper ul{text-align: left;padding: 20px 0;}
.footer-bottom{background-color:#9ca0a8;color:#fff;}
.footer-bottom p{color:#fff;}
.copyright-text{margin:24px 0;font-size:17px;}
.contact-us-link {margin:24px 0;font-size:17px;text-align:center;}
.contact-us-link a{color:#ffffff;text-decoration:none;}

.testimonials-page-center{text-align:center;max-width:850px;margin:0 auto !important; float:none !important;}
.testimonials-page-center p{color:#fff !important;font-size: 20px;font-weight: 400;}
.testimonials-desc{text-align:center;max-width:800px;margin:0 auto; float:none !important;font-size:22px;}

.stakeholders-heading h2{color:#ffffff;text-align:center;text-transform: none;margin-bottom: 30px;margin-top: 30px;}
.stakeholders-box {max-width: 20%;float: left;text-align: center;margin-top: -25px;padding: 0 2.5%;}
.stakeholders-title h2 {color: #fff !important;font-weight: 300;text-transform: none;font-size: 22px;}
.stakeholders-desc {color: #fff;font-size: 16px;line-height: 20px;}


/* Acentrus Solution CSS*/
.specialty-wrapper{background:#199FDA;padding:2% 0;color:#fff;}
.specialty-wrapper .title h2 {color: #fff;font-weight: 100;text-transform: none;font-size: 35px;}
.specialty-wrapper h1 {color: #fff;font-weight: 100;text-transform: none;font-size: 135px;line-height:145px;}
.specialty-wrapper h3 {color: #fff;}
.specialty-wrapper .desc{max-width:70% !important; margin:0 auto !important;float:none !important;}
.specialty-wrapper .desc p{color:#fff;}
.map-heading h2{text-align:center;color:#4d5857;font-weight:100;font-size:45px;text-transform: none;margin-top: 30px; line-height: 40px;}

.offer-wrapper{display:inline-block;width:100%;}
.offer-wrapper .offer{width:39%;float:left;color:#ffffff;text-align:right;padding-right:15px;}
.offer-wrapper .desc{width:58%;float:left;padding-left:15px;border-bottom:solid 1px #888990;}

.blue{background:#17a9de;}
.grey{background:#a8a9b0;}
.maroon{background:#b43139;}
.darkblue{background:#212f66;}

.blue-color{color:#17a9de !important;}
.grey-color{color:#a8a9b0 !important;}
.maroon-color{color:#b43139 !important;}
.darkblue-color{color:#212f66 !important;}


.padding20{padding:3% 0;}
.banner-title-outer{min-height: 140px !important;}
.banner-title-outer h1{color: #ffffff;font-weight: 100;letter-spacing: 2px; font-size: 40px;}
.slider-desc{color:#fff;font-size: 35px;font-weight: 100;line-height: 40px;}
.slider-right-image{text-align:center;vertical-align:middle;}
.slider-right-image img{width:85% !important;height:auto;}
.acentrus-participation{background:#d95150;padding: 2% 0;color:#fff;}
.blue .specialty-wrapper .desc {max-width: 900px !important;margin: 0 auto !important;float: none !important;font-size: 24px; color:#fff;}
.map-background{margin:5% 0;}
.data-to-manufacturers{max-width: 900px !important;margin: 0 auto !important;float: none !important;font-size: 24px;}

.manufacturers h2{margin: 4% 0;}
.manufacturers p {color: #101114;font-family: 'Poppins', sans-serif;font-size: 24px;font-weight: 300;line-height: 32px;margin-top: 0px;}

.acentrus-clients-wrapper {width: 100%;display: inline-block;}
.acentrus-clients {max-width: 17%;float: left;padding: 0 15px;border-left: solid 1px #9ca1a8;}
.acentrus-clients .number {color: #fff;width: 100px;height: 32px;text-align: center;border-radius: 50%;float: left;padding: 34px 0px;vertical-align: middle;font-size: 40px;}
.acentrus-clients .title {float: left;width: 44%;margin-left: 10px;}
.acentrus-clients .title h3 {line-height: 15px;margin: 36% 0;font-size:14px;}
.acentrus-clients .icons {display: inline-block;text-align: center;width: 100%;margin-top: 40px;}


.about-hero-title{padding: 3% 3% 3% 6.7%;}
.about-hero-title h1{color: #ffffff;font-weight: 100;letter-spacing: 2px;font-size: 63px;line-height: 72px;}
.about-title-desc{color:#fff;padding: 0% 0% 3% 6.7%;}
.about-right-title{color:#000;padding: 15% 0% 0% 0%;text-align:center;}
.about-right-title h1{color: #000;font-weight: 100;letter-spacing: 2px;font-size: 63px;line-height: 72px;}



/* Content Slider*/
.full-overlay h1 {margin-bottom: 0;}
.full-overlay p {line-height: 25px;}
.bx-wrapper {position: relative;margin: 20px auto 60px;padding: 0;*zoom: 1;-ms-touch-action: pan-y;touch-action: pan-y;}
.bx-wrapper img {max-width: 100%;display: block;}
.bxslider {margin: 0;padding: 0;color:#ffffff;}
ul.bxslider {list-style: none;}
.bx-viewport {/*fix other elements on the page moving (on Chrome)*/-webkit-transform: translatez(0);}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {position: absolute;bottom: -45px;width: 100%;}
/* PAGER */
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: 'Raleway', FontAwesome;font-weight: bold;color: #ccc;padding-top: 20px;}
.bx-wrapper .bx-pager.bx-default-pager a {border: solid 1px #fff;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {background: #d75150;border: solid 1px #fff;}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager-item {font-size: 0;line-height: 0;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 9999;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
@media (min-width: 768px) and (max-width: 980px) {
    .bx-wrapper {padding: 0 45px;margin: 0 auto 30px;}
    .bx-wrapper .bx-prev {left: 0px;}
    .bx-wrapper .bx-next {right: 0px;}
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {width: 88%;}
}
@media (max-width: 767px) {
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {display: none;}    
}   

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .pricing-page .parallax-banner-hero .page-center {padding: 35px 15px;}

  .logo {
    text-align: center;
  }

  .specialty-wrapper .desc {
    max-width: 100% !important;
  }

  .span12.widget-span.widget-type-cell .row-fluid-wrapper.row-depth-1.row-number-2 {
      padding: 0px 10px;
  }

  .data-to-manufacturers img {
      width: 20% !important;
      margin-top: 20px;
  }

  .manufacturers h3 {
      margin-top: 10px;
      text-align: center;
      margin-bottom: 20px;
  }

  .manufacturers p {
      text-align: center;
      padding: 0px 10px;
  }

  .logo.bottom {
      margin-bottom: 20px;
  }

  .span5.widget-span.widget-type-rich_text.banner-title-outer {
      width: 100%;
      text-align: center;
  }

  .span12.widget-span.widget-type-rich_text.slider-desc {
      text-align: center;
      font-size: 22px;
  }

  .span3.widget-span.widget-type-rich_text.slider-right-image {
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .span3.widget-span.widget-type-rich_text.slider-right-image img {
      width: 50% !important;
  }


}

@media (min-width: 1600px){
    .parallax-banner-hero-5 .page-center {padding: 7% 4% 8%;}
}


/* Mktplace */

.span2.widget-span.widget-type-rich_text.logo.bottom {
    margin-top: 5px;
}

.span12.widget-span.widget-type-cell.map-background.manufacturers {
    margin-bottom: 0;
}

.row-fluid .span5 {
    width: 70.17094%;
}

/* CONTACT PAGE */

body.contact-page {
    text-align: center;
}

.form-wrapper {
    width: 70%;
    margin: 0 auto;
}
.form-wrapper input {
    height: 30px;
    border-color: #CCC !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.form-wrapper textarea {
    border-color: #CCC !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.form-wrapper input.hs-button.primary.large {
    background: #333;
    width: 100%;
    height: 40px;
}

.form-wrapper input.hs-button.primary.large:hover {
    opacity: 0.7;
}

.form-wrapper .hs_submit {
    float: initial;
    width: 100%;
}


@media (max-width: 768px) {
  .form-wrapper {
      width: 100%;
      padding: 0px 10px;
      box-sizing: border-box;
  }
}

/*DevTeam Styling*/

.custom-banner {background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;}

.company-name-slogan{margin-left:5px !important;}
.company-name-slogan h2 {font-size: 20px;text-transform: uppercase;line-height: 26px;margin: 5px 0 0px 0;padding-bottom: 0px;color:#730e22;font-weight: 400;}
.company-name-slogan h3 {font-size: 11px;font-weight: 400;letter-spacing: 1px;line-height: 16px;margin: 0px 0 5px 0;width: 64%;color: #231f20;}
.phone-number {text-align: right;color: #730e22;font-weight: 700;}

.overlay{background:rgba(201,199,190, 0.7);padding: 50px 0 30px 0;margin: 80px 0;}
.banner-description {max-width:70%; margin:0 auto !important;float:none !important;}

.banner-description h2, .welcome-wrapper h2, .why-wrapper h2
{color: #730e22;font-size: 32px;font-weight: 200;line-height: 62px;}

.welcome-wrapper {background:#f6f6f6;padding:50px 0;text-align:center;border-bottom:solid 2px #c9c7be;}
.why-wrapper {background:#e8e8e5;padding:50px 0;}
.testimonials-wrapper{background:#e0c580;padding:50px 0; color:#ffff;font-family: 'Caveat', cursive;text-align:center;}
.morethan-page-center{max-width:1024px;margin:0 auto !important;float:none !important;}
.morethan-page-center p {color: #4d4d4d;font-size: 24px;font-weight: 100;line-height: 32px;font-style: italic;}
.related-post-item {width: 30%;float: left;margin: 30px 15px;text-align:left;}
.related-post-item h3 {font-size: 22px; line-height:27; font-weight: 200;line-height: 25px;color: #730e22;}
.blog-content-new p {font-family: 'Poppins', sans-serif;font-size: 17px;font-weight: 300;line-height: 25.2px;}
.related-post-item .more-link{cursor: pointer;display: inline-block;font-weight: bold;text-align: center;text-decoration: none;background: rgb(115,14,34);color: rgb(255, 255, 255);text-shadow: 0px -1px rgb(34,4,10);line-height: 1.5em;padding: 6px 18px;border: none;}
.fullwidth-cta{background:#730e22;padding:50px 0;color:#fff;font-family: 'Caveat', cursive;font-size: 35px;font-weight: 400;line-height: 45px;}
.fullwidth-cta p{color:#fff;font-family: 'Caveat', cursive;font-size: 35px;font-weight: 400;line-height: 45px;}

.footer-wrapper{background:#e8e8e5;padding:50px 0;border-bottom:solid 5px #f6f6f6;}
.footer-wrapper h2 {font-size: 20px;text-transform: uppercase;line-height: 26px;margin: 5px 0 0px 0;padding-bottom: 0px;color:#730e22;font-weight: 400;}
.footer-wrapper h3 {font-size: 11px;font-weight: 400;letter-spacing: 1px;line-height: 16px;margin: 0px 0 5px 0;width: 64%;color: #231f20;}
.footer-wrapper p{font-size: 13px;font-weight: 500;}

.hs-button {background: rgb(115,14,34) !important;color: rgb(255, 255, 255);border: none;float: left;border-radius: 0 !important;}
.footer-wrapper label {display: none;}
.footer-wrapper input{border: solid 2px #a6a6a6 !important;margin-bottom: 10px !important;}
.full-width-cta{text-align:right;}

.cta_button:hover {background:#fff !important;color:#730e22 !important;} 

.inner-page-overlay {background: rgba(201,199,190, 0.7);}
.inner-page-body-content {padding-top:4%;padding-bottom:4%;}
.inner-page-body-content h1,h2,h3,h4{color:#69142b;}
.banner-section h1,h2,h3,h4{color:#69142b;}

/*Media Queries*/

@media (max-width:1024px){
    
    .morethan-page-center{padding:0 15px;}
}
@media (max-width:980px){
    .banner-description h2, .welcome-wrapper h2, .why-wrapper h2 {font-size:38px;}
    .page-center, .morethan-page-center{padding:0 15px;}
    .related-post-item{margin:30px 10px;}
}

@media (max-width:640px){
    
.logo, .company-name-slogan, .phone-number{text-align:center;}
.company-name-slogan h3{padding:10px;width:90%}    
.banner-description h2, .welcome-wrapper h2, .why-wrapper h2 {font-size:36px;}
.related-post-item {width: 100%;margin:30px 0;}
.page-center, .morethan-page-center{padding:0 15px;}
.full-width-cta{text-align:center;margin-top:30px;}
}





.custom_post-title h1{font-size:35px !important;}



.post-item-cs .post-header{width:45%; float:left;}
.post-item-cs .post-body{width:45%; float:left;min-height:auto;padding:0 15px;}
.post-item-cs {clear: both;/*box-shadow: 1px 1px 10px 3px #e1e1e1; */margin: 20px 0;display: inline-block;/*padding:15px;*/width:100%;}
/*.post-item-cs:nth-child(2n) .post-header { float: right;} */
.post-item-cs .hs-featured-img {width: 100% !important;height: 280px !important;}

.blog-section .more-link{border-radius: 0;padding: 10px 20px;font-size: 14px;margin-top:10px;display:inline-block;background-color: rgb(115,14,34) !important;}
  .blog-section .more-link {color: #fff;background-color: #f46c10;text-decoration: none;padding: 5px 20px 5px 20px;text-transform: uppercase;border: 1px solid transparent !important;}
.post-item-cs .post-body h2{line-height:24px;margin-top:0px;}.page-heading h1 {margin-bottom: 0;text-align: center;}
.heading-text {max-width: 75%;margin: 0 auto !important;float: none !important;display: block;}
.heading-text p {text-align: center;}
.last-section-cs{background:#fef8f3;padding:50px 0;}
.contact-left-content-cs {max-width: 35% !important;text-align: center;}    
.form-box-cs h3{font-size:26px;margin-top:0;}
.form-box-cs {padding: 40px 40px;}
.hs-blog-social-share-list{float:right;}
.case-study-single-post {
    padding-top:1%;
}
.post-item-cs .post-body.clearfix h2 a {
    font-family: 'Caveat', cursive !important;
    font-size: 32px;
    text-decoration: none;
    color:#730E22;
}
.blog-pagination a.active {
    font-weight: bold;
    color: #69142B;
}
.blog-pagination-center {
    padding: 1% 3%;
    background: #EFEEEB;
   margin-bottom: 2%;
}
.case-study-single-post  img{
    padding:1%;
    
}
a.addthis_button_facebook.at300b {
   border-right: 1px solid #69142B; 
       height: 32px;
}
a.addthis_button_linkedin.at300b {
    border-right: 1px solid #69142B; 
        height: 32px;
}
.single-case-study-header span{
    color:#730E22 !important;
}
.hs-featured-image-wrapper-cs a {
    display: block;
    padding-top: 270px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    /*background-size: cover !important; */
    background-size: 100% !important;
}

.single-case-study-right-image {
    box-shadow: 0 0 15px 0 rgba(15, 16, 15, 0.29);
    margin-bottom: 25px;
    
    padding: 1%;
    width: auto;
}
.side-bar-heading-bg h2{
       margin-top: 5px;
}
.side-bar-heading-bg {
     background: rgba(201,199,190, 0.3);
     text-align:center;
}
.featured-image-wrapper {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    overflow: hidden;
    padding-top: 170px;
}
span.at-icon-wrapper {
    background-color:transparent !important;
}
.social-right-block span.at-icon-wrapper {
    background: transparent !important;
}
.social-right-block .at-icon  {
    fill: #69142b !important;
}
.social-wrapper-single-post {
    width:100%;
    display:inline-block;
    background: rgba(201,199,190, 0.3);
    height: 30px;
    padding: 1% 3%;
}
.social-left-block {
    width:10%;
    float:left;
    color:#69142b;
    font-family: 'Caveat', cursive;
    font-size:30px;
}
.social-right-block {
    width:48%;
    float:left;
}

/***** Mat's CSS *****/

.service-call-out{
    max-width:300px;
    float:right;
    padding:30px 20px;
    margin:20px;
    background:#E5E5E1;
    text-align:center;
}

.equal-heights > .row-fluid-wrapper > .row-fluid {
  display: flex !important;
  flex-wrap: wrap !important;
}

.cta_button {
 margin-top:20px;
 margin-bottom:20px;
}
}