/* ==========================================================================
   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
  10. Klaro
   ========================================================================== */


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 300;
    src: url(//3762754.fs1.hubspotusercontent-na1.net/hubfs/3762754/Kaliop_February2019%20Theme/Fonts/ProximaNovaLight.otf);
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    src: url(//3762754.fs1.hubspotusercontent-na1.net/hubfs/3762754/Kaliop_February2019%20Theme/Fonts/ProximaNovaRegular.otf);
}
@font-face {
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 700;
    src: url(//3762754.fs1.hubspotusercontent-na1.net/hubfs/3762754/Kaliop_February2019%20Theme/Fonts/ProximaNovaBold.otf);
}

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
    font-size: 125%;
}
body {
  background: #fff;
  color: #000;
  font-size: .8rem;
  font-family: "Proxima Nova",sans-serif;
  line-height: 1.375;
}

body.blue-color-thankyu-page,body.blue-logo-body-wrap {
    font-family: 'Inter', sans-serif;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px;
  font-family:"Proxima Nova", sans-serif;
  color:#000;
  line-height: 1;
  font-weight: 700;
}
body.blue-color-thankyu-page h1, body.blue-color-thankyu-page h2, body.blue-color-thankyu-page h3, body.blue-color-thankyu-page h4, body.blue-color-thankyu-page h5, body.blue-color-thankyu-page h6 {
    font-family: 'Inter', sans-serif;
}
body.blue-logo-body-wrap h1, body.blue-logo-body-wrap h2, body.blue-logo-body-wrap h3, body.blue-logo-body-wrap h4, body.blue-logo-body-wrap h5, body.blue-logo-body-wrap h6 {
    font-family: 'Inter', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1rem;
}
h6 {
   font-size: 0.9rem;
}

/* Anchor Links */
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
  .custom-logo svg {
      width: 200px;
      height: 50px;
      transition: transform .3s ease-in-out;
  }

  .custom-header-wrapper {
      padding: 0 30px;
  }

.banner-area{
  background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}
.banner-area .Hero-picto {
    font-size: 4rem;
    padding: 10px;
}

.banner-area .icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: #000;
}

.Hero-line {
    width: 35px;
    height: 3px;
    margin: 3px auto;
    background-color: #fcbd2b;
    display: inline-block;
}

.banner-area .page-center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    padding: 50px 0 0;
    text-align: center;
}

.banner-area .BlockHead {
    max-width: 70%;
    padding-top: 40px;
}

.BlockHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 80px;
    line-height: 1;
}

.BlockHead-bigTitle {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 3rem;
    margin: 0;
}

.BlockHead-subtitle {
    line-height: 1.2;
    font-size: 1.4rem;
    color: #c9c9c9;
    font-weight: 300;
    margin: 0;
}
.banner-area {
    padding-top: 25px;
}



.Nav-Search .icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
}

.Nav-Search span {
    font-size: 1.3rem;
    color: #000;
}

.close-search {}

.Nav-Search .icon-search {
    cursor: pointer;
}

.Nav-Search {
  position: absolute;
  top: 21px;
  right: 25px;
}
.search-open .Nav-Search{
   top: px;
}

.custom-header-wrapper .page-center {
    position: relative;
}

span.close-search {
    display: none;
}
.search-open span.close-search {
    display: block;
}
.search-open span.open-search {
    display: none;
}
.custom-header-search .hs-search-field {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  min-height: 100vh;
  height: 100%;
  
  background-color: #fff;

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin-top: 100px;
  display:none;
}
.search-open .custom-header-search .hs-search-field {
  z-index: 9;
  display:flex;
}

.custom-header-search .hs-search-field .hs-search-field__bar {
    width: 100%;
      margin-top: -200px;
    padding: 0 30px;
}

.search-form-inner-wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.custom-header-search input.hs-search-field__input {
    font-size: 3.5rem;
    color: rgba(0,0,0,.2);
    font-weight: 700;
    font-family: "Proxima Nova",sans-serif;
    border: 0;
    /* font-family: "Proxima Nova", sans-serif; */
}

