
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700'); /*font-family: 'Roboto', sans-serif;*/
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.css');


@font-face {font-family: "Courier New";
  src: url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.eot"); /* IE9*/
  src: url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.woff2") format("woff2"), /* chrome?firefox */
  url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.woff") format("woff"), /* chrome?firefox */
  url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.svg#Courier New") format("svg"); /* iOS 4.1- */
}

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

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

/* Embed Container (iFrame, Object, Embed) */
.container-fluid{
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.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-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) {
    
    .bx-viewport{
        height: 325px;
        margin-left: -26px;
    }
    .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: 1.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;
    }
    
    .testimonial-copy{
        padding: 0 10px 0 10px;
    }
}

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

body {
  background: #fff;
  color: #313131;
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 200;
  margin:0 !important;
  padding:0 !important;
}


b, strong {
    font-weight: bold;
}

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1175px;
  margin: 0 auto;
}
.page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto !important;
  float:none !important;
}
a { 
    transition: all 0.2s ease-in 0s;
    text-decoration: none;
    font: 300 14px/1.8em 'Roboto', sans-serif;
    color: #1DA1D8; 
}

.body-container-wrapper a {
    font-size: 1em;
}

/* 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: #101114;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25.2px;
}
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: #d75150;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 55px;
	margin: 15px 0;
}
h2 {
	font-size: 30px;
	/*font-weight: 600;
	letter-spacing: -4.95px;*/
	text-transform: uppercase;
	line-height: 36px;
	margin: 15px 0 5px;
	padding-bottom: 0px;
	font-weight: 400;
}
h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 27px;
	margin: 15px 0 5px; 
}
h4 {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.45px;
	line-height: 24px;
	margin: 12px 0 5px;
	text-transform: uppercase;
}
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 {}
li {}
.hs-blog-listing .blog-content ul, .main-content ul, .sidebar ul {
    margin: 0px 0px 25px 20px;  
    padding: 0;
}
.hs-blog-listing .blog-content ul li, .main-content ul li, .sidebar ul li {
    list-style: circle !important;
    list-style-position: outside;    
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

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

/* 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; */
}
.contact-form form .input .hs-input::-webkit-input-placeholder { /* Webkit Browsers */
   color: #fff;
   opacity: 1;
}
.contact-form form .input .hs-input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}
.contact-form form .input .hs-input::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}
.contact-form form .input .hs-input:-ms-input-placeholder { /* IE10 */
   color: #fff;
   opacity: 1;
}


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

.body-container {margin-bottom: 20px;}

#main-content.body-container-wrapper { margin:0;}
.body-container-wrapper { margin:35px 0 20px 0;}


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

.header-wrapper{padding:3% 0 2% 0;}
.logo {padding-top: 15px;}

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

.banner-title-outer .heading-only {text-align:left;}

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



/* ==========================================================================
   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: 103%;
}

/*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: 'Roboto', sans-serif;
	color: #4d585a;
	text-decoration: none;
	line-height:17px;
	border: solid 1px #ffffff;
	padding: 10px 10px !important;
    white-space: normal !important;
    text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper li .hs-menu-children-wrapper a {
    max-width: 300px !important;
}

/*h2:hover{*/
/*    color:red;*/
/*}*/

/*Hover state for top level links*/
.custom-menu-primary .hs-menu-wrapper li:hover a, .hs-menu-item.hs-menu-depth-1 .active {
	border: solid 1px #19c589;
	border-color: #4e5758;
}
/*.hs-menu-item.hs-menu-depth-1 .active {
    border: solid 1px #000;
}*/
/*Style for dropdown links*/
.custom-menu-primary .hs-menu-wrapper li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	/*height: 40px;*/
	line-height: 1.5;
}

/*Hover state for dropdown links*/
.custom-menu-primary .hs-menu-wrapper li:hover ul a:hover {
	background: #1f275c;
	opacity: 0.9;
	color: #fff;
}

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

/*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: 10px;
	background:#fff !important;
}
.custom-menu-primary .hs-menu-wrapper li ul li a:hover {background:#1f275c !important;}
/*Display the dropdown on hover*/
.custom-menu-primary .hs-menu-wrapper ul li a:hover + .hidden, .hidden:hover {
	display: block;
}



/* ==========================================================================
        MOBILE MEDIA QUERIES
   ========================================================================== */

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

.testimonials-desc {
    padding: 0 10px 0 10px;
}

}
@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-group> select> option {
background-color: #9ca1a8 !important;
color: white !important;
height: 45px !important;
}

.form-group input {
    background-color: #9ca1a8 !important;
}

select.form-control {
    background-color: #9ca1a8 !important;
}

textarea.form-control {
    background-color: #9ca1a8 !important;
}

/* Form Field */
body .hs-form-field {}
.submission-form h3 {
    color: #fff;
    text-align: center;
    }
.hs-form-field label {
  color: #000;
  font-family: 'Roboto', 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: #ffffff !important;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  margin: 20px 10px 0 0;
  padding: 10px 15px;  
  border: none;
  float: none;
  background:#9ca1a8;
  font-family: 'Roboto', sans-serif!important;
  height: 45px;
  font-weight: 400;
}

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

.hs_submit {float: left;width: 98.5%;}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  -webkit-appearance: none;
   display: inline-block;
  padding: 15px 0px;
  margin: 20px 0;
  font-size: 16px !important;
  line-height: 1 ;
  border: none;
  cursor: pointer !important;
  text-decoration: none !important;
  background-color: #d85050;
  color: #ffffff;
  border-radius: 0px;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
}
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%;display:flex;}

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





/* ==========================================================================
   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:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover a {
    border-bottom: 0;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover li:last-child {
    border-bottom: 1px solid #4e5758;
}

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

@media screen and (min-width: 768px) {
    .author-des{
       margin-right:135px; 
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        width: 230px;
    }
    
    .single-post-hero {
    height: 450px;
    display: table-cell;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        width: 230px;
    }
    
     .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
}
    .single-post-hero-wrapper{
    display: table;
    width: 100%;
    }


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

.custom-menu-primary .hs-menu-wrapper > ul > li a, .custom-menu-primary .hs-menu-wrapper li:nth-child(2) a {font-size: 15px !important;line-height: 25px !important;max-width: 100% !important;border:none !important;}
.custom-menu-primary .hs-menu-wrapper > ul > li a:hover {border:none !important;}


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#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 #da5d5b;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #da5d5b; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #da5d5b; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #da5d5b; 
    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: #da5d5b; /* 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: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: 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:#da5d5b; /* 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{
     background:#d35b59;
    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: white;
    border-bottom: 1px dotted red;
  }
  .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);*/background: rgba(219,63,62, 0.85);padding: 6% 3% 2.9% 6.7%;display: flex !important;align-items: center;}
