/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Manrope:300,300i,400,400i,500,500i,700,700i');

/* HubSpot_Boilerplate-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; }
@font-face{
    font-family: icomoon;
    src: url(//info.ivalua.com/hubfs/Ivalua_February2018/Fonts/Icomoon/icomoon.eot?mtxlfj);
    src: url(//info.ivalua.com/hubfs/Ivalua_February2018/Fonts/Icomoon/icomoon.eot?mtxlfj#iefix) format("embedded-opentype"),
         url(//info.ivalua.com/hubfs/Ivalua_February2018/Fonts/Icomoon/icomoon.ttf?mtxlfj) format("truetype"),
         url(//info.ivalua.com/hubfs/Ivalua_February2018/Fonts/Icomoon/icomoon.woff?mtxlfj) format("woff"),
         url(//info.ivalua.com/hubfs/Ivalua_February2018/Fonts/Icomoon/icomoon.svg?mtxlfj#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
.has-drop-down-a:before,.jcf-checkbox span:after,.jcf-select .jcf-select-opener:after,.share-list .stButton .stLarge:after,[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.icon-youtube:before{content:"\e9e3"}.icon-instagram:before{content:"\ea01"}.icon-intake-management:before{content:"\e900"}.icon-additional-solutions:before{content:"\e901"}.icon-analytics:before{content:"\e902"}.icon-contract-management:before{content:"\e903"}.icon-direct-materials-spending:before{content:"\e904"}.icon-direct-materials-sourcing:before{content:"\e905"}.icon-environmental-impact-center:before{content:"\e906"}.icon-eprocurement:before{content:"\e907"}.icon-invoicing:before{content:"\e908"}.icon-inventory-collaboration:before{content:"\e909"}.icon-payment-cards:before{content:"\e90a"}.icon-payments:before{content:"\e90b"}.icon-procure-to-pay:before{content:"\e90c"}.icon-source-to-pay:before{content:"\e90d"}.icon-sourcing:before{content:"\e90e"}.icon-spend-analysis:before{content:"\e90f"}.icon-strategic-sourcing:before{content:"\e910"}.icon-supplier-management:before{content:"\e911"}.icon-supply-chain-collaboration:before{content:"\e912"}.icon-play-circle:before{content:"\e913"}.icon-toggle-left-copy:before{content:"\e914"}.icon-toggle-left:before{content:"\e915"}.icon-octagon:before{content:"\e916"}.icon-user-check:before{content:"\e917"}.icon-star:before{content:"\e918"}.icon-battery-charging:before{content:"\e919"}.icon-play:before{content:"\e91a"}.icon-corner-down-right:before{content:"\e91b"}.icon-rotate-cw:before{content:"\e91c"}.icon-target:before{content:"\e91d"}.icon-x-circle:before{content:"\e91e"}.icon-bookmark:before{content:"\e91f"}.icon-user-x:before{content:"\e920"}.icon-volume-x:before{content:"\e921"}.icon-thumbs-up:before{content:"\e922"}.icon-book:before{content:"\e923"}.icon-link-2:before{content:"\e924"}.icon-message-circle:before{content:"\e925"}.icon-plus-square:before{content:"\e926"}.icon-scissors:before{content:"\e927"}.icon-flag:before{content:"\e928"}.icon-download:before{content:"\e929"}.icon-facebook-outline:before{content:"\e92a"}.icon-align-left:before{content:"\e92b"}.icon-align-right:before{content:"\e92c"}.icon-phone-call:before{content:"\e92d"}.icon-wind:before{content:"\e92e"}.icon-film:before{content:"\e92f"}.icon-award:before{content:"\e930"}.icon-printer:before{content:"\e931"}.icon-link:before{content:"\e932"}.icon-disc:before{content:"\e933"}.icon-sunset:before{content:"\e934"}.icon-tag:before{content:"\e935"}.icon-phone-incoming:before{content:"\e936"}.icon-check-square:before{content:"\e937"}.icon-camera:before{content:"\e938"}.icon-cloud:before{content:"\e939"}.icon-volume-2:before{content:"\e93a"}.icon-arrow-up-right:before{content:"\e93b"}.icon-airplay:before{content:"\e93c"}.icon-maximize-2:before{content:"\e93d"}.icon-alert-circle:before{content:"\e93e"}.icon-check-circle:before{content:"\e93f"}.icon-plus-circle:before{content:"\e940"}.icon-log-in:before{content:"\e941"}.icon-menu:before{content:"\e942"}.icon-eye-off:before{content:"\e943"}.icon-lock:before{content:"\e944"}.icon-move:before{content:"\e945"}.icon-thumbs-down:before{content:"\e946"}.icon-credit-card:before{content:"\e947"}.icon-box:before{content:"\e948"}.icon-mail:before{content:"\e949"}.icon-bar-chart-2:before{content:"\e94a"}.icon-cpu:before{content:"\e94b"}.icon-user-minus:before{content:"\e94c"}.icon-zoom-in:before{content:"\e94d"}.icon-square:before{content:"\e94e"}.icon-chevron-left:before{content:"\e94f"}.icon-more-vertical:before{content:"\e950"}.icon-chevron-right:before{content:"\e951"}.icon-smartphone:before{content:"\e952"}.icon-maximize:before{content:"\e953"}.icon-arrow-down-right:before{content:"\e954"}.icon-hash:before{content:"\e955"}.icon-package:before{content:"\e956"}.icon-upload:before{content:"\e957"}.icon-inbox:before{content:"\e958"}.icon-plus:before{content:"\e959"}.icon-arrow-left:before{content:"\e95a"}.icon-grid:before{content:"\e95b"}.icon-log-out:before{content:"\e95c"}.icon-upload-cloud:before{content:"\e95d"}.icon-corner-up-right:before{content:"\e95e"}.icon-thermometer:before{content:"\e95f"}.icon-fast-forward:before{content:"\e960"}.icon-command:before{content:"\e961"}.icon-phone-missed:before{content:"\e962"}.icon-loader:before{content:"\e963"}.icon-share2:before{content:"\e964"}.icon-twitter-a:before{content:"\e965"}.icon-burger:before{content:"\e966"}.icon-edit:before{content:"\e967"}.icon-file-minus:before{content:"\e968"}.icon-cast:before{content:"\e969"}.icon-tablet:before{content:"\e96a"}.icon-cloud-rain:before{content:"\e96b"}.icon-minimize:before{content:"\e96c"}.icon-wifi:before{content:"\e96d"}.icon-bell-off:before{content:"\e96e"}.icon-folder:before{content:"\e96f"}.icon-more-horizontal:before{content:"\e970"}.icon-camera-off:before{content:"\e971"}.icon-mic-off:before{content:"\e972"}.icon-repeat:before{content:"\e973"}.icon-corner-left-up:before{content:"\e974"}.icon-chevron-left2:before{content:"\e975"}.icon-user:before{content:"\e976"}.icon-trending-down:before{content:"\e977"}.icon-volume:before{content:"\e978"}.icon-phone-outgoing:before{content:"\e979"}.icon-x:before{content:"\e97a"}.icon-arrow-up:before{content:"\e97b"}.icon-github:before{content:"\e97c"}.icon-bell:before{content:"\e97d"}.icon-umbrella:before{content:"\e97e"}.icon-compass:before{content:"\e97f"}.icon-phone-forwarded:before{content:"\e980"}.icon-minus-circle:before{content:"\e981"}.icon-pause-circle:before{content:"\e982"}.icon-trending-up:before{content:"\e983"}.icon-phone-off:before{content:"\e984"}.icon-alert-triangle:before{content:"\e985"}.icon-refresh-ccw:before{content:"\e986"}.icon-minus-square:before{content:"\e987"}.icon-align-justify:before{content:"\e988"}.icon-slash:before{content:"\e989"}.icon-filter:before{content:"\e98a"}.icon-cloud-off:before{content:"\e98b"}.icon-layers:before{content:"\e98c"}.icon-battery:before{content:"\e98d"}.icon-radio:before{content:"\e98e"}.icon-cloud-lightning:before{content:"\e98f"}.icon-trash-2:before{content:"\e990"}.icon-info:before{content:"\e991"}.icon-corner-left-down:before{content:"\e992"}.icon-download-cloud:before{content:"\e993"}.icon-corner-right-up:before{content:"\e994"}.icon-activity:before{content:"\e995"}.icon-calendar:before{content:"\e996"}.icon-file:before{content:"\e997"}.icon-pause:before{content:"\e998"}.icon-user-plus:before{content:"\e999"}.icon-align-center:before{content:"\e99a"}.icon-minimize-2:before{content:"\e99b"}.icon-save:before{content:"\e99c"}.icon-rotate-ccw:before{content:"\e99d"}.icon-chevrons-right:before{content:"\e99e"}.icon-navigation-2:before{content:"\e99f"}.icon-zap:before{content:"\e9a0"}.icon-edit-3:before{content:"\e9a1"}.icon-moon:before{content:"\e9a2"}.icon-alert-octagon:before{content:"\e9a3"}.icon-map-pin:before{content:"\e9a4"}.icon-corner-down-left:before{content:"\e9a5"}.icon-phone:before{content:"\e9a6"}.icon-unlock:before{content:"\e9a7"}.icon-chevrons-down:before{content:"\e9a8"}.icon-percent:before{content:"\e9a9"}.icon-music:before{content:"\e9aa"}.icon-toggle-right:before{content:"\e9ab"}.icon-sun:before{content:"\e9ac"}.icon-chevron-up:before{content:"\e9ad"}.icon-users:before{content:"\e9ae"}.icon-headphones:before{content:"\e9af"}.icon-cloud-snow:before{content:"\e9b0"}.icon-edit-2:before{content:"\e9b1"}.icon-skip-forward:before{content:"\e9b2"}.icon-sunrise:before{content:"\e9b3"}.icon-message-square:before{content:"\e9b4"}.icon-cloud-drizzle:before{content:"\e9b5"}.icon-rewind:before{content:"\e9b6"}.icon-eye:before{content:"\e9b7"}.icon-corner-right-down:before{content:"\e9b8"}.icon-triangle:before{content:"\e9b9"}.icon-crosshair:before{content:"\e9ba"}.icon-layout:before{content:"\e9bb"}.icon-bar-chart:before{content:"\e9bc"}.icon-anchor:before{content:"\e9bd"}.icon-pie-chart:before{content:"\e9be"}.icon-arrow-down:before{content:"\e9bf"}.icon-home:before{content:"\e9c0"}.icon-trash:before{content:"\e9c1"}.icon-droplet:before{content:"\e9c2"}.icon-life-buoy:before{content:"\e9c3"}.icon-slack:before{content:"\e9c4"}.icon-settings:before{content:"\e9c5"}.icon-at-sign:before{content:"\e9c6"}.icon-power:before{content:"\e9c7"}.icon-arrow-right:before{content:"\e9c8"}.icon-check:before{content:"\e9c9"}.icon-copy:before{content:"\e9ca"}.icon-delete:before{content:"\e9cb"}.icon-arrow-down-left:before{content:"\e9cc"}.icon-search-a:before{content:"\e9cd"}.icon-monitor:before{content:"\e9ce"}.icon-aperture:before{content:"\e9cf"}.icon-type:before{content:"\e9d0"}.icon-clipboard:before{content:"\e9d1"}.icon-server:before{content:"\e9d2"}.icon-arrow-up-left:before{content:"\e9d3"}.icon-heart:before{content:"\e9d4"}.icon-speaker:before{content:"\e9d5"}.icon-pocket:before{content:"\e9d6"}.icon-map:before{content:"\e9d7"}.icon-refresh-cw:before{content:"\e9d8"}.icon-external-link:before{content:"\e9d9"}.icon-x-square:before{content:"\e9da"}.icon-chevron-down:before{content:"\e9db"}.icon-video:before{content:"\e9dc"}.icon-stop-circle:before{content:"\e9dd"}.icon-globe-a:before{content:"\e9de"}.icon-video-off:before{content:"\e9df"}.icon-corner-up-left:before{content:"\e9e0"}.icon-shield:before{content:"\e9e1"}.icon-watch:before{content:"\e9e2"}.icon-chrome:before{content:"\e9e4"}.icon-chevrons-up:before{content:"\e9e5"}.icon-clock:before{content:"\e9e6"}.icon-sidebar:before{content:"\e9e7"}.icon-mic:before{content:"\e9e8"}.icon-volume-1:before{content:"\e9e9"}.icon-file-plus:before{content:"\e9ea"}.icon-briefcase:before{content:"\e9eb"}.icon-feather:before{content:"\e9ec"}.icon-voicemail:before{content:"\e9ed"}.icon-navigation:before{content:"\e9ee"}.icon-file-text:before{content:"\e9ef"}.icon-zoom-out:before{content:"\e9f0"}.icon-minus:before{content:"\e9f1"}.icon-shuffle:before{content:"\e9f2"}.icon-share-2:before{content:"\e9f3"}.icon-bluetooth:before{content:"\e9f4"}.icon-circle:before{content:"\e9f5"}.icon-image:before{content:"\e9f6"}.icon-skip-back:before{content:"\e9f7"}.icon-search:before{content:"\e9f8"}.icon-share:before{content:"\e9f9"}.icon-twitter-small:before{content:"\e9fa"}.icon-arrow-d:before{content:"\e9fb"}.icon-check2:before{content:"\e9fc"}.icon-facebook-small:before{content:"\e9fd"}.icon-facebook:before{content:"\e9fe"}.icon-globe:before{content:"\e9ff"}.icon-google:before{content:"\ea00"}.icon-plus-small:before{content:"\ea02"}.icon-linkedin:before{content:"\ea03"}

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

/* ============== Macros ============== */

