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

@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@import url('https://4775182.fs1.hubspotusercontent-na1.net/hubfs/4775182/Aln_Space_October2018%20/Fonts/Rubik-VariableFont_wght.ttf');

@import url('https://4775182.fs1.hubspotusercontent-na1.net/hubfs/4775182/Aln_Space_October2018%20/Fonts/Archivo-VariableFont_wdth%2cwght.ttf');

@font-face {
  font-family: "icomoon";
  src: url("//4775182.fs1.hubspotusercontent-na1.net/hubfs/4775182/Aln_Space_October2018%20/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("//4775182.fs1.hubspotusercontent-na1.net/hubfs/4775182/Aln_Space_October2018%20/Fonts/icomoon.woff") format("woff"), 
    url("//4775182.fs1.hubspotusercontent-na1.net/hubfs/4775182/Aln_Space_October2018%20/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; 

/* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Footer colophon */
.footer-colophon__right {
    text-align: center;
}

.footer-colophon__right p {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 13px; 
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.footer-colophon__image {
    display: inline-block;
    max-width: 120px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .footer-colophon {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-colophon__right {
        text-align: right;
    }
}

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */
/* =============== Correcciones Damián y Jose top header =============== */
.hs-blog-id-6007408279 .header-container-wrapper > div > div > div > div > div > div > div > div > div {
  background-color: #000;
}

#top-header a.fusion-social-network-icon {
  font-size: 19px !important;
}

#top-header .footer-social-icon {
  display: flex;
  align-items: center;
  margin-left: 0;
}

#top-header a.fusion-social-network-icon {
  margin: 5px 5px !important;
}

@media (max-width: 1280px) {
  #top-header .ue-image-class {
    padding-right: 30px;
  }
  
  #top-header .footer-social-icon {
    padding-left: 30px;
  }
}

@media (max-width: 1235px) {
  div#top-header {
    display: none;
  }
}

#h1-blog {
  font-size: 29px;
  color: #df0024;
  text-transform: uppercase;
  font-weight: 700;
}


/* =============== Correcciones Damián y Jose BLOG =============== */


#hs_cos_wrapper_module_1523032069834331 > div > div > div > div > div > div > div > div.post-header {
  background-color: #d6d6d6;
}

.span10.widget-span.widget-type-custom_widget.custom-menu-primary.js-enabled {
  margin-top: 1rem;
}

.header-container, .hs-menu-item > a {
  font-family: Rubik, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  text-transform: none !important; 
}

#hs_menu_wrapper_module_151811933987828_ > ul > li > a {
  text-transform: capitalize;
  line-height: 45px !important;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  padding-right: 2px;
  color: #1e293b;
  font-weight: 400;
  font-size: 18px;
}

#hs_menu_wrapper_module_151811933987828_ > ul > li:not(:first-child):not(:last-child)::after  {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13px" height="8px" viewBox="57 35.171 26 16.043"><path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/></svg>');
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
}

@media (max-width: 1235px) {
  /*Ocultar los iconos de desplegable PC*/
  #hs_menu_wrapper_module_151811933987828_ > ul > li:not(:first-child):not(:last-child)::after  {
  display: none !important;
  }
  /*Ocultar lineas divisorias*/
  #hs_menu_wrapper_module_151811933987828_ > ul.active-branch > li > a {
    border: none !important;
  }
  /*Color fondo negro menú móvil*/
  #hs_menu_wrapper_module_151811933987828_ > ul.active-branch, #hs_menu_wrapper_module_151811933987828_ > ul.active-branch > li > a, #hs_menu_wrapper_module_151811933987828_ > ul.active-branch > li > ul > li > a {
    background-color: #000 !important;
  }
  /*Color texto blanco menú móvil*/
  #hs_menu_wrapper_module_151811933987828_ > ul.active-branch > li > a, #hs_menu_wrapper_module_151811933987828_ > ul.active-branch > li > div.child-trigger, #hs_menu_wrapper_module_151811933987828_ > ul.active-branch > li > ul > li > a {
    color: #fff;
  }
  /*Alineación texto submetnús móvil*/
  #hs_menu_wrapper_module_151811933987828_ > ul.active-branch > li > ul > li > a {
    padding-left: 3rem !important;
  }
}