.banner-title-wrapper h1{font-family: 'Roboto', sans-serif;color: #ffffff;font-weight: 100;letter-spacing: 0.1px;font-size: 63px;line-height: 65px;margin: -36px 10px; padding-bottom:50px;}
.innerbanner-title-wrapper{padding: 3% 6% 3% 0%;}
.innerbanner-title-wrapper h1{color: #ffffff;font-weight: 100;letter-spacing: 0px;}
.content-area, .content-area p{
    text-align:center;max-width:800px;margin:0 auto !important; float:none !important;font-size: 24px;padding: 1% 0 2.5% 0;line-height: 35px;
    padding-top: 15px;
    padding-bottom: 45px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}
.stakeholders-wrapper{background:#d75150;margin-top: 2.5%;}
.video-section{text-align:center;padding: 5% 0;}
.video-section h3{font-weight:100;font-size: 24px;color: #d75150;font-family: 'Roboto', sans-serif;}

.shadow.home-custom-banner, .custom-bg-color{position: relative;}
.shadow.home-custom-banner:before,
.shadow.home-custom-banner:after,
.shadow.custom-bg-color:before,
.shadow.custom-bg-color:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0px;
  width: 50%;
  top: 80%;
  max-width:600px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.shadow.home-custom-banner:after,
.shadow.custom-bg-color:after
{
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  right: 1px;
  left: auto;
}
.blog-listing-wrapper {max-width: 100%; margin: 0 auto !important;float: none !important;padding: 5% 0; width: 100%;}
.blog-listing-wrapper .the-blog, .blog-listing-wrapper .blog-news{background:#f3f4f4;}
.blog-listing-wrapper .the-blog h3{background:#d65050;color:#fff !important;text-align:center;font-size: 30px;font-weight: 300;line-height: 40px;padding: 15px 0;margin:0;}
.blog-listing-wrapper .the-blog .feedreader_box,
.blog-listing-wrapper .blog-news .feedreader_box{padding:15px;}
.hs-rss-item {border-bottom:solid 1px #cdcdcd;}
.hs-rss-title{font-size: 22px;font-weight: bold;line-height: 25px;}
.hs-rss-byline {font-size: 12px !important;}
.hs-rss-description a {display: block !important;margin-top: 10px;font-size: 12px !important;color:#d65050 !important;}
.hs-rss-description, .hs-rss-description p {margin-top: 0;line-height: 20px;color: #101114;font-family: 'Roboto', sans-serif;font-size: 14px;font-weight: 300;}
.news-events-wrapper {height: 450px !important;overflow-y: scroll;display: block !important;}

.blog-listing-wrapper .blog-news h3{background:#1f275c;color:#fff !important;text-align:center;font-size: 30px;font-weight: 300;line-height: 40px;padding: 15px 0;margin:0;}
/*.blog-listing-wrapper .blog-news .hs-rss-item {border-bottom:none;}*/


.hs-rss-description {padding-bottom: 15px;border-bottom: solid 1px #cdcdcd;}
.hs-rss-item-text {padding: 15px;}


.custom-bg-color .banner-title-wrapper{padding: 5% 0%;}
.footer-text {font-size: 12px;text-align: center;border-bottom:solid 1px #000;padding-bottom:10px; font-weight: 400;}
.footer-menu-wrapper .footer-primary .hs-menu-wrapper ul{text-align: left;padding: 20px 0; display: block; float: none; width: 730px; max-width: 100%; margin: auto;position: relative;z-index: 100;}

/*Style for menu links*/
.footer-menu-wrapper .footer-primary .hs-menu-wrapper a {
    box-sizing: content-box;
    display:block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #4d585a;
    text-decoration: none;
    line-height:17px;
    border: solid 1px #ffffff;
    padding: 10px !important;
    white-space: normal !important;
    max-width: 96px !important;
    text-transform: capitalize;    
}
    
/*.footer-menu-wrapper .footer-primary .hs-menu-wrapper li:nth-child(2) a {max-width: 95px !important;}*/

/*Hover state for top level links*/
.footer-menu-wrapper .footer-primary .hs-menu-wrapper li:hover a{border: solid 1px #19c589; border-color: #4e5758;}



.footer-bottom{background-color:#9ca0a8;color:#fff;}
.footer-bottom p{color:#fff;}
.copyright-text{margin:12px 0;font-size: 16px;width: 50% !important;}
.contact-us-link {margin:12px 0;font-size:14px;text-align:center;margin-left: 0px !important;width: 10% !important;}
.contact-us-link a{color:#ffffff;text-decoration:none;font-size:14px !important;}
.footer-seprator {width: 10% !important;}

.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:27px;font-family: 'Roboto', sans-serif;line-height:40px;position:relative;}
.testimonials-desc::before {content: url('/Images/Static/open.png');position: relative;left: -15px;}
.testimonials-desc::after {content: url('/Images/Static/close.png');position: relative;right: -15px;}
.author-des {text-align: right;font-style: italic;}

/*.testimonials-desc span {font-size: 40px;font-weight: 700;}
.testimonials-desc span.open {background: url(/Images/Static/open.png);background-repeat: no-repeat;width: 19px;height: 36px;display: inline-block;background-position: center 13px;margin-right: 6px;}
.testimonials-desc span.close {background: url(/Images/Static/close.png);background-repeat: no-repeat;width: 19px;height: 36px;display: inline-block;background-position: center 13px;margin-left: 6px;}
*/

.stakeholders-heading h2{color:#ffffff;text-align:center;text-transform: none;margin-bottom: 30px;margin-top: 30px; font-weight: 400;}
.stakeholders-box {max-width: 25%;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 p {color: #fff;font-weight: 100;text-transform: none;font-size: 135px;line-height:145px;margin: 15px 0;}
.specialty-wrapper h3 {color: #fff;font-size:22px;}
.specialty-wrapper .desc{max-width:67% !important; margin:0 auto !important;float:none !important;}
.specialty-wrapper .desc p{color:#fff;font-size:20px;line-height:25px;}
.map-heading h2{
    text-align:center;color:#4d5857;font-weight:100;font-size:45px;text-transform: none;margin-top: 30px;margin-bottom: 30px;line-height: 50px;
    padding-top: 15px; margin-bottom: 10px;
}

.desc ul {padding-left: 20px;}
.offers-wrapper{padding:3% 0;}
.offer-wrapper{display:inline-block;width:100%;margin-bottom: 15px;}
.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:#159fda;}
.grey{background:#a8a9b0;}
.maroon{background:#d65050;}
.darkblue{background:#1f275c;}
.grey{background:#9ca0a8;}
.white{background:#ffffff;}

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

.about-box{ min-height: 21em !important;}

.bold-text {font-weight: bold!important;}

.padding20{padding:3% 0;}
.banner-title-outer{min-height: 140px !important;}
.banner-title-outer h1{    color: #ffffff;font-weight: 100;letter-spacing: 0px;line-height: 60px;font-family: 'Roboto', sans-serif;font-size: 63px;margin-bottom: 2px; }
.slider-desc{color:#fff;font-size: 26px;font-weight: 100;line-height: 40px;max-width:70%;margin-top: 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;}
.acentrus-participation .desc{max-width:85% !important; margin:0 auto !important;float:none !important;}
.right-desc{line-height: 25px;font-size: 18px;}
.right-desc li{margin-bottom:15px;}

.blue .specialty-wrapper .desc {max-width: 900px !important;margin: 0 auto !important;float: none !important;font-size: 24px; color:#fff;}
.map-background{margin:1% 0;}
.data-to-manufacturers{max-width: 900px !important;margin: 0 auto !important;float: none !important;font-size: 20px;}

.manufacturers{padding-bottom:2%;}
.manufacturers h2{margin: 4% 0;}
.manufacturers h3{margin-top: 0px;}
.manufacturers, .manufacturers p {color: #101114;font-family: 'Roboto', sans-serif;font-size: 20px;font-weight: 300;line-height: 28px;margin-top: 0px;}

.acentrus-clients-wrapper {width: 100%;display: inline-block;}
.acentrus-clients {max-width: 25%;float: left;padding: 0 8px;border-left: solid 1px #9ca1a8; border-color: #9da0a7;}
.acentrus-clients .number {color: #fff;width: 100px;height: 100px;text-align: center;border-radius: 50%;float: left;padding: 34px 0px;vertical-align: middle;font-size: 33px;}
.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: 0px;font-size: 63px;line-height: 72px;}
.about-title-desc{color:#fff;padding: 0% 0% 3% 6.7%;font-size:26px;}
.about-right-title{color:#000;padding: 15% 0% 0% 0%;text-align:center;font-family:"Courier New" !important;}
.about-right-title h1{color: #000;font-weight: 100;letter-spacing: 0px;font-size: 63px;line-height: 72px;font-family:"Courier New" !important;}
.banner-cta{margin-top:21%;text-align:left;}
.custom-cta {
    padding: 10px 30px;text-align: center;border: solid 2px #cad9e8;color: #fff;font-size: 16px;background: rgba(33,47,102,0.5);display: inline-block;
    border-color: #FFF;
    background: rgba(32,40,93,0.59);
}
.custom-cta:hover {background: rgba(33,47,102,0.8);color: #fff;}

.about-box {padding: 3%;}
.about-box h2 {color: #fff;font-weight: 400;font-size: 23px;margin: 0; padding-bottom: 10px !important;}
.about-box p {color: #fff;margin: 0;font-size:19px;}

.about-content{text-align:center;max-width:800px;margin:0 auto !important; float:none !important;font-size: 24px;line-height: 35px;}
.about-content p{text-align:center;max-width:800px;margin:0 auto !important; float:none !important;font-size: 24px;padding: 5% 0 0% 0;line-height: 35px;}
.ab-fo-tit, .ab-fo-tit p{text-align:center;font-size:24px;line-height:35px;}

.custom-headding{text-align:center;color:#4d5857;font-weight:100;font-size:35px;text-transform: none;/*margin-top: 30px;*/}
.contact-us-wrapper{padding: 14% 3% 14% 6.7%;}
.contact-form-wrapper{background-color:#f3f4f4;padding: 1% 0 5% 0;margin-bottom: 20px;}
.contact-form-wrapper .contact-form h3{text-align:center;color:#4d5857;font-weight:100;font-size:35px;text-transform: none;margin-top: 30px;margin-bottom: 25px;}
.contact-form-wrapper .contact-form{margin: 0 auto !important;max-width: 800px !important;float: none;}
.contact-form-wrapper .contact-form .hs-form {max-width: 600px !important;margin: 0 auto;}
.contact-form-wrapper .contact-form fieldset{max-width: 600px !important;}
.contact-form form .input textarea{height:215px;}
.bottom-map{padding:3% 0 5% 0;}

.contact-form-wrapper .contact-form .hs-form label {display:none;}
.contact-form-wrapper .contact-form .hs-form .hs-error-msgs label{display:block !important;}


.blog-section h1,  .blog-section h2, .blog-section h3, .blog-section h4{color:#4d5857;font-weight:normal;text-transform: none;margin-top: 30px;margin-bottom: 25px;letter-spacing: 0px;}
.post-header h2, .post-header h2 a{color:#4d5857;font-weight:100;text-transform: none;margin-top: 30px;margin-bottom: 25px;letter-spacing: 0px;font-size:50px;line-height: 55px;}
img.featured-img {float: right;margin-left:20px;margin-bottom:20px;}
.blog-form-wrapper h3{text-align:center;color:#4d5857;font-weight:100;font-size:35px;text-transform: none;margin-top: 30px;margin-bottom: 25px;}
/*.post-title, .post-title h1, .author-link{color: #ffffff;font-weight: 100;letter-spacing: 0px;}*/
/*.hubspot-editable .author-link{color: #d65050;font-weight: 100;letter-spacing: 0px;}*/
.author-link{font-size:12px;font-weight:400 !important;font-family:'Roboto', sans-serif; color: red!important; text-transform: uppercase;}
.hs-featured-image-wrapper img {max-width: 350px;}


/* Content Slider*/
.full-overlay h1 {margin-bottom: 0;}
.full-overlay p {line-height: 25px;}
.bx-wrapper {position: relative;margin: 6% auto 12%;padding: 0;*zoom: 1;-ms-touch-action: pan-y;touch-action: pan-y; margin-bottom: 50px;}
.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: 'Roboto', sans-serif, 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: #fff; 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) {
.pricing-page .parallax-banner-hero .page-center {padding: 35px 15px;}
.banner-title-wrapper h1{font-size:30px;text-align:center;}
.home-custom-banner {background-size: cover;background-position: top right;}
.banner-cta {margin-top: 30%;text-align: center;}
.content-area{padding:1% 10px 2.5% 10px;}
.testimonials-desc::before {left: 0px;}
.custom-menu-primary .hs-menu-wrapper li a {padding:10px !important;}

}

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

@media (max-width:980px){
    
    .custom-menu-primary{width: 100% !important;margin: 15px 0 15px 0 !important;}
    .logo{width: 100% !important;text-align: center !important;}
    .custom-menu-primary .hs-menu-wrapper ul {text-align: center;}
    ..banner-title-wrapper h1{font-size:38px;}
    .page-center {padding:0 10px;}
    .slider-desc {color: #fff;font-size: 26px;font-weight: 100;line-height: 30px;max-width: 100%;text-align: left;}
    .banner-title-outer {min-height: auto !important;text-align: left;}
    .contact-form-wrapper {padding: 1% 10px 5% 10px;}
    .contact-form-wrapper .contact-form h3 {line-height: 40px;}
    .acentrus-clients {padding: 0 10px;text-align: center !important;}
    .acentrus-clients .number {width: 100%;height: 100%;padding: 50px 0px;}
    .acentrus-clients .title {width: 100%;}
}

@media (max-width:650px){
    .testimonial-reference{text-align: center;}
    .logo {width: 80% !important;padding-left: 10px;}
    .custom-menu-primary.js-enabled {padding-top: 0px;}
    .mobile-trigger {top: -37px;}
    .padding20 {padding: 3% 0 10% 0;}
    .page-center {padding:0 10px;}
    .home-custom-banner {background-size: cover;background-position: top right;}
    .banner-title-wrapper{background:none;}
    .banner-title-wrapper h1{font-size:30px;text-align:center;line-height:35px;margin-top:10px;}
    .overlay{background: rgba(219,63,62, 0.85);}
    .banner-cta {margin-top: 0%;text-align: center;margin-bottom:20px;}
    .slider-right-image img {width: 30% !important;margin-top: 30px;}
    .banner-title-outer {width: 100% !important;text-align: center;min-height: auto !important;}
    .slider-desc {color: #fff;font-size: 26px;font-weight: 100;line-height: 30px;max-width: 100%;text-align: center;}
    .contact-form-wrapper {padding: 1% 10px 5% 10px;}
    .contact-form-wrapper .contact-form h3 {line-height: 40px;}
    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{margin: 20px 0px 0 0;}
    .hs_submit {float: left;width: 100%;}
    .footer-menu-wrapper {padding: 0 10px;}
    .footer-menu-wrapper .footer-primary .hs-menu-wrapper a, .footer-menu-wrapper .footer-primary .hs-menu-wrapper li:nth-child(2) a{max-width:100% !important;text-align: center;}
    .copyright-text, .contact-us-link {width: 100% !important;text-align: center;}
    .footer-seprator {width: 33% !important;float: left !important;text-align: center;}
    .map-heading h2{font-size:30px;line-height:40px;}
    .offer-wrapper .offer {width: 100%;float: left;color: #ffffff;text-align: center;padding-right: 0px;}
    .offer-wrapper .desc {width: 100%;float: left;padding-left: 0px;border-bottom: none;text-align: center;}
    .data-to-manufacturers img {max-width: 50px;margin-bottom: 20px;}
    .bottom-image{text-align: center;}
    .bottom-image img{max-width: 80%;text-align: center;}
    .testimonial-copy{padding: 0 10px 0 10px;}
    .acentrus-clients {max-width: 22%;float: left;padding: 0;border-left: solid 1px #9ca1a8;border-color: #9da0a7;width: 22%;}
.acentrus-clients .number {width: 130px;margin: 0 auto !important;float: none !important;}
.acentrus-clients .title h3 {line-height: 25px;margin: 2% 0;font-size: 20px;}
.acentrus-clients .icons {margin-bottom: 40px;}
    
}
@media (max-width:480px){

.stakeholders-box {max-width: 100%;float: left;text-align: center;margin-top: 25px;padding: 0 2.5%;}
.acentrus-clients {max-width: 100%;float: left;padding: 0;border-left: solid 1px #9ca1a8;border-color: #9da0a7;width: 100%;}
.acentrus-clients .number {width: 130px;margin: 0 auto !important;float: none !important;}
.acentrus-clients .title h3 {line-height: 25px;margin: 2% 0;font-size: 20px;}
.acentrus-clients .icons {margin-bottom: 40px;}


}

/* New Styles */
.spanned-list li {
    font-size: 12px;
    padding-left: 4px;
}
.spanned-list li span {
    font-size: 20px;
    position: relative;
    top: 3px;
}
#hs_cos_wrapper_module_1495549141957338 p {
    font-weight: 200;
}
.specialty-wrapper h3 {
    font-weight: 300;
}
.offer-wrapper .desc  {
    margin-top: -1px;
}
#hs_cos_wrapper_module_1496232870192416 div:last-child {
    margin-bottom: 30px;
}
/*#hs_cos_wrapper_module_1495550807387405 img {
    margin-top: -20px;
}*/
.speciality-wrapper {
    padding: 0 0 55px 0!important;
}
.data-to-manufacturers .span1 {
   position: relative;
   left: -12px;
}
#hs_cos_wrapper_module_1496237616737625 .spanned-list {
    margin-left: -10px;
    margin-top: 0px;
}/*
.maroon-color, .maroon {
    color: #d65050;
}*/
.acentrus-clients .number {
    color: #FFF!important;
}
.maroon-color, .maroon li {
    color: #FFF;
}

@media (min-width: 768px) {
    .bx-viewport {height: 170px !important;}
    .custom-menu-primary .hs-menu-wrapper > ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    }
    
    .testimonial-reference{
        text-align: right;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;      
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        border-left: 1px solid #CDCDCD;
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 981px) {
    .custom-menu-primary .hs-menu-wrapper > ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    body.dreampack-01-blog.hs-blog-post .single-post-hero {
    background-attachment: fixed !important;}
}

.footer-container {
    line-height: 1.875;
}

/* Events */
.dreampack-01-blog.events-listing .post-item-inner .post-date {
	display: inline-block;
}

.no-events {
	padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}

.body-container-wrapper .blog-news h3 a:hover {
    text-decoration: underline;
}
.body-container-wrapper .blog-news h3 a {
    font-size: 30px;
    line-height: 1;
    color: inherit;
}

.c-hero{
        align-items: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    height: 385px;
    position: relative;
}

.c-hero_content {
    margin: auto;
    max-width: 768px;
    padding: 50px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
    
.c-hero_headline {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 55px;
    margin: 15px 0;
}

.single-post-hero::before {
    background: rgba(0,0,0,.25);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

 .events-more-link {
	color: #d65050 !important;
  font-size: 12px !important;
  display: inline-block !important;
  margin-top: 10px !important;
}

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

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


.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_wrapper_type_text{
    word-wrap: break-word;
        color: #ffffff;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 55px;
    margin: 15px 0;
}

/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700'); /*font-family: 'Roboto', sans-serif;
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0/css/font-awesome.css');


@font-face {font-family: "Courier New";
  src: url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.eot"); /* IE9
  src: url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 
  url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.woff2") format("woff2"), /* chrome?firefox 
  url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.woff") format("woff"), /* chrome?firefox 
  url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+
  url("/prebuilt/fonts/72c75860d89e91a517dfb1e7d308c180.svg#Courier New") format("svg"); /* iOS 4.1- 
}

.hs-blog-listing .blog-content ul, .main-content ul, .sidebar ul {
    margin: 0px 0px 25px 20px;  
    padding: 0;
}
.hs-blog-listing .blog-content ul li, .main-content ul li, .sidebar ul li {
    list-style: circle !important;
    list-style-position: outside;    
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* 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; */
}
.contact-form form .input .hs-input::-webkit-input-placeholder { /* Webkit Browsers */
   color: #fff;
   opacity: 1;
}
.contact-form form .input .hs-input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   opacity: 1;
}
.contact-form form .input .hs-input::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
   opacity: 1;
}
.contact-form form .input .hs-input:-ms-input-placeholder { /* IE10 */
   color: #fff;
   opacity: 1;
}


.body-container-wrapper { margin:35px 0 20px 0;}


.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover a {
    border-bottom: 0;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover li:last-child {
    border-bottom: 1px solid #4e5758;
}

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

/*@media screen and (min-width: 768px) {*/
/*    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {*/
/*        width: 230px;*/
/*    }*/
/*}*/

/* 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-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){

.custom-menu-primary .hs-menu-wrapper > ul > li a, .custom-menu-primary .hs-menu-wrapper li:nth-child(2) a {font-size: 15px !important;line-height: 25px !important;max-width: 100% !important;border:none !important;}
.custom-menu-primary .hs-menu-wrapper > ul > li a:hover {border:none !important;}
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: 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:#da5d5b; /* 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{
     background:#d35b59;
    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-headding{text-align:center;color:#4d5857;font-weight:100;font-size:35px;text-transform: none;/*margin-top: 30px;*/}


body{
    padding:0;
    font-size: 20px ;
    font-weight: 200;
    line-height: 1.4;
    overflow-x:hidden;
    /*-webkit-font-smoothing: antialiased;*/
    width:100%;
    background: #fff ;
    font-family:'Roboto', sans-serif;
    margin:0 auto;;
}

.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}


h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;
}

h1,h2,h3,h4,h5,h6{
    color:#45474d;
    font-weight: 400;
}

.body-container-wrapper ul,.body-container-wrapper li{
    margin-bottom:15px;
}

a {
    color: #1da1d8;
    margin-bottom:0;
}

h1{
    font-size: 44px;
    font-weight: 300;
    letter-spacing: .2px;
    margin-bottom: 10px;
}

h2{
    font-size: 36px;
    font-weight: 300;
}

h3{
    font-size: 28px;
    font-weight: 400;
}

h4{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

h6{
    font-size:12px;
    font-weight:600;
}

p, .body-container-wrapper li {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .2px;
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    list-style:none;
    margin:20px 0;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:20px;    
}

.body-container-wrapper li{
    position:relative;
    margin-left:22px;
    margin-bottom:0;
}


.body-container-wrapper li:before{
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    left: -20px;
    width: 8px;
    height: 8px;
    background: #D75150;
    border-radius: 50%;
    top: 10px;
}


.body-container-wrapper ol li:before{
    display:none;
}

.no-list-style li ul{
    margin:0;
    padding:0;
}

.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}

.body-container-wrapper a{
    color:#1da1d8;    
}

blockquote{
    margin: 0;
    font-size: 22px;
    color: #D75150;
    text-align: center;
    font-weight: 600;
    padding: 20px 50px;
    border-left: 3px solid #D75150;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    position:relative;
}

blockquote:before{
    position: absolute;
    content: '';
    left: 50px;
    top: 10px;
    background: url(/Images/Static/A6D95550-9432-4D7A-B13B-5AB4E2E9B743.png) no-repeat;
    width: 30px;
    height: 30px;
}

.body-container-wrapper .widget-type-cta{
    margin-top:15px;
}

body a.cta_button[title],
body .container-fluid .row-fluid .hs-button{    
    font-size: 14px;
    line-height: 18px;
    padding:16px 50px;
    font-weight: 400;
    cursor: pointer;
    font-family:'Roboto', sans-serif;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color:#fff;
    border-radius:8px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border:0;
}

body a.cta_button{
    padding:0;
    border:none;
    background:transparent;
}

body .green-cta a.cta_button,
body .container-fluid .green-cta .row-fluid .hs-button{    
    background:#56c209;   
}

.simple-cta a.cta_button{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color: #fff;
}

.simple-cta a:after{
    content:'→';
    font-family: FontAwesome;
    padding-left: 6px;
}   

.transparent-cta a.cta_button{
    background:transparent;
    color:#fff;
    border:1px solid #fff;
}

.white-cta a.cta_button{
    background:#fff;
    color:#000;
    border:1px solid #fff;
}

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

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

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

.float-left{
    float:left;
}

.float-right{
    float:right;
}


.heading p{
    font-size:18px;
    font-weight:300;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.gray-bg{
    background:#fafafa;
}

.white-form .row-fluid form .field>label,
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:#D75150;
}

body .container-fluid .row-fluid [class*="span"]{
    min-height:0;
}

.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}

.section-bg .bg-image{
    display:none!important;
}

.section-border{
    border-bottom:1px solid #e7e7e7;
}

.section-padding {
    padding: 90px 0;
}



@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}     
}

.padding-top-zero{
    padding-top:0;
}

.padding-bottom-zero{
    padding-bottom:0;
}


@media (min-width:768px) and (max-width:1024px){

.row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 14px;
    line-height: 18px;
}

h6{
    font-size:12px;
}

.heading p{
    font-size:18px;
}

}


@media (max-width:767px){

.row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 14px;
    line-height: 18px;
}

h6{
    font-size:12px;
}

.section-padding {
    padding: 60px 0;
}

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

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

p,
.body-container-wrapper li{
    font-size:14px;
}

.heading p{
    font-size:16px;
}

.left-col,.right-col{
    padding:20px 0;
}

.change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

}


@media (max-width:480px){
    
.body-container-wrapper a.cta_button[title], body .container-fluid .row-fluid .hs-button {
    padding-left:0;
    padding-right:0;
    width:100%;
}

.body-container-wrapper .simple-cta a.cta_button{
    width:auto;
}}


body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}




@media (max-width:767px){
  
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 20px auto 0;
    float: none;
}   
}


body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
}




@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}


::-webkit-input-placeholder {
   color: #f4f5f5; /*#D75150*/
}

:-moz-placeholder {
   color: #D75150;
}

::-moz-placeholder {  
   color: #D75150;
}

:-ms-input-placeholder {  
   color: #D75150;
}

select::-ms-expand {
    display: none;
}



.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 47px;
    font-family:'Roboto', sans-serif;
    color:#D75150;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 3px;
    background: #fff;
    padding: 10px 20px;
    font-weight: 400;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.dreampack-01-blog .row-fluid form input {
  background:#9ca1a8;
}

.row-fluid  form textarea{
    height:130px;    
}

.row-fluid  form select{
    color: #989898;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #D75150;
    color:#D75150;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    margin-top: 16px;
}

.row-fluid form .hs_submit .actions{
    text-align:center; /* 12/06/18 was // CTA Button Alignment  */
}

.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 30px;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}


.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #fff url(/Images/Static/Select%20Arrow.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}


.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid #D75150;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #D75150;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}



@media (max-width:480px){

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 .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}
}


/* Override max width on menu links */
.custom-menu-primary-container .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-container .hs-menu-wrapper { 
          display:block !important;
      }
  }


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


.dreampack-free-blog .post-item-inner {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    padding: 20px;
    border: 2px solid transparent;
    transition: all ease-in-out .3s;
    background:#fff;
}

.dreampack-free-blog .post-item .feature-bg {
    height: 199px;
}

body .dreampack-free-blog ul.topic-list {
    margin: 8px 0 0;
}

body .dreampack-free-blog .topic-list li {
    display: none;
    margin-left: 0;
    margin-bottom:8px;
}

.dreampack-free-blog .post-item:hover .post-item-inner {
    border: dashed 2px #3197d6;
}

body .dreampack-free-blog .topic-list li a {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1.7px;
    color: #3197d6;
    text-transform: uppercase;
    font-weight: bold;
}

body .dreampack-free-blog .topic-list li:first-child {
    display: inline-block;
}

.dreampack-free-blog .post-item h2, .dreampack-free-blog .post-item h2 a {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #45474d;
    font-weight: 400;
    margin: 0 0 9px;
}

.dreampack-free-blog .post-item p, .dreampack-free-blog .post-item h4 {
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: left;
}

body .container-fluid .row-fluid .dreampack-free-blog .subscribe-grp {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-left: 0;
    min-height: 362px;
}

.dreampack-free-blog .subscribe-grp h3 {
    font-size: 20px;
    letter-spacing: 0.3px;
    padding-top: 19px;
    margin-bottom:0;
}

.dreampack-free-blog .subscribe-grp form{
    margin-top:30px;
    text-align:left;
}

.dreampack-free-blog .subscribe-grp form .input input{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.dreampack-free-blog form .hs-error-msgs li {
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
    text-align: left;
}

.dreampack-free-blog .subscribe-grp form .field>label{
    display:none;
}

.dreampack-free-blog .subscribe-grp form .hs-button.primary {
    height: auto;
    margin-top: 8px;
}


.dreampack-free-blog .subscribe-grp ::-webkit-input-placeholder {
   color:#a8afb6;
}
.dreampack-01-blog form#hsForm_4b5ce04c-b914-4320-96e6-9c284564a077_3013 ::-webkit-input-placeholder {
   color:#f4f5f5;
}


.dreampack-free-blog .subscribe-grp :-moz-placeholder {
   color:#a8afb6;
}

.dreampack-free-blog .subscribe-grp ::-moz-placeholder {  
   color:#a8afb6;
}

.dreampack-free-blog .subscribe-grp :-ms-input-placeholder {  
   color:#a8afb6;
}


@media (max-width:767px){
    
.dreampack-free-blog .post-item-inner,
body .container-fluid .row-fluid .dreampack-free-blog .subscribe-grp{
    margin-top:20px;
} 
    
}

.only-on-listing-page,
.only-on-post-page{
    display:none!important;
}

.hs-blog-listing .only-on-listing-page,
.hs-blog-post .only-on-post-page{
    display:block!important;
}


.dreampack-01-blog .blog-section h1{
        margin-bottom: 33px;
}

.dreampack-01-blog .blog-body-container{
    padding:70px 0;
}

.dreampack-01-blog .post-item {
  margin-bottom: 30px;
  
}

.dreampack-01-blog .post-item-inner{
    height:100%;
    background:#fff;
    transition:all .4s ease-in-out;
    padding:12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
}

.dreampack-01-blog .post-item-inner:hover{
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.21);
}

.dreampack-01-blog .post-item-inner .post-date{
    font-size: 11px;
    letter-spacing: 1px;    
    display:none;
}

.dreampack-01-blog .post-item-inner .post-data-container {
    padding:10px 0;
    position:relative;
    z-index:1;
}

.dreampack-01-blog .post-item .feature-bg{
    height:199px;
}

body.dreampack-01-blog  ul.topic-list{
    margin-bottom:14px;
}


body.dreampack-01-blog  .topic-list li{
    margin-left: 0;
}

body.dreampack-01-blog  .topic-list li:first-child{
    display:inline-block;
}


.dreampack-01-blog .body-container-wrapper .topic-list li:before{
    display:none;
}

body.dreampack-01-blog  .topic-list li a{
  font-size: 10px;
  line-height:20px;
  letter-spacing: 1.7px;
  color:#D75150;
  text-transform:uppercase;
  font-weight: bold;
}


.dreampack-01-blog .post-item h2,
.dreampack-01-blog .post-item h2 a{
  font-size: 20px;
  line-height:1.45;
  letter-spacing: 0.3px;
  color: #45474d;
  font-weight: 400;
  margin: 0 0 9px;
}


.dreampack-01-blog .post-item p{
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
}

.dreampack-01-blog .blog-main-heading{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    z-index:1;
}

.dreampack-01-blog .blog-main-heading:before{
    position: absolute;
    content: '';
    left: 0;
    background:#45474d;
    z-index: -1;
    height: 3px;
    width: 86px;
    bottom: 0;
}


.dreampack-01-blog.hs-blog-listing  .container-fluid .row-fluid .hero-recent-post .post-item:first-child{
    display:block;
    padding-right:0;
    margin-bottom:0;
}

.dreampack-01-blog .hero-recent-post .post-item:first-child .post-item-inner:hover{
    box-shadow:none;
}


.dreampack-01-blog .post-listing {
    display: block;
    margin: 0 -24px 0 0;
   //overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.blog-listing-wrapper .post-listing .post-item {
    float: left;
    width: 33.3333%;
    padding-right: 24px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    margin-bottom: 24px;
    margin-left:0;
}

.dreampack-01-blog .row-fluid .post-item .post-description p,
.dreampack-01-blog .row-fluid .post-item .post-description,
.dreampack-01-blog .row-fluid .post-item .post-description h4{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

body.dreampack-01-blog  .row-fluid .ias-trigger {
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;    
    margin-top:20px;
}


body.dreampack-01-blog  .row-fluid .ias-trigger a{
    background: #D75150;
    display: inline-block;
    padding: 12px 60px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}


.dreampack-01-blog .hero-recent-post{
    position:relative;
    padding:220px 0 0;
    z-indeX:1;
    border: 40px solid #FFF;
    border-top: 0;
    border-bottom: 0;    
    overflow:hidden;
}

.dreampack-01-blog .hero-recent-post:before{
    position:absolute;
    content:'';
    bottom:-18px;
    height:30px;
    left:0;
    right:0;
    background:#f6f8f9;
}

body.dreampack-01-blog  .container-fluid .row-fluid .subscribe-newsletter{
    position:relative;
    z-index:1;
    display: flex;
    display: -webkit-flex;
    padding-top:30px;
    padding-bottom:30px;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;    
}

body.dreampack-01-blog  .container-fluid .row-fluid .subscribe-newsletter:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    right:24px;
    pointer-events:none;
    bottom:0;
    background:#D75150;
    z-index:-1
}

.dreampack-01-blog .subscribe-newsletter .widget-type-cta{
    margin-top:0;
}

.dreampack-01-blog .subscribe-newsletter .fa{
    font-size:60px;
    margin-bottom:15px;
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy{
    position:relative;
    z-index:1;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;    
    padding:0 60px;
    position: relative;
    overflow: hidden;
    width: 66.6%;
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    right:24px;
    bottom:0;
    background:#D75150;
    pointer-events:none;
    z-index:-1
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy:after{
 position: absolute;
    content: '';
    top: 12px;
    left: 12px;
    right: 36px;
    bottom: 12px;
    background: transparent;
    z-index: -1;
    pointer-events: none;
    border: 5px solid #fff;
}

.dreampack-01-blog .get-your-copy p{
    color:#fff;
    text-align:right;
}


/*====================================================================
  Responsive Styling
=======================================================================*/

@media(max-width:1024px) and (min-width:768px){
    
.dreampack-01-blog .hero-recent-post {
    padding: 150px 0 0;
}

.dreampack-01-blog .get-your-copy a.cta_button{
    font-size:12px;
    padding:10px 20px;
}

.dreampack-01-blog .subscribe-form-section {
    padding: 60px 0 50px;
}

}


@media(max-width:767px){
 
.dreampack-01-blog .hero-recent-post{
    padding:150px 0 0;
    border:0;
}

/*.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container {*/
/*    padding: 40px 20px 30px;*/
/*    box-sizing: border-box;*/
/*}*/

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container:before {
    left: 0;
    right: 0;
}

body.dreampack-01-blog  .container-fluid .row-fluid .post-item {
    width: 100%;
}

body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2) {
    width: 100%;
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy {
    padding: 50px 30px;
    padding-right: 54px;
}
}


/*=============Subscribe Form Styling ===========================*/


.dreampack-01-blog  .subscribe-form-section{
    display:block;
    padding: 100px 0 90px;
    background:#f6f8f9;
}

 .dreampack-01-blog .row-fluid .subscribe-form-section .text-container{
    width:100%;
    max-width:340px;
    margin:0 auto 10px;
    float:none;
}
.dreampack-01-blog 
.row-fluid .subscribe-form-section .form-container{
    width:100%;
    max-width:500px;
    margin:0 auto;
    float:none;
}

.dreampack-01-blog .subscribe-form-section .icon{
    margin-bottom:30px;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-form-field>label{
    display:none;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe form{
    position:relative;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe input{
  margin:0 0 0 0;
  height:60px;
  border-radius:0px;
  border:0px solid #fff;
  /*box-shadow: 0 15px 20px 0 rgba(4, 21, 46, 0.1);*/
  padding:10px 15px;
  font-size:16px;
}


@media (min-width:768px){

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-button.primary{
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    padding: 0;
    height: 48px;
    border-radius: 8px;
    box-shadow: none;
    width: 128px;
    font-size: 14px;
    letter-spacing: 0;
}
}

@media (max-width:767px){
 
.dreampack-01-blog .subscribe-form-section {
    padding: 50px 0 40px;
} 
 
.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe input{
    padding-right:14px;
} 

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-button.primary{
    border-radius:8px;
    padding-left:0;
    padding-right:0;
    width:100%;
    box-shadow: none;
} 

.dreampack-01-blog .subscribe-form-section {
    padding: 40px 0;
}    
}


.dreampack-01-blog .blog-main-container {
    position: relative;
}


.dreampack-01-blog .blog-main-container .sharing-icon {
    position:absolute;
    margin: 0;
    margin-top: 85px;
    top: 0;
    width:40px;
}

.dreampack-01-blog .blog-main-container .sharing-icon li a {
    color: #c9c7c7;
    background: #efeeee;
    width: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
}

.dreampack-01-blog .blog-main-container .sharing-icon li {
    font-size: 14px;
    float: left;
    margin-left: 10px;
}


/*=============== Single Post Page =======================*/

 
.dreampack-01-blog.hs-blog-post .post-listing-body {
    padding: 50px 0 50px;
}
 
.dreampack-01-blog .single-post-hero{
    box-sizing: border-box;
    position:relative;
    z-index:1;
}

.dreampack-01-blog .single-post-hero .topic-list li a {
    font-size: 14px;
    color: #ffffff;
}

.dreampack-01-blog .single-post-hero .post-data-container {
    display: block;
    position: relative;
    z-index: 1;
    padding: 55px 0 40px;
    width: 100%;
    max-width: 660px;
    padding-right: 60px;
    box-sizing: border-box;
}


body.dreampack-01-blog  .single-post-hero h2 {
    font-size: 51px;
    line-height: 1;
    letter-spacing: -1.9px;
    margin-bottom: 0;
}

body.dreampack-01-blog  .row-fluid .single-post-hero .wrapper {
    width: 100%;
    margin: 0 auto;
    float: none;
}

@media (min-width: 768px) {
    body.dreampack-01-blog  .row-fluid .single-post-hero .wrapper {
        max-width: 80%;
    }
}

.hs-blog-post.dreampack-01-blog .blog-section .post-header,
.hs-blog-post.dreampack-01-blog .hs-blog-social-share{
    display:none;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-post-wrapper{
    width:100%;
    max-width:780px;
    margin:0 auto;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h6{
    color:#D75150;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h4{
    color:#616161;
    font-size:26px;
    line-height:36px;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
    margin-bottom:25px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section li{
    font-weight: 300;
    line-height: 1.63;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2{
    font-size:28px;
    line-height:51px;
    font-weight:500;
    letter-spacing:-1px;
    margin: 25px 0px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section img{
    margin:40px 0 55px;
    height:auto;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section iframe{
    margin:14px 0 50px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3{
    font-size:24px;
    line-height:51px;
    font-weight:500;
    letter-spacing:-.9px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h6{
    font-size:14px;
    line-height:31px;
    font-weight:700;
    font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5{
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 690px;
    margin: 45px auto;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 30px 50px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h4:first-child::first-letter { 
    font-size: 74px;
    color: #D75150;
    line-height: 66px;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}


.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section hr{
    border: 0;
    margin: 60px 0;
    border-bottom: 2px solid #979090;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog #hubspot-author_data{
    display: block;
    overflow: hidden;
    border-top: 2px solid #979090;
    margin-top: 60px;
    padding-left: 50px;
    padding-top: 70px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .author-bio{
    color:#616161;
    font-size:16px;
    line-height:26px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2{
    text-align: left;
    padding-left:16px;
    position:relative;
    margin-top:8px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span10{
    padding-left:16px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2:before{
    position:absolute;
    content:'';
    border-left:3px solid #D75150;
    top:0;
    left:-12px;
    bottom:0;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2 img{
    width:100%;
    max-width:100%;
    margin:0;
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta{
    margin-bottom:50px;
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta a{
    font-size:19px;
    line-height:25px;
    font-weight:400;
    padding-left:36px;
    position:relative
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta a:before{
    position: absolute;
    left: 0;
    width: 20px;
    content: '←';
    top: -2px;
}

.hs-blog-post.dreampack-01-blog .row-fluid .post-bottom-cta .wrapper{
    max-width:810px;
}

.hs-blog-post.dreampack-01-blog .post-bottom-cta {
    padding:40px 0 115px;
}

.hs-blog-post.dreampack-01-blog .row-fluid .widget-type-blog_comments {
    width: 100%;
    max-width: 780px;
    margin: 80px auto 20px;
    float: none;
}


/**********************RELATED POST*****************************/

.dreampack-01-blog .related-post-section{
    padding:100px 0;
}

.dreampack-01-blog .related-post-section .section-heading{
    margin-bottom:40px;
}


@media (max-width:1024px){

.dreampack-01-blog .blog-main-container .sharing-icon {
    margin-top: 0;
    top: 0;
    right: 0;
    width:auto;
}    
        
.dreampack-01-blog .related-post-section{
    padding:70px 0;
}

.dreampack-01-blog .related-post-section .section-heading{
    margin-bottom:40px;
}        
    
}


@media (max-width:767px){
    
.hs-blog-post.dreampack-01-blog  .blog-section h4 {
    font-size: 18px;
    line-height: 26px;
}

.hs-blog-post.dreampack-01-blog  .blog-section p {
    font-size: 16px;
    line-height: 24px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section li {
    font-size: 16px;
    line-height: 26px;
}

.hs-blog-post.dreampack-01-blog  .blog-section img {
    margin: 10px 0 25px;
}

.hs-blog-post.dreampack-01-blog  .blog-section h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 30px auto;
    padding: 20px 20px;
}

.dreampack-01-blog blockquote {
    font-size: 18px;
    padding-left: 17px;
    margin-top: 35px;
    margin-bottom: 30px;
    line-height: 26px;
    padding: 25px 0 24px 20px;
    margin-left: 0;
}

.dreampack-01-blog .body-container-wrapper ul {
    margin: 20px 0;
}

.dreampack-01-blog .body-container-wrapper ol {
    margin: 36px 0 30px 30px;
}

.hs-blog-post.dreampack-01-blog .blog-section h3 {
    font-size: 20px;
    line-height: 26px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data {
    margin-top: 30px;
    padding-left: 0;
    padding-top: 30px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2:before {
    left: 0;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2 {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span10 {
    padding-left: 0;
}

.hs-blog-post.dreampack-01-blog .post-bottom-cta {
    padding: 0 0 35px;
}

.dreampack-01-blog .body-container-wrapper li {
    font-size: 16px;
    line-height: 24px;
}

.dreampack-01-blog .body-container-wrapper li {
    font-size: 16px;
    line-height: 24px;
}    

body.dreampack-01-blog .row-fluid .single-post-hero .bg-container {
    max-width: 280px;
    height: 280px;
}

.dreampack-01-blog .single-post-hero {
    padding: 75px 0 0px;
    border: 0;
}

.dreampack-01-blog .related-post-section{
    padding:50px 0;
}

.dreampack-01-blog .related-post-section .section-heading{
    margin-bottom:30px;
}           

.dreampack-01-blog .single-post-hero .post-data-container {
    padding: 35px 0 30px;
    padding-right: 30px;
}


.hs-blog-post.dreampack-01-blog.dreampack-01-blog #hubspot-author_data{
    padding-left: 0;
    padding-top: 50px;
}

    
}


@media (max-width:767px){

.body-container-wrapper {
    margin-top: 0;
}

.section-shadow {
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    z-index: 1;
}

.section-shadow:before, 
.section-shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    width: 50%;
    top: 80%;
    max-width: 600px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.section-shadow:before {
    left: 0px;
}

.section-shadow:after {
    right: 1px;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);    
}

.single-post-hero-wrapper {
    display: table;
    width: 100%;
}

@media (min-width: 768px) {
    .single-post-hero {
        height: 450px;
    }
}

.single-post-hero h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 55px;
    margin: 15px 0;    
}

/* Events */

 .events-more-link {
	color: #d65050;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}



/* 12/06/18 */