/* Transition */




/* Border Radius */


/* Box Shadow */


/* Transform */




/* Animation */






/* Filter */


/* =============== Base =============== */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
} 
html {}
body {
	background: #fff;
  font: 18px/1.8 Manrope,"Helvetica",Arial,sans-serif;
  color: #545e71;
	font-style: normal;
	font-weight: normal;
  margin-top: 1em;
}

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

/* Basic text */
p {
  font: 18px/1.8 Manrope,"Helvetica",Arial,sans-serif;
  color: #545e71;
  margin: 16px 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 .5em;
}
h1 {
  font-size: 36px;
  color: #24274d;
  font-weight: normal;
  line-height: 1.2;
}
h2 {
  font-size: 30px;
  color: #545e71;
  font-weight: 500;
  line-height: 1.2;
}
h3 {
  font-size: 1.17em;
  color: #545e71;
  line-height: 1.2;
  font-weight: normal;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}

/* Anchor Links */
a {
    text-decoration: none;
    font-weight: 500;
    color: #24274d;
    -webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;;
}
a:hover {
	text-decoration: underline;
}
:focus {
	outline: 0 none;
}

/* Lists */
ul, ol {
  margin: 0;
/* padding: 0;
  list-style: none; */
}
ul ul, ul ol, ol ol, ol ul {}
ul {
  line-height: 1.8;
}
li {
  font-size: 18px;
  font-weight: normal;
  	line-height: 1.8;
  color: #545e71;
}
form ul,
form ol,
form li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

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


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

