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


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

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


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


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

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


@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;400&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;400&family=Montserrat&display=swap');

@font-face {
  /* cambie Material Icons por Exo */
  font-family: 'Exo', sans-serif;
  font-style: normal;
  font-weight: 400;
  
  /* cambie Material Icons por Exo 
  src: local("Material Icons"), local("MaterialIcons-Regular"), 
  url("//2545432.fs1.hubspotusercontent-na1.net/hubfs/2545432/Opennintl%20Dec%202017/Fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2") format("woff2"), 
  url("//2545432.fs1.hubspotusercontent-na1.net/hubfs/2545432/Opennintl%20Dec%202017/Fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff") format("woff"),
  url("//2545432.fs1.hubspotusercontent-na1.net/hubfs/2545432/Opennintl%20Dec%202017/Fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.eot") format("embedded-opentype"), 
  url("//2545432.fs1.hubspotusercontent-na1.net/hubfs/2545432/Opennintl%20Dec%202017/Fonts/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.ttf") format("truetype");
*/

}

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

body {
    background: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #3f4544;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1140px;
  margin: 0 auto;
  /*COLOR BLANCO DE FONDO EN HEADER QUE ANTES ERA TRANSPARENTE
  background-color:#fff;*/
}

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    /*color: #212121;*/
    font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 40px;
    line-height: 56px;
}
h2 {
    font-size: 34px;
    line-height: 47.6px;
}
h3 {
    font-size: 28px;
    line-height:39.2px;
}
h4 {
    font-size: 26px;
    line-height:37.2px; 
}
h5 {
    font-size: 24px;
    line-height:35.2px;
}
h6 {
    font-size: 22px;
    line-height:33.2px;
}

/* Anchor Links */
a { 
    color: #003259;
    outline: 0;
    text-decoration: none;
    background-color: transparent;
    transition-property: background-color,box-shadow,border,color,opacity,transform;
    transition-duration: 0.3s;
}
a:hover, a:focus { 
    color: #2196f3;
    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 {
    min-height: 110px !important;
}

.header-container {}

.custom-header-wrapper .page-center {
    max-width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
}   

.custom-header-wrapper {
  background-color: #fff;
   /* background-color: #ccc;
  /*test CAMBIO DE COLOR A BLANDO HEADER
  background-color: #fff;
    background: linear-gradient(rgba(0,0,0,0.5), transparent) repeat-x;*/
}

.custom-header-white-wrapper {
    /*test CAMBIO DE COLOR A BLANDO HEADER era */
    background-color: #fff;
    background: rgba(255,255,255,0.8) repeat-x;
}

.custom-header-top {
    padding: 4px 24px 0;
   /*test CAMBIO DE COLOR A BLANCO HEADER era 
    background-color: rgba(0,0,0,0.2);*/
  background-color: #fff;
    color: #003259;
    transition-timing-function: cubic-bezier(.78,.13,.15,.86);
    box-shadow: none !important;
    background-image: none;
    text-align: right;
    transition-property: transform, background-color, box-shadow, line-height, height;
    transition-duration: 0.3s;
}
   /*Display none para barra superior donde estaban las redes sociales y el telefono*/
.custom-header-social-icons-group {
    position: relative;
    top: -2px;
  display:none !important;
}

.custom-header-social-icons-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 1.4rem;
    vertical-align: middle;
}

.custom-header-social-icons-group ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.custom-header-social-icons-group ul li a {
    font-size: 18px;
    line-height: 36px;
    display: block;
    text-align: center;
    position: relative;
    color: rgba(255,255,255,0.66);
    text-decoration: none;
    padding: 0 8px;
}

.custom-header-social-icons-group ul li:first-child a {
    padding-right: 11px;
}

.custom-header-social-icons-group ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.custom-header-social-icons-group ul li.facebook a:after {
    font-family: fontawesome;
    display: block;
    line-height: inherit;
    position: relative;
    content: '\f09a';
}

.custom-header-social-icons-group ul li.twitter a:after {
    font-family: fontawesome;
    display: block;
    line-height: inherit;
    position: relative;
    content: '\f099';
}

.custom-header-social-icons-group ul li.linkedin a:after {
    font-family: fontawesome;
    display: block;
    line-height: inherit;
    position: relative;
    content: '\f0e1';
}

.custom-header-social-icons-group ul li.youtube a:after {
    font-family: fontawesome;
    display: block;
    line-height: inherit;
    position: relative;
    content: '\f16a';
}

.custom-header-social-icons-group p {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    line-height: 21px;
    color: rgba(255,255,255,0.66);
    position: relative;
    top: 1px;
}

.custom-header-social-icons-group p .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
    vertical-align: top;
    line-height: inherit;
    transition: color 0.3s;
    opacity: 0.5;
}

.custom-header-social-icons-group p span {
    margin-left: 0.6em;
    font-size: 14px;
    transition: color 0.3s;
    line-height: 21px;
}

.custom-header-bottom {
    padding: 0 24px 10px;
    transition-property: transform, background-color, box-shadow, line-height, height;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(.78,.13,.15,.86);
   /*Cambie el color de blanco a ese 003259 porque extrañamente no quiere cambiar en el editor normal
    */
  color: #003259;
    /*COLOR BLANCO DE FONDO HEADER
    AGREGUE ese BACKGROUN COLOR WHITE
    */
    background-color: white;
}

.custom-logo a {
    display: block;
}

.custom-logo {
    padding-top: 10px;
}

.custom-logo img {
    max-width: 140px;
}

.custom-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background-color: transparent;
}

.scroll-header .custom-header-bottom {
    position: fixed;
  /*COLOR BLANCO DE FONDO HEADER
    background-color: #003259;
    */
  background-color: #fff;
  top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 20;
    padding-bottom: 10px;
}

.scroll-header .custom-header-white-bottom {
    position: fixed;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 20;
    padding-bottom: 0px;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    background-color: #033480;
   /*El color era ffffff
    */ 
  color: #003259;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background-color: #033480;
   /*El color era ffffff
    */ 
    color: #003259;
}

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

