/* ==========================================================================
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. LANDING PAGE CUSTOMS
========================================================================== */


/* ==========================================================================
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=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic&ver=4.9.9'); 

@font-face {
  font-family: ETmodules;
  src: url('//4520496.fs1.hubspotusercontent-na1.net/hubfs/4520496/Populum_Jnuary-2019/Fonts/modules%20%281%29.eot') format("embedded-opentype"),
    url('//4520496.fs1.hubspotusercontent-na1.net/hubfs/4520496/Populum_Jnuary-2019/Fonts/modules%20%284%29.ttf') format("truetype"),
    url('//4709981.fs1.hubspotusercontent-na1.net/hubfs/4709981/WEKA%20September%202018/Fonts/modules.woff') format("woff");
  font-weight: 300;
  font-style: normal;
}

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

/* Blues */










/* Grays */











/* Green */








/* Red */




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

body {
  background-color: #ffffff;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1280px) {
  .row-fluid {
  display: flex;
  align-items: start;
  }}


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


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

/* Basic text */
p { font-weight: 300 } 
small {  }
strong { font-weight: 500 }
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 {
  font-weight: 500;
  margin:0 0 15px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
  color: #003d6d;
}
@media screen and (max-device-width: 981px), screen and (max-width: 981px) {
h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  color: #003d6d;
  }}
h2 {
  font-size: 36px;
  line-height: 44px;
  color: #101828;
  font-weight: 600;
}
@media screen and (max-device-width: 981px), screen and (max-width: 981px) {
h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  }}
h3 {
  color: #101828;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
@media screen and (max-device-width: 981px), screen and (max-width: 981px) {
h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  }}
h4 {
  font-size: 22px;
  color: #333333;
}
h5 {
  font-size: 18px;
  color: #333333;
}
h6 {
  font-size: 16px;
  color: #333333;
}

/* Anchor Links */
a { 
  color: #0078D6;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #004578;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
  font-weight: 300;
  font-size: 16px;
}

/* Block Quotes */
blockquote {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #c8c8c8;
  background-color: #c8c8c8;
  height: 1px;
  border: none;
  margin-top: 0px;
}


/* =============== 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 {
}
.footer-container .container-fluid {
  border-radius: 0px;
}

/* =============== Header =============== */
.header-container-wrapper {
  position: relative;
  z-index: 100;
  margin-bottom: -60px;
}
.widget-span.custom-header {
  width: 100%;
  min-height: inherit;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: rgba(255, 255, 255);
  box-shadow: 0px 4px 45px 0px rgba(203, 203, 203, 0.10);
  backdrop-filter: blur(37.5px);
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  color: red;
  transition: ease-in 200ms all;
  display: flex;
  align-items: center;
  transition: height 0.1s ease-in;
}
.widget-span.custom-header>* {
  flex-grow: 1;
}
.widget-span.custom-logo a {
  display: inline-block;
}
.widget-span.custom-logo img {
  /* max-width: 120px; */
  transition: ease-in 100ms all;
}
.container-fluid .row-fluid .page-center.full-width {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.custom-header.populum-navigation-header {
}
.custom-header.populum-navigation-header .widget-span.custom-logo a {
}
.custom-header.populum-navigation-header .widget-span.custom-logo img { 
  max-height: 50%
}
.custom-header.populum-navigation-header .populum-main-navigation,
.custom-header.populum-navigation-header .widget-span.custom-logo a {
  float: left;
}
.custom-header.populum-navigation-header .populum-main-navigation {
  margin-left: 20px;
}
.custom-header.populum-navigation-header .widget-span.custom-logo .populum-main-navigation a {
  color: #545573;
  display: inline-block;
  text-align: left;
  padding: 0 20px;
  padding-top: 28px;
  transition: ease-in 200ms all;
  width: inherit;
  font-size: 16px;
  font-weight: 400;
}
.widget-type-header {
  padding-top: 80px;
}
.scrolled .header-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
.scrolled .widget-span.custom-header {
  height: 70px;
  background: rgba(255, 255, 255);
  box-shadow: 0px 4px 45px 0px rgba(203, 203, 203, 0.10);
  backdrop-filter: blur(37.5px);
}
.scrolled .custom-header.populum-navigation-header .widget-span.custom-logo .populum-main-navigation a {
  padding-top: 15px;
}
.scrolled .header-container .custom-logo img,
.scrolled .header-container .custom-header.populum-navigation-header .widget-span.custom-logo img{
  max-width: 120px;
}
@media (max-width: 1310px){ 
  .container-fluid .row-fluid .page-center.full-width {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-header.populum-navigation-header .widget-span.custom-logo a {
  }
  .widget-span.custom-header,
  .scrolled .widget-span.custom-header {
    background: rgba(255, 255, 255);
    height: 70px;
    padding-bottom: 5px;
  }
  .custom-header.populum-navigation-header .widget-span.custom-logo img {
    max-width: 100px;
    margin-top: 8px;
  }
  .custom-header.populum-navigation-header .widget-span.custom-logo .populum-main-navigation { 
/*     display: none; */
    max-height: 0;
    transition: all ease-in 200ms;
    overflow: hidden;
  }
  .scrolled .custom-header.populum-navigation-header .widget-span.custom-logo .populum-main-navigation,
  .scrolled .header-container .container-fluid{ 
    position: absolute !important;
  }
  .scrolled .header-container .custom-logo img, .scrolled .header-container .custom-header.populum-navigation-header .widget-span.custom-logo img { 
    max-width: 100px;
  }
  
/*   mobile-open */
  .mobile-open .custom-header.populum-navigation-header {
    overflow: visible;
  }
  .mobile-open .custom-header.populum-navigation-header .widget-span.custom-logo .populum-main-navigation {
    background: #ffffff;
    margin-left: inherit;
    float: inherit;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 200;
    display: block;
    max-height: 800px;
    padding: 5% 5% 15% 5%;
    border-radius: 4px;
  }
  .mobile-open .custom-header.populum-navigation-header .widget-span.custom-logo .populum-main-navigation a {
    display: block;
    float: inherit;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 5%;
    margin-bottom: -7px;
  }
}
.webinar-hero {
  padding-top: 60px;
  background: linear-gradient(5deg, rgba(255,253,246) 0%, rgba(255,246,208) 100%); 
  margin-bottom: 0px; 
}

/* =============== Hero section =============== */
#hero-section {
  background: rgb(0,120,214);
  background: linear-gradient(0deg, rgba(0,120,214,1) 0%, rgba(0,69,120,1) 100%);
  padding: 160px 0 160px 0;
}
#hero-section h1,
#hero-section span {
  text-align: center;
  color: white;
  display: block;
  max-width: 960px;
  margin: 0 auto;
}
#hero-section h1 {
  font-size: 52px;
  color: white;
}
#hero-section span {
  font-weight: 300;
  font-size: 22px;
  font-style: normal;
}

