/** Font family **/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,500');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,500,700');
/*** Bootstrap ***/
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');
/*** Font Awesome ***/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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




/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
   ========================================================================== */








/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */
/* Brand color */










/** Button **/




/** Button Gradient **/




 /** Post item overlay **/



/** Footer Background **/




/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
/* Brand color 1 */
.site-brand .brand-clr1 {
  color: rgba(33, 63, 120, 1);
}
.site-brand .bg-brand-clr1 {
  background-color: rgba(33, 63, 120, 1);
}
.site-brand .bg-brand-clr1-lite {
  background-color: rgba(0, 41, 115, 0.03);
}
/* Border */
.site-brand .border-brand-clr1 {
  border-color: rgba(33, 63, 120, 1);
}
/* Brand color 2 */
.site-brand .brand-clr2 {
  color: rgba(40, 111, 183, 1);
}
.site-brand .bg-brand-clr2 {
  background-color: rgba(40, 111, 183, 1);
}
.site-brand .bg-brand-clr2-lite {
  background-color: rgba(230, 57, 217, 0.03);
}
.site-brand .border-brand-clr2 {
  border-color: rgba(40, 111, 183, 1);
}
/* Brand color 3 */
.site-brand .brand-clr3 {
  color: rgba(48, 188, 177, 1);
}
.site-brand .bg-brand-clr3 {
  background-color: rgba(48, 188, 177, 1);
}
.site-brand .bg-brand-clr3-lite {
  background-color: rgba(103, 19, 194, 0.03);
}
.site-brand .border-brand-clr3 {
  border-color: rgba(48, 188, 177, 1);
}
/* Gradient */
.site-brand .brand-gradient {
  background-color: #286fb7;
  background-image: linear-gradient(180deg,#286fb7, #30bcb1);
}
.site-brand a.brand-gradient:hover {
  background-color: #286fb7;
}
.site-brand a.brand-btn,
.site-brand .brand-btn .hs-button {
  background-color: rgba(230, 57, 217, 1);
  color: #fff;
}
.site-brand a.box-brand-btn {
  background-color: rgba(230, 57, 217, 1);
  color: #fff;
  padding: 10px 30px;
  outline: 0 none;
  border: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.site-brand a.box-brand-btn:hover {
  background-color: #56b0e4;
  color: #fff;
  text-decoration: none;
}
.site-brand a.brand-gradient-btn,
.site-brand .brand-gradient-btn .hs-button {
  background-color: rgba(245, 130, 32, 1);
  background-image: linear-gradient(180deg,rgba(245, 130, 32, 1), rgba(242, 102, 92, 1));
  color: #fff;
}
/* Overlay */
.site-brand .brand-overlay {
    background-image: linear-gradient(180deg,rgba(187,0,255,0.05),#020b1b66,#01348b);
}
/* Heading */
h2.h2-brand,
.h2-brand h2{
    color: rgba(48, 188, 177, 1);
}
a.a-brand,
.a-brand a{
    color: rgba(48, 188, 177, 1);
}
iframe.hs-responsive-embed-iframe {
   height: 400px;
}
@media(max-width: 767px){
  iframe.hs-responsive-embed-iframe {
     height: 200px;
  }
}
/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: 'Source Sans Pro', serif;
  font-size: 14px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 991px;
  margin: 0 auto;
}

a { color: rgba(33, 63, 120, 1); }
a:hover, a:focus { color: rgba(40, 111, 183, 1); }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

/* ==========================================================================
   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 {
  font-weight: 700;
}
h4, h5, h6 {
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}


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

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





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


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

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




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


.header-container-wrapper {}
.header-container {}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}




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


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


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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


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




/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





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

/* Imagem fundo menu */

.row.box-grid--nopadd {
  background-image: url("https://cdn2.hubspot.net/hubfs/5257088/Blog/blog_temp/banner_menu_blog4.png");
}

.box-logo.true {
  float: right;
}

@media (max-width: 400px) {
.row.box-grid--nopadd {
  background-position: -268px 1px;
  height: 73px !important;
  background-color:  rgb(33,63,120);
  }
  
  .mobile-trigger {
    background: rgb(33,63,120);  
}
}

/* Fim imagem fundo menu */ 



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

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

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

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


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.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 {}

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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




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


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

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

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

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

/* 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%;
  font-family: 'Source Sans Pro', serif;
  font-size: 14px;
}

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

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


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


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


/* 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: 'Source Sans Pro', serif;
  font-size: 14px;
  text-decoration: none !important;
  background-color: #1e4392;
  color: white;
  border:0;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  background-color: #56b0e4;
  color: white;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
  background-color: #56b0e4;
  color: white;
}

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

.hs_cos_wrapper_type_form .hs-button.primary.large {
    background: #e639d9;
    color: white;
    -webkit-appearance: button-bevel;
    border-radius: 4px;
    padding: 5px 20px;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background: #56b0e4;
}
.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 {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 



/*** override bootstrap ***/
body .container-fluid {
  padding: 0;
}
.container-fluid .row-fluid .container {
    float: none;
    margin: 0 auto;
}
@media(max-width: 1259px) and (min-width: 1060px) {
  [class*="col-"].box-col-mds-6,
  .box-col-mds-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  [class*="col-"].box-col-mds-4
  .box-col-mds-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media(max-width: 1059px) and (min-width: 768px) {
  [class*="col-"].box-col-mdxs-6,
  .box-col-mdxs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  [class*="col-"].box-col-mdxs-12,
  .box-col-mdxs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  margin: 0 auto;
  /*max-width: 76em;*/
}
.nopadd [class*="col-"]{
    padding:0;
}
/*** Grid ***/
/************/
.box-grid-section {
  padding: 6em 4em;
}
.container.box-container--xtiny {
  max-width: 330px;
}
.container.box-container--tiny {
  max-width: 479px;
}
.container.box-container--xsmall {
  max-width: 767px;
}
.container.box-container--small {
  max-width: 880px;
}
.container.box-container--xmedium {
  max-width: 991px;
}
.container.box-container--medium {
  max-width: 1080px;
}
.container.box-container--large {
  max-width: 1259px;
}
.container.box-container--full {
  max-width: 100%;
}

.container-fluid .row-fluid .box-grid-container {
    max-width: 991px;
    margin: 0 auto;
    float: none;
}
.container-fluid .row-fluid .box-grid-section-full .box-grid-container{
  max-width: 100%;
}
[class*="box-grid-static-"],
[class*="box-grid-auto-"] {
  /* Grid Fallback */
  display: flex;
  flex-wrap: wrap;
  
  /* Supports Grid */
  display: grid;
  grid-auto-rows: minmax(100px, auto);
}
/*** Box items ***/ 
.box-grid--item {
  position: relative;
  word-break: break-word;
  padding: 1.5em;
  /* Demo-Specific Styles */
  display: flex;
  align-items: normal;
  justify-content: left;
 
  /* Flex Fallback */
  flex: 1 1 200px;
}
.box-grid--nopadd .box-grid--item{
	padding:0;
}
.box-grid--gap {
  /* Supports Grid */
  grid-gap: 1em;
}
.box-grid--gap .box-grid--item{
  /* Flex Fallback */
  margin: 15px;
}
.box-grid--gap-xs { grid-gap: .6em; }
.box-grid--gap-xs .box-grid--item{ margin: 10px; }

.box-grid--gap-s { grid-gap: 1.5em; }
.box-grid--gap-s .box-grid--item{ margin: 20px; }

.box-grid--gap-m { grid-gap: 2em; }
.box-grid--gap-m .box-grid--item{ margin: 30px; }

.box-grid--gap-l { grid-gap: 2.5em; }
.box-grid--gap-l .box-grid--item{ margin: 40px; }

.box-grid--gap-xl { grid-gap: 3em; }
.box-grid--gap-xl .box-grid--item{ margin: 50px; }

/*** Box grid statics ***/
.box-grid-static-1 { grid-template-columns: 1fr;}
.box-grid-static-2 { grid-template-columns: 1fr 1fr;}
.box-grid-static-3 { grid-template-columns: 1fr 1fr 1fr;}
.box-grid-static-4 { grid-template-columns: 1fr 1fr 1fr 1fr;}   
.box-grid-static-5 { grid-template-columns: repeat(5, 1fr)}
.box-grid-static-6 { grid-template-columns: repeat(6, 1fr)}
.box-grid-static-7 { grid-template-columns: repeat(7, 1fr)}
.box-grid-static-8 { grid-template-columns: repeat(8, 1fr)}
.box-grid-static-9 { grid-template-columns: repeat(9, 1fr)}
.box-grid-static-10 { grid-template-columns: repeat(10, 1fr)}
.box-grid-static-11 { grid-template-columns: repeat(11, 1fr)}
.box-grid-static-12 { grid-template-columns: repeat(12, 1fr)}
/*** Box auto +/- columns ***/ 
.box-grid-auto-plusminus-2 { grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)) }
.box-grid-auto-plusminus-3 { grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)) }
.box-grid-auto-plusminus-4 { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) }
.box-grid-auto-plusminus-5 { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) }
.box-grid-auto-plusminus-6 { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) }
.box-grid-auto-plusminus-7 { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) }
.box-grid-auto-plusminus-8 { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) }
.box-grid-auto-plusminus-9 { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)) }
/** Position box grid position **/
.box-grid--center .box-grid--item,
.box-grid--item.box-grid--center { 
	justify-content:center;
}
.box-grid--midcenter .box-grid--item,
.box-grid--item.box-grid--midcenter { 
	justify-content:center;
  align-items: center;
}
.box-grid--middle .box-grid--item,
.box-grid--item.box-grid--middle { 
	align-items: center;
}
/*** Alignment rows ***/
.box-grid--move-tocol1{
	grid-area: 1;
}
.box-grid--move-tocol2 {
	grid-area: 2;
}
/*** Accessories ***/
.box-grid-overlay {
	position: absolute;
	right:0;
	left:0;
	bottom:0;
}
.box-padd-tiny,
.post-item.box-padd-tiny {
   padding:0 5px 5px;
}
.box-padd-small,
.post-item.box-padd-small {
   padding:0 10px 10px;
}
.box-padd-medium,
.post-item.box-padd-medium{
   padding:0 15px 15px;
}
.blogga-blog-per-tag [class*="box-padd-"].post-item {
   box-shadow: inherit;
}
.blogga-blog-per-tag [class*="box-padd-"] .post-item-inner{
    padding: 30px;
    position: relative;
    height: 100%;
}
/**START**** Font Sizing *******/
/**START************************/
body .box-font--xtiny {
  font-size: .8em;
}
body .box-font--tiny {
  font-size: 1em;
}
body .box-font--small {
  font-size: 1.2em;
}
body .box-font--medium {
  font-size: 1.4em;
}
body .box-font--large {
  font-size: 1.6em;
}
body .box-font--xlarge {
  font-size: 1.8em;
}
body .box-font--big {
  font-size: 2em;
}
body .box-font--xbig {
  font-size: 2.5em;
}
/* Heading font */
body .box-hd-font--tiny {
  font-size: 1.4em;
}
body .box-hd-font--small {
  font-size: 1.8em;
}
body .box-hd-font--medium {
  font-size: 2.2em;
}
body .box-hd-font--large {
  font-size: 2.6em;
}
@media (max-width: 1500px){
    body .box-font--medium {
      font-size: 1.4em;
    }
    body .box-font--large {
      font-size: 1.8em;
    }
    body .box-font--xlarge {
      font-size: 2.2em;
    }
    body .box-font--big {
      font-size: 2.6em;
    }
    body .box-font--xbig {
      font-size: 3em;
    }
    /* Heading font */
    body .box-hd-font--tiny {
      font-size: 1.3em;
    }
    body .box-hd-font--small {
      font-size: 1.8em;
    }
    body .box-hd-font--medium {
      font-size: 2em;
    }
    body .box-hd-font--large {
      font-size: 2.5em;
    }
}
@media (max-width: 991px){
    body .box-font--medium {
      font-size: 1.2em;
    }
    body .box-font--large {
      font-size: 1.4em;
    }
    body .box-font--xlarge {
      font-size: 1.8em;
    }
    body .box-font--big {
      font-size: 2em;
    }
    body .box-font--xbig {
      font-size: 2.5em;
    }
    /* Heading font */
    body .box-hd-font--tiny {
      font-size: 1.2em;
    }
    body .box-hd-font--small {
      font-size: 1.4em;
    }
    body .box-hd-font--medium {
      font-size: 1.8em;
    }
    body .box-hd-font--large {
      font-size: 2em;
    }
}
@media (max-width: 991px){
    body .box-font--medium {
      font-size: 1.2em;
    }
    body .box-font--large {
      font-size: 1.4em;
    }
    body .box-font--xlarge {
      font-size: 1.8em;
    }
    body .box-font--big {
      font-size: 2em;
    }
    body .box-font--xbig {
      font-size: 2.5em;
    }
    /* Heading font */
    body .box-hd-font--tiny {
      font-size: 1em;
    }
    body .box-hd-font--small {
      font-size: 1.2em;
    }
    body .box-hd-font--medium {
      font-size: 1.4em;
    }
    body .box-hd-font--large {
      font-size: 1.8em;
    }
}
@media (max-width: 479px){
    body .box-font--medium,
    body .box-font--large {
      font-size: 1em;
    }
    body .box-font--xlarge {
      font-size: 1.2em;
    }
    body .box-font--big {
      font-size: 1.5em;
    }
    body .box-font--xbig {
      font-size: 2em;
    }
    /* Heading font */
    body .box-hd-font--large {
      font-size: 1.5em;
    }
}
/**END**** Font Sizing *******/
/**END************************/
@media(max-width: 1259px){
  body .hide-under-1259,
  body span.hide-under-1259,
  body div.hide-under-1259 {
    display: none;
  }
}
@media(max-width: 1059px){
  body .hide-under-1059,
  body span.hide-under-1059,
  body div.hide-under-1059 {
    display: none;
  }
}
@media(max-width: 991px){
  body .hide-under-991,
  body span.hide-under-991,
  body div.hide-under-991 {
    display: none;
  }
}
@media(max-width: 767px){
  body .hide-under-767,
  body span.hide-under-767,
  body div.hide-under-767 {
    display: none;
  }
}
@media(max-width: 479px){
  body .hide-under-479,
  body span.hide-under-479,
  body div.hide-under-479 {
    display: none;
  }
}
/**** Media Queries ****/
/***********************/
@media(max-width: 1359px) and (min-width: 1261px){
	.box-grid-static-6 { grid-template-columns: repeat(5, 1fr)}
	.box-grid-static-7 { grid-template-columns: repeat(6, 1fr)}
	.box-grid-static-8 { grid-template-columns: repeat(7, 1fr)}
	.box-grid-static-9 { grid-template-columns: repeat(8, 1fr)}
	.box-grid-static-10 { grid-template-columns: repeat(9, 1fr)}
	.box-grid-static-11 { grid-template-columns: repeat(10, 1fr)}
	.box-grid-static-12 { grid-template-columns: repeat(11, 1fr)}
	/** Laptop size (lp) **/
	[class*="box-grid-static-"].box-grid-static-lp-2 { grid-template-columns: 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-lp-3 { grid-template-columns: 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-lp-4 { grid-template-columns: 1fr 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-lp-5 { grid-template-columns: repeat(5, 1fr)}
	[class*="box-grid-static-"].box-grid-static-lp-6 { grid-template-columns: repeat(6, 1fr)}
	[class*="box-grid-static-"].box-grid-static-lp-7 { grid-template-columns: repeat(7, 1fr)}
	[class*="box-grid-static-"].box-grid-static-lp-8 { grid-template-columns: repeat(8, 1fr)}
	[class*="box-grid-static-"].box-grid-static-lp-9 { grid-template-columns: repeat(9, 1fr)}
	[class*="box-grid-static-"].box-grid-static-lp-10 { grid-template-columns: repeat(10, 1fr)}
	[class*="box-grid-static-"].box-grid-static-lp-11 { grid-template-columns: repeat(11, 1fr)}
	[class*="box-grid-static-"].box-grid-static-lp-12 { grid-template-columns: repeat(12, 1fr)}
}
@media(max-width: 1259px){
  .hide-on-1259 {
    display: none;
  }
}
@media(min-width: 992px){
	/*** Expand columns and rows ***/
	/*** Expand columns ***/
  	.box-grid--item.box-grid--cell-2-1 {
		grid-column-end: span 2;
		grid-row-end: span 1;
	}
	.box-grid--item.box-grid--cell-2-2 {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
  .box-grid--item.box-grid--cell-3-1 {
		grid-column-end: span 3; 
		grid-row-end: span 1;
	}
  .box-grid--item.box-grid--cell-4-1 {
		grid-column-end: span 4; 
		grid-row-end: span 1;
	}
	/*** Expand rows ***/
	.box-grid--item.box-grid--cell-1-2 {
		grid-column-end: span 1;
		grid-row-end: span 2;
	}
	.box-grid--item.box-grid--cell-1-3 {
		grid-column-end: span 1;
		grid-row-end: span 3;
	}
	/*** Alignment rows ***/
	.box-grid--move-tocol1{
		grid-area: 1;
	}
	.box-grid--move-tocol2 {
		grid-area: 2;
	}
  /*** Screen height ***/
	.box--screenheight {
		height: 100vh;
	}
}
@media(max-width: 1260px) and (min-width: 992px) {
	.box-grid-static-4,
	.box-grid-static-5,
	.box-grid-static-6 { 
		grid-template-columns: repeat(4, 1fr);
	}
	.box-grid-static-7 { 
		grid-template-columns: repeat(5, 1fr);
	}
	.box-grid-static-8,
	.box-grid-static-9 { 
		grid-template-columns: repeat(6, 1fr)
	}
	.box-grid-static-10 { grid-template-columns: repeat(7, 1fr)}
	.box-grid-static-11 { grid-template-columns: repeat(8, 1fr)}
	.box-grid-static-12 { grid-template-columns: repeat(9, 1fr)}
	/** small laptop size - medium large (ml) **/
	[class*="box-grid-static-"].box-grid-static-ml-2 { grid-template-columns: 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-ml-3 { grid-template-columns: 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-ml-4 { grid-template-columns: 1fr 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-ml-5 { grid-template-columns: repeat(5, 1fr)}
	[class*="box-grid-static-"].box-grid-static-ml-6 { grid-template-columns: repeat(6, 1fr)}
	[class*="box-grid-static-"].box-grid-static-ml-7 { grid-template-columns: repeat(7, 1fr)}
	[class*="box-grid-static-"].box-grid-static-ml-8 { grid-template-columns: repeat(8, 1fr)}
	[class*="box-grid-static-"].box-grid-static-ml-9 { grid-template-columns: repeat(9, 1fr)}
	[class*="box-grid-static-"].box-grid-static-ml-10 { grid-template-columns: repeat(10, 1fr)}
	[class*="box-grid-static-"].box-grid-static-ml-11 { grid-template-columns: repeat(11, 1fr)}
	[class*="box-grid-static-"].box-grid-static-ml-12 { grid-template-columns: repeat(12, 1fr)}
}
@media(max-width: 991px) and (min-width: 768px) {
	.box-grid-static-3 { 	
		grid-template-columns: repeat(2, 1fr);
	}
	.box-grid-static-4 { 	
		grid-template-columns: repeat(3, 1fr);
	}
	.box-grid-static-5 { 
		grid-template-columns: repeat(3, 1fr);
	}
	.box-grid-static-6 { 
		grid-template-columns: repeat(4, 1fr);
	}
	.box-grid-static-7 { 
		grid-template-columns: repeat(4, 1fr);
	}
	.box-grid-static-8 { grid-template-columns: repeat(4, 1fr)}
	.box-grid-static-9 { grid-template-columns: repeat(5, 1fr)}
	.box-grid-static-10 { grid-template-columns: repeat(5, 1fr)} 
	.box-grid-static-11 { grid-template-columns: repeat(6, 1fr)}
	.box-grid-static-12 { grid-template-columns: repeat(7, 1fr)}
	/** medium size (md) **/
	[class*="box-grid-static-"].box-grid-static-md-2 { grid-template-columns: 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-md-3 { grid-template-columns: 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-md-4 { grid-template-columns: 1fr 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-md-5 { grid-template-columns: repeat(5, 1fr)}
	[class*="box-grid-static-"].box-grid-static-md-6 { grid-template-columns: repeat(6, 1fr)}
	[class*="box-grid-static-"].box-grid-static-md-7 { grid-template-columns: repeat(7, 1fr)}
	[class*="box-grid-static-"].box-grid-static-md-8 { grid-template-columns: repeat(8, 1fr)}
	[class*="box-grid-static-"].box-grid-static-md-9 { grid-template-columns: repeat(9, 1fr)}
	[class*="box-grid-static-"].box-grid-static-md-10 { grid-template-columns: repeat(10, 1fr)}
	[class*="box-grid-static-"].box-grid-static-md-11 { grid-template-columns: repeat(11, 1fr)}
	[class*="box-grid-static-"].box-grid-static-md-12 { grid-template-columns: repeat(12, 1fr)}
}
@media(max-width: 767px) {
	.box-grid-section {
		padding: 3em 2em;
	}
}
@media(max-width: 767px) and (min-width: 620px) { 
	.box-grid-static-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.box-grid-static-4 { 
		grid-template-columns: repeat(2, 1fr);
	}
	.box-grid-static-5,
	.box-grid-static-6,
	.box-grid-static-7,
	.box-grid-static-8{ 
		grid-template-columns: repeat(3, 1fr);
	}
	.box-grid-static-9 { 
		grid-template-columns: repeat(4, 1fr);
	}
	.box-grid-static-10,
	.box-grid-static-11 { 
		grid-template-columns: repeat(4, 1fr);
	}
	.box-grid-static-12 { 
		grid-template-columns: repeat(5, 1fr);
	}
	/** Phone size - small (sm) **/
	[class*="box-grid-static-"].box-grid-static-sm-2 { grid-template-columns: 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-sm-3 { grid-template-columns: 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-sm-4 { grid-template-columns: 1fr 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-sm-5 { grid-template-columns: repeat(5, 1fr)}
	[class*="box-grid-static-"].box-grid-static-sm-6 { grid-template-columns: repeat(6, 1fr)}
	[class*="box-grid-static-"].box-grid-static-sm-7 { grid-template-columns: repeat(7, 1fr)}
	[class*="box-grid-static-"].box-grid-static-sm-8 { grid-template-columns: repeat(8, 1fr)}
	[class*="box-grid-static-"].box-grid-static-sm-9 { grid-template-columns: repeat(9, 1fr)}
	[class*="box-grid-static-"].box-grid-static-sm-10 { grid-template-columns: repeat(10, 1fr)}
	[class*="box-grid-static-"].box-grid-static-sm-11 { grid-template-columns: repeat(11, 1fr)}
	[class*="box-grid-static-"].box-grid-static-sm-12 { grid-template-columns: repeat(12, 1fr)}
}
@media(max-width: 619px) and (min-width: 480px) { 
	.box-grid-static-3,
	.box-grid-static-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.box-grid-static-4,
	.box-grid-static-5,
	.box-grid-static-6,
	.box-grid-static-7 {
		grid-template-columns: repeat(2, 1fr);
	}
	.box-grid-static-8,
	.box-grid-static-9 { 
		grid-template-columns: repeat(3, 1fr);
	}
	.box-grid-static-10,
	.box-grid-static-11 { 
		grid-template-columns: repeat(4, 1fr);
	}
	.box-grid-static-12 { 
		grid-template-columns: repeat(4, 1fr);
	}
}
@media(max-width: 479px) {
	.box-grid-section {
		padding: 2em 1.5em 2.5em;
	}
	.box-grid--item {
	  padding: 1em;
	}
}
@media(max-width: 479px) and (min-width: 320px){
	.box-grid-static-2, 
	.box-grid-static-3,
	.box-grid-static-4,
	.box-grid-static-5 {
		grid-template-columns: repeat(1, 1fr);
	} 
	.box-grid-static-6,
	.box-grid-static-7,
	.box-grid-static-8,
	.box-grid-static-9	{ 
		grid-template-columns: repeat(2, 1fr);
	}
	.box-grid-static-10,
	.box-grid-static-11{ 
		grid-template-columns: repeat(3, 1fr);
	} 
	.box-grid-static-12 { 
		grid-template-columns: repeat(3, 1fr);
	}
	/** Phone size - extra small (xs) **/
	[class*="box-grid-static-"].box-grid-static-xs-2 { grid-template-columns: 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-xs-3 { grid-template-columns: 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-xs-4 { grid-template-columns: 1fr 1fr 1fr 1fr;}
	[class*="box-grid-static-"].box-grid-static-xs-5 { grid-template-columns: repeat(5, 1fr)}
	[class*="box-grid-static-"].box-grid-static-xs-6 { grid-template-columns: repeat(6, 1fr)}
	[class*="box-grid-static-"].box-grid-static-xs-7 { grid-template-columns: repeat(7, 1fr)}
	[class*="box-grid-static-"].box-grid-static-xs-8 { grid-template-columns: repeat(8, 1fr)}
	[class*="box-grid-static-"].box-grid-static-xs-9 { grid-template-columns: repeat(9, 1fr)}
	[class*="box-grid-static-"].box-grid-static-xs-10 { grid-template-columns: repeat(10, 1fr)}
	[class*="box-grid-static-"].box-grid-static-xs-11 { grid-template-columns: repeat(11, 1fr)}
	[class*="box-grid-static-"].box-grid-static-xs-12 { grid-template-columns: repeat(12, 1fr)}
  /*** Box auto +/- columns ***/ 
  [class*="box-grid-auto-plusminus"] { grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) }
}
@media(max-width: 319px) {
	[class*="box-grid-static-"] {
		grid-template-columns:1fr;
	}
  /*** Box auto +/- columns ***/ 
  [class*="box-grid-auto-plusminus"] { grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)) }
}
/* If Grid is supported, remove the margin we set for the fallback */
@supports (display: grid) {
  [class*="box-grid--gap-"] .box-grid--item,
  .box-grid--gap .box-grid--item {
    margin: 0;
  }
}
/*** Accessories ***/
.box--fill {
  position: absolute;
  right: 0;
  left:0;
  top:0;
  bottom:0;
}
.box--fill-img {
  position: absolute;
  right: 0;
  left:0;
  top:0;
  bottom:0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*** Theme ***/
.blogga-cta-gradient {
    font-size: 14px;
    font-weight: 700;
    color: #c1c1c1;
    padding: 15px 10px;
    background-color: #002973;
    background-image: linear-gradient(180deg, #01348b,#bb00ff99);
    text-align: center;
}
.blogga-cta-gradient:hover {
   opacity: .7;
}
/** Footer **/
.blogga-footer {
  background: rgb(33,63,120);
  color: #fff;
}
.blogga-footer .blogga-footer--item:first-child {
  margin-left:30px;
}
.blogga-footer h3 {
  color: rgb(0,177,232);
  font-size: 24px;
  margin: 0;
  font-weight: 300;
  margin-bottom: 15px;
}
.blogga-footer ul{
    padding: 0;
    list-style: none;
}
.blogga-footer ul li a {
    color: #d4d4d4;
    font-size: 14px;
    line-height: 1;
}
.blogga-footer ul li.hs-menu-item a {
    color: #fff;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    max-width: none;
}
.blogga-footer .widget-type-rich_text {
    font-size: 14px;
    line-height: 1.4;
    color: #d4d4d4;
}
.blogga-footer .widget-type-rich_text a {
    color: white;
}
.blogga-footer .blogga-footer--item {
    border-right: 1px solid #3c4965;
    padding: 40px 30px 30px 0;
}
.blogga-footer .row-fluid {
    display: flex;
}
.blogga-footer li.hs-postlisting-item {
    line-height: 1.2;
    margin-bottom: 10px;
}
.blogga-footer form p{
    line-height: 1.4;
    color: #d4d4cb;
    font-size: 12px;
}
.blogga-footer .hs_cos_wrapper_type_form input[type="email"]{
    border: 1px solid gainsboro;
    background: #f1f1f1;
    border-radius: 4px;
    box-shadow: inset 2px 2px 5px #00000040;
    height: 48px;
}
.blogga-footer .hs-error-msgs label {
    color: #e639d9;
}
.hubspot-link__container.sproket {
    color: #9fa0a2;
    padding-top: 20px;
    padding-bottom: 0;
}
@media(max-width: 1259px){
  .blogga-footer .row-fluid {
      flex-wrap: wrap;
  }
}
@media(max-width: 1259px){
  .blogga-footer .row-fluid {
      flex-wrap: wrap;
  }
  .blogga-footer .blogga-footer--item {
    border-bottom: 1px solid #3c4965;
    width: 50%;
    padding: 20px;
    margin:0;
  }
  .blogga-footer .blogga-footer--item:first-child{
    margin:0;
  }
}
@media(max-width: 767px){
  .blogga-footer .blogga-footer--item {
    width: 100%;
  }
}
/*** END Bloggga ***/
/****** MEDIA QUERIES ********/
/*****************************/
/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

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


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

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: max-content;
}


.blogga-footer a:hover {
  color: #00b1e8;
}

.blogga-footer ul li.hs-menu-item a:hover {
  color: #00b1e8 !important;
}

.principal ul li.hs-menu-item a {
    font-size: 19px;
    font-weight: bold;
}
}