#hs_menu_wrapper_module_151811933987828_ > ul > li > a::after {
  content: ''; 
  position: absolute; 
  left: 0; 
  width: 0; /* Ancho completo del enlace */
  height: 1px; 
  background-color: #df0024; 
  transition: width 0.3s ease;
  bottom: 0;
}

/*#hs_menu_wrapper_module_151811933987828_ > ul > li > a::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26px" height="16.043px" viewBox="57 35.171 26 16.043"><path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/></svg>');
  display: inline-block;
  width: 26px; 
  height: 16.043px; 
  margin-left: 5px; 
}*/

#hs_menu_wrapper_module_151811933987828_ > ul > li > a:hover::after {
  width: 100%; /* Ocultar la línea inferior al hacer hover */
}


#hs_menu_wrapper_module_151811933987828_ > ul > li > ul > li {
	background-color: #d6d6d6;
}

#hs_menu_wrapper_module_151811933987828_ > ul > li > ul > li > a {
	border-bottom: 1px solid #000;
}


/* =============== Correcciones Damián y Jose entradas =============== */


.blog-section h1 {
  color: #df0024 !important;
  font-weight: 500 !important;
}

.blog-section .post-header {
  background-color: #fff;
}

.blog-section .post-body p {
  line-height: 25.5px;
}


