@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css'); 
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap"%20rel="stylesheet'); 


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/






@font-face {
  font-family: 'Coves-Bold';
   /* font-family: 'Karla-bold';*/
    src: url('https://www.e-dea.co/hubfs/fonts/Karla-Bold.eot');
    src: url('https://www.e-dea.co/hubfs/fonts/Karla-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.e-dea.co/hubfs/fonts/Karla-Bold.woff2') format('woff2'),
        url('https://www.e-dea.co/hubfs/fonts/Karla-Bold.woff') format('woff'),
        url('https://www.e-dea.co/hubfs/fonts/Karla-Bold.svg#Karla-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Coves-Light';
   /* font-family: 'Karla-light';*/
    src: url('https://www.e-dea.co/hubfs/fonts/Karla-Light.eot');
    src: url('https://www.e-dea.co/hubfs/fonts/Karla-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.e-dea.co/hubfs/fonts/Karla-Light.woff2') format('woff2'),
        url('https://www.e-dea.co/hubfs/fonts/Karla-Light.woff') format('woff'),
        url('https://www.e-dea.co/hubfs/fonts/Karla-Light.svg#Karla-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*
@font-face {
  font-family: 'Coves-Light';
  src: url('https://2146248.fs1.hubspotusercontent-na1.net/hubfs/2146248/E-DEA/Coves%20Light.otf');
  src: url('https://2146248.fs1.hubspotusercontent-na1.net/hubfs/2146248/E-DEA/Coves%20Light.otf#iefix')
}

@font-face {
  font-family: 'Coves-Bold';
  src: url('https://2146248.fs1.hubspotusercontent-na1.net/hubfs/2146248/E-DEA/Coves%20Bold.otf');
  src: url('https://2146248.fs1.hubspotusercontent-na1.net/hubfs/2146248/E-DEA/Coves%20Bold.otf#iefix')
}
*/





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





1. Settings
- Globally-available variables and config, macros.


2. Base
- Normalize.css 
- Reset, Element default values


3. Layout
- layout Grid


4. Objects
- Structural, Wrapping and constraining elements


5. Components
- Concrete, implementation-specific piece of UI


6. Utility 
- Helpers
- Utility
- Hacks 

*/





/* ==========================================================================
#Settings
========================================================================== */





/* Variables                                               
============================================================================ */





/* Colors */
     /* gray (Default text color)*/
     /* e-dea Orange */

    
   

    
 
   


/* Typography */
    
 
    
  /* Default text font size */ 
                          


/* Containers */
 





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










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





/* In use is most of Normalize CSS with some modifications */





/* Document
======================================================================== */





/**
* Reset
*/


*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: inherit;
}



/**
* 1. Set font size to 10px ( 16px * 62.5% = 10px)
* 2. Correct the line height in all browsers.
*/


html {
  font-size: 62.5%;   /* 1 */
  line-height: 1.5;               /* 2 */
}





/* Sections
======================================================================== */





/**
* Remove the margin in all browsers.
*/


body {
  font-family: Coves-Light;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  color: #959595;
  overflow-x: hidden;
  margin: 0;
}



/**
* Render the `main` element consistently in IE.
*/


main {
  display: block;
}





/* Typoghraphy
======================================================================== */





h1 {
  font-size: 3.2rem;
  margin: 1.8rem 0;
  font-weight: bold;
}

h2 {
  font-size: 2.8rem;
  margin: 1.5rem 0;
  font-weight: bold;
}

h3 {
  font-size: 2.2rem;
  margin: .5rem 0;
  font-weight: bold;
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .5rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.3rem;
  font-weight: bold;
}

h6 {
  font-size: 1.2rem;
  font-weight: bold;
}




p {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}





/* Grouping content
======================================================================== */





/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/


hr {
  box-sizing: content-box;  /* 1 */
  height: 0;                /* 1 */
  overflow: visible;        /* 2 */
}



/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/


pre {
  font-family: monospace, monospace;  /* 1 */
  font-size: 1em;                     /* 2 */
}





/* Text-level semantics
======================================================================== */





/**
* 1. Remove default underline by text decoration
* 2. Remove the gray background on active links in IE 10.
* 3. Decalre a display of inline-block, to manipulate paddings and marginfs etc...
*/


a:link,
a:visited {
  text-decoration: none;          /* 1 */
  background-color: transparent;  /* 2 */
  display: inline-block;          /* 3 */

}


a:hover,
a:active {

}


/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/


abbr[title] {
  border-bottom: none;                 /* 1 */
  text-decoration: underline;          /* 2 */
  text-decoration: underline dotted;   /* 2 */
}



/**
* 1. Remove default list style type
*/


ol,
ul {

}

li {
  font-size: 18px;
  margin: 1rem;
}



/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

/*
b,
strong {
font-weight: bolder;
font-family: "Coves-Bold"; /* @Fonts bold */
}
*/


/**
* 1. Add the correct font size in all browsers.
*/


small {
  font-size: 80%; /* 1 */
}



/**
* Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/


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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}





/* Embedded content
======================================================================== */





/**
* 1. Sets image width to 100% to fit container
* 2. Corrects white space between the figure element and the image.
* 3. Remove the border on images inside links in IE 10.
*/


img {
  width: 100%;              /*  1 */
  vertical-align: middle;   /* 2 */
  border-style: none;       /* 3 */
}





/* #Forms
======================================================================== */





/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;     /* 1 */
  font-size: 100%;          /* 1 */
  line-height: 1.15;        /* 1 */
  margin: 0;                /* 2 */
}



/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/


button,
input { /* 1 */
  overflow: visible;
}



/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/


button,
select { /* 1 */
  text-transform: none;
}



/**
* Correct the inability to style clickable types in iOS and Safari.
*/


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}



/**
* Remove the inner border and padding in Firefox.
*/


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}