.custom-language-translater {
    position: absolute;
    right: -15px;
    top: 21px;
    z-index: 25;
}

.custom-language-english {
    margin-left: 0;
    font-size: 13px;
    line-height: 26px;
    position: relative;
    cursor: pointer;
    z-index: 30;
}

.custom-language-english a {
    display: block;
    white-space: nowrap;
    padding: 0 7px 0px 13px;
    color: black;
}

.custom-language-english img {
    margin-right: 6.5px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 4px;
}

.custom-language-english a:after {
    content: 'keyboard_arrow_down';
    font-size: 1.6em;
    font-family: 'Material Icons';
    right: 0.3em;
    vertical-align: top;
}

.custom-language-esp img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.custom-language-esp a {
    display: block;
    white-space: nowrap;
    color: black;
    padding: 0 26px 0 1em;
}

.custom-language-esp {
    font-size: 13px;
    line-height: 26px;
    position: relative;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    height: auto;
    padding-top: 31px;
    padding-bottom: 5px;
    top: -31px;
    transition: all 0.3s ease;
}

.custom-language-esp img {
    margin-right: 6.5px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 4px;
}

.language-open .custom-language-esp{
    opacity: 1;
    visibility: visible;
}

.custom-header-form {
    position: absolute;
    right: 0;
    top: 10px;
    min-width: 500px !important;
    padding: 0 15px;
    transition: transform 0.3s;
    display: none;
}
.custom-header-form.search-on {
    transform: translate(-6rem,4rem) !important;
    display: block;
}
.custom-header-form input[type="text"] {
    border: white 1px solid !important;
    padding-left: 15px;
    line-height: 40px;
    padding-right: 2.8rem;
    width: 100%;
    border-radius: 0;
    background-color: transparent !important;
    color: inherit !important;
    transition: all 0.3s;
    display: block;
    box-shadow: none !important;
    font-size: 16px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
}

.scroll-header .custom-header-form input[type="text"] {
    background-color: #1d2625 !important;
    color: #fff;
}

.hs-blog-post .custom-header-form input[type="text"] {
    background-color: #1d2625 !important;
    color: #fff;
}

.custom-header-form input[type="text"]::placeholder {
    color: inherit;
    opacity: 0.5;
}

.custom-header-form input[type="text"]:focus {
    outline: 0;
}

.w-search-close {
    position: absolute;
    top: 0;
    right: 22px;
    text-align: center;
    font-size: 20.8px;
    font-weight: bold;
    line-height: 44.8px;
    width: 2.8rem;
    cursor: pointer;
    opacity: 0.5;
    transition: color 0.3s, opacity 0.3s, transform 0.3s;
    z-index: 1;
    opacity: 0.5;
    transform: translateX(0);
    transition: transform 0.3s, opacity 0.3s;
    color: #fff;
}

.w-search-close:before {
    content: '\2715';
    font-family: 'Exo', sans-serif;
}

a.w-search-open {
    position: absolute;
    top: -7px;
    right: 121px;
    z-index: 1;
    opacity: 1;
    display: block;
    text-align: center;
    padding: 0 0.8rem;
    color: inherit;
    font-size: 16px;
    line-height: 44.8px;
    transform: translateX(0);
}
a.w-search-open.search-on {
    display: none;
}

a.w-search-open:before {
    font-family: fontawesome;
    vertical-align: top;
    font-size: 19px;
    content: "\f002";
}

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

.body-container-wrapper {}
.body-container {}

.body-container-wrapper .page-center {
    padding-top:80px;
    padding-bottom:80px;
}

.banner-image {
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    display: block !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 30px;
    transition: padding 0.3s cubic-bezier(.78,.13,.15,.86);
    margin-top: -1px;
    background-color: #003259;
    background-repeat: no-repeat;
}

.banner-image h1 {
    font-family: Montserrat, sans-serif;
    display: block;
    font-size: 48px;
    line-height: 67.2px;
    margin: 0;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 10;
}

.banner-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17,17,17,0.5);
    content: "";
}

.banner-image .page-center {
    padding-top: 100px;
    padding-bottom: 100px;
}

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


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

.footer-container-wrapper {}
.footer-container {}

.custom-footer-bottom {
    padding: 0 40px;
    background-color: #1d2625;
    border-color: #2d3837;
    position: relative;
    color: #7f8a88;
}

.custom-footer-bottom .page-center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-footer-bottom-menu {
    padding-left: 24px;
    padding-right: 24px;
}

.custom-footer-bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.custom-footer-bottom-menu ul li {
    position: relative;
    float: left;
}

.custom-footer-bottom-menu ul li a {
    color: #b2bfbe;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.custom-footer-bottom-menu ul li a:hover {
    color: #2196f3;
    text-decoration: none;
}

.custom-footer-top {
    padding: 0 40px;
    color: #7f8a88;
    background-color: #141a19;
    border-color: #26302f;
    position: relative;
}

.custom-footer-logo-contact-details-group img {
    max-width: 150px;
    margin-bottom: 21px;
}

.custom-footer-top .page-center {
    padding-top: 40px;
    padding-bottom: 43px;
}

.custom-footer-logo-contact-details-group {
    padding-right: 24px;
}

.custom-footer-logo-contact-details-group p {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 25px;
}

.custom-footer-logo-contact-details-group p.custom-colombia {
    margin: 0;
}

.custom-footer-heading-left h4 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 300;
    margin: 0 0 24px 0;
    color: #7f8a88;
}

.custom-footer-heading-right h4 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 300;
    margin: 0 0 24px 0;
    color: #7f8a88;
}

.custom-footer-recents-post h3 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 300;
    margin: 0 0 24px 0;
    color: #7f8a88;
}

.custom-footer-top-left-menu ul {
    list-style-type: disc !important;
    margin: 0 0 0 40px !important;
    padding: 0;
    display: block;
}

.custom-footer-top-left-menu ul li {
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}

.custom-footer-top-left-menu ul li a {
    color: #b2bfbe;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
}

.custom-footer-top-left-menu ul li a:hover {
    color: #2196f3;
    text-decoration: none;
}