/* =============== 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;
  color: #313538;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
}

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

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

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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Rubik, Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  margin: 15px 0; 
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size:54px; 
  color:#000000;
}
h2 {
  font-size: 30px;
  color: #202020;
}
h3 {
  color: #202020;
  font-size:26px;
}
h4 {
  color: #000000;
  font-size:22px;
}
h5 {
  color: #202020;
  font-size:20px;
}
h6 {
  color: #202020;
  font-size:18px;
}

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

/* 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 {
  text-align: center !important;
}
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: 83px;
}
.header-container {}

img.mobile-view-logo {
  display: none;
}
img.fixed-header-logo {
  display: none;
  width: 175px !important;
  height: auto !important;
}

.custom-header {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  background-color: #fff;
  transition: all .5s ease-in-out;
}

.custom-logo {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all .5s ease-in-out;
}

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

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

.content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left {}

.banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #354d5a;
}
.banner-area h1 {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

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

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

.custom-bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  border-color: #000000;
  border-top-width: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.custom-copyright p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.custom-copyright p a {
  margin: 0;
  color: #fff;
  font-size: 13px;
}
.custom-copyright p span {
  padding: 0 10px;
}
.custom-copyright p a:hover {
  text-decoration: underline;
}

.custom-top-footer {
  background-color: #000000;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  position: relative;
}

.span3.widget-span.widget-type-custom_widget.custom-social-icon-logo {
  padding-right: 25px;
  padding-left: 0;
  text-align: left;
}
.span2.widget-span.widget-type-custom_widget.custom-about-us {
  padding-right: 15px;
  padding-left: 6px;
  margin: 16px 0 0 0;
}
.span2.widget-span.widget-type-custom_widget.custom-services {
  margin: 16px 0 0 0;
  padding-right: 15px;
  padding-left: 12px;
}
.span2.widget-span.widget-type-custom_widget.custom-container {
  margin: 16px 0 0 0;
  padding-right: 15px;
  padding-left: 12px;
}
.span2.widget-span.widget-type-custom_widget.custom-container.custom-contact {
  margin: 0;
  padding-right: 15px;
  padding-left: 18px;
}
.span3.widget-span.widget-type-custom_widget.custom-right-logo {
  margin: 0;
  width: 25%;
  padding-right: 15px;
  padding-left: 24px;
}

.custom-top-footer ul > li.hs-item-has-children > ul {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  transition: none !important;
  overflow: hidden !important;
  position: static !important;
}
img.supp-by-img {
  width: 120px;
}

img.accelerated-img {
  width: 180px;
}

img.spin-off-img {
  width: 180px;
}

.logo-title p {
  margin: 0;
  line-height: 1.3em;
  font-size: 19px;
  font-style: italic;
}
.logo-title {
  margin-bottom: 50px;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-social-icon {
  overflow: hidden;
  margin-left: 0;
}
a.fusion-social-network-icon {
  font-size: 23px;
  color: #ffffff;
  margin: 4px 8px;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  display: inline-block;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-icon-facebook:before {
  content: "\e604";
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-icon-twitter:before {
  content: "\1d54f";
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-icon-youtube:before {
  content: "\e622";
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-icon-linkedin:before {
  content: "\e60f";
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-icon-instagram:before {
  content: "\ea92";
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.fusion-social-network-icon:hover {
  opacity: .8;
}
.top-footer-right-side-logo p {
  margin: 0;
  line-height: 16px;
  font-size: 16px!important;
  margin-bottom: 10px;
  margin-top: 16px;
}
.custom-contact p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  color: #fff;
}

.custom-contact p a {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 16px;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  color: #fff;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.custom-subfooter p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px;
    font-family: Archivo, Arial, Helvetica, sans-serif;
    color: #fff;
    margin-top: 25px;
}
.custom-subfooter p a {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 25px;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  color: #fff;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.custom-contactinfo ul > li > a,
.custom-contactinfo ul > li > a {
  color: #fff;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  float:left;
  text-transform: uppercase;
}

.custom-services ul > li > a,
.custom-about-us ul > li > a {
  color: #e8eaf0;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  line-height: 16px;
  font-size: 18px;
  margin-bottom: 16px;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  float:left;
  font-weight: 500;
}

.custom-services ul > li a:hover,
.custom-about-us ul > li a:hover {
  color: #fff;
}

.custom-top-footer ul > li.hs-item-has-children > a:hover{
  color:#fff;
  cursor:text;
}

.custom-contact p a:hover{
  color: #df0024;
}

.custom-services ul > li.hs-item-has-children > ul,
.custom-about-us ul > li.hs-item-has-children > ul {
  padding-left: 4%;
}

.custom-services ul > li, .custom-about-us ul > li{
  float:left;
}

.top-footer-right-side-logo img {
  margin-bottom: 9px;
}
img.accelerated-img {
  margin-bottom: -1px;
}

.custom-footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  float:none !important;
}

.custom-footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a{
  float:none !important;
  width:100% !important;
}

.custom-services ul > li.hs-item-has-children > a, .custom-about-us ul > li.hs-item-has-children > a{
  float:none !important;
}


.custom-services ul > li.hs-item-has-children > ul > li, .custom-about-us ul > li.hs-item-has-children > ul > li {
  width: 100% !important;
}


.custom-services ul > li.hs-item-has-children > ul > li > a, .custom-about-us ul > li.hs-item-has-children > ul > li > a{
  width: 100% !important;
}

.custom-services ul > li.hs-item-has-children > ul{
  padding-left: 5%;
}

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

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

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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    margin-bottom: -2px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{}

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    margin-left: 9px;
    content: '\f107';
    font-family: IcoMoon;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
    color: #313538;
    font-family: Archivo, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    padding-left: 12.5px;
    padding-right: 12.5px;
    line-height: 75px;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition: all .5s ease-in-out;
  }

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

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

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    width: 240px;
    font-family: Archivo, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    font-style: normal;
    margin-top: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 7px 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #313538;
    font-family: Archivo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #df0024;
    color: #fff;
  }

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

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

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

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

@media (max-width: 1235px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 8px;           /* Position Button at right of screen */
    right: 20px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: none;
    font-size: 21px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #df0024;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
  }
  .mobile-trigger:before {
    content: "\f0c9";
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    padding: 0 !important;
    color: #313538;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }

  .child-trigger:before {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
    position: relative;
    right: -2px;
    top: 1px;
  }

  .child-trigger:hover {
    color: #f55449;
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    /* position: relative; */
    padding-top: 0;
    margin: 0;
    width: 100%;
  }

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
    margin-top: 20px;
    border-top: 1px solid transparent;
    border-color: #f7f8f9;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    border-bottom: 1px solid transparent;
    padding: 0 12px;
    line-height: 28px;
    background-color: #fff;
    border-color: #f7f8f9;
    height: 35px;
    color: #df0024;
    font-family: Archivo, Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background-color: #f7f8f9;
    color: #f55449;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active a{
    background-color: #f7f8f9;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-transform: none;
    font-family: Archivo, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
  }

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

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

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

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

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
/* Blog Post */
.hs-blog-post {}