/**
* Restore the focus styles unset by the previous rule.
*/


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}



/**
* Correct the padding in Firefox.
*/


fieldset {
  padding: 0.35em 0.75em 0.625em;
}



/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/


legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}


/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/


progress {
  vertical-align: baseline;
}



/**
* Remove the default vertical scrollbar in IE 10+.
*/


textarea {
  overflow: auto;
}



/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/


[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}



/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/


[type="search"] {
  -webkit-appearance: textfield;  /* 1 */
  outline-offset: -2px;           /* 2 */
}



/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/


::-webkit-file-upload-button {
  -webkit-appearance: button;   /* 1 */
  font: inherit;                /* 2 */
}



/**
* 1. Allows fo styling of the select element if needed
*/


select {
  -webkit-appearance: none;
}










/* ==========================================================================
#Layout Grid 
========================================================================== */





/**
*
* Grid-like layout system.
*
* The layout object provides us with a column-style layout system. This file
* contains the basic structural elements, but classes should be complemented
* with width utilities, for example:
*
*   <div class="o-layout">
*     <div class="o-layout__item u-1of2"></div>
*     <div class="o-layout__item></div>
*     <div class="o-layout__item></div>
*   </div>
*
* The above will create a three-column structure in which the first column 
* will take up half the width of the parent while the other two fill the 
* remaining space
*
*   <div class="o-layout o-layout--full">
*     <div class="o-layout__item">
*        <div class="u-single"></div>
*     </div>
*     <div class="o-layout__item>
*        <div class="u-single"></div>
*    </div>
*     <div class="o-layout__item>
*        <div class="u-single"></div>
*    </div>
*   </div>
*
* The above will create a three column structure where the child divs of the o-layout__item will all have 
* the same height because of the o-layout--full class applying display: flex; the class u-single applies 
* the property flex: 1 1 0%; in order for the child div to take up the full width of its parent 
* (this option is used rather than a decendant class that is placed on the parent 
* affecting all the children at once becuase it creates a specificity issue concerning futre use of the flex property) 
*
*
*
*/





/**
* 1. Flex property
* 2. Specifies the ablity of the flex items to wrap to the next line
* 3. Create default gutters
*/


.o-layout {
  display: flex;        /* 1 */
  flex-wrap: wrap;      /* 2 */

  margin-top: -4rem;    /* 3 */
  margin-right: 0;      /* 3 */
  margin-left: -4rem;   /* 3 */
}



/**
* Child elements
*
* 1. "1"  (the flex grow factor) Assigned to take up the avalable space.
*    "1"  (the flex shrink factor) Assigned to shrink proportionally.
*    "0%"  No width declared.
* 2. Create default gutters
*/


.o-layout__item {
  flex: 1 1 33%;               /* 1 */
  padding: 4rem 0 0 4rem;     /* 2 */
}





/* Gutters Size Modifiers
========================================================================== */