.custom-footer-top-right-menu ul {
    list-style-type: disc !important;
    margin: 0 0 0 40px !important;
    padding: 0;
    display: block;
}

.custom-footer-top-right-menu ul li {
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}

.custom-footer-top-right-menu ul li a {
    color: #b2bfbe;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: none;
}

.custom-footer-top-right-menu ul li a:hover {
    color: #2196f3;
    text-decoration: none;
}

.custom-footer-social-icons-group ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: block;
}

.custom-footer-social-icons-group ul li {
    vertical-align: top;
    position: relative;
    margin: 0.1em;
    margin-right: -4px;
    display: inline-block;
    margin-bottom: 0;
    top: -7px;
}

.custom-footer-social-icons-group ul li a {
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    color: #fff !important;
    background-color: #1d2625;
    border-radius: 50%;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0);
    display: block;
    text-align: center;
    overflow: visible;
    position: relative;
    line-height: 2.5em;
    width: 2.5em;
    border: none !important;
    z-index: 0;
}

.custom-footer-social-icons-group ul li a:hover {
    box-shadow: 0 -1px 0 rgba(0,0,0,0) inset, 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    color: #fff;
    text-decoration: none;
}

.custom-footer-social-icons-group ul li.footer-facebook a:hover{
  background-color: #42599E;  
}

.custom-footer-social-icons-group ul li.footer-twitter a:hover{
  background-color: #55acee;  
}

.custom-footer-social-icons-group ul li.footer-linkedin a:hover{
  background-color: #117eb9;
}

.custom-footer-social-icons-group ul li.footer-youtube a:hover{
  background-color: #f00;
}

.custom-footer-social-icons-group ul li.footer-facebook a:after {
    display: block;
    line-height: inherit;
    position: relative;
    font-family: fontawesome;
    content: '\f09a';
}

.custom-footer-social-icons-group ul li.footer-twitter a:after {
    display: block;
    line-height: inherit;
    position: relative;
    font-family: fontawesome;
    content: '\f099';
}

.custom-footer-social-icons-group ul li.footer-linkedin a:after {
    display: block;
    line-height: inherit;
    position: relative;
    font-family: fontawesome;
    content: '\f0e1';
}

.custom-footer-social-icons-group ul li.footer-youtube a:after {
    display: block;
    line-height: inherit;
    position: relative;
    font-family: fontawesome;
    content: '\f16a';
}

.custom-footer-recents-post .hs-rss-item {
    padding-left: 19.2px;
    margin-bottom: 8px;
    position: relative;
}

.custom-footer-recents-post .hs-rss-item  .hs-rss-item-text:before {
    position: absolute;
    top: 0.1rem;
    left: -0.2rem;
    content: 'keyboard_arrow_right';
    font-family: 'Material Icons';
    font-size: 1.2rem;
    opacity: 0.5;
}

.custom-footer-recents-post .hs-rss-item  .hs-rss-item-text .hs-rss-title {
    color: #b2bfbe;
    text-decoration: none;
}

.custom-footer-recents-post .hs-rss-item .hs-rss-item-text .hs-rss-title:hover {
    color: #2196f3;
    text-decoration: none;
}

.custom-footer-recents-post .hs-rss-item  .hs-rss-item-text .hs-rss-byline {
    display: block;
    opacity: 0.5;
    font-size: 14.4px;
    line-height: 25px;
    font-weight: 400;
}

.custom-footer-recent-post-social-group {
    padding-right: 14px;
}

.custom-contact-button {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
    position: relative;
    border: none;
    z-index: 0;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 15px;
    line-height: 2.8;
    padding: 0 22.5px;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 3px;
    background-color: transparent;
    box-shadow: none !important;
    color: inherit;
    margin-right: 16px;
    margin: 5px 0;
    margin-left: 0;
    top: 15px;
}

.custom-contact-button i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga';
    position: absolute;
    line-height: inherit;
    vertical-align: top;
    left: 22.5px;
}

.custom-contact-button:hover {
    background-color: #f2f7f7;
    color: #2196f3;
    text-decoration: none;
}

.custom-contact-button span {
    padding-left: 22.5px;
}

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


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

/* Parent List */



/* 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:1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .custom-menu-primary {
        margin-left: 0 !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul{
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        margin-left: -107px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
        box-shadow: inset 0 -2px 0 white;
        background-color: rgba(0,0,0,.2) !important;
        font-weight: 400;
       /*El color era ffffff
    */ 
        color: #003259;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        display: block;
        font-family: Roboto, sans-serif;
        font-size: 15px;
        line-height: 70px;
        padding: 0 20px;
             /*El color era ffffff
    */ 
        color: #003259;
        font-weight: 300;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
             /*El color era ffffff
    */ 
        color: #003259;
        text-decoration: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
    
    /* Child List */
    
    .custom-menu-primary .hs-menu-wrapper > ul ul{
        background-color: #fff;
        box-shadow: 0 2px 1px 0 rgba(0,0,0,0.05), 0 3px 7px 0 rgba(0,0,0,0.25);
        padding: 6px 0;
        border-radius: 2px;
        min-width: 12rem !important;
        list-style: none;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        font-size: 14px;
        display: block;
        position: relative;
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        padding: 0.6em 20px;
        transition: color 0.1s, background-color 0.1s;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        line-height: 14px;
        color: #212121;
        font-weight: 300;
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        background-color: #d8d8d8;
        color: #212121;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a{
        background-color: #d8d8d8;
        color: #212121;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a{
        background-color: #d8d8d8;
        color: #212121; 
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.active > a{
        background-color: #d8d8d8;
        color: #212121;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
        top: -6px !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
        vertical-align: top;
        font-family: 'Material Icons';
        content: 'keyboard_arrow_right';
        position: absolute;
        right: 1px;
        top: 0;
        line-height: 37.8px;
        display: block;
        font-size: 26px;
        font-weight: 400;
    }
}


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

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

