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

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

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

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


*/


/* SIZING */




/* COLORS */









/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}
main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}
sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}
button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,
button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}
summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}.author-box::before,.clearfix::before,.entry-content::before,
.entry::before,.footer-widgets::before,.nav-primary::before,.nav-secondary::before,.pagination::before,.site-container::before,.site-footer::before,.site-header::before,.site-inner::before,
.widget::before,.wrap::before{content:" ";display:table}.author-box::after,.clearfix::after,.entry-content::after,.entry::after,.footer-widgets::after,.nav-primary::after,.nav-secondary::after,
.pagination::after,.site-container::after,.site-footer::after,.site-header::after,.site-inner::after,.widget::after,.wrap::after{clear:both;content:" ";display:table}.wp-caption,embed,iframe,img,object,
video{max-width:100%}img{height:auto;vertical-align:top}figure{margin:0}.screen-reader-shortcut,.screen-reader-text,.screen-reader-text span{
  border:0;clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-shortcut:focus,.screen-reader-text:focus{background:#fff;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#333;display:block;font-size:1em;font-weight:700;height:auto;padding:15px 23px 14px;
  text-decoration:none;width:auto;z-index:100000}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.button,.gallery img,button,input:focus,input[type=button],input[type=reset],
input[type=submit],textarea:focus{transition:all .2s ease-in-out}

/* HELPERS */

*, ::after, ::before {
    box-sizing: inherit;
  outline:none;outline:0;
   -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
/* GENERAL */
body {
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  line-height: 28px;
  font-size:16px;
  font-weight:400;
  color: #1D1D1B;
  font-family: 'Lato', sans-serif;
}
.container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 40px;
  max-width: 1280px;
  float: none !important;
}
.section{padding:60px 0;}
@media (max-width: 992px) {
  .container {padding: 0 20px;}
  .section{padding:30px 0;}
}
.fullwidth{width:100%; float:left;}
h1,h2,h3,h4,h5,h6,p {
  margin:  0 0 20px;
}

.h1,.h2,.h3,.h4,.h5,
h1,h2,h3,h4,h5,h6{
  font-family: 'Raleway', sans-serif;
  font-weight:normal;
  color:#003A5C;
}
.h1,
h1 {
    font-size: calc(24px + (36 - 24) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(32px + (42 - 32) * ((100vw - 300px)/ (1920 - 300)));

}
.h2,
h2 {
    font-size: calc(20px + (28 - 20) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(32px + (36 - 32) * ((100vw - 300px)/ (1920 - 300)));

  margin:  10px 0 20px;
}
.h3,
h3 {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(28px + (28 - 28) * ((100vw - 300px)/ (1920 - 300)));

}
.h4,
h4 { 
    font-size: calc(16px + (20 - 16) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(26px + (26 - 26) * ((100vw - 300px)/ (1920 - 300)));

}
.h5,
h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(26px + (26 - 26) * ((100vw - 300px)/ (1920 - 300)));

}


.shadow{
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, .4);
}
.shadowsoft{
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .4);
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.mt-top{ margin-top:150px;}
@media (max-width: 992px) {
.mt-top{ margin-top:66px;}
}


a {
  color: #FCBC19;
  text-decoration:none;
}
img{max-width:100%; height:auto;}

a, button,.cta_wrapper span,.hs_submit.hs-submit .actions,input[type="submit"]{
  -webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.hs_submit.hs-submit{margin-top:20px;}

.hs_submit.hs-submit .actions:hover input[type="submit"],
input[type="submit"]:hover{color:#003a5c!important;}

input[type="submit"]{color:#1D1D1B; background:#FCBC19; padding: 13px 10px 13px 30px; }

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



.hs_submit.hs-submit .actions,
.cta_wrapper span{display: inline-block;}

input.hs-button.primary,
.blog-single-section pre a,
.hs_submit.hs-submit .actions,
.cta_wrapper span,
.cta {
    display: inline-block;
    float: none;
    background-color: #FCBC19;
    padding: 7px 40px;
    color: #003A5C;
    cursor: pointer;
    border: 1px solid #FCBC19;
    margin:  0;
font-family: 'Raleway', sans-serif;
  font-weight:normal;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(20px + (24 - 20) * ((100vw - 300px)/ (1920 - 300)));
    text-align: center;
    text-decoration: none;
  border-radius:2px;
    border-bottom: 2px solid #E7A90C;
}

.cta.cta_sec{

    background-color: transparent;
    padding: 7px 0px;
    color: #FCBC19;
    border: none;
    border-bottom:none;
  border-radius:0px;
}
.blog-single-section pre{text-align:center;}
.hs_submit.hs-submit input.hs-button.primary{ padding-right:5px;border:none;}
.blog-section  .blog-post-wrapper .single-post-body  a{color: #003A5C;text-decoration:underline;}
.blog-single-section pre a{background-color: #FCBC19;border: 1px solid #FCBC19;color: #003A5C;border-bottom: 2px solid #E7A90C;white-space: normal;}


.hs_submit.hs-submit .actions{ padding: 0px;}

.blog-single-section pre a:after,
.hs_submit.hs-submit .actions:after,
.cta_wrapper span:after,
.cta:after {
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    content: "\f105";
    font-weight: 900;
    color: #003A5C;
    margin-left: 10px 
}
.cta.cta_sec:after{color: #FCBC19;}

.blog-single-section pre a:after{color: #003A5C;}

.hs_submit.hs-submit .actions:after{   margin-left: 0px; margin-right:20px; }

input.hs-button.primary:focus,
input.hs-button.primary:hover,
.hs_submit.hs-submit .actions:focus,
.hs_submit.hs-submit .actions:hover,
.cta_wrapper span:focus,
.cta_wrapper span:hover,
.cta:focus,
.cta:hover {
    background: #FFCB45;
	text-decoration:none;
}
.cta.cta_sec:hover:after,
.cta.cta_sec:hover{
    background-color: transparent;
    color:#FFCB45;
}

.hs_submit.hs-submit input.hs-button.primary:focus,
.hs_submit.hs-submit input.hs-button.primary:hover{ border:none;}

.blog-single-section pre a:focus,
.blog-single-section pre a:hover {
   background: #FFCB45;
	text-decoration:none;
}


.hs_submit.hs-submit .actions:focus:after,
.hs_submit.hs-submit .actions:hover:after,
.cta_wrapper span:focus:after,
.cta_wrapper span:hover:after,
.cta:focus:after,
.cta:hover:after {
    color: #003A5C;
}


.row-fluid [class*="span"]{    min-height: 1px!important;}

/*HEADER*/

.header-container-wrapper{position:fixed; top:0; left:0; width:100%; background-color:#fff;z-index:999;}
#header{ padding:0px 0 0;width:100%; float:left;box-shadow: 0 0 6px 4px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, .4);}

#header.header-scroll{}
#header.header-scroll .header_menu { margin-top: 0px; margin-bottom: 0px;}
#header.header-scroll  .row-fluid .span12.menu_mobile_trigger{margin-top: 0px;}
#header.header-scroll .header_logo{}

#header.header-scroll .header_logo img{ max-width:195px;}

.header-top{ padding:20px 0;}
.cta-header{    text-align: right; margin-top:10px;}

#header.header-scroll .header-top{ padding:10px 0;}
#header.header-scroll  .cta-header{    margin-top:0px;}
.header_menu{margin-top: 0px;margin-bottom: 0px;background-color:#003A5C;}
.header_menu ul{ margin:0 !important; width:100%; float:left; text-align:center;padding-left:0; font-size:0;line-height: 0;}

.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{ display:inline-block; float:none; padding:0px;padding-left:0;}
.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:before{display:none;}
.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ display:block; color:#fff;padding:16px 20px; text-decoration:none; text-transform:uppercase; font-size:16px; line-height:22px;     text-overflow: inherit; }


.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active > a,
.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover,
.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:focus,
.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover,.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:focus{ color:#6EC4E8;}
.row-fluid .span12.menu_mobile_trigger{display:none;}

.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after{ font-family: "Font Awesome 5 Pro"; text-rendering: auto;  
  -webkit-font-smoothing: antialiased;     font-size: 16px; content: "\f107"; font-weight: 900; margin-left:7px;     position: relative;top: 1px;}



.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a,
.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:focus a{ }
.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover,
.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:focus{}
.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{    background-color: #fff;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);    padding: 5px 0; text-align:left !important; top:auto;  left: 0px;      width: auto;} 

.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{display: inline;
    padding: 0;
    float: left!important;width: 100%;
    margin-left: 0%;}

.header_menu  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{ color:#003A5C; text-transform:none;   line-height: 18px; font-weight: 400;  margin: 0px;white-space: normal;    display: block;
    clear: both; padding:10px 10px; width:250px;max-width: 250px; }







@media (max-width: 1200px) {
.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 10px 15px; }
}
@media (max-width: 992px) {
body .row-fluid [class*="span"] {
    min-height: 0px !important;
}
  .header-top{ padding:10px 0;}
.cta-header{    text-align: right; margin-top:0px;}
  .header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { text-align: left;}
  #header{ padding:0 ;}
  #header .header_logo img{ max-width:190px;}
.span8.header_logo{ width:auto!important;float:left
  !important;}
.span4.menu_mobile { width:auto!important;float:right!important;text-align:right;}
  
  .span4.menu_mobile .row-fluid-wrapper{ float:none; display:inline-block; width:auto;margin-left:20px;}
.row-fluid .span12.menu_mobile_trigger{display:block;text-align:right;margin-top: 5px;}

.menu_trigger:after{ font-family: "Font Awesome 5 Pro"; text-rendering: auto;  -webkit-font-smoothing: antialiased;     font-size: 30px; content: "\f0c9"; font-weight: 900; color:#003A5C;}
 .menu_trigger.menu_open:after{ content: "\f00d"; }
.row-fluid .span12.menu_site {display:none;}
  
.row-fluid .span12.menu_site.menu_open {display:block; position:fixed;top:0;left:0; width:75%; background-color:#fff; z-index:999; height:100vh; overflow:auto; padding:10px;   
   -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);box-shadow: 0 6px 12px rgba(0,0,0,0.175);}
.header_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{ display:block; float:left!important; width:100%; } 
  .header_menu ul { text-align: center;}
  
  
  
  
.row-fluid .span12.menu_site  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    position: relative;
    width:100%;
    float:left;
    padding:0px 0px 0px 30px;
    -webkit-box-shadow:none;
    box-shadow: none;

}
 .row-fluid .span12.menu_site .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    display: block;
    width: 100%;
}
 .row-fluid .span12.menu_site .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    margin: 0px;
    white-space: inherit;
}  
  
  
}

@media (max-width: 500px) {
  .cta-header{   display:none!important;}
}
/*END HEADER*/

.blog-title{margin-top:50px;border-bottom:1px solid #E7EBEE;}
.blog-title h1,.blog-title .h1{ text-align:center; margin:35px 0;}
@media (max-width: 500px) {
.blog-title{margin-top:0px;}
}

/*
#banner_topo{background-size:cover;background-position:center;background-repeat:no-repeat;}
#banner_topo h1{ margin:18% 0; color:#fff; font-weight:700;}
*/
/*POST LISTING*/
#categorias-ul{ margin:0 0 30px; padding:0; text-align:center; font-size:0; line-height:0;}
#categorias-ul li { float:none; display:inline-block; font-size:16px; line-height:22px: font-weight:700; padding:10px 40px; cursor:pointer; list-style-type:none; }
#categorias-ul li a{color:#1D1D1B;}
#categorias-ul li:hover a,
#categorias-ul li.active a{color:#6EC4E8}
.categorias_select_wrapper{display:none; text-align:center; margin-bottom:40px;}
.categorias_select_wrapper select{
  border:1px solid #1D1D1B; display:inline-block; float:none; width:auto; font-size:16px; font-weight:700; 
  text-transform:uppercase; outline:none; color:#1D1D1B;cursor:pointer;margin:5px 30px;max-width:145px; padding:6px 20px;    vertical-align: middle;
  
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://9449704.fs1.hubspotusercontent-na1.net/hubfs/9449704/arrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 5px;
    padding-right: 20px !important;
    cursor: pointer;
    height: 30px;

}
.categorias_select_wrapper #hs_cos_wrapper_module_16080501473581023{display:inline-block; float:none; width:100%;max-width:340px; margin:5px 30px;}


@media (max-width: 992px) {
 #categorias-ul{ display:none;}
.categorias_select_wrapper{display:block;}
}
/*
#hsresults{ width:100%; float:left;}
#hsresults li:before{top: 3px;}
#hsresults li{ margin-top:50px;}
#hsresults li a{   display:block;}
#hsresults li:before { line-height: 24px;}
#hsresults li p.hs-search-results__description{ font-size: calc(14px + (16 - 14) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(26px + (26 - 26) * ((100vw - 300px)/ (1920 - 300)));}


.hs-search-field{ text-align:center;position:relative;}

#hs_cos_wrapper_module_16080501473581023,
.hs-search-field__bar{display:inline-block; width:100%; max-width:280px; float:none; margin:auto;position:relative;    vertical-align: middle;}
.hs-search-field__bar:after{ font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    content: "\f002";
    font-weight: 900;
    color: #1D1D1B;position:absolute; top:5px; right:20px;}
.hs-search-field__bar input.hs-search-field__input{ width:100%; border-radius:0px; border:1px solid #1D1D1B; padding-right:50px; height:38px;}
*/
input::input-placeholder{ color: #BDBDBD; font-size:14px;}
input::-webkit-input-placeholder{ color: #BDBDBD; font-size:14px;}
input::-moz-input-placeholder{ color: #BDBDBD; font-size:14px;}
.hs-search-field__suggestions{position: absolute; background-color: #fff;z-index: 50; padding: 10px; text-align: left;}
.hs-search-field__suggestions li#results-for:before{display:none;}
.hs-search-field__suggestions li:before{font-size: 12px; }
.hs-search-field__suggestions li{padding-left:15px;}
.hs-search-field__suggestions li#results-for{text-align:center;padding-left:0;}
.hs-search-field__suggestions li a{color:#1D1D1B;font-size: 14px; } 


.post-item-listagem{	align-items: stretch;display: grid;grid-gap: 2rem;gap: 2rem;grid-template-columns: repeat(3,minmax(0,1fr));margin: 0px 0;}

.post-item.remover_post{display:none;}
.post-item-listagem .post-header{ background-size:cover;background-position:center;background-repeat:no-repeat; height:310px;}
.post-item-listagem .post-header a{ display:block; width:100%; height:100%;}
.post-item-listagem .post-item{background: #fff;position: relative;box-shadow: 0 0 6px 0px rgba(0,0,0,0.15);padding: 0 0 50px;    border-radius: 4px;
    overflow: hidden;}

.post-item-listagem .post-item.post-item-banner{padding: 0 0 0; }

.post-body-link .list-cat{ font-size:12px; line-height:21px; margin:0 0 10px;}

.post-body-link  a,
.post-body-link h3,
.post-body-link {color:#1D1D1B;}
.post-body-link{font-size: 16px;line-height: 22px;}
.post-body-link h2.post-body-link-title{       font-size: calc(16px + (20 - 16) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(26px + (26 - 26) * ((100vw - 300px)/ (1920 - 300)));}




.post-item-listagem .post-body{ padding:20px;}
.post-item-listagem .post-body-cta{ position:absolute; bottom:20px; left:0; padding:0 20px;}


@media (max-width: 767px) {
.post-item-listagem{	grid-gap: 3rem;gap: 3rem;grid-template-columns: repeat(1,minmax(0,1fr));margin: 0px 0;}
.categorias_select_wrapper select{display:block; float:left; width:100%; 
  margin:5px 0px;max-width:100%;}
.categorias_select_wrapper #hs_cos_wrapper_module_16080501473581023{display:block; float:left; width:100%;max-width:100%; margin:5px 0px;}  
}

/*POst Single*/

.blog-breadcrumbs{ margin:30px 0 40px;}
.blog-breadcrumbs p {font-size:12px; line-height:21px;margin:0;color:#828282;}
.blog-single-section .blog-breadcrumbs a{color:#828282;text-decoration:none;}
.blog-breadcrumbs span{color:#828282;}
.blog-breadcrumbs a:hover{ text-decoration:underline;}
@media (max-width: 992px) {
.blog-breadcrumbs{ margin-bottom:30px;margin-top:30px;}
}

.blog-section-wrapper{ padding:30px 0 40px;}
.blog-single-section .container {
    max-width: 1220px;
}
.blog-single-section a{ color:#003A5C; text-decoration:underline; }


.hs-author-profile ol,
.blog-single-section ol {
    counter-reset: item;
      padding-left: 20px;
}
 
.hs-author-profile ol li ,
.blog-single-section ol li {
    padding-left: 20px;
  position: relative;
  list-style-type: none;
}

.hs-author-profile ol li:before,
.blog-single-section ol li:before {
    font-size: 16px;
  line-height: 26px;
    color:#6EC4E8;
  font-weight:700;
    position: absolute;
    left: 0;
    top: 2px;
    counter-increment: item;
    content: counter(item) '.';
}


.blog-single-section p {
    margin: 0 0 10px;
}
.blog-single-section h1 {

  margin:0 0 60px; text-align:center;
}
.blog-single-section h2 {

  margin:  40px 0 15px;
}

.blog-single-section h3 {

   margin:  40px 0 15px;
}

.blog-single-section h4 { 

      margin: 40px 0 15px;
}
.blog-single-section h5 {

      margin: 40px 0 15px;
}


.post-body-pagination .list-pagination {
    padding-top: 20px;
}
.post-body-pagination .list-pagination .pagination-btn.list-prev-post {
    float: left;
    font-size: 18px;
}
.post-body-pagination .list-pagination .pagination-btn.list-next-post {
    float: right;
    font-size: 18px;
}
@media (max-width: 400px){
.post-body-pagination .list-pagination .pagination-btn {
    width: 100%;
    text-align: center;
}
.post-body-pagination   .list-pagination .pagination-btn.list-next-post {
    margin-top: 20px;
}
}

.hs-author-profile ul, .hs-author-profile ol,
.blog-single-section ul, .blog-single-section ol{padding-left:20px; margin:0 0 20px;}

.hs-author-profile ul li,
.blog-single-section ul li{ position:relative; padding-left:15px;list-style:none;}
.hs-author-profile ul li:before,
.blog-single-section ul li:before {
  line-height: 32px;
  position:absolute;
  left:0; top:0;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    content: "\f105";
    font-weight: 900;
  color:#6EC4E8;
}





.blog-single-section blockquote {
    padding: 25px 50px;
    width: 100%;
  max-width:900px;
  display:block;
    margin: 40px auto;
    position: relative;

    z-index: 2;
  position:relative;
  border-radius:12px;
  background-color:rgba(185,219,229,0.3);
}

.blog-single-section blockquote:before{content:''; width:4px; height:80%; left:0; top:10%; display:block;background-color:#6EC4E8; position:absolute;}
.blog-single-section blockquote span,.blog-single-section blockquote p, .blog-single-section blockquote h2, .blog-single-section blockquote h3, .blog-single-section blockquote h4, 
.blog-single-section blockquote h5, .blog-single-section blockquote a {
  color: #6EC4E8;
  font-family:'Raleway', sans-serif;
    margin: 0;
    font-weight: normal;
    font-size: calc(18px + (20 - 18) * ((100vw - 300px)/ (1920 - 300)));
    line-height: calc(24px + (26 - 24) * ((100vw - 300px)/ (1920 - 300)));
    font-style: normal;
}
.blog-single-date{ margin-top:60px;}
.blog-single-date p{    color: #828282;}

.about-author-left{ width:150px; position:absolute;left:0; top:0;}

.about-author-right{ width:100%; float:left;padding-left:170px;    min-height: 150px;}

.about-author-sec .long_description{display:none;}
.about-author-sec-wrapper{position:relative;}
.about-author-sec { padding:30px 100px; font-size:14px; line-height:22px; border:4px solid #6ec4e8;} 
.about-author-sec p{margin:0 0 5px;}
.about-author-sec ul{padding-left:0;}
.about-author-sec .author_name{ margin:0 0 5px;}
.about-author-right .cta{text-decoration:none; color: #fff;background-color:#003a5c; border-radius:2px;   border: 1px solid #003a5c; border-bottom: 2px solid #004872;}
.about-author-right .cta:after{color: #fff;}

.about-author-right .cta:hover,
.about-author-right .cta:focus{background-color:#004872;} 

.about-author-right ul li:before{    line-height: 24px;}

.pagina_autor_top img,
.about-author-sec img{ border-radius:100%;}
.about-author-sec img{ width:145px;}

.pagina_autor_top{ text-align:center;    display: flex; align-items: center; margin-bottom:60px;}
.pagina_autor_top img{ border:1px solid #828282; display:block; margin-right:70px;max-width: 175px;}
.pagina_autor_top h1{  margin: 0px 0 0;}

.hs-author-bio .short_description{display:none;}

@media (max-width: 992px) {
  .pagina_autor_top{ text-align:center;    display: block; }
.pagina_autor_top img{  margin:auto;}
.pagina_autor_top h1{  margin: 30px 0 0; text-align:center;    display: block;}
.about-author-sec { padding:30px 20px; } 
  .about-author-sec p{margin:0 0 20px;}
}
@media (max-width: 480px) {
  .blog-section-single-banner{height:130px;}
.about-author-left{ width:100%; position:relative;left:0; top:0; float:left; margin-bottom:20px;}
 .about-author-sec img{margin: auto;    display: block;}
  .about-author-sec .author_name,
 .about-author-sec p{text-align:center;}
  .about-author-right{ padding-left:0px; min-height: auto;}
  .about-author-sec ul{margin-bottom:0;}
  .about-author-right .cta{ display:block; margin-top:20px;}
}
#author-articles{padding-top:0;}
#author-articles .container{  border-top:1px solid #E7EBEE;padding-top:60px; }
#author-articles .post-item-listagem,
#related-articles .post-item-listagem { margin-top:40px;}
#author-articles{}
/*Newsletter*/

#newsletter{ background-image:url('https://9449704.fs1.hubspotusercontent-na1.net/hubfs/9449704/bg_nw.jpg'); background-size:cover; background-position:center;background-repeat:no-repeat; text-align:center;}
#newsletter p,
#newsletter .h2{ text-align:center;display:block;width:100%;float:left;}

#newsletter .form_wrapper{ text-align:left; max-width:900px; float:none; margin:auto;}

#newsletter .form_wrapper form {position:relative; width:100%; float:left;padding-bottom: 55px;}
#newsletter .form_wrapper form .field.hs-form-field,
#newsletter .form_wrapper form .hs_submit.hs-submit{ width:31%; float:left; margin:0 1%;}
#newsletter .form_wrapper form .hs_submit.hs-submit{ margin-top:24px;}
#newsletter .form_wrapper form .hs_submit.hs-submit input{background-color: transparent; padding-left:20px; }

#newsletter .form_wrapper form .hs_error_rollup{position:absolute; left:0; bottom:-30px;padding-left: 1%;}
#newsletter .form_wrapper form input{border-radius:4px;}
#newsletter .form_wrapper label{color:#003A5C;}
#newsletter .form_wrapper .inputs-list{ padding:0;margin:0px;}
#newsletter .form_wrapper .legal-consent-container{ width:100%; float:left; margin:0; position:absolute;bottom:0;left:0;}
#newsletter .form_wrapper .legal-consent-container p{margin:0;}
.hs_error_rollup{ width:100%; float:left; }
#newsletter .form_wrapper .inputs-list li{ list-style:none; font-size: 12px;line-height:18px;}
#newsletter .form_wrapper .inputs-list li a{color:#003A5C; text-decoration:underline;}
#newsletter .form_wrapper .hs-form-field > label{ margin-top:0px; font-size:16px; line-height:24px;    font-weight: 400; display:block;}
#newsletter .form_wrapper  .legal-consent-container .hs-form-booleancheckbox-display input {float: left;margin-top: 1px;}

#newsletter .form_wrapper .hs-fieldtype-textarea textarea{ height:70px;}
#newsletter .form_wrapper .hs-fieldtype-textarea textarea,
#newsletter .form_wrapper .hs-fieldtype-text input{ border:none;}
#newsletter .form_wrapper .hs-fieldtype-text input{  height: 40px;}

#newsletter  .no-list.hs-error-msgs.inputs-list{ margin:0; padding:5px; background-color:transparent;text-align: center;}
#newsletter  .no-list.hs-error-msgs.inputs-list label{color:#f00;}
#newsletter  .submitted-message {color:#003A5C;}
@media (max-width: 992px) {
#newsletter .form_wrapper form .field.hs-form-field,
#newsletter .form_wrapper form .hs_submit.hs-submit{ width:100%; float:left; margin:0 0 1%;}
#newsletter .form_wrapper form .hs_submit.hs-submit{ margin-top:30px;}
#newsletter .form_wrapper .legal-consent-container p{margin:0;}
}
@media (max-width: 480px) {
 #newsletter .form_wrapper form p {font-size: 12px; line-height:16px;}
  #newsletter .form_wrapper form{    padding-bottom: 55px;}
}

/*FOOTER*/
#footer_items  .container,
#footer .container{ max-width:1480px;}

#footer_items {  padding:40px 0; background-color:#E7EBEE;}
#footer_items_wrapper {align-items: center;
    display: grid;
    grid-gap: 3rem;
    gap: 3rem;
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin: 0px 0;} 

#footer_items_wrapper .row-fluid-wrapper.row-depth-1:nth-child(1) .span12.widget-span.footer_item .footer_item_img{ min-width:75px;}
#footer_items_wrapper .row-fluid-wrapper.row-depth-1:nth-child(2) .span12.widget-span.footer_item .footer_item_img{ min-width:65px;}
#footer_items_wrapper .row-fluid-wrapper.row-depth-1:nth-child(3) .span12.widget-span.footer_item .footer_item_img{ min-width:65px;}
#footer_items_wrapper .row-fluid-wrapper.row-depth-1:nth-child(4) .span12.widget-span.footer_item .footer_item_img{ min-width:45px;}

.span12.widget-span.footer_item{display: flex;
    align-items: center;}


.span12.widget-span.footer_item .footer_item_text{ padding-left:25px;}
.span12.widget-span.footer_item .footer_item_text{ line-height:21px;}
.span12.widget-span.footer_item .footer_item_text h4,.span12.widget-span.footer_item .footer_item_text .h4{ margin:0 0 5px;color:#003A5C;}



#footer{ padding:40px 0; background-color:#003A5C;}
#footer .footer_top_coluna_desc span,
#footer p,#footer li, #footer li a{font-size:12px; line-height:21px; color:#fff; display:block;}

#footer .footer_top_coluna_desc .footer_social{ display:inline-block;float:none; margin-right:10px;vertical-align:bottom;}
#footer .footer_top_coluna_desc .footer_social:hover,
#footer .footer_top_coluna_desc .footer_social:hover span{    color: #6EC4E8;}
#footer .footer_top_coluna_desc .footer_social span{ font-size:18px;}
#footer p{margin:0 0 10px;}
#footer li{margin:0 0 0px;}
.span12.footer_top {     align-items: flex-start;
    display: grid;
    grid-gap: 0rem;
    gap: 0rem;
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin: 0px 0;}


/*
#footer .span12.footer_top_coluna1{width:24%; float:left;}


#footer .span12.footer_top_coluna4{ width:24%; float:left;}*/
#footer .span12.footer_top_coluna2{ padding:0 5% 0 35%;}
#footer .span12.footer_top_coluna3{ padding:0 15% 0 30%;}
.footer_top_coluna1 img{ margin-bottom:30px;}
.row-fluid .span12.footer_top_coluna_titulo{}
 .footer_top_coluna_titulo span   {font-size: 16px;
    margin: 0 0 15px; display:block; color:#fff;
    line-height: 24px;
font-weight: 700;}
#footer .footer_top_coluna1 a{ color:#fff; text-decoration:underline;}


.footer_top_coluna .hs-menu-wrapper.hs-menu-flow-vertical>ul li a { 
  padding: 0px 0px; color:#fff;text-overflow: inherit;
  white-space: pre-wrap;
    overflow: inherit;
}

.footer_top_copyright.footer_top_copyright_mobile{display:none;}

.footer_top_copyright{ margin-top:30px;}
.footer_top_copyright a,
#footer .footer_top_coluna1  .footer_top_copyright a{color:#fff; text-decoration:none;}
#footer .footer_top_coluna1  .footer_top_copyright a:hover,
.footer_top_copyright a:hover,
#footer li a:hover,
.footer_top_coluna .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{color:#6ec4e8;}




@media (max-width: 992px) {
 #footer_items_wrapper {display:block;}
  #footer_items_wrapper .slick-dots {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  text-align: center;
}
#footer_items_wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#footer_items_wrapper .slick-dots li:before {
  display: none;
}
#footer_items_wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
#footer_items_wrapper .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
  text-align: center;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer_items_wrapper  .slick-dots li.slick-active button:before, 
#footer_items_wrapper  .slick-dots li:hover button:before {
  background-color: #003a5c;
}
  
}


@media (max-width: 767px) {
 #footer {
    padding: 20px 0;
}
.span12.footer_top{  grid-gap: 0rem;    text-align: center;gap: 0rem;grid-template-columns: repeat(1,minmax(0,1fr));}
.footer_top_coluna{ margin-top:20px; margin-bottom:0px;}  
  
 #footer .span12.footer_top_coluna2{ padding:0 ;}
#footer .span12.footer_top_coluna3{ padding:0 ;}
 .footer_top_coluna ul{ margin-bottom:0;}

#footer .row-fluid .span12.footer_top_coluna_titulo{min-height:0px!important;}  
.footer_top_copyright.footer_top_copyright_mobile{display:block;}
  
.footer_top_copyright.footer_top_copyright_desktop{display:none;}
  
.footer_top_coluna{ border-bottom:1px solid #fff;}
.footer_top_coluna_menu,
.footer_top_coluna_desc{ height:0;overflow: hidden;} 
.footer_top_coluna_desc.ftcd4{ height:auto;}
.footer_top_coluna.footer_top_coluna4{ border-bottom:none;}
  
  .footer_top_coluna_titulo.ftct1,
  .footer_top_coluna_titulo.ftct2,
  .footer_top_coluna_titulo.ftct3{ text-align:left; position:relative; padding-right:30px;}
  .footer_top_coluna_titulo.ftct1:after,
  .footer_top_coluna_titulo.ftct2:after,
  .footer_top_coluna_titulo.ftct3:after{
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    content: "\f067";
    font-weight: 900;
    color: #fff;
    position:absolute; top:-1px; right:8px;
}
  
    .footer_top_coluna_titulo.ftct1.active:after,
  .footer_top_coluna_titulo.ftct2.active:after,
  .footer_top_coluna_titulo.ftct3.active:after{content: "\f068";}
  
  #footer li {
    text-align: left;
}
  
}
@media (max-width: 480px) {
  .span12.widget-span.footer_item .footer_item_img img{    margin: auto;
    display: block;}
  .span12.widget-span.footer_item .footer_item_img{ min-width:90px;}
#footer_items_wrapper {
    grid-gap: 0rem;
    gap: 0rem;
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}