.o-layout--flush {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.o-layout--flush > .o-layout__item {
  padding: 0 0 0 0;
}



.o-layout--tiny {
  margin-top: -1rem;
  margin-right: 0;
  margin-left: -1rem;
}

.o-layout--tiny > .o-layout__item {
  padding: 1rem 0 0 1rem;
}



.o-layout--small {
  margin-top: -2rem;
  margin-right: 0;
  margin-left: -2rem;
}

.o-layout--small > .o-layout__item {
  padding: 2rem 0 0 2rem;
}



.o-layout--large {
  margin-top: -6rem;
  margin-right: 0;
  margin-left: -6rem;
}

.o-layout--large > .o-layout__item {
  padding: 6rem 0 0 6rem;
}



.o-layout--huge {
  margin-top: -8rem;
  margin-right: 0;
  margin-left: -8rem;
}

.o-layout--huge > .o-layout__item {
  padding: 8rem 0 0 8rem;
}


/**
* Separating the margin bottom allows for the exclusion of the last child
* This allows for flush visualization of nested cells
*
*/


.o-layout--flush:not(:last-child) { margin-bottom: 0rem; }
.o-layout--tiny:not(:last-child)  { margin-bottom: 1rem; }
.o-layout--small:not(:last-child) { margin-bottom: 2rem; }
.o-layout--large:not(:last-child) { margin-bottom: 6rem; }
.o-layout--huge:not(:last-child)  { margin-bottom: 8rem; }





/* Flex Grandchild Modifiers
========================================================================== */





/**
*
* 1. By applying display: flex to the item, we create equal columns because of the default stretch
*    given to the flex children. (default - align-items: stretch;) giving them full height.
* 2. To have the flex children fill the container, use the utility class "u-single" on the child item
*    of o-layout__item, when using o-layout--full on the parent.
*/


.o-layout--full > .o-layout__item {
  display: flex;                            
}





/* Vertical Alignment Modifiers: Row
========================================================================== */





.o-layout--top {
  align-items: flex-start;
}

.o-layout--center {
  align-items: center;
}

.o-layout--bottom {
  align-items: flex-end;
}





/* Vertical Alignment Modifiers: Item
========================================================================== */





.o-layout__item--top {
  align-self: flex-start;
}

.o-layout__item--center {
  align-self: center;
}

.o-layout__item--bottom {
  align-self: flex-end;
}





/* Item: flexible Sizing
========================================================================== */





.u-single {
  flex: 1 1 0%;
}

.u-double {
  flex: 2 1 0%;
}

.u-triple {
  flex: 3 1 0%;
}

.u-quadruple {
  flex: 4 1 0%;
}





/* Order Modifiers
========================================================================== */





/**
* Reverse the rendered order of the grid system.
*/


.o-layout--reverse {
  flex-direction: row-reverse;
}


/* Specific Order */



.u-pull {
  order: -100;
}

.u-push {
  order: 100;
}



/* In Order */


.u-first {
  order: -1;
}

.u-second {
  order: 2;
}

.u-third {
  order: 3;
}

.u-fourth {
  order: 4;
}

.u-fifth {
  order: 5;
}





/* Item lenght variants (flex-basis)
========================================================================== */





/* --- Whole -- */

.u-1\/1 { flex: 1 1 100%; }


/* --- Halves ---*/

.u-1\/2 { flex: 1 1 50%; }


/* --- Thirds ---*/

.u-1\/3 { flex: 1 1 33.333%; }
.u-2\/3 { flex: 1 1 66.666%; }


/* --- Quaters ---*/

.u-1\/4 { flex: 1 1 25%; }
.u-2\/4 { flex: 1 1 50%; }
.u-3\/4 { flex: 1 1 75%; }


/* --- Fifths --- */

.u-1\/5 { flex: 1 1 20%; }
.u-2\/5 { flex: 1 1 40%; }
.u-3\/5 { flex: 1 1 60%; }
.u-4\/5 { flex: 1 1 80%; }


/* --- Sixths ---*/

.u-1\/6 { flex: 1 1 16.666%; }
.u-2\/6 { flex: 1 1 33.333%; }
.u-3\/6 { flex: 1 1 50%;     }
.u-4\/6 { flex: 1 1 66.666%; }
.u-5\/6 { flex: 1 1 83.333%; }


/* --- Eighths ---*/

.u-1\/8 { flex: 1 1 12.5%; }
.u-2\/8 { flex: 1 1 25%;   }
.u-3\/8 { flex: 1 1 37.5%; }
.u-4\/8 { flex: 1 1 50%;   }
.u-5\/8 { flex: 1 1 62.5%; }
.u-6\/8 { flex: 1 1 75%;   }
.u-7\/8 { flex: 1 1 87.5%; }


/* --- Tenths ---*/

.u-1\/10 { flex: 1 1 10%; }
.u-2\/10 { flex: 1 1 20%; }
.u-3\/10 { flex: 1 1 30%; }
.u-4\/10 { flex: 1 1 40%; }
.u-5\/10 { flex: 1 1 50%; }
.u-6\/10 { flex: 1 1 60%; }
.u-7\/10 { flex: 1 1 70%; }
.u-8\/10 { flex: 1 1 80%; }
.u-9\/10 { flex: 1 1 90%; }


/* --- Twelfths ---*/


.u-1\/12  { flex: 1 1 8.333%;  }
.u-2\/12  { flex: 1 1 16.666%; }
.u-3\/12  { flex: 1 1 25%;     }
.u-4\/12  { flex: 1 1 33.333%; }
.u-5\/12  { flex: 1 1 41.666%; }
.u-6\/12  { flex: 1 1 50%;     }
.u-7\/12  { flex: 1 1 58.333%; }
.u-8\/12  { flex: 1 1 66.666%; }
.u-9\/12  { flex: 1 1 75%;     }
.u-10\/12 { flex: 1 1 83.333%; }
.u-11\/12 { flex: 1 1 91.666%; }






/* ==========================================================================
#Responsive layout
========================================================================== */





/* ==========================================================================
#Media Query (max-width: 767px)
======================================================================== */




@media screen and (max-width: 767px) {

  .o-layout__item {
    flex: 1 1 100%!important;
  }

}










/* ============================================================================
#Objects
========================================================================== */





/* ============================================================================
#Container
========================================================================== */





/**
* 1. Container sets the maximum width of the page's content
* 2. Create padding for better spacing on responsive
* 3. Hubspot specific
*/
.h-container {
    max-width: 128rem!important;
    margin: 0 auto!important;
    padding: 0 1.5rem!important;
    float: none!important;
}

.container-fluid .row-fluid .o-container {
  max-width: 124rem!important;    /* 1 */
  margin: 0 auto!important;       /* 1 */
  padding: 0 1.5rem!important;      /* 2 */
  float: none!important;          /* 3 */
}


.container-fluid .row-fluid .o-container--post {
  max-width: 80rem;    /* 1 */
  margin: 0 auto;       /* 1 */
  padding: 0 1.5rem;      /* 2 */
  float: none;          /* 3 */
}


.container {
  max-width: 124rem;    /* 1 */
  margin: 0 auto;       /* 1 */
  padding: 0 1.5rem;      /* 2 */
  float: none;          /* 3 */
}



/* ============================================================================
#Flag
========================================================================== */





/**
* The Flag object is a design pattern similar to the media object, however it
* utilises `display: Flex;` to give us control over the vertical
* alignments of the text and image.
*
* http://csswizardry.com/2013/05/the-flag-object/
*
* 1. Allows us to control vertical alignments.
* 2. Give the item a space margin on the right
* 3. Allow body to take available space
* 
* NOTE: 
*  To change width of the element inside the media body use flex properties insted of percentage.
*  The flag item contains the image.
*/





.o-flag {   
  display: flex;                 /* 1 */
  margin: 0 0 .5rem;
  padding: 0 0 .5rem;
}

.o-flag__item {
  padding: 0 4rem 0 0;         /* 2 */
  background-color: red;
}

.o-flag__body {
  flex: 1 1 0%;                /* 3 */
  background-color: blue;
}


/* Size variants
========================================================================== */





.o-flag--flush > .o-flag__item {
  padding: 0 0 0 0;  
}  

.o-flag--tiny > .o-flag__item{
  padding: 0 1rem 0 0;  
}  

.o-flag--small > .o-flag__item {
  padding: 0 2rem 0 0;  
}  

.o-flag--large > .o-flag__item {
  padding: 0 6rem 0 0;  
}  

.o-flag--huge > .o-flag__item{
  padding: 0 8rem 0 0;  
}  





/* Alignment variants
========================================================================== */





/* Parent */

.o-flag--top {
  align-items: flex-start;
}

.o-flag--center {
  align-items: center;
}

.o-flag--bottom {
  align-items: flex-end;
}



/* Children */

.o-flag__item--top,
.o-flag__body--top {
  align-self: flex-start;
}

.o-flag__item--center,
.o-flag__body--center {
  align-self: center;
}

.o-flag__item--bottom,
.o-flag__body--bottom {
  align-self: flex-end;
}



/**
* Reverse the rendered order of the Flag children.
*/


.o-flag--reverse {
  flex-direction: row-reverse;
}

.o-flag--reverse > .o-flag__item {
  padding: 0 0 0 4rem;  
}


/* Size variants
========================================================================== */





.o-flag--reverse.o-flag--flush > .o-flag__item {
  padding: 0 0 0 0;  
}

.o-flag--reverse.o-flag--tiny > .o-flag__item {
  padding: 0 0 0 1rem;  
}

.o-flag--reverse.o-flag--small > .o-flag__item {
  padding: 0 0 0 2rem;  
}

.o-flag--reverse.o-flag--large > .o-flag__item {
  padding: 0 0 0 6rem;  
}

.o-flag--reverse.o-flag--huge > .o-flag__item {
  padding: 0 0 0 8rem;  
}





/* ============================================================================
#Media
========================================================================== */





/**
*
* The Media Object is an image to the left, with descriptive content to the right
* http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
*
* 1. Display child elements side by side
* 2. Allow body to take available space
*
* 3. NOTE: To change the size of the image(or element) use the wrapping of the image (figure)
*/





.o-media {
  overflow: hidden; 
  margin: 1rem; 
}

/* Wrapping around the image */
.o-media__figure{ 
  float: left;
  margin-right: 2rem; 
}

.o-media__image { 
  display: block; 
}


/* Use instead of media figure */
.o-media__reverse { 
  float: right;
  margin-left: 2rem;
}





/* ============================================================================
#Frame
========================================================================== */





/**
*
* The Frame object represents a flexible display gird (common usecase: Image Grid)
*
* 1. Display the frame items horizontally & makes sure they wrap
* 2. The number of images determines the size (flex basis) of the item
*/


.o-frame {        
  display: flex;     /* 1 */
  flex-wrap: wrap;   /* 1 */
}

.o-frame__four {   
  flex: 0 1 25%;   /* 2 */
}

.o-frame__five {   
  flex: 0 1 20%;   /* 2 */
}





/* ==========================================================================
#Box
========================================================================== */





/**
* The box object simply boxes off content. Extend with cosmetic styles in the
* Components layer.
*
* 1. So we can apply the `.o-box` class to naturally-inline elements.
*/


.o-box {
  display: block;     /* 1 */
  padding: 20px 40px;
}

.o-box:last-child {
  margin-bottom: 0;
}

.o-box .widget-type-space{
  visibility: visible;
}

#form-anchor{

}
div#hs_form_target_module_1582903715988132{
  position: absolute;
  /*position: relative;*/
  top: 128px;
  max-width: 508px;
  z-index: 2 !important;

  background-color: #333;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
}