/* =============== Content =============== */
/* --- grey background */
.custom-background-image {
  background-color: #E6E6E6;
}
/* --- form */
.form-header-section .two-column {
  display: flex;
  flex-wrap: wrap;
}
.form-header-section .two-column img {
  width: 112px;
  height: 94px;
}
.form-container {
  background-color: #FFF;
  padding: 40px 20px;
}
.overlay-columns .content-wrapper.widget-span {
  padding-top: 0;
  margin-top: -80px;
}
/* =============== USP Section =============== */
.blue-background {
  background-color: #0078D6;
}
.main-content.blurb-wrapper {
  margin-top: 20px;
  padding: 40px 20px;
}
.blurb-module h3 {
  font-weight: 300;
}
/* =============== BODY =============== */
.body-container-wrapper {}
.body-container {}

.body-container .page-center {
  padding: 11px 0 20px 0;
}

/* =============== Footer =============== */
.custom-footer.lp-footer {
  background-color: #004578;
  padding: 40px 0;
}
.footer-bottom-copyright {
  display: line;
  text-align: center;
}
.footer-bottom-copyright span {
  padding: 0 10px;
  font-size: 14px;
  color: #FFF;
}
.footer-bottom-copyright a {
  color: #FFF;
  text-decoration: bold;
}
.widget-span.custom-footer-menu ul {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  padding-bottom: 1em;
  margin-left: 4px;
}
.widget-span.custom-footer-menu ul li {
  display: inline-block;
  margin-left: -4.5px;
}
.widget-span.custom-footer-menu ul li a {
  color: #ffffff;
  margin: 2em;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.widget-span.custom-footer-menu ul li a:hover {
  letter-spacing: 1px;
  color: #0078D6;
}
.widget-span.custom-copyright p {
  text-align: center;
  font-size: 10px;
  margin-top: 2em;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 23.8px;
}

/* Banner area */
.blog-hero {
  
  background-size: cover;
  background-position: center;   
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: strech;
  flex-direction: column;
  background-color: #f6fbff;
}
.blog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  
}
.blog-hero h2 {
  color: neutralPrimary;
  font-size: 50px;
}
.blog-hero h2::after {
  content: ".";
  color: #FFDA44;
}
.banner-area .page-center {
  padding: 27px 0;
  margin: auto !important;
}
.banner-title {
  position: relative;
}
.banner-title::before {
  content: url(https://4520496.fs1.hubspotusercontent-na1.net/hubfs/4520496/New%20populum%20images/yellow.png);
  position: absolute;
  top: -8px;
  left: -10px;
}
.banner-title h1 {
  font-size: 52px;
  line-height: 1.2em;
  text-align: left;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  color: white;
}
.banner-arrow {
  border-radius: 0 0 0 0;
  height: 10vh;
  text-align: center;
  padding-right:68px;
}
.banner-arrow a.light {
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 100px;
  font-size: 50px;
  background-color: rgba(255,255,255,0);
  display: inline-block;
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  -o-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  position: relative;
  border: 2px solid;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
  font-family: 'ETmodules';
  width: 70px;
  height: 70px;
  margin-top: 20px;
  position: absolute;
  bottom: 11px;
}

.banner-arrow a.light:hover {
  transform: scale(1.5);
} 

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


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

/* =============== Custom Menu Primary =============== */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  font-weight: 400;
  float: right;
  padding-top: 35px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding-left: 15px;
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
  position: relative;
  line-height: 1em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding-bottom: 35px;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  color: #000000;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active > a:after {
  right: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #545573;
  }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  padding-right: 5px;
  padding-left: 5px;
  font-family: "Roboto",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  vertical-align: middle;
}
.pop-navigation {
  display: flex;
  align-items: center;
  }
