/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');


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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


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










* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; /*list-style:none;*/ outline:0; }
body { margin:0; padding:0;   font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.5; overflow-x:hidden; }
.row-fluid .wrapper { margin:0 auto !important; width:1100px !important; float:none !important; }
img { border:0; }
hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }
.clear { clear:both }
/*h1 { font-size:49px; margin:0; line-height:25px; clear:both; }
h2 { font-size:44px; margin:0; line-height:25px; clear:both; }
h3 { font-size:38px; margin:0; line-height:25px; clear:both; }
h4 { font-size:28px; margin:0; line-height:25px; clear:both; }*/

/*h1 { font-size: 3.25rem; line-height: 1.2em;  margin:0;  clear:both; }
h2 { font-size: 2.5rem;  line-height: 1.2em; margin:0; clear:both; }
h3 { font-size: 1.45rem; line-height:25px; margin:0;  clear:both; }
h4 { font-size: 1.25rem;   line-height: 1.2em; margin:0; clear:both; }
h5 { font-size: 1.2rem;      line-height: 1.2em; margin:0; clear:both; }
h6 { font-size: 1rem;   line-height: 1.2em; margin:0; clear:both; }*/

h1 { font-size: 52px; line-height: normal; margin: 28px 0 10px; }
h2 { font-size: 40px; line-height: normal; margin: 28px 0 10px;}
h3 { font-size: 23px; line-height: normal; margin: 14px 0 14px; }
h4 { font-size: 20px;    line-height: normal;margin: 14px 0 14px;}
h5 { font-size: 19px;    line-height: normal; margin: 14px 0 14px; }
h6 { font-size: 16px; line-height: normal; margin: 14px 0 14px }

.color-primary {
  color: #295697!important;
}
.color-secondary {
  color: #FA8E08!important;
}

.blog-form #comments-listing { float:left; width:100%;  background:#ebebeb; }