/*
@media(min-width: 900px){
div#hs_form_target_module_1582903715988132{
display: none;
}
}
*/
@media(max-width: 900px){
  .banner_blog{
    height: auto!important; 
  }
  .form-top form{
    display: none;
  }
  div#hs_form_target_module_1582903715988132{
    position: relative;
    top: 0;
  }
  .content_text{
    width: 100%;
    padding: 50px 10px 50px 20px;
  }
  .o-box{
    margin-top: 40px;
    padding: 0px!important;
  }
  .banner_blog .content_banner p {
    font-size: 27px;
  }
  .banner_blog .content_banner h1{
    font-size: 38px;
  }
  #form-anchor{
    margin-top:0%;
  }
}

body .hs-form-field>label {
  font-size: 1.4rem!important;
}

/* Size variants
========================================================================== */





.o-box--flush {
  padding: 0;
}

.o-box--tiny {
  padding: 1rem;
}

.o-box--small {
  padding: 2rem;
}

.o-box--large {
  padding: 6rem;
}

.o-box--huge {
  padding: 8rem;
}






/* Responsive variants
========================================================================== */



@media screen and (max-width: 767px) {



  #form-anchor{
    margin-top:0%;
  }

  .o-box\@mobile  {
    display: block;    
    padding: 4rem;
  }

  .o-box--flush\@mobile {
    padding: 0;
  }

  .o-box--tiny\@mobile {
    padding: 1rem;
  }

  .o-box--small\@mobile {
    padding: 2rem;
  }

  .o-box--large\@mobile {
    padding: 6rem;
  }

  .o-box--huge\@mobile {
    padding: 8rem;
  }





}

/* ==========================================================================
#Block
========================================================================== */

/**
* Stacked image-with-text object. A simple abstraction to cover a very commonly
* occurring design pattern.
*
* 1. The image goes first, on top of the block 
* 2. Size variant go on the o-block element
* 3. The text goes second, at the bottom of the block.
*
*/


.o-block {
  display: block;
  text-align: center;
}

.o-block__img {           /* 1 */
  margin-bottom: 4rem;
}

/* Size variants
====================================================================== */   /* 2 */

.o-block--flush {
  margin-bottom: 0;
}

.o-block--tiny {
  margin-bottom: 1rem;
}

.o-block--small {
  margin-bottom: 2rem;
}

.o-block--large {
  margin-bottom: 6rem;
}

.o-block--huge {
  margin-bottom: 8rem;
}


.o-block__body {
  display: block;       /* 2 */
}


/* Alignment variants
========================================================================== */


.o-block--right {
  text-align: right;
}

.o-block--left {
  text-align: left;
}



/* ==========================================================================
#Components 
======================================================================== */

/**
* c-image-wrapper is used in the tab component. .withSmallImage class is used as a hook to manipulate the size of the feature image
*
* 1. Change size of image
* 2. Center Image
*
*/