.hs-menu-item > a {
  padding: 8px 12px;
  }
.pop-menu {
  padding: 10px 0px;
  }
    
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: transparent;
  width:100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding-left: 15px;
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
  position: relative;
  line-height: 1em;
  width:100%;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding-bottom: 35px;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  color: #000000;
}
@media screen and (min-width:981px){ .pop-navigation ul li.hs-menu-depth-1:last-child a { 
  border-radius: 8px;
  font-weight: 400;
  margin-left: 30px;
  }}
  
  
/* 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 {
  max-width: none !important;
  width: auto !important;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:981px) {
/*   .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .scrolled .widget-span.custom-header {
  }
  .scrolled .widget-span.custom-logo img {
  }
  .scrolled .widget-span.custom-logo {
  }
  .scrolled .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 25px;
  }
  .scrolled .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-bottom: 25px;
  }
  .scrolled .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a img {
    position: relative;
    bottom: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 40%;
    background: #0078D6;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after{
    right:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 40%;
    background: #0078D6;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after{
    right:0;
  }
  .scrolled .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #ffffff;
  }
  .banner-title h1 {
    padding-bottom: 15px;
  } */
}

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

@media (max-width: 980px){
  .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }
  .row-fluid .span4 {
    width: 100%;
  }

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

  /* ===== Mobile Toggle Button ===== */
.mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    right: 20px;    /**************************************/
    width: auto; /* Button width */
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #ffffff;
    background-color: transparent; 
    border-color: transparent;
  }

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #545573; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #545573; /* Icon color */
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 44px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000000; /* 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{
    width: 100%;
    position: relative;
    padding-top: 0;
    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: absolute;
    top: 1px;
    left: 0;
    padding: 20px;
    padding: 5%;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    margin-top: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #ffffff;
    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{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    padding: 20px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    color: #545573;
    }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #000000;
    display: block;
    padding: 10px 5%;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
    line-height: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    padding-bottom: 10px;
  }
  

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .banner-title h1 {
    color: #ffffff;
    text-align: center;
    padding-bottom: 44px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a img {
    bottom: 7px;
  }
  .widget-span.custom-header {
  }}

/* Mobile style ---*/

@media (max-width: 768px) {
  .container-fluid .row-fluid .page-center {
    width: 90%;
  }
  .widget-span.custom-logo a {
    display: inherit;
  }}
@media (max-width: 479px) {


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



/* ==========================================================================
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 {
  margin:0px 0 10px 0;
  padding:0 0 10px 0;
  
}

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

.post-header h3 a, .post-header-link a {
  color: inherit;
  text-decoration: none !important;
}
.post-header h4 a, .post-header-link a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data: before !important; {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
  color: #a6a6a6 !important;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 0px 0;
  padding:0 0 0px 0;
}
.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-width: 100px;
  height: auto;
  width: auto;
  display: block !important;
  float: right;
  margin: 0px 0px 0px 20px;
}

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

/* Blog Topics List */
#hubspot-topic_data {
  margin-top: 0px;
}
#hubspot-topic_data a.populum-topic-link {
 color: #0078D6;
 font-size: 14px !important;
 font-style: normal;
 font-weight: 500;
 display: inline-block;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #f4f4f4;
  margin-bottom: 30px;
  margin-top: 30px;
}

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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #eaeaea;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:inline-block;
  padding-right:7px;
}
.blog-pagination > div {
  display: inline-block;
}
.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 =============== */

.blog .blog-sidebar {}

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

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

/* =============== Blog Author Page and Author Bio =============== */

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}

.blog-sidebar h2, .blog-sidebar h3 {
  font-size: 26px;
  line-height: 1em;
  color: #000;
}
.hs-blog-post .hs_error_rollup {
  margin-top: 0px;
}

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

@media only screen and (min-width: 1080px) {
.two-color-background {
  background-image: linear-gradient(to right,  #C7E0F4 0%, #C7E0F4 50%, #ffffff 50%);
}
}




.body-container .hs-form-field {
  margin-bottom: 20px;
}

.body-container .widget-type-google_search input[type="text"],#hs-pwd-widget-password {
  margin-bottom: 20px;
}

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}

.hs_recaptcha.hs-recaptcha.hs-form-field {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}
#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,.widget-span.widget-type-form,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.section.footer,.body-container .hs_cos_wrapper_type_form {	
  display: block;
  margin-bottom: 30px;
}

.landing-page.one-column .body-container .widget-type-form,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form {
  width: 50%;
}



.subscribe-options label {
  margin-left: 0;
  margin-right: 0
}

.checkbox-row span.fakelabel input {
  top: 7px
}

.hs-search-field__bar{
  max-width: 650px;
}

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