/* CPI CUSTOM CSS */
.body-container-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1180px) {
.body-container-wrapper {
  padding: 10px;
  } 
}
/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */
.header-container {}
.header-container .row-fluid .widget-span { min-height: 0; }
.custom_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 0;
    z-index: 99999;
    background: #24274d;
    -webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition: box-shadow .3s ease-in-out;
	-ms-transition: box-shadow .3s ease-in-out;
	-o-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;;
}
.scroll_start .custom_header {
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.custom_header .row-fluid .widget-type-logo {
    float: left;
    width: auto;
    margin: 0;
    padding: 19px 0 0;
}
.custom_header .row-fluid .widget-type-logo img {
    width: 110px !important;
    vertical-align: top;
    position: relative;
    top: 1px;
    left: -1px;
}
.scroll_start .custom_header .row-fluid .widget-type-logo img {
    width: 108px !important;
    top: 2px;
    left: 0;
}

.row-fluid .custom_header-right {
    width: auto;
    margin: 0;
    float: right;
    position: relative;
    padding: 26px 4px 0;
}

.row-fluid .custom_header-menu {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    top: 2px;
    right: 15px;
    text-align: right;
    z-index: 999;
}
.custom_header-menu .hs-menu-wrapper > ul > li {
    margin: 0 0 0 25px;
    padding: 0 0 12px;
}
.custom_header-menu .hs-menu-wrapper > ul > li > a {
    color: #fff;   
    text-decoration: none;
}
.custom_header-menu .hs-menu-wrapper > ul > li:hover > a,
.custom_header-menu .hs-menu-wrapper > ul > li.active-branch > a,
.custom_header-menu .hs-menu-wrapper > ul > li.active > a {
    color: #e77e07;
}
.custom_header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding: 0 15px 0 0;
}
.custom_header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "";
    position: absolute;
    font-size: 5px;
    top: 6px;
    right: 0;
    opacity: .7;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: transform .3s ease-in-out;
    -moz-transform: transform .3s ease-in-out;
    -ms-transform: transform .3s ease-in-out;
	-o-transform: transform .3s ease-in-out;
    transform: transform .3s ease-in-out;;
}
.custom_header-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);;
}
.custom_header-menu .hs-menu-wrapper > ul ul {
    top: 100%;
    background: #25274d;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 15px rgba(0,0,0,.49);
    min-width: 100px;
    font-size: 14px;
    padding: 24px 30px;
    line-height: 20px;
    right: -80px;
    -webkit-transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out,visibility .3s ease-in-out;;
}
.custom_header-menu .hs-menu-wrapper > ul > li:last-child > ul {
    right: -20px !important;
    left: auto !important;
    width: 146px !important;
}
.custom_header-menu .hs-menu-wrapper > ul ul li {
    margin-bottom: 10px;
}
.custom_header-menu .hs-menu-wrapper > ul ul li a {
    font-weight: 400;
    color: #fff;
    text-align: left;
    text-decoration: none;
}
.custom_header-menu .hs-menu-wrapper > ul ul li a:hover {
    color: #e77e07;
}


.row-fluid .custom_search-wrapper {
    width: auto;
    margin: 0;
    position: relative;
}
.row-fluid .custom_search-button {
    width: auto;
    margin: 0;
}
.custom_search-button a.search-trigger {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 21px;
    margin: 0 0 0 12px;
    font-size: 22px;
    display: block;
    border-radius: 6px 6px 0 0;
    -webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;;
}
.custom_search-button a.search-trigger .icon-search {
    display: inline-block;
    vertical-align: top;
}
.custom_search-button a.search-trigger:hover,
.search-open .custom_search-button a.search-trigger {
    background: #25274d;
}
.row-fluid .custom_header-search {
    height: 0;
    box-shadow: 0 3px 15px rgba(0,0,0,.68);
    min-width: 340px;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all .2s cubic-bezier(.09,1.28,.52,.98);
	-moz-transition: all .2s cubic-bezier(.09,1.28,.52,.98);
	-ms-transition: all .2s cubic-bezier(.09,1.28,.52,.98);
	-o-transition: all .2s cubic-bezier(.09,1.28,.52,.98);
	transition: all .2s cubic-bezier(.09,1.28,.52,.98);;
}
.search-open .row-fluid .custom_header-search {
    height: 65px;
    border: 5px solid #25274d;
    background: #25274d;
}
.custom_header-search .hs-input {
    border-radius: 0 0 6px 6px !important;
    font-weight: 400;
    font-size: 18px;
    margin: 0 !important;
    color: #000;
    font-family: "Manrope",Helvetica,Arial,sans-serif;
}
.custom_header-search .hs-button {
    display: none;
}

/* =============== Top Pane =============== */
.custom_top-pane {
    margin: 10px 0 0;
    padding: 146px 0 88px;
    min-height: 428px;
    background-position: 50% 25%;
    font-size: 18px;
    line-height: 1.68;
    font-weight: 500;
    width: 100%;
    background-size: cover;
    position: relative;
}
.custom_top-pane .background-overlay {
    background: -webkit-linear-gradient(left,rgba(0,0,0,.6) 0,transparent 100%);
    background: linear-gradient(to right,rgba(0,0,0,.6) 0,transparent 100%);
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
}
.row-fluid .custom_top-pane .page-center {
    padding: 0 12px;
    max-width: 1224px;
    position: relative;
    z-index: 999;
}
.custom_top-pane .page-content {
    max-width: 645px;
}
.custom_top-pane .page-content h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.08;
    margin-bottom: 8px;
    color: #fff;
    text-transform: none;
}

.no-top-pane .body-container {
    padding: 42px 0 67px;
}

/* =============== Content =============== */
.body-container {
    padding: 16px 0;
}
.migration-template .body-container .main-content .cell-wrapper,
.migration-template .body-container .sidebar .cell-wrapper,
.body-container .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper {
	margin-bottom: 30px;
}
#hs_cos_wrapper_module_1669081054245202,
#hs_cos_wrapper_module_1669082247972660{
    padding-left: 0 !important;
}

/* =============== Footer =============== */
.footer-container-wrapper {}
.footer-container {}

/* =============== Footer Talk =============== */
.custom_footer-talk {
   padding: 102px 0;
   background: #24274d;
   color: #fff;
   text-align: center;
}
.custom_footer-content-talk h2 {
   color: #fff;
   margin: 0 0 30px;
}
.custom_footer-content-talk a.btn {
   border-color: #e77e07;
   background: #e77e07;
   color: #fff;
   line-height: 26px;
   font-size: 18px;
   display: inline-block;
   vertical-align: top;
   border-radius: 6px;
   padding: 9px 15px 11px;
   font-weight: 700;
   border: 2px solid #e77e07;
   min-width: 142px;
   text-decoration: none;
   -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out,color .3s ease-in-out;
	-ms-transition: background .3s ease-in-out,color .3s ease-in-out;
	-o-transition: background .3s ease-in-out,color .3s ease-in-out;
	transition: background .3s ease-in-out,color .3s ease-in-out;;
}
.custom_footer-content-talk a.btn:hover {
   background: 0 0;
   color: #e77e07;
   text-decoration: none;
}