.hs-blog-post .content-wrapper {
  padding-top: 55px;
  padding-bottom: 30px;
}

.hs-blog-post .custom-media-information {
  display: none !important;
}

.recent-content .recent-date {
  display: none !important;
}

.related-post-item .related-byline {
  display: none !important;
}

.custom-related-post {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.section.post-header h1 {
  color: #202020;
  font-family: Rbik, Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-style: normal;
  margin: 0;
  margin-bottom: 9px;
  font-size: 36px!important;
  line-height: 38px! important;
}

.hs-blog-post p.listing-byline {
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  border-color: #e8eaf0;
  font-size: 14px;
  line-height: 32px;
}

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

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

.hs-blog-listing .blog-sidebar {
  display: none !important;
}
.hs-blog-listing .blog-content {
  width: 100% !important;
}
.inner-artical {
  background-color: rgba(255,255,255,1);
  border: 1px solid #ebeaea;
  border-bottom-width: 3px;
}
.post-body.clearfix {
  border-bottom: 1px solid #eaeaea;
  border-color: #ebeaea;
  overflow: hidden;
}
.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  object-fit: cover;
  width:100%;
}
.hs-featured-image-wrapper {
  overflow: hidden !important;
  position: relative;
}
.fusion-rollover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  line-height: normal;
  text-align: center;
  background-image: linear-gradient(top,#556eed 0%,rgba(85,110,237,.65) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#556eed),color-stop(1,rgba(85,110,237,.65)));
  background-image: filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#556eed,endColorstr=#556eed),progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, #df0024 0%, rgba(204,79,64,0.65) 100%);
  background-image: -moz-linear-gradient(top,#556eed 0%,rgba(85,110,237,.65) 100%);
  background-image: -ms-linear-gradient(top,#556eed 0%,rgba(85,110,237,.65) 100%);
  background-image: -o-linear-gradient(top,#556eed 0%,rgba(85,110,237,.65) 100%);
  transition: opacity 0.5s ease-in-out;
  transform: translateY(0%);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}
.fusion-rollover-content {
  padding: 10px;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.hs-featured-image-link {
  line-height: 32px;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
  color: #fff;
  background-color: transparent;
  width: calc(38px * 1.5);
  height: calc(38px * 1.5);
  background: none;
}
a.hs-featured-image-link:before {
  font-size: 38px;
  color: #fff;
  line-height: 1.5;
  content: '\e619';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0;
  text-shadow: none;
  font-family: icomoon;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
a.hs-featured-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.hs-featured-image-wrapper:hover .fusion-rollover{
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-style: preserve-3d;
}
.hs-blog-listing .post-header {
  padding: 30px 30px 20px 30px;
}
.hs-blog-listing .post-header-inner-wrapper {
  margin-bottom: 20px;
}
p.listing-byline {
  margin: 0;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #313538;
}
.post-item .inner-artical .post-header .post-header-inner-wrapper .listing-byline {
  display: none;
}
.listing-cantent {
  margin-top: 20px;
}
.listing-cantent p {
  margin: 0;
}
.read-more-group {
  margin-top: auto;
  padding: 5px 0;
  font-size: 14px;
}

.hs-blog-header h1 {
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  font-style: normal;
  color: #000;
  font-size: 54px;
  margin-top: 17px;
}
.custom-media-information p {
  margin-top: 18px;
  margin-bottom: 32px;
}

/* 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,
h2.post-listing-simple {
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0;
  font-style: normal;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  font-size:24px;
}

.post-header h2 a,
h2.post-listing-simple a {
  text-decoration: none;
  color: #df0024 !important;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  font-size: 24px;
  line-height: 26px;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0 0 10px;
  padding: 0;
}

#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 { /* lsanz@190913 */
  float: left;
  /*width: 33.33333333%;*/
  width: 32%;
  width: calc((100% - 60px)/3);
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-item:nth-child(3n - 2) {
  padding-left: 0 !important;
}
.post-item:nth-child(3n - 3) {
  padding-right: 0 !important;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 32px;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  position: relative;
  margin-right: 10px;
  text-align: right;
}
a.more-link:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: bold;
  margin: 4px 0;
}
#hubspot-topic_data a.topic-link {}

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

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 10px !important;
}

.hs-blog-social-share-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}
.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; }
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a{
  display: inline-block;
  padding-right: 5px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

.blog .blog-sidebar {
  width: 23%;
  float: right;
  margin: 0;
}
.blog .blog-sidebar select#tinynav1 {
  padding-left: 4px !important;
  min-height: 62px !important;
}

#custom_html-8 {
  max-height: 500px;
  overflow-y: auto;
}

