/* @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=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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


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


.cta-rotaiton, .cta-rotaiton::before, .cta-rotaiton::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.cta-rotaiton { position:relative; float:left; width:auto; }
.cta-rotaiton  { color: #69ca62; box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5); }
.cta-rotaiton::before, .cta-rotaiton::after { content: ''; z-index: -1; margin: -5%; box-shadow: inset 0 0 0 2px; animation: clipMe 8s linear infinite; }
.cta-rotaiton::before { animation-delay: -4s; }

@keyframes clipMe {
  0%, 100% { clip: rect(0px, 220px, 2px, 0px); }
  25% { clip: rect(0px, 2px, 220px, 0px); }
  50% { clip: rect(218px, 220px, 220px, 0px); }
  75% { clip: rect(0px, 220px, 220px, 218px); }
}


* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; list-style:none; outline:0; }
body ,html { overflow-x:hidden; }
body { margin:0; padding:0; font-family: 'Raleway', sans-serif; color: #666; background-color: #fff; font-size: 14px; font-weight: 500;  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;/* overflow-x:hidden;*/  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
.row-fluid .wrapper { margin:0 auto !important; width:1080px !important; float:none !important; -webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease; 
-o-transition: all .7s ease;
transition: all .7s ease; }
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:73px; margin:0; line-height:99px; clear:both; letter-spacing:0.42px; text-transform:uppercase; }
h2 { font-size:55px; margin:0; line-height:normal; clear:both; }
h3 { font-size:40px; margin:0; line-height:normal; clear:both; color:#132638; }
h4 { font-size:30px; margin:0; line-height:normal; clear:both; color:#132638; }
h5 { font-size:25px; margin:0; line-height:normal; clear:both; color:#132638; }
h6 { font-size:20px; margin:0; line-height:normal; clear:both; }


.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% !important; }
form .form-columns-2 { width:100%; }
form .form-columns-2 .input input { width:100% !important; }
form .hs-fieldtype-booleancheckbox .input input  { width:auto !important; height:auto !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 .hs-button  { display:inline-block; text-transform:uppercase; text-align:center; color: #fff; background: #25c9da; font-weight:700; padding: 8px 20px; }
form .input input.error { background:#ff6666 !important; }  
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;display:inline-block;
-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; }  


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:center 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 .text-center { text-align:center; }
.row-fluid  .classic-effect a:before { background: rgba(255,255,255,0.4); content: ''; width: 43%; left:-110px; height: 300%; position: absolute; top: -60px; transform: skew(-60deg);  -webkit-transform: skew(-60deg); -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; }
.row-fluid  .classic-effect a:hover:before { left: 120%; top:0px;} 

blockquote { float:left; width:100%; background:#F7F7F7; color:#003B5C; border-left:4px solid #55B775; padding: 35px 50px; margin:10px 0 40px; } 
blockquote p  { float:left; width:100%; margin:0; padding:0; }
.row-fluid .row-fluid-flex .row-fluid  { display: flex; align-items: center; }

.row-fluid .post-next-prev {  display: flex; align-items: center; margin:35px 0; float:left; width:100%; border-top:1px solid #55B775; padding-top:35px; } 
.row-fluid .post-next-prev a { font-size:25px; color:#003B5C; display:inline-block; line-height:30px; }
.row-fluid .post-next-prev .fa { color:#55B775; display:inline-block; margin-top:10px; }
.row-fluid .post-next-prev a:hover { color:#55B775; }   

.row-fluid .inner-related-post .related-post-item { float:left; width:50%; }   
.row-fluid .inner-related-post .related-post-item .bgimg-main { height:250px; }
.row-fluid .inner-related-post .related-post-item .related-post-box { margin-right:15px; background:#EFEFEF; float:left; margin-bottom:15px; }  
.row-fluid .inner-related-post .related-post-item:last-child .related-post-box { margin-right:0; } 
.row-fluid .inner-related-post .related-post-item .related-title a { display:inline-block; font-size:25px; color:#003B5C; font-weight:700; padding: 10px 15px; line-height:28px; }
.row-fluid .inner-related-post .related-post-item .related-title a:hover {  color:#55B775; }
.row-fluid .inner-related-post .left { float:left; width:20%; }
.row-fluid .inner-related-post .right { float:left; width:80%; }
.row-fluid .inner-related-post h3 { color:#55B776; margin:5px 0 20px; } 
.row-fluid .blog-comment-form { background:#F0F0F0; margin:40px 0; padding:40px 60px; font-size:19px; color:#272B2E; }
.row-fluid .blog-comment-form form { float:left; width:100%;font-family: 'Source Sans Pro', sans-serif;  }
.row-fluid .blog-comment-form h2 { color:#55B776; margin-bottom:5px; } 
.row-fluid .blog-comment-form form .hs_submit { float:left; width:100%; text-align:center; font-family: 'Source Sans Pro', sans-serif; }
.row-fluid .blog-comment-form form .hs-input { border-radius:7px; height:37px; background:#fff; border:1px solid #D9D9D9; font-family: 'Source Sans Pro', sans-serif; }
.row-fluid .blog-comment-form form .hs-form-field > label { font-size:17px; color:#272B2E;  float:left; width:100%; margin-bottom:3px; }
.row-fluid .blog-comment-form form fieldset > div { margin-bottom:14px !important; }
.row-fluid .blog-comment-form form ul { padding:0; margin:0; } 
.row-fluid .blog-comment-form form .hs-button { background:#55B775; color:#fff; font-size:19px; font-weight:600; border-radius:7px; font-family: 'Source Sans Pro', sans-serif; width: 270px; height: 47px; line-height: 47px; padding: 0; }
.row-fluid .blog-comment-form form .hs-button:hover { background: #003B5B; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li ul { background:#256CB5; top:48px; padding:0px; width:100%; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a { padding:5px 15px; display:inline-block; color:#fff; }


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

.row-fluid .main-header { padding:45px 0; -webkit-transition: all .5s ease-in-out; 
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out; }
.row-fluid .header { padding-top:19px; }  
.row-fluid .mainmenu { margin-top:2px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li a { color:#fff; font-weight:700; }  
.row-fluid .hero-section { background-image: linear-gradient(100deg,#428e89 0%,#1d5a5b 100%); }
.row-fluid .hero-section .hero-content { text-align:center; padding-top:200px; padding-bottom:270px; }
.row-fluid .hero-section h1 { color:#fff; text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5), 0 0 21px 0 rgba(0,0,0,0.5);} 
.row-fluid .hero-section h1 span { color:#256CB5; } 
.row-fluid .hero-section { position:relative; z-index:11; }       


.row-fluid .inner-hero { background:#2B2A2A; }  
.row-fluid .hero-section.inner-hero h1 { text-transform:capitalize; } 
.row-fluid .hero-section.inner-hero .hero-content {  padding-top: 40px; padding-bottom: 100px; }    

.row-fluid .header .wrapper { width: 100% !important; padding:0 34px; } 
.row-fluid .toplogo img { max-width:168px; }    
 
.row-fluid .webinar-form { padding-left:40px; font-family: 'Raleway', sans-serif; padding-right:30px; }  
.row-fluid .webinar-form h3 { float:left; width:100%; font-weight: 600; color: #534b4f; line-height: 1.4em; font-size: 26px; padding-bottom:7px; }
.row-fluid .webinar-form h3.form-title { display:none; }
.row-fluid .webinar-form form .hs-richtext  { position:relative; margin-top:-10px; margin-bottom:5px;  float:left; width:100%;  } 
.row-fluid .webinar-form form .hs-richtext p { margin-top:0; float:left; width:100%; }

.row-fluid .webinar-form > div { width:450px; float:right; background:#fff; padding:30px 30px 50px; }
.row-fluid .webinar-form > div:nth-child(2) { padding-top:0; }
.row-fluid .webinar-form > div:nth-child(1) { padding-bottom:10px; }

.row-fluid .hero-box.whitepaper-hero-box { padding-bottom:0; margin-bottom:-133px; }
.row-fluid .hero-box { padding:171px 0 70px; } 

.row-fluid .webinar-form form .hs-input { font-family: 'Raleway', sans-serif; margin-bottom: 3%; float:left; width:100%; height:53px; color:rgba(83, 75, 79, 0.61); font-size:16px; border-width: 1px;  padding: 16px; border-color: rgba(0,0,0,.12); }
.row-fluid .webinar-form form .hs-button { background: #8e403a; padding-left: 25px; padding-right: 25px; border-radius: 2px; margin-top:0px; float:right; height:55px; display:inline-block; font-family: 'Raleway', sans-serif; font-weight:700; text-transform:uppercase; border-color: #8e403a; letter-spacing: 2px; color:#fff;  font-size: 14px; }
.row-fluid .webinar-form form .hs-button:hover { background:#1D5A5B !important; }

.row-fluid .form-parent.fadeInRight { opacity: 1; -webkit-transition: all 2s linear; -moz-transition: all 1.5s ease; -ms-transition: all 1.5s ease; -o-transition: all 1.5s ease;
transition: all 1.5s ease;  -webkit-transform: translateX(30px);  transform: translateX(30px); }

.row-fluid .form-parent.fadeInRight.go {  -webkit-transform: translateX(0px); 
    transform: translateX(0px);  animation-play-state: paused;   -webkit-animation-name: initial; }


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

.row-fluid .blog-box { padding:20px 0 80px; } 
.row-fluid .blog-box h2 { margin-bottom:25px; text-align:center; }
.row-fluid .post-box { float:left; width:33.3%; padding:50px 25px; } 
.row-fluid .post-box .bgimg-main { height:340px; color:#fff; padding: 20px 25px; position:relative; }
.row-fluid .post-box .bgimg-main:after { position: absolute; z-index: -1; opacity: .42; left: 0; top: 0; width: 100%; height: 100%; content: '';  background: rgba(0,0,0,.5); }
.row-fluid .post-box a { color:#fff; }
.row-fluid .post-box .date { font-weight:300; font-size:16px; }
.row-fluid .post-box .post-title { border: 5px solid #FFFFFF; font-weight:700; text-align:center; margin:20px 0; padding: 11px 10px; float: left; width: auto; -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out; 
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
.row-fluid .post-box .post-title a { display: flex; align-items: center;	 } 
.row-fluid .post-box .post-bottom { position:absolute; bottom:0; left:0; background:rgba(255,255,255,.5); }
.row-fluid .post-box .post-bottom a { padding:22px; font-size: 30px; -webkit-transition: all .5s ease-in-out; position:relative; left:0;
    -moz-transition: all .5s ease-in-out; 
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; } 
.row-fluid .post-box .post-bottom:hover a { -moz-transform: rotateY(-42deg);    
-webkit-transform: rotateY(-42deg);
-o-transform: rotateY(-42deg);
-ms-transform: rotateY(-42deg);
transform: rotateY(-42deg); }
.row-fluid .post-box .post-title:hover { border-color:#256CB5; } 
.row-fluid .blog-cta a.cta_button:after { opacity:0; }
.row-fluid .blog-cta a.cta_button:hover  { color: #256CB5; }
.row-fluid .blog-cta a.cta_button:hover:before { color: #256CB5; } 
.row-fluid .blog-cta a.cta_button:before { right: 28px; }   
.row-fluid .blog-cta a.cta_button {  padding-right: 80px; } 


.row-fluid .sign-up-raw form .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.row-fluid .sign-up-raw form .hs-input::-moz-placeholder { /* Firefox 19+ */  
  color: #fff;
}
.row-fluid .sign-up-raw form .hs-input:-ms-input-placeholder { /* IE 10+ */     
  color: #fff;
}
.row-fluid .sign-up-raw form .hs-input:-moz-placeholder { /* Firefox 18- */     
  color: #fff; 
}

.row-fluid .footer-social a { background:#fff; margin-right:15px; border:1px solid transparent; text-align:center; width:60px; height:60px; line-height:60px; border-radius:100%; color:#4A4A4A; font-size: 30px; }  
.row-fluid .footer-social a:hover { border-color:#fff; color:#fff; background:#256CB5; } 
.row-fluid .footer-bottom .span4 .cta_button , .row-fluid .footer-bottom .span4 .cta_button:before { color: #fff; background:transparent; }
.row-fluid .footer-bottom .span4 .cta_button:after { opacity:0; }      
.row-fluid .footer-bottom .span4 .cta_button:hover { color: #fff; } 
.row-fluid .footer-bottom .footer-box-raw .row-fluid { display:flex; } 
.row-fluid .footer-bottom .span4 { margin:0; padding: 55px 90px; position:relative;  float:left; width:33.3%; text-align:right; color:#fff; color: #FFFFFF;	font-size: 18px;	font-weight: 300;	letter-spacing: 0.42px;	line-height: 24px; }
.row-fluid .footer-bottom-content { position:absolute; right:0; bottom:0; width:100%; } 
.row-fluid .footer-inner { height:404px; }
.row-fluid .footer-bottom .span4 .cta_button:before { right:5px; }
.row-fluid .footer-bottom .span4 .cta_button { font-size:22px;  padding-right: 55px; }
.row-fluid .footer-bottom .span4 a:hover { color:#256CB5; }
.row-fluid .footer-box-raw h4 { color:#fff; }  
.row-fluid .banner-div { height:660px; background-position:top center; text-align:center; position:relative; }  
.row-fluid .banner-div:after , .row-fluid .market-image:before { position: absolute;
    z-index: -1;
    opacity: .42;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background:rgba(255,255,255,.9); }


/*************Blog Css*************/

.row-fluid .blog-main { padding:60px 0 60px; }     
.row-fluid .post-raw { margin-bottom:40px;  font-size: 19px; color:#464646; } 
.row-fluid .post-raw h2 , .row-fluid .post-raw h2 a { color:#003B5C; font-weight:900; }      
.row-fluid .post-raw h2 a:hover { color:#55B775; } 
.row-fluid .post-date { display: flex; align-items: center; color:#555555; margin:20px 0 10px; }   
.row-fluid .post-date a { color:#55B775; display:inline-block; margin-right:10px; } 
.row-fluid .post-date p { margin:0; } 

.row-fluid .post-raw .post-img-height { overflow:hidden; border-radius: 5px; margin-bottom:35px;  height:400px;  -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;   }
.row-fluid .post-raw .bgimg-main { float:left; width:100%; height:100%; position:relative; overflow:hidden;  z-index: -1; float:left; width:100%; }      

.row-fluid .post-raw .post-img-height:hover .bgimg-main { -moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }

.row-fluid .post-raw .more-link { display:inline-block; color:#55B775; position:relative; margin-top:20px; font-weight:600; }
.row-fluid .post-raw .more-link:after { position: absolute; left: 0; bottom:0px; display: inline-block; height: 1.5px; width: 100%; border-bottom: 1px solid; content: ''; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }
.row-fluid .post-raw .more-link:hover:after { bottom: -5px; } 
.row-fluid .post-raw .bgimg-main:after { position: absolute; left: 0;  top: 100%; content: ''; height: 100%;  width: 100%;  background: rgba(85,183,117,0.2); z-index: -1;     -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;   
    -ms-transition: all .7s ease; 
    -o-transition: all .7s ease; 
    transition: all .7s ease; }
.row-fluid .post-raw:hover .bgimg-main:after { top:0; }         
.row-fluid .blog-right h3 { font-size:28px;  font-weight:700; margin-bottom:10px;  } 
.row-fluid .blog-social a { display:inline-block; width:50px; font-size: 26px; height:50px; line-height:50px; text-align:center; background:#55B775; border-radius:100%; margin-left:28px; }
.row-fluid .blog-social a:last-child { margin-left:15px; }
.row-fluid .blog-social a:hover { background:#fff; }
.filter-link-count { display:none; }
.row-fluid .blog-right form { float:left; width:100%; margin-top:10px; position:relative; border-radius:6px; overflow:hidden; border:1px solid #D9DADA; }
.row-fluid .blog-right form .hs-button {  position:absolute; height:100%; top:0; right:0; width:auto; padding:0 12px; color:#fff; border:0; background:#55B775; font-size:14px; border-left:1px solid #D9DADA;  font-family: 'Source Sans Pro', sans-serif; }
.row-fluid .blog-right form .hs-input { height:38px; float:left; width:100%; max-width:100%; border:0; color:#9F9F9F; font-size:14px;  font-family: 'Source Sans Pro', sans-serif; padding:0 120px 0 15px; } 
.row-fluid .pagination-raw { float:left; width:100%; margin-top:100px; padding:0; }
.row-fluid .pagination-raw li { float:none; display:inline-block; width:auto; margin:0 7px; } 
.row-fluid .pagination-raw li a { display:inline-block; color:#003B5C; font-size:20px; } 
.row-fluid .pagination-raw li a:hover , .row-fluid .pagination-raw li.active a  { color: #55B775; } 


/* System Pages */

.row-fluid .system-contentsec { padding:80px 0; text-align:center; background:#f9f9f9; float:left; width:100%; }
.row-fluid .system-contentsec h1 { color:#231f20; margin:0 0 10px; }
.row-fluid .system-contentsec h2 { color:#231f20; margin:0 0 10px; }
.row-fluid .system-contentsec h3 { font-size:26px; line-height:30px; color:#231f20; font-weight:700 !important; }
.row-fluid .system-contentsec form { float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%; }
.row-fluid .system-contentsec form input[type="text"], .row-fluid .system-contentsec form input[type="password"], .row-fluid .system-contentsec form input[type="email"] { border:1px solid #ccc; outline:0; height:50px !important; background:#fff; font-size:14px !important; color:#333; width:100% !important; margin:15px 0 !important; font-family: 'Montserrat', sans-serif; padding:0 15px !important; }
.row-fluid .system-contentsec form a.hs-button, .row-fluid .system-contentsec form input[type="submit"] { background:#fff; transition:all .5s; border:1px solid #00205b; color:#00205b; font-size:18px; font-weight:700; display:inline-block; max-width:100%; text-transform:uppercase; padding:15px 40px; cursor:pointer; }
.row-fluid .system-contentsec form a.hs-button:hover, .row-fluid .system-contentsec form input[type="submit"]:hover { color:#fff; background:#00205b; }
html body .system-contentsec .page-header { padding:0; }

.row-fluid .sub-preferencesec form { width:100%; }
.row-fluid .sub-preferencesec br { display:none; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .item, .row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options { text-align:left; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h1, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h1, .row-fluid .widget-type-email_simple_subscription h1 { font-size:50px; line-height:54px; color:#231f20; font-weight:700; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec h2, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h2, .row-fluid .sub-preferencesec.widget-type-email_simple_subscription h2 { font-size:34px; line-height:38px; color:#231f20; font-weight:700; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options label { margin:0; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .subscribe-options input[type="checkbox"] { margin-left:0; top:2px; }
.row-fluid .widget-type-email_subscriptions.sub-preferencesec input[type="checkbox"] { position:relative; top:5px; height:auto; }  
.row-fluid .widget-type-email_subscriptions.sub-preferencesec .item p { padding:0; margin:0; } 

.row-fluid .widget-type-rich_text ul { float:left; width:100%; margin:0; padding:0; }
.row-fluid .widget-type-rich_text ul li { float:left; width:100%; }

.result-page .row-fluid .hs-search-results { width:100%; float:left; padding:60px; }
.result-page .row-fluid .hs-search-results ul { width:100%; float:left;  }
.row-fluid .hs-search-results ul li { width:100%; float:left; padding-top: 15px; margin-bottom:15px; border-bottom:1px solid #CCC; padding-bottom: 15px;}
.row-fluid .hs-search-results ul li a { width:100%; float:left; color:#AF5525; font-size: 18px; line-height: 26px; margin-bottom: 6px; transition:all .6s ease; }
.row-fluid .hs-search-results ul li a:hover { color:#000; transition:all .6s ease; }
.row-fluid .hs-search-results__pagination { background:#AF5525; padding: 10px 15px; float: right; color: #FFF; font-size: 16px; line-height: 24px; margin-bottom: 30px; margin-top: 20px; }
.row-fluid .hs-search-results__pagination:hover {  }

.row-fluid .search_resultpage { padding-top:50px; } 
.row-fluid .header_search .hs-search-field { width:100%; float:left; position: relative; right: -70px;}
.row-fluid .header_search .hs-search-field__bar { width:100%; float:left; }
.row-fluid .header_search form { width:100%; float:left; }
.row-fluid .header_search form .hs-search-field__input { width:100%; float:left; height:34px; border:none; padding:10px 15px;}
.hs-search-results__next-page { color:#fff !important; text-decoration:none; }
.row-fluid .hs-search-results ul li p { float:left; width:100%; }

.result-page .row-fluid .blog-main { display:none; } 
.hs-search-field--open .hs-search-field__suggestions { background:#fff; border:0;  float:left; width:100%; }
.hs-search-field__suggestions li { float:left; width:100%;  font-family: 'MyriadProRegular'; }
.hs-search-field__suggestions li , .hs-search-field__suggestions li a { color:#000; }
.hs-search-field__suggestions li a { padding:5px 15px; }
.hs-search-field__suggestions li:first-child { padding:5px 15px; }
.row-fluid .cta-img img { height: auto; width:auto; }

.row-fluid .market-section h4 { float:left; width:100%; margin-bottom:20px; } 
.row-fluid .contact-email > .row-fluid-wrapper > .row-fluid { display:flex; }
.row-fluid .direct-raw { text-align:center; padding:70px 0 90px; }
.row-fluid .direct-raw h2 { float:left; width:100%; margin-bottom:30px; } 
.row-fluid .generation-txt { font-size:31px; color:#132638; font-weight:300; line-height:normal; }   
.row-fluid .approach-cycle { padding-top:100px; }

.row-fluid .sign-up-raw.contact-social h2 { padding-bottom:0; }
.row-fluid .sign-up-raw.contact-social {  background: #4A4A4A; padding: 50px 0 50px; }
.row-fluid .market-image.Off:after  { display:none; } 

/*  */
.row-fluid .hero-left-side { padding-top: 10px;}
.img-box img { max-width:510px; width:100%; height:auto; }
.mainbox { font-size:18px; line-height:32px; color:#fff; }
.mainbox h1 { color:#fff; font-weight: 600; font-size: 48px; line-height: 1.4em; text-transform:capitalize; margin: 30px 0 10px; float: left; width: 100%; } 
.supported-txt { margin-top:55px; }
.supported-img img { max-width:178px; width:auto; height:auto; margin-top:12px; } 

/* End */



.row-fluid .new-about-section{width:100%;float:left;padding-top: 28px;  padding-right: 80px;  position: relative;  padding-left: 80px;  margin-top: 110px;  border-radius: 10px;  box-shadow: 0px 10px 55px 0px rgba(0,0,0,.07);background-size: cover;  background-repeat: no-repeat;  background-position: center center;}
.row-fluid .new-about-section .about-block{border-radius: 5px;top: 52px; width: 51.5%;  box-shadow: 0px 10px 55px 0px rgba(0,0,0,.07);  position: relative;  margin-bottom: -60px;  font-size: 16px;  padding: 60px 40px 80px;  color: #534b4f;  line-height: 29px;  background-color: #fff;}
.row-fluid .new-about-section .about-block .section-title h2{font-weight: 700;  font-size: 30px;  margin-bottom: 10px;  color: #534b4f;  line-height: 1.3em; float: left;  width: 100%;}
.row-fluid .new-about-section:before{position: absolute;  left: 0;  top: 0; width: 100%;  height: 100%;  content: '';  opacity: .8;  border-radius: 10px;    background-image: -ms-linear-gradient(right, #1b4b4b 0%, #428E89 100%);
    background-image: -moz-linear-gradient(right, #1b4b4b 0%, #428E89 100%);
    background-image: -o-linear-gradient(right, #1b4b4b 0%, #428E89 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1b4b4b), color-stop(100, #428E89));
    background-image: -webkit-linear-gradient(right, #1b4b4b 0%, #428E89 100%);
    background-image: linear-gradient(to left, #1b4b4b 0%, #428E89 100%);}




@media (max-width: 1240px) and (min-width: 992px){
  .row-fluid .new-about-section .about-block{width: 61.5%;}
}

@media (min-width: 1240px) { 
  
  .row-fluid .hero-box.whitepaper-hero-box {  padding-top:115px; } 
  
}

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

  h1 { font-size:60px; }
  h2 { font-size: 45px;}
  h3 { font-size: 30px; } 
  .row-fluid .wrapper { width:900px !important; }
  .row-fluid .webinar-form > div { width:340px; }
  .row-fluid .hero-box { padding: 125px 0 150px; }
 
}

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

 body .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding: 5px 9px; } 
 .row-fluid .wrapper { width:100% !important; padding:0 5%; }         
  h1 { font-size: 45px; line-height:normal; }
  h2 { font-size: 35px;}
  h3 { font-size: 22px; } 
  h4 { font-size: 21px;}
   
  .row-fluid .webinar-form > div { width:300px; }
  .row-fluid .hero-box { padding: 95px 0 100px; }
  .row-fluid .mainmenu { margin-top: 0px; }
   .row-fluid .toplogo img { max-width: 140px; }
   .row-fluid .new-about-section .about-block{width: 81.5%;}
   .row-fluid .new-about-section .about-block .section-title h2{    margin-bottom: 0;}
}

 @media (min-width: 30px) and (max-width: 767px) {
   .row-fluid .about-section-wrap{    padding: 50px 0;    margin-top: 0;}
   .row-fluid .new-about-section{padding: 20px 20px 0;    text-align: center;    margin-top: 0px;  }
   .row-fluid .new-about-section .about-block{padding: 20px 20px 30px;    font-size: 15px;    line-height: 24px; top: 0;   width: 100%;}
   .row-fluid .new-about-section .about-block .section-title h2{margin-bottom: 0;}
   
   br { display:none; }
  .row-fluid .hero-box { padding: 55px 0 80px; }
  .row-fluid .webinar-form > div { width:100%; }
  .row-fluid .webinar-form { padding-right: 0px; padding-left: 0px; margin-top:30px; float:left; width:100%; } 
  .row-fluid .header .wrapper { padding: 0 20px; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li a { color:#000; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child  { border:0; }
  .row-fluid .header { padding-top: 27px; }
  .row-fluid .toplogo.left-auto {  width:100%; text-align:center; }
  

	/* Mobile Responsive */
  .row-fluid .system-contentsec h1, .row-fluid .widget-type-email_subscriptions.sub-preferencesec h1, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h1, .row-fluid .widget-type-email_simple_subscription h1 { font-size:35px; line-height:40px; }
  .row-fluid .system-contentsec h2 { font-size:30px; line-height:34px; }	
  .row-fluid .widget-type-email_subscriptions.sub-preferencesec h2, .row-fluid .widget-type-email_subscriptions_confirmation.sub-preferencesec h2, .row-fluid .widget-type-email_simple_subscription h2 { font-size:26px; line-height:30px; }    
  .row-fluid .system-contentsec form a.hs-button, .row-fluid .system-contentsec form input[type="submit"] { font-size:15px; padding:12px 30px; white-space:normal; }
  .row-fluid .system-contentsec .email-prefs .item .item-inner { padding:10px 8px; }    
  .row-fluid .system-contentsec .checkbox-row span.fakelabel span { font-size:12px; }   
  .row-fluid .wrapper { width:100% !important; padding:0 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%; }
.result-page .row-fluid .hs-search-results { padding: 20px; }

 
  .row-fluid .mainmenu .hs-menu-wrapper ul li a {  font-weight:700; display: inline-block; width: auto; }
   
  h1 { font-size: 34px; line-height:normal; }
  h2 { font-size: 30px;}
  h3 { font-size: 22px; } 
  h4 { font-size: 21px;}

   
  .hs_cos_wrapper_type_menu > a.mobile-trigger { display:none !important; }
   .row-fluid .mobile-show { display:block !important; }
   
   .dl-menuwrapper a, .dfd-click-menu-activation-button a, .dfd-side-slide-header-button-wrap a { left:120px !important; }
   .row-fluid .dl-menuwrapper { z-index:0; float:left; width:100%; }
   
   .dl-menuwrapper,
.dfd-click-menu-activation-button,
.dfd-side-slide-header-button-wrap {
    position: relative;
    width: 36px;
    height: inherit;
    margin: 0 auto;
    z-index: 1003;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dl-menuwrapper a,
.dfd-click-menu-activation-button a,
.dfd-side-slide-header-button-wrap a {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 36px;
    margin-top: -18px;
    margin-left: -30px;
    -webkit-transition: background .3s ease, border-color .3s ease;
    -moz-transition: background .3s ease, border-color .3s ease;
    transition: background .3s ease, border-color .3s ease;
  cursor:pointer;
}
.dl-menuwrapper a .icon-wrap,
.dfd-click-menu-activation-button a .icon-wrap,
.dfd-side-slide-header-button-wrap a .icon-wrap {
    position: absolute;
    display: block;
    width: 34px;
    height: 2px;
    top: 50%;
    right: 0;
    margin-left: -12px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  cursor:pointer; 
}
.dl-menuwrapper a .icon-wrap.dfd-top-line,
.dfd-click-menu-activation-button a .icon-wrap.dfd-top-line,
.dfd-side-slide-header-button-wrap a .icon-wrap.dfd-top-line {
    margin-top: -7px;
  cursor:pointer; 
}
.dl-menuwrapper a .icon-wrap.dfd-middle-line,
.dfd-click-menu-activation-button a .icon-wrap.dfd-middle-line,
.dfd-side-slide-header-button-wrap a .icon-wrap.dfd-middle-line {
    width: 24px;
    margin-right: 0;
}
.dl-menuwrapper a .icon-wrap.dfd-bottom-line,
.dfd-click-menu-activation-button a .icon-wrap.dfd-bottom-line,
.dfd-side-slide-header-button-wrap a .icon-wrap.dfd-bottom-line {
    margin-top: 7px;
}

.dl-menuwrapper a .icon-wrap.dfd-bottom-line { width: 18px; }  
.dl-menuwrapper a:hover .icon-wrap.dfd-top-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-top-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-top-line , .mobile-open .dl-menuwrapper a .icon-wrap.dfd-top-line, .mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-top-line,.mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-top-line {
    -webkit-animation: dfdHamburgerButton .8s linear infinite;
    -moz-animation: dfdHamburgerButton .8s linear infinite;
    -o-animation: dfdHamburgerButton .8s linear infinite;
    -ms-animation: dfdHamburgerButton .8s linear infinite;
    animation: dfdHamburgerButton .8s linear infinite;
}

.dl-menuwrapper a:hover .icon-wrap.dfd-middle-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-middle-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-middle-line , .mobile-open .dl-menuwrapper a .icon-wrap.dfd-middle-line,.mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-middle-line,.mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-middle-line  {
    -webkit-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -moz-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -o-animation: dfdHamburgerButton 1.2s ease-in infinite;
    -ms-animation: dfdHamburgerButton 1.2s ease-in infinite;
    animation: dfdHamburgerButton 1.2s ease-in infinite;
}
.dl-menuwrapper a:hover .icon-wrap.dfd-bottom-line, .dfd-click-menu-activation-button a:hover .icon-wrap.dfd-bottom-line, .dfd-side-slide-header-button-wrap a:hover .icon-wrap.dfd-bottom-line , .mobile-open .dl-menuwrapper a .icon-wrap.dfd-bottom-line, .mobile-open .dfd-click-menu-activation-button a .icon-wrap.dfd-bottom-line,.mobile-open .dfd-side-slide-header-button-wrap a .icon-wrap.dfd-bottom-line {
    -webkit-animation: dfdHamburgerButton .6s ease-out infinite;
    -moz-animation: dfdHamburgerButton .6s ease-out infinite;
    -o-animation: dfdHamburgerButton .6s ease-out infinite;
    -ms-animation: dfdHamburgerButton .6s ease-out infinite;
    animation: dfdHamburgerButton .6s ease-out infinite;
}

  
   



@-webkit-keyframes dfdHamburgerButton {
    0% {
        -webkit-transform: scaleX(1);
    }
    25% {
        -webkit-transform: scaleX(.9);
    }
    50% {
        -webkit-transform: scaleX(1);
    }
    75% {
        -webkit-transform: scaleX(1.1);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}
@-moz-keyframes dfdHamburgerButton {
    0% {
        -moz-transform: scaleX(1);
    }
    25% {
        -moz-transform: scaleX(.9);
    }
    50% {
        -moz-transform: scaleX(1);
    }
    75% {
        -moz-transform: scaleX(1.1);
    }
    100% {
        -moz-transform: scaleX(1);
    }
}
@-o-keyframes dfdHamburgerButton {
    0% {
        -o-transform: scaleX(1);
    }
    25% {
        -o-transform: scaleX(.9);
    }
    50% {
        -o-transform: scaleX(1);
    }
    75% {
        -o-transform: scaleX(1.1);
    }
    100% {
        -o-transform: scaleX(1);
    }
}
@keyframes dfdHamburgerButton {
    0% {
        transform: scaleX(1);
    }
    25% {
        transform: scaleX(.9);
    }
    50% {
        transform: scaleX(1);
    }
    75% {
        transform: scaleX(1.1);
    }
    100% {
        transform: scaleX(1);
    }
}
} 


 @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 .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color: rgba(201,164,113,1); }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a:after { backface-visibility: hidden; -ms-transform: scaleX(1); -webkit-transform: scaleX(1); transform: scaleX(1); }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a {  position:relative; padding-right:30px;  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position:absolute; content: "\f107"; right:12px; top:5px; font-family:'fontAwesome'; backface-visibility: hidden; -ms-transform: scaleX(1); -webkit-transform: scaleX(1); transform: scaleX(1); }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { margin-top: 20px; width:180px; left:20px !important; transition: all 0.4s ease-in-out !important; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { margin-top: 0; }
  .row-fluid .main-header.fixed .mainmenu .hs-menu-wrapper > ul > li > a { color: #256CB5; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li { border-bottom:1px solid #fff; }   
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li:last-child { border-bottom:0; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a { padding-right:0; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li ul li a:hover { background:#393939; }
/*   .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { box-sizing: border-box; color:#1d5a5b !important;		border-radius: 3px;	background-color: #fff; margin-left:10px; } */

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a {  padding: 5px 12px;  color: rgba(255,255,255,.6); }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { opacity: .7; }

   
}





 @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:15px;          /* Position Button at top right of screen  */
 right: 0px;        /*******************************************/
 width: 37px; /* Button width */
 height: 34px; /* Button height */
 padding: 6px 4px 8px 8px;
    left:auto !important;
    font-size:0 !important;

 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;-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
 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: absolute; /**************************************************************/
 top: 90px;             /* Positions the menu to drop from the very top of the screen */
 left:105%;          /**************************************************************/
 width: 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 { 
    left:0;
    
}
 .mainmenu .hs-menu-flow-horizontal {  
 padding: 0px 0 0 0; /* Padding to add room for close button */ 
 background-color:#fff; /*;*/ /* Menu background color set off global mobile-menuColor variable */
 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 solid rgba(0, 0, 0,1); /* 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 (min-width: 320) and (max-width: 767px) { 
  
  .supported-txt { margin-top: 35px; }
  
}