/* =============== Footer Top =============== */
.custom_footer-top {
    padding: 24px 0 0;
    background: #24274d;
    color: #bdcce9;
    font-size: 14px;
    line-height: 24px;
}
.row-fluid .custom_footer-top .page-center {
    padding: 0 12px;
    max-width: 1328px;
}
.row-fluid .custom_footer-left-group {
    float: left;
    width: auto;
    margin: 0 0 10px;
}
.row-fluid .custom_footer-logo {
    float: left;
    margin: 0 45px 0 0;
    width: auto;
}
.custom_footer-logo img {
    width: 88px !important;
}
.row-fluid .custom_footer-menu {
    padding: 6px 1px 0 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    float: left;
    margin: 0;
    width: auto;
}
.custom_footer-menu .hs-menu-wrapper > ul > li {
    margin: 0 41px 0 0;
}
.custom_footer-menu .hs-menu-wrapper > ul > li > a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.custom_footer-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #e77e07;
}

.row-fluid .custom_footer-more {
    width: auto;
    margin: 0;
}
.custom_footer-more a {
    display: block;
    margin: 6px 0 0;
    padding: 0 18px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
}
.custom_footer-more a:hover {
    color: #e77e07;
}
.custom_footer-more a span {
    top: 2px;
    font-size: 5px;
    line-height: 20px;
    position: absolute;
    right: 0;
}
.custom_footer-more a.less-opener {
    display: none;
}
.footer-open .custom_footer-more a.more-opener {
    display: none;
}
.footer-open .custom_footer-more a.less-opener {
    display: inline-block;
}


.row-fluid .custom_footer-right-group {
    margin: 0 0 10px;
    width: auto;
    float: right;
}
.row-fluid .custom_footer-copyright {
    margin: 4px 0 0;
    width: auto;
}
.custom_footer-copyright a {
    color: #bdcce9;
    font-weight: 400; 
}
.custom_footer-copyright a.legal-link {
    text-decoration: underline;
}
.custom_footer-copyright a.legal-link:hover {
    text-decoration: none;
}
.row-fluid .custom_footer-socials {
    margin: 4px -10px 0 31px;
    font-size: 16px;
    width: auto;
}
.custom_footer-socials ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.custom_footer-socials ul li {
    margin: 0 13px;
}
.custom_footer-socials ul li a {
    color: #fff;
    text-decoration: none;
}
.custom_footer-socials ul li a:hover {
    color: #e77e07;
}
.socilas-list .icon-twitter-small {
    font-size: 13px;
}

.landing-page .custom_footer-top {
    padding: 24px 0 10px;
}
span.icon-facebook:before {
    content: "";
    color: white;
}
span.icon-twitter-small::before {
    content: "";
}
span.icon-linkedin::before {
    content: "";
}

/* =============== Footer Bottom =============== */
.row-fluid .custom_footer-bottom {
    display: none;
}
.footer-open .row-fluid .custom_footer-bottom {
    display: none;
}
.custom_footer-bottom {
    overflow: hidden;
    background: #25274d;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 12px 12px 10px;
}
.row-fluid .custom_footer-bottom .page-center {
    max-width: 1328px;
    padding: 0 12px;
}
.row-fluid .custom_footer-bottom-menu {
    margin: 0 53px 35px 0;
    float: left;
    width: auto;
}
.custom_footer-bottom-menu .hs-menu-wrapper > ul > li {
    margin: 0 0 11px;
}
.custom_footer-bottom-menu .hs-menu-wrapper > ul > li > a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.custom_footer-bottom-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #e77e07;
}

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