.blog .blog-sidebar input.hs-button.primary {
  font-family: icomoon;
  height: 60px;
  width: 60px;
  position: relative;
  text-align: center;
  padding: 0;
}

ul.l_tinynav1 {
  display: none !important;
}
.custom-archives h3 {
  display: none !important;
}
select#tinynav1 {
  -webkit-appearance: none;
  background-image: url(//4775182.fs1.hubspotusercontent-na1.net/hubfs/4775182/Aln_Space_October2018%20/Images/screenshot-alenspace-4775182.hs-sites.com-2018.10.05-11-05-53.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.blog .blog-sidebar h4,
.blog .blog-sidebar h3 {
  color: #202020;
  font-size: 13px;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.span8.recent-content {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #e7e6e6;
  border-color: #e8eaf0;
  color: #313538;
}

.recent-title a {
  color: #df0024;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  font-size: 18px;
  line-height: 32px;
}

.recent-title a:hover {
  color: #f55449;
}

.recent-date {
  font-size: 14px;
  color: #313538;
  line-height: 32px;
}

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

.blog .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog .blog-sidebar ul li {
  border-color: #e8eaf0;
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #e7e6e6;
  position: relative;
}

.blog .blog-sidebar ul li a {
  color: #df0024;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.blog .blog-sidebar ul li a:hover {
  color: #f55449;
}

.blog .blog-sidebar span.filter-link-count {
  display: none;
}

.custom-archives-title {
  margin: 0 !important;
}

.custom-archives h3 {
  margin: 0 !important;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  color: #313538 !important;
  font-size: 13px !important;
  border-width: 1px;
  border-color: #e8eaf0;
  border-style: solid;
  display: flex;
  align-items: center;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  line-height: normal !important;
  padding-left: 4px;
  cursor:pointer;
}

.custom-archives ul li {
  padding:0 !important;
  border: none !important;
}
.custom-archives ul li a{
  color: #313538 !important;
  font-size: 13px !important;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  line-height: normal !important;
  padding-left: 4px;
}
.custom-archives ul{
  border-width: 1px;
  border-color: #e8eaf0;
  border-style: solid;
}

.custom-site-search {
  margin-bottom: 10px !important;
}

.custom-site-search form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.custom-site-search form input[type="search"] {
  font-size: 13px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #313538;
  margin-bottom: 0;
  width: calc(100% - 60px);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #e8eaf0;
}

.blog .blog-sidebar .fusion-social-networks-wrapper a {
  border-radius: 4px;
  padding: 8px;
  font-size: 25px;
  color: #ffffff;
  background-color: #df0024;
  border-color: #df0024;
}


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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

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

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


#comments-listing.no-comments {
  border: none;
}

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

.subscription-template .body-container #email-prefs-form .email-edit {
  max-width: 100% !important;
}

.hs-search-field,
.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container #comment-form{
  max-width:700px;
  display:block;
  margin-bottom:30px;
}

.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

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

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

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