@media (max-width: 1024px){

  /* 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: #fff;
    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;
                 /*El color era ffffff
    */ 
    color:#003259;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -40px;
    left: 200px;
    width: 1em;
    height: auto;
    padding: 19px 8px 10px 0px;
    background: #fff;
    border: 0;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #003259;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #fff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  
  .mobile-trigger i{
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s cubic-bezier(0,1,.8,1);
  }
  
  .mobile-trigger i:before{
    top: -0.35em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s, opacity 0.15s cubic-bezier(0,1,.8,1);
  }
  
   .mobile-trigger i:after{
    top: 0.35em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s, transform 0.15s cubic-bezier(0,1,.8,1);
  }
  
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
    border-bottom: 0.15em solid;
    border-radius: 0px;
  }
  
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.15s cubic-bezier(0,1,.8,1), transform 0.15s cubic-bezier(0,1,.8,1) 0.15s;
  }
  
  .mobile-open .mobile-trigger i:before {
    top: 0;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0,1,.8,1), opacity 0.15s cubic-bezier(0,1,.8,1) 0.15s;
  }
  
  .mobile-open .mobile-trigger i {
    transform: translateY(-50%) rotate(45deg);
    transition-delay: 0.15s;
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px !important;
    min-width: 30px !important;
    height: 45px !important;
    border-left: 0;
    padding: 0.7rem 0 !important;
    transition: transform 0.3s;
    line-height: 24px;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger:before {
    content: 'keyboard_arrow_down';
    vertical-align: top;
    font-family: 'Material Icons';
    font-size: 28px;
  }
  
  .child-trigger.child-open {
    transform: rotate(180deg);
    right: 0;
  }

 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    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;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
  
}


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


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

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

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

.hs-blog-post .custom-header-top {
    background-color: #02307a;
}

.hs-blog-post .custom-header-bottom {
    background-color: #003259;
}

.hs-blog-post .custom-header-top{
    padding: 4px 24px 0;
}

.hs-blog-post .custom-header-bottom {
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);
}

.hs-blog-post .custom-header-social-icons-group p {
    color: #92b0e0;
}

.hs-blog-post .custom-header-social-icons-group ul li a {
    color: #92b0e0;
}

.hs-blog-post .hs-blog-header h1{
    display:none !important;
}

.hs-blog-post .custom-post-page-content-wrapper {
    position: relative;
    padding: 40% 40px 35px;
    background-size: cover;
    background-position: 50% 25%;
    background-color: #f2f7f7;
}

.hs-blog-post .custom-post-page-content-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0,0,0,0.7)) repeat-x;
}

.hs-blog-post .post-header {
    position: relative;
    z-index: 10;
}

.post-header h1{
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0em;
    font-family: Roboto, sans-serif;
    line-height: 56px;
    margin: 0 0 24px 0;
}

.hs-blog-post .custom-date {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.hs-blog-post hr {
    display: none;
}

.custom-related-posts {
    background-color: #f2f7f7;
    padding: 35px 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.custom-related-posts .related-post-item {
    float: left;
    padding: 0 15px;
    width: 33.3333%;
    position: relative;
}

.related-post-image img {
    display: block;
    float: none !important;
    margin: 0 !important;
    width: 100%;
}

.related-post-title .custom-date:before {
    display: none;
}

.related-post-title a {
    padding-top: 0.6rem;
    margin-bottom: 0.2rem;
    display: block;
    color: #212121;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 22.4px;
}

.related-post-item:hover a {
    color: #2196f3;
}

.custom-related-posts h3 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 33.6px;
    color: #212121;
    margin: 0 0 24px 0;
}

.custom-recent-posts {
    padding-left: 20px;
}

.custom-recent-posts h3 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0em;
    margin: 0 0 24px 0;
    line-height: 33.6px;
}

.custom-recent-posts .custom-date:before {
    display: none;
}

.custom-recent-posts-group {
    padding-left: 19.2px;
    margin-bottom: 8px;
    position: relative;
}

.custom-recent-posts-group:before {
    position: absolute;
    top: 0.1rem;
    left: -0.2rem;
    content: 'keyboard_arrow_right';
    font-family: 'Material Icons';
    font-size: 1.2rem;
    opacity: 0.5;
}

.custom-recent-post-title a {
    color: #003259;
    text-decoration: none;
}

.custom-recent-post-title a:hover {
    color: #2196f3;
    text-decoration: none;
}

.custom-recent-posts .custom-date {
    display: block;
    opacity: 0.5;
    color: #3f4544;
    font-size: 14px;
    line-height: 25px;
}

.hs-blog-post .custom-post-pagination {
    padding: 40px 0;
    display: block;
    width: 100% !important;
    overflow: hidden;
}

.custom-post-pagination a span {
    display: block;
    transition: color 0.3s;
}

.custom-post-pagination a.previous-posts-link {
    float: left;
    width: 50%;
}

.custom-post-pagination a.previous-posts-link:before {
    content: 'keyboard_arrow_left';
    left: -0.8rem;
}

.custom-post-pagination a {
    padding: 0 2.2rem;
    position: relative;
    color: inherit !important;
    transition: none;
}

.custom-post-pagination a:before {
    font: 46px/1 'Material Icons';
    position: absolute;
    top: 0.2rem;
    opacity: 0.3;
}

.custom-post-pagination a.next-posts-link {
    float: right;
}

.custom-post-pagination a.next-posts-link:before {
    content: 'keyboard_arrow_right';
    right: -0.8rem;
}

.custom-post-pagination a.next-posts-link span {
    text-align: right;
}

.custom-post-pagination a .custom-page-posts {
    display: block;
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    opacity: 0.5;
}

.custom-post-pagination a:hover span {
    color: #2196f3;
}

.custom-post-pagination a:hover .custom-page-posts {
    opacity: 0.5;
    color: #3f4544;
}



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

.hs-blog-listing .body-container-wrapper .page-center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hs-blog-listing .banner-image {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    min-height: 445px !important;
}

.hs-blog-listing .custom-blog-listing-google-search input[type="text"] {
    font-size: 16px;
    width: 100%;
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0) inset;
    background-color: transparent !important;
    color: inherit !important;
    transition: all 0.3s;
    line-height: 46px;
    border-color: #d7e0df;
    padding: 1px 0 0;
    font-family: Roboto, sans-serif;
    display: inline-block;
}