/* =============== Custom Menu Primary =============== */
@media (min-width: 768px) {
    .row-fluid .custom_mobile-group {
        display: none;
    }
    .row-fluid .custom-menu-primary {
        width: auto;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 10px 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 9px 18px;
        border-radius: 6px;
        color: #fff;
        text-decoration: none;
        position: relative;
        -webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
        background: #25274d;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding: 9px 32px 31px 18px;
        border-radius: 6px 6px 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        top: 18px;
        right: 10px;
        content: "";
        position: absolute;
        font-size: 5px;
        opacity: .7;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
        -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {  
        font-size: 14px;
        line-height: 16px;
        border-radius: 8px;
        padding: 8px 13px;
        min-width: 0;
        display: inline-block;
        vertical-align: baseline;
        font-weight: 700;
        background: #e77e07;
        color: #fff;
        border: 2px solid #e77e07;
        text-align: center;
        text-transform: capitalize;
        -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out,color .3s ease-in-out;
	-ms-transition: background .3s ease-in-out,color .3s ease-in-out;
	-o-transition: background .3s ease-in-out,color .3s ease-in-out;
	transition: background .3s ease-in-out,color .3s ease-in-out;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        margin-top: 4px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a {
        color: #e77e07;
        background: 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.hs-item-has-children > a, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.active.hs-item-has-children > a {
        background:  transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.hs-item-has-children:hover > a, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.active.hs-item-has-children:hover > a {
        background: #25274d;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.hs-item-has-children > a:before, 
    .custom-menu-primary .hs-menu-wrapper > ul > li.active.hs-item-has-children > a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 41px;
        background: #25274d;
        z-index: -1;
        border-radius: 6px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        top: 100%;
        right: -100%;
        margin: -1px 0 0;
        padding: 30px 27px;
        background: #25274d;
        border-radius: 0 0 6px 6px;
        min-width: 100px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.49);
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,.49);
    -ms-box-shadow: 0 3px 15px rgba(0,0,0,.49);
	-o-box-shadow: 0 3px 15px rgba(0,0,0,.49);
    box-shadow: 0 3px 15px rgba(0,0,0,.49);;
        -webkit-transition: opacity .3s ease-in-out,visibility .3s ease-in-out !important;
	-moz-transition: opacity .3s ease-in-out,visibility .3s ease-in-out !important;
	-ms-transition: opacity .3s ease-in-out,visibility .3s ease-in-out !important;
	-o-transition: opacity .3s ease-in-out,visibility .3s ease-in-out !important;
	transition: opacity .3s ease-in-out,visibility .3s ease-in-out !important;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        white-space: normal !important;
        -webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        color: #e77e07;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions {
        position: static;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        right: auto;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li {
        width: 33.33%;
        padding: 0 15px;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li > a {
        margin-bottom: 17px;
        display: block;
        font-size: 16px;
        font-weight: 700;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li > a:hover {
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li > ul {
        position: static !important;
        padding: 0;
        box-shadow: none;
        border: 0;
        border-radius: 0;  
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions:hover > ul > li > ul {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li > ul > li {
        margin-bottom: 10px;
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li > ul > li > ul {
        position: static !important;
        padding: 10px 0 0 20px;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions:hover > ul > li > ul > li > ul {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.solutions > ul > li > ul > li > ul > li {
        margin-bottom: 10px;
        padding: 0;
    }
}

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

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

/* Vertical Menu */
.body-container .hs-menu-flow-vertical {
    border: 1px solid #F3F2F2;
    box-shadow: 0 3px 6px 0 rgba(84,94,113,.15);
}
.body-container .hs-menu-flow-vertical > ul {
    margin: 0;
    padding: 0;
}
.body-container .hs-menu-flow-vertical > ul li {
    margin: 0;
    padding: 0;
    border-top: 2px solid #F3F2F2;
}
.body-container .hs-menu-flow-vertical > ul li:before {
    display: none;
}
.body-container .hs-menu-flow-vertical > ul > li > a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    width: 100%;
    line-height: 32px;
    margin: 0;
    padding: 10px 14px;
    min-height: 52px;
    text-decoration: none;
    background: #fff;
    -webkit-transition: background-color .3s ease,color .3s ease;
	-moz-transition: background-color .3s ease,color .3s ease;
	-ms-transition: background-color .3s ease,color .3s ease;
	-o-transition: background-color .3s ease,color .3s ease;
	transition: background-color .3s ease,color .3s ease;;
}
.body-container .hs-menu-flow-vertical > ul > li > a:hover,
.body-container .hs-menu-flow-vertical > ul > li.active-branch > a {
    background-color: #00a6ca;
    color: #fff;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul {
    width: 300px;
}
.body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 32px;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    min-height: 52px;
    white-space: normal !important;
    background: #fff;
    -webkit-transition: background-color .3s ease,color .3s ease;
	-moz-transition: background-color .3s ease,color .3s ease;
	-ms-transition: background-color .3s ease,color .3s ease;
	-o-transition: background-color .3s ease,color .3s ease;
	transition: background-color .3s ease,color .3s ease;;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul {
    width: 100%
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul li a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 32px;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 10px 34px;
    min-height: 52px;
    white-space: normal !important;
    background: #fff;
    -webkit-transition: background-color .3s ease,color .3s ease;
	-moz-transition: background-color .3s ease,color .3s ease;
	-ms-transition: background-color .3s ease,color .3s ease;
	-o-transition: background-color .3s ease,color .3s ease;
	transition: background-color .3s ease,color .3s ease;;
}
.body-container .hs-menu-flow-vertical > ul ul > li > a:hover,
.body-container .hs-menu-flow-vertical > ul ul > li.active-branch > a {
    background-color: #00a6ca;
    color: #fff;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul ul li a{
    padding: 10px 54px;
}
.body-container .hs-menu-flow-vertical.no-flyouts > ul ul ul ul li a{
    padding: 10px 74px;
}


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

/* Hide button on Desktop */
.mobile_trigger, .child_trigger { display: none; }

@media (max-width: 767px) {

	/* Menu Reset */
	.custom_mobile-menu,
	.custom_mobile-menu .hs-menu-wrapper > ul,
	.custom_mobile-menu .hs-menu-wrapper > ul li,
	.custom_mobile-menu .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;
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 14px;
		width: auto;
		height: auto;
		background: transparent;
		border: 2px solid #fff;
		font-weight: 700;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		color: #fff;
		padding: 6px 25px;
        font-size: 14px;
        line-height: 18px;
	}
	.mobile_trigger span.is-opened {
        display: none;
    }
    .mobile-open .mobile_trigger span.is-opened {
        display: block;
    }
    .mobile-open .mobile_trigger span.is-closed {
        display: none;
    }
    .landing-page .mobile_trigger {
        display: none !important;
    }
    
	/* ===== Mobile Child Toggle Buttons ===== */
	.child_trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: -2px;
		right: -20px;
		width: 55px !important;
		min-width: 55px !important;
		height: 31px !important;
		padding: 0 !important;
		opacity: .7;
		text-align: center;
		-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;;
	}
	.child_trigger:before {
        font-size: 29px;
        content: "";o
        opacity: .7;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
	}

	/* ===== Mobile Menu Styles ===== */  
	.custom_mobile-menu {
		position: relative;
		margin: 0 0 22px;
		padding-bottom: 1px;
	}
	.row-fluid .custom_mobile-menu .hs-menu-children-wrapper,
	.row-fluid .custom_header-mobile-menu .hs-menu-children-wrapper {
		display: none;
	}  
	.custom-menu-primary ul.hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}
	.custom_mobile-menu .hs-menu-wrapper {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
	}
	.custom_mobile-menu .hs-menu-wrapper > ul > li {
        position: relative;
        margin: 0 0 15px;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li > a {
        overflow: visible;
        padding: 4px 5px;
        color: #fff;
        font-weight: 500;
        line-height: 1.46;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li > a:hover,
    .custom_mobile-menu .hs-menu-wrapper > ul > li:hover > .child_trigger {
        color: #e77e07;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul {
        padding: 10px 15px;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li {
        margin: 0 0 15px;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li a {
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul li a:hover,
    .custom_mobile-menu .hs-menu-wrapper > ul ul li:hover > .child_trigger{
        color: #e77e07;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li.solutions > ul > li > a {
        font-size: 16px;
        font-weight: 700;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul ul {
        padding: 0;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul > li.solutions > ul > li > ul {
        padding: 15px 0 0;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul ul li a {
    
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul ul ul {
        padding: 10px 0 0 20px;
    }
    .custom_mobile-menu .hs-menu-wrapper > ul ul ul ul li:last-child {
        margin: 0;
    }
}


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


/* =============== General Blog Styles =============== */

/* Listing */
.hs-blog-listing .body-container .row-fluid .page-center {
    padding: 0 12px;
    max-width: 1224px;
}
.hs-blog-listing .body-container {
    margin: 104px 0 0;
    padding: 42px 0 67px;
}
.custom_latest-post {
    margin: 0 0 47px;
}
.custom_latest-post h1:first-child{
    margin: 0 0 51px;
    font-size: 60px;
    color: #24274d;
    font-weight: 300;
    line-height: 1.2;
}
.custom_latest-posts-content .post-wrapper {
    margin: 0 -12px;
}
.custom_latest-posts-content .post-item-wrapper {
    padding: 0 12px;
    margin-bottom: 20px;
}
.custom_latest-posts-content .post-item-wrapper {
    width: 50%;
    float: left;
}
.custom_latest-posts-content .post-item-wrapper:first-child {
    width: 100%;
}
.custom_latest-posts-content .post-image{
    display: none;
}
.custom_latest-posts-content .post-item-wrapper .post-item {
    padding: 31px 35% 51px 50px;
}
.custom_latest-posts-content .post-item-wrapper:first-child .post-item {
    padding: 29px 50% 51px 50px;
    width: 100%;
}
.custom_latest-posts-content .post-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.custom_latest-posts-content .post-item .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(left,rgba(0,0,0,.6) 0,transparent 100%);
    background: linear-gradient(to right,rgba(0,0,0,.6) 0,transparent 100%);
}
.custom_latest-posts-content .post-item .post-header {
    position: relative;
    z-index: 999;
}
.custom_latest-posts-content .post-item-wrapper #hubspot-topic_data {
    margin: 0 0 40px;display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: #f5f5f5;
}
.custom_latest-posts-content .post-item-wrapper .post-header h2 {
    margin: 0 0 32px;color: #fff;
    font-weight: 400;
    line-height: 1.58;
    font-size: 24px;
}
.custom_latest-posts-content .post-item-wrapper:first-child #hubspot-topic_data {
    margin: 0 0 49px;
    color: #f5f5f5;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
}
.custom_latest-posts-content .post-item-wrapper #hubspot-topic_data a.topic-link {
    color: #f5f5f5;
    text-decoration: none;
}
.custom_latest-posts-content .post-item-wrapper:first-child .post-header h2 {
    line-height: 1.63;
    margin: 0 0 33px;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}
.custom_latest-posts-content .post-item a.more-link {
    min-width: 104px;
    position: relative;
    border-color: #e77e07;
    background: #e77e07;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding: 9px 15px 11px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border: 2px solid #e77e07;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out,color .3s ease-in-out;
	-ms-transition: background .3s ease-in-out,color .3s ease-in-out;
	-o-transition: background .3s ease-in-out,color .3s ease-in-out;
	transition: background .3s ease-in-out,color .3s ease-in-out;;
}
.custom_latest-posts-content .post-item a.more-link:hover {
    background: 0 0;
    color: #e77e07;
    text-decoration: none;
}

.custom_categories {
    margin: 0 0 48px;
}
.custom_categories h3:first-child {
    display: inline-block;
    vertical-align: top;
    margin: 16px 15px 0 3px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.custom_categories .widget-module > ul {
    display: none;
}
.custom_categories .widget-module {
    display: inline-block;
    width: auto;
}
.custom_categories .widget-module .tinynav {
    width: 296px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 57px 0 21px;
    height: 56px;
    box-shadow: 0 7px 15px rgba(84,94,113,.1);
    border: 1px solid #f3f2f2;
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.custom_categories .widget-module .tinynav option {
    padding: 8px 23px;
    color: #656565;
    height: 1%;
    margin-bottom: 8px;
}
.row-fluid .custom_blog-decore {
    top: 70px;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: -1;
    width: 460px;
    height: auto;
}

/* Post */
.hs-blog-post .body-container li{
    padding: 0;
    margin: 0;
}
.hs-blog-post .body-container li:before {
    display: none;
}
.hs-blog-post .post-body li {
    margin-bottom: 8px;
    padding-left: 17px;
}
.hs-blog-post .post-body li:before {
    content: '•';
    float: left;
    margin: -2px 0 0 -17px;
}

.hs-blog-post .custom_top-pane {
    background-image: url(//info.ivalua.com/hubfs/Ivalua_February2018/Images/fotolia_104278045-1-e1498085514691-2.jpg);
    padding: 73px 0 81px;
    min-height: 0;
}
.hs-blog-post .custom_top-pane .page-content {
    max-width: 100%;
}
.hs-blog-post .custom_top-pane #hubspot-topic_data {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 8px;
    color: #fff;
}
.hs-blog-post .custom_top-pane #hubspot-topic_data a.topic-link {
    color: #fff;
}
.hs-blog-post .custom_top-pane .page-content h1 {
    line-height: 66px;
    display: block;
    margin: 0 0 49px;
    color: #fff;
    font-size: 60px;
}
.hs-blog-post .custom_top-pane .date {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}

.hs-blog-post .body-container {
    padding: 80px 0 67px;
}
.hs-blog-post .body-container .row-fluid .page-center {
    max-width: 1126px;
    padding: 0 12px;
}
.hs-blog-post .row-fluid .blog-content {
    width: 60%;
}
.hs-blog-post .row-fluid .blog-sidebar {
    padding: 0 0 0 92px;
    width: 40%;
    margin: 0;
}
.blog-sidebar .widget-span {
    padding: 61px 14px;
    background: #f5f5f5;
    text-align: center;
}

.custom_blog-socials .icon-share {
    margin: 0 0 25px;
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #24274d;
    font-weight: 700;
}
.custom_blog-socials .title {
    font-size: 18px;
    margin: 0 0 30px;
    display: block;
    color: #000;
    line-height: 20px;
    font-weight: 700;
}
.custom_blog-socials ul {
    font-size: 0;
}
.custom_blog-socials ul li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}
.custom_blog-socials ul li:before {
    display: none;
}
.custom_blog-socials ul li a {
    padding: 5px;
    display: inline-block;
    margin: 0 2px 5px;
    line-height: 0;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;;
}
.custom_blog-socials ul li a:hover {
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
    transform: translateY(-4px);;
}
.at-icon-wrapper {
    float: left;
    line-height: 32px;
    height: 32px;
    width: 32px;
}
.at-icon-wrapper svg {
    fill: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
}
.custom_blog-socials ul li a.share_facebook {
    background-color: rgb(59, 89, 152);
    border-radius: 26px;
}
.custom_blog-socials ul li a.share_twitter {
    background-color: rgb(29, 161, 242);
    border-radius: 26px;
}
.custom_blog-socials ul li a.share_googleplus {
    background-color: rgb(220, 78, 65);
    border-radius: 26px;
}


.custom_related-posts-wrapper {
    padding: 10px 0 0 ;
}
.hs-blog-post .row-fluid .custom_related-posts-wrapper .page-center {
    max-width: 1224px;
    padding: 0 12px;
}
.related-title h3 {
    margin-bottom: 46px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.63;
    color: #000;
    text-align: center;
}
.page-center > .row-fluid-wrapper > .row-fluid {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
.page-center > .row-fluid-wrapper > .row-fluid {
  display: initial;
  justify-content: initial;
  }
}
.related-image img {
    display: none;
}
.related-post-item-wrapper {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 20px;
    float: left;
}
.related-post-item {
     background: #f5f5f5;
}
.related-post-item .related-content {
     padding: 23px 32px 15px 30px;
     min-height: 149px;
}
.related-image {
    padding-top: 42.5%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.related-topics {
    font-size: 16px;display: block;
    line-height: 1.44;
    margin: 0 0 4px;
    font-weight: 500;
    color: #24274d;
}
.related-content .related-title {
    margin: 0 0 1em;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #000;
}
.related-title a.more-link {
    display: block;
}


/* Other Blog Styles */
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#hubspot-author_data .hs-author-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}
.hs-blog-social-share {
	padding: 10px 0 0 0;
	height: auto;
}
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-dstickte { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.hs-blog-post #comment-form form .hs-button {
	margin-top: 15px;
}

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

/* =============== Blog Author Page and Author Bio =============== */
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
	content: '';
	display: block;
	clear: both;
}
.hs-author-profile .hs-author-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}
.hs-author-profile .hs-author-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	max-width: 100%;
}
.hs-author-profile .hs-author-bio {
	overflow: hidden;
	padding-top: 15px;
}
.hs-author-profile h2.hs-author-name {
	margin: 0 0 10px 0;
}
.hs-author-profile .hs-author-social-section {
    margin: 15px 0 0;
}


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


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
    margin-bottom: 10px;
}

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

/* Form Title */
h3.form-title {}

/* Labels and Legends */
.hs-form-field > label,
.body-container .widget-type-google_search label {
    display: block;
    color: #545e71;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
/*     margin: 0 0 10px; */
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  display: inline-block;
    font-family: "Manrope", Helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #666;
  min-height: 40px;
    box-shadow: 0 7px 15px rgba(84,94,113,.1);
  border-radius: 10px;
    border: 1px solid #f1f1f1;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    -webkit-transition: border 0.2s linear,box-shadow 0.2s linear;
	-moz-transition: border 0.2s linear,box-shadow 0.2s linear;
	-ms-transition: border 0.2s linear,box-shadow 0.2s linear;
	-o-transition: border 0.2s linear,box-shadow 0.2s linear;
	transition: border 0.2s linear,box-shadow 0.2s linear;;
}

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

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

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

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

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

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

.hs-form-required {
    color: red;
}

/* Error */
form ul.hs-error-msgs {
    display: block;
    padding: 15px 0 0;
}
form ul.hs-error-msgs li {
    padding: 0;
    margin: 0;
}
form ul.hs-error-msgs li:before{
    display: none;
}
form ul.hs-error-msgs li label {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: red;
    margin: 0 0 10px;
}input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

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

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

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

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

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

.hs-form-required {
    color: red;
}

/* Error */
form ul.hs-error-msgs {
    display: block;
    padding: 15px 0 0;
}
form ul.hs-error-msgs li {
    padding: 0;
    margin: 0;
}
form ul.hs-error-msgs li:before{
    display: none;
}
form ul.hs-error-msgs li label {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: red;
    margin: 0 0 10px;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


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


/* =============== 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"] {}
#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 */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {
    margin-bottom: 18px;
}
.widget-type-google_search input[type="focus"] {}

/* CPI CUSTOM CSS */
.form-attributes {
  border: 1px solid #24274d;
  padding: 20px;
  max-width: 500px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
} 
/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    font-family: "Manrope",sans-serif; 
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    margin: 15px 0 0;
    padding: 9px 15px 11px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border: 2px solid #e77e07;
    text-transform: capitalize;
    min-width: 76px;
    text-align: center;
    background: #e77e07;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out,color .3s ease-in-out;
	-ms-transition: background .3s ease-in-out,color .3s ease-in-out;
	-o-transition: background .3s ease-in-out,color .3s ease-in-out;
	transition: background .3s ease-in-out,color .3s ease-in-out;;
}
.hs_submit .hs-button.primary.large {}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #fff;
    color: #e77e07;
    box-shadow: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
    -ms-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
	-o-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;;
}

.hs-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
    background-color: #599eeb;
    background-image: linear-gradient(to bottom, #3574e3,#599eeb);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3),inset 0px -1px 0px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3),inset 0px -1px 0px rgba(255,255,255,0.3);
    -ms-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3),inset 0px -1px 0px rgba(255,255,255,0.3);
	-o-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3),inset 0px -1px 0px rgba(255,255,255,0.3);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3),inset 0px -1px 0px rgba(255,255,255,0.3);;
}

button::-moz-focus-inner,
input::-moz-focus-inner{
    border:0 none;
    padding:0;
}

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


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


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


.error-template,
.password-template,
.subscription-template {}

.hsformerror {z-index: 5 !important;}
.checkbox-row span.fakelabel input {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.checkbox-row span.fakelabel span {
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
p.header {margin-left: 0 !important;}
.subscribe-options label {margin: 0 !important;}
#email-prefs-form .email-edit {
	max-width: 100% !important;
	width: 100% !important;
}
.equal-heights > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: 0; 
  border: 2px solid black;
}

/* CPI CUSTOM CSS */
.background-color-24274d {
    background: #24274d;
}
.width-100px {
    width: 100px !important;
}
.width-100 {
    width: 100% !important;
}
.display-flex {
    display: flex !important;
}
.justify-content-center {
 justify-content: center !important;
}
/* .position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
@media (max-width: 767px) {
  .position-absolute {
   position: initial;
  }
} */
/* .position-fixed {
  position: fixed;
}
@media (max-width: 767px) {
  .position-fixed {
   position: initial;
  }
} */
/* .left-0 {
  left: 0;
}
.right-0 {
  right: 0;
} */
/* .top-0 {
  top: 0;
}
.top--40px {
  top: -40px;
}
.bottom-0 {
  bottom: 0;
} */
/* .overflow-auto {
  overflow: auto;
}
@media (max-width: 767px) {
  .overflow-auto {
   overflow: initial;
  }
}
.max-height-700px {
  max-height: 700px;
}
@media (max-width: 767px) {
  .max-height-700px {
   max-height: initial;
  }
} */
.hr-linear-gradient-orange {
    margin: 30px 0 !important;
    background: linear-gradient(90deg, rgba(250,183,1,1) 0%, rgba(233,131,3,1) 100%);
    height: 4px;
    border: 0;
}
.form p, .form .form span {
  font-size: 14px;
    line-height: 1.4;
  margin: 0;
}
.footer p {
  font-size: 14px;
  line-height: 2;
}
li.hs-form-radio {
    font-size: 14px;
}
/* END CUSTOM CSS */


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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .custom_header .row-fluid .widget-type-logo img {
        width: 108px !important;
        top: 2px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    .row-fluid .custom_footer-logo {
        margin: 0 35px 0 0;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li {
        margin: 0 30px 0 0;
    }
    .row-fluid .custom_footer-socials {
        margin: 4px -10px 0 20px;
    }
    .custom_footer-socials ul li {
        margin: 0 10px;
    }
}

@media (max-width: 1199px) {
    .row-fluid .custom_footer-logo {
        margin: 0 30px 4px 0;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li {
        margin: 0 20px 0 0;
    }
    .custom_footer-socials ul li {
        margin: 0 7px;
    }
    .row-fluid .custom_footer-bottom-menu {
        margin: 0 35px 35px 0;
    }
}

@media (max-width: 1024px) {
    .row-fluid .custom_footer-logo {
        margin: 0 20px 4px 0;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li {
        margin: 0 15px 0 0;
    }
}

@media (max-width: 1023px) {
    .custom_header .row-fluid .widget-type-logo {
        padding: 27px 0 0;
    }
    .custom_header .row-fluid .widget-type-logo img,
    .scroll_start .custom_header .row-fluid .widget-type-logo img {
        width: 80px !important;
        top: 0;
        left: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 9px 6px 6px;
        font-size: 14px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        padding: 9px 32px 34px 18px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
        padding: 10px 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        margin-top: 1px;
    }
    .row-fluid .custom_footer-left-group {
        width: 100%;
        text-align: center;
    }
    .row-fluid .custom_footer-logo {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 45px 4px 0;
    }
    .row-fluid .custom_footer-menu {
        float: none;
        vertical-align: top;
        display: inline-block;
    }
    .row-fluid .custom_footer-more {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .row-fluid .custom_footer-right-group {
        width: 100%;
        text-align: center;
        font-size: 0;
    }
    .row-fluid .custom_footer-copyright {
        display: inline-block;
        float: none;
        margin: 0 0 15px;
        font-size: 14px;
    }
    .row-fluid .custom_footer-socials {
        float: none;
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }
    .custom_footer-socials ul li {
        margin: 0 13px;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li {
        margin: 0 20px 0 0;
    }
    
    .custom_latest-post h1:first-child {
        font-size: 48px;
        margin: 0 0 35px;
    }
    .custom_latest-posts-content .post-item-wrapper .post-item {
        padding: 41px 20% 39px 41px;
    }
    .custom_latest-posts-content .post-item-wrapper #hubspot-topic_data {
        margin: 0 0 19px;
    }
    .custom_latest-posts-content .post-item-wrapper .post-header h2 {
        margin: 0 0 27px;
    }
    .custom_latest-posts-content .post-item-wrapper:first-child .post-item {
        padding: 41px 45% 40px 52px;
    }
    .custom_latest-posts-content .post-item-wrapper:first-child #hubspot-topic_data {
        margin: 0 0 13px;
        color: #f5f5f5;
    }
    .custom_latest-posts-content .post-item-wrapper:first-child .post-header h2 {
        line-height: 1.4;
    }
    .blog-listing-wrapper .post-listing .post-item,
    .related-post-item-wrapper {
        width: 50%;
    }
    .hs-blog-post .custom_top-pane {
        padding: 34px 0 52px;
    }
    .hs-blog-post .custom_top-pane .page-content h1 {
        margin: 0 0 49px;
        line-height: 49px;
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    h1 {}
    h2 {
        margin-bottom: 10px;
    }
    h3 {
        margin: 0 0 22px;
    }
    .equal-heights > .row-fluid-wrapper > .row-fluid {
      display: initial;
      flex-wrap: wrap;
      margin: 0; 
    }

    .body-container .hs-menu-flow-vertical.flyouts > ul ul {
        width: 100%;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul li a {
        padding: 10px 34px;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul ul li a{
        padding: 10px 54px;
    }
    .body-container .hs-menu-flow-vertical.flyouts > ul ul ul ul li a{
        padding: 10px 74px;
    }
    .row-fluid .custom_header-right {
        display: none;
    }
    .row-fluid .custom_mobile-group {
        display: none;
    }
    .custom_header .row-fluid .widget-type-logo {
        padding: 0px 0 5px;
    }
    .row-fluid .custom_mobile-group {
        margin: 0 -15px !important;
        width: auto;
        padding: 21px 25px 26px;
        background: #24274d;
        max-height: calc(100vh - 55px);
        overflow-y: auto !important;
    }
    .custom_mobile-search {
        margin: 0 0 14px;
    }
    .custom_mobile-search form {
        position: relative;
    }
    .custom_mobile-search form:before {
        position: absolute;
        right: 11px;
        top: 9px;
        font: 22px/1 icomoon;
        content: "";
        color: #fff;
    }
    .custom_mobile-search form .hs-button {
        display: none;
    }
    .custom_mobile-search form .hs-input {
        display: inline-block;
        font-family: "Manrope",sans-serif;
        margin: 0;
        background: 0 0;
        color: #fff;
        border-radius: 0;
        padding: 11px 35px 10px 18px;
        height: auto;
        font-size: 14px;
        width: 100%;
        font-weight: 400;
        min-height: 0;
        background: #25274d;
        border-radius: 6px;
        line-height: 20px;
    }
    .custom_mobile-search form .hs-input::-webkit-input-placeholder {
        opacity: 1;
        color: #fff;
    }
    .custom_mobile-search form .hs-input:-moz-placeholder {
        opacity: 1;
        color: #fff;
    }
    .custom_mobile-search form .hs-input::-moz-placeholder {
        opacity: 1;
        color: #fff;
    }
    .custom_mobile-search form .hs-input:-ms-input-placeholder {
        opacity: 1;
        color: #fff;
    }
    .custom_header-mobile-menu {
        padding-bottom: 21px;
        font-size: 15px;
        line-height: 1.3;
        font-weight: 500;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul > li {
        position: relative;
        padding: 0 0 19px;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul > li > a {
        padding: 4px 5px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul > li > a:hover,
    .custom_header-mobile-menu .hs-menu-wrapper > ul > li:hover > .child_trigger {
        color: #e77e07;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul > li > a > span.icon-globe {
        line-height: 1.3;
        display: inline-block;
        position: relative;
        vertical-align: top;
        top: -2px;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul > li > .child_trigger {
        color: #fff;
        top: -1px;
        right: -21px;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul > li > .child_trigger:before {
        font-size: 23px;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul ul {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul ul li {
        margin: 0 0 15px;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul ul li:last-child {
        margin: 0;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul ul li a {
        font-weight: 400;
        color: #fff;
        text-decoration: none;
    }
    .custom_header-mobile-menu .hs-menu-wrapper > ul ul li a:hover,
    .custom_header-mobile-menu .hs-menu-wrapper > ul ul li:hover > .child_trigger{
        color: #e77e07;
    }
    .custom_mobile-talk a {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        border-radius: 8px;
        padding: 8px 13px;
        width: 100%;
        font-weight: 700;
        border-color: #e77e07;
        background: #e77e07;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        border: 2px solid #e77e07;
        -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out,color .3s ease-in-out;
	-ms-transition: background .3s ease-in-out,color .3s ease-in-out;
	-o-transition: background .3s ease-in-out,color .3s ease-in-out;
	transition: background .3s ease-in-out,color .3s ease-in-out;;
    }
    .custom_mobile-talk a:hover {
        background: 0 0;
        color: #e77e07;
    }
    .custom_top-pane {
        margin: 55px 0 0;
        display: table;
        width: 100%;
        height: 330px;
        padding: 38px 0 41px;
        background-position: 50% 50%;
        min-height: 0;
    }
    .row-fluid .custom_top-pane .page-center {
        display: table-cell;
        vertical-align: middle;
    }
    .custom_top-pane .page-content h1 {
        font-size: 36px;
        line-height: 1.34;
    }
    .row-fluid .custom_footer-bottom-menu {
        margin: 0 0 32px;
        width: 100%;
    }
    .custom_footer-bottom-menu .hs-menu-wrapper > ul > li:last-child {
        margin: 0;
    }
    .row-fluid .custom_footer-copyright {
        width: 100%;
        display: block;
        margin: 0 0 7px;
    }
    .row-fluid .custom_footer-socials {
        margin: 0 0 29px;
    }
    .row-fluid .custom_footer-more {
        width: 100%;
    }
    .custom_footer-more a {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 20px;
        position: relative;
        padding: 0 15px 0 0;
        margin: 0 0 21px;
        font-weight: 400;
    }
    .custom_footer-more a span {
        font-size: 5px;
        line-height: 20px;
        position: absolute;
        right: 0;
        top: 3px;
    }
    .row-fluid .custom_footer-menu {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .custom_footer-menu .hs-menu-wrapper > ul > li {
        margin: 0 0 28px;
    }
    .row-fluid .custom_footer-logo {
        display: block;
        margin: 0 auto 34px;
    }
    .custom_footer-top {
        padding: 16px 0 0;
    }
    .custom_footer-talk {
       padding: 52px 0;
    }
    .custom_footer-content-talk h2 {
        margin: 0 0 33px;
        line-height: 1.63;
    }
    
    .no-top-pane .body-container {
        margin: 57px 0 0;
        padding: 0px 0 12px;
    }
    
    
    .landing-page .custom_footer-top {
        padding: 24px 0 0;
    }
    
    
    .hs-blog-listing .body-container {
        margin: 57px 0 0;
        padding: 0px 0 12px;
    }
    .hs-blog-listing .body-container .row-fluid .page-center {
        padding: 0 33px;
    }
    .custom_latest-post h1:first-child {
        display: none;
    }
    .custom_blog-decore {
        display: none !important;
    }
    .custom_latest-posts-content .post-item-wrapper {
        width: 100%;
    }
    .custom_latest-posts-content .post-item-wrapper:first-child {
        padding: 0;
        margin: -2px -21px 40px;
        width: auto;
        float: none;
    }
    .custom_latest-post {
        margin: 0 0 21px;
    }
    .custom_latest-posts-content .post-item-wrapper:first-child .post-item {
        padding: 41px 38px 40px 52px;
    }
    .custom_latest-posts-content .post-item-wrapper:first-child .post-header h2 {
        margin: 0 0 47px;
    }
    .custom_categories h3:first-child {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }
    .custom_categories {
        margin: 0 0 26px;
    }
    .related-post-item-wrapper {
        width: 100%;
    }
    .related-title h3 {
        font-size: 24px;
    }
    .related-post-item .related-content {
        padding: 17px 32px 13px 25px;
    }
    .related-topics {
        font-size: 13px;
    }
    .related-content .related-title {
        font-size: 16px;
        line-height: 27px;
    }
}  

@media (max-width: 320px) {
    .custom_categories .widget-module .tinynav {
        width: 100%;
    }
}

@media only screen and (max-width:515px) {
  .content-section {
    background-image: url('https://info.ivalua.com/hubfs/light-blue-spacer-min.jpg')!important;
    background-repeat: repeat-x !important;
    background-position: top !important; 
  }
}

@media only screen and (max-width: 768px) {
 
  .ivalua-logo {text-align:center}
}