.withSmallImage .c-image-wrapper {
  width: 10%;
  margin: 4rem auto 1rem auto;
}

/* ==========================================================================
#Button
======================================================================== */


/**
*
* 1. Allow the use of style box model properties.
* 2. Line up different sized buttons.
* 3. Make buttons inherit font styles (often necessary when styling `input`s as
*    buttons).
* 4. Reset/normalize some styles.
* 5. Force all button-styled elements to appear clickable.
*
*/


.c-button {
  display: inline-block;      /* 1 */
  vertical-align: middle;     /* 2 */
  font: inherit;              /* 3 */
  margin: 0;                  /* 4 */
  text-decoration: none;      /* 4 */
  cursor: pointer;            /* 5 */
  padding: 1rem 6rem;
  transition: .1s;
  border-radius: 5rem;
}


/* Style variants
========================================================================== */


.c-button--primary:link,
.c-button--primary:visited {
  background-color: #FF9900;
  border: 1px solid #FF9900;
  color: #fff;
}

.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:focus {

}



.c-button--secondary:link,
.c-button--secondary:visited {

}

.c-button--secondary:hover,
.c-button--secondary:active,
.c-button--secondary:focus {

}



.c-button--tertiary:link,
.c-button--tertiary:visited {

}

.c-button--tertiary:hover,
.c-button--tertiary:active,
.c-button--tertiary:focus {

}


/* Size variants
========================================================================== */


.c-button--small {
  padding: 1rem 2rem;
}

.c-button--large {
  padding: 2rem 6rem;
}


/* Width variants
========================================================================== */


.c-button--whole {
  text-align: center;
  width: 100%;
}


/* Ghost buttons
========================================================================== */


/**
* Ghost buttons have see-through backgrounds and are bordered.
*/


.c-button--ghost:link, 
.c-button--ghost:visited {
  border: 1px solid #fff;
  color: #fff;
}

.c-button--ghost:hover,
.c-button--ghost:active,
.c-button--ghost:focus {
  background-color: #fff;
  color: #fff;
}


/* ==========================================================================
#Print
======================================================================== */




/**
* **Hubspot Specific Component
* 1. c-print serves as a hook that dicteates the style of the elements inside a rich text module
*
*/


.c-print .widget-type-rich_text{
  padding: 5%;
}

.c-print h1 {
  font-size: 4rem;
  color: #FF9900;
}

.c-print h2 {
  font-size: 3.5rem;
  color: #FF9900;
  line-height: 1.3;
}

.c-print h3 {
  font-size: 3rem;
}

.c-print p {
  font-size: 2.5rem;
}

.c-print ul {
  font-size: 1.5rem;
}

.c-print a {
  color: #FF9900;
}

.c-print .hs-cta-wrapper {
  display: inline-block;
  margin: 2.5rem auto;
}


/* ============================================================================
#Utility 
========================================================================== */


/* Gives item 100% width */
.u-whole {
  width: 100%;
}

.u-three-quaters {
  width: 75%;
}

.u-65 {
  width: 65%;
}

.u-half {
  width: 50%;
}

.u-quater {
  width: 25%;
}



.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-BG--center {
  background-position: bottom center!important;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position-x: 25%!important; */
}

.BG-rich-text {
  background-image: url("https://www.e-dea.co/hubfs/E-DEA%20Redesign/Grupo%201172.png");
  background-repeat: no-repeat;
  background-size: cover;
}


/**
* **Hubspot Specific Utility
* 1. hubspot columns have a default gutter. this class will delete the gutter.
* 2. This is use on a two column setup
*
*/

@media screen and (min-width: 767px) {
  .u-hs-flush-span {
    width: 50% !important;
    margin: 0 !important;
  }
}



.u-hs-equal-columns .row-fluid-wrapper .row-fluid {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-hs-equal-columns .row-fluid-wrapper .row-fluid {
    display: initial;
  }
}


/* ============================================================================
#Clearfix
========================================================================== */


/**
* For certain browsers
*
* 1. The space content is one way to avoid an Opera bug when the contenteditable
*    attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
*
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/


.u-clearfix:before,
.u-clearfix:after {
  content: "";
  display: table;
}

.u-clearfix:after {
  clear: both;
}



/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/


.u-clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/* ==========================================================================
#Hide
========================================================================== */


.u-hide { 
  display: none !important; 
}


/**
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/


.u-hide--visually { 
  visibility: hidden !important; 
}


/* ============================================================================
#Colors
========================================================================== */


.u-color--white {
  color: #fff;
}

.u-color--primary {
  color: #FF9900;
}

.u-color--secondary {
  color: #fff;
}


.u-BG--colorPrimary { 
  background-color:  #FF9900;
}

.u-BG--colorSecondary { 
  background-color:  #fff;  
}

.u-BG--colorWhite { 
  background-color:  #fff;  
}



.u-BG--white {
  background-color: #fff;  
}

.u-BG--accentColorOne {
  background-color:  #FAFAFA;  
}

.u-BG--accentColorTwo {
  background-color:  #333333;  
}

.u-BG--accentColorThree {
  background-color:  #868686;  
}

div#form-anchor select {
  background-color: white;
}

/* ============================================================================
#Text 
========================================================================== */


/* Weight variations
========================================================================== */


.u-bold {
  font-weight: bold;
}

.u-light {
  font-weight: 100;
}



/* Transform variations
========================================================================== */





.u-uppercase { 
  text-transform: uppercase; 
}

.u-lowercase {
  text-transform: lowercase;
}

.u-capitalize{
  text-transform: capitalize;
}





/* Allignment variants
========================================================================== */





.u-align--center { 
  text-align: center; 
}

.u-align--left {
  text-align: left; 
}

.u-align--right { 
  text-align: right; 
}






.u-copy,
.u-copy p {
  font-size: 1.4rem;
}