.hs-blog-listing .custom-blog-listing-google-search input[type="text"]:focus {
    box-shadow: 0 -1px 0 0 #003259 inset;
    border-color: #003259;
    outline: 0;
}

.hs-blog-listing .custom-blog-listing-google-search form {
    width: 48%;
    margin: 0 auto;
    position: relative;
}

.hs-blog-listing .custom-blog-listing-google-search {
    max-width: 100%;
}

.hs-blog-listing .custom-blog-listing-google-search .hs-button.primary {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 46px;
    width: 40px;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: none;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    color: inherit;
    opacity: 0.5;
    transition: opacity 0.3s;
    font-size: 0;
}

.hs-blog-listing .custom-blog-listing-google-search .hs-button.primary:before {
    content: 'search';
    font-family: 'Material Icons';
    font-size: 24px;
    vertical-align: top;
}

.hs-blog-listing .custom-blog-listing-google-search .hs-button.primary:hover {
    opacity: 1;
}

.hs-blog-listing .custom-blog-listing-google-search input[type="text"]::placeholder {
    opacity: 0.5;
    color: inherit;
}

.custom-blog-all-topics {
    float: none !important;
    width: 100% !important;
    text-align: center;
}

.custom-blog-all-topics ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.custom-blog-all-topics ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 14px 20px 12px;
    border-bottom: 2px solid transparent;
    opacity: 0.66;
    transition: border-color 0.3s, color 0.3s, opacity 0.3s;
    background: rgb(240, 240, 240);
    margin-bottom: 6px;
    margin-right: -4px;
}

.custom-blog-all-topics {
    padding-top: 40px;
}

.custom-blog-all-topics ul li a {
    color: #3f4544;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}

.custom-blog-all-topics ul li:hover {
    opacity: 1;
}

.custom-blog-all-topics ul li.active a {
    color: #003259;
}

.custom-blog-all-topics ul li.active {
    border-bottom: 2px solid #003FA2;
    color: #003FA2;
    opacity: 1;
}

.hs-blog-listing .custom-post-item-body {
    padding: 32px 40px 40px 40px;
}

.hs-blog-listing .custom-post-item-content {
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.25);
    transition: box-shadow 0.3s;
    background-color: #fff;
    position: relative;
}

.custom-date {
    color: #9da6a5;
    margin: 2px 16px 2px 0;
    display: inline-block;
    vertical-align: top;
    font-family: Roboto, sans-serif;
    font-size: 14.4px;
    line-height: 18px;
    font-weight: 400;
}

.custom-date:before {
    font-size: 15px;
    font-family: 'Material Icons';
    vertical-align: top;
    margin-right: 5px;
    content: 'access_time';
}

.hs-blog-listing #hubspot-topic_data {
    color: #9da6a5;
    margin: 2px 16px 2px 0;
    display: inline-block;
    vertical-align: top;
    font-family: Roboto, sans-serif;
    font-size: 14.4px;
    line-height: 18px;
    font-weight: 400;
}

.hs-blog-listing #hubspot-topic_data:before {
    font-size: 15px;
    font-family: 'Material Icons';
    vertical-align: top;
    margin-right: 5px;
    content: 'folder_open';
}

/* 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 {
    font-family: Roboto, sans-serif;
    font-size: 20.8px;
    line-height: 29.12px;
    color: #212121;
    margin-bottom: 16px;
    font-weight: 600;
}
.post-header h2 a {
    color: #212121;
    text-decoration: none;
}
.post-header h2 a:hover {
    color: #2196f3;
    text-decoration: none;
}

/* 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: 4px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.blog-listing-wrapper .post-listing .post-item:hover .custom-post-item-content {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.25);
    z-index: 3;
}

.blog-listing-wrapper .post-listing .post-item:hover .post-header h2 a {
    color: #2196f3;
    text-decoration: none;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
    margin-top: 14px;
}
.blog-post-wrapper .post-body {
    padding: 40px 0;
}

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

/* Read More Link */
a.more-link {
    font-size: 15px;
    line-height: 42px;
    padding: 0 1.5em;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 3px;
    font-family: Roboto, sans-serif;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
    margin: 24px 0 0 0;
    background-color: #fff;
    color: #222;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    position: relative;
    border: none;
}

a.more-link:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    text-decoration: none;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin-top: 0;
    padding: 0 0 35px 0;
    border-top: 0;
    border-bottom: 1px dashed #d7e0df;
    height: auto;
}

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

/* Pagination */
.blog-pagination {
    margin-top: 30px;
    text-align: center;
}

.blog-pagination > div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    line-height: 54px;
    height: 54px;
    width: 54px;
    margin: 2px;
    border-radius: 50%;
}

.blog-pagination > div:hover {
    background-color: #f2f7f7;
}

.blog-pagination a {
    color: inherit;
    text-decoration: none;
}

.blog-pagination > div.active a {
    cursor: default;
}

.blog-pagination > div.active {
    background-color: #003FA2;
    color: #fff;
    cursor: default;
}

.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}
.blog-pagination a.active {
    background-color: #003FA2;
    color: #fff;
}
.blog-pagination a.active:hover {
    background-color: #003FA2;
    color: #fff;
}
.blog-pagination > div {}

.blog-pagination-center a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    line-height: 54px;
    margin: 2px;
    border-radius: 50%;
    height: 54px;
    width: 54px;
}

.blog-pagination-center {
    width: auto !important;
    height: auto !important;
}

.blog-pagination-center:hover {
    background-color: transparent !important;
}

.blog-pagination-center a:hover {
    background-color: #f2f7f7;
}



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


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

