/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800,900');
@font-face { 
    font-family: "freight-text-pro"; 
    font-style: normal; 
    font-weight: 400; 
    src: url("https://use.typekit.net/af/8a8db0/000000000000000000012059/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
         url("https://use.typekit.net/af/8a8db0/000000000000000000012059/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
         url("https://use.typekit.net/af/8a8db0/000000000000000000012059/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
}
@font-face { 
    font-family: "freight-text-pro"; 
    font-style: normal; 
    font-weight: 700; 
    src: url("https://use.typekit.net/af/684e08/00000000000000000001205b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
         url("https://use.typekit.net/af/684e08/00000000000000000001205b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
         url("https://use.typekit.net/af/684e08/00000000000000000001205b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
}
@font-face { 
    font-family: "Gotham"; 
	font-style: normal; 
	font-weight: 900; 
	src: local("Gotham Black"), local("Gotham-Black"), 
	url("//cdn2.hubspot.net/hubfs/2598791/Fonts/Gotham-Black.eot?123#iefix") format("embedded-opentype"), 
	url("//cdn2.hubspot.net/hubfs/2598791/Fonts/Gotham-Black.woff?123") format("woff"), 
	url("//cdn2.hubspot.net/hubfs/2598791/Fonts/Gotham-Black.ttf?123") format("truetype"); 
}
@font-face { 
    font-family: "icomoon"; 
	font-style: normal; 
	font-weight: normal; 
	src: url("//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon.eot?7480qxb#iefix") format("embedded-opentype"), 
		 url("//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon.ttf?7480qxb") format("truetype"), 
		 url("//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon.woff?7480qxb") format("woff"), 
		 url("//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon.svg?7480qxb#icomoon") format("svg");
}
/* CoreTechs_Mar2017-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: normal;
}

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

body {
  background: #efefef;
  color: #333;
  font-family: "freight-text-pro", serif;
  font-size: 1.9rem;
  line-height: 1.9rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  text-rendering: optimizeLegibility;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 60px;
}

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

/* =============== Macro =============== */


















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

/* Basic text */
p {
    margin: 0 0 1.6em;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    text-transform: uppercase;
    line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 3.6rem;
}
h2 {
    font-size: 3.6rem;
    text-transform: none;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.7rem;
}
h6 {
    font-size: 1.6rem;
}

/* Anchor Links */
a { 
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}
a:hover, a:focus { color: #dc124e; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img {
    vertical-align:top;
}




/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


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

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

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


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

.header-container-wrapper {
    position: relative;
    z-index: 100;
}
.header-container .custom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s linear;
    min-height: 114px;
    background: #fff;
    border-bottom: rgba(184, 185, 193, 0.5) solid 1px;
    padding: 24px 0 21px;
    margin-bottom: 70px;
    z-index: 9500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.header-container .custom-header.scroll-header {
    position: fixed;
}
.header-container .custom-header.scroll-header {
    min-height: 1px;
    padding: 6px 0 3px;
}
.header-container.container-fluid .row-fluid .page-center {
    padding: 0;
}
.header-container .custom-header .header-left {
    height: 69px;
    width: 75px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.header-container .custom-header.scroll-header .header-left {
    width: 60px;
    height: 50px;
    overflow: hidden;
}
.header-container .custom-header .header-left img {
    height: 69px;
    width: auto;
    position: absolute;
    display: block;
    z-index: 9600;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    -ms-transition: height 0.3s;
    transition: height 0.3s;
}
.header-container .custom-header.scroll-header .header-left img {
    height: 48px;
}
.header-container .custom-header .header-left .short-logo {
    visibility: hidden;
    opacity: 0;
}
.header-container .custom-header.scroll-header .header-left .full-logo {
    visibility: hidden;
    opacity: 0;
}
.header-container .custom-header.scroll-header .header-left .short-logo {
    visibility: visible;
    opacity: 1;
}
.header-container .custom-header.scroll-header .header-left .short-logo img {
    margin-left: 3px;
}
.header-container .custom-header .header-right {
    width: auto;
    float: right;
    text-align: right;
    padding-top: 14px;
    padding-right: 56px;
    margin: 0 !important;
    position: relative;
    -webkit-transition: padding-top 0.3s;
    -moz-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    -ms-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
}
.header-container .custom-header.scroll-header .header-right {
    padding-top: 6px;
}
.header-container .custom-header .search-icon {
    position: absolute;
    top: 10px;
    right: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
}
.header-container .custom-header.scroll-header .search-icon {
    top: 2px;
}
.header-container .custom-header .search-icon:before {
    content: '\e900';
    font-size: 24px;
    font-weight: normal;
    font-family: icomoon;
    padding-left: 14px;
}
.header-container .custom-header .custom-search {
    background: #fff;
    position: absolute;
    top: 10px;
    right: 65px;
    width: 0;
    max-width: 0;
    margin-right: -7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.header-container .custom-header.scroll-header .custom-search {
    top: 2px;
}
.header-container.open-search .custom-header .custom-search {
    max-width: 860px;
    width: 100%;
}
.header-container .custom-header .custom-search .hs-form .input {
    position: relative;
    margin: 0;
}
.header-container .custom-header .custom-search #hs-search-module input.hs-input {
    margin: 0;
}
.header-container .custom-header .custom-search .hs-form label {
    display: none;
}
.header-container .custom-header .custom-search input[type="text"] {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    min-height: 45px;
    border-bottom: solid 1px #333;
    color: #333;
    font-size: 1.8rem;
    font-family: "freight-text-pro", serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.header-container .custom-header .custom-search .hs-form .input .hs-button.primary {
    display: none;
}
.header-container .custom-header .header-right.header-right-lp {
    padding: 0;
}
.header-container .custom-header .contact-bloc {
    padding-right: 120px;
}
.header-container .custom-header.scroll-header .contact-bloc {
    padding-top: 4px;
}
.header-container .custom-header .contact-bloc h2.title {
    background: rgb(231,133,45); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(231,133,45,1) 0%, rgba(220,18,78,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7852d', endColorstr='#dc124e',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #e7852d;
    font-family: "Raleway", sans-serif;
    margin: 0;
    line-height: 1.2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-container .custom-header.scroll-header .contact-bloc h2.title {
    line-height: 1;
    font-size: 1.8rem;
}
.header-container .custom-header .contact-bloc .tel {
    font-family: "freight-text-pro", serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-container .custom-header.scroll-header .contact-bloc .tel {
    line-height: 1;
    font-size: 1.8rem;
}

@media (max-width: 1520px){
    .header-container.container-fluid .row-fluid .page-center {
        padding: 0 20px;
        width: 100%;
    }
    .header-container .custom-header .contact-bloc {
        padding-right: 60px;
    }
}
@media (max-width: 1129px){
    .header-container .custom-header,
    .header-container .custom-header.scroll-header {
        min-height: 1px;
        padding: 24px 0 21px;
    }    
    .header-container .custom-header,
    .header-container .custom-header.scroll-header {
        min-height: 99px;
        padding: 15px 0 12px;
    }
    .header-container .custom-header {
        position: relative;
    }
    .header-container .custom-header.scroll-header {
        position: relative;
    }
    .header-container .custom-header .header-left,
    .header-container .custom-header.scroll-header .header-left {
        height: 69px;
        width: 75px;
        float: left;
        overflow: visible;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    }
    .header-container .custom-header .header-left img,
    .header-container .custom-header.scroll-header .header-left img {
        height: 69px;
    }
    .header-container .custom-header .header-left .short-logo,
    .header-container .custom-header.scroll-header .header-left .short-logo {
        display: none !important;
    }
    .header-container .custom-header .header-left .full-logo,
    .header-container .custom-header.scroll-header .header-left .full-logo {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .header-container .custom-header .header-right,
    .header-container .custom-header.scroll-header .header-right{
        padding-top: 14px;
    }
    .header-container .custom-header .search-icon,
    .header-container .custom-header.scroll-header .search-icon {
        top: 10px;
    }
    
    .header-container .custom-header .contact-bloc h2.title,
    .header-container .custom-header.scroll-header .contact-bloc h2.title,
    .header-container .custom-header .contact-bloc .tel,
    .header-container .custom-header.scroll-header .contact-bloc .tel {
        line-height: 1.2;
        font-size: 2.4rem;
        -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    }
    .header-container .custom-header .header-left,
    .header-container .custom-header.scroll-header .header-left {
        height: auto;
        width: 100%;
        float: none;
        text-align: center;
    }
    .header-container .custom-header .header-left .full-logo,
    .header-container .custom-header.scroll-header .header-left .full-logo {
        display: inline-block;
    }
    .header-container .custom-header .header-left img,
    .header-container .custom-header.scroll-header .header-left img {
        height: 69px;
        position: relative;
    }
    .header-container .custom-header .header-right,
    .header-container .custom-header.scroll-header .header-right{
        width: 100%;
        float: none;
        text-align: center;
        padding: 14px 50px 0;
        -webkit-transition: padding-top 0.3s;
    -moz-transition: padding-top 0.3s;
    -o-transition: padding-top 0.3s;
    -ms-transition: padding-top 0.3s;
    transition: padding-top 0.3s;
    }
    .header-container .custom-header .search-icon,
    .header-container .custom-header.scroll-header .search-icon {
        top: 6px;
    }
    .header-container .custom-header .custom-search input[type="text"] {
        max-width: 300px;
        float: right;
    }
    .header-container .custom-header .header-left.header-left-lp,
    .header-container .custom-header.scroll-header .header-left.header-left-lp {
        width: auto;
        text-align: left;
        float: left;
    }
    .header-container .custom-header .header-right.header-right-lp,
    .header-container .custom-header.scroll-header .header-right.header-right-lp {
        width: auto;
        float: right;
        text-align: right;
        padding: 0;
        -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    }
}
@media (max-width: 1024px){
    .header-container .custom-header .header-right,
    .header-container .custom-header.scroll-header .header-right{
        padding-left: 0;
    }
    .header-container .custom-header .contact-bloc {
        padding-right: 0;
    }
}
@media (max-width: 767px){
    .header-container .custom-header,
    .header-container .custom-header.scroll-header {
        min-height: 1px;
        padding: 15px 0 0;
        margin: 0;
    }
    .header-container.container-fluid .row-fluid .page-center {
        padding: 0;
    }
    .header-container .custom-header .header-left,
    .header-container .custom-header.scroll-header .header-left {
        width: 100%;
        text-align: left;
    }
    .header-container .custom-header .header-left img,
    .header-container .custom-header.scroll-header .header-left img {
        height: 69px;
        position: absolute;
        left: 20px;
        top: 15px;
    }
    .header-container .custom-header .header-right,
    .header-container .custom-header.scroll-header .header-right{
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .header-container .custom-header .search-icon,
    .header-container .custom-header.scroll-header .search-icon {
        top: auto;
        bottom: 15px;
        right: 20px;
        opacity: 0;
        visibility: hidden;
        z-index: 9400;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    }
    .mobile-open .header-container .custom-header .search-icon,
    .mobile-open .header-container .custom-header.scroll-header .search-icon {
        opacity: 1;
        visibility: visible;
    }
    .header-container .custom-header .custom-search {
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin-right: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    }
    .header-container .custom-header.scroll-header .custom-search {
        top: 0;
    }
    .header-container.open-search .custom-header .custom-search {
        background: #fff;
        max-width: 100%;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    .header-container .custom-header .custom-search .hs-form .input {
        position: absolute;
        margin: 0;
        bottom: 15px;
        top: auto;
        right: 80px;
    }
    .header-container .custom-header .custom-search input[type="text"] {
        max-width: 100%;
        width: 230px;
    }
    .header-container .custom-header .header-left.header-left-lp,
    .header-container .custom-header.scroll-header .header-left.header-left-lp {
        width: 100%;
        text-align: center;
        float: none;
    }
    .header-container .custom-header .header-left.header-left-lp img, 
    .header-container .custom-header.scroll-header .header-left.header-left-lp img {
        height: 69px;
        position: relative;
        left: auto;
        top: auto;
        margin: 0 0 11px;
    }
    .header-container .custom-header .header-right.header-right-lp,
    .header-container .custom-header.scroll-header .header-right.header-right-lp {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    .header-container .custom-header .contact-bloc h2.title, 
    .header-container .custom-header.scroll-header .contact-bloc h2.title {
        display: inline-block;
        font-size: 1.4rem;
    }
    .header-container .custom-header .contact-bloc h2.title:after {
        content: ' : ';
    }
    .header-container .custom-header .contact-bloc .tel, 
    .header-container .custom-header.scroll-header .contact-bloc .tel {
        font-size: 2rem;
    }
}



/* =============== Content =============== */

.custom-banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: auto;
    padding: 114px 0 0;
}
.banner-overlay,
.custom-banner-image .banner-overlay,
.hs-featured-blogpost-bg .banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}
.custom-banner-image .banner-text {
    padding: 104px 60px 130px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    float: none;
}
.custom-banner-image .banner-text a {
    color: #fff;
    text-decoration: underline;
}
.custom-banner-image .banner-text h1,
.custom-banner-image .banner-text h2,
.custom-banner-image .banner-text h3,
.custom-banner-image .banner-text h4,
.custom-banner-image .banner-text h5,
.custom-banner-image .banner-text h6 {
    color: #fff;
}
.custom-banner-image .banner-text h1 {
    font-family: "freight-text-pro", serif;
    font-weight: bold;
    font-size: 8.8rem;
    margin: 0 0 6rem;
    text-transform: none;
    line-height: 1.2;
    color: inherit;
}
.custom-banner-image .banner-text h2 {
    color: inherit;
    font-size: 3rem;
    font-weight: 900;
    margin: 0 0 1.5em;
    text-transform: uppercase;
}
.custom-banner-image .banner-text ul {
    display: inline-block;
}
.custom-banner-image .banner-text ul li {
    text-align: left;
}

.body-container-wrapper {
    position: relative;
    z-index: 3;
}
.body-container {
    line-height: 1.6;
}
.body-container .sidebar .row-fluid-wrapper .cell-wrapper,
.body-container .sidebar .hs_cos_wrapper > .hs_cos_wrapper {
    margin:0 0 20px;
    padding:0;
    display:block;
}
.body-container.container-fluid .row-fluid .page-center {
    max-width: 1360px;
    padding: 0 4.28571%;
}
.body-container a {
    font-weight: bold;
    position: relative;
    border-style: solid;
    border-width: 0 0 2px;
    border-image: linear-gradient(to right, #e7852d, #dc124e);
    border-image-slice: 1;
}
.body-container a:hover {
    text-decoration: none;
    color: #dc124e;
    border-image: unset;
    border-bottom-color: #dc124e;
}
#body-wrapper {
    background: #efefef;
    max-width: 1360px;
    /*padding: 39px 0;*/
    padding: 39px 0 18px;
    margin: -102px auto 0;
    float: none;
    position: relative;
}
#body-wrapper:before {
    background: rgb(231,133,45); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(231,133,45,1) 0%, rgba(220,18,78,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7852d', endColorstr='#dc124e',GradientType=1 ); /* IE6-9 */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.body-container .top-page {}
.body-container .top-page:before,
.body-container .top-page:after {
    content: '';
    position: absolute;
    left: -17px;
    top: 102px;
    height: 83px;
    width: 17px;
    background: url('https://www.comexplorer.com/hubfs/Backgrounds/bg_shadow.png') left 0 no-repeat;
}
.body-container .top-page:after {
    left: auto;
    right: -17px;
    background-position: right 0;
}
@media (max-width: 1520px){
    .body-container {
        padding: 0 80px;
    }
}

@media (max-width: 1300px){
    .body-container {
        padding: 0 80px;
    }
    .custom-banner-image .banner-text {
        padding: 54px 60px 80px;
        top: -15px;
    }
    .custom-banner-image .banner-text h1 {
        font-size: 6.8rem;
        margin-bottom: 1em;
        margin-top: 14px;
    }
    .custom-banner-image .banner-text h2 {
        color: inherit;
        font-size: 3rem;
        font-weight: 900;
        margin-bottom: 1.5em;
    }
    #body-wrapper {
        margin: -73px auto 0;
    }
    .body-container .top-page:before,
    .body-container .top-page:after {
        top: 60px;
    }
}
@media (max-width: 1129px){
    .custom-banner-image {
        padding: 0;
        margin-top: -70px;
    }
}
@media (max-width: 767px){
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    h3 {
        font-size: 2rem;
    }
    .custom-banner-image {
        margin: 0;
    }
    .body-container {
        padding: 0 20px;
    }
    .custom-banner-image .banner-text {
        padding: 40px 20px 80px;
        top: -15px;
    }
    .custom-banner-image .banner-text h1 {
        font-size: 3rem;
        margin-top: 0;
    }
    .custom-banner-image .banner-text h2 {
        font-size: 2rem;
        margin: 0 0 15px;
    }
    #body-wrapper {
        padding: 5% 0;
        margin: -73px auto 0;
    }
    .body-container .top-page:before,
    .body-container .top-page:after {
        top: 60px;
    }
    .body-container.container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding: 0 5%;
    }
    .landing-page .custom-banner-image .banner-text {
        top: 0;
    }
}


.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {
    line-height: normal;
}
.footer-container {
    background: #fff;
    color: rgba(51, 51, 51, 0.8);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    position: relative;
    /* Fade in element on page loading, "visible" class is added in js */
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: all 0.6s ease-out;
  }
.footer-container.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0); 
    }
    
.footer-container.container-fluid .row-fluid .page-center {
    padding: 50px 120px 0;
}
.footer-container .footer-col {
    float: left;
    margin: 0 3.125% 40px 0 !important;
}
.footer-container .footer-col p {
    margin-bottom: 0.75em;
    line-height: 2;
}
.footer-container .footer-col.footer-col1 {
    float: left;
    width: 22.65625%;
    margin: 0 3.125% 40px 0 !important;
}
.footer-container .footer-col.footer-col2 {
    width: 19.53125%;
}
.footer-container .footer-col.footer-col3 {
    float: right;
    width: 51.5625%;
    margin-right: 0 !important;
}
.footer-container .footer-col h3 {
    font-size: 3rem;
    font-weight: 300;
    margin: 0 0 1em;
    color: #dc124e;
    font-family: "Raleway", sans-serif;
    line-height: normal;
    text-transform: none;
}
.footer-container a.small-button {
    font-size: 1.6rem;
    padding: 8px 21px;
    border: #dc124e solid 1px;
    color: #dc124e;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-container a.small-button:hover {
    color: #fff;
    text-decoration: none;
}
.footer-container a.small-button:before {
    background: #dc124e;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -o-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-container a.small-button:hover:before{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.footer-container ul.social-links {
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0;
}
.footer-container ul.social-links li {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 0.35em;
}
.footer-container ul.social-links li:last-child {
    margin-right: 0;
}
.footer-container ul.social-links li a {
    display: inline-block;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 29px;
    color: #afaeb0;
    border: #d4d3d9 solid 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.footer-container ul.social-links li a.social-facebook:hover, 
.footer-container ul.social-links li a.social-facebook:focus {
    color: white;
    background-color: #3b5998;
    border-color: #3b5998;
}
.footer-container ul.social-links li a.social-twitter:hover, 
.footer-container ul.social-links li a.social-twitter:focus {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}
.footer-container ul.social-links li a.social-linkedin:hover, 
.footer-container ul.social-links li a.social-linkedin:focus {
    color: #fff;
    background-color: #0274b3;
    border-color: #0274b3;
}
.footer-container ul.social-links li a.social-instagram:hover, 

/*.footer-container ul.social-links li a.social-instagram:focus {
    color: #fff;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
*/
.footer-container ul.social-links li a.social-instagram:focus {
    color: #fff;
    background-color: #d82423;
    border-color: #d82423;
}

/* 11 / 04 / 2017 */
@font-face {
  font-family: 'icomoony';
  src:  url('//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon-youtube/icomoony.eot?ld94lj');
  src:  url('//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon-youtube/icomoony.eot?ld94lj#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon-youtube/icomoony.ttf?ld94lj') format('truetype'),
    url('//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon-youtube/icomoony.woff?ld94lj') format('woff'),
    url('//cdn2.hubspot.net/hubfs/2598791/Fonts/icomoon-youtube/icomoony.svg?ld94lj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.footer-container ul.social-links li a.social-instagram:before {
  content: "\ea9d";
  font-family: 'icomoony' !important;
}
/******************************/

.footer-container ul.social-links li a:before {
    content: '';
    font-family: icomoon;
    font-weight: normal;
    font-size: 16px;
}
.footer-container ul.social-links li a.social-facebook:before {
    content: '\e907';
}
.footer-container ul.social-links li a.social-twitter:before {
    content: '\e906';
}
.footer-container ul.social-links li a.social-linkedin:before {
    content: '\e905';
}
/*
.footer-container ul.social-links li a.social-instagram:before {
    content: '\e908';
}
*/
.footer-container ul.social-links li a span {
    display: none;
}
.footer-container .footer-newsletter label {
    display: none;
}
.footer-container .footer-newsletter .hs-error-msgs label {
    display: block;
}
.footer-container .footer-newsletter .hs-form {
    position: relative;
}
.footer-container .footer-newsletter form input[type="email"] {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30.30303% 0 20px;
    background: #efefef;
    border: none;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.footer-container .footer-newsletter form input[type="email"]:focus {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}
.footer-container .footer-newsletter .hs-button.primary, 
.footer-container .footer-newsletter input[type="submit"], 
.footer-container .footer-newsletter input[type="button"] {
    background: rgb(231,133,45); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(231,133,45,1) 0%, rgba(220,18,78,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7852d', endColorstr='#dc124e',GradientType=1 ); /* IE6-9 */
    background-size: 200%;
    background-position: 0% 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30.30303%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    cursor: pointer;
    border: none;
    padding: 0 8px;
    text-transform: lowercase;
    font-family: "Raleway",sans-serif;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-container .footer-newsletter .hs-button.primary:hover, 
.footer-container .footer-newsletter input[type="submit"]:hover, 
.footer-container .footer-newsletter input[type="button"]:hover,
.footer-container .footer-newsletter .hs-button.primary:focus, 
.footer-container .footer-newsletter input[type="submit"]:focus, 
.footer-container .footer-newsletter input[type="button"]:focus {
    background-position: 100% 0;
    text-decoration: none;
    transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
}
.footer-container .footer-copyright {
    border-top: #e0e0e0 solid 1px;
    padding-top: 18px;
    color: rgba(51, 51, 51, 0.5);
    font-size: 1.4rem;
}

@media (max-width: 1520px){
    .footer-container.container-fluid .row-fluid .page-center {
        padding: 50px 60px 0;
        width: 100%;
    }
}
@media (max-width: 1024px){
    .footer-container .footer-col {
        float: left;
        margin: 0 3.125% 40px 0 !important;
    }
    .footer-container .footer-col p {
        margin-bottom: 0.75em;
        line-height: 2;
    }
    .footer-container .footer-col.footer-col1 {
        float: left;
        width: 48%;
        margin: 0 2% 40px 0 !important;
    }
    .footer-container .footer-col.footer-col2 {
        width: 48%;
        margin: 0 2% 40px 0 !important;
    }
    .footer-container .footer-col.footer-col3 {
        float: none;
        width: 100%;
        margin-right: 0 !important;
    }
}
@media (max-width: 767px){
    .footer-container.container-fluid .row-fluid .page-center {
        padding: 50px 20px 0;
        width: 100%;
    }
    .footer-container .footer-col {
        float: none;
        margin: 0 !important;
    }
    .footer-container .footer-col.footer-col1,
    .footer-container .footer-col.footer-col2,
    .footer-container .footer-col.footer-col3 {
        float: none;
        width: 100%;
        margin: 0 0 40px !important;
    }
    .footer-container .footer-col h3 {
        font-size: 2.6rem;
        margin-bottom: 0.5em;
    }
    .footer-container .footer-col.footer-col2 p {
        margin: 0;
    }
    .footer-container .footer-newsletter .hs-button.primary, 
    .footer-container .footer-newsletter input[type="submit"], 
    .footer-container .footer-newsletter input[type="button"] {
        min-width: 110px;
        font-size: 2rem;
    }

}





/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

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

    /* Parent List */
    .custom-menu-primary .hs-menu-flow-horizontal > ul,
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li,
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
        vertical-align:top;
    }
    .custom-menu-primary .hs-menu-wrapper > ul{}
    .custom-menu-primary .hs-menu-wrapper > ul > li{}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 1.6rem;
        font-family: Gotham, sans-serif;
        padding: 10px 24px;
        text-transform: uppercase;
        -webkit-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
      background-color: #fff;
      min-width: 180px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-size: 1.5rem;
        font-family: Gotham, sans-serif;
        padding: 6px 24px;
        text-transform: uppercase;
        text-align: left;
        -webkit-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
    
    /* Override max width on menu links */
    .custom-menu-primary .hs-menu-wrapper > ul li a, 
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      overflow: visible !important;
      max-width: none !important;
      width: auto !important;
    }
}

/* =============== Custom Menu Primary for IE9 =============== */

/* Parent List */

.lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul,
.lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li,
.lt-ie9 .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
    vertical-align:top;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul{}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li{}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 1.6rem;
    font-family: Gotham, sans-serif;
    padding: 10px 24px;
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  min-width: 180px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul li{}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 1.5rem;
    font-family: Gotham, sans-serif;
    padding: 6px 24px;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    -ms-transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
    transition: color 0.15s ease-in-out, padding 0.3s ease-in-out;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

@media (max-width: 1300px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 1.4rem;
        padding: 9px 20px 11px;
    }
}
@media (max-width: 1129px){
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        float: none !important;
        display: inline-block;
    }
}
@media (max-width: 1024px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 9px 8px 11px;
    }
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #333;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 35px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #221F20; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -10px; } /* Position top line */
  .mobile-trigger i:after{ top: 10px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #221F20; /* Icon color */
  }
  .mobile-open .mobile-trigger i {
      background-color: transparent;
  }
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mobile-open .mobile-trigger i:before {
      top: 4px;
      -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-open .mobile-trigger i:after {
      top: 4px;
      -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 36px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #333; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    padding-top: 68px;
    margin: 0;
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 16px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 8px;
    color: #333;
    text-align: center;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #dc124e;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(0, 0, 0, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px; /* Font size of child lists */
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


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

  /* Post Buttons */
  
  
  
  

/* Blog Post and Listing Body Class */
body.blog {
    color: rgba(51, 51, 51, 0.7);
}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.hs-blog-listing .body-container {
    padding-top: 179px;
}
.hs-blog-listing #body-wrapper {
    background: #efefef;
    max-width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    position: relative;
}
.hs-blog-listing #body-wrapper:before {
    display: none;
}
.hs-blog-listing .body-container .top-page {
    display: none;
}
.hs-blog-listing .body-container.container-fluid .row-fluid .page-center {
    max-width: 1520px;
    padding: 0 60px;
}
.hs-blog-listing .top-header-blog {
    padding: 0 60px 90px;
}
.hs-blog-listing .top-header-blog .top-pager {
    float: right;
    width: 50%;
    padding-top: 64px;
    margin: 0 0 30px !important;
}
.hs-blog-listing .top-header-blog .top-pager .blog-pagination {
    float: right;
    margin: 0;
    display: inline-block;
    text-align: center;
}
.hs-blog-listing .top-header-blog .categories-menu ul li {
    float: left;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    margin-right: 37px;
    margin-bottom: 10px;
    font-weight: 500;
}
.hs-blog-listing .top-header-blog .categories-menu ul li:last-child {
    margin-right: 0;
}
.hs-blog-listing .top-header-blog .categories-menu ul li a {
    display: block;
    padding: 11px 44px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    border: #a7a7a7 solid 1px;
    position: relative;
    color: #333;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    z-index: 2;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.hs-blog-listing .top-header-blog .categories-menu ul li.active a,
.hs-blog-listing .top-header-blog .categories-menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.hs-blog-listing .top-header-blog .categories-menu ul li.active a {
    background: #000;
}
.hs-blog-listing .top-header-blog .categories-menu ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -o-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hs-blog-listing .top-header-blog .categories-menu ul li a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.hs-featured-blogpost-bg {
    position: relative;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 114px 0 0;
}
.hs-featured-blogpost-bg .post-page-center {
    padding: 104px 60px 130px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    float: none;
}
.hs-featured-blogpost-bg h1 {
    font-family: "freight-text-pro", serif;
    font-weight: bold;
    font-size: 8.8rem;
    margin-bottom: 6rem;
    text-transform: none;
    line-height: 1.2;
    color: inherit;
}
/* Blog Topics List */
.hs-featured-blogpost-bg #hubspot-topic_data {
    padding: 0 120px 3.7rem;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.hs-featured-blogpost-bg #hubspot-topic_data a.topic-link {
    font-family: "Raleway", sans-serif;
    line-height: normal;
    border: none;
    margin: 0 0 6px;
    padding: 0;
    font-weight: 500;
    font-size: 2.2rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hs-featured-blogpost-bg #hubspot-topic_data a.topic-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -o-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hs-featured-blogpost-bg #hubspot-topic_data a.topic-link:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.hs-featured-blogpost-bg #hubspot-topic_data .separator {
    position: relative;
}
.hs-featured-blogpost-bg #hubspot-topic_data .separator:before {
    content: 'I';
    color: #fff;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    margin: 0 15px 0 18px;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 500;
}



/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-listing .top-header-blog .hs-blog-header {
    float: left;
    width: 39.0625%;
    position: relative;
}
.hs-blog-listing .top-header-blog .hs-blog-header:before {
    background: rgb(231,133,45); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(231,133,45,1) 0%, rgba(220,18,78,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7852d', endColorstr='#dc124e',GradientType=1 ); /* IE6-9 */
    content: '';
    height: 2px;
    width: 105px;
    top: 26px;
    left: -120px;
    position: absolute;
}
.hs-blog-listing .top-header-blog .hs-blog-header small {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 14px 0 5px;
    color: #333;
}
.hs-blog-listing .top-header-blog .hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.post-header h2 a,
.post-header h2 a:hover {
    text-decoration: none;
    border: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}
.hs-blog-listing .publish-date {
    display: block;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: rgba(51, 51, 51, 0.6);
    font-weight: 500;
    font-family: "Raleway",sans-serif;
}
.hs-blog-post .publish-date {
    display: block;
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-family: "Raleway",sans-serif;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing {
    width: calc(100% + 2.85714%);
    margin: 0 -1.42857%;
}
.blog-listing-wrapper .post-listing .post-item {
    width: 50%;
    padding: 0 1.42857%;
    margin-bottom: 60px;
    clear: both;
    opacity: 0;
    transform: translate3d(0, 125px, 0);
    transition: all 0.8s ease-out;
}
.blog-listing-wrapper .post-listing .post-item.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.blog-listing-wrapper .post-listing .post-item .hs-article-content {
    background: #efefef;
    margin: -57px 8.82353% 0;
    position: relative;
    padding: 30px 26px;
    text-align: center;
}
.blog-listing-wrapper .post-listing .post-item .hs-article-content:before {
    background: rgb(231,133,45); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(231,133,45,1) 0%, rgba(220,18,78,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231,133,45,1) 0%,rgba(220,18,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7852d', endColorstr='#dc124e',GradientType=1 ); /* IE6-9 */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.blog-listing-wrapper .post-listing .post-item .post-header:before,
.blog-listing-wrapper .post-listing .post-item .post-header:after {
    content: '';
    position: absolute;
    left: -17px;
    top: 57px;
    height: 83px;
    width: 17px;
    background: url('https://www.comexplorer.com/hubfs/Backgrounds/bg_shadow.png') left 0 no-repeat;
}
.blog-listing-wrapper .post-listing .post-item .post-header:after {
    left: auto;
    right: -17px;
    background-position: right 0;
}
.hs-blog-listing .post-body {
    margin: 20px 0;
}

.blog-listing-wrapper .post-listing .post-item .post-header .hs-author-avatar {
    margin-bottom: 0.58824em;
}
.blog-listing-wrapper .post-listing .post-item .post-header .hs-author-avatar img {
    max-width: 128px;
    max-height: 128px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
  vertical-align: bottom;
}

/* Read More Link */
a.more-link {
    display: none;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
#hubspot-topic_data a.topic-link {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    line-height: normal;
    border: none;
}
#hubspot-topic_data .separator {
    position: relative;
}
#hubspot-topic_data .separator:before {
    content: 'I';
    color: #dc124e;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    margin: 0 4px 0 8px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 800;
}


/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.custom-social-horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.custom-social-horizontal li {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 0.35em;
}
.custom-social-horizontal li:last-child {
    margin-right: 0;
}
.custom-social-horizontal li a {
    display: inline-block;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 25px;
    color: #e3e3e4;
    border: #d4d3d9 solid 2px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}
.custom-social-horizontal li a.social-facebook:hover, 
.custom-social-horizontal li a.social-facebook:focus {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}
.custom-social-horizontal li a.social-twitter:hover, 
.custom-social-horizontal li a.social-twitter:focus {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}
.custom-social-horizontal li a.social-linkedin:hover, 
.custom-social-horizontal li a.social-linkedin:focus {
    color: #fff;
    background-color: #0274b3;
    border-color: #0274b3;
}
.custom-social-horizontal li a:before {
    content: '';
    font-family: icomoon;
    font-weight: normal;
    font-size: 14px;
}
.custom-social-horizontal li a.social-facebook:before {
    content: '\e907';
}
.custom-social-horizontal li a.social-twitter:before {
    content: '\e906';
}
.custom-social-horizontal li a.social-linkedin:before {
    content: '\e905';
}
.custom-social-horizontal li a span {
    display: none;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

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

#captcha_wrapper {
    margin-bottom: 15px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a:hover {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/ * Modifs Thomas 08/06/17 */
#hs_cos_wrapper_post_body .chapo {
    text-align: center;
    font-size: 22px;
    line-height: 1.4em;
    margin: auto;
    width: 90%;
    font-weight: bold;
}

.share-box {
    z-index:5;
}

body.hs-blog-listing .blog-content h2:before {
    display:none;
}

.post-header h2 {
    margin-top:10px;
}

.hs-blog-listing .top-header-blog {
    padding-bottom:50px;
}

.comment-from h4 {
    margin-bottom:0;
    font-size:18px;
    text-transform:none;
}

#comment-form h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#comment-form h2::before {
    display:none;
}

#comments-listing {
    margin-top:0;
    position:relative;
}

#comments-listing > div:first-child {
    border:none;
}

.comment-body p {
    margin:0;
}

.comment {
    padding:10px !important;
    margin:0 !important;
}

#comment-form {
    padding-top:45px;
    position:relative;
}

#comment-form > form {
    overflow:hidden;
}

#comment-form > form > div {
    width:48%;
    float:left;
    margin-right:1%;
    height:90px;
}

#comment-form > form > div.hs_submit,
#comment-form > form > div.hs_subscribe,
#comment-form > form > div.hs_lifecyclestage,
#comment-form > form > div.hs_comment {
    float:none;
    width:auto;
    height:auto;
    clear:both;
    margin-right:3%;
}

#comment-form > form > div:first-child .hs-richtext {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

/* Numbered Pagination */
.blog-pagination{
    display: block;
    text-align: center;
    margin-bottom: 100px;
}
.blog-pagination > div {
    display: inline-block;
    vertical-align: top;
    margin:auto;
}
.blog-pagination-left{
    text-align: right;
/*     float: left; */
    margin-right: 30px;
}
.blog-pagination-right{
    text-align: left;
/*     float: right; */
    margin-left: 30px;
}
.blog-pagination a{
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    height: 4rem;
    line-height: 4rem;
    list-style: none;
    font-family: "freight-text-pro", serif;
    font-size: 1.6rem;
    color: #7d7d7d;
    margin: 0 0 10px;
    border: none;
    font-weight: 400;
    border-bottom:solid 1px #dc124e;
}
.blog-pagination a:hover,
.blog-pagination a:focus{
    color: #dc124e;
    text-decoration: none;
}
.blog-pagination a.elipses{
    border: 0;
}
.blog-pagination a.active{
    background-color: #dc124e;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link{
    color: #333;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    padding: 0;
    position: relative;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{
    color: #dc124e;
}
.blog-pagination a.prev-link:before {
    content: '\e902';
    font-family: icomoon;
    color: #dc124e;
    font-weight: normal;
    font-size: 26px;
    margin-right: 2px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-transition: left 0.1s ease-in-out;
    -moz-transition: left 0.1s ease-in-out;
    -o-transition: left 0.1s ease-in-out;
    -ms-transition: left 0.1s ease-in-out;
    transition: left 0.1s ease-in-out;
    left: 0;
}
.blog-pagination a.next-link:after {
    content: '\e904';
    font-family: icomoon;
    color: #dc124e;
    font-weight: normal;
    font-size: 26px;
    margin-left: 2px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 0;
    -webkit-transition: left 0.1s ease-in-out;
    -moz-transition: left 0.1s ease-in-out;
    -o-transition: left 0.1s ease-in-out;
    -ms-transition: left 0.1s ease-in-out;
    transition: left 0.1s ease-in-out;
}
.blog-pagination a.prev-link:hover:before, 
.blog-pagination a.prev-link:focus:before {
    left: -3px;
}
.blog-pagination a.next-link:hover:after,
.blog-pagination a.next-link:focus:after {
    left: 3px;    
}


/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-listing-header {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px double #dddfe6
}
.hs-author-detail {
    display: table;
    vertical-align: middle;
    text-align: left;
    margin: 15px 0;
}
.hs-author-detail .hs-author-avatar,
.hs-author-detail .hs-author-info {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}
.hs-author-detail .hs-author-avatar {
    padding-right: 20px;
    width: 150px;
}
.hs-author-detail .hs-author-info {
    width: auto;
}
.hs-author-detail .hs-author-info > div {
    margin: 10px 0;
    font-size: 0.9em;
    line-height: 1.5;
}

.hs-author-profile {}
.blog-post-wrapper .hs-author-profile {
    margin-top: 30px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar,
#hubspot-author_data .hs-author-avatar {
    max-width: 150px;
    max-height: 150px;
}
.hs-author-profile .hs-author-avatar .author-link {
    display: block;
    width: 130px;
    height: 130px;
}
.hs-author-profile .hs-author-avatar .avatar-bg {
    display: block;
    width: 130px;
    height: 130px;
    border: solid 3px #ccc;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.hs-author-profile .hs-author-avatar .author-link .avatar-bg {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hs-author-profile .hs-author-avatar .author-link .avatar-bg:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}

.hs-related-posts {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: all 0.6s ease-out;
}
.hs-related-posts.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.hs-related-posts .related-post-item {
    width: 25%;
    float: left;
    position: relative;
    min-height: 100px;
    text-align: left;
    font-family: "Raleway", sans-serif;
    overflow: hidden;
}
.hs-related-posts .related-post-item:first-child {
    width: 50%;
    float: left;
}
.hs-related-posts .related-post-item a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    border: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}
.hs-related-posts .related-post-item a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.hs-related-posts .related-post-item a:hover:before {
    opacity: 0;
}
.hs-related-posts .related-post-item .related-content {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 100%;
}
.hs-related-posts .related-post-item .related-title {
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    margin: 0 0 1em;
}
.hs-related-posts .related-post-item .related-date {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #fff;
}
.hs-blog-post .article-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    padding-right: 20px;
    z-index: 5;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
}
.hs-blog-post .article-navigation.article-navigation-next {
    left: auto;
    right: 0;
    padding-left: 20px;
    padding-right: 0;
}
.hs-blog-post .article-navigation a {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 40px;
    border: #dadbdf solid 1px;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.23s ease-in;
    -moz-transition: all 0.23s ease-in;
    -o-transition: all 0.23s ease-in;
    -ms-transition: all 0.23s ease-in;
    transition: all 0.23s ease-in;
}
.hs-blog-post .article-navigation a:hover, 
.hs-blog-post .article-navigation a:focus {
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hs-blog-post .article-navigation .pagenav-image {
    float: left;
    margin-right: 20px;
    position: relative;
}
.hs-blog-post .article-navigation .pagenav-image img {
    vertical-align: bottom;
    max-width: 126px;
    height: 75px;
}
.hs-blog-post .article-navigation .pagenav-article-title, 
.hs-blog-post .article-navigation .publish-date, 
.hs-blog-post .article-navigation .pagenav-title {
    display: block;
    margin-left: 146px;
}
.hs-blog-post .article-navigation .pagenav-article-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #333;
    font-weight: 500;
    font-family: "Raleway",sans-serif;
}
.hs-blog-post .article-navigation .pagenav-title {
    font-size: 1.8rem;
    line-height: 21px;
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    text-transform: uppercase;
    color: #333;
}
.hs-blog-post .article-navigation a:hover .pagenav-title {
    color: #dc124e;
}
.hs-blog-post .article-navigation .publish-date {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    font-family: "Raleway",sans-serif;
}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {
    padding: 0 0 0 20px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 30px;
}

@media (max-width: 1520px) {
    .blog .body-container {
        padding: 0;
    }
    .hs-blog-listing .body-container {
        padding-top: 179px;
    }
    .hs-blog-listing .top-header-blog {
        margin-top: 0;
    }
    .hs-featured-blogpost-bg {
        padding: 144px 0 0;
    }
}
@media (max-width: 1300px) {
    .hs-featured-blogpost-bg .post-page-center {
        padding: 54px 60px 80px;
        top: -15px;
    }
    .hs-featured-blogpost-bg h1 {
        font-size: 6.8rem;
        margin-bottom: 1em;
    }
    .hs-featured-blogpost-bg #hubspot-topic_data a.topic-link {
        font-size: 2rem;
        line-height: 1;
    }
    .hs-related-posts {
        margin: 48px -80px 100px;
        display: inline-block;
    }
}
@media (max-width: 1129px) {
    .hs-blog-listing .body-container {
        padding-top: 0;
    }
    .hs-blog-listing .top-header-blog {
        padding: 0 0 40px;
        margin-top: -4px;
    }
    .hs-blog-post .post-featured-image {
        margin-top: -70px;
    }
    .hs-featured-blogpost-bg {
        padding: 0;
    }
    .blog-pagination a.next-link, 
    .blog-pagination a.prev-link {
        font-size: 0;
    }
    .blog-pagination-right {
        margin-left: 0;
    }
    .blog-pagination-left {
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .hs-blog-listing .top-header-blog {
        margin-top: -20px;
    }
    .hs-blog-listing .top-header-blog .hs-blog-header {
        width: 100%;
    }
    .hs-blog-listing .top-header-blog .top-pager {
        float: right;
        width: 100%;
        padding-top: 0;
        margin: 0 0 30px !important;
    }
    .hs-blog-listing .top-header-blog .hs-blog-header:before {
        top: 40px;
    }
    .hs-blog-listing .top-header-blog .categories-menu ul li {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .blog .body-container {
        line-height: 1.4;
        font-size: 1.8rem;
    }
    .hs-blog-listing .body-container.container-fluid .row-fluid .page-center {
        padding: 0 20px;
    }
    .hs-blog-listing .top-header-blog {
        margin-top: 70px;
    }
    .hs-blog-listing .top-header-blog .hs-blog-header small {
        margin-bottom: 7px;
        margin-top: 12px;
    }
    .hs-blog-listing .top-header-blog .hs-blog-header:before {
        display: block;
        position: static;
        margin-bottom: 10px;
        width: 53px;
    }
    .hs-featured-blogpost-bg {
        margin: 0;
    }
    .hs-blog-post .post-featured-image {
        margin-top: 0;
    }
    .blog.hs-blog-post .body-container {
        padding: 0 20px;
    }
    .hs-featured-blogpost-bg .post-page-center {
        padding: 40px 20px 80px;
        top: 0;
    }
    .hs-blog-post .article-navigation {
        display: none;
    }
    .hs-featured-blogpost-bg .post-page-center h1 {
        font-size: 3rem;
    }
    .hs-featured-blogpost-bg #hubspot-topic_data {
        padding: 0 0 30px;
    }
    .hs-featured-blogpost-bg #hubspot-topic_data a.topic-link {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .hs-featured-blogpost-bg .post-page-center .publish-date {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-bottom: 2.5rem;
        font-weight: 600;
    }
    .custom-social-media {
        margin: 0 0 15px;
    }
    .blog-pagination a.next-link,
    .blog-pagination a.prev-link {
        position: relative;
        top: 3px;
    }
    .blog-listing-wrapper .post-listing {
        width: 100%;
        margin: 0 ;
    }
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .blog-listing-wrapper .post-listing .post-item .hs-article-content {
        padding: 5%;
    }
    .post-header h2 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    .hs-blog-listing .top-header-blog .categories-menu ul li {
        float: left;
        width: auto;
    }
    .hs-blog-listing .top-header-blog .categories-menu ul li a {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 16px;
    }
    .hs-related-posts {
        margin: 0 -20px 40px;
    }
    .hs-related-posts .related-post-item {
        width: 100%;
        float: none;
    }
    .hs-related-posts .related-post-item:first-child {
        width: 100%;
        float: none;
    }
    .blog .blog-sidebar {
        padding: 50px 0 0;
    }
}
@media (max-width: 479px) {
    .hs-author-profile > h2,
    .hs-author-profile > h3 {
        text-align: center;
    }
    .hs-author-profile > h3 > a {
        display: block;
    }
    .hs-author-detail,
    .hs-author-detail .hs-author-avatar,
    .hs-author-detail .hs-author-info {
        display: block;
        width: 100%;
    }
    .hs-author-profile .hs-author-avatar {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    .hs-author-profile .hs-author-avatar .author-link,
    .hs-author-profile .hs-author-avatar .avatar-bg {
        margin: 0 auto;
    }
    .hs-featured-image-wrapper .hs-featured-image-link {
        text-align: center;
        display: block;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
        max-width: 100%;
        float: none;
        margin: 20px auto;
    }
    .hs-author-listing-header {
        margin-top: 30px;
    }
}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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

  /* Labels */
             /* Label Text Color */
                    /* Label Text Color */
                     /* Label Text Font Size */
                   /* Label Text Line Height */
                   /* Label Text Font Family */
                   /* Label Text Font Weight */
                     /* Label Text Margin Bottom */
  
  /* One Line Inputs */
                 /* Input Background Color */
                       /* Input Text Color */
                        /* Input Text Font Size */
                   /* Input Text Font Weight */
                      /* Input Text Line Height */
                   /* Input Text Font Family */
                   /* Input Text Transform */
                      /* Input Text Letter Spacing */
                    /* Input Margin Bottom */
                       /* Input Padding ( top, right, bottom, left ) */
                     /* Input Minim Height */
                          /* Input Border Style & Color */
                     /* Input Border Radius */
                       /* Input Box Shadow */
                      /* Input Text Shadow */
  
  /* One Line Inputs Focus */
                /* Input Focus Background Color */
                      /* Input Focus Text Color */
                         /* Input Focus Border Style & Color */
                      /* Input Focus Box Shadow */
  
  /* All Global Buttons (Excluding CTAs) */
                 /* Button Background Color */
                       /* Button Text Color */
                      /* Button Text Font Size */
                       /* Button Text Font Weight */
                    /* Button Text Line Height */
        /* Button Text Font Family */
              /* Button Text Transform */
                      /* Button Text Letter Spacing */
                    /* Button Margin Bottom */
                    /* Button Padding ( top, right, bottom, left ) */
                     /* Button Minim Height */
                          /* Button Border Style & Color */
                     /* Button Border Radius */
                       /* Button Box Shadow */
                      /* Button Text Shadow */
  
  /* Hover -> All Global Buttons (Excluding CTAs) */
                /* Button Hover Background Color */
                      /* Button Hover Text Color */
                         /* Button Hover Border Style & Color */
                      /* Button Hover Box Shadow */
                     /* Button Hover Text Shadow */
  
  /* Focus -> All Global Buttons (Excluding CTAs) */
                /* Button Focus Background Color */
                      /* Button Focus Text Color */
               /* Button Focus Border Style & Color */
                      /* Button Focus Box Shadow */
                     /* Button Focus Text Shadow */


/* Label -> H3 style */
.widget-type-google_search label,
.hs_cos_wrapper_type_google_search label {
    display: inline-block;
    cursor: text;
    font-size: 2.4rem;
    color: #333;
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    margin: 1em 0;
    text-transform: uppercase;
    line-height: 1.1;
}
@media (max-width: 767px){
    .widget-type-google_search label,
    .hs_cos_wrapper_type_google_search label {
        font-size: 2rem;
    }
}


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

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

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

/* Labels */
body label {}
body .hs-form-field > label {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    margin-bottom: 2px;
}
body .hs-form-field > label > .hs-form-required {
    color: #fff;
    margin-left: 2px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    background-image: none;
    vertical-align: middle;
    outline: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    
    font-family: inherit;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 2rem;
    font-weight: inherit;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    min-height: 50px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);;
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);;
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);;
    color: #333;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0;    
}
body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: none;
    color: ;
    background-color: ;
    border: ;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 90px;
    width: 100% !important;
}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {
    min-height: 1px;
}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Multiple Selection Inputs */
.hs-form ul.inputs-list,
.hs-form ul.inputs-list > li {
    list-style: none;
    background:none;
    margin: 0;
    padding: 0;
}
.hs_cos_wrapper_type_form li {
    background: none;
}
body .hs-form ul.inputs-list {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
body .hs-form ul.inputs-list li {
    margin-bottom: 0;
}
body input[type="radio"] {
    margin-right: 4px;
    margin-top: 4px;
}
body input[type="checkbox"] {
    margin-right: 4px;
    margin-top: 4px;
}
body .hs-form .input .hs-input[type="radio"],
body .hs-form .input .hs-input[type="checkbox"] {
    margin: 4px 4px 0 0;
}
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"],
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

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


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

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {
    width: 100%;
}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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

/* Label -> H3 style */
.widget-type-google_search label,
.hs_cos_wrapper_type_google_search label {
    display: inline-block;
}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}

/* Serch Form */
#hs-search-module input.hs-input {
    margin-bottom: 10px;
}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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