/* Size variants
========================================================================== */

.u-copy--tiny,
.u-copy--tiny p {
  font-size: 1rem;
}

.u-copy--small,
.u-copy--small p {
  font-size: 1.2rem;
}

.u-copy--large,
.u-copy--large p {
  font-size: 1.6rem!important;
}

.u-copy--huge,
.u-copy--huge p {
  font-size: 2rem;
}





/* ============================================================================
#Spacing 
========================================================================== */





.u-PY {
  padding: 4% 0; 
}

/* Size variants
========================================================================== */

.u-PY--tiny {
  padding: 1% 0; 
}

.u-PY--small {
  padding: 2% 0; 
}

.u-PY--large {
  padding: 8% 0; 
}

.u-PY--huge {
  padding: 10% 0; 
}








.u-MF {
  margin: 0; 
}








.u-MY { 
  margin: 4% 0; 
}


/* Size variants
========================================================================== */

.u-MY--tiny {
  margin: 1% 0; 
}

.u-MY--small {
  margin: 2% 0; 
}

.u-MY--large {
  margin: 8% 0; 
}

.u-MY--huge {
  margin: 10% 0; 
}







/* Mobile Variants
========================================================================== */



@media screen and (max-width: 767px) {

  .u-MY\@mobile { 
    margin: 4% 0; 
  }

  .u-MY--flush\@mobile { 
    margin: 0; 
  }

  .u-MY--tiny\@mobile {
    margin: 0 1%; 
  }

  .u-MY--small\@mobile  {
    margin: 0 2%; 
  }

  .u-MY--large\@mobile  {
    margin: 0 8%; 
  }

  .u-MY--huge\@mobile  {
    margin: 0 10%; 
  }

}













.u-MX { 
  margin: 0 4%; 
}

/* Size variants
========================================================================== */


.u-MX--flush{ 
  margin: 0; 
}

.u-MX--tiny {
  margin: 0 1%; 
}

.u-MX--small {
  margin: 0 2%; 
}

.u-MX--large {
  margin: 0 8%; 
}

.u-MX--huge {
  margin: 0 15%; 
}





/* Mobile Variants
========================================================================== */



@media screen and (max-width: 767px) {


  .u-MX\@mobile  { 
    margin: 0 4%; 
  }

  .u-MX--flush\@mobile { 
    margin: 0; 
  }

  .u-MX--tiny\@mobile {
    margin: 0 1%; 
  }

  .u-MX--small\@mobile  {
    margin: 0 2%; 
  }

  .u-MX--large\@mobile  {
    margin: 0 8%; 
  }

  .u-MX--huge\@mobile  {
    margin: 0 10%; 
  }

}




.u-MA {
  margin: auto;
}


/* Direction variants
========================================================================== */


.u-MTA {
  margin-top: auto;
}

.u-MBA {
  margin-bottom: auto;
}

.u-MRA {
  margin-right: auto;
}

.u-MLA {
  margin-left: auto;
}





/* ============================================================================
#Flex 
========================================================================== */





/**
*
* Center only child
*
* 1. (Experimental: this will give the item full height of the parent so the flex center works)
*/


.u-center{
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */             /* 1 */
}




/**
*
* 1. Justify properties
*/


.u-justify--start   { justify-content: start; }
.u-justify--center  { justify-content: center; }
.u-justify--end     { justify-content: end; }

.u-justify--between { justify-content: space-between; }
.u-justify--around  { justify-content: space-around; }





/* ============================================================================
#Fit
========================================================================== */





/**
*
* Fit
*
* 1. Gives image width and height 100% so that on responsive it does not distort
* 2. Fixes the distortion of the image created by the height
*/


.u-fit {
  width: 100%;           /* 1 */
  height: 100%;          /* 1 */
  object-fit: cover;     /* 2 */
}

/* ============================================================================
#HOTFIX
========================================================================== */


a#cta_button_1924294_7e0b3741-ddff-46f8-9dd8-5e96ae82f2ee:hover {
  color: #FF9900;
}


/* ==========================================================================
#Blog
========================================================================== */


.c-tab {
  display: flex;
  flex-direction: column;
  transition: all .4s;
}