.hs-blog-listing .hs-author-profile {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.hs-author-listing-header {
    display: none;
}

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


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

/* Form Field */
.body-container-wrapper .hs-form-field {
    margin-bottom: 24px;
}

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

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

/* One Line Inputs */
.body-container-wrapper [type="text"],
.body-container-wrapper [type="password"], 
.body-container-wrapper [type="datetime"], 
.body-container-wrapper [type="datetime-local"], 
.body-container-wrapper [type="date"], 
.body-container-wrapper [type="month"], 
.body-container-wrapper [type="time"], 
.body-container-wrapper [type="week"], 
.body-container-wrapper [type="number"], 
.body-container-wrapper [type="email"], 
.body-container-wrapper [type="url"], 
.body-container-wrapper [type="search"], 
.body-container-wrapper [type="tel"], 
.body-container-wrapper [type="color"],
.body-container-wrapper [type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select  {
    font-size: 16px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 0 0 1px;
    border-style: solid;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0) inset;
    background-color: transparent !important;
    color: #3f4544; !important;
    transition: all 0.3s;
    display:inline-block;
    line-height: 46px;
    border-color: #d7e0df;
    font-family:Roboto, sans-serif;
    text-transform: none;
}

.body-container-wrapper [type="text"]:focus,
.body-container-wrapper [type="password"]:focus, 
.body-container-wrapper [type="datetime"]:focus, 
.body-container-wrapper [type="datetime-local"]:focus, 
.body-container-wrapper [type="date"]:focus, 
.body-container-wrapper [type="month"]:focus, 
.body-container-wrapper [type="time"]:focus, 
.body-container-wrapper [type="week"]:focus, 
.body-container-wrapper [type="number"]:focus, 
.body-container-wrapper [type="email"]:focus, 
.body-container-wrapper [type="url"]:focus, 
.body-container-wrapper [type="search"]:focus, 
.body-container-wrapper [type="tel"]:focus, 
.body-container-wrapper [type="color"]:focus,
.body-container-wrapper [type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus  {
    box-shadow: 0 -1px 0 0 #003FA2 inset;
    outline:0;
    border-color: #003FA2;
}

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

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

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

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

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

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

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


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


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

.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
    background-color: #003FA2;
    color: #fff;
    font-size: 15px;
    line-height: 2.8;
    padding: 0 1.5em;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 3px;
    display: inline-block;
    transition: background-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin:20px 0 0 0;
    border: none;
}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover{
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    text-decoration: none;
}

.body-container-wrapper .hs-button.primary:focus,
.body-container-wrapper input[type="submit"]:focus,
.body-container-wrapper input[type="button"]:focus  {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.3);
    text-decoration: none;
}


/* =============== 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                                      
   ========================================================================== */
   
   #back-to-top {
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 34px;
    line-height: 54px;
    height: 54px;
    width: 54px;
    margin: 15px;
    border-radius: 50%;
    z-index: 100;
    outline: none !important;
    color: #fff !important;
    background-color: rgba(0,0,0,0.3);
    right: 0;
  }
  
  #back-to-top:before {
    content: 'keyboard_arrow_up';
    font-family: 'Material Icons';
  }  

  
/* ==========================================================================
  #back-to-top:before {
    content: 'keyboard_arrow_up';
    font-family: 'Material Icons';
  }                                    
   ========================================================================== */
 
  


  #back-to-top:hover {
    background-color: #2196f3;
    color: #fff;
  }
  
     .hs_cos_wrapper_type_password_prompt,
    .hs_cos_wrapper_type_email_simple_subscription,
    .hs_cos_wrapper_type_form,
    .hs_cos_wrapper_type_blog_subscribe,
    .widget-type-google_search,#comment-form {
        max-width:700px;
    }
    
    #hs-pwd-widget-password {
        height: auto !important;
        max-width: 700px;
        display: block;
    }
    
    .breadcrumb-listing {
        list-style: none;
        padding: 0;
        display: block;
        font-size: 13px;
        line-height: 22px;
        margin: 12px 0 3px;
        position: relative;
        z-index: 10;
    }
    
    .breadcrumb-listing li {
        display: inline-block;
        color: #fff;
        position: relative;
    }
    
    .breadcrumb-listing li a {
        color: #fff;
        text-decoration: none;
    }
    
    .breadcrumb-listing span {
        margin: 0 8px;
    }
    
    .breadcrumb-listing span:before {
        content: 'keyboard_arrow_right';
        font-family: 'Material Icons';
        font-size: 16px;
        vertical-align: top;
    }
    
    .custom-footer-social-icons-group ul li a span {
        position: absolute;
        top: -51px;
        bottom: 100%;
        left: calc(50% - 45px);
        background: rgba(0,0,0,0.8);
        border-radius: 0.25rem;
        padding: 0 16px;
        font-size: 14.4px;
        line-height: 38.4px;
        text-shadow: 0 0 0 #fff;
        visibility: hidden;
        white-space: nowrap;
        color: #fff;
        margin-bottom: 9.4px;
        letter-spacing: -0.2px;
        display: inline-block;
        text-align: center;
        transition: all 0.3s ease;
        transition: opacity 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s, transform 0.2s cubic-bezier(.78,.13,.15,.86) 0.3s;
    }
    .custom-footer-social-icons-group ul li a span:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border: 8px solid #000;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        left: calc(50% - 8px);
        bottom: -14px;
    }
    .custom-footer-social-icons-group ul li a:hover span {
         visibility: visible;
    }
    
    .custom-system-page .custom-header-top {
        background-color: #012038;
    }
    
    .custom-system-page .custom-header-bottom{
        background-color: #ffffff;
    }