.blog-form #comments-listing .comment { float:right; width:auto; background:#fff; padding:20px !important; position:relative; }
.blog-form #comments-listing .comment:after { width: 0; height: 0; border-left: 20px solid transparent;border-right: 20px solid transparent; border-top: 20px solid #fff; position:absolute; right:20px; top:100%; content:''; }
.blog-form #comments-listing .comment.depth-1:after { left:20px; right:auto; }
.blog-form #comments-listing .comment.depth-1 { float:left; width:auto; margin-top:20px; }
.blog-form #comment-form .hs-common-confirm-message { font-size:0 !important; }
.blog-form .new-comments { margin:20px 0 40px; }
.blog-form .comment-reply-to { float:right; width:auto }
.comment-from h4  { padding:0; font-size:18px; color:#558f76; line-height:normal;  }
.comment-from h4 a { color:#558f76; }
.comment-from, .comment-date { display: inline-block; line-height: normal; float: none; vertical-align: middle; font-size:18px; color:#558f76; margin-right:10px; position: relative;  top: -6px; }


.row-fluid .left-auto { float:left; width:auto; margin:0; }
.row-fluid .right-auto { float:right; width:auto; margin:0; }

.row-fluid .main-css { float:left; width:100%; }
.row-fluid .h-v-50 { position:absolute; top:50%; left:50%; -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); width:auto; }

form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; }


form .form-columns-1 .input , form .form-columns-2 .input  { margin-right:0 !important; }


form .form-columns-1 .input textarea , form .form-columns-1 .input input , form .form-columns-1 .input select  { width:100%; }
form .form-columns-1 .input input[type=checkbox], form .form-columns-1 .input input[type=radio] {width: 20px;}

form .form-columns-2 { width:100%; }

form .form-columns-2 .input input { width:100% !important; }


form .form-columns-2 .hs-form-field:first-child { padding-right:10px; padding-left:0;  }


form .form-columns-2 .hs-form-field:last-child { padding-left:10px; padding-right:0; }


form .form-columns-2 .hs-form-field { width: 50% !important; }
form .form-columns-1 .hs-form-field { padding-right:0 !important; }
form .hs_recaptcha { float:left; width:100%; }

form .input input.error { background:#ffcccc; }  
form .hs-form-required , form .hs-error-msgs  { display:none !important; }

.row-fluid .btn-effect a {  z-index: 5; overflow: hidden; position: relative; display: inline-block; }
.row-fluid .btn-effect a:after { content: ''; width: 0; transition: all .5s; height: 100%; top: 0; left: 0; background-color: #021222; position:absolute; z-index:-1; }
.row-fluid .btn-effect a:hover:after { width:120%; }

a { text-decoration:none; outline:none; -webkit-transition:all .4s ease-in-out;color:#fa8e00;
-moz-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
}
#comment-form { width:93%; }
#comment-form form { padding-top:40px; float:left; width:100%; }
#comment-form form > div { margin:15px 0; }
#comment-form form input[type="text"], #comment-form form input[type="email"], textarea { border:1px solid #c7c7c7; height:38px; height:40px; }
textarea { border:1px solid #c7c7c7; }

.row-fluid a.cta_button { z-index: 5; overflow: hidden; text-align:center; position: relative; transition: all .4s ease-in-out; display: inline-block; font-weight: 400; color: #35393d !important; background: #bdbdbd; padding: 12px 18px; border-radius: 8px; }
.row-fluid a.cta_button:after { content: ''; width: 0; transition: all .8s; height: 100%; top: 0; left: 0; background-color: #fccb15; position:absolute; z-index:-1; }
.row-fluid a.cta_button:hover:after { width:120%; }

input[type="text"], input[type="email"], input[type="tel"], textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type="text"], .hs-blog-post input[type="email"], .hs-blog-post textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type=submit] { background:#86bd3b; color:#fff; padding: 8px 16px; margin:20px 0; }
/* http://ianlunn.github.io/Hover/ */


input, button, textarea { border:none; outline:none; } 
input[type=submit], button { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/47398/paradise/image/blank-img.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
input[type="submit"]:hover { color:#fff; background:#1996ff; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; } 
.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link, .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
.row-fluid [class*="span"] {
min-height:0;
}
.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:top center; z-index:0; }
.row-fluid .bg-img { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px; }
.row-fluid .slick-slider1 button { position:absolute; top:50%; height:20px; width:20px; z-index:1; font-size:0; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .slick-slider1 .slick-prev { left:0px; background:url('//cdn2.hubspot.net/hubfs/2104682/JTurner-2016/Image/slick-left.png') center no-repeat; }
.row-fluid .slick-slider1 .slick-next { right:0px; background:url('//cdn2.hubspot.net/hubfs/2104682/JTurner-2016/Image/slick-right.png') center no-repeat; }

.row-fluid .classic-effect { width:auto; margin:0; float:none; display:inline-block;  }
.row-fluid .classic-effect a { overflow:hidden; position:relative; margin: 0; padding: 10px 20px; background: #f7b515; font-weight: 600; width:auto; display: inline-block; border-radius: 5px; color: #fff !important; font-size: 14px; line-height: 22px; }
.row-fluid  .classic-effect a:before { background: rgba(255,255,255,0.4); content: ''; width: 63%; height: 300%; position: absolute; top: -150px; transform: skew(-60deg);  -webkit-transform: skew(-60deg); transition: all ease .8s; -webkit-transition: all ease .8s;  }
.row-fluid  .classic-effect a:hover:before { left:0; top:30px; }

.row-fluid .w-100  { float:left; width:100%; position:relative; } 
.row-fluid .left-auto { float:left; width:auto; }
.row-fluid .right-auto { float:right; width:auto; }


.row-fluid .mainmenu { margin-top:4px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul { background: rgba(0,0,0,.85); top:38px;padding: 15px 0px 15px; min-width:200px; border-top:3px solid #fccb15; left:50% !important; transform: translateX(-50%);  }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul li a { padding: 4px 15px; display:inline-block; color:#fff; }
.row-fluid .mainmenu .hs-menu-wrapper  ul  li a  { color:#fff; text-transform:uppercase; font-size:13px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-weight:700; font-size:15px; padding: 10px 12.5px; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a { padding-right:0; } 
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a , .row-fluid .mainmenu .hs-menu-wrapper > ul > li  ul li:hover a { color:#fccb15; }

.row-fluid .column-setion a { color: #000000; }
.row-fluid .column-setion a:hover { color: #fccb15; }
.row-fluid .location-section.column-setion { padding: 85px 0 170px; } 
.row-fluid .location-section.column-setion.two-column { padding: 85px 0 220px; } 



/*************header*************/

.row-fluid .header-section { position: fixed; top: 0; width: 100%; z-index: 9999; left:0; } 
.row-fluid .top-raw-1  { background: #35393d; color:#fff; padding: 7.5px 0 3.5px; }
.row-fluid .top-raw-1 a  , .row-fluid .top-raw-1 .social-media__list li a:hover , .row-fluid .top-raw-1 .social-media__list li a:hover .fa { color:#fff; } 
.row-fluid .top-raw-1 .social-media__list { float:left; width:auto; margin: 6px 0 0 0; padding:0;  }
.row-fluid .top-raw-1 .social-media__cta { float:left; width:auto;  margin-right: 10px; } 
.row-fluid .top-raw-1 .social-media__list li { float:left; width:auto; font-size: 24px; margin-left: 9px; }
.row-fluid .top-raw-1 .social-media__list li a { color: #bdbdbd; }
.row-fluid .top-raw-1 a .fa { color: #bdbdbd; } 
.row-fluid .top-raw-1 a:hover .fa , .row-fluid .top-talk a:hover strong , .row-fluid .footer a:hover { color: #fccb15; }
.row-fluid .top-talk { margin:11px 0 0 10px; } 
.row-fluid .top-talk .fa { margin:0 5px 0 5px; font-size: 17px; position:relative; top:2px; }
.row-fluid .top-talk em { font-style:normal; color: #bdbdbd; margin-right:5px; }
.row-fluid .top-logo { width:165px; margin-top: 10px; margin-right: 35px; }
.row-fluid .top-raw-1 .social-media__cta a .fa { margin-right:3px; }
.row-fluid .top-raw-2 { background: #285697; padding: 28px 0; } 
.row-fluid .logo { float:left; width:300px; }

  
/*************contener***********/

.body-container-wrapper { padding-top:164px; float:left; width:100%; overflow:hidden; }
.row-fluid .location-section { padding:55px 0 130px; }
.row-fluid .location-section h2 { font-size:32px; font-weight:700; color:#000000; float:left; width:100%; /*margin-bottom:23px;*/ margin:0 0 23px 0; }
.row-fluid .location-section ul { float:left; width:100%; margin:0; padding:0; }
.row-fluid .location-section .add-div { position:relative; padding-left:50px; margin-bottom:40px; }
.row-fluid .location-section .add-div:after { position:absolute; left:0; top:-10px; content:''; line-height:normal; color: #fa8e00; font-family:'fontAwesome'; font-size:32px; width:40px;  text-align: center; }
.row-fluid .location-section .add-div.location:after { content: "\f041"; }
.row-fluid .location-section .add-div.phone:after { content: "\f095"; }
.row-fluid .location-section .add-div.mail:after { content: "\f0e0"; }
.row-fluid .location-section .add-div a { text-decoration: underline; color: #fa8e00; transition: color .25s ease-in-out; }
.row-fluid .location-section .add-div a:hover { color: #fccb15; }
.row-fluid .location-section .add-div p { float:left; width:100%; margin:0; }  
.row-fluid .location-section .add-div.location:after { font-size:55px; }
.row-fluid .location-section .add-div.phone:after { font-size:40px; }
.row-fluid .location-section .add-div.mail:after { font-size:40px; } 
.row-fluid .location-section h3 { float:left; width:100%; font-size:14px; font-weight:900; color:#000000; margin:0 0 7px 0; }
.row-fluid .location-section .add-div .widget-type-rich_text ul li { float:left; width:100%; margin-bottom:20px; }

.row-fluid .contact-form {  background: #f2f2f2; padding:50px 34px; }
.row-fluid .contact-form {  background: #fccb15; }
.row-fluid .contact-form h4 { font-size:20px; }
.row-fluid .form-right { padding-left:40px; }
.row-fluid .location-section .form-right h2 { font-size:35px; } 
.row-fluid .contact-form form { float:left; width:100%; margin-top:30px; font-family: 'Open Sans', sans-serif; }
.row-fluid .contact-form form label { font-size:14px; font-weight: 800; color:#000000; float:left; width:100%; padding-left:10px; margin-bottom:5px; }
.row-fluid .contact-form form .input input , .row-fluid .contact-form form .input textarea { height:36px; border: 1px solid #35393d; padding-left:10px; padding-right:10px; font-weight:400; font-size:12px;     font-family: 'Open Sans', sans-serif; }  
.row-fluid .contact-form form .input input[type=checkbox], .row-fluid .contact-form form .input input[type=radio] { height: 15px; width: 20px; border: 1px solid #35393d; padding-left:10px; padding-right:10px; font-weight:400; font-size:12px;     font-family: 'Open Sans', sans-serif; }  
.row-fluid .contact-form form .input textarea { height:126px; }
.row-fluid .contact-form form .input input:focus , .row-fluid .contact-form form .input textarea:focus { outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; }
.row-fluid .contact-form form fieldset { float:left; width:100%; margin-bottom:15px;}
.row-fluid .contact-form form .hs_submit { float:right; width:auto; }
.row-fluid .contact-form form .hs_submit input { font-weight: 800; width:150px; color: #fff; background: #000; cursor: pointer;  border-radius: 10px; font-family: 'Open Sans', sans-serif; height:40px; padding:0; text-align:center; line-height:36px; }
.row-fluid .contact-form form .hs_submit input:hover {  color: #fa8e00; } 
.row-fluid .started-from .contact-form form .hs_submit input { border:2px solid #fff; }

.form-bot-pd { margin:50px 0; }

/*************inner page*********/ 


.home .body-container-wrapper { padding-top:0; }
.row-fluid .hero-section { position:relative; color:#fff; }
.home .row-fluid .hero-section {height:734px; overflow:hidden; }
/*.row-fluid .hero-section iframe { position: absolute; top: 0; left: 0; width: 100%;  height: 100%; }*/
.home .row-fluid .hero-section .wrapper { position:absolute; left:50%; top:60%; -moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);  
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }   


.row-fluid .hero-wrapper {position:relative;}
.row-fluid .hero-section .video-html { padding-bottom: 56.25%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 
.row-fluid .hero-section h1 { font-size:63px; font-weight:700; line-height:normal; color:#fff; /* background: rgba(0,0,0,.8); padding: 5px 15px; */  padding: 5px 0px; margin-bottom:15px; display: inline-block; } 
.row-fluid .hero-section h4 { display: inline; position: relative;  padding: .5rem 1rem;font-size: 28px; line-height: 1.85; -webkit-box-decoration-break: clone;  box-decoration-break: clone; color: #fff;  z-index: 1; }
.row-fluid .herosub-text { margin:10px 0 15px; }
.row-fluid .herosub-text p { display: inline;  font-size: 1.2rem; line-height: 2.6; -webkit-box-decoration-break: clone; box-decoration-break: clone; color: #fff; /* padding: .75rem 1rem; background: rgba(0,0,0,.8); */ }
.row-fluid .hero-section a.cta_button { font-weight:800; } 
.row-fluid .yellow-cta a.cta_button { background-color: #fccb15; font-weight:800; } 
.row-fluid .yellow-cta a.cta_button:after { background:#fa8e00;; }
.row-fluid .yellow-cta a.cta_button:hover { color:#fff !important; } 
.row-fluid .tab-title { border-bottom: 5px solid #fff; color: #fff; background: #35393d; } 
.row-fluid .tab-title ul { float:left; width:100%; padding:0; margin:0; }
.row-fluid .tab-title ul li { float:left; width:auto;  font-size:16px; font-weight:400; margin-right:20px; border-bottom: 3px solid transparent; }
.row-fluid .tab-title ul li a { display:inline-block; color:#fff;  padding: 9px 10px 5px; position:relative; z-index:1; }  
.row-fluid .tab-boxes  { background: #35393d; color:#fff; } 
.row-fluid .tab-title ul li:hover , .row-fluid .tab-title ul li.current { border-color:#fccb15; } 
.row-fluid .tab-title ul li:hover a , .row-fluid .tab-title ul li.current a { color:#fccb15; }
.row-fluid .tab-title ul li:first-child { pointer-events: none; position:relative;   border-bottom:0;  padding-right: 20px; }   
.row-fluid .tab-title ul li:first-child a { color: #000; font-weight:700; }  
.row-fluid .tab-title ul li:first-child:after { position:absolute; right:0; top:0; width:2000%; height:107%; content:''; background: #e5e5e5; }
.row-fluid .tab-title ul li:first-child:before { position:absolute; left:100%; top:0; width:5px; height:107%; content:''; background: #fff; }  

.row-fluid .service-content .yellow-cta a.cta_button , .row-fluid .yellow-cta a.cta_button.white { color:#fff !important; }
.row-fluid .service-custom { padding-top:96px; }

.row-fluid .tab-content { display:none; padding:60px 0 180px; float:left; width:100%; } 
.row-fluid .tab-content#tab-1 { display:block; }
.row-fluid .work-box { float:left;  width: calc(100% / 3); padding: 0 25px; position:relative; } 
.row-fluid .work-box h5 { display: block; font-size:12px; float:left; text-transform: uppercase; margin:0; color: inherit; background: none; opacity: .4; letter-spacing: .125rem; line-height: 1.25; font-weight:400; width:100%; } 
.row-fluid .work-box h4 { font-size:32px; font-weight:700; color:#fa8e00; line-height:38px; float:left; width:100%; margin:5px 0 10px; } 
.row-fluid .work-box h4 a { color:#fa8e00;  } 
.row-fluid .work-box .yellow-cta { text-align:right; margin-top:15px; } 
.row-fluid .power-title { display: block;  
    position: relative;

    padding: 2rem 5%;
    width: 100%;
    background: #fa8e00;
    z-index: 1; }
.row-fluid .power-title:before { position: absolute;
    top: 50%;
    left: -10%;
    padding: 5% 0;
    width: 150%;
    height: 100%;
    content: "";
    background: inherit;
    box-sizing: content-box;
    transform: rotate(-4deg) translateY(-50%);
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    
.row-fluid .hero-inner:before { content: "";  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  z-index: -1;  background: #142b4c;  height: 100%;  opacity: 0.8;}


.row-fluid .power-title h3 { /*font-size:36px; line-height:44px;*/  font-size: 2.6rem; line-height:1.2; color:#fff; font-weight:700; position:relative; top:30px; }
.row-fluid .started-from .wrapper { padding: 110px 0 0px; }
.row-fluid .started-from .contact-form  { background: #fccb15;  padding-bottom: 100px; position:relative; padding: 10px 60px 100px; text-align:left;  }
.row-fluid .started-from.location-section  { position:relative;  padding: 55px 0 55px; } 
/*.row-fluid .started-from .contact-form:before {
    position: absolute;
    bottom: 0;
    left: -25%;
    padding: 4% 0 0;
    width: 200%;
    height: 100%;
    content: "";
    background: inherit;
    box-sizing: content-box;
    transform: rotate(4deg);
    z-index: -1;
}*/


.row-fluid .w-50 { float:left; width:50%; margin:0; }
.row-fluid .service-image { height:680px; background-repeat:no-repeat !important; background-size:cover !important; background-position:center center !important; position:relative; } 
.row-fluid .service-content h2 {  font-size:35px; line-height:42px; color:#000000; position:relative; z-index:11; } 
.row-fluid .service-content ul li { list-style-type:disc; text-align:left; } 
.row-fluid .services-box { display: flex; align-items: center; background:#fff; } 
.row-fluid .event-div  { background: linear-gradient(180deg,#fff,#fdfdfe 67%,#f5f7fa); padding-bottom:50px; position:relative; } 
.row-fluid .event-title h2 { font-size:49px; color:#333333; float:left; width:100%; line-height:74px; }
.row-fluid .event-div .work-box { position:relative; left:-25px; }
.row-fluid .event-div .work-box h4 { font-size:28px; line-height:34px; } 
.row-fluid .event-div .work-box .yellow-cta { text-align:left; padding-top:10px; } 
.row-fluid .event-div .view-more { font-weight:800; font-size:14px; text-decoration: none; color: #35393d; margin-left:12px; } 
.row-fluid .event-div .view-more:hover { color: #fccb15; }
.row-fluid .event-title { margin-bottom:25px; margin-top:70px; position:relative; } 
.row-fluid .event-title .all-event { font-weight:500; font-size:14px; color: #fa8e00; display:inline-block; margin-top:22px; } 
.row-fluid .event-title .all-event:hover , .row-fluid .work-box h4 a:hover , .row-fluid .help-boxes h3 a:hover , .row-fluid .post-item-raw h2 a:hover , .row-fluid .post-item-raw .topic-link:hover , .row-fluid .post-item-raw .more-link:hover , .row-fluid .recent-post a:hover , .row-fluid .categories-post a:hover , .hs-blog-post .row-fluid .hubspot-editable a:hover , .hs-blog-post .topic-link:hover , .row-fluid .new-section .topic-link:hover { color: #fccb15; }
.row-fluid .work-box h4 a:hover , .row-fluid .help-boxes h3 a:hover , .row-fluid .post-item-raw h2 a:hover , .hs-blog-post .topic-link { text-decoration:underline; }
.row-fluid .help-boxes h3 a , .row-fluid .post-item-raw .more-link  { text-decoration:underline; }
.row-fluid .event-div .work-box h5 { font-size:14px; color:#242424; text-transform:initial; font-weight:700; letter-spacing:0; opacity:1; margin-bottom:5px; }   
.row-fluid .event-div .whats-new .view-more { margin-left:0; }
.row-fluid .event-div .whats-new .view-more:hover { color: #fa8e00; }
.row-fluid .post-listing { float:left; width:100%; }

.event-page .event-div.event-box{padding-bottom:140px;}

.row-fluid .moreposts-link { float:left; width:100%; text-align:center; margin-top:20px; }
.row-fluid .moreposts-link a { float:none; display:inline-block; padding:10px 20px; background:#fa8e00; color:#fff; font-weight:700; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .moreposts-link a:hover { background:#bdbdbd; }

.row-fluid .blog-searchbox { margin-bottom:30px; background:#bdbdbd; padding:6px; }
.row-fluid .blog-searchbox input[type="text"] { height:50px; width:100%; background:#fff; border:0; padding:0 10px; font-size:18px; font-weight:700; }
body.search-result .post-item-raw, body.search-result .moreposts-link { display:none !important; }  
.row-fluid .search-results-title { float:left; width:100%; font-size:18px; line-height:24px; font-weight:700; }
.row-fluid .search-results-title p { width:auto; float:left; padding:8px 15px; background:#bdbdbd; font-size:14px; line-height:18px; text-transform:uppercase; letter-spacing:0.5px; color:#fff; }
.row-fluid .search-results-title p, .row-fluid .search-results-box p { margin:0; }
.row-fluid .search-results-box { float:left; width:100%; }
.row-fluid .search-results-box h2 { font-size:30px; line-height:36px; }
.row-fluid .search-results-box h2 a:hover { color:#fccb15; text-decoration:underline; }
.row-fluid .search-col { float:left; width:100%; padding:15px 0; border-bottom:1px solid #bdbdbd; margin-bottom:10px; font-size:16px; line-height:24px; } 
.row-fluid .search-col:last-child { border:0; }
.row-fluid .search-col p { margin:6px 0 0; }
.row-fluid .blog-result-sec { display:none; float:left; width:100%; }
body.search-result .row-fluid .blog-result-sec { display:block; }

.row-fluid .services-box.even { } 



.row-fluid .partner-custom ul { padding:0; text-align:center; width:100%;  position: relative; }
.row-fluid .partner-custom ul.slick-dots > li { display:inline-block; width:auto; padding:0 3.5px; } 
.row-fluid .partner-custom ul.slick-dots > li > button {  background: #bdbdbd; font-size:0; height:14px; width:14px; border-radius:100%;  } 
.row-fluid .partner-custom ul.slick-dots > li.slick-active > button { background: #fa8e00;  }  


.row-fluid .partner-custom button.slick-arrow  {  outline:0; border:0; position:absolute; top:50%; height:40px; width:40px; z-index:1; font-size:0; opacity:.5; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor:pointer; }
.row-fluid .partner-custom .slick-prev { left:0px; border-top: 20px solid transparent !important; border-bottom: 20px solid transparent !important; border-right: 20px solid #fa8e00 !important; }
.row-fluid .partner-custom .slick-next { right:0px;border-top: 20px solid transparent !important; border-bottom: 20px solid transparent !important; border-left: 20px solid #fa8e00 !important; }   
.row-fluid .partner-custom button.slick-arrow:hover { opacity:1; }  



.row-fluid .new-section { position:relative; background: linear-gradient(180deg,#fff,#fdfdfe 67%,#f5f7fa) !important; } 
.row-fluid .event-div.new-section { background:transparent; } 
.row-fluid .new-section:before {  
          bottom: 0;
    left: -25%;
    padding: 2% 0 0;
    z-index: -1;
    background-color: #fff;
    position: absolute;
    left: -50%;
    padding: 0 0 5%;
    width: 200%;
    height: 100%;
    content: "";
    background-color: #fff;
    box-sizing: content-box;
    transform: rotate(4deg);
    z-index: 0;
  
 }
 
.row-fluid .new-section:after {     bottom: -100%;
    padding: 5% 0 0;
    transform: rotate(-4deg);     position: absolute;
    left: -50%;
    padding: 0 0 5%;
    width: 200%;
    height: 100%;
    content: "";
    background-color: #fff;
    box-sizing: content-box;
    transform: rotate(4deg);
    z-index: 0; }

.row-fluid .new-section .event-title { margin-top: 0; }

.row-fluid .no-pattern:before , .row-fluid .new-section.partner-section:after { display:none !important; }
.row-fluid .event-div.pattern-one > div { position:relative; z-index:11; }
.row-fluid .event-div.pattern-one:after { bottom: 0;  
    left: -25%;
    padding: 2% 0 0;
    z-index: -1;
    position: absolute;  
    left: -50%;
    padding: 0 0 5%;
    width: 200%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg,#fff,#fdfdfe 67%,#f5f7fa);
    box-sizing: content-box;
    transform: rotate(4deg);
    z-index: 0; } 


.row-fluid .new-section.partner-section:before { bottom: -100%;  
    padding: 5% 0 0;
    transform: rotate(-4deg); position: absolute;
    left: -50%;
    padding: 0 0 5%;
    width: 200%;
    height: 100%;
    content: "";
    background-color: #fff;
    box-sizing: content-box;
    transform: rotate(4deg);
    z-index: 0; }


.row-fluid .partner-box { float: left; width:100% !important; padding: 0 5px 10px; }   
.row-fluid .partner-image { height: 109px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important; width:100%; margin-bottom:10px; }

.row-fluid .partner-title { text-align:center;  font-weight: 700; background: #f2f2f2; padding: 11px 5px; }
.row-fluid .partner-custom .slick-track > div.hs_cos_wrapper:nth-child(even) .partner-image { height:129px; }    

.row-fluid .event-div.partner-section1 { background:transparent; padding-bottom:0px; }  
.row-fluid .event-div.partner-section1:after { bottom: 0;  
    padding: 5% 0 0; transform: rotate(-4deg);
    position: absolute;
    left: -50%;
    padding: 0 0 5%;
    width: 200%;
    height: 100%;
   
    background-color: #fff;
    box-sizing: content-box;
    transform: rotate(4deg);
    z-index: 1;
}

.row-fluid .event-div.partner-section1:before { bottom: 0;  
    padding: 5% 0 0; transform: rotate(-4deg);
    position: absolute;
    left: -50%;
    padding: 0 0 5%;
    width: 200%;
    height: 100%;
    content: "";
    background-color: #fff;
    box-sizing: content-box;
    transform: rotate(-4deg);
    z-index: 1;
}

.row-fluid .event-div.partner-section1 > div { position:relative; z-index:11; }
  
.row-fluid .event-div.new-section2 { padding-bottom: 210px; }  
.row-fluid .pertner-title-section.event-title {     margin-top: 30px; }  
  
.event-page .row-fluid .work-box { width:100%; padding:0; left:0; margin:0 0 80px 0; }  
.event-page .row-fluid .work-box .bgimg-main { height:270px; }  
.event-page .row-fluid .work-box h4 { margin-top:-8px;   margin-bottom: 15px; }   
.event-page .footer-container-wrapper { margin-top: 0%; }    

.event-page .body-container-wrapper {margin-bottom:10%; background:#fff; } 
.row-fluid .event-page-title h2 { font-size:35px; margin-bottom:20px; }
.event-page .row-fluid .event-title { margin-top:35px; } 
/* .event-page .row-fluid .event-div { padding-bottom: 175px; }   */
.event-page .row-fluid .event-div { padding-bottom: 170px; }  
.event-page .row-fluid .event-div.event-box {padding-bottom:160px;}


.row-fluid .event-page-title { position:relative; margin-top:-40px; } 


.row-fluid .hero-banner2 {  padding: 105px 0 150px; position:relative; }
.row-fluid .hero-banner2 h1 { font-size:46px; }
.row-fluid .help-banner { background-image: none; background-color: #142b4c;  }  
.row-fluid .hero-banner2:after { position: absolute; top: 85%; width: 100%; height: 100%; content: ""; background: #fff; right: -20%; width: 120%; transform: rotate(-4deg); }
.row-fluid .hero-banner2:before { position: absolute; top: 85%; width: 100%; height: 100%; content: ""; background: #fff;     left: -45%; transform: rotate(4deg); }
  
.row-fluid .help-boxes { text-align:center; padding-top:30px; font-size:14px; line-height:27px; }  
.row-fluid .help-boxes h3 {  font-size:20px; }
.row-fluid .help-boxes h3 a { color: #fa8e00; }

.row-fluid .blog-main { padding:60px 0 200px; }    
.row-fluid .post-item-raw:last-child { padding-bottom:0; margin-bottom:0; border:0; }
.row-fluid .post-item-raw h2 { float:left; width:100%; font-size:28px; line-height:34px; color: #fa8e00; }  
.row-fluid .post-item-raw h2 a { color: #fa8e00; }  
.row-fluid .post-item-raw h5 { font-size:13px; color:#242424; float:left; width:100%; margin: 0 0 5px 0; }    
.row-fluid .post-item-raw .topic-link { text-decoration: underline; color: #fa8e00; transition: color .25s ease-in-out; }
.row-fluid .post-item-raw  { border-bottom: 1px solid #bdbdbd; padding-bottom:35px; margin-bottom:7px; }
.row-fluid .post-item-raw .more-link { color: #fa8e00; display:inline-block; margin-top:20px; }   
.row-fluid .post-item-raw .hs-featured-image {  max-width: 35%; }  

.row-fluid .blog-right h3 { float:left; width:100%; font-size:21px; color:#000000; line-height:32px; margin-bottom:12px; }
.row-fluid .blog-right ul { float:left; width:100%; padding:0; margin:0; list-style:none; }
.row-fluid .blog-follow ul { list-style:none; }
.row-fluid .blog-follow ul li { float:left; width:auto; font-size: 22px; margin-right:5px; } 
.row-fluid .blog-follow ul li a { display:inline-block; width:32px; height:32px; line-height:33px; text-align:center; color:#fff; } 
.row-fluid .blog-follow ul li a:hover { transform: translateY(-4px); }
.row-fluid .blog-follow ul li:nth-child(1) a { background-color: rgb(59, 89, 152); }
.row-fluid .blog-follow ul li:nth-child(2) a { background-color: rgb(29, 161, 242); }
.row-fluid .blog-follow ul li:nth-child(3) a { background-color: rgb(0, 119, 181); }
.row-fluid .blog-follow ul li:nth-child(4) a { background-color: rgb(132, 132, 132); }
.row-fluid .blog-right .right-box { border-bottom: 1px solid #bdbdbd; padding-bottom: 20px; margin-bottom: 12px; }
.row-fluid .blog-right input[type=submit],.row-fluid .blog-right button {font-weight: 800;width: 150px;color: #fff;background: #000;cursor: pointer;border-radius: 10px;font-family: 'Open Sans', sans-serif;height: 40px;padding: 0;text-align: center;line-height: 36px;margin-top:20px;}

.row-fluid .recent-post a { font-size:15px; font-weight:700; display:inline-block; color: #fa8e00; line-height:23px; margin-bottom:10px; }
.row-fluid .recent-post { font-size:11px; font-weight:400; color:#000000; }
.row-fluid .categories-post a { font-size:14px; font-weight:400; display:inline-block; color: #fa8e00; line-height:23px; margin-bottom:10px; text-decoration:underline; }  
  
.hs-blog-post .row-fluid .post-header h1 { font-size:56px; color:#000000; line-height:normal; }  
.hs-blog-post .row-fluid .hubspot-editable { font-size:14px; color:#000000; font-weight:500; line-height: normal; float:left; width:100%; margin:12px 0 42px; }  
.hs-blog-post .row-fluid .hs-author-label { font-weight:400; display:inline-block; border-left:1px solid #000; padding-left: 8px;  margin-left: 7px; }  
.hs-blog-post .row-fluid .hubspot-editable a { color:#000000;     pointer-events: none; }
.hs-blog-post .row-fluid .post-body ul li { list-style-type:disc; text-align:left; } 
.blog-follow ul { float: left; width: 100%; padding: 0; margin: 0; }
.row-fluid .blog-left .blog-follow { padding-top:35px; margin-bottom:8px; }
.row-fluid .blog-left .blog-follow ul li a { width:26px; height:26px; line-height:26px; font-size:12px; }
.hs-blog-post .topic-link {   color: #fa8e00; }
.row-fluid .blog-follow ul li a {  transition: all .2s ease-in-out; } 

.row-fluid .post-item-raw .topic-link , .row-fluid .new-section .topic-link { display: inline-block;
    position: relative;
    padding: .25rem .5rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: orange;
    background: #fa8e00; font-size:13px;
    transition: background-color .25s ease-in-out;     margin-top: 8px; }  
    
.row-fluid .post-item-raw .topic-link:after , .row-fluid .new-section .topic-link:after {     position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 12px solid #fa8e00;
    content: "";
    transition: border-left .25s ease-in-out; }    
  

.row-fluid .post-item-raw .topic-link:hover , .row-fluid .new-section .topic-link:hover {     color: #fff;
    background: #bdbdbd; }
    
    .row-fluid .post-item-raw .topic-link:hover:after , .row-fluid .new-section .topic-link:hover:after {  border-left-color:#bdbdbd; } 
  
.row-fluid .new-section .topic-link { margin-top:15px !important; } 

/*************footer*************/

.footer-container-wrapper { 
  `overflow: hidden;  
    padding-top: 180px;     
    position: relative;  
    float:left; 
    width:100%; 
    padding-top: 0;
    overflow: hidden;
    z-index: 1;
    margin-top: 0%;
 }
.row-fluid .footer {  position:relative;  background: #242424; color:#fff; font-size:14px; padding: 30px 0 40px; }
.row-fluid .footer:before {
    position: absolute;
    bottom: 0;
    right: -35%;
    padding-top: 5%;
    width: 200%;
    height: 100%;
    content: "";
    background: #242424;
    transform: rotate(4deg);
    box-sizing: content-box;
    z-index: -1;
    display:none!important;
}
.row-fluid .footer a { color:#fff; text-decoration:underline; }
.row-fluid .footer .hs-menu-wrapper > ul > li:first-child { text-transform:uppercase; font-weight:800; font-size:15px; margin-bottom:10px; }
.row-fluid .footer .hs-menu-wrapper > ul > li { font-size:14px; float:left; width:100%; }
.row-fluid .footer .hs-menu-wrapper > ul > li a { white-space: normal !important; }
.row-fluid .footer .hs-menu-wrapper > ul > li a { padding:3px 0; text-decoration:underline; } 
.row-fluid .footer .footer-menu { padding-left: 30px; }
.row-fluid .footer .footer-menu .contact { position:relative; left:30px; }
.row-fluid .footer .hs-menu-wrapper > ul > li:first-child a { text-decoration:none; }
.row-fluid .footer-logo { width:210px; }

.row-fluid .footer .site-footer__contact__link + .site-footer__contact__link { border-left: 1px solid #fff; padding-left:12px; margin-left:10px; }
.row-fluid .footer-raw { padding-top:70px; }
.row-fluid .upcoming-div { margin-top: 85px; } 


/* --- 01-08-2018 --- */
.heading-block-quote { width: 100%;}
.heading-block-quote h2 { line-height: 40px; font-size: 46px; color: #000; line-height:  normal;}
.heading-block-quote blockquote { color: #35393d; text-align: center; font-weight: 700; display: block; position: relative; margin: 35px 166px; font-size: 36px;}
.heading-block-quote blockquote:after, .heading-block-quote blockquote:before { display: inline-block; position: relative; margin: 0 4px; height: 3rem; font-size: 65px; color: #fa8e00;}
.heading-block-quote blockquote:before { top: -24px; content: "\201C"; vertical-align: top;}
.heading-block-quote blockquote:after { top: 5px; content: "\201D"; vertical-align: bottom;}

.blockquote-wrapper-black { background-color: #000; color: #fff; padding: 8rem 24%; text-align: center; font-style: italic; margin: 32px 0;}
.blockquote-wrapper-black h3 { line-height: normal; font-weight: 500; font-size: 32px;}
.blockquote-wrapper-black blockquote { margin: 0;}

.button-group-section a.cta-soft { font-weight: 800; text-decoration: none; color: #35393d; margin: 0 15px;}
.button-group-section a.cta-soft:hover{color:#fccb15;}

.heading-title-section { display: block; width: 100%;}
.heading-title-section h1 { font-size: 52px; line-height: normal; margin: 28px 0 10px;}
.heading-title-section h2 { font-size: 40px; line-height: normal; margin: 28px 0 10px;}
.heading-title-section h3 { font-size: 23px; line-height: normal; margin: 14px 0 14px;}
.heading-title-section h4 { font-size: 20px; line-height: normal; margin: 14px 0 14px;}
.heading-title-section h5 { font-size: 19px; line-height: normal; margin: 14px 0 14px;}
.heading-title-section h6 { font-size: 16px; line-height: normal; margin: 14px 0 14px;}

.blockquote-wrapper-black.orange-bg { background-color: #fa8e00;}

/* --- 01-08-2018 --- */
.row-fluid .hero-section.hero-section-main h1 {/* font-size:40px; */ font-weight:700; line-height:normal; background: none; color:#fff; padding: 0; margin-bottom:15px; display: inline-block;     font-size: 45.5px; line-height: 1.6; } 
.row-fluid .hero-section.hero-section-main h2 { /*font-size:37px;  line-height:normal; */ font-size: 1.75rem; line-height: 1.9; font-weight:700; background: none; color:#fff; padding: 0; margin-bottom:15px; display: inline-block; } 
.home .row-fluid .hero-section.hero-section-main .wrapper { position: absolute; left: 50%; top: 80%;z-index: 3;}
.home .row-fluid .hero-section.hero-section-main .video-html:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(40, 86, 151, 0.5); z-index: 1;}

.row-fluid .form-top { margin-top:50px; }
/* .row-fluid .form-top > div { padding-top:50px; position:relative; }
.row-fluid .form-top > div:before { position:absolute; content:"";  top: -50px; left: -20%; background: #fdfdfe;  width: 149%;  height: 90px; transform: rotate(4deg); } */
.row-fluid .frm-pb-0, .row-fluid .frm-pb-0.event-div { padding-bottom:0px; }

.row-fluid .header-section ul, .row-fluid .footer ul, .row-fluid .tab-title ul {  list-style-type: none; }


.row-fluid .started-from .contact-form{position:relative;background:#fccb15; }
/* .row-fluid .started-from .contact-form:before {  
  content: ' ';
  top: -40px;
  width: 105%;
  left: -2%;
  right: 0;
  height: 80px;
  background: #fefefe;
  position: absolute;
  z-index: 999;
} */

.row-fluid .started-from .contact-form:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  background: linear-gradient(to left bottom, #fff 50%, #fccb15 46%);
  bottom: 100%;
}


/* .row-fluid .started-from .form-title{padding-top:90px;} */
.row-fluid .contact-form{position:relative;background:#fccb15;}
/* .row-fluid .contact-form:before {  
    content: ' ';
    top: -38px;
    left: -17px;
    width: 106%;
    height: 80px;
   background: #fdfdfe;
   background:#fff;
    position: absolute;
    z-index: 999;
    transform: rotate(4deg);}  */
.row-fluid .contact-form form label{text-align:left;}

.row-fluid .accelate{position:relative;}
.row-fluid .accelate:before {  content: ' ';
  top: -38px;
  left: -17px;
  width: 106%;
  height: 80px;
  background: #fbfcfd !important;
  position: absolute;
  z-index: 999;
  transform: rotate(4deg);}

.row-fluid .startup-form ul{list-style-type:none;}


/*HS Support 1/10/19 - hide bullet points from radio select options on form*/
.how-help-form ul {
  list-style-type: none;    
}


/* === 7/8/2018 === */

.row-fluid .hero-bottom-content{    position: relative;}
/* .row-fluid .how-help-form > div { padding: 80px 50px 130px; width:100%;float:left;   margin-bottom: -160px; position:relative; margin-top: 110px;background:#fccb15;}
.row-fluid .how-help-form > div:before { position:absolute; content:"";  top: -50px; left: -20%; background: #fcfcfe;  width: 149%;  height: 90px; transform: rotate(4deg); }
 */
.row-fluid .how-help-form input[type="text"], input[type="email"], input[type="tel"], textarea, select{border: 1px solid #35393d;  height: 36px;
  font-weight: 400;  font-size: 12px;  padding-left: 10px;  padding-right: 10px;}
.row-fluid .how-help-form .hs-form-field{text-align: left;  font-weight: 800;  padding-top: 13px;}
.row-fluid .how-help-form form .hs_submit input{font-weight: 800;  width: 150px;  color: #fff;  background: #000;  cursor: pointer;  border-radius: 10px;
height: 40px;  padding: 0;  text-align: center;  line-height: 36px;border: 2px solid #fff;    float: right;    margin-top: 15px;}
.row-fluid .how-help-form form .hs_submit input:hover{    color: #fa8e00;}

.row-fluid .how-help-form form .input textarea{height: 126px;}


.row-fluid .backblog { padding:10px; margin-bottom:20px; width:100%; float:left; text-decoration:underline; font-size:16px; }
.row-fluid .backblog:hover { color:#000;  }

.row-fluid .map-section iframe { width:100% !important; }

/**********************************************/
/* NEWSROOM 2020 Styles */
.newsroom-rss-wrapper {width:100%;padding:40px 0;}
.newsroom-blog-wrapper {padding-bottom:40px;margin-bottom:40px;}
.newsroom-blog-wrapper .hs-rss-module {display:flex;justify-content: space-between;margin:20px 0 0;}
.newsroom-blog-wrapper .hs-rss-module .hs-rss-item {border:1px solid #DFDFDF;flex-basis:31%;margin: 0 -2px;vertical-align: top;padding:15px;display:flex;justify-content:space-between;flex-direction:column;}
.newsroom-blog-wrapper .hs-rss-item .hs-rss-item-text {padding-right: 0px;box-sizing: border-box;order:2;width: 100%;margin:0;padding:10px 0px 0px;text-align:left;}
.newsroom-blog-wrapper .hs-rss-item .hs-rss-item-image-wrapper {order:1;width:100%!important;position:relative;height:175px;overflow:hidden;}
.newsroom-blog-wrapper .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper img.hs-rss-featured-image {position:absolute!important;left:55%!important;top:70%!important;transform:translate(-54%, -50%)!important;max-width:100%!important;min-height:100%!important;width:auto!important;height:auto!important;}
.hero-box-cont {padding:30px;background:rgba(255,255,255,0.8);border-radius:5px;display:block;margin:40px 0 30px;}

@media screen and (max-width:767px) {
    .newsroom-rss-wrapper {width:100%;padding:40px 20px;}
     .newsroom-blog-wrapper .hs-rss-module {justify-content: space-around;margin:15px 0 15px;flex-direction:column;}
      .newsroom-blog-wrapper .hs-rss-module .hs-rss-item {flex-basis: 94%!important;margin: 20px 0;vertical-align: top;padding: 15px;width: auto!important;}
}

@media (min-width: 991px) and (max-width: 1320px) {
    .row-fluid .hero-section .video-html { padding-bottom: 80.25%; }
    .home .row-fluid .hero-section { height: 660px; }
}



@media (max-width: 1199px) {  
		
  	.row-fluid .hero-section.hero-section-main h1 { font-size:33px; } 
   	.row-fluid .hero-section.hero-section-main h2 { font-size:29px; }
  
}
@media (min-width: 1240px) {    
    
    .row-fluid .logo { position:relative; left:20px; width: 300px; top: -8px; }
    .row-fluid .wrapper {  width: 100% !important;     padding-left: 15% !important; padding-right: 15% !important; }
    .row-fluid .top-logo {  width: 162px; }
    .row-fluid .top-talk .fa { top: 3px; left: 2px; }
    .row-fluid .mainmenu { margin-top: 2px; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li a { letter-spacing: .1px; }
    .row-fluid .location-section .add-div.location:after { font-size:65px; }
    .row-fluid .location-section .add-div.phone:after { font-size: 45px; }
    .event-page .row-fluid .event-title h2 { font-size:46px; color:#000; }
    .row-fluid .height-center { width: 70%; }
    .row-fluid .started-from .wrapper { padding: 110px 0 0px !important; width: 1108px !important; } 
    .row-fluid .event-div .work-box {  left: -19px; padding: 0 19px; }
    .home .footer-container-wrapper { margin-top: 0; }
    .row-fluid .started-from .contact-form { padding: 10px 60px 120px; } 
    
}

@media (max-width: 1300px) {
  .row-fluid .logo { width: 250px; top: -4px; }
}


@media (min-width: 992px) and (max-width: 1240px) {

 .row-fluid .wrapper { width:962px !important; }
 .row-fluid .started-from.location-section { padding: 55px 0 15px; }
 .event-page .row-fluid .work-box .bgimg-main { margin-right: 29px; }  
 .body-container-wrapper { padding-top: 163px; }
 .row-fluid .service-custom { padding-top: 56px; } 
 
 .row-fluid .column-setion .contact-form { padding: 30px 24px; } 
 .row-fluid .location-section.column-setion.two-column.one-column { padding: 50px 0 150px; } 
 

  .heading-block-quote h2 { font-size: 35px;}
  .heading-block-quote blockquote{ margin: 35px 100px; font-size: 30px;}
  
  .blockquote-wrapper-black{ padding: 8rem 12%;}
  
  .row-fluid .logo { width: 250px; }
}

 @media (min-width: 768px) and (max-width: 991px) {
 
 
.body-container-wrapper { padding-top: 158px; }
.row-fluid .hero-banner2.hero-section h1 { font-size: 33px; }
 .row-fluid .wrapper { width:738px !important; }
 .row-fluid .top-logo { margin-right: 15px; } 
 .row-fluid .top-raw-1 .social-media__list li { font-size: 20px; margin-left: 5px; margin-top: 2px; }
 .row-fluid .top-talk .fa { margin-left:0; } 
 .row-fluid .logo { width:150px; margin-top: 5px; }
 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:12px; }
 .row-fluid .location-section h2 { font-size: 25px; }
 .row-fluid .location-section .add-div.location::after { font-size: 35px; }
 .row-fluid .location-section .add-div.phone::after { font-size: 28px; }
 .row-fluid .location-section .add-div.mail::after {font-size: 25px;}
 .row-fluid .location-section .add-div::after { top: -5px; }
 .row-fluid .location-section h2 { margin-bottom:10px; }
 .row-fluid .location-section { padding-bottom:70px; } 
 .row-fluid .location-section .form-right h2 { margin-bottom:20px; font-size:30px; }
 .row-fluid .left-text { float:left; width:100%; }
 .row-fluid .footer-menu { float:left; width:100%; padding:0 !important; margin:40px 0 0 0; }
 .row-fluid .footer .footer-menu .contact { left:0; }
 .row-fluid .footer .footer-menu .row-fluid > div:nth-child(n+3) { width:9.6%; }
 .row-fluid .footer-raw { padding-top: 40px; }
 .row-fluid .map-section iframe { height:400px !important; } 
 
 .row-fluid .hero-section h1 { font-size: 43px; } 
 .row-fluid .hero-section h4 { font-size: 18px; line-height: 2.3; }
 .row-fluid .herosub-text p { font-size: 14px;line-height: 3.15; } 
 .row-fluid .work-box { width: calc(100% / 2); padding:20px 20px; } 
 .row-fluid .tab-title ul li { margin-right: 11px; }
 .row-fluid .tab-title ul li a { font-size: 14px; padding: 9px 6px 5px; }
 .row-fluid .tab-title ul li:first-child { padding-right: 10px; }
 .row-fluid .tab-content { padding: 40px 0 100px; }
 .row-fluid .power-title h3 { font-size: 24px; line-height:normal; top:20px; }
 .row-fluid .service-custom { padding-top: 46px; } 
 .row-fluid .service-content h2 { font-size: 30px; line-height:normal; }
 .row-fluid .service-content.right-wrapper { padding-left: 40px !important; } 
 .row-fluid .service-content.left-wrapper .height-center { padding-right: 40px !important; }  
 .row-fluid .event-div{  padding-bottom: 120px; }
 .row-fluid .event-title h2 { font-size:32px; }
 .row-fluid .event-div.new-section2 { padding-bottom: 70px; } 
 .row-fluid .started-from.location-section { padding: 55px 0 5px; }
 .row-fluid .started-from .wrapper { padding: 78px 0 0px; }
 .row-fluid .event-div .work-box h4  { font-size: 25px; }
 .event-page .row-fluid .work-box .bgimg-main { margin-right: 29px !important; } 
 .row-fluid .blog-main { padding: 60px 0 100px; }
 .hs-blog-post .row-fluid .post-header h1 { font-size: 36px; } 
 
 .row-fluid .column-setion .contact-form { padding: 30px 24px; width:100%; margin:0; }  
 .row-fluid .column-raw { float:left; width:50%; margin:0 0 50px 0; padding-right:20px; }  
 .row-fluid .location-section.column-setion { padding: 55px 0 140px; }
 
 .row-fluid .location-section.column-setion.two-column { padding: 65px 0 120px; } 
 .row-fluid .one-column .column-raw { width:100%; } 
 .row-fluid .location-section.column-setion.two-column.one-column { padding: 50px 0 80px; } 
 
  .heading-block-quote h2 { font-size: 35px;}
  .heading-block-quote blockquote{ margin: 35px 100px; font-size: 30px;}
   
   	.heading-title-section h1 { font-size: 40px;}
		.heading-title-section h2 {font-size: 34px;}
		.blockquote-wrapper-black{ padding: 8rem 12%;}
 
   .row-fluid .how-help-form > div{padding: 80px 50px 85px;}
   
   .row-fluid .hero-section .video-html { padding-bottom:104.25%; }
   .home .row-fluid .hero-section { height: 603px; }
}

 @media (min-width: 30px) and (max-width: 767px) {


 .row-fluid .column-setion .contact-form { padding: 30px 24px; width:100%; margin:0; float:left; } 
 .row-fluid .column-raw { float:left; width:100%; margin:0 0 30px 0; } 
 .row-fluid .location-section.column-setion { padding: 35px 0 90px; }   
 .row-fluid .location-section.column-setion.two-column { padding: 50px 0 60px; }  

 .row-fluid .wrapper { width:100% !important; padding:0 15px; }
.row-fluid .blog-left .blog-follow { padding-top: 20px; }
 form .form-columns-2 .hs-form-field { margin:10px 0 0 0 !important; width:100% !important; padding:0 !important;  }
 .row-fluid .mainmenu .hs-menu-wrapper  ul  li { padding-left:0; padding-right:0; }
 .row-fluid .mainmenu .hs-menu-wrapper  ul  li a { padding:3px 40px 3px 20px; font-size:14px; }
 .row-fluid .h-v-50 { top:auto; left:auto; position:relative; -moz-transform: translateX(0%) translateY(0%);
-webkit-transform: translateX(0%) translateY(0%);
-o-transform: translateX(0%) translateY(0%);
-ms-transform: translateX(0%) translateY(0%);
transform: translateX(0%) translateY(0%); width:100%; }
  
 .row-fluid .location-section h2 { font-size: 25px; }
 .row-fluid .location-section .add-div.location::after { font-size: 35px; }
 .row-fluid .location-section .add-div.phone::after { font-size: 28px; }
 .row-fluid .location-section .add-div.mail::after {font-size: 25px;}
 .row-fluid .location-section .add-div::after { top: -5px; }
 .row-fluid .location-section h2 { margin-bottom:10px; }
 .row-fluid .location-section { padding-bottom:40px; }  
 .row-fluid .location-section .form-right h2 { margin-bottom:20px; font-size:30px; }
 .row-fluid .left-text { float:left; width:100%; }
 .row-fluid .footer-menu { float:left; width:100%; padding:0 !important; margin:20px 0 0 0; } 
 .row-fluid .footer .footer-menu .contact { left:0; }
 .row-fluid .footer .footer-menu .row-fluid > div { width:100% !important; margin:0 !important; } 
 .row-fluid .footer-raw { padding-top: 20px; }
 .row-fluid .map-section iframe { height:350px !important; }  
 .row-fluid a.cta_button { padding: 7px 12px; }
 .row-fluid .top-talk { margin: 6px 0 0 10px; } 
 .row-fluid .top-raw-2 { padding: 18px 0; }   
 
 .row-fluid .form-right { padding-left:0; } 
 .row-fluid .contact-form form .hs_submit { width:100%; text-align:center; float:left; margin-top:15px; } 
 .row-fluid .contact-form form { margin-top:10px; } 
 .row-fluid .contact-form { padding: 35px 24px 30px; }
 .row-fluid .contact-form form fieldset , .row-fluid .contact-form form fieldset > div { margin:0 !important; }
  .row-fluid .contact-form form label { margin-top:15px !important; }
  .row-fluid .footer .hs-menu-wrapper > ul { margin-top:20px; }

  .row-fluid .footer-logo { float:none; display:inline-block;  } 
  .row-fluid .logo { width:100%; text-align:center; } 
  .row-fluid .logo img { max-width:200px; display:inline-block; } 
  .row-fluid .right-auto.right { float:left; width:100%; text-align:center; padding: 10px 0 8px; } 
  .row-fluid .right-auto.right > div { float:none; display:inline-block; }
  
  .row-fluid .top-logo { float:left; width:100%; margin-right:0; }
  .row-fluid .top-logo img { max-width:150px; } 
  .mainmenu.js-enabled .hs-menu-flow-horizontal .right-auto , .mainmenu.js-enabled .hs-menu-flow-horizontal .left-auto { float:left; width:100%; } 
  .mainmenu.js-enabled .hs-menu-flow-horizontal .left-auto + ul { float:left; width:100%; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal .left-auto { background: rgba(0,0,0,.99);  }  
  .mainmenu.js-enabled .hs-menu-flow-horizontal .left-auto.left { padding: 5px 20px 0; }
  .row-fluid .top-raw-1 .social-media__list li a { padding:0 !important; border:0 !important; font-size:24px !important; } 
  .row-fluid .top-raw-1 .social-media__list { width:100%; margin-bottom:15px; }
  .row-fluid .top-raw-1 .social-media__list li { margin:0 10px 0 0 !important; border:0 !important; }
  .row-fluid .top-raw-1 .social-media__cta { width:100%; margin: 10px 0; }
  .row-fluid .top-raw-1 .social-media__cta a .fa { display: inline; }
  .row-fluid .top-raw-2 { background: rgba(0,0,0,.99);  }  
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { width:100%; border:0; left: 0% !important; transform: translateX(0%); padding:0; }
  .body-container-wrapper { padding-top: 137px; }
  .row-fluid .location-section { padding-top:50px; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:hover { background:#fa8e00; color:#fff; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li:hover a { color:#fff; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#fa8e00;  } 
   .row-fluid .hero-banner2 span { width:100%; } 
  

 .row-fluid .hero-section h1 { font-size: 24px; }  
 .row-fluid .hero-section h4 { font-size: 18px; line-height: 2.3; }
 .row-fluid .herosub-text p { font-size: 14px;line-height: 3.15; } 
 .row-fluid .work-box { width:100%; padding:20px 0px; text-align:center; }  
 .row-fluid .tab-title ul li { margin-right: 11px; float:left; width:100%; margin-right:0; }
 .row-fluid .tab-title ul li a { font-size: 14px; padding: 9px 6px 5px; }
 .row-fluid .tab-title ul li:first-child { padding-right: 10px; }
 .row-fluid .tab-content { padding: 20px 0 50px; }
 .row-fluid .power-title h3 { font-size: 24px; line-height:normal; top:10px;  }
 .row-fluid .service-custom { padding-top: 46px; } 
 .row-fluid .service-content h2 { font-size: 30px; line-height:normal; }
 .row-fluid .service-content.right-wrapper { padding-left: 40px !important; } 
 .row-fluid .service-content.left-wrapper .height-center { padding-right: 40px !important; }  
 .row-fluid .event-div{  padding-bottom: 60px; }
 .row-fluid .event-title h2 { font-size:32px; }
 .row-fluid .event-div.new-section2 { padding-bottom: 70px; } 
 .row-fluid .started-from.location-section { padding: 0px 0 5px; }
 .row-fluid .started-from .wrapper { padding: 78px 15px 0px 15px; }
 .row-fluid .event-div .work-box h4  { font-size: 25px; }
 .row-fluid .tab-title ul { margin:20px 0; }
 .row-fluid .work-box .yellow-cta { text-align:center; }
 
 .row-fluid .w-50 { width:100%; padding:40px 20px; text-align:center; height:auto !important; }  
 .row-fluid .services-box { display:block; }
 .row-fluid .service-image { height:250px !important; }
 .row-fluid .event-title { text-align:center; margin-top: 10px; }
 .row-fluid .event-title .left-auto ,  .row-fluid .event-title .right-auto  { float:left; width:100%; text-align:center; } 
 .row-fluid .event-title .all-event { margin-top:0; }
 .row-fluid .event-div .work-box { left:0; }
 .row-fluid .event-div .work-box .yellow-cta { float: none !important; display: inline-block; width: auto !important; }
 .row-fluid .partner-box { width:100%; margin:10px 0; }
 .row-fluid .started-from .contact-form  { padding: 30px 30px 60px; }
 .row-fluid .contact-form h4  { font-size: 16px; }
 
 .row-fluid .hero-section { text-align:center; } 
 .home .row-fluid .hero-section .wrapper { position:relative; top:auto; left:auto; transform:translateY(0); height:auto; }
 .home .row-fluid .hero-section {  height:auto; padding:200px 0 70px; }
 
 .row-fluid .mobile-tab { display:none; } 
 .row-fluid .tab-title ul li:first-child { pointer-events: initial; cursor:pointer; } 
 .row-fluid .tab-title ul .mobile-tab li:first-child::after { opacity:0; } 
 .row-fluid .tab-title ul .mobile-tab li:first-child { background:transparent; }
 .row-fluid .tab-title ul .mobile-tab li:first-child a { color:#fff; font-weight:400; }
 .row-fluid .tab-title ul li:first-child:before { background:#fccb15; width:10px; } 
 .row-fluid .tab-title ul .mobile-tab li:first-child:before { opacity:0; }   
 
 .row-fluid .tab-title ul li ,  .row-fluid .mobile-tab > li { border-bottom: 1px solid #ccc !important; }
 .row-fluid .mobile-tab > li:last-child { border-bottom:0 !important; }
/*  .row-fluid .video-html { display:none; } */
   .row-fluid .hero-section .video-html { padding-bottom:159.25%; }
 
 
 .event-page .row-fluid .work-box .w-50 { padding:0; text-align:left; }   
 .event-page .row-fluid .work-box .bgimg-main { height:200px !important; margin-bottom:25px; }
 .event-page .row-fluid .work-box { margin-bottom:50px; }
 .row-fluid .event-page-title { margin-top:0;  text-align:center; }
 .event-page .row-fluid .event-div { padding-bottom: 75px; }
 .row-fluid .event-page-title h2 { font-size: 30px; }
 
 .row-fluid .hero-banner2 { padding: 55px 0 110px; }
 .row-fluid .help-boxes h3 { margin-top:40px; }
 .row-fluid .help-boxes {padding-top:0; } 
 
 .row-fluid .post-item-raw { text-align:center; }
 .row-fluid .post-item-raw .hs-featured-image-wrapper { float:left; width:100%; text-align:center;  }
 .row-fluid .post-item-raw .hs-featured-image-wrapper img { display:inline-block; float:none; margin:10px 0 20px; }
 .row-fluid .header-section  a.cta_button {  font-size:11px; }
 .row-fluid .blog-right { float:left; width:100%; padding-top:50px; text-align:center; }
 .row-fluid .blog-follow ul li { float:none; display:inline-block; vertical-align:top; margin:0 3px; } 
 .row-fluid .blog-main { padding: 30px 15px 60px; text-align:center; }
 
 .hs-blog-post .row-fluid .post-header h1 { font-size: 30px; } 
 .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:12px; }
 
 .row-fluid .service-custom { padding-top: 0; } 
 
 .row-fluid .services-box .service-image > div { height: 114% !important;
    -moz-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(4deg);
    top: -50px !important;     background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important; opacity:0; }   
    
    .row-fluid .service-image { background-position: top center !important; } 
    
    .row-fluid .upcoming-div { margin-top: 45px; } 
    .row-fluid .event-div .work-box { text-align:left; } 
    .row-fluid .hero-section { text-align:left; } 
    .row-fluid .services-box .service-content , .row-fluid .work-box { text-align:left; }  
    .row-fluid .work-box .yellow-cta { text-align:right; }
    
    .row-fluid .hero-section { background: #000 !important; }  
 
 	
   	.heading-block-quote h2 { font-size: 32px;}
   	.heading-block-quote blockquote:after, .heading-block-quote blockquote:before{ height: 37px;}
   	.heading-block-quote blockquote{margin: 35px 15px; font-size: 25px;}
   
   	.blockquote-wrapper-black{ padding: 4rem 25px;}
   	.blockquote-wrapper-black h3{font-size: 23px;}
   
   .heading-title-section h1 {font-size: 35px;}
   .heading-title-section h2 { font-size: 28px; }
   
   .home .row-fluid .hero-section.hero-section-main .wrapper { position: relative; left: inherit; top: inherit;}
   .row-fluid .hero-section.hero-section-main h1 { font-size:25px; } 
   	.row-fluid .hero-section.hero-section-main h2 { font-size:22px; }
    .row-fluid .started-from .contact-form { width:100%; float:left; }
   .row-fluid .frm-pb-0, .row-fluid .frm-pb-0.event-div { padding-bottom:0px; }
   
   .row-fluid .how-help-form > div{    padding: 80px 50px 170px;    margin-top: 50px;}
   
   
    .row-fluid .right-auto.right { text-align:center; } 
   .row-fluid .right-auto.right .top-logo {  width: auto; margin-top: 4px; padding-right: 6px; text-align:left; } 
   .row-fluid .right-auto.right .top-logo img { max-width:135px; }
   .row-fluid .right-auto.right  a.cta_button { padding: 8px 10px;  }
   .row-fluid .top-talk a em span { display:none; } 
    .row-fluid .top-talk .fa-phone { display:none; }
   	.row-fluid .top-raw-1 a { font-size:10px !important; }
   	.row-fluid .header-section a.cta_button { font-size:10px !important; } 
   
   .row-fluid .mainmenu .top-logo {  display:none; }  
   
   .row-fluid .social-media__list { padding:0; list-style:none; }
   .row-fluid .social-media__list li { width:auto; float:left; padding-right:10px; }   
   .row-fluid .footer { font-size: 12px;  }
   
   .row-fluid .blog-result-sec { text-align:left; }
   .row-fluid .search-results-box h2 { font-size:24px; line-height:30px; }
   
} 


 @media (min-width: 768px) {
     a.mobile-trigger, a.child-triggerm { display: none !important; /* Hide button on Desktop */ }
    .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul { right:0; left:auto; }
      
    .row-fluid .mainmenu div.hs-menu-wrapper > ul > li:last-child > ul > li > ul { right:100%; left:auto !important; }
    
    .row-fluid .service-content.right-wrapper /*, .row-fluid .service-content.right-wrapper .height-center*/  { padding-left:80px; }
    .row-fluid .service-content.left-wrapper /*, .row-fluid .service-content.left-wrapper .height-center */ { padding-right:80px; }
    
   .row-fluid .service-content.right-wrapper .height-center  { padding-right:80px; }
   .row-fluid .service-content.left-wrapper .height-center  { padding-right:80px; }  
    
    
    .row-fluid .height-center { position:relative !important; top:52%; transform:translateY(-50%); z-index:11; width:100%; padding:100px 0 200px !important; }    
    .row-fluid .services-box .w-50 { position:relative; /*min-height:650px;*/ background:#fff; } 
    .row-fluid .services-box { -moz-transform: skewY(-4deg); -webkit-transform: skewY(-4deg); -o-transform: skewY(-4deg); -ms-transform: skewY(-4deg); transform: skewY(-4deg); }

    .row-fluid .height-center {-moz-transform: translateY(-50%) skewY(4deg); -webkit-transform: translateY(-50%) skewY(4deg); -o-transform: translateY(-50%) skewY(4deg); -ms-transform: translateY(-50%) skewY(4deg); transform: translateY(-50%) skewY(4deg);} 
    .row-fluid .services-box.even { margin-top:-60px; }

   .row-fluid .services-box.odd .service-image , .row-fluid .services-box.even .service-image { position:relative; }   
   .row-fluid .services-box.odd .service-image:after { position: absolute; bottom:59px; right: 0; content: '';  background: url(https://cdn2.hubspot.net/hubfs/2820628/border-left.png?t=1530180950513); background-repeat: no-repeat; width: 100%; height: 60px; z-index: 1; background-size: 100% 100%; }
   
   
   .row-fluid .services-box.even .service-content , .row-fluid .services-box.even .service-content { position:relative; }   
   .row-fluid .services-box.even .service-content:after { position: absolute; bottom:-1px; right: 0; content: '';  background: url(https://cdn2.hubspot.net/hubfs/2820628/border-left.png?t=1530180950513); background-repeat: no-repeat; width: 100%; height: 60px; z-index: 1; background-size: 100% 100%; }
   
    
   .row-fluid .services-box.odd .service-content:after { position: absolute; bottom:1px; right: 0; content: ''; background: url(https://cdn2.hubspot.net/hubfs/2820628/border-left.png?t=1530180950513); background-repeat: no-repeat; width: 100%; height: 60px; z-index: 1; background-size: 100% 100%;  transform: rotateZ(180deg); }
   .row-fluid .services-box.even .service-image:before { position: absolute; bottom:-1px; right: 0; content: ''; background: url(https://cdn2.hubspot.net/hubfs/2820628/border-left.png?t=1530180950513);
    background-repeat: no-repeat; width: 100%; height: 60px; z-index: 1; background-size: 100% 100%;   }
    .row-fluid .services-box.even .service-content:before { position: absolute; bottom: -59px; right: 0; content: ''; background: url(https://cdn2.hubspot.net/hubfs/2820628/border-left.png?t=1530180950513);  background-repeat: no-repeat;
    width: 100%; height: 60px; z-index: 1; background-size: 100% 100%;  transform: rotateZ(180deg); }
    .event-page .row-fluid .work-box .bgimg-main { margin-right:37px; width:46%; }
    .row-fluid .blog-right { float:right; width:25%; } 
    .row-fluid .blog-left { float:left; width:72%; padding-right:20px; position: relative;  margin-top: -31px; } 
    .hs-blog-post .row-fluid .blog-left { margin-top: -20px; } 
    .row-fluid .services-box .service-image > div { height: 114% !important; -moz-transform: skewY(-4deg); -webkit-transform: skewY(-4deg); -o-transform: skewY(-4deg); -ms-transform: skewY(-4deg); transform: skewY(4deg); top: -50px !important;     background-repeat: no-repeat !important; background-size: cover !important;  background-position: center center !important; } 
    .row-fluid .services-box .service-image { background-image:none !important; overflow: hidden; } 
   
   	.row-fluid .map-section { float:left; width:50%; margin:0; }
    
 

}

@media (max-width: 321px) {
  .row-fluid .top-talk { margin: 5px 0 0 5px; } 
}

@media (max-width: 480px) {
  
  .button-group-section > span{ display:block; margin-bottom:10px; text-align:center;}
  
}



 @media (max-width: 767px) { /* Variables
     ========================================================================== */ {
% set menuColorMobile = "#455560" %
}   /* Set Mobile Menu Background Color */ {
% set aColorMobile = "#fff" %
}      /* Set Link Color */ {
% set aColorHoverMobile = "#fff" %
} /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu * {
 display: block;
 float: none;
 position: static;
 top: auto;
 right: auto;
 left: auto;
 bottom: auto;
 padding: 0px;
 margin: 0px;
 background-image: none;
 background-color: transparent;
 border: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 -webkit-box-shadow: none;
 -moz-box-shadow:    none;
 box-shadow:         none;
 max-width: none;
 width: 100%;
 height: auto;
 line-height: 1;
 font-weight: normal;
 text-decoration: none;
 text-indent: 0px;
 text-align: left;
 color: { {
aColorMobile
}
};
}


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

  a.mobile-trigger {
 display: inline-block !important; /* Hide button on Desktop */
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute; /*******************************************/
 top: 22px;          /* Position Button at top right of screen  */ 
 left: 7px;        /*******************************************/
 width: 37px; /* Button width */
 height: 34px; /* Button height */
 padding: 6px 4px 8px 8px;

 z-index: 99999999999; /* Z-index to keep button on top of other layers */
 -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
 font-size: 16px;
 font-weight: normal;
 text-align: left;
 text-transform: uppercase;
 border-radius: 6px;
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 transition:color .2s ease-in;
}
 a.mobile-trigger:hover {
 text-decoration: none; /* Removes link text underline on button */
 color: { {
aColorHoverMobile
}
};
}
 a.mobile-trigger span {
 display: inline;
}
 a.mobile-trigger span:before {
 position: absolute;
 content: 'Menu'; /* Change the text on the closed toggle button */
}
 a.mobile-trigger span:after {
 position: relative;
 right: 2px;
 content: 'Close'; /* Change the text on the open toggle button */
 background-color: { {
menuColorMobile
}
};
 opacity: 0;
 transition: opacity .4s ease-in-out;
 -moz-transition: opacity .4s ease-in-out;
 -webkit-transition: opacity .4s ease-in-out;
}

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger {
 -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
 -moz-transition:background-color 0.2s linear; /* Button color transition effect */
 transition:background-color 0.2s linear; /* Button color transition effect */
 background: transparent; /* Changes button background to be slightly darker than open menu color */
}
 .mobile-open a.mobile-trigger span:after {
 opacity: 1;
}


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

  a.mobile-trigger i {
 display: inline;
 position: relative;
 top: -2px;
 margin-left: 0;
 -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s;
 -moz-transition-duration: 0s;
 -moz-transition-delay: .2s;
 transition-duration: 0s;
 transition-delay: .2s;
}
 a.mobile-trigger i:before, a.mobile-trigger i:after {
 position: absolute;
 content: '';
}
 a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after {
 width: 22px; /* Icon line width */
 height: 3px; /* Icon line height */
 background-color:#fff; 
 display: inline-block;
}
 a.mobile-trigger i:before {
 margin-top: -6px; /* Position top line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 a.mobile-trigger i:after {
 margin-top: 6px; /* Position bottom line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 .mobile-open a.mobile-trigger i {
 background-color: rgba(0, 0, 0, 0.0);
 -webkit-transition-delay: .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:before {
 margin-top: 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:after {
 margin-top: 0;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}

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

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


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

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


    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal {
 position: fixed; /**************************************************************/
 top: 140px;             /* Positions the menu to drop from the very top of the screen */
 right:100%;          /**************************************************************/
 width: 100%;
 height:100%;
 -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 transition:all 700ms ease-in-out;
 
display:block !important;
}

.mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { 
    right:0;
    
}
 .mainmenu .hs-menu-flow-horizontal {
 padding: 0px 0 0 0; /* Padding to add room for close button */
 background: rgba(0,0,0,.99);
 width: 100%; /* Full screen width */
 z-index: 8888;
}

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li {
 position: relative;
}
 .mainmenu .hs-menu-flow-horizontal > ul > li a {
 font-size: 15px; /* Font size of top level list items */
 line-height: 38px;
 overflow: visible;
}

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

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

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


@media (max-width: 551px) {     
    
    .row-fluid .partner-box { padding: 0 50px 10px;  }    
    
}


/*hs support  - styling blog RSS feed on landing pages*/

@media (min-width: 768px) {
.hs-related-blog-item.hs-with-featured-image, .hs-rss-item.hs-with-featured-image {
  width:33.3%;
  float:left;
}
  
.hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
  width:90%;
  padding:10px;  
}

}

@media (max-width: 767px) {
.hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width:100%;
  }
}

/*end hs support */


/* Buttons */

.btn {
  padding: 20px 40px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}

.btn-yellow {
  background: #ffce00;
  color: #333333;
}
  .btn-yellow:hover {
    background: #295697;
    color: #fff;
  }

.btn-outline-grey {
  color: #295697;
  border: 1px solid #d5ddea;
} 
  .btn-outline-grey:hover {
    background: #295697;
    border-color: #295697;
    color: #fff;
  }

.anchorJump {
	padding-top:200px !important;
	margin-top:-200px !important;
	position:relative;
  z-index:0;
}

/* new cta button styling */
.ctaButtonSolid {
  display: inline-block;
  padding: 12px 12px;
  margin:10px 0 25px;
  font-size: 20px;
  font-weight:bold;
  line-height: 1.25;
  color: #fff!important;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2b5697;
  border: 1px solid #2b5697;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-weight:normal;
  font-family: 'Open Sans', sans-serif;
}

.ctaButtonSolid:hover {
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #2b5697;
  font-weight:bold;
  color: #fff!important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

.ctaButtonSolid:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

.twoCols {
	column-count:2;
}