.c-tab:hover {
  transform: translateY(-15px) scale(1.01);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.blogImage {
  background-size: cover;
  background-position: center center;
}

.topic-link {
  color: #959595;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.topic-link:hover {
  color: #FF9900;
}

.previous-posts-link,
.next-posts-link {
  color: #FFF;
  background-color:#FF9900 !important;
  padding: 10px 40px;
  transition: .4s;
  font-size: 2rem;
  margin: 0 1rem;
}


.feature-post .topic-link {
  font-size: 1.5rem;
}


/* #Blog Article (interna)
========================================================================== */


.post-body img {
  max-width: 100% ; 
  display: block;
  width: 100% ;
  object-fit: cover;
}


@media (max-width: 767px) {

  .post-header h1 {
    font-size: 3rem !important;
  }

}


/* #Blog Article (post)
========================================================================== */


.post-header h1 {
  color: #F57C00;
  font-size: 45px !important;
  font-family: 'Lato', sans-serif;
}

.post-body-interna h2 {
  color: #F57C00;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.post-body-interna h3 {
  color: #404040;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin: 2rem 0;
}

.post-body-interna p,
.post-body-interna  ul, 
.post-body-interna  ol {
  font-size: 18px;
  margin: 1rem 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #606060;
  line-height: 1.7;
}

.post-body-interna .entradilla  {
  color: #818285;
  text-align: center;
  position: relative;
  padding: 5%;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 60px;
}

.post-body-interna .entradilla::after  {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: "";
  background-color: #f57c00;
  height: 5px;
  width: 100px;
  transform: translateX(-50%);
}

.post-body-interna ul {
  list-style-image: url('https://www.e-dea.co/hubfs/E-dea/Elipse%201.svg');
}

.post-body-interna li {
  padding-left: 20px;
}


.post-body-interna strong {
  font-weight: bold;
}

.post-body-interna .fondo {
  color: #fff;
  background-color: #CBCCD0;
  padding: 5px;
}

.post-body-interna blockquote {  
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 5%;
  max-width: 700px;
  font-size: 30px;
  font-style: italic;
  color: #F57C00;
  background-color: #FAFAFA;
  border-left: 4px solid #323648;
}


.post-body-interna div:not(#hs_cos_wrapper_post_body) {  
  color: #323648;
  text-align: center;
  font-style: italic;
  font-size: 30px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
}


.post-body-interna .cita {
  color: #323648; 
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-style: italic;
  font-size: 30px;
  background-image: url('https://www.e-dea.co/hubfs/E-dea/Grupo%20532-1.svg');
  background-repeat: no-repeat;
  padding-left: 70px;
}


.post-body-interna .autor {
  color: #F57C00;
  font-style: italic;
  display: block;
}

.post-body-interna .capitular:first-letter {
  color: #F57C00;
  font-size: 65px;
  float: left;
  line-height: 1;
  padding-right: 5px;
}

.post-body-interna .cifra {
  text-align: center;
  color: #F57C00 !important;
  font-weight: 300 !important;
  font-size: 50px !important;
  line-height: 1.2 !important;
  max-width: 700px;
  margin: 0 auto !important;
  margin-bottom: 60px !important; 
}


.post-body-interna .pie {
  color: #606060;
  font-weight: 300;
  font-size: 13px;
}


.post-body-interna a {
  text-decoration: underline;
  font-size: 18px;
  color: #404040;
}


.imagen-destacada {
  display: block;
  height: 70vh;
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-section-wrapper {
  margin-top: -200px;
  background: white;
  padding: 5%;
}



@media (max-width: 767px) {
  .post-body-interna .entradilla {
    padding: 2%;
  }

  .post-header h1 {
    font-size: 35px !important;
  }

  .post-body-interna p {
    font-size: 16px;
  }

  .post-body-interna blockquote {
    font-size: 25px
  }

  .post-body-interna div {
    font-size:  25px;
  }

  .post-body-interna .cita {
    font-size:  25px;
  }

  .post-body-interna .cifra{
    font-size: 30px 1important;
  }

}


/* ==========================================================================
#Unique pages                                              
========================================================================== */


/* ==========================================================================
#Home
========================================================================== */


/* Style small icons in the footer */
.icon--small {
  color: #FF9900;
  width: 2rem;
  margin-right: 1rem;
}



.footer p {
  font-size: 20px;
}



/* #Header
========================================================================== */
.top-menu{
    text-align: right;
}
.top-menu a {
    color: #8B8B8B;
      font-size: 16px;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding-left: 0px !important;
}
.h-container .movil-menu {
    display: none;
}

.c-header {
  background-color: #fff;
  width: 100% !important;
  z-index: 99 !important;
      margin-top: -15px;
}


.header-container,
.shadow--default {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}


.header-container .hs_cos_wrapper_type_logo {
  position: relative;
  top: 10px;
}

@media screen and (max-width: 767px) {


  /**
  *
  * Align Logo to the center
  * 1. Align logo to the center on responsive do that is is on par with the burguer menu
  * 
  */

  .header-container .hs_cos_wrapper_type_logo {
    position: relative;
    top: 30px;
  }
    .top-bar{
    display:none !important;
}
  .h-container .movil-menu {
    display: block;
}
  .h-container .desktop-menu {
    display: none;
}
}


/* #Hero
========================================================================== */


.title--primary h1 {
  font-size: 3rem;
  margin: .5rem;
}

.title--secondary h2 {
  font-size: 4rem;
  font-family: Coves-Bold;
  margin: .5rem;
}

.c-hero__copy p {
  font-size: 30px;
}



.footer-terms {
  color: #fff;
}


/* #Misc
========================================================================== */


.h2 {
  font-size: 4rem;
  color: #FF9900
}

.h3 {
  font-size: 2.5rem;
  color: #FF9900
}

/* Negatie margin top */
.u-NMT {
  margin-top: -6rem;
}


/**
*
* Use in tandom with Background color utility class to color the spacer,
* Use in tandom with margin utility clases to align spacer 
* 
* Example:
* <div class="line-spacer u-BG--colorPrimary u-MA">&nbsp;</div>
*
*/

.line-spacer {
  width: 6rem;
  height: 3px;
}




/* ==========================================================================
#Landing page
========================================================================== */



@media (max-width: 767px) {

  /* On mobile the logo overflows the header, this pulls it back up */
  .logo-landing img {

  }

}


/* ==========================================================================
#Page: Product
========================================================================== */



.c-RT-check li {
  background-image: url("https://www.e-dea.co/hubfs/E-DEA%20Redesign/component_check.png");
  background-repeat: no-repeat;
  list-style-type: none;  
  padding-left: 30px;
}






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





            /* Set ul background color */
     /* Set child ul background color */
            /* Set li background Color */
     /* Set li background Color Hover */
            /* Set link Color */
        /* Set link Color */
            /* Set link Hover Color */

 /* Set gradient*/





/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#959595;
  font-size: 18px!important;
}

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



/* Style for "Contacto" Button */
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
  color: #FFF;
  /*background: linear-gradient(to left, #ffa000, #f98d00, #e65100);*/
  background-color:#FF9900;
  border-radius: 50px;
  padding: 10px 40px;
  transition: .4s;
  font-weight: bold;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
  background-position: 135px;
  transform: translateY(-1.5px) scale(1.01);
}




/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background:#FF9900;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
  background: linear-gradient(to left, #ffa000, #f98d00, #e65100);;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#FFF;
  font-size: 1.6rem!important;
}

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

/* GrandChild List (Third level)*/