/* 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: 1680px){
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-left: -75px;
    }
}

@media (max-width: 1500px){
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-left: -46px;
    }
}

@media (max-width: 1366px){
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-left: -27px;
    }
}

@media (max-width: 1300px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0 9px;
        font-size: 14px;
        line-height: 70px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-left: -18px;
    }
}

@media (max-width: 1200px){
    .hs-blog-listing .body-container-wrapper .page-center {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .blog-listing-wrapper .post-listing .post-item {
        width: 33.3333333333%;
    }
    
    .body-container-wrapper .page-center {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .banner-image {
        background-position: 50% -69.9615px;
    }
}

@media (max-width: 1100px){
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-left: 16px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding: 0 9px;
        font-size: 12px;
        line-height: 70px;
    }
}

@media (max-width: 1024px) {
    .banner-image {
        min-height: 287px !important;
        background-size: cover;
        background-position: 50% -49.5125px;
    }
    
    .banner-image .page-center {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .body-container-wrapper .page-center {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .custom-logo {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .custom-menu-primary {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .custom-footer-bottom .page-center {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .custom-footer-top .page-center {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .custom-header-bottom {
        padding: 0;
    }
    
    .custom-logo {
        padding-left: 24px;
        padding-right: 24px;
    }

    .custom-logo-partner {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .hs-blog-listing .banner-image {
        min-height: 325px !important;
        background-size: cover;
        background-position: center center;
    }
    
    .hs-blog-listing .body-container-wrapper .page-center {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .custom-blog-all-topics {
        padding-top: 25px;
    }
    
    .scroll-header .custom-header-bottom{
        padding-bottom: 10px;
    }
    
  /* Mobile Menu Styles */ 
  
        .custom-menu-primary{
            position: relative;
            z-index: 50;
        }
  
      .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: absolute;
        top: 10px;
        left: 0;
        padding: 0;
      }
      
      .hs-blog-post .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        padding: 0;
      }
      
      .custom-menu-primary .hs-menu-wrapper{
        background-color: #003FA2;
        width: 100%; /* Full screen width */
      }

   /* Level 1 Menu List Styles */
   
     .custom-menu-primary .hs-menu-wrapper > ul{
        list-style: none;
        margin: 0;
        padding: 0 13px;
        display: block;
        box-shadow: 0 3px 3px rgba(0,0,0,0.1);
        position: relative;
        z-index: 30;
        overflow-y: auto !important;
        height: 36vh;
     }
       
      .custom-menu-primary .hs-menu-wrapper > ul > li{
        display: block;
        margin: 0;
        box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
      }
      
      .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 15px;
        font-family: Exo, sans-serif;
        font-weight: 300;
        line-height: 24px;
        padding: 0.7rem;
        display: block;
        position: relative;
        color: inherit;
      }
      
      .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        background-color: #033480;
        color: #fff;
        text-decoration: none;
       }
        
      .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
        color: #fff;
        text-decoration: none;
        box-shadow: inset 0 -2px 0 white;
        background-color: rgba(0,0,0,.2) !important;
        font-weight: 400;
      }
      
    
      /* Level 1 and Higher Menu List Styles */
      .custom-menu-primary .hs-menu-wrapper > ul li{
        border-top: 0;
      }
    
      /* Level 2 and Higher Menu List Styles */
      .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        color: #212121;
      }
      
        .custom-menu-primary .hs-menu-wrapper > ul ul .child-trigger {
            color: #212121;
        }
      
      .custom-menu-primary .hs-menu-wrapper > ul ul li{
        position: relative;
        margin: 0;
      }
      .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-size: 13px;
        padding: 0.7rem;
        padding-left: 1.4rem;
        color: #212121;
        line-height: 20.8px;
        font-weight: 300;
      }
      
     .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a {
        background-color: #d8d8d8;
        color: #212121;
     }
      
     .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a {
        background-color: #d8d8d8;
        color: #212121;
     }
     
     .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
        background-color: #d8d8d8;
        color: #212121;
     }
    
      /* Level 3 and Higher Menu List Styles */
     .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
        padding-left: 2.1rem;
     }
     
     .custom-language-translater {
        right: 10px;
    }
    
    .hs-blog-post .custom-logo {
        padding-top: 10px;
        padding-bottom: 8px;
    }
    
    .hs-blog-post .mobile-trigger {
       top: -48px;
    }
    
    .hs-blog-post.scroll-header .custom-header-bottom {
        padding-bottom: 0px;
    }
}

