/* ========================================================= 
 * Template Customization
 * ====================================================== */
 

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

/* ---------------------------------------------------------
 * This colors is used as background color for the header, 
 * the footer and other sections. Also for some texts in 
 * the Homepage, and the main texts in the blog and landing 
 * pages. Also for some buttons, etc. */
   
  

/* --------------------------------------------------------- 
 * This colors is used as background color for the header
 * and other sections. Also for some titles, links, buttons 
 * and arrows as bullet points. */

  

/* ---------------------------------------------------------
 * This colors is used in titles and texts. Also for the 
 * icons on one section in the Homepage. */

  


/* =========================================================
 * Fonts

/* ---------------------------------------------------------
 * This font is used for titles. */ 
 


/* --------------------------------------------------------
 * This font is used for text. */ 
 


/* ---------------------------------------------------------
 * This font is used for the buttons. */ 
 


/* ---------------------------------------------------------
 * This font is used for the footer. */ 
 




/* ============================================================
 * Styles
 * ========================================================= */
 
  /* =========================================================
 * HubSpot Requireds
 * ====================================================== */

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

/* =========================================================
 * InboundCycle Requireds
 * ====================================================== */
  
/* ------------------------------------------------------------
 * Globals */

  /* @group [ style.globals.css ] ============================= */