/* ==========================================================================
   Captcha Table                                              
   ========================================================================== */
#captcha_wrapper {
    margin-bottom: 10px;
}


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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    outline: none;
    position: relative;
    vertical-align: middle;
    z-index: 2;
    font-family: Gotham, sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: normal;
    background: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    border: none;
    min-height: 50px;
    margin-bottom:  0px;
    padding: 15px 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
body .body-container .hs-button.primary,
body .body-container input[type="submit"],
body .body-container input[type="button"] {
    margin-top: 20px;
}
body input[type="submit"],
body input[type="button"] {
    padding-top: 0;
    padding-bottom: 0;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    outline: none;
    color: #fff;
    background: #000;
    border: none;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    outline: none;
    color: #fff;
    background: #000;
    border: none;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
}

body .hs-button.primary:before,
body input[type="submit"]:before,
body input[type="button"]:before {
    background: #dc124e;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -o-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
body .hs-button.primary:hover:before,
body input[type="submit"]:hover:before,
body input[type="button"]:hover:before,
body .hs-button.primary:focus:before,
body input[type="submit"]:focus:before,
body input[type="button"]:focus:before{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


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

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}




/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */

body.error-template .custom-banner-image .banner-text *,
body.password-template .custom-banner-image .banner-text *,
body.subscription-template .custom-banner-image .banner-text * {
    display: none;
}


/* Forms */
.body-container .hs_cos_wrapper_type_form,
.body-container .hs_cos_wrapper_type_blog_subscribe,
.body-container .hs_cos_wrapper_type_google_search {
    display: block;
    padding: 20px 30px 30px;
    margin-bottom: 42px;
    color: #fff;
    border: none;
    background: rgb(231,133,45); /* Old browsers */
    background: -moz-linear-gradient(58deg, #e7852d, #dc124e); /* FF3.6-15 */
    background: -webkit-linear-gradient(58deg, #e7852d, #dc124e); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(58deg, #e7852d, #dc124e); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7852d', endColorstr='#dc124e',GradientType=0 ); /* IE6-9 */
}
/* Label -> H3 style */
.body-container h3.form-title,
.body-container .widget-type-google_search label,
.body-container .hs_cos_wrapper_type_google_search label {
    text-align: center;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #fff;
    margin-top: 0;
}
.body-container .hs_s_abonner_la_newsletter > label,
.body-container .hs_subscribe > label {
    display: none;
}
.body-container .sidebar .hs-button.primary,
.body-container .sidebar input[type="submit"],
.body-container .sidebar input[type="button"],
.body-container .sidebar-form .hs-button.primary,
.body-container .sidebar-form input[type="submit"],
.body-container .sidebar-form input[type="button"] {
    width: 100%;
    text-align: center;
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

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


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

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


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

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



/********************** Edited 01/04/2017 ****************************/
.body-container.container-fluid .row-fluid .page-center  , #body-wrapper{
    max-width: 1280px;
}

/* Form Style */

.main-content .right-form h2{
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    text-transform: uppercase;
    color: #333333;
    font-size: 3rem;
    text-transform: none;
}
.main-content .right-form img {
    float: left;
    max-width: 93px;
}
.main-content .right-form p {
    margin-left: 20px;
    font-size: 1.6rem;
    color: #333333;
    margin-bottom: 1.5rem;
}
.main-content .right-form a {
    position: relative;
    border-bottom: solid 2px #e7852d;
    border-image: linear-gradient(to right, #e7852d, #dc124e);
    border-image-slice: 1;
    border-width: 0 0 2px;
    font-family: "Raleway", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333 !important;
    text-decoration: none !important;
    border: none !important;
    margin-left: 23px;
}
.main-content .right-form a:after {
    font-size: 18px !important;
    content: '\e904';
    font-family: icomoon;
    color: #dc124e;
    font-weight: normal;
    font-size: 26px;
    margin-left: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transition: left 0.1s ease-in-out;
    left: 0;
}
.main-content .right-form a:hover, .main-content .right-form a:focus {
    color: #dc124e !important;
    text-decoration: none;
    border-image: unset;
}
.main-content .right-form a:hover:after, .main-content .right-form a:focus:after {
    margin-left: 3px;
}
.second-bloc .ri-txt-img {
        margin-left: -5px !important;
}
.second-bloc h3{
    margin-top : 40px;
    color: #333333;
    font-size: 2.4rem;
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}
.second-bloc h3:before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0.65em;
    height: 2px;
    width: 47px;
    background: linear-gradient(to right, #e7852d, #dc124e);
    margin: 0;
}

.page-center.content-wrapper .sidebar-form{
    margin-top: -118px;
    position: relative;
    line-height: 20px;
}
.page-center.content-wrapper .sidebar-form span.hs-form-required {
    display: none;
}

.page-center.content-wrapper .sidebar-form input , .page-center.content-wrapper .sidebar-form h3 {
    margin-bottom: 0px;
}

.sidebar-form ul.inputs-list {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.sidebar-form input[type=checkbox] + span {
    position: relative;
    display: inline-block;
    padding-left: 37px;
    margin: 5px 0;
    font-size: 1.6rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.sidebar-form input[type=checkbox] + span:after {
    content: '\e912';
    font-family: icomoon;
    position: absolute;
    font-size: 28px;
    font-weight: normal;
    height: 20px;
    width: 20px;
    left: -1px;
    top: -15px;
    color: #333333;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in-out, visibility 0s linear 0.15s;
}
.title-first h2{
    padding-top: 20px;
}

body .body-container .hs-button.primary, body .body-container .sidebar-form input[type="submit"] {
    margin-top: 0px;
}

.sidebar-form .actions {
    margin-top: 20px;
}

.sidebar-form .actions input[type=submit]:hover , .sidebar-form .actions input[type=submit]  {
    background: transparent;
}

.sidebar-form input[type=checkbox]:checked + span:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.sidebar-form .actions{
    background: black;
    text-decoration: none;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-form .actions:before{
    background: #dc124e;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -o-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-form .actions:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.sidebar-form input[type=checkbox] + span:before {
    content: '';
    height: 17px;
    width: 17px;
    background: white;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}
.sidebar-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}


/* List Generic Style */
ul.styled-list , ol.styled-list {
    margin-left: 0;
    counter-reset: counterListe;
    text-align: left;
    overflow: hidden;
    padding: 0;
}

ul.styled-list li  {
    float: left;
    width: 41.12676%;
    list-style: none;
    font-size: 1.6rem;
    color: rgba(51, 51, 51, 0.7);
    position: relative;
    opacity: 0;
    transition: opacity 0.6s linear;
}
ul.visible li {
    opacity: 1;
}

ul.styled-list li:nth-child(2n) {
    float: right;
    transition-delay: 1.2s;
    
}

ul.styled-list :after {
    display: block;
    overflow: hidden;
    clear: both;
}

ul.styled-list li:nth-child(2n+1):after {
    /*content: '';
    height: 2px;
    left: 25px;
    width: 142.80822%;
    position: absolute;
    top: 24px;
    z-index: 1;
    background: white;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all 0.6s linear 0.6s;*/
    content: '';
    height: 2px;
    left: 25px;
    width: 142.80822%;
    position: absolute;
    top: 24px;
    z-index: 1;
    background: white;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all 0.6s linear 0.6s;
}
ul.visible li:nth-child(2n+1):after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

ul.styled-list li:before {
    counter-increment: counterListe;
    content: counter(counterListe);
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #dc124e;
    background: white;
    border-radius: 50%;
    margin: 0 0 20px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    position: relative;
    z-index: 2;
}
ul.styled-list .subtitle {
    color: #333333;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 3px;
}
ul.styled-list h4 {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 7px;
}


/* Footer Nwes letter */

.footer-copyright a {
    color: rgba(51, 51, 51, 0.5);
    font-size: 1.4rem;
}

.footer-copyright a:hover, .footer-copyright a:focus {
    color: #dc124e;
    text-decoration: none;
}

.footer-newsletter ::-webkit-input-placeholder { /* Webkit Browsers */
    color: #969696;
    font-style: italic;
}
.footer-newsletter :-moz-placeholder { /* Firefox 18- */
    color: #969696;
    font-style: italic;
}
.footer-newsletter ::-moz-placeholder { /* Firefox 19+ */
    color: #969696;
    font-style: italic;
}
.footer-newsletter :-ms-input-placeholder { /* IE10 */
    color: #969696;
    font-style: italic;
}
.span12.widget-span.widget-type-form.footer-newsletter {
    min-height: 50px;
}
.footer-newsletter ul.hs-error-msgs.inputs-list {
    top: -20px;
    position: relative;
}
.footer-container .footer-newsletter form input[type="email"] {
    font-family: "freight-text-pro", serif;
}

/* DETAIL  BLOG*/ 
.in-same-sub h2{
    font-size: 2.4rem;
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
}
.in-same-sub p{
    text-align: center;
    font-family: "freight-text-pro", serif;
    color: #7d7d7d;
}
.in-same-sub h2:before {
    content: '';
    width: 2px;
    height: 57px;
    background: linear-gradient(#e7852d, #dc124e);
    margin: 24px auto;
    display: block;
}
.span12.widget-span.widget-type-rich_text.in-same-sub {
    width: 50%;
    margin: 0 25%;
    text-align: center;
    font-style: italic;
}
.hs-author-profile{
    width: 50%;
    margin: 0 25%;
    text-align: center;
    font-style: italic;
}

.blog-post-wrapper .hs-profile {
    margin-top: 0;
    font-family: "Raleway", sans-serif;
    color: #333333;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.6rem;
}
.hs-author-profile .hs-author-bio {
    font-size: 1.5rem;
    font-weight: 400;
}
.hs-author-profile .hs-author-avatar .avatar-bg {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: solid 3px white;
    margin: 0 auto 15px;
}

.hs-author-profile .hs-author-avatar {
    max-width: 50px;
    max-height: 50px;
    text-align: center;
    margin: 0 auto;
}

.hs-author-detail {
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.hs-author-detail span.hs-author-social-label {
    display: block;
    margin-bottom: 5px;
}
.hs-author-social-links {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Comment Bloc */
.body-container .hs_cos_wrapper_type_blog_comments {
    display: block;
    padding: 20px 30px 30px;
    margin-bottom: 42px;
    color: #fff;
    border: none;
    background: #c3c3c3;
}

/* CTA Footer */

.action-block {
    width: 100vw;
    position: relative;
    z-index: 2;
    left: 50%;
    margin-left: -50vw;
    background: linear-gradient(58deg, #e7852d, #dc124e);
    color: white;
    overflow: hidden;
    margin-bottom: 50px;
    opacity: 1;
    transform: translate3d(0, 100px, 0);
    transition: all 0.6s ease-out;
}
.action-block .action-container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 40px 120px;
    position: relative;
    z-index: 2;
}
.action-block .action-title {
    font-size: 3.6rem;
    line-height: 1.5;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: inherit;
}
.action-block .action-title + .action-subtitle {
    margin-top: -20px;
}
.action-block .action-subtitle {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 2em;
    color: inherit;
    font-family: "Raleway", sans-serif;
}
.action-block .action-button {
    font-size: 2.4rem;
    font-weight: 500;
    padding: 10px 58px;
    border: solid 2px white;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease-out;
    font-family: "Raleway", sans-serif;
    color: #fff;
}
.action-block .action-button:hover:before, .action-block .action-button:focus:before, .action-block .action-button:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.action-block .action-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all 0.3s ease-out;
}

.action-block:after {
    content: '';
    width: 530px;
    height: 451px;
    background: url(//cdn2.hubspot.net/hubfs/2598791/logo_bloc.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -225px;
    opacity: 0.25;
}
.action-block:after {
    opacity: 1;
    mix-blend-mode: overlay;
}
.action-block.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.in-same-sub h2 , .in-same-sub p{
    font-style: normal;
}

.action-block .action-button:hover, .action-block .action-button:focus, .action-block .action-button:active {
    color: #e7852d;
    text-decoration: none;
    border-image: none;
    border-bottom-color: #fff;
}

/* Share buttons */
.share-box {
    width: 60px;
    position: absolute;
    top: 900px;
    left: 40px;
    margin-top: 0;
    text-align: center;
}
.share-box .share-count {
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    padding-bottom: 7px;
    color: black;
}
.share-box .share-count:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right, #e7852d, #dc124e);
}
.share-box .share-count em {
    font-family: "freight-text-pro", serif;
    font-weight: bold;
    font-style: normal;
    display: block;
    font-size: 4rem;
    margin-bottom: 15px;
}
.social-links {
    margin: 0;
    padding: 0;
}
.share-box .social-links li {
    margin: 0 0 20px;
}
.social-links li {
    list-style: none;
    display: inline-block;
    margin-right: 17px;
}
.share-box .social-links li a.social-facebook {
    border-color: #3b5998;
    color: #3b5998;
}
.share-box .social-links li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.social-links li a {
    display: inline-block;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 29px;
    color: #afaeb0;
    border: #d4d3d9 solid 2px;
    border-radius: 50%;
}
.social-links li a.social-facebook:before {
    content: '\e907';
}
.social-links li a:before {
    content: '';
    font-family: icomoon;
    font-weight: normal;
    font-size: 16px;
}
.social-links li a span {
    display: none;
}
.share-box .social-links li a.social-twitter {
    border-color: #1da1f2;
    color: #1da1f2;
}
.social-links li a.social-twitter:before {
    content: '\e906';
}
.share-box .social-links li a.social-linkedin {
    border-color: #0274b3;
    color: #0274b3;
}
.social-links li a.social-linkedin:before {
    content: '\e905';
}

/* Figure Style */
.blog-content figure.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
figure.image-right, figure.image-left {
    margin-left: -120px;
    margin-right: -120px;
}
.blog-content figure {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: all 0.8s ease-out;
}

figure.image-right img, figure.image-left img {
    float: right;
    max-width: 48.57143%;
}
figure img {
    max-width: 100%;
    height: auto;
}
.blog-content figure.visible figcaption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
figure.image-right figcaption, figure.image-left figcaption {
    float: left;
    margin-top: 0;
    padding-left: 100px;
    width: 59.85714%;
    max-width: none;
    margin-left: -11.42857%;
    position: relative;
    left: 11.42857%;
    margin-top: 40px;
    text-align: left;
}
.blog-content figure figcaption {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: all 0.8s ease-out 0.2s;
}


figure img + figcaption {
    margin-top: -50px;
}
figcaption {
    display: block;
    border: solid 8px #e7852d;
    border-image: linear-gradient(to right, #e7852d, #dc124e);
    border-image-slice: 1;
    padding: 40px;
    background: rgba(239, 239, 239, 0.9);
    position: relative;
    z-index: 2;
    max-width: 619px;
    margin: 0 auto;
}
figure.image-right figcaption h1, figure.image-right figcaption h2, figure.image-left figcaption h1, figure.image-left figcaption h2 {
    position: relative;
}
h1 {
    font-size: 3.6rem;
    font-weight: 900;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    text-transform: uppercase;
    line-height: 1.1;
    color: #333333;
}
figure.image-right figcaption h1:before, figure.image-right figcaption h2:before, figure.image-left figcaption h1:before, figure.image-left figcaption h2:before {
    position: absolute;
    left: -60px;
    top: 0.65em;
    height: 2px;
    width: 40px;
    background: linear-gradient(to right, #e7852d, #dc124e);
    margin: 0;
}
.blog-content h1:before, .blog-content h2:before {
    content: '';
    width: 2px;
    height: 57px;
    background: linear-gradient(#e7852d, #dc124e);
    margin: 24px auto;
    display: block;
}
.blog-content a {
    font-weight: bold;
    position: relative;
    border-bottom: solid 2px #e7852d;
    border-image: linear-gradient(to right, #e7852d, #dc124e);
    border-image-slice: 1;
    border-width: 0 0 2px;
}
.more-link1 {
    font-family: "Raleway", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333 !important;
    text-decoration: none !important;
    border: none !important;
}
.more-link1:after {
    content: '\e904';
    font-family: icomoon;
    color: #dc124e;
    font-weight: normal;
    font-size: 26px;
    margin-left: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transition: left 0.1s ease-in-out;
    left: 0;
}

figure.image-right:after, figure.image-left:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
figure.image-left img {
    float: left;
}
figure.image-left figcaption {
    float: right;
    width: 56.42857%;
    margin-right: -11.42857%;
    right: 11.42857%;
    margin-left: 0;
    left: auto;
}



@media (max-width: 767px){
    .action-block .action-title {
        font-size: 2.6rem;
        line-height: 1.2;
    }
    .action-block .action-subtitle {
        font-size: 1.6rem;
        margin-bottom: 1em;
    }
    .action-block .action-container {
        padding: 20px;
    }
    p {
        line-height: 1.4;
    }
    h1 {
        font-size: 3rem;
    }
    figure.image-right figcaption, figure.image-left figcaption {
        float: none;
        width: auto;
        position: relative;
        margin: -20px 0 0;
        left: 20px;
        right: auto;
        padding: 5%;
    }
    figure.image-right img, figure.image-left img {
        float: none;
        max-width: 100%;
        vertical-align: bottom;
        margin-left: -10px;
    }
    figure.image-right, figure.image-left {
        margin-left: 0;
        margin-right: 0;
    }
    figure.image-right figcaption h1:before, figure.image-right figcaption h2:before, figure.image-left figcaption h1:before, figure.image-left figcaption h2:before {
        position: static;
        margin-bottom: 5px;
    }
    /* Thomas 08/06 responsive */
    
    #comment-form > form > div {
        clear:both;
        float:none;
        width:auto;
        margin-right:0;
    }

}
@media (max-width: 1024px){
    .main-content.left-main , .main-content.right-main {
        width: 100%;
    }
    .page-center.content-wrapper .sidebar-form {
        margin-top: 0; 
    }
    .main-content .right-form img {
        float: none;
    }
    .imo-img{
        text-align: center;
    }
    .imo-img img {
        margin-bottom: 15px;
    }
}
@media (max-width: 1300px) and (min-width: 768px){
    figure.image-right figcaption {
        left: 15%;
    }
}




/************************************New CSS Changes ****************************************/

.hs-custom-form .hs-dependent-field select{
    height:50px;
}
.custom-banner-image .banner-text h1,.hs-featured-blogpost-bg h1{
    font-size:6rem;
}
.custom-banner-image .banner-text,.hs-featured-blogpost-bg .post-page-center{
   padding: 90px 60px 110px;
}
.hs-blog-post #body-wrapper{
    max-width:1080px;
}
.hs-featured-blogpost-bg .banner-overlay,.custom-banner-image .banner-overlay{
    background-color:rgba(0, 0, 0, 0.63);
}
.hs_recaptcha {margin-bottom:25px}

body.hs-blog-post {
    overflow-x: hidden;
}

body .hs-form-field > label {
    display: inherit;
}

form {padding-top:25px;}
body .hs-form-field {margin-bottom:20px;}
.sidebar-form select {margin-bottom:0;}
.sidebar-form .hs-error-msgs label {
  color: #F00;
  background: #fff;
  font-weight: bold;
  display: block;
  padding: 0.5rem;
}

@media(max-width:1300px){
    .custom-banner-image .banner-text h1,.hs-featured-blogpost-bg h1 {font-size: 4rem;}
}

@media(max-width:1024px){
    .main-content.right-main{margin-left:0;}
}

@media(max-width:767px){
    .custom-banner-image .banner-text h1,.hs-featured-blogpost-bg h1 {font-size:3rem;}
}
/*  search page */

.custom-new-search input#scta {
    visibility: hidden;
}