@media (max-width: 901px){
    .custom-header-top {
        display: none !important;
    }
    
    .custom-logo {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header-container-wrapper {
        min-height: 70px !important;
    }
    
    .hs-blog-listing .banner-image {
        min-height: 255px !important;
        background-size: cover;
        background-position: center center;
        padding-top: 70px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 0 4px;
    }
    
    .blog-listing-wrapper .post-listing .post-item {
        width: 50%;
    }
    
    .banner-image {
        min-height: 217px !important;
        background-size: cover;
        background-position: 50% -49.5125px;
        padding-top: 70px;
        padding-bottom: 0;
    }
    
    .banner-image-video {
        min-height: 60px !important;
        background-size: cover;
        background-position: 50% -49.5125px;
        padding-top: 70px;
        padding-bottom: 0;
    }
  .custom-language-translater {
        right: 0;
    }
    
    .mobile-trigger {
        right: 132px;
        left: auto;
    }
    
    .hs-blog-post .custom-post-page-content-wrapper:after {
        height: 100%;
    }
    
    a.w-search-open {
        display: none !important;
    }
}


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

@media (max-width: 767px) {
    .body-container-wrapper .page-center {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
        display: block;
        margin-right: 0;
        padding: 4px 0;
    }
    
    .hs-blog-listing .custom-blog-listing-google-search form {
        width: 100%;
        margin: 0;
        position: relative;
    }
    
    .banner-image h1 {
        font-size: 30px;
        line-height: 42px;
    }
  
    .csweekBlueBanner {
        font-size: 26px;
        line-height: 1.3;
    }
    
    .hs-blog-listing .banner-image {
        min-height: 230px !important;
        background-size: cover;
        background-position: center center;
        padding-top: 70px;
    }
    
    .hs-blog-listing .body-container-wrapper .page-center {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .custom-blog-all-topics ul li a {
        font-size: 13px;
        line-height: 24px;
    }
    
    .custom-blog-all-topics {
        padding-top: 40px;
    }
    
    .mobile-trigger {
        right: 132px;
        top: 20px;
        left: auto;
    }
    
    .custom-logo {
        float: left !important;
    }
    
    .custom-footer-bottom .page-center {
        padding-top: 26px;
        padding-bottom: 27px;
    }
    
    .custom-footer-left-menu-wrapper {
        margin-bottom: 32px;
    }
    
    .custom-footer-logo-contact-details-group {
        margin-bottom: 32px;
    }
    
    .custom-footer-top .page-center {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    
    .custom-contact-button {
        top: 3px;
    }
    
    .custom-footer-social-icons-group ul li {
        vertical-align: top;
        position: relative;
        margin: 0.1em;
        margin-right: -2px;
        display: inline-block;
        margin-bottom: 0;
        top: -10px;
    }
    
    .custom-footer-recents-post h3 {
        font-size: 22px;
        line-height: 30.8px;
        margin-bottom: 16px;
    }
    
    .custom-footer-recents-post .hs-rss-item .hs-rss-item-text .hs-rss-byline {
        display: block;
        opacity: 0.5;
        font-size: 14.4px;
        line-height: 28px;
        font-weight: 400;
    }
    
    .custom-footer-heading-left h4 {
        font-size: 22px;
        line-height: 30.8px;
        margin-bottom: 16px;
    }
    
    .custom-footer-heading-right h4 {
        font-size: 22px;
        line-height: 30.8px;
        margin-bottom: 16px;
    }
    
    .custom-footer-top-right-menu ul li a {
        color: #b2bfbe;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        text-decoration: none;
    }
    
    .custom-footer-right-menu-wrapper {
        margin-bottom: 24px;
    }
    
    .custom-footer-left-menu-wrapper {
        margin-bottom: 24px;
    }
    
    .custom-footer-top-left-menu ul li a {
        line-height: 28px;
    }
    
    .custom-footer-logo-contact-details-group p {
        font-size: 16px;
        line-height: 28px;
    }
    
    .custom-footer-top-left-menu ul li {
        display: list-item;
    }
    
    .custom-footer-top-right-menu ul li {
        display: list-item;
    }
    
    .banner-image {
        min-height: 192px !important;
        background-position: 50% 50%;
    }
    
    .body-container-wrapper .page-center {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
     .hs_cos_wrapper_type_password_prompt,
    .hs_cos_wrapper_type_email_simple_subscription,
    .hs_cos_wrapper_type_form,
    .hs_cos_wrapper_type_blog_subscribe,
    .widget-type-google_search,#comment-form {
        max-width:100%;
    }
    
    #hs-pwd-widget-password {
        height: auto !important;
        max-width: 100%;
        display: block;
    }
    
    .hs-blog-post .custom-logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .post-header h1 {
        color: #fff;
        line-height: 42px;
        font-size: 30px;
        margin: 0 0 16px 0;
    }
    
    .custom-post-pagination a.previous-posts-link {
        float: none !important;
        width: 100% !important;
        position: relative;
        display: block;
    }
    
    .custom-post-pagination a.next-posts-link {
        float: none !important;
        width: 100% !important;
        position: relative;
        display: block;
    }
    
    .custom-post-pagination a {
        margin-bottom: 20px;
    }
    
    .custom-related-posts h3 {
        font-size: 22px;
        line-height: 30.8px;
    }
    
    .custom-related-posts .related-post-item {
        float: none !important;
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .custom-recent-posts {
        padding-left: 0;
    }
    
    .custom-recent-posts h3 {
        font-size: 22px;
        line-height: 30.8px;
        margin-bottom: 16px;
    }
    
    .blog .blog-sidebar {
        margin: 40px 0 0 0;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        padding: 0;
    }
    
    .hs-blog-post .mobile-trigger {
        top: 20px;
    }


    .hs-blog-post .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        padding: 0;
    }

}  

@media (max-width: 600px){
    .hs-blog-listing .body-container-wrapper .page-center {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .body-container-wrapper .page-center {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .hs-blog-listing .banner-image {
        min-height: 180px !important;
        background-size: cover;
        background-position: center center;
        padding-top: 50px;
    }
    
    .banner-image .page-center {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .custom-logo img {
        max-width: 112px;
    }
    
    .custom-logo {
        padding-top: 5px;
    }
    
    .mobile-trigger {
        right: 132px;
        top: 10px;
        left: auto;
    }
    
    .body-container-wrapper .page-center {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: 5px;
    }
    
    .scroll-header .custom-logo img {
        max-width: 84px;
    }
    
    .scroll-header .custom-logo {
        padding-top: 11px;
    }
    
    .scroll-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: 50px;
    }
    
    .custom-footer-bottom-menu ul {
        display: block;
    }
    
    .custom-footer-bottom {
        padding: 0 25px;
        text-align: center;
    }
    
    .custom-footer-bottom-menu ul li {
        float: none !important;
        display: inline-block;
    }
    
    .custom-footer-bottom-menu {
        padding-left: 0;
        padding-right: 0;
    }
    
    .custom-footer-top {
        padding: 0 25px;
    }
    
    .custom-footer-logo-contact-details-group {
        padding: 0;
    }
    
    .custom-language-translater {
        top: 11px;
    }
    
    .custom-related-posts {
        padding: 25px;
    }
    
    .custom-related-posts .related-post-item {
        padding: 0;
    }

    .hs-blog-post .custom-logo {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    
    .hs-blog-post.scroll-header .custom-logo {
        padding-bottom: 8px;
        padding-top: 11px;
    }
    
    .hs-blog-post .header-container-wrapper {
        min-height: 48px !important;
    }
    
    .custom-footer-top-left-menu ul {
        padding: 0 0 0 40px !important;
        margin: 0 !important;
    }
    
    .custom-footer-top-right-menu ul {
        list-style-type: disc !important;
        padding: 0 0 0 40px !important;
        margin: 0 !important;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: 50px;
    }
    
    .hs-blog-post .mobile-trigger {
        top: 10px;
    }
    
    .hs-blog-post .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: absolute;
        top: 49px;
        left: 0;
        padding: 0;
    }
    
    .scroll-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: 40px;
    }
    
}





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

@media (max-width: 479px) {
    .custom-header-bottom {
        padding-bottom: 5px;
    }
    
    .hs-blog-listing .banner-image {
        min-height: 142px !important;
        padding-top: 49px;
        padding-bottom: 0;
    }
    
    .hs-blog-listing .body-container-wrapper .page-center {
        padding-top: 10px;
    }

}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.banner-image {    
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center; 
}

/* =============== pa borrar vainas =============== */
.displaynone {
  display: none;
}