ul.hs-error-msgs.inputs-list label {
  color: #000000;
  display: block;
  font-size: 13px;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

ul.hs-error-msgs.inputs-list li {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 0px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  display: inline-block;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: Archivo, Arial, Helvetica, sans-serif;
}
ul.hs-error-msgs.inputs-list li:before {
  background-image: url('//4395819.fs1.hubspotusercontent-na1.net/hubfs/4395819/_VivoComm_July2018/Images/error.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
  padding-top: 3px;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  -webkit-appearance: none;
  padding: 21.5px 15px;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-width: 1px;
  border-color: #e8eaf0;
  color: #313538;
  font-size: 13px;
  background-color: #fff;
  font-family:Archivo, Arial, Helvetica, sans-serif;
  line-height:normal;
  color:#313538;
  margin-bottom:15px;
}

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


.hs_recaptcha {
  margin: 15px 0;
}

/* 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 {    color: #313538;} /* Webkit Browsers */
:-moz-placeholder {    color: #313538;} /* Firefox 18- */
::-moz-placeholder {    color: #313538;} /* Firefox 19+ */
:-ms-input-placeholder {    color: #313538;} /* 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"] {}

#comment-form input.hs-button.primary {
  margin-top: 10px;
}


/* =============== 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 .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-indent: 0;
  cursor: pointer;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  padding: 19.5px 25px;
  white-space: normal !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
  background-color: #f55449;
}

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

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

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33, 33, 33, .97);
  border-radius: 4px;
  background-clip: padding-box
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, .97)
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, .97)
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, .97)
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33, 33, 33, .97)
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33, 33, 33, .97)
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, .97)
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, .97)
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, .97)
}

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

.hs-blog-post .blog-content .fusion-social-networks-wrapper {
  padding: 20px;
  height: 70px;
  width: 100%;
  text-align: right;
}

.hs-blog-post .blog-content .fusion-social-networks-wrapper a {
  font-size: 18px;
  color: #df0024;
}

.hs-blog-post .blog-content span.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}
.hs-blog-post .blog-content .fusion-icon-whatsapp:before {
  content: "\f232";
}
.hs-blog-post .blog-content .fusion-icon-mail:before {
  content: "\e616";
}

.custom-related-post {
  margin-top: 55px;
}

.custom-related-post h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #202020;
  line-height: 23px;
}

.related-post-item {
  float: left;
  width: 33%;
  padding-right: 20px;
  padding-left: 20px;
}

.related-post-item:last-child {
  padding-right: 0 !important;
}

.related-post-item:first-of-type {
  padding-left: 0px !important;
}

.related-post-item .hs-featured-image-wrapper {
  border-bottom: 1px solid #eaeaea;
  border-color: #ebeaea;
  overflow: hidden;
}

.related-post-item .post-body.clearfix {
  border-bottom:none;
  border-color: #ebeaea;
  overflow: hidden;
}
.related-title {
  margin: 15px 0 3px;
  line-height: 22px;
}
.related-title a {
  color: #df0024;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  line-height: 22px;
  font-size: 20px;
  font-weight: 500;
}
p.related-byline {
  font-size: 14px;
  line-height: 21px;
  font-family: Archivo, Arial, Helvetica, sans-serif;
}

.custom-lp-header {
  padding-bottom: 8px;
}

.custom-top-lp-footer .footer-social-icon-group {
  display: none;
}

.IE .banner-area{
  display:block;
}

.IE .banner-area h1{
  padding-top:66px;
}

/* 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: 1330px) {
  .footer-logo img {
    width: 200px !important;
    max-width: 200px !important;
  }
}

@media (max-width: 1280px) {
  .body-container-wrapper .page-center{
    padding-left:30px;
    padding-right:30px;
  }
  .blog .body-container-wrapper .page-center{
    padding-left:0px;
    padding-right:0px;
  }
}

@media (max-width: 1236px) {
  .hs-blog-header h1 {
    font-size: 60px;
    line-height: 66px;
  }
}

@media (max-width: 1235px) {
  .header-container-wrapper {
    min-height: 77px;
  }
  .custom-header {
    padding-top: 20px;
    padding-bottom: 19px;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;

    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-open .custom-header{
    padding-bottom:0px;
  }
  .scroll-body .custom-header {
    position: fixed;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
  }
  img.desktop-logo.primary-logo {
    display: none;
  }
  .custom-logo {
    margin: 0;
    padding-left: 30px;
  }
  img.mobile-view-logo {
    display: block;
    width: 115px !important; 
    height: auto !important;
  }
  .custom-logo img {
    width: 115px !important;
    max-width: 115px;
  }
  img.fixed-header-logo {
    display: none !important;
  }
  .custom-header .page-center {
    position: relative;
  }
  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .hs-blog-header h1 {
    font-size: 60px;
    line-height: 66px;
    margin-top: 15px;
    margin-bottom: 14px;
  }
  .custom-lp-header {
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .hs-blog-header h1 {
    font-size: 50.333px;
    line-height: 56px;
    margin-top: 4px;
    margin-bottom: 6px;
  }
}

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

@media (max-width: 856px) {
  .hs-blog-header h1 {
    line-height: 40px;
    font-size: 36.333px;
    margin-top: -5px;
    margin-bottom: 0;
  }
  .blog-listing-wrapper .post-listing .post-item {
    float: left;
    /*width: 50%;*/
    width: 48%;
    width: calc((100% - 30px)/2);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .post-item:nth-child(2n - 2) {
    padding-right: 0 !important;
  }
}

@media (max-width: 800px) {
  .custom-copyright p {
    text-align: center;
  }
  .span3.widget-span.widget-type-custom_widget.custom-right-logo {
    margin: 0;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-contact {
    margin: 0;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 0 34px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-services {
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-about-us {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .span3.widget-span.widget-type-custom_widget.custom-social-icon-logo {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 34px;
  }
  .top-footer-right-side-logo img {
    margin-bottom: 0;
  }
  img.spin-off-img {
    width: 180px;
    margin-bottom: 9px !important;
  }
  .footer-logo img {
    width: 200px !important;
    max-width: 200px !important;
  }
  .hs-blog-header h1 {
    font-size: 31.667px;
    line-height: 35.286px;
  }
  .blog .content-wrapper {
    padding-top: 23px;
  }
  .blog .blog-content {
    width: 100%;
  }
  .blog .blog-sidebar {
    width: 100%;
    float: none;
    margin: 0;
  }
  .banner-area{
    min-height:244px;
  }
  .IE .banner-area h1{
    padding-top:90px;
  }
}

@media (max-width: 799px) {
  .hs-blog-header h1 {
    font-size: 69.869px;
    line-height: 77.854px;
    margin-top: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
  h2 {
    font-size: 28px;
  }
  h1 {
    font-size: 36px;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-contact {
    margin: 0 0 50px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-services {
    margin-bottom: 50px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-about-us {
    margin-bottom: 34px;
  }
  .span3.widget-span.widget-type-custom_widget.custom-social-icon-logo {
    margin-bottom: 50px;
  }
  .hs-blog-header h1 {
    margin-top: 22px;
    margin-bottom: 13px;
    font-size: 65.669px;
    line-height: 73.174px;
  }
}  

@media (max-width: 711px) {
  .hs-blog-header h1 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    float: left;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 640px) {
  .banner-area {
    min-height: 72px;
    background-image: none !important;
  }
  .banner-area h1{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .IE .banner-area h1{
    padding-top:20px;
  }
}

@media (max-width: 630px) {
  .hs-blog-post .blog-content .fusion-social-networks-wrapper {
    text-align: left;
  }
}

@media (max-width: 487px) {
  .related-post-item {
    width: 50%;
  }
  .related-post-item:nth-child(2n - 1) {
    padding-right: 0px !important;
  }
  .related-post-item:last-child {
    padding-left: 0 !important;
  }
}

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

@media (max-width: 479px) {

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

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-blog-header h1{
    font-size: 31.5px;
    line-height: 35.1px;
    margin-top: -2px;
    margin-bottom: 0;
  }
  .custom-media-information p {
    margin-top: 15px;
  }
}

@media (max-width: 420px) {
  .related-post-item {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 799px) {
  a#back-to-top {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    height: 35px;
    position: fixed;
    right: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    z-index: 100000;
    opacity: .9;
  }
  a#back-to-top:before {
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
  }
  a#back-to-top:hover{
    background-color: #f55449;
  }
}

@media (min-width: 1236px) {
  .scroll-body .custom-header {
    position: fixed;
    top: 0;
    z-index: 99999;
    max-width: 100%;
    width: 100%;
    border-bottom: 0;
    right: 0;
    left: 0;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    background-color: #fff;
    transition: all .5s ease-in-out;
  }

  .scroll-body img.desktop-logo.primary-logo {
    display: none;
    transition: all .5s ease-in-out;
  }
  .scroll-body img.fixed-header-logo {
    display: block;
    transition: all .5s ease-in-out;
  }

  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 65px;
    color: #000000;
    transition: all .5s ease-in-out;
  }
  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #df0024;
  }

  .scroll-body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: #df0024;
  }
  .scroll-body .custom-logo {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
    transition: all .5s ease-in-out;
  }

  .scroll-body .custom-lp-header {
    padding-bottom: 0;
  }
}

/* Suscripción newsletter sidebar */
#hs_form_target_module_1540133265971112 > form > div > label {
		display: none !important;
}
#hs_form_target_module_1540133265971112 > form > div > div > ul > li {
		padding: 0 10px 10px 0 !important;
}
#hs_form_target_module_1540133265971112 > form > div > div > ul,
#hs_form_target_module_1540133265971112 > form > div > div > ul > li > label > span,
#hs_form_target_module_1540133265971112 > form > div > div > ul > li > label > span > a {
		font-size: 15px !important;
		line-height: 1.5em !important;
}
#hs_form_target_module_1540133265971112 > form > .hs_submit > div > input {
  	width: 100% !important;
  	background-color: #df0024 !important;
  	border: none !important;
}
#hs_form_target_module_1540133265971112 > form > .hs_submit > div > input:hover {
  	background-color: #000000 !important;
  	border: none !important;
}

/* Increase single post content wrapper width @181220 by Luis */
@media only screen and (min-width: 800px) {
    .blog .blog-content {
        width: 70.66%;
    }
}

/* Button footer */
.button-footer {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgb(204, 79, 64) !important;
  background-origin: padding-box !important;
  border: solid 2px rgb(255, 255, 255) !important;
  border-radius: 25px !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: Archivo, Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  font-stretch: 100% !important;
  font-style: normal !important;
  font-weight: 700 !important;
  height: 47px !important;
  letter-spacing: 1px !important;
  line-height: 17px !important;
  margin-bottom: 0px !important;
  padding: 13px 29px !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: auto !important;
}
.button-footer:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(204, 79, 64) !important;
  border: solid 2px rgb(204, 79, 64) !important;
}

/* Footer colophon */
.footer-colophon__right {
    text-align: center;
}
.footer-colophon__right p {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 13px; 
    font-family: Archivo, Arial, Helvetica, sans-serif;
}
.footer-colophon__image {
    display: inline-block;
    max-width: 120px;
    height: auto;
}
@media screen and (min-width: 768px) {
    .footer-colophon {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-colophon__right {
        text-align: right;
    }
}

/* Vídeo */
@media screen and (max-width: 767px) {
  .video > video {
    width: 100% !important; 
  }
}

/* Webinars thank you page */
.webinar-thank-you {
  background-color: #f5f5f5;
  border-left: solid 5px #df0024; 
  border-radius: 0 20px 20px 0;
  padding: 15px 25px 5px 32px; 
  margin-top: 30px;
  margin-bottom: 20px;
}
.webinar-thank-you > span > div > span > h3 {
  text-transform: uppercase;
  font-size: 23px;
}
.webinar-thank-you > span > div > span > ul {
  padding-inline-start: 20px;
}
.space-contact{
  padding-left: 2em;
}

/*Política de cookies*/
#hs-eu-decline-button, #hs-eu-confirmation-button {
  background-color: #df0024 !important;
  color: #ffffff !important;
}