/* @group Layout -------------------------------------------- */

	* {
		-webkit-font-smoothing: antialiased;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004) }

	html, body {
		margin: 0;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		color: #374042;
		background: transparent; }

	a,
	a:checked,
	a:active {
		color: #ff4e50;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease }

	a:hover {
		text-decoration: none;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease }


	h1 {
		margin: 20px 0;
		color: #ff4e50;
		font-size: 52px;
		font-weight: 600;
		letter-spacing: -1.5px;
		line-height: 110% }

	h2 {
		margin: 20px 0;
		color: #374042;
		font-size: 38px;
		font-weight: 600;
		letter-spacing: -0.5px }

	h3 {
		margin: 20px 0;
		color: #374042;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: -0.5px }

	.subtitle {
		margin: 0 0 30px 0;
		color: #374042;
		font-size: 28px;
		font-weight: 200;
		letter-spacing: -0.5px;
		opacity: 0.5 }

	p {
		margin: 0 0 20px 0;
		font-weight: 400;
		line-height: 150% }

	.widget-span {
		min-height: 0px!important }

	.widget-type-space {
		border: 1px solid transparent }

	.module {
		overflow: hidden }

	.wrapper {
		float: none!important;
		padding: 60px;
		margin: 0 auto!important;
		max-width: 1200px }

	.hs_cos_wrapper_type_rich_text ul {
		padding: 0;
		margin: 30px 0;
		list-style: none }

	.hs_cos_wrapper_type_rich_text ul ul {
		margin: 12px 0 }

	.hs_cos_wrapper_type_rich_text li {
		padding: 0 0 0 16px;
		margin: 0 0 10px 0;
		line-height: 140% }

	.hs_cos_wrapper_type_rich_text li:before {
		margin: 0 12px 0 0;
		float: left;
		font-family: "FontAwesome";
		content: "\f10c";
		color: #ff4e50 }

	.hs_cos_wrapper_type_rich_text li li:before {
		content: "\f1db";
		opacity: 0.5 }

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

	.clearfix:after {
	  clear: both }

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

/* @end */
/* @group Social Icons -------------------------------------- */

	.hs_cos_wrapper_type_social_sharing a {
		margin: 0 2px;
		width: 42px!important;
		text-decoration: none;
		display: inline-block }

	.hs_cos_wrapper_type_social_sharing a img {
		display: none }

	.hs_cos_wrapper_type_social_sharing a:before {
		display: block;
		color: #374042;
		font-size: 18px;
		font-family: 'FontAwesome';
		width: 38px;
		height: 38px;
		border: 2px solid #374042;
		border-radius: 50%;
		line-height: 220%;
		text-align: center!important;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease }

	.hs_cos_wrapper_type_social_sharing a:hover:before {
		color: #ffffff;
		background-color: #374042 }

	.hs_cos_wrapper_type_social_sharing a.facebook:before 	{ content: '\f09a' }
	.hs_cos_wrapper_type_social_sharing a.linkedin:before 	{ content: '\f0e1' }
	.hs_cos_wrapper_type_social_sharing a.twitter:before 		{ content: '\f099' }
	.hs_cos_wrapper_type_social_sharing a.googleplus:before { content: '\f0d5' }
	.hs_cos_wrapper_type_social_sharing a.pinterest:before 	{ content: '\f231' }
	.hs_cos_wrapper_type_social_sharing a.email:before 			{ content: '\f003' }

	/* Follow Me Module */

	.hs_cos_wrapper_type_follow_me .fm_button span {
		display: block;
		margin: 0 3px;
		width: 38px;
		height: 38px;
		color: #ffffff;
		font-size: 16px;
		font-family: 'FontAwesome';
		text-align: center;
		border: 2px solid #ffffff;
		border-radius: 50%;
		line-height: 210%;
		background: none!important }

	.hs_cos_wrapper_type_follow_me .fm_button:hover span {
		background-color: rgba(255, 255, 255, .20)!important }

	.hs_cos_wrapper_type_follow_me .fm_twitter span:before 		{ content: '\f099' }
	.hs_cos_wrapper_type_follow_me .fm_linkedin span:before 	{ content: '\f0e1' }
	.hs_cos_wrapper_type_follow_me .fm_facebook span:before 	{ content: '\f09a' }
	.hs_cos_wrapper_type_follow_me .fm_youtube span:before 		{ content: '\f16a' }
	.hs_cos_wrapper_type_follow_me .fm_googleplus span:before { content: '\f0d5' }
	.hs_cos_wrapper_type_follow_me .fm_rss span:before 				{ content: '\f09e' }

/* @end */
/* @group Responsive ---------------------------------------- */

	@media ( max-width: 768px ) {

		.wrapper {
			padding: 30px }

		h1 {
			margin: 16px 0;
			font-size: 42px;
			letter-spacing: -1.2px }

		h2 {
			margin: 16px 0;
			font-size: 32px;
			letter-spacing: -0.4px }

		h3 {
			margin: 16px 0;
			font-size: 28px;
			letter-spacing: -0.4px }

		.subtitle {
			margin: 0 0 20px 0;
			font-size: 24px;
			letter-spacing: -0.4px }

	}

	@media ( max-width: 520px ) {

		.wrapper {
			padding: 40px 16px }

	}


/* @end */
/* @end */
  /* @group [ style.footer.css ] ============================== */
/* @group Layout -------------------------------------------- */
    
	.footer-container-wrapper {
		padding: 60px;
		background-color: #393939 }
	
	.footer-container {
		margin: 0 auto;
		max-width: 1082px;
		color: #fff }
	
	.footer-container .copyright {
		text-align: center }
	
	.footer-container .follow {
		text-align: right }

/* @end */
/* @group Responsive ---------------------------------------- */
    
	@media (max-width:768px) {

		.footer-container {
			text-align: center }
		
		.footer-container .logotype {
			margin: 0 0 15px 0 }

		.footer-container .copyright {
			font-size: 14px;
			opacity: 0.5;
			margin: 0 0 20px 0 }
		
		.footer-container .follow.module {
			text-align: center }
            
	}

/* @end */
/* @end */
  /* @group [ style.topbar.css ] ============================== */
/* @group Layout -------------------------------------------- */

	.header {
		position: fixed!important;
		min-width: 100%;
		top: 0;
		left: 0;
		padding: 24px 60px;
		z-index: 999;
		background-color: #ff4e50 }

	.header .frame {
		float: none;
		margin: 0 auto!important;
		max-width: 1082px }

/* @end */
/* @group Logotype ------------------------------------------ */

	.header .logotype {
		text-align: left }

/* @end */
/* @group Menu ---------------------------------------------- */

	.header .menu {
		text-align: right }

	.header .menu ul {
		float: right;
		overflow: visible }

	.header .menu ul li {
		margin: 0 0 0 40px }

	.header .menu ul li a {
		padding: 0;
		max-width: 100%;
		width: auto!important;
		color: #fff;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 500;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease }

	.header .menu ul li a:hover {
		opacity: 0.6 }

	.header .menu ul li.active a,
	.header .menu ul li.active-branch a {
		opacity: 0.5; }

	.header .menu ul li > ul {
		padding-top: 10px;
		text-align: left }

	.header .menu ul li > ul li  {
		margin: 0;
		margin-bottom: 1px }

	.header .menu ul li > ul li a {
		padding: 10px 40px 10px 12px;
		background-color: #374042 }

	.header .menu ul li > ul li a:hover {
		color: #ff4e50;
		opacity: 1;
		background-color: #ffffff }
	
/* @end */
/* @group Responsive ---------------------------------------- */

	@media (min-width:769px) {

		.header .menu {
			display: block!important }

	}

	@media (max-width:768px) {

		.header {
			padding: 24px 30px }

		.header .menu {
			display: none;
			position: absolute;
			left: 0;
			width: 100%;
			background-color: rgba(0,0,0,0.90) }

		.header .menu ul {
			float: none;
			width: 100%;
			text-align: left }

		.header .menu ul li {
			float: none;
			width: 100%;
			margin: 0;
			border-top: 1px solid rgba(255,255,255,0.20) }			

		.header .menu ul li a {
			display: block;
			padding: 16px;
			font-size: 15px;
			font-weight: 600 }

		.header .menu ul li a:hover {
			color: #ff4e50;
			opacity: 1;
			background-color: #ffffff }

		.header .menu ul li > ul {
			position: relative!important;
			visibility: visible!important;
			opacity: 1!important;
			padding: 0 }

		.header .menu ul li > ul li a {
			display: block;
			padding: 16px;
			font-size: 15px;
			font-weight: 400;
			opacity: 0.6;
			background-color: transparent }
	}

	@media ( max-width: 520px ) {

		.header {
			padding: 16px }
		
	}

/* @end */
/* @end */
  /* @group [ style.forms.css ]================================ */
/* @group Fields -------------------------------------------- */
    
	.form-title {
		margin: 0 0 30px 0;
		color: #82b5a9; }
	
	.hs-form-field {
		display: block;
		margin: 0 0 15px 0 }
	
	.hs-form-field label {
		display: block;
		margin-bottom: 6px;
		font-weight: 600 }
	
	.hs-form-field label .hs-form-required {
		margin: 0 0 0 2px }

	.hs-form-field .input {
		margin: 0!important }
	
	.hs-form-field .hs-input {
		display: inherit;
		margin: 0;
		color: #393939;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		border: 1px solid #ddd;
		border-radius: 3px!important;
		box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);
		outline: none;
		background-color: #ffffff;
		-webkit-transition: all 0.2s ease; 
		-moz-transition: all 0.2s ease; 
		transition: all 0.2s ease;}

  .hs-form-field input.hs-input {
    padding: 10px!important;
  }
	
	.hs-form-field select.hs-input {
		height: 44px }
	
	.hs-form-field .hs-input:hover {
		border-color: #ccc }

	.hs-form-field .hs-input:focus {
		border-color: #bbb; }

	.hs-form-field .hs-input.error,
	.hs-form-field .hs-input.error:hover,
	.hs-form-field .hs-input.error:focus {
		border-color: #f1d375;
		border-radius: 2px 2px 0 0!important;	}

/* @end */
/* @group Lists --------------------------------------------- */
	
	.inputs-list {
		margin: 10px 0;
		padding: 0px;
		list-style: none }
	
	.inputs-list li {
		margin: 0 0 5px 0 }
	
	.inputs-list li label {
		display: inline;
		font-weight: 400;
		opacity: 0.6 }
	
	.inputs-list li.hs-form-radio input,
	.inputs-list li.hs-form-checkbox input,
	.inputs-list li.hs-form-booleancheckbox input {
		float: left;
		margin: 2px 5px 2px 1px;}
	
	.inputs-list.hs-error-msgs {
		margin: 0;
		border-radius: 0 0 2px 2px;
		background-color: #f1d375 }
	
	.inputs-list.hs-error-msgs li {
		padding: 8px 10px 10px 10px }
	
	.inputs-list.hs-error-msgs li label {
		margin: 0;
		opacity: 1;
		font-size: 14px;
		color: #9c780a }

/* @end */
/* @group Buttons ------------------------------------------- */
	
	.button,
	.hs-button {
		display: inline-block;
		text-decoration: none;
		text-align: center;
		border-width: 2px;
		border-style: solid;
		border-radius: 4px;
		-webkit-transition: all 0.2s ease; 
		-moz-transition: all 0.2s ease; 
		transition: all 0.2s ease;
		cursor: pointer }
	
	.button {
		padding: 10px 16px }
	
	.button.primary {
		color: #fff;
		border-color: #393939;
		background-color: #393939 }

	.button.primary:hover {
		color: #fff;
		border-color: #82b5a9;
		background-color: #82b5a9 }
	
	.button.secundary {
		color: #fff;
		border-color: #82b5a9;
		background-color: #82b5a9 }
	
	.button.secundary:hover {
		color: #fff;
		border-color: #393939;
		background-color: #393939 }

	.button.tertiary {
		color: #393939;
		border-color: #393939;
		background-color: none }

	.button.tertiary:hover {
		color: #fff;
		background-color: #393939 }

	.hs-button {
		display: inline-block;
		padding: 16px 60px;
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
		border: 2px solid #82b5a9;
		background-color: #82b5a9  }

	.hs-button:hover {
		border-color: #393939;
		background-color: #393939 }

	.hs_submit .actions {
		margin: 20px 0 0 0;
		text-align: center }
		
/* @end */
/* @group Columns ------------------------------------------- */
	
	.form-columns-2,
	.form-columns-3 {
		min-width: 100% }
	
	.form-columns-2 .hs-form-field,
	.form-columns-3 .hs-form-field {
		padding: 0 10px;
		box-sizing: border-box }
	
	.form-columns-2 .hs-form-field:first-child,
	.form-columns-3 .hs-form-field:first-child {
		padding-left: 0 }
	
	.form-columns-2 .hs-form-field:last-child,
	.form-columns-3 .hs-form-field:last-child {
		padding-right: 0px }
	
/* @end */
/* @end */
  /* @group [ style.cta.css ] ================================= */
/* @group Layout -------------------------------------------- */
	
  .cta.btn-default,
	.cta.btn-light {
		display: inline-block;
		padding: 20px 60px;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		font-size: 18px;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
		border: 2px solid #ffffff;
		border-radius: 4px;
		-webkit-transition: all 0.2s ease; 
		-moz-transition: all 0.2s ease; 
		transition: all 0.2s ease }

	.cta.btn-default {
		color: #fff;
		border-color: #393939;
		background-color: #393939 }
	
	.cta.btn-default:hover {
		color: #fff;
		border-color: #82b5a9;
		background-color: #82b5a9 }


/* @end */
/* @end */

/* ------------------------------------------------------------
 * Modules */

  /* @group [ style.module.basic-content.css ] ================ */
	
	.basic-content.module h1 {
		margin-top: 0 }

/* @end */
  /* @group [ style.module.image-parallax.css ] =============== */
/* @group Layout -------------------------------------------- */

	.image-parallax.module {
		background-color: rgba(0,0,0,.25) }

	.image-parallax.module,
	.image-parallax.module .image-parallax-wrapper {
		height: 200px }
	
	.image-parallax.module .image-parallax-wrapper {
		float: none;
		max-width: 1140px;
		margin: 0 auto;
		text-align: center }
	
	.image-parallax.module .image-parallax-wrapper .title {
		margin: 60px 0 0 0;
		color: #fff;
		font-weight: bold;
		font-size: 62px;
		text-shadow: 0x 2px 1px rgba(0,0,0,1) }
	
	.image-parallax.module .image-parallax-wrapper .title span {
		text-shadow: 0 0 20px rgba(0,0,0,0.60) }

/* @end */
/* @group Responsive ---------------------------------------- */

	@media (max-width:768px) {
	
		.image-parallax.module {
			height: 160px }
		
		.image-parallax.module .image-parallax-wrapper .title {
			font-size: 42px }
		
	}

	@media (max-width:520px) {
	
		.image-parallax.module {
			height: 120px }
		
		.image-parallax.module .image-parallax-wrapper .title {
			margin-top: 40px;
			font-size: 25px }
		
	}

/* @end */
/* @end */
  /* @group [ style.module.share.css ] ======================== */
/* @group Layout -------------------------------------------- */
    
	.share.module {
		background-color: #f1f1f1 }
	
	.share.module .share-wrapper {
		padding: 60px;
		text-align: center }
	
	.share.module .label {
		display: block;
		margin: 0 0 30px 0;
		color: #393939;
		font-size: 18px }

/* @end */
/* @group Responsive ---------------------------------------- */

	@media (max-width:520px) {
	
		.share.module .share-wrapper {
			padding: 40px 30px }
		
		.share.module .label {
			font-size: 18px }
	
	}
		
/* @end */
/* @end */

/* ------------------------------------------------------------
 * Templates */

  /* @group [ style.template.landing-page.css ] =============== */
/* @group Layout -------------------------------------------- */


/* @end */
/* @group Responsive ---------------------------------------- */

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

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

/* @end */	
/* @end */
  /* @group [ style.template.thank-you-page.css ] ============= */
/* @group Layout -------------------------------------------- */
	
	.thank-you-page .basic-content.module h1,
	.thank-you-page .basic-content.module .subtitle {
		text-align: center }
	
	.thank-you-page .cta-download {
		text-align: center;
		padding: 40px 0 60px 0 }

/* @end */
/* @group Responsive ---------------------------------------- */

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

	@media ( max-width: 520px ) {
		
		.thank-you-page .cta-download {
			padding: 30px 0 40px 0 }
		
	}

/* @end */	
/* @end */
  /* @group [ style.template.blog.css ] ======================= */
/* @group Layout -------------------------------------------- */

	/* Post Meta */

		.blog .post-meta {
			margin: 0 0 30px 0;
			height: 20px }

		.blog .post-meta > span {
			display: inline }

		.blog .post-meta .post-meta-author .post-meta-author-avatar img {
			float: left;
			margin: -12px 12px 0 0;
			width: 46px;
			height: 46px;
			border-radius: 50% }

		.blog .post-meta .post-meta-topics {
			margin-left: 8px;
			padding-left: 12px;
			border-left: 1px solid #ccc }

		.blog .post-meta .post-meta-topics a {
			text-decoration: none }

		.blog .post-meta .post-meta-topics a:hover {
			text-decoration: underline }

		.blog .post-meta .post-meta-counter {
			margin-left: 8px;
			padding-left: 12px;
			border-left: 1px solid #ccc }

		.blog .post-meta .post-meta-counter i {
			opacity: 0.5;
			margin: 0 0 0 2px }

		.blog .post-meta .post-meta-social {
			float: right }

		.blog .post-meta .post-meta-social > span {
			float: left;
			margin: 0 0 0 5px }

/* @end */
/* @group Post Listing -------------------------------------- */

	.blog .blog-listing .post {
		margin: 0 0 120px 0 }

	.blog .blog-listing .post h2 {
		margin: 0 0 30px 0 }

	.blog .blog-listing .post h2 a {
		text-decoration: none }

	.blog .blog-listing .post h2 a:hover {
		text-decoration: underline }

	/* Post Body */

	.blog .blog-listing .post .post-body .post-thumbnail {
		float: left;
		width: 40% }

	.blog .blog-listing .post .post-body .post-summary {
		margin-left: 40%;
		padding-left: 20px }

	.blog .blog-listing .post .post-body .post-summary .post-readmore a:after {
		font-family: "FontAwesome";
		content: "\f178";
		margin: 0 0 0 12px }

/* @end */
/* @group Post Content -------------------------------------- */

	.blog .post-content {
		margin: 0 0 60px 0 }

	.blog .post-content .post-header h1 {
		margin: 0 0 60px 0 }

	.blog .post-content .post-header .post-meta {
		margin: 0 0 60px 0 }
	
	.blog .post-content .post-body .post-thumbnail {
		margin-bottom: 30px }

/* @end */
/* @group Related Posts ------------------------------------- */

	.blog .post-related {
		margin: 60px 0 0 0;
		width: 100% }

	.blog .post-related-wrapper {
		float: left;
		width: 103%;
		margin-left: -1.5% }

	.blog .post-related .post-related-item {
		float: left;
		width: 30.33%;
		margin: 0 1.5% }

	.blog .post-related .post-related-item .post-related-item-thumbnail {
		margin-bottom: 15px }

	.blog .post-related .post-related-item .post-related-item-thumbnail a {
		display: block;
		height: 160px;
		background-color: #000; }

	.blog .post-related .post-related-item .post-related-item-thumbnail a img {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease }

	.blog .post-related .post-related-item .post-related-item-thumbnail a:hover img {
		opacity: 0.8 }

	.blog .post-related .post-related-item .post-related-item-title a {
		text-decoration: none;
		font-weight: 500 }

	.blog .post-related .post-related-item .post-related-item-title a:hover {
		text-decoration: underline }

/* @end */
/* @group Pagination ---------------------------------------- */

	.blog .blog-pagination {
		padding: 60px 0 0;
		border-top: 1px solid #ddd }

	.blog .blog-pagination .previous {
		float: left }

	.blog .blog-pagination .next {
		float: right }

	.blog .blog-pagination .previous:before {
		font-family: "FontAwesome";
		content: "\f177";
		margin: 0 12px 0 0 }

	.blog .blog-pagination .next:after {
		font-family: "FontAwesome";
		content: "\f178";
		margin: 0 0 0 12px }

/* @end */
/* @group Sidebar ------------------------------------------- */

	.blog .sidebar {
		padding-left: 30px }

	.blog .sidebar .layout-widget-wrapper {
		margin: 0 0 60px 0 }

	.blog .sidebar .layout-widget-wrapper h3 {
		margin: 0 0 30px 0;
		font-size: 24px }

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

	.blog .sidebar .hs_cos_wrapper_type_post_listing ul li,
	.blog .sidebar .hs_cos_wrapper_type_post_filter ul li {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #ddd }

	.blog .sidebar .hs_cos_wrapper_type_post_listing ul li:first-child,
	.blog .sidebar .hs_cos_wrapper_type_post_filter ul li:first-child {
		padding-top: 0px }

	.blog .sidebar .hs_cos_wrapper_type_post_listing ul li:last-child,
	.blog .sidebar .hs_cos_wrapper_type_post_filter ul li:last-child {
		padding-bottom: 0px;
		border-bottom: none }

	.blog .sidebar .hs_cos_wrapper_type_post_listing ul li a,
	.blog .sidebar .hs_cos_wrapper_type_post_filter ul li a {
		text-decoration: none;
		color: #374042;
		opacity: 0.5 }

	.blog .sidebar .hs_cos_wrapper_type_post_listing ul li a:hover,
	.blog .sidebar .hs_cos_wrapper_type_post_filter ul li a:hover {
		opacity: 1 }

	.blog .sidebar .layout-widget-wrapper .hs_cos_wrapper_type_follow_me > div{
		text-align: center }

	.blog .sidebar .layout-widget-wrapper .hs_cos_wrapper_type_follow_me a span {
		color: #374042;
		border-color: #374042 }

	.blog .sidebar .layout-widget-wrapper .hs_cos_wrapper_type_follow_me a:hover span {
		color: #fff;
		background-color: #374042!important }

/* @end */
/* @group Responsive ---------------------------------------- */

	@media ( max-width: 1140px ) {

		/* Blog Listing */

		.blog .blog-listing .post .post-meta .post-meta-author .post-meta-author-avatar img {
			margin: -8px 12px 0 0;
			width: 32px;
			height: 32px }

	}

	@media ( max-width: 920px ) {

		/* Blog Listing */

		.blog .post-meta .post-meta-author .post-meta-author-avatar img {
			display: none }

		.blog .post-meta .post-meta-social {
			display: block;
			margin: 10px 0 20px 0;
			width: 100%!important }

		.blog .post-meta .post-meta-social > span {
			margin: 0 5px 0 0 }

	}

	@media ( max-width: 768px ) {

		/* Post Listing */

		.blog .blog-listing .post {
			margin-bottom: 60px }

		.blog .blog-listing .post h2 {
			margin: 0 0 15px 0 }

		.blog .blog-listing .post .post-body .post-thumbnail {
			float: none;
			margin: 0 0 20px 0;
			width: 100% }

		.blog .blog-listing .post .post-body .post-summary {
			margin: 0;
			padding: 0 }

		/* Pagination */

		.blog .blog-pagination {
			margin-bottom: 60px }

		/* Post Content */

		.blog .post-footer {
			margin-bottom: 120px 	}


		/* Related Posts */

		.blog .post-related-wrapper {
			width: 100% }

		.blog .post-related .post-related-item {
			float: none;
			width: 100%;
			margin-bottom: 30px }

		/* Sidebar */

		.blog .sidebar {
			padding-left: 0px }

	}

	@media ( max-width: 520px ) {

	}

/* @end */
/* @end */
  /* @import url('http://example.com/example_style.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;}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Landing Page & Thank You Page */

html {
  scroll-behavior: smooth;
}

.header {
    background-color: #fff;
    position: absolute !important;
    padding: 5px 60px }

@media screen and (max-width: 1024px) {
  body.resources-center div.header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .resources-center ul.active-branch {
    margin-right: 10px;
  }
  
  .resources-center .header .menu ul li a {
    font-size: 11px;
  }
  
}

.image-parallax.module, .image-parallax.module .image-parallax-wrapper {
    height: 300px }

@media (max-width: 768px) {
    .image-parallax.module {
        height: 160px }
}

h1 {
    color: #82b5a9;
    font-family: "Playfair Display", serif;
    font-size: 40px !important;
    font-weight: 900 !important;
    line-height: inherit !important }

.resources-center h1{
  background-color: rgba(255,255,255,0.5);
  padding: 5px 20px; }

.subtitle, h2, h3 {
    font-size: 20px;
    color: #747474;
    font-weight: 300;
    opacity: 1 }

.subtitle {
    margin-bottom: 50px }

.resources-center .subtitle {
    margin-bottom: 0;
    color: #fff; }

h2, p, span, li {
    font-family: "Roboto", sans-serif }

h3 {
    font-size: 17px }

p, li {
    color: #000;
    font-size: 14px;
    font-weight: 300 }

p {
    line-height: 23px }

li {
    font-weight: 500 }
    
a {
    color: #82b5a9 }    

.hs_cos_wrapper_type_rich_text li:before {
    content: '\f08d';
    color: #82b5a9 }

.hs_cos_wrapper_type_rich_text li li:before {
    content: '\f08d' }

@media (max-width: 520px) {
    .hs_cos_wrapper_type_rich_text p img {
        width: 100%!important }
}

/* Form */

form {
    background-color: #787875;
    padding: 30px 35px 65px }

form fieldset{
		max-width:100%!important}

.form-title {
    color: #fff;
    font-family: "Playfair Display", serif;
    background-color: #82b5a9;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin: 0;
    padding: 10px }

.hs-form-field .hs-input {
    border-radius: 0 !important;
    box-shadow: none;
    border: 2px solid #fff }

.hs-form-field em{
  font-size: 10px;
  line-height: 23px;
  font-style: normal;
  padding: 0 0 20px 0;
}


/*.hs-form-field .hs-input:not([type="checkbox"]){
  		width:100%!important;}*/

.hs-form-field input::placeholder, .hs-form-field textarea::placeholder, .hs-form-field label span, .hs-form-field select.hs-input, .error-page .hs-form .field label, .error-page .hs-form .field .hs-input, #email-prefs-form h3, #email-prefs-form input[type="email"] {
    color: #000;
    text-transform: none;
    font-size: 14px;
    font-family: "Raleway", sans-serif }

.hs-form-field select.hs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

form .hs-fieldtype-select .input {
   position: relative;
}

form .hs-fieldtype-select .input:after {
    position: absolute;
    content: '\f0d7';
    color: #000;
    font-family: 'FontAwesome';
    height: 44px;
    line-height: 44px;
    top: 0px;
    right: 17px;
}

.hs-form-field label span, .error-page .hs-form .field label, #email-prefs-form h3 {
    color: #fff }

.error-page .hs-form .field label, #email-prefs-form h3 {
    display: block;
    margin-bottom: 6px;
    font-weight: 600 !important;
    max-width: 100% }

.error-page .hs-form .field input.hs-input, #email-prefs-form input[type="email"] {
    padding: 10px 10px!important;
    margin-bottom: 30px }

form fieldset.form-columns-1 .hs-form-field .hs-input{
  width: 100%;
}

.hs-form-field .hs-input:hover {
    border-color: #fff }

.hs-form-field .hs-input:focus {
    color: #82b5a9;
    border: 2px solid;
    border-radius: 3px!important;
    text-transform: none }

.hs-form-field label {
    color: #fff }

.hs-form-field label .hs-form-required {
    display: none }

.hs-form-field .hs-input.error, .hs-form-field .hs-input.error:hover, .hs-form-field .hs-input.error:focus {
    border-radius: 0 !important; 
    border-color: #dd3333 }

.inputs-list li.hs-form-booleancheckbox label {
    opacity: 1 }

.inputs-list li.hs-form-booleancheckbox label span {
    text-transform: none !important;
    color: #000;
    font-family: "Roboto", sans-serif  }

.inputs-list.hs-error-msgs {
    border-radius: 0;
    background-color: #dd3333 }

.inputs-list.hs-error-msgs li label {
    color: #fff }

.hs_submit .actions {
    margin-top: 30px }

@media(max-width: 580px){
  form .form-columns-2 .hs_nombre,
form .form-columns-2 .hs_apellido{
  padding-left: 0px;
  padding-right: 0px;
  float: none !important;
  width: 100% !important;
}

form .form-columns-2 .hs_nombre .hs-input,
form .form-columns-2 .hs_apellido .hs-input{
  margin-left: 0px;
  margin-right: 0px;
  width: 100% !important;
}
}

@media (max-width: 400px) {
    .form-columns-2 .hs-form-field, 
  	.form-columns-3 .hs-form-field {
      padding:0 }
  
    /*.hs-form-field select.hs-input {
      font-size: 12px;
    }*/
  
}

/* Form buttons and other buttons */

.hs-button, .cta.btn-default, .button {
    background-color: #82b5a9;
    color: #fff;
    border-radius: 0;
    font-family: "Raleway", sans-serif }

.hs-form .hs-button  {
    width: 100%;
    padding: 16px 10px;
    white-space: normal }

.cta.btn-default, .button {
    border-color: #82b5a9 ;
    text-transform: none }

.hs-button:hover, .cta.btn-default:hover, .button:hover {
    background-color: transparent;
    border: 2px solid }

.cta.btn-default:hover, .button:hover {
    color: #82b5a9  }


/* Beneficios */

.beneficios-container{
  background: #82B5A8;
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}

.beneficios-wrapper{
  max-width: 1100px;
  padding: 0px;
  padding-top: 50px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 80px;
  row-gap: 50px;
}

.beneficio{
  max-width: 300px;
  text-align: center;
  background: #787875;
  padding: 30px;
  border-radius: 30px;
  color: white;
  box-shadow: inset 10px 10px 70px #4e4e4d, inset -10px -10px 50px #4e4e4d;
}

.beneficios-container h2{
  padding-top: 80px;
  text-align: center;
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0px;
}

.beneficio img{
  max-width: 90px;
}

.beneficio h3{
  font-size: 25px;
  color: white;
  font-weight: bold;
  margin-top: 40px;
}

.beneficio p{
  color: white;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}

.beneficio-button{
  margin-top: 90px;
  text-align: center;
}

.beneficio-button a{
  background: white;
  padding: 20px 40px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: all 300ms;
}

.beneficio-button a:hover{
  color: white;
  background: #787875;
  box-shadow: inset 3px 3px 20px #4e4e4d, inset -3px -3px 20px #4e4e4d;
}

.beneficio-button.fixed a{
      position: fixed;
    right: 10px;
    bottom: 10px;
    box-shadow: 3px 3px 8px #9a9a9a;
  background: #834E95;
  color: white;
}

.beneficio-button.fixed a:hover{
  background: white;
  color: #834E95;
  box-shadow: 3px 3px 8px #6b6b6b;
  
}

@media(max-width: 1100px){
  .beneficios-wrapper{
    max-width: 90%;
  }
}

@media(max-width: 878px){
  .beneficios-wrapper{
   gap: 30px;
  }
  
.beneficio-button.fixed a {
    padding: 15px 20px;
    font-size: 14px;
}
}

@media(max-width: 580px){
  
  .beneficios-container{
    padding-bottom: 50px;
  }
  
  .beneficios-wrapper{
    grid-template-columns: 1fr;
    max-width: 95%;
        padding-top: 30px;
  }
  
  .beneficios-container h2{
    padding-top: 40px
  }
  
  .beneficio-img{
    max-width: 70px;
  }
  
  .beneficio-button{
    margin-top: 70px;
  }
}

/* Razones */

.razones-container{
  padding: 80px 0px;
}

.razones-container h2{
  text-align: center;
  color: #4e4e4d;
  font-size: 40px;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 50px;
}

.razones-wrapper{
  max-width: 1100px;
  margin: 0 auto;
}
 
.razon{
  display: flex;
  background: #82B5A8;
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 20px;
}

.razon:last-child{
  margin-bottom: 0px;
}

.razon-image{
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.razon-image img{
  max-width: 90px;
}

.razon-texto{
  flex: 1;
}

.razon-texto h3{
  font-size: 25px;
  color: white;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 15px;
}

.razon-texto p{
  color: white;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0px;
}

.razones-container .beneficio-button a{
  border: 2px solid #82B5A8;
}

.razones-container .beneficio-button a:hover{
  background: #82B5A8;
  box-shadow: none;
}

@media(max-width: 1250px){
  .razones-wrapper{
    max-width: 90%;
  }
}

@media(max-width: 878px){
  .razon-image{
    width: 130px;
    justify-content: left;
  }
}

@media(max-width: 580px){
  
  .razones-wrapper{
    max-width: 95%;
  }
  
  .razon{
    flex-direction: column;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  .razon-image{
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
}
/* Social Share */

.share.module {
    background-color: #fff }

.share.module .share-wrapper { 
    padding: 0 }

.share.module .label {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 0 }

.share.module .label span {
    font-family: "Playfair Display", serif;
    color: #787875;
    font-size: 24px;
    font-weight: 900 }

.share.module .social-icons {
    background-color: #fff;
    padding: 25px 20px 35px }

.hs_cos_wrapper_type_social_sharing a {
    margin: 5px 10px }

.hs_cos_wrapper_type_social_sharing a:before {
    color: #000;
    border-color: #000 }

.hs_cos_wrapper_type_social_sharing a:hover:before {
    background-color: #000 }


/* Footer */

footer span, footer p, footer li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #c8c8c8 }

.footer-container-wrapper {
    padding: 50px }

.footer-container .copyright {
    margin-top: 20px }

.footer-container .footer-menu {
    margin-top:12px;
    text-align:right;
}
.footer-container .row-fluid { width: 95%; margin: 0 auto; }
.footer-container .footer-menu .hs-menu-flow-horizontal ul {
    display: flex;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  max-width: none;
}
/* Landing Page */
fieldset.form-columns-1 .hs-input:not([type="checkbox"]):not([type="tel"]) {
  width: 100%;
}

@media ( max-width: 768px ) {
  .first-content > .row-fluid-wrapper > .row-fluid  {
    display: flex;
    flex-direction: column;
  }
  
  .first-content > .row-fluid-wrapper > .row-fluid > :first-child  {
    order: 2;
    margin-top: 30px;
  }
  
  .first-content > .row-fluid-wrapper.mobile > .row-fluid > :first-child {
    margin-top: 0;
  }
  
  .first-content > .row-fluid-wrapper.mobile > .row-fluid h1 {
    margin-bottom: 30px;
    text-align: center;
  }
  @media (max-width: 550px) {
    .footer-container .footer-menu .hs-menu-flow-horizontal ul {
      flex-direction: column;
      text-align: center;
    }
  }
}
/* Thank You Page */

.header .menu {
    padding: 30px 0 25px }

 .header .menu ul{
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0px 0px;
}

.header .menu ul li {
    margin-left: 10px;
    text-align:center; }

.header .menu ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    white-space: normal!important;
    padding: 10px;}



.header .menu ul li a:hover {
    opacity: 1;
    color: #82b5a9 }

.header .menu ul li:first-child a {
    padding-left: 0 }

.header .menu ul li:last-child a {
    color: #fff;
    background-color: #82b5a9 ;
    text-transform: none;
    font-size: 14px;
    font-family: "Raleway", sans-serif ;
    font-weight: 500;
    border: 2px solid #82b5a9 }

.header .menu ul li:last-child a:hover {
    background-color: #fff;
    color: #82b5a9 }

.thank-you-page .image-parallax.module {
    background-color: rgba(0,0,0,0.5) }

.thank-you-page .header-content {
    margin-top: 50px }

.thank-you-page .subtitle {
    margin-bottom: 20px;
    color: #fff }

.thank-you-page .cta-download {
    padding: 10px 0 55px 0 }

.header-lp {
  text-align: center;
  background-color: #82b5a9;
  padding: 15px 20px 0;
}
.header-lp h1, .header-lp span {
  color: #fff;
  padding-top: 25px;
}

.wrapper.lp-article {
  padding: 20px 0;
  width: 90%;
}

.lp-article .title {
  color: #82b5a9;
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: 15px;
}
.row-fluid .lp-article.form-container {
  min-width: 100%;
  background-color: #d9d9d9;
  margin: 25px 0 !important;
  border-top: #264a8a 2px solid;
  border-bottom: #264a8a 2px solid;
}
}

@media (max-width: 768px) {
    .header .menu {
        background-color: #fff }
    
    .resources-center .header .menu ul {
        display: block!important;
    }
    
    .header .menu ul li {
        border-bottom: 1px solid #eee }
    
    .header .menu ul li:last-child {
        border-bottom: 2px solid #82b5a9 }
    
    .header .menu ul li:first-child a {
        padding-left: 20px }
    
    .header .menu ul li:last-child a {
        font-family: inherit;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        background-color: transparent;
        color: #82b5a9 ;
        border: 0 }
    .header-lp h1 {
      font-size: 30px !important;
    }
    .header-lp span {
      font-size: 18px;
    }
    .thank-you-page .image-parallax.module {
        height: 300px }
        
    .footer-container .footer-menu {
        text-align:center;
        margin-top: 0;
    }
  .lp-article .hs_cos_wrapper {
    margin: 0 auto;
  }
  .lp-article .widget-span.widget-type-cell, .lp-article .widget-span.widget-type-custom_widget {
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .thank-you-page .image-parallax.module {
    height: 400px }
  
  .lp-article .hs_cos_wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
/* Page 404 */
.error-page .image-parallax.module {
  height: unset;
}

.title-center.wrapper {
  text-align: center;
  padding: 80px 20px;
}

.error-page .page-title h1 {
  font-size: 52px!important;
}

.error-page .page-subtitle {
  font-size: 21px;
}

.error-page .page-title h1,
.error-page .page-subtitle {
  color: #fff!important;
}


/* Subscription Preferences */

.subscription-template .basic-content .header {
    position: relative !important;
    background-color: transparent;
    padding: 0 }

.subscription-template .basic-content h2, .subscription-template .basic-content p, .subscription-template .basic-content .subscribe-options span {
    color: #fff }

.subscription-template .hs-button {
    width: 100%;
    padding: 16px 10px;
    white-space: normal }

.error-page .hs-form .hs-button {
    width: inherit;
    padding: 16px 60px }

/* Resources Center */

.resources-center .image-parallax.module{
  display:flex;
  justify-content: center;
  align-items: center; }

.resources-center .resources .hs_cos_wrapper_type_widget_container{
  display:flex;
  flex-wrap:wrap; }

.resources-center .resources .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget{
  flex-basis: 29%;
  margin: 0 20px;}

.resources-center .basic-content.module h1, .resources-center .basic-content.module .subtitle {
    text-align: center }

.resources-center .resource-box {
    float: left;
    margin-bottom: 75px;
    display:flex;
    flex-direction: column; }

.resources-center .resource-box .img-box {
    width: 70%;
    margin: 0 auto;
    flex-shrink: 0;
    min-height: 322px }

.resources-center .resource-box .img-box img{
  height:auto!important;
}

.resources-center .resource-box .info-box {
    width: 100% }

.resources-center .resource-box .info-box h2 {
    margin-top: 0 }

.resources-center .resource-box .info-box h2 a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500 }

.resources-center .resource-box .info-box ul {
    padding: 0;
    margin: 30px 0;
    list-style: none }

.resources-center .resource-box .info-box ul li {
    margin: 0 0 10px 0;
    line-height: 140% }

.resources-center .resource-box .info-box li:before {
    font-family: FontAwesome;
    content: '\f08d';
    color: #82b5a9;
    margin: 0 12px 0 0;
    float: left }

.resources-center .resource-box .info-box .button {
    margin-top: 20px;
    padding: 15px 60px;
    font-size: 17px }

@media (max-width: 1139px) {
 .resources-center .header .span3 {
      width: 100%!important;
      text-align: center;
  }
 .resources-center .span9.menu {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .resources-center .resources .hs_cos_wrapper_type_widget_container {
    justify-content: space-around;
    align-items: center;
  }
  
}

@media (max-width: 1139px) and (min-width: 768px) {
    .resources-center .content {
        width: 100%; }

}

@media (max-width: 660px) {
    .resources-center .header .menu ul{
      display:flex;
      flex-direction: column;}
  
    .resources-center .header .menu ul li{
      margin: 0; }
  
    .resources-center .image-parallax.module{
      height:180px;}
    
    .resources-center .basic-content.module h1{
      margin-top: 40px;}
  
    .resources-center .basic-content.module .subtitle{
      padding: 0 10px;}
  
    .resources-center .resources .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_widget{
      flex-basis:100%;}
    
    .resources-center .resource-box{
      flex-direction:column;}
  
    .resources-center .resource-box .info-box, .resources-center .resource-box .img-box {
        width: 100% }
    
    .resources-center .resource-box .img-box {
        text-align: center }
}

/* Related Ebooks section */
.ic-resources-center {
	padding: 0 20px;
}

.ic-resources-center .ic-resources-center-listing .row-fluid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 330px));
	justify-content: center;
	grid-gap: 40px;
}

.ic-resources-center .ic-resources-center-category.related-section-title {
	color: #787875;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 60px;
}

.ic-resources-center .ic-resources-center-listing-item {
	padding: 20px 0;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
	transition: .3s all;
}

.ic-resources-center .ic-resources-center-listing-item:hover {
	box-shadow: 0 20px 20px -10px rgba(0,0,0,.3);
}

.ic-resources-center .ic-resources-center-listing .row-fluid:before,
.ic-resources-center .ic-resources-center-listing .row-fluid:after {
	position: absolute;
}

.ic-resources-center .ic-resources-center-listing-item-image {	
	padding: 0;
	height: 300px;
}

.ic-resources-center .ic-resources-center-listing-item-image,
.ic-resources-center a:hover .ic-resources-center-listing-item-image{
	background: none;
	box-shadow: none;
}

.ic-resources-center .ic-resources-center-listing-item-title {
	color: #82b5a9;
}

/* Seminars section */
.seminar-content .seminars-title{
  	letter-spacing: -0.5px;
  	font-weight:300;
  	font-size:20px;
  	margin-bottom: 20px;
}
.seminar-content .seminars-title h2{
  	margin: 0;
	  font-size: 26px;
    color: #82b5a9;
    font-weight: bold;
}
.seminar-content .seminars-description{
  	margin-bottom:20px;
}
.seminar-content .active-seminars{
		padding-bottom: 35px;
    border-bottom: 1px solid #82b5a9;
    margin-bottom: 30px;
}
.seminar-content img{
  	height:auto;
}
.seminar-container .hs_cos_wrapper_widget_container{
  	display:grid;
	  grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.seminar-container .hs_cos_wrapper_widget_container .resource-box{
  	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.seminar-container .video-info-button:empty{
  	display:none;
}

@media (max-width: 768px) {
  	.seminar-container .hs_cos_wrapper_widget_container{
      	grid-template-columns: 1fr;
  	}
}


.landing-page .order-mobile-2.margins-mobile {
  margin-top: -160px;
}

@media (max-width: 768px) {
  .landing-page .mobile-hide { display: none; }
  
  .landing-page .order-mobile .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  
  .landing-page .order-mobile-2.margins-mobile {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .order-mobile-1 { order: 1;}
  .order-mobile-2 { order: 2;}
  .order-mobile-3 { order: 3;}
}

/* Password Page */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1080px;
    margin: 0 auto;
    padding: 300px 0px 60px;
    min-height: 84vh !important;
}
.container-fluid .row-fluid .page-center form input[type=password] {
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 90%;
  }
}

/* Landing Page TOFU FR */

.landing-page-fr .order-mobile-2.margins-mobile {
  margin-top: 0;
}
.landing-page-fr .img-box {
  margin-bottom: 25px;
}
.landing-page-fr .img-box img {
  width: 350px;
  height: auto;
}
.landing-page-fr .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  text-overflow: initial;
}

@media (max-width: 768px) {
  .landing-page-fr .header-container img {
    position: block;
  }
  .landing-page-fr .order-mobile .row-fluid {
    display: block;
    margin-bottom: 25px;
  }
  .landing-page-fr .img-box img {
    width: 300px;
  }
}

/* Thank You Page TOFU FR */

.thank-you-page-fr .header-container .hs-image-widget  {
  width: 90%;
}
.thank-you-page-fr .header-container .row-number-3 {
  max-width: 1200px;
  margin: 0 auto;
}
.thank-you-page-fr .body-container img {
  height: auto;
}
/* landing Page Seminario */

.landing-page-seminario .wrapper {
  padding: 60px 60px 10px 60px;
}
.landing-page-seminario .subtitle {
  margin-bottom: 0px;
}