.SearchFull-inner {
    border-bottom: 1px solid rgba(0,0,0,.15);
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom-header-search .SearchFull-icon .icon svg {
    color: #e94e1b;
    /* width: 1em; */
    /* height: 1em; */
    vertical-align: -.15em;
    fill: currentColor;
}

.SearchFull-icon .icon {
    width: 100%;
    height: 100%;
    vertical-align: -.15em;
    fill: currentColor;
}

button.icon.icon--btnarrow {}

.SearchFull-icon button.icon.icon--btnarrow {
    padding: 0;
    color: inherit;
    border: 0;
    background: 0 0;
    font-family: "Proxima Nova",sans-serif;
    font-weight: inherit;
    font-size: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.SearchFull-icon {
    width: 50px;
    height: 30px;
}

.SearchFull-closeContainer {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-family: "Proxima Nova",sans-serif;
    border-bottom: 1px solid #000;
    width: 170px;
}

.SearchFull-closeContainer .icon {
    margin-bottom: 2px;
}

.SearchFull-closeContainer span {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    transform: rotate(45deg);
    font-size: 1.1em;
}

.SearchFull-icon {}

.SearchFull-icon button.icon.icon--btnarrow {
    padding: 0;
    color: inherit;
    border: 0;
    background: 0 0;
    font-family: "Proxima Nova",sans-serif;
    font-weight: inherit;
    font-size: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.SearchFull-icon button {}

button.icon.icon--btnarrow {}

.SearchFull-closeContainer button {<
}

.SearchFull-closeContainer button { 
    padding: 0;
    color: inherit;
    border: 0;
    background: 0 0;
    font-family: "Proxima Nova",sans-serif;
    font-weight: inherit;
    font-size: inherit;
    text-transform: inherit;
    cursor: pointer;
}

svg.icon.icon--close {}

.SearchFull-closeContainer svg.icon.icon--close {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
}
.custom-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    z-index: 5;
    background-color: #fff;
}
.custom-header-top-wrapper {
    min-height: 80px !important;
}
.custom-logo {
    padding: 14px 0 0 0px;
}
.custom-header-search input.hs-search-field__input{
  outline:none;
}
/* Placeholder Text */
.custom-header-search input.hs-search-field__input::-webkit-input-placeholder {
        color: rgba(0,0,0,.15);
      
      
}
.custom-header-search input.hs-search-field__input:-moz-placeholder {
       color: rgba(0,0,0,.15);
      
} 
.custom-header-search input.hs-search-field__input::-moz-placeholder {
       color: rgba(0,0,0,.15);
      
} 
.custom-header-search input.hs-search-field__input:-ms-input-placeholder {
       color: rgba(0,0,0,.15);
      
}




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

.body-container-wrapper {}
.body-container-wrapper {
    padding: 40px 30px;
}

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


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

.footer-container-wrapper {}
.footer-container {}
.Footer-socialNetwork .icon {
    font-size: 1rem;
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
}
.Footer-socialNetworks {
    display: flex;
    align-items: center;
}
.Footer-socialNetworksText {
    margin-right: 5px;
    font-size: .65rem;
    font-weight: 700;
}
.Footer-socialNetwork {
    margin-left: 10px;
}
.Footer-socialNetwork:hover {
    color: #e94e1b;
}
.Footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-top: 2px solid rgba(153,153,153,.2);
}
.custom-bottom-footer {

    border-top: 2px solid rgba(153,153,153,.2);
    padding: 17.5px 0;
}
.custom-legal-noticeLink {
    text-align: right;
    font-size: 14px;
    line-height: 19px;
    padding-top: 11px;
    padding-right: 15px;
}
.custom-legal-noticeLink a:hover {
    text-decoration: underline;
}
.Footer-brandColumn .icon {
    font-size: 10rem;
    height: unset;
    width: 1em;
    vertical-align: -.15em;
    fill: currentColor;
}
.custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 35.5%;
    float: left;
}
a.Footer-newsletterCta .icon {
    margin-left: 10px;
    font-size: 1.5rem;
    color: #e94e1b;
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: #e94e1b;
}

.Footer-newsletterCta span {
    display: flex;
    align-items: center;
}

.Footer-newsletterCta {
    font-size: 1rem;
    font-weight: 700;
}

.Footer-newsletterCta .icon {
    margin-left: 10px;
    font-size: 1.5rem;
    color: #e94e1b;
}

.custom-footer-top {
  padding-bottom: 60px;
  padding-top: 80px;
}

.custom-footer-menu .hs-menu-wrapper>ul {}

.custom-footer-menu .hs-menu-wrapper>ul>li {}

.custom-footer-menu .hs-menu-wrapper>ul>li>a {
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 14px;
    line-height: 30px;
}

.custom-footer-menu .hs-menu-wrapper>ul ul {
    display: block !important;
}

.custom-footer-menu .hs-menu-wrapper>ul ul li a {
  line-height: 1.5rem;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  white-space: normal !important;
}

.custom-footer-menu .hs-menu-wrapper>ul ul li a:hover {
    text-decoration: underline;
}