/* Form heading and sub-heading */
.form-module h2, .form-module p, .form-module h4 {
  padding-right: 10px; /* Add padding to center */
  color: #333333} 
.form-module {
/*   padding: 10px; */
}

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

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

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

/* 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 {
  width:100%;
  padding: 12px 8px;
  border: 1px solid #D0D5DD;
  color: #333333;
  background-color: #ffffff;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-left: 8px;
  border-radius: 8px;
  line-height: normal;
  margin:0 0 10px;
  min-height: 48px;
}

/* Form placeholder texts */

::-webkit-input-placeholder {color: #c8c8c8;}
::placeholder {color: #c8c8c8;}
option:not(:first-of-type) {color: #333333; font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; font-size: 12px; letter-spacing: 0.5px;}
select {color: #c8c8c8;}
select:valid {color: #333333;}
option:first-of-type {display: none;}

/* Form focus styles */

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 {
  border: 1px solid #0078D6;
  color: #333333;
  outline:none;
  background-color: #EFF6FC;
}

/* Separate Styles for Multiple Line Inputs */
textarea {resize: none; min-height: 100px;}
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 20px 0 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 {}
.hs-form-required {display: none;} /* Remove red asterisk for required fields */

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

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

/* Error */
.hs-error-msgs label {
  color: 0; /* Red/Pink */
  font-weight: 400;
  font-size: 12px;
}

.hs-form-field .hs-error-msgs.inputs-list {
  display: none !important;
}

/* Add required icon to input fields */
input, select {
    background-repeat: no-repeat;
    background-position: right -0.1px top -0.1px;
    background-size: 0.5rem; 
}

.required-instruction {
    background-repeat: no-repeat;
    background-position: left 0px top 6px;
    background-size: 10px;
    text-indent: 15px;
    font-size: 9px;
}
.required-instruction p {
    margin-bottom: 0px;
}
  
input:required, select:required, .required-instruction {
    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='225' width='225'%3E%3Cpolygon points='0,0 225,0 225,225' style='fill:rgba(0,120,215,1);stroke:none;stroke-width:0' /%3E%3C/svg%3E");
    background-color: fff;
}

ul.hs-error-msgs.inputs-list {
  margin: auto;
  padding: 0;
  list-style: none;
}
.hs_error_rollup {
  margin-bottom: 10px;
  margin-top: -10px;
}

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


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



/* Consent text */

.legal-consent-container li {font-size: 12px; line-height: 1.4em; color: #4a4a4a; font-weight: 400;}
.legal-consent-container {
  margin-top: -5px;
  text-align: left;
}
.legal-consent-container input {
  width: 14px;
  line-height: 1.5em;
  padding: 0;
  margin: 2px 0px 0px -5px;
  vertical-align: bottom;
  position: relative;
  *overflow: hidden;
 }
.legal-consent-container label {
  display: block;
  padding-left: 12px;
}
.legal-consent-container p {
  font-size: 12px; 
  line-height: 1.4em; 
}
/* Consent modal */

.modal-window-x {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  line-height: 1.2em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  
}
  .modal-window-x:target {
    opacity: 1;
    pointer-events: auto;
  }

.modal-window-x >div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;  
  background: #ffffff;
    color: #005A9E;
    font-weight: 400;
    text-align: justify;
    border: 1px solid #0078D6;
}

.modal-close-x {
  color: #333333; /* Close button color */
  position: absolute;
  right: 30px;
  text-align: right;
  top: 5px;
  text-decoration: none;
  font-size: 80%;
  width: 50px;
}
.modal-close-x:hover { /* Close button color on hover */
  }

/* =============== Submit message =============== */

.styled-form .submitted-message {
  color: #333333;
  padding-top: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 400;
  padding-bottom: 50%;
    
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 150px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.003 512.003' style='enable-background:new 0 0 512.003 512.003;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill: %236ec2b3;' points='256.002,222.861 299.783,240.208 296.815,193.209 326.842,156.932 281.225,145.232 256.002,105.464 230.777,145.232 185.162,156.932 215.19,193.21 212.221,240.208 '/%3E%3Cg%3E%3Cpolygon style='fill: %236ec2b3;' points='63.249,220.417 82.582,205.102 60.488,194.141 51.897,171.022 34.645,188.648 10.001,189.675 21.434,211.528 14.795,235.282 39.112,231.163 59.652,244.818 '/%3E%3Cpolygon style='fill: %236ec2b3;' points='429.422,205.102 448.755,220.417 452.352,244.818 472.892,231.163 497.209,235.282 490.57,211.528 502.003,189.675 477.359,188.648 460.108,171.022 451.516,194.141 '/%3E%3C/g%3E%3Cg%3E%3Ccircle style='fill:%236ec2b3;' cx='418.371' cy='30.001' r='20'/%3E%3Ccircle style='fill: %236ec2b3;' cx='93.641' cy='30.001' r='20'/%3E%3C/g%3E%3Cpath d='M336.353,153.842c-1.058-3.257-3.71-5.746-7.026-6.597l-41.779-10.716l-23.101-36.422 c-1.834-2.892-5.021-4.644-8.445-4.644c-3.424,0-6.61,1.752-8.444,4.644l-23.103,36.422l-41.777,10.716 c-3.317,0.851-5.968,3.34-7.026,6.597s-0.376,6.828,1.807,9.466l27.501,33.227l-2.719,43.043c-0.216,3.418,1.331,6.708,4.102,8.721 c2.771,2.013,6.378,2.468,9.562,1.207l40.098-15.887l40.098,15.887c1.19,0.472,2.439,0.703,3.683,0.703 c2.081,0,4.145-0.649,5.879-1.91c2.771-2.013,4.318-5.303,4.102-8.721l-2.719-43.044l27.501-33.226 C336.729,160.67,337.411,157.099,336.353,153.842z M289.111,186.833c-1.623,1.96-2.437,4.466-2.276,7.007l1.975,31.264 l-29.124-11.539c-1.183-0.469-2.434-0.703-3.684-0.703c-1.25,0-2.501,0.234-3.684,0.703l-29.123,11.539l1.975-31.263 c0.161-2.541-0.653-5.046-2.276-7.007l-19.975-24.133l30.343-7.783c2.465-0.633,4.597-2.181,5.96-4.33l16.78-26.454l16.778,26.454 c1.363,2.149,3.495,3.697,5.96,4.33l30.345,7.783L289.111,186.833z'/%3E%3Cpath d='M256.002,278.68c-5.523,0-10,4.478-10,10v213.323c0,5.522,4.477,10,10,10c5.523,0,10-4.477,10-10V288.68 C266.002,283.157,261.525,278.68,256.002,278.68z'/%3E%3Cpath d='M412.648,241.855c-3.635-4.16-9.953-4.586-14.11-0.95c-17.29,15.108-31.396,35.771-41.926,61.413 c-14.193,34.563-21.39,77.414-21.39,127.362c0,5.522,4.477,10,10,10s10-4.478,10-10c0-108.208,35.384-155.284,56.477-173.715 C415.856,252.331,416.281,246.014,412.648,241.855z'/%3E%3Cpath d='M510.664,184.675c-1.712-2.966-4.823-4.849-8.244-4.991l-20.685-0.862l-14.48-14.795c-2.395-2.447-5.877-3.502-9.226-2.786 c-3.35,0.712-6.102,3.088-7.294,6.298l-7.212,19.405l-18.544,9.2c-3.067,1.521-5.143,4.507-5.501,7.913 c-0.358,3.405,1.052,6.757,3.736,8.884l16.227,12.854l3.019,20.481c0.5,3.388,2.697,6.285,5.826,7.678 c1.3,0.579,2.686,0.864,4.066,0.864c1.94,0,3.871-0.564,5.537-1.672l17.24-11.461l20.411,3.457c0.59,0.101,1.192,0.153,1.767,0.141 c5.488-0.042,9.923-4.503,9.923-10c0-1.166-0.199-2.284-0.566-3.325l-5.395-19.304l9.596-18.343 C512.451,191.277,512.376,187.641,510.664,184.675z M480.94,214.22l2.395,8.569l-8.773-1.485c-2.509-0.427-5.087,0.123-7.206,1.531 l-7.41,4.926l-1.297-8.802c-0.371-2.519-1.689-4.8-3.684-6.381l-6.975-5.525l7.97-3.954c2.28-1.131,4.043-3.089,4.929-5.475 l3.1-8.341l6.224,6.359c1.78,1.818,4.187,2.891,6.73,2.996l8.891,0.371l-4.124,7.883C480.53,209.149,480.254,211.769,480.94,214.22 z'/%3E%3Cpath d='M113.467,240.904c-4.159-3.636-10.477-3.21-14.11,0.95c-3.634,4.159-3.208,10.477,0.95,14.11 c21.092,18.431,56.477,65.507,56.477,173.715c0,5.522,4.477,10,10,10s10-4.478,10-10c0-49.948-7.197-92.799-21.39-127.362 C144.863,276.675,130.757,256.013,113.467,240.904z'/%3E%3Cpath d='M92.527,204.057c-0.358-3.406-2.434-6.392-5.501-7.913l-18.544-9.2l-7.212-19.405c-1.193-3.21-3.945-5.586-7.295-6.298 c-3.352-0.717-6.83,0.339-9.226,2.786l-14.48,14.795l-20.685,0.862c-3.421,0.143-6.532,2.025-8.244,4.991s-1.788,6.602-0.2,9.636 l9.596,18.343l-5.572,19.937c-0.922,3.298-0.092,6.838,2.199,9.383c2.292,2.545,5.728,3.744,9.102,3.168l20.411-3.457l17.24,11.461 c1.667,1.107,3.596,1.672,5.537,1.672c1.38,0,2.766-0.285,4.066-0.864c3.128-1.393,5.326-4.29,5.826-7.678l3.019-20.481 l16.227-12.854C91.476,210.814,92.885,207.462,92.527,204.057z M57.04,212.578c-1.995,1.581-3.313,3.862-3.684,6.381l-1.297,8.802 l-7.41-4.926c-1.651-1.097-3.579-1.672-5.536-1.672c-0.556,0-1.115,0.046-1.67,0.141l-8.773,1.485l2.395-8.569 c0.685-2.451,0.41-5.071-0.77-7.327l-4.124-7.883l8.891-0.371c2.543-0.105,4.95-1.178,6.73-2.996l6.224-6.359l3.1,8.341 c0.886,2.386,2.649,4.344,4.929,5.475l7.97,3.954L57.04,212.578z'/%3E%3Cpath d='M138.349,66.032c15.121,8.505,30.526,33.021,33.641,53.535c0.752,4.952,5.015,8.5,9.874,8.5 c0.499,0,1.005-0.037,1.514-0.114c5.46-0.829,9.214-5.928,8.385-11.388c-4.044-26.631-23.199-56.484-43.609-67.965 c-4.814-2.708-10.911-0.999-13.619,3.813C131.829,57.228,133.536,63.324,138.349,66.032z'/%3E%3Cpath d='M93.637,60.001c16.542,0,30.001-13.458,30.001-30s-13.459-30-30.001-30s-30,13.458-30,30S77.095,60.001,93.637,60.001z M93.637,20.001c5.515,0,10.001,4.486,10.001,10s-4.486,10-10.001,10c-5.514,0-10-4.486-10-10S88.123,20.001,93.637,20.001z'/%3E%3Cpath d='M328.626,127.953c0.509,0.077,1.015,0.114,1.514,0.114c4.86,0,9.123-3.548,9.874-8.5 c3.115-20.514,18.521-45.03,33.641-53.535c4.813-2.708,6.52-8.805,3.813-13.618s-8.804-6.522-13.619-3.813 c-20.41,11.48-39.565,41.334-43.609,67.965C319.411,122.026,323.166,127.124,328.626,127.953z'/%3E%3Cpath d='M418.367,60.001c16.542,0,30-13.458,30-30s-13.458-30-30-30s-30,13.458-30,30S401.825,60.001,418.367,60.001z M418.367,20.001c5.514,0,10,4.486,10,10s-4.486,10-10,10s-10-4.486-10-10S412.853,20.001,418.367,20.001z'/%3E%3Cpath d='M84.171,345.803c-5.508,0-10,4.492-10,10s4.492,10,10,10s10-4.492,10-10S89.679,345.803,84.171,345.803z'/%3E%3Cpath d='M116.171,147.303c0,5.509,4.492,10,10,10c5.508,0,10.001-4.491,10.001-10c0-5.508-4.493-10-10.001-10 S116.171,141.795,116.171,147.303z'/%3E%3Cpath d='M255.171,61.303c5.508,0,10-4.491,10-10c0-5.508-4.492-10-10-10c-5.508,0-10,4.492-10,10 C245.171,56.812,249.663,61.303,255.171,61.303z'/%3E%3Cpath d='M395.171,144.303c0,5.508,4.492,10,10,10s10.001-4.492,10.001-10s-4.493-10-10.001-10 C399.663,134.303,395.171,138.795,395.171,144.303z'/%3E%3Cpath d='M417.172,345.803c-5.509,0-10,4.492-10,10s4.491,10,10,10c5.508,0,10-4.492,10-10S422.68,345.803,417.172,345.803z'/%3E%3Cpath d='M166.783,448.647c-5.508,0-10,4.493-10,10c0,5.509,4.492,10.001,10,10.001s10-4.492,10-10.001 C176.783,453.14,172.291,448.647,166.783,448.647z'/%3E%3Cpath d='M345.222,448.647c-5.509,0-10,4.493-10,10c0,5.509,4.491,10.001,10,10.001c5.508,0,10-4.492,10-10.001 C355.222,453.14,350.73,448.647,345.222,448.647z'/%3E%3Cpath d='M200.514,287.678c-5.508,0-10,4.492-10,10s4.492,10,10,10s10-4.492,10-10S206.022,287.678,200.514,287.678z'/%3E%3Cpath d='M312.264,283.178c-5.508,0-10,4.492-10,10s4.492,10,10,10s10-4.492,10-10S317.772,283.178,312.264,283.178z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: fff;    
  
}

/* =============== 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 {
 margin-top: 2px;
}
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: 480px) {
  form.hs-form fieldset .hs-form-field {0px 10px 0px 0px;}
  form.hs-form fieldset.form-columns-2 .hs-input,
  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 { min-width: 100% !important; }
  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"] {}


/* ==========================================================================
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;
  background-color: #003D6D;
  border-width: 1px;
  border-color: #0078D6;
  color: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: inherit;
  cursor: pointer;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  outline:none;
  white-space:normal;
  display:inline-block;
  padding: 16px 28px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #003D6D;
  border-color: #0078D6;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */
.hs-submit {padding-right: 10px;}
.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 {}


/* =============== Make columns equal height =============== */
.box .row-fluid             { display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden;}
.box .row-fluid .column     { flex: 1;}


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

@-moz-document url-prefix() {
  .scrolled .widget-span.custom-logo {
    padding-left: 3px;
  }
  .scrolled .widget-span.custom-logo img {
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a img {
    bottom: 2px;
  }
  .scrolled .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a img {
    bottom: 2px;
  }
} 

/* .widget-span.lp-header .mobile-trigger{
  display:none !important;
} */

.scrolled .widget-span.lp-header .widget-span.custom-logo {
}

/* 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: 1024px) {}
@media (max-width: 999px) {
  .widget-span.custom-footer-menu ul li {
    display: block;
  }}

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

@media (max-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    top: 0;
  }}

@media (max-width: 767px) { .hs-search-field__bar{
    max-width: 100%;
  }

  /*Author Page*/
  .hs-author-profile {
    margin-bottom: 20px;
  }
  .hs-author-profile h2.hs-author-name {}
  .hs-author-profile .hs-author-bio {
    margin: 10px 0;
  }
  .hs-author-profile .hs-author-avatar {
    max-width: 75px;
    border-radius: 100%;
  }
  .hs-author-profile .hs-author-avatar img {
    border-radius: 100%;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: inline-block !important;
    float: none;
    margin: 20px 0 20px 0px;
  }
  .blog .blog-sidebar {
    margin-top: 40px;
  }
  .sidebar.left {
    margin-bottom: 15px;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form ,
  .section.post-footer{
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a img {
    width: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a img {
    bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    position: relative;
    top: 0;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul > li:last-child > a {
    padding-top: 15px;
    padding-bottom: 16px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding: 5% 5% 5.1% 5%;
    top: 0;
  }
  .banner-title h1 {
    font-size: 36px;
  }
  .widget-span.custom-logo {
    padding: 0;
/*     height: 80px; */
    position: relative;
  }
  span.logo-helper {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  .custom-header .custom-logo img {
    max-width: 150px;
    height: auto;
  }
  .banner-arrow {
    display: none;
  }
  .banner-title h1 {
    padding-bottom: 45px;
  }
  .banner-title {
    margin-top: 127px;
  }


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

@media (max-width: 479px) {
  .widget-span.custom-footer-inner {
    margin-bottom: 11.7%;
  }}
@media (max-width: 470px) {
  .widget-span.custom-logo img {
  }
  .widget-span.custom-header{
    /*     min-height:82px; */
  }}

@media (max-width: 320px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding: 5% 5% 5.3% 5%;
    top: 0;
  }}


/* ==========================================================================
10. LANDING PAGE CUSTOMS                             
========================================================================== */

/* =============== Center align blurb icons/images =============== */
.blurb-module img {display: block; margin: auto;}
/* =============== Make blurbs fullwidth when on top of each other =============== */
@media (max-width: 768px) {
  .blurb-wrapper {
    width: 100% !important;
  }}

/* =============== Equal heights for columns in a row =============== */
.equal-heights > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.equal-heights {
  display: flex;

}

/* =============== Responsive behaviour for form Container =============== */
@media (max-width: 768px) {
  .form-container {
    width: 100% !important;
    padding: 30px 20px;
  }}
@media (max-width: 479px) {
  .form-container {
/*     padding-left: 0px !important;
    padding-right: 0px !important; */
  }}
/* ---------------------------------------------------------------- Customer case style START */
.customer-case-style #hero-section .hs_cos_wrapper {
  max-width: 768px;
  color: white;
  margin: 0 auto;
  display: block;
}
.customer-case-style #hero-section h1 { 
  position: relative;
}
.customer-case-style blockquote {
  position: relative;
  margin-left: 45px;
  margin-right: 0;
  max-width: 400px;
}
.customer-case-style blockquote:before {
  content: '”';
  position: absolute;
  top: -10px;
  left: -45px;
  font-family: "san-serif";
  font-size: 65px;
}
.customer-case-style #hero-section h1:before {
  content: "";
  background-image: url(https://populum.io/wp-content/themes/Divi-child/populum-img/detail.svg);
  position: absolute;
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -5px;
  left: -10px;
  }
.customer-case-style h3 {
  line-height: 120%;
  font-size: 20px;
}
.customer-case-style p { 
  font-size: 18px;
}
.customer-case-style p,
.customer-case-style h3 {
  max-width: 60ch;
}
.customer-case-style p + h3 {
  margin-top: 30px;
}
.customer-case-style .infobox {
  padding: 30px;
  background-color: rgba(0,120,214);
  color: white;
}

@media (max-width: 768px) {
  .customer-case-style #hero-section div.hs_cos_wrapper {
    width: 90%;
  }}
@media (max-width: 479px) {
  .customer-case-style #hero-section div.hs_cos_wrapper {
    width: 90%;
  }}
/* ---------------------------------------------------------------- Customer case style END */

/* ---------------------------------------------------------------- Selling page style START */
.selling-page #hero-section { 
  padding: 80px 0 80px 0;
}


/* ---------------------------------------------------------------- Selling page style END */

/* ---------------------------------------------------------------- Full width landingpage START */

.fullwidth-landingpage.blue-background .custom-background-image {
  background-color: #0078D6;
}
.fullwidth-landingpage .content-wrapper.page-center {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
  min-height: auto;
}
/* --- The columns */
.fullwidth-landingpage .form-container {
  max-width: 960px;
  min-height: 100vh;
}
.fullwidth-landingpage .form-container .row-fluid-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.fullwidth-landingpage .form-container .logo img {
  width: 150px !important;
  margin-bottom: 40px;
}
.fullwidth-landingpage .usp-content {
  padding-top: 40px;
  max-width: 700px;
  color: white;
}
/* --- Steps, from your email to start */
.fullwidth-landingpage .signup-steps {
  position: relative;
  margin-bottom: 30px;
}
.fullwidth-landingpage .signup-steps .steps { 
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.fullwidth-landingpage .signup-steps .steps .text {
  width: 80px;
  text-align: center;
}
.fullwidth-landingpage .signup-steps .step-line {
  position: absolute;
  top: calc(36px/2);
  left: 56px;
  right: 56px;
  background-color: #0078D6;
  height: 2px;
  z-index: 0;
}
.fullwidth-landingpage .signup-steps .circle {
  width: 36px;
  height: 36px;
  background-color: #EEE;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  margin: 0 auto;
  color: #0078D6;
  }
.fullwidth-landingpage .signup-steps .steps .step:first-of-type .circle {
  background-color: #0078D6;
  color: #FFF;
}
  /* --- End Steps, from your email to start */

@media (max-width: 980px) {
  .fullwidth-landingpage .form-container {
    max-width: 100%;
  }
  .fullwidth-landingpage .form-container .row-fluid-wrapper {
    max-width: 420px;
    margin: 0 auto;
  }
  .fullwidth-landingpage .usp-content {
    max-width: 420px;
    margin: 0 auto;
    display: block;
  }
    }

/* ---------------------------------------------------------------- Full width landingpage END */

/* CUSTOM CSS */
.hs_cos_wrapper_type_post_filter ul{
  list-style: none;
  padding-inline-start: 0;
}
.populum-topic-link{
 color: #0078D6;
 font-size: 14px !important;
 font-style: normal;
 font-weight: 500;
 display: inline-block;
}

.populum-selected-menu-item:after{
  content: "";
  height: 4px;
  width: 40px;
  border-radius: 10px;
  background-color: #0078d6;
  display: block;
  transition: all ease-in .2s;
  margin: 0 auto;
  margin-bottom: -15px;
  margin-top: 2px;
}
@media (max-width: 980px) {
.populum-selected-menu-item:after{
  margin: 0;
}}  
.populum-hs-horizontal-spacer{
  padding-top: 80px;
}
.populum-backto-KH-link{
 color: #333;
}
.populum-backto-KH-link:hover:after{
  content: "";
  height: 1px;
  background-color: #0078d6;
  display: block;
  margin-left: 11px;
  transition: all ease-in .2s;
  width: 112px;
  margin-bottom: -1px;
}
.populum-hs-horizontal-spacer-20px{
  padding-top: 20px;
}
.populum_hr_line{
  border: 2px solid #aecdd1; 
  width: 100%;
  margin: 30px 0px 30px 0 px;
}
.hubspot-author_data .author-link{
  text-transform: uppercase;
  font-size: 75%;
  color: neutralTertiary;
}
.populum-blogcategory-header{
  
  margin-bottom: 1.5em;
}
.populum-blogcategory-item {
  background: none;
  border-radius: 0;
  height: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  display: flex;
}
.populum-blogcategory-item a {
  border-radius: 0;
}
.line-clamp {
  display: -webkit-box; 
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
.populum-blog-listing-hero-container{
  background: #F8F8F8;
  padding: 2em;
  margin: -2em !important;
}
.populum-blog-listing-hero-container-dblue{
  background: #004578;
}
.populum-blog-listing-hero-container-lblue{
  background: #0078D6;
}
.populum-blog-listing-hero-container-grey{
  background: #F8F8F8;
}
.populum-blog-listing-hero-container-dgrey{
  background: #ffffff;
  border-radius: 15px;
}
.page-center .content-wrapper .less-padding {
  padding: 20px 0 30px 0 !important;
}
.page-center .content-wrapper {
  padding-top: 200px;
}
.populum-hs-horizontal-spacer-50px{
  padding-top: 50px;
}
.populum-hs-horizontal-spacer-30px{
  padding-top: 30px;
}
.populum-icon-flag-align-right{
  float: right;
}
.lang-switch-pop{
  content: align-right;
  padding-right: 30px;
  padding-left: 30px;
  color: #eaeaea;
}
.padding-all-around-15px{
  padding: 15px;
}
.populum-icon-blog-contact{
  float: right;
}
.animated-populum-icon-image_wrap{
  position: relative; 
  z-index: 1;
}
.animated-populum-icon-image_wrap:before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  background: #ffda44;
  border-radius: 50%;
  z-index: -1;
  animation: bobble 10s ease-in infinite;
}
@keyframes bobble {
  0% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  25% {
    transform: translate3d(10px, 15px, 0px);
  }
  50% {
    transform: translate3d(15px, 30px, 0px);
    animation-timing-function: ease-in-out;
  }
  75% {
    transform: translate3d(40px, 10px, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-out;
  }
.populum-KH-contact-button:hover:after{
  content: "";
  height: 1px;
  background-color: #0078d6;
  display: block;
  margin-left: 11px;
  transition: all ease-in .2s;
  width: 112px;
  margin-bottom: -1px;
}
.li-bullet-class:before {
  content: '✓';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -25px;
  top: -0px;
  color: #00192c;
  font-size: 20px;
}
.li-bullet-class-2-level:before {
  content: '+';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: -1px;
  color: #555;
  font-size: 16px;
}
.li-bullet-class-3-level:before {
  list-style-image: url(/Arrow_Circle_Right.svg);
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: -1px;
  color: #555;
  font-size: 16px;
}
.li-bullet-class-2-level-rightarrow:before {
  content: url(/Arrow_Circle_Right.svg);
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: -1px;
  color: #555;
  font-size: 16px;
}
.blog .blog-backround-lbluegrad {
  background-color: #f6fbff;
  }
.top-section-gradient {
  background: rgba(0, 120, 214, 0.15);
  filter: blur(220.4713592529297px);
  }

.hide {
  display: none;
}
.myDIV:hover + .hide {
  display: block;
  color: #003D6D;
}
  
@media (max-width: 980px){
.align-center
  text-align: center;
  }
.li-bullet-class-arrow-right {
  color: #00192c;
  font-size: 18px;
  line-height: 28px;
}
.li-bullet-class-arrow-right:before {
  content: url(https://4520496.fs1.hubspotusercontent-na1.net/hubfs/4520496/Arrow_Circle_Right.svg);
  display: block;
  position: relative;
  max-height: 0px;
  left: -45px;
  top: 10px;
  padding-bottom: 15px;
}