.custom-menu-primary .hs-menu-wrapper > ul ul ul{
  left: -16em!important;
  min-width: 16em!important;
  max-height: 80vh;
  overflow-y: scroll;
}



/* Align main navigation to the right */
.custom-menu-primary  .hs-menu-wrapper {
  text-align: right;
}

/* Align main navigation children items back to the left (It is affected by the alignment done above) */
.custom-menu-primary  .hs-menu-children-wrapper {
  text-align: initial;
}




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


/* Scrollbar Styling */
.custom-menu-primary ::-webkit-scrollbar {
    width: 10px;
}
 
.custom-menu-primary ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.custom-menu-primary ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

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

}





/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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


@media (max-width: 767px){

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */





  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this 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:#ffffff;
  }


  /* Style for "Contacto" Button in responsive */
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    border-radius: 0;
    padding: 0 10px;
  }




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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -15px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #FF9900;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FF9900; 
  }

  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #FF9900; 
    border-color: transparent;
  }

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


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #FF9900; /* Icon color */
    display: inline-block;
  }

  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }

  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:hover{
    text-decoration: none;
  }

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }

  .child-trigger i:after{
    position: absolute;
    content: '';
  }

  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }

  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 40px; /* Makes room for button */
    margin: 1px 0 1px 0;
  }


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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color:#FF9900; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }


  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }




  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }




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

}


/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

.form-title {
  text-align: center;
  font-size: 2rem;
  margin: 2rem;
}

/* Form Field */
body .hs-form-field {
  margin: .5rem 0;
}

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


/* Labels */
body label {}
body .hs-form-field > label {
  font-size: 2rem;
}

/* 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 {
  width: 100% !important;
  font-family: Coves-Light;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 10rem;
  border: 2px solid transparent;
}

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 {
  border: 2px solid #FF9900;
  outline: 0;
}

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

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

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

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

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


/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  /* color: #555;
  opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
  /* color: #555;
  opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
  /* color: #555;
  opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
  /* color: #555;
  opacity: 1; */
}


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

.legal-consent-container a {
  color: #FF9900
}

.legal-consent-container p{
  line-height: 1.1;
}

.input input {
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  border-radius: inherit;
}



/* Form Module
========================================================================== */

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select { }

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

/* Error */
body .hs-common-error-message {
  color: red !important;
}

.hs-error-msgs {
  color: #FF9900;
  font-size: 1.6rem;
  padding: 0!important;
}

.hs-error-msgs li{
  font-size: 12px!important;
  margin: 0;
}

/* Blog Subscription Form
========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label { display: none;} /* Hide asterisk */
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] { 
  border: none;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
}
#hs_form_target_blog_subscription .hs-field-desc {
  font-size: 2rem;
}

#hs_form_target_blog_subscription .hs-postlisting-item a {
  font-size: 1.35rem;
  margin: .5rem 0;
  color: #959595;
  transition: all .3s;
}

#hs_form_target_blog_subscription .hs-postlisting-item a:hover {
  color: #FF9900;
}


#hs_form_target_blog_subscription input[type="email"]:focus {
  border: 2px solid #FF9900;
  outline: 0;
}

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
Buttons                                              
========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Coves-Light;
  font-size: 2rem;
  text-decoration: none !important;
  display: inline-block;


  background-color: #FF9900;
  border: 1px solid #FF9900;
  padding: 1rem 6rem;
  border-radius: 5rem;
  color: #fff;
  margin: 0;
}

.hs-submit {
  text-align: center;
}

.form-anchor-cta {
  cursor: pointer;
  font-family: Coves-Light !important;
  font-size: 2rem !important;
  text-decoration: none !important;
  display: inline-block !important;


  background-color: #FF9900 !important;
  border: 1px solid #FF9900  !important;
  padding: 1rem 6rem !important;
  border-radius: 5rem !important;
  color: #fff !important;
  margin: 3rem auto  !important;
}

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

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


/* CTA Buttons
========================================================================== */

/** 
* Override global CTA styles by wrapping the CTA module in a module group 
* that has an ID, and use that ID to prefix your CTA selector. Example shown below.
*
* All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}









/* ==========================================================================
Responsive  menucito jd                                    
========================================================================== */


@media (max-width: 767px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow-y: scroll !important;
    height: 86vh !important;
  }
  
  /* Scrollbar Styling */
  .custom-menu-primary ::-webkit-scrollbar {
    width: 2px;
  }

  .custom-menu-primary ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }

  .custom-menu-primary ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #6d6d6d; 
  }
}





/* ==========================================================================
Max-width: 425px                                        
========================================================================== */


@media screen and (max-width: 425px) {

  html {
    font-size: 52.5%;   
  }

  .hs-blog-social-share {
    height: auto;
  }

  .hs-blog-social-share ul li {
    float: none !important;
  }


}


.content_search{
  display: table;
  position: relative;
  width: 100%;
  padding: 20px 40px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  background-color: white;
  margin-bottom: 15px;
}

.content_search .hs-search-field__input{
  border: none;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  border-radius: 30px!important;
  background-color: white;
}

.resultados #hsresults .hs-search-results__title{
  color: #f90;
}


.submitted-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 266px;
  font-size: 24px;
  max-width: 564px;
  background-color: #333;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
}


/*** FIX MENU  2020/04/07 ***/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 10px 20px!important;
}

/*
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
background-position: 190px;
}*/

.footer.white-text * {
    color: #fff;
}
.footer.white-text h2 {
    font-size: 2rem!important;
}
.footer.white-text p{
    font-size: 1.5rem!important;
  text-align:left;
}
.footer.white-text img {
    margin-right: 10px;
  vertical-align: inherit;
}
.footer.white-text .img-inline .row-fluid {
    display: flex;
}
.footer.white-text .img-inline .row-fluid .span2 {
    width: 35px;
}