.custom-footer-menu {
    padding-left: 40px;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:last-child {
    width: 20%;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(2) {
    width: 25.5%;
}
p.Footer-columnTitle {
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 5px;
}

p.Footer-newsletterText {
    padding-bottom: 20px;
    line-height: 1.1rem;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}
.hs-news-letter-wrap {
    margin: 0 0 0 -54px;
}
.Footer-newsletterCta:hover {
    text-decoration: underline;
}
.custom-footer {
    padding: 0 30px;
}

.bgimg img{display:none;}
.bgmain{background-repeat:no-repeat; background-position:center;}

/* 05-07-2019 */
body.white-background ul{margin: 0; padding: 0; display: inline-block; }
.banner-desc ul li, .same-content ul li, .zigzag-content ul li, .author-desc ul li, .author-desc ul li, .box-content ul li{margin:0; position: relative; list-style: none; padding-left: 20px;     line-height: 33px;}
.banner-desc ul li:before, .same-content ul li:before, .box-content ul li:before, .zigzag-content ul li:before, .author-desc ul li:before { content: ''; position: absolute; left: 0; top: 12px; width: 8px; height: 8px; background: #2c2a29; border-radius: 100%;}
.box-content ul li:before{content: ''; position: absolute; left: 0; top: 12px; width: 8px; height: 8px; background: #fff; border-radius: 100%;}
/* .box-content ul li{position: relative; line-height: 33px; list-style: none; padding-left: 20px;} */
.container{    width: 100%; max-width: 1200px; margin: 0 auto; float: none;}
.header-logo img { max-width: 200px; object-fit: contain; }
.white-background .body-container-wrapper { padding: 0; }
.row-fluid .header-section { position: absolute; z-index: 2; padding: 28px 0; }
.banner-wrapper { float: left; width: 100%; padding: 130px 0 50px;background-repeat: no-repeat; background-color: #fbfbfb; background-position: top right -10%;  }

.banner-inner { padding: 0 70px; width: auto !important; margin: 0 -30px; }
.row-fluid .banner-content { float: left; width: 57%; padding: 0 50px 0 10px; }
.banner-sub-title p { font-size: 25px; line-height: 35px; color: #6f6f6f; font-weight: 300; margin: 0 0 60px 0; }
.banner-content h1 { margin-bottom: 32px; line-height: 53px; }
.banner-desc p { color: #a9a9a9; font-weight: 500; font-size: 16px; line-height: 33px; margin: 0 0 20px 0; }
.banner-desc p br { display:block !important; }
.banner-desc ul li { color: #a9a9a9; font-weight: 500; font-size: 16px; line-height: 33px; margin: 0; }
.row-fluid .banner-form { float: left; width: 43%; margin: -70px 0 0; padding: 0 30px 0 10px; position: relative; }
.row-fluid .banner-form.default-form:before { content: ''; position: absolute; width: 31px; background: #e94e1b; height: 3px; left:48px;/*left: 62px;*/ }
.default-form ul li.hs-form-booleancheckbox{position:relative; padding:0; }
.default-form ul li.hs-form-booleancheckbox:before{content: none; }
.default-form ul li.hs-form-booleancheckbox  input[type="checkbox"]{position:absolute;opacity:1;width:15px;height:15px;left:0;top:-3px;}
.default-form ul li.hs-form-booleancheckbox  input[type="checkbox"]+span{position:relative;display:block; margin: 0;  padding-left: 20px; }
/* .default-form ul li.hs-form-booleancheckbox  input[type="checkbox"]+span:before{position: absolute;left: 0;top: 0px;content: '';width: 13px;height: 13px;border: 1px solid #000;color: #fafafa;background: #fff;} */
.default-form ul li.hs-form-booleancheckbox  input[type="checkbox"]+span:after{  text-align: center;opacity: 0;visibility: hidden;color: #000;
position: absolute;left:1px;top: 2px;content: '\f00c';font-size: 11px;font-family: 'FontAwesome';width: 0;line-height: 9px;height: 0;}
/* .default-form ul li.hs-form-booleancheckbox  input[type="checkbox"]:checked+span:after{opacity:1;visibility:visible} */
.default-form ul li.hs-form-booleancheckbox span {
    font-weight: 400;
}

/*=J= 19-07-2019 =J=*/
.row-fluid .banner-wrapper .container { width: 100%; float: none; max-width:1230px; margin: 0 auto; }

.default-form .hs-form .hs-form-field > label span.hs-form-required { display: none; }
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required { display: inherit; }
.default-form .hs-form .hs-form-field .input { margin: 0; }
.default-form .hs-form fieldset.form-columns-2 { margin: 0 -6px; }
.default-form .hs-form fieldset.form-columns-2 .hs-form-field { width: calc(50% - 12px); margin: 0 6px; }
.default-form .hs-form fieldset.form-columns-3 { margin: 0 -6px; }
.default-form .hs-form fieldset.form-columns-3 .hs-form-field { width: calc(33.33% - 12px); margin: 0 6px; }
@media (max-width:767px) {
  .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3 { margin: 0; }
  .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field { width: 100%; margin: 0; }
  .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input { width: 100%; }
}
.row-fluid .form-inner > span,.row-fluid .form-inner .hs_cos_wrapper_type_form { padding: 40px; box-shadow: 0 24px 18px rgba(220, 220, 220, 0.5); }
.row-fluid .form-inner form .input input, .row-fluid .form-inner form .input select, .row-fluid .form-inner form .input textarea { border: 0; box-shadow: none; border-bottom: 1px solid #242424; border-radius: 0; height: auto; margin-bottom: 15px; color: #2b2b2b; padding: 5px 0px !important; }
.form-inner form .input input::placeholder, .form-inner form .input select::placeholder, .form-inner form .input textarea::placeholder { color: #a9a9a9; font-size: 14px; font-weight: 700; }
.form-inner form span.hs-form-required { color: #e94e1b; }
.form-inner form > div label span { font-weight: 700; }
.hs-form-checkbox-display span { font-weight: 500 !important; font-size: 14px; }
.form-inner  .submitted-message {color: #e94e1b;}
.row-fluid .form-inner form .actions input { min-width: 174px; border-radius: 1px;  cursor: pointer; padding: 10px 10px; margin: 15px 0 0; }
.row-fluid .form-inner form .actions input:focus {outline: none;}
.same-section-inner { float: left; width: 100%; text-align: center; }
.same-section { float: left; width: 100%; padding: 70px 0 50px; }
.same-section-inner h2 { line-height: 53px; margin-bottom: 0; }
.same-sub-title h3 { color: #a9a9a9; font-weight: 300; line-height: 33px; margin-bottom: 30px; }
.same-content p { margin: 0 0 20px 0; color: #242424; line-height: 33px; }
.icon-image img { max-width: 50px; width: 100%;object-fit: contain; max-height: 50px;}
.illustration-section .same-section-inner h2 { color: #fff; }
.illustration-section .same-sub-title h3 { color: #7c7c7c; }
.illustration-section .same-content p { color: #fff; }
.illustartion-box-wrap { float: left; width: auto; margin: 0 -25px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.illustration-section { float: left; width: 100%; padding: 0 0 37px 0; background-color:#242424; background-repeat: no-repeat; background-position: top right; }

.illustration-section .same-section { padding-top: 55px; }
.illustration-single-box { float: left; width: 33.33%; padding: 0 25px 25px; color: #fff; }
.box-title h4 { color: #fff; font-size: 27px; margin: 0; }
.box-title { float: left; width: 100%; padding: 15px 0 20px; border-bottom: 1px solid #7c7c7c;}
.box-content { float: left; width: 100%; padding: 19px 0 0 0; }
.box-content p { margin: 0 0 20px; line-height: 24px; }

.single-box-inner:hover { transform: none; }
.single-box-inner { float: left; width: 100%;/*     transform: scale(1.1); */ transition: all 0.5s; }
.zigzag-image { float: left; width: 58%; text-align: right; padding: 0 36px; }
.zigzag-content { float: left; width: 42%; padding: 0 36px; }
.single-zigzag { float: left; width: 100%;    /* margin: 0 -36px; */ display: flex; align-items: center; margin-bottom: 50px; }
.zigzag-content h3 { font-size: 25px; line-height: 30px; }
.zigzag-image img { width: 630px; height: 600px; object-fit: cover; }
.single-zigzag.image-left { flex-direction: row-reverse; }
.single-zigzag.image-left .zigzag-image { text-align: left; padding-left: 0; }
.zigzag-main { float: left; width: 100%; max-width: 1180px; margin: 0 auto; float: none; }
.zigzag-wrapper .same-section { padding: 60px 0 30px; }
.services-wrapper { float: left; width: 100%; background-color: #efefef; }
.services-wrapper .same-section { padding: 60px 0 20px; }
.single-service { float: left; width: 25%; padding:  17px; }
.services-section-main { float: left; width: 100%; margin-bottom: -70px; }
.services-section { width: auto; margin: 0 -17px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.single-service-inner { float: left; width: 100%; position: relative; }
.service-image img { width: 100%; height: 435px; object-fit: cover; }
.service-content-box { position: absolute; bottom: 0; background-color: #242424; text-align: center; padding: 35px 25px 25px; color: #fff; width: 100%; }
.service-content-box p { margin: 0; }
.service-content-box p { line-height: 24px; font-size: 14px; }
.service-title h4 { color: #fff; font-size: 16px; margin: 0 0 10px 0; line-height: 26px; padding-bottom: 10px; }
.service-title h4 { position: relative; }
.service-title h4:after { content: ''; position: absolute; width: 27px; height: 2px; bottom: 0; left: 50%; transform: translateX(-50%); }
.author-section { float: left; width: 100%; padding: 100px 0 40px; }
.author-inner { background: #efefef; padding: 40px 135px; float: left; display: flex; align-items: center; }
.author-left { float: left; width: 205px; text-align: center; }
.author-desc { float: left; width: calc(100% - 205px); padding-left: 125px; }
.author-desc p {
    margin: 0 0 20px 0;
}
.author-content h4 { font-size: 16px; margin-bottom: 0; }
.author-content p { margin: 0; font-size: 16px; font-weight: 300; }
.author-content { padding: 10px 0 0 0; }
.author-image { width: 184px; height: 184px; border-radius: 100%; background: #d8d8d8; margin: 0 auto; position: relative; }
.author-image:before { content: ''; position: absolute; background-image: url(https://3762754.fs1.hubspotusercontent-na1.net/hubfs/3762754/Kaliop_February2019%20Theme/Images/quote.png); height: 40px; width: 40px; background-repeat: no-repeat; background-size: contain; left: -4px; top: 5px; }

.equal-height { float: left; width: 100%;}
.icon-image { float: left; width: 100%;}

/* 05-05-2021-59 */
.blue-logo-body-wrap form.hs-form .hs-form-field ul.inputs-list { width: 100%; display: flex; }
.blue-logo-body-wrap form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio { margin-right: 17px; }
.blue-logo-body-wrap form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio:last-child { margin-right: 0px; }
.blue-logo-body-wrap .row-fluid .banner-form.default-form:before { background: #1BE2BC; }
.blue-logo-body-wrap form.hs-form span.hs-form-required { color: #1be2bc; }

.blue-logo-body-wrap .banner-desc p { line-height: 1.2; }
.blue-logo-body-wrap .row-fluid .form-inner form .actions input { border-color: #4D7AE8; background-color: #4D7AE8; margin-top: 6px; }
.blue-logo-body-wrap .row-fluid .form-inner form .actions { display: flex; align-items: center; justify-content: center; }
.blue-logo-body-wrap .row-fluid .form-inner form .actions input:hover { background-color: transparent; color: #4D7AE8; }

.blue-logo-body-wrap .banner-wrapper:before { background:url('https://3762754.fs1.hubspotusercontent-na1.net/hub/3762754/hubfs/Group%2033.png?width=678&name=Group%2033.png') no-repeat right top; background-size: 100%; }

.blue-logo-body-wrap .zigzag-image img { height: 520px; }
.blue-logo-body-wrap .author-image:before { background-image:url('https://3762754.fs1.hubspotusercontent-na1.net/hubfs/3762754/%E2%80%9C.png'); }

.row-fluid .footer-logo-blue-main-wrap .container { width: 100%; max-width: 1200px; margin: 0 auto; float: none; }
.row-fluid .footer-logo-blue-main-wrap { padding-top: 25px; padding-bottom: 42px; }
.footer-logo-blue-main-wrap img { max-width: 200px; object-fit: contain; }
.blue-logo-body-wrap .author-inner { background: rgb(245 245 245 / 70%); }
.blue-logo-body-wrap .same-sub-title h3 { margin-bottom: 15px; }
.blue-logo-body-wrap .author-desc, .blue-logo-body-wrap .author-content p { color:#3F4046; }

.blue-logo-body-wrap .row-fluid .form-inner form select { color:rgb(36 36 36 / 30%); } 
.blue-logo-body-wrap .same-content p { line-height: 28px; }

.blue-logo-body-wrap .banner-wrapper { background-color: rgb(245 245 245 / 50%); }
.blue-icon-footer svg.icon.icon--btnarrow { color: #1BE2BC; fill: #1BE2BC; }
.blue-icon-footer a.Footer-socialNetwork:hover { color: #1BE2BC; }
.blue-color-thankyu-page .header-section .container { float: none; margin: 0px auto !important; }
.white-background.blue-color-thankyu-page .body-container-wrapper { padding: 40px 30px; }

.blue-color-thankyu-page .container-fluid .row-fluid  .banner-area .page-center { padding: 50px 0 0; }


@media(min-width:2000px)
 {
   
}

@media(min-width:1500px)
 {
   .banner-wrapper { position: relative;z-index: 0; }
   .banner-wrapper:before { content: ''; position: absolute; right: 0; top: 0; background: url(https://3762754.fs1.hubspotusercontent-na1.net/hubfs/3762754/Kaliop_February2019%20Theme/Images/Mask.png) no-repeat right top; width: 756px;height: 100%; z-index: -1; }

}
@media(min-width:768px)
{
    .blue-logo-body-wrap .banner-wrapper { background-size: 50% 100%; }   
}

@media(max-width: 1300px)
 {
   .white-background .container-fluid .row-fluid  .page-center, .blue-color-thankyu-page .container {max-width: 1170px; padding: 0 15px;}
   .white-background .container-fluid .row-fluid  .page-center .container{max-width: initial; }
   .banner-wrapper{    background-size: 45%;}
   
}
 
@media(max-width: 1199px)
 {
   .white-background .container-fluid .row-fluid  .page-center,.blue-color-thankyu-page .container {max-width: 970px; padding: 0 15px;}
   .banner-wrapper {background-size: 43%;}
   .banner-inner{margin: 0 -15px; }
   .row-fluid .banner-content,.row-fluid .banner-form{padding: 0 15px; }
   .same-content p br{display: none; }
   .service-content-box{padding: 25px 15px 25px;}
   .author-desc{padding-left: 85px; }
   .banner-sub-title p{margin-bottom: 40px; }
}

@media(max-width: 991px)
  {
    .white-background .container-fluid .row-fluid  .page-center,.blue-color-thankyu-page .container {max-width: 750px;}
    .banner-inner{padding: 0 30px; }
    .banner-content h1 {font-size: 43px;line-height: 50px}
    .banner-sub-title p { font-size: 18px;line-height: 25px;}
    .illustartion-box-wrap{margin: 0 -15px; }
    .illustration-single-box{    padding: 0 15px 25px;}
    .illustration-section{background-size: cover; }
    .zigzag-image, .zigzag-content{padding: 0 25px; }
    .services-section{margin: 0 -15px ; }
    .single-service{padding: 15px ; width: 50%; }
    .author-inner{padding: 40px; }
    .author-desc {padding-left: 50px;}
    .row-fluid .banner-content, .row-fluid .banner-form{width: 50%; }
}

@media(max-width: 767px)
  {
    .white-background .container-fluid .row-fluid  .page-center,.blue-color-thankyu-page .container {max-width: 100%;}
    .banner-inner{margin: 0;padding: 0;width: 100% !important;float: left; }
    .row-fluid .banner-content,.row-fluid .banner-form{width: 100%; float:left; padding: 15px 0; }
    .row-fluid .banner-form{margin-top: 0; }
    .row-fluid .form-inner {max-width: 400px; float:none; margin: 0 auto !important;}
    .row-fluid .banner-form.default-form:before{left: 196px; }
    .banner-content h1{    margin-bottom: 20px;}
    .banner-sub-title p{margin-bottom: 25px;}
    .row-fluid .form-inner>span, .row-fluid .form-inner .hs_cos_wrapper_type_form{padding: 40px 30px;}
    .banner-wrapper{padding: 100px 0 30px;}
    .same-section{padding: 50px 0 30px; }
    .illustration-section .same-section {padding-top: 50px;}
    .illustration-single-box{width: 50%; }
    .illustration-section{padding-bottom: 10px; }
    .zigzag-wrapper .same-section { padding: 50px 0 20px;}
    .author-desc {padding-left: 20px;}
    .banner-wrapper {background-size: 55%;}
    .same-content p br {display: none;}
    .illustration-section .same-content p br {display: none;}
}


@media(max-width: 600px)
  {
    .zigzag-image, .zigzag-content{width: 100%;     padding: 15px 0;}
    .single-zigzag{    flex-direction: column-reverse; margin-bottom: 0; }
    .zigzag-image img {width: 100%;height: 300px;}
    .single-zigzag.image-left {flex-direction: column-reverse;}
    .zigzag-wrapper { padding-bottom: 30px; float: left; width: 100%;}
    .services-wrapper .same-section {padding: 50px 0 10px;}
    .single-service{width: 100%;     max-width: 400px; margin: 0 auto; float: none;}
    .single-service-inner{margin-bottom:30px; }
    .service-content-box {padding: 15px;}
    .service-image img{height : 350px; }
    .author-left, .author-desc{width: 100%; padding-left: 0; }
    .author-inner {padding: 25px;display: block; }
    .author-image{width: 150px;height: 150px;}
    .author-image:before{    height: 30px;width: 30px; left: 0; }
    .author-left {margin-bottom: 30px;}
    .service-content-box .equal-height, .illustration-single-box .single-box-inner, .illustration-single-box .icon-image, .box-title h4, .illustration-single-box .equal-height {height: initial !important;}

      .blue-logo-body-wrap .author-section { padding-top: 30px; }
      .row-fluid .footer-logo-blue-main-wrap { padding-top: 15px; padding-bottom: 30px; }
      .blue-logo-body-wrap .zigzag-wrapper .same-section { padding: 20px 0 10px; }
      
}

@media(max-width: 480px)
  {
  .banner-wrapper {background-size: 80%; padding-bottom: 10px; }   
    .banner-content h1 {font-size: 37px;line-height: 43px;}
    .row-fluid .form-inner>span, .row-fluid .form-inner .hs_cos_wrapper_type_form {padding: 15px 15px 30px;}
    .same-section {padding: 40px 0 20px;}
    .same-section-inner h2{font-size: 30px;line-height: 35px;}
    .same-sub-title h3{font-size: 24px;line-height: 30px;     margin-bottom: 10px; padding: 15px 0 0px 0;}
    .illustration-section .same-section {padding-top: 40px;}
    .illustration-single-box{width: 100%; padding: 15px 0}
    .illustartion-box-wrap {margin: 0 ;}
    .zigzag-wrapper .same-section {padding: 40px 0 10px;}
    .zigzag-wrapper {padding-bottom: 20px;}
    .services-wrapper .same-section {padding: 40px 0 0px;}
    .author-section{    padding: 80px 0 20px;}
    .author-inner{padding: 25px 15px; }
      
      .blue-logo-body-wrap form.hs-form .hs-form-field ul.inputs-list { flex-flow: column; }
      .blue-logo-body-wrap .same-section { padding: 30px 0 20px; }
      
      
      .blue-color-thankyu-page .banner-area .BlockHead { max-width: 80%; }
}




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


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:1100px) {
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{}
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}


  .custom-menu-primary .hs-menu-wrapper>ul > li > a {
      display: block;
      padding: 29px 0px;
      /* color: #fff; */
      transition: all .3s ease-in-out;
      color: #000;
      font-family: "Proxima Nova",sans-serif;
      font-size: 14px;
      font-weight: 600;
      list-style: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul:after,.custom-menu-primary .hs-menu-wrapper>ul:before {
      display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {

      transition: all .3s ease-in-out;
      margin-right: 92px;
      display: block;
      float: right;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
      position: relative;
      /* display: flex; */
      margin: 0 22px;
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,.1);
      font-family: "Proxima Nova",sans-serif;
      font-size: 14px;
      font-weight: 600;
      list-style: none;
      flex-direction: row;
      align-items: center;
      padding: 0;
      box-sizing: border-box;
      line-height: 19px;
  }

  .custom-menu-primary .hs-menu-wrapper {
      flex-grow: 1;
      align-items: stretch;
      order: 1;
      height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li:last-child > a {
      padding: 8px 20px;
      border: 2px solid #e94e1b;
      background-color: #e94e1b;
      color: #fff;
      margin-top: 19px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li:last-child > a:hover {
      background-color: transparent;
      color: #e94e1b;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > a:before {
      content: "";
      position: absolute;
      bottom: 8px;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: transparent;
      transition: all .3s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li:last-child>a:before {
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li:hover>a:before {
      bottom: -3px;
      background-color: #e94e1b;
  }

  .custom-menu-logo-wrapper {
      border-bottom: 2px solid rgba(153,153,153,.2);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
      background-color: #242424;
      padding: 0;
      margin: 3px 0 0;
      transition: all .3s ease-in-out;
      left: -66px !important;
      right: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
      position: relative;
      width: 100%;
      font-family: "Proxima Nova",sans-serif;
      font-size: .6rem;
      font-weight: 600;
      list-style: none;
      transition: all .3s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
      min-width: 200px;
      position: relative;
      width: 100%;
      font-family: "Proxima Nova",sans-serif;
      font-size: .6rem;
      font-weight: 600;
      list-style: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
      padding: 16px 24px;
      transition: all .3s ease-in-out;
      display: block;
      color: #fff;
      line-height: 16px;
      position: relative;

  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
      background-color: #323232;
    color: #e94e1b;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    margin-left: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-right: 8px;
    margin-left: 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) {
    margin-left: 9px;
}
  

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{

  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #e94e1b;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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


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

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

@media (max-width: 1099px){

  .custom-menu-primary.desktop{
    display:none !important;
  }
  
  
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
  
    background-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: 20px;
    right: 6px;
    width: auto;
    height: auto;
  }
 .mobile-trigger .icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: #000;
}

.mobile-trigger span {
    font-size: 1.3rem;
}

.custom-header-wrapper {
    padding: 0 24px;
}

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

  .child-trigger{
       display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 51px !important;
    padding: 0 !important;
    border-left: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display:none !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin:0;
  }

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    display: block;
    width: 100%;
    padding: 15px 24px 16px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: left;
    line-height: normal;
  }
.custom-menu-primary .hs-menu-wrapper>ul {
    padding: 24px 0 0;
    list-style-type: none;
}

  .custom-menu-primary .hs-menu-wrapper>ul > li {
    position: relative;
    border-bottom: 1px solid #000;
    font-size: .7rem;
    font-weight: 300;
    border-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    display: block;
    padding: 15px 0 15px 48px;
    font-weight: 600;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:last-of-type a {
    padding-bottom: 30px;
  }
  .custom-mobile-menu-wrapper .mobile-trigger .icon {
    fill: #fff;
  }
  .custom-mobile-search input.hs-search-field__input {
    width: 100%;
    padding: 4px 0;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    font-family: "Proxima Nova",sans-serif;
    font-size: 1.2em;
    color: #fff;
    
  }
.custom-mobile-search .hs-search-field .hs-search-field__bar form {
    padding-right: 25px;
}
  .custom-mobile-search .hs-search-field {
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
  }

  .custom-mobile-search .hs-search-field .hs-search-field__bar {
    width: 100%;
    margin-right: 24px;
  }
  .span12.widget-span.widget-type-cell.custom-mobile-menu-wrapper {
    display: none;
  }
  
  
  .custom-logo-wrapper {
    width: 100% !important;
    margin: 0 !important;
  }

  .custom-menu-primary {
    width: 100% !important;
    margin: 0 !important;
  }
  .Nav-Search {
    right: 68px;
  }
  .custom-logo{
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(153,153,153,.2);
  }
  .custom-mobile-menu-wrapper {
    background-color: #333;
  }
  
  .custom-mobile-menu-wrapper {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100% !important;
    height: 100vh;
    color: #fff;
    background-color: #242424;
    padding: 22px 0;
    overflow: scroll;
    left: 0;
    right: 0;
  }
  .custom-mobile-menu-wrapper .mobile-trigger {
    top: 21px;
    right: 25px;
    cursor:pointer;
    z-index:999;
  }
  body.mobile-open{
    overflow:hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>a {
    color: #e94e1b;
  }
  
    /* Placeholder Text */
  .custom-mobile-search input.hs-search-field__input::-webkit-input-placeholder {
    color:#fff !important;
    opacity:1 !important;
  }
  .custom-mobile-search input.hs-search-field__input:-moz-placeholder {
     color:#fff !important;
    opacity:1 !important;
  } 
  .custom-mobile-search input.hs-search-field__input::-moz-placeholder {
     color:#fff !important;
    opacity:1 !important;
  } 
  .custom-mobile-search input.hs-search-field__input:-ms-input-placeholder {
     color:#fff !important;
    opacity:1 !important;
  }
  .custom-header-search input.hs-search-field__input {
    font-size: 2.5rem;
  }
  

  
}


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


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

/* Blog Post and Listing Body Class */
.blog {}

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

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

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


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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#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%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom:1px solid #ccc;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  display:block;
  padding: 10px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}




/* Blog Commments */

#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}


.comment.depth-0 {
  border-bottom: 1px solid #ccc !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}
#comment-form{
   display: block;
   margin: 15px 0;
   padding: 15px;
       
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  margin-right:10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */
span.filter-link-count {
    display: none;
}

.blog .blog-sidebar {}
.blog .blog-sidebar .widget-span {
   
    margin-bottom: 25px; 

}
.blog .blog-sidebar h3,
.blog .blog-sidebar h3.form-title{}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

/* Author Avatar */
.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%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


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

.body-container .hs_cos_wrapper_type_password_prompt, 
.body-container .hs_cos_wrapper_type_email_simple_subscription,
.body-container .hs_cos_wrapper_type_form,
.body-container .hs_cos_wrapper_type_blog_subscribe,
.body-container .widget-type-google_search,
.body-container .hs-search-field__bar{
  display: block;
  margin-bottom: 25px;
  max-width: 600px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 24px 18px 0px rgba(220,220,220,1);
  -moz-box-shadow: 0px 24px 18px 0px rgba(220,220,220,1);
  box-shadow: 0px 24px 18px 0px rgba(220,220,220,1);
}
input[type="search"]{
  -webkit-appearance: none;
}
ul.hs-error-msgs.inputs-list {
    margin: -6px 0 7px;
    padding: 0;
    list-style: none;
    color: red;
}


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

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

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

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

/* One Line Inputs */
 
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px !important;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  width:100%;
  border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:border linear 0.2s, box-shadow linear 0.2s;
  font-family:"Proxima Nova", sans-serif;  
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


/* 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;
  margin: 15px 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 {}

/* Error */
.hs-error-msgs label{}

/* 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"] {}
.widget-type-google_search input[type="focus"] {}


.legal-consent-container{
  font-size: .6rem;
}

/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    padding: 8px 20px;
    border: 2px solid #e94e1b;
    background-color: #e94e1b;
    color: #fff;
    margin-top: 19px;
    transition: all .3s ease-in-out;
    font-family: "Proxima Nova",sans-serif;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    display: block;
    text-decoration: none;
     line-height: 19px;
}


.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-color: transparent;
    color: #e94e1b;
}


.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


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

.hs_recaptcha {
  margin-bottom:20px;
}
.custom-header-lp .mobile-trigger{
  display:none !important;
}
.custom-header-lp .custom-logo {
    padding-bottom: 8px;
}
.custom-footer-lp .custom-legal-noticeLink {
    padding-bottom: 12px;
    padding-top: 12px;
}


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


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


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

@media (max-width: 1099px) {
  .custom-footer {
    padding: 0 20px;
  }
  .body-container-wrapper,.white-background.blue-color-thankyu-page .body-container-wrapper {
    padding: 0 20px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul ul li a{
    padding-right:10px;
  }
  .custom-bottom-footer {

    padding: 17.5px 4px;
  }
  .body-container .page-center,.white-background.blue-color-thankyu-page .body-container-wrapper .page-center {
    padding-top:40px;
    padding-bottom:40px;
  }
}

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

@media (max-width: 767px) {
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .body-container .hs_cos_wrapper_type_password_prompt, 
  .body-container .hs_cos_wrapper_type_email_simple_subscription,
  .body-container .hs_cos_wrapper_type_form,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .hs-search-field__bar{
    max-width: 100%;
  }
  .blog .blog-sidebar{
	  margin-top:45px !important;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 20px 0;
  }
  .custom-legal-noticeLink {
    text-align: left;
  }
  .custom-bottom-footer {
    padding: 0px 0 9px;
  }
  .custom-footer {
    padding: 0 24px;
  }
  .body-container-wrapper,.white-background.blue-color-thankyu-page .body-container-wrapper {
    padding:0 24px;
  }
  .custom-legal-noticeLink {
    padding-top: 8px;
  }
  .hs-news-letter-wrap {
    margin: 0;
    padding-top: 20px;
  }
  .custom-footer-top {
    padding-bottom: 29px;
    padding-top: 30px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100% !important;
    float: none;
  }
  .custom-footer-menu {
    padding-left: 0;
  }
  .custom-footer-menu .hs-menu-wrapper>ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Footer-brandColumn {
    padding-bottom: 4px;
  }
  .custom-header-search input.hs-search-field__input {

    width: calc(100% - 50px);
  }

}  



@media (max-width: 700px) {
  .custom-header-search input.hs-search-field__input {
      border: 0;
      font-size: 1.5rem;
      color: rgba(0,0,0,.2);
      font-weight: 700;
      font-family: "Proxima Nova",sans-serif; 
  }
}

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

@media (max-width: 479px) {
.hs_recaptcha {
  width: 220px !important;
  overflow-x: auto;
  overflow-y: hidden;
}
  h1 {
    font-size: 2rem;
}
  .BlockHead-bigTitle{
  font-size:2rem;
  }
}

@media (max-width: 370px) {
  .Nav-Search {
    right: 37px;
  }
}

/* ==========================================================================
   10. Klaro                                             
   ========================================================================== */
  
#Klaro .cookie-notice:not(.cookie-modal-notice){
  border-radius:0;left:0;right:0;bottom:0;max-width:unset
}
#Klaro .cookie-notice:not(.cookie-modal-notice) .cn-body{
  display:flex;max-width:1320px;margin:0 auto;padding:15px 20px
}
@media (max-width:699px){
  #Klaro .cookie-notice:not(.cookie-modal-notice) .cn-body{
    flex-direction:column
  }
}
#Klaro .cookie-modal a,
#Klaro .cookie-notice a{
  color:#e94e1b;text-decoration:underline
}
#Klaro .cookie-notice .cm-btn.cm-btn-success{
  font-weight:700;border-radius:0;padding:7px 25px
}
#Klaro .cookie-modal .cm-btn.cm-btn-info,
#Klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,
#Klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,
#Klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,
#Klaro .cookie-notice .cm-btn.cm-btn-success{
  background-color:#e94e1b
}
#Klaro .cookie-modal .cm-btn-decline,
#Klaro .cookie-notice .cn-decline{
  display:none
}
#Klaro .cookie-modal .cm-btn-accept{
  margin-left:auto
}
#Klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{
  flex:1 0 auto;flex-direction:column-reverse;align-items:center;justify-content:flex-end;margin-left:30px
}
#Klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more{
  flex-grow:0;margin-top:1em;text-decoration:none
}
.klaro .context-notice .cm-btn.cm-btn-success{
  background:#e94e1b!important
}