/* =========================================================
 * 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 */
	/* This is for felx grid */
.blog .container, 
.blog .main-wrapper,
.blog .module#hero .hero-wrapper,
.blog .hero__wrapper {
	max-width: 1300px;
}

.posts-listing__grid {
	display: flex;
	flex-flow: row wrap;
	margin: -30px 0 0 -20px;
}

.posts-listing__grid .posts-listing__post.card {
	flex: 1 1 30%;
	background: #f5f5f5;
	border-radius: 2px;
	margin: 30px 0 0 20px;
}


@media( min-width: 576px ) {	
	.posts-listing__grid>:nth-child(5n - 2) {
		flex: 1 1 34%!important;
	}
	
	.posts-listing__grid > :nth-child(10n - 9) {
		flex: 1 1 65%!important;
	}
}

@media( max-width: 480px ) {
	.posts-listing__grid .posts-listing__post.card {
		flex: 1 1 100%;
	}
}
	/* @group [ style.globals.css ] ============================= */
/* @group Layout -------------------------------------------- */
* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-box-sizing: border-box;
  box-sizing: border-box;}

html, 
body.tmp,
body {
	margin: 0;
	font-family: var(--default-font-family)!important;
	font-weight: 400;
	color: #666;
	background: #EFEDED;}

.container {
	padding: 60px 15px;
	margin: 0 auto;
}

a,
a:checked,
a:active,
a img {
	outline: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease }

a:hover { outline: none;}

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

.tmp h1,
.tmp h2,
.tmp h3,
.tmp h4,
.tmp h5,
.tmp h6 {
	color: var(--default-title-color);
}

h1 {
	margin: 20px 0;
	font-size: 40px; /*52px;*/
	font-weight: 600;
	letter-spacing: normal;/*-1.5px;*/
	line-height: 48px }

h2 {
	margin: 20px 0;
	font-size: 30px;/*38px;*/
	font-weight: 600;
}

h3 {
	margin: 20px 0;
	font-size: 22px;/*28px;*/
	font-weight: 600;
}

.subtitle {
	margin: 0 0 30px 0;
	color: var(--default-title-color);
	font-size: 28px;
	font-weight: 200;
	opacity: 0.5 }

p {
	margin: 0 0 20px 0;
	font-weight: 400;
	color: var(--default-text-color);
	line-height: 150% }

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

button {
	outline: none!important;
}

/* Responsive ---------- */
@media (min-width: 768px) {
	.container,
	.main-wrapper,
	.text-container,
	.main-text__wrapper {
		max-width: 768px;}
}

@media (min-width: 992px) {
	.container,
	.main-wrapper,
	.text-container,
	.main-text__wrapper {
		max-width: 970px;}
}

@media (min-width: 1200px) {
	.container,
	.main-wrapper,
	.text-container,
	.main-text__wrapper {
		max-width: 1200px;}
}
	/* @group [ style.topbar.css ] ============================== */
/* @group Layout -------------------------------------------- */

/* Menu */
.tmp header.module.topbar {
	position: sticky;
	top: 0px;
	z-index: 10;
	width: 100%;
	pointer-events: none;
	transform: translateY(0%);
	transition: all 0.6s ease 0s;
}

.tmp .module#topbar {
	pointer-events: all;
}

.tmp .module#topbar .navbar {
	padding: 0;
	background: #7A9B49;
}

.tmp .module#topbar .topbar-wrapper .container {
  padding: 12px 15px 15px;
}

.tmp .module#topbar .navbar-collapse.collapse {
	width: 100%;
}

.module#topbar .navbar-header .navbar-toggle .icon-bar {
	border: 1px solid #fff;
	background-color: #fff;
}

.tmp .module#topbar #navbar-collapse ul li a {
	line-height: 30px;
  font-family: "avenir_medium";
  font-size: 16px;
	color: #FFF;
  /*text-transform: uppercase;*/
	text-decoration: none;
	padding: 0;
	max-width: unset;
}

.tmp .module#topbar #navbar-collapse ul li a:hover {
	color: var(--primary-color-light);
}

.tmp .module#topbar #navbar-collapse ul li ul {
	background: var(--primary-color);
	box-shadow: 0 10px 10px -10px rgba(73,80,87,0.3);
	/*top: 59px;*/
  padding-top:20px;
}

.tmp .module#topbar #navbar-collapse ul li ul li {
  border-bottom: 1px solid var(--primary-color-light);
  padding: 13px 20px 7px;
  margin: 0;
}
.tmp .module#topbar #navbar-collapse ul li ul li a {
	display: inline-block;
  color: #fff;
  line-height: 26px;
  text-transform: inherit;
	width: 100%;
}

.tmp .module#topbar #navbar-collapse ul li ul li a:hover {
	color: var(--primary-color-light);
}


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


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

	
/* @end */
/* @group Responsive ---------------------------------------- */
	
	@media (min-width:768px) {
		
		.blog.tmp .module#topbar .navbar {
			padding: 0;
		}
		
		.tmp .module#topbar .navbar-header {
			flex: 0 0 45%;
		}
		
		.tmp .module#topbar .navbar-collapse.collapse {
			max-height: unset!important;
		}
		
		.tmp .module#topbar .topbar-wrapper .container {
			display: flex;
			padding: 12px 20px 20px;
		}
		
		.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1 > a {
			padding: 17px 10px 11px;
			overflow: unset;
		}
		
		.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1:last-of-type > a {
			padding-right: 10px;
		}

	}

	@media (max-width:767px) {

		.tmp .module#topbar .topbar-wrapper .container {
			flex-flow: column;
			max-width: unset;
		}
		
		.tmp .module#topbar .navbar-collapse.collapse {
			display: none;
			overflow: hidden;
			transition: .4s;
		}
		
		.tmp .module#topbar #navbar-collapse ul {
			display: flex;
			flex-flow: column;
			padding: 20px 0 0;
			margin: 0;
		}
		
		.module#topbar #navbar-collapse ul > :first-child {
			border-top: 1px solid #ccc;
		}
		
		.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1 {
			padding: 15px 0;
		}
		
		.tmp .module#topbar #navbar-collapse ul li.hs-menu-depth-1:last-of-type {
			padding-bottom: 0;
		}
		
		.tmp .module#topbar #navbar-collapse ul li ul {
			margin: 0;
			border: none;
			background: none;
			box-shadow: none;
      visibility: visible;
      display: contents;
		}
		
		.tmp .module#topbar #navbar-collapse ul li ul li {
			padding: 0 10px;
			border: none;
		}
		
		.tmp .module#topbar #navbar-collapse ul li ul li a {
			padding: 15px 0 5px;
		}

	}

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

/* @end */
/* @end */
  /* @group [ style.hero.css ] ============================== */

/* @group Hero ---------------------------------------------------------------*/

#hero,
.hero { 
	position: relative; 
}

#hero .hero-wrapper {
	padding: 60px 30px;
}

#hero:before,
.hero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #7b9a4e99;
	z-index: 1;
}

.hero .hero-background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 404 page */ 
.page-404.blog .module#hero .hero-background-image {
  object-position: 50% 40%;
}
.page-404.blog .module#hero .hero-wrapper h1 {
  max-width: 800px;
}
.page-404.blog .module#hero .hero-wrapper span.hero-h1 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 25px;
}
.page-404 .module#hero .hero-wrapper .hero-cta-wrapper .hero-cta {
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #FFF;
  font-family: "avenir_medium";
  font-size: 20px;
  line-height: 24px;
}
.page-404 .module#hero .hero-wrapper .hero-cta-wrapper .hero-cta span {display:none;}
.page-404 .module#hero .hero-wrapper .hero-cta-wrapper .hero-cta p {
  color: #fff
}
.page-404 .module#hero .hero-wrapper .hero-cta-wrapper .hero-cta:hover {
  background: #fff5;
  transform: none;
}

/* @end */
	/* @group [ style.forms.css ]================================ */
/* @group Fields -------------------------------------------- */

	#form .form-wrapper {
    font-family: var(--default-font-family);
    border: 0;
    border-radius: 0;
    position: relative;
	}

	.form-wrap{
		padding: 30px;
		background: #fff;
		border: 0;
	}
  #form .form-category {
    color: var(--secondary-color);
    font-family: "avenir_heavy";
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 20px 0 30px;
  }
	#form .form-title {
		margin: 0;
    font-family: "avenir_heavy";
    font-size: 42px;
		color: var(--primary-color);
    line-height: 46px;
    padding-bottom: 20px;
  }
  #form .form-description {
    font-size: 18px;
    line-height: 30px;
  }

	#hs_cos_wrapper_suscription_form__title {

	}

	.hs-form-field {
		display: block;
		margin: 0 0 40px 0 }

  .hs-form-field.hs-fieldtype-booleancheckbox {
    margin-bottom: 15px;
  }

	#form .hs-form-field label {
    color: var(--secondary-color);
		display: block;
		margin-bottom: 10px;
    font-size: 17px;
}

  .hs-form-field legend {
		margin-bottom: 10px;
    padding: 0px;
  }

	.hs-form-field label .hs-form-required {
		margin: 0 0 0 2px }

	.hs-form-field .input {
		margin: 0;
	}
  #form form input,
  #form form textarea,
  #form form select {
    background-color: #fff;
    border: 1px solid #B0A8A6;
    border-radius: 0;
    color: var(--secondary-color);
  }
  #form form input:hover,
  #form form input:focus,
  #form form textarea:hover,
  #form form textarea:focus,
  #form form select:hover,
  #form form select:focus {
    border-color: var(--secondary-color);
  }

	.hs-input,
  .hs-search-field__input {
		display: inherit;
		margin: 0;
		padding: 10px 10px;
		color: #666;
		font-family: var(--default-font-family);
		font-size: 16px;
		border: 1px solid #ccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	}
  
	.hs-input[type=checkbox]{
    width:auto;
    -webkit-appearance: checkbox;
  }
  .hs-input[type=radio]{
    width:auto;
    -webkit-appearance: radio;
  }

	.hs-fieldtype-select .input{
    position: relative;
	}
  .hs-fieldtype-select .input:after{
		content: "\f0dd";
		font-family: var(--awesome-pro);
		font-weight: bold;
		position: absolute;
		right: 18px;
		top: 11px;
		pointer-events: none;
		background: none !important;
		color: #2d324f;
  }
	.hs-fieldtype-select .input .hs-input{
		cursor: pointer;
    padding-right: 30px;
	}
  .hs-form .legal-consent-container {
    margin-bottom: 30px;
  }

	.hs-input:hover {
		border-color: #ccc }

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


	/* Responsive */
  @media ( max-width: 767px ) {
    .form-wrap{
      padding: 0px;
      background: none;
      border: none;
    }
    .form-title {
      margin: 0 0 30px 0;
      font-weight: normal;
      font-size:20px;
      color: #222; 
    }
	}

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

	.inputs-list li.hs-form-radio input,
	.inputs-list li.hs-form-checkbox input,
	.inputs-list li.hs-form-booleancheckbox input {
		display:inline-block;
		margin: 2px 5px 2px 1px }

	#form .inputs-list.hs-error-msgs {
		margin: 0; }

	#form .inputs-list.hs-error-msgs li label {
		margin: 0;
		opacity: 1;
		font-size: 14px;
		color: var(--error-msj-color) }

/* @end */
/* @group Buttons ------------------------------------------- */

	.button,
	.hs-button {
		display: inline-block;
		text-decoration: none;
		text-align: center;
    background: var(--primary-color);
    border: 2px solid transparent;
    color: #FFF;
    font-family: "avenir_medium";
    font-size: 20px;
    line-height: 24px;
    padding: 19px 40px 14px;
		white-space: nowrap;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
		cursor: pointer }

	.button.primary {
		color: #fff;
    color-border: #FFF;
		background-color: transparent }

	.button.primary:hover {
		color: #fff;
		background-color: var(--primary-color) }

	.button.secundary {
		color: #fff;
		border-color: #222;
		background-color: #222 }

	.button.secundary:hover {
		color: #fff;
		border-color: #666;
		background-color: #666 }

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

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

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

	.hs_submit .actions {
		margin: 20px 0;
		text-align: center }

  #form form input[type="submit"] {
    background: var(--primary-color);
    border: 0;
    color: #FFF;
    font-family: "avenir_medium";
    font-size: 20px;
    font-weight: initial;
    line-height: 24px;
    text-transform: initial;
    padding: 17px 53px;
    width: auto !important;
  }
  #form form input[type="submit"]:hover {
    background: var(--primary-color-light);
  }

	/* Responsive */
  @media ( max-width: 400px ) {
    .button,
    .hs-button {
      -webkit-appearance : none;
         -moz-appearance : none;
              appearance : none;
    }
	}


/* image for input checkbox & radio button */ 

.hs-form input[type="checkbox"]:checked,
.hs-form input[type="checkbox"]:not(:checked),
.hs-form input[type="radio"]:checked,
.hs-form input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px }

.hs-form input[type="checkbox"] + span,
.hs-form input[type="radio"] + span {
  position: relative;
  margin-left: 0;
  padding-left: 25px !important;
  cursor: pointer } 

.hs-form input[type="checkbox"]:not(:checked) + span:before,
.hs-form input[type="checkbox"]:checked + span:before,
.hs-form input[type="radio"]:not(:checked) + span:before,
.hs-form input[type="radio"]:checked + span:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  background-size: contain;
  margin-top: 2px }


.hs-form input[type="checkbox"]:not(:checked) + span:before {
  background: url(https://info.zeroconsulting.com/hubfs/ZER%20-%20Inbound%20images/form-checkbox.svg) no-repeat }

.hs-form input[type="radio"]:not(:checked) + span:before {
  background: url(https://info.zeroconsulting.com/hubfs/ZER%20-%20Inbound%20images/form-list.svg) no-repeat }

.hs-form input[type="checkbox"]:checked + span:before {
  background: url(https://info.zeroconsulting.com/hubfs/ZER%20-%20Inbound%20images/form-checkbox-active.svg) no-repeat }

.hs-form input[type="radio"]:checked + span:before {
  background: url(https://info.zeroconsulting.com/hubfs/ZER%20-%20Inbound%20images/form-list-active.svg) no-repeat }

/* @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-right: 0px;
    padding-left: 0; }

	.form-columns-2 .hs-form-field:last-child,
	.form-columns-3 .hs-form-field:last-child {
		padding-right: 0px;
    padding-left: 0; }


	/* Responsive */
  @media ( max-width: 767px ) {
    .form-columns-1{
      min-width: 100%;
    }
	}
  @media ( max-width: 400px ) {
    
		.form-columns-2 .hs-form-field, 
    .form-columns-3 .hs-form-field{
    	padding:0px;
    }
	}	
/* @end */
/* @end */
	/* Follow */
.tmp .module .social-follow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tmp .module .social-follow a[class*="-social-"] {
	position: relative;
	font-size: 18px;
	color: #FFF;
	background: transparent;
	border-radius: 0;
	height: 38px;
	width: 38px;
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	padding: 8px;
}

.tmp .module .social-follow a[class*="-social-"]:hover {
	color: var(--secondary-color)!important;
}

.tmp .module .social-follow a[class*="-social-"] i {
	z-index: 1;
}

.tmp .module .social-follow a[class*="-social-"]:before {
  display: none;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: var(--primary-color-light);
	transform: scale(0);
	transition: var(--default-transition);
	z-index: 0;
}

.tmp .module .social-follow a[class*="-social-"]:hover:before {
	transform: scale(.9);
}
/* End */

/* Sharing */
.tmp .module#share-content {
  position: relative;	
}

.tmp .module#share-content .share-content-wrapper {
	background: #E4E0E0;
  margin-top: 40px;
  padding: 60px 20px;
}
.tmp.landing-page-bofu .module#share-content .share-content-wrapper {
  margin-top: 0;
}
.tmp .text-wrapper .module#share-content .share-content-wrapper {
	background: none;
}
.tmp .module#share-content .share-content-header h3 {
	font-size: 30px;
	font-family: "avenir_medium";
	line-height: 36px;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 25px;
}

.tmp .module#share-content .share-content-item {
	margin: 6px 5px;
}

.tmp .module#share-content .share-content-item a {
  display: flex;
  border-radius: 3px;
  height: 44px;
  width: 74px;
  padding: 10px;
  transition: var(--cubic-transition);
}

.tmp .module#share-content .share-content-item a:hover {
	opacity: 1;
	transform: scale(1.05);
}

.tmp .module#share-content .share-content-item-facebook a {
	background-color: #1877f2;
}

.tmp .module#share-content .share-content-item-twitter a {
	background-color: #1da1f2;
}

.tmp .module#share-content .share-content-item-linkedin a {
	background-color: #2867b2;
}

.tmp .module#share-content .share-content-item-pinterest a {
	background-color: #bd081c;
}

.tmp .module#share-content .share-content-item-whatsapp a {
	background-color: #4fce5d;
}

.tmp .module#share-content .share-content-item-email a {
	background-color: #069;
}

.tmp .module#share-content .share-content-item a img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

/* Responsive ----------------- */
@media (min-width: 768px) {
}

@media (min-width: 576px) {
}

/* End */

.landing-page .text-wrapper .module#share-content .share-content-header h3 {
  color: var(--primary-color-dark);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: initial;
  margin-bottom: 20px;
}
/*
.landing-page .module#share-content .share-content-item a,
.thank-you-page.tmp .module#share-content .share-content-item a {
  display: flex;
  border-radius: 0;
  height: 40px;
  width: 70px;
  padding: 8px;
  border-radius: 3px;
}
*/
	/* ------------------------------------------------------------
 * Footer */
.tmp .module.footerbar .container {
	padding: 0;
}

.tmp .module.footerbar,
.tmp .module.footerbar .footerbar-tint {
	background: var(--secondary-color);
}

.tmp .module.footerbar .footerbar-legal {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
  margin-left: 80px;
}

.tmp .module.footerbar .footerbar-content .footerbar-content--logo img {
	max-height: 30px;
}

.tmp .module.footerbar .footerbar-legal .footerbar-legal--menu ul {
	display: flex;
}

.tmp .module.footerbar .footerbar-legal--menu ul li {
  border-left: 1px solid #BBBCCE;
	padding: 0;
	text-overflow: unset;
	max-width: unset;
	line-height: 0;
}

.tmp .module.footerbar .footerbar-legal--menu ul li a,
.module.footerbar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding: 0 15px;
  max-width: inherit;
}

.tmp .module.footerbar .hs-menu-item a:hover {
  text-decoration: underline;
}
.tmp .module.footerbar .footerbar-legal--menu ul li ul { display: none !important;}

.tmp .module.footerbar .footerbar-social {
  display: inline-flex;
	margin: 0 0 0 60px;
}

.tmp .module.footerbar .footerbar-social a {
  background: #FFF;
  border-radius: 50%;
  color: var(--secondary-color);
	font-size: 16px;
	padding: 0;
  opacity: 1;
  transition: all .2s ease-in-out;
}

.tmp .module.footerbar .footerbar-social a:hover {
	opacity: .8;
}

.tmp .module.footerbar .footerbar-legal--copyright,
.tmp .module.footerbar .hs-menu-item a {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
}

.tmp .module.footerbar .hs-menu-wrapper.hs-menu-flow-horizontal ul {
	margin: 0;
}

.tmp .module.footerbar .footerbar-legal--copyright {
	margin: 0 15px 0 0;
}

/* Responsive ------------------ */
@media( min-width: 768px ) {	
	.tmp .module.footerbar.no-social .footerbar-social {
		justify-content: flex-end;
	}
	
	.tmp .module.footerbar.no-social .footerbar-legal {
		flex-flow: row nowrap;
		justify-content: flex-end;
	}
}

@media( max-width: 767px ) {
	
	.tmp .module.footerbar .footerbar-wrapper {
		grid-template-columns: 1fr!important;
		justify-items: center;
		grid-gap: 20px 0;
		padding-bottom: 20px;
	}
	
}

@media( max-width: 380px ) {
	.tmp .module.footerbar .footerbar-wrapper {
		justify-items: flex-start;
	}
	
	.tmp .module.footerbar .footerbar-legal {
		justify-content: flex-start;
	}
	
	.tmp .module.footerbar .footerbar-legal .footerbar-legal--menu ul {
		margin-top: 10px;
		flex-flow: row wrap;
	}
	
	.tmp .module.footerbar .hs-menu-item:first-of-type:before,
	.tmp .module.footerbar .hs-menu-item:not(:last-of-type):after {
		display: none;
	}
}

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

	.hs-cta-img {
  height: auto;
}

/* @group Globals -------------------------------------------- */
/* @group Main Layout -------------------------------------- */
.blog.tmp {
  background-color: #EFEDED;
}
.blog-single.tmp {
  background-color: #FFF;
}

.container,
.main-wrapper {
	margin: 0 auto;
	grid-gap: 40px;
}

.main-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	padding: 60px 15px;
}


.blog  .hero__wrapper {
	position: relative;
	padding: 150px 30px;
	z-index: 1;
}

.blog .module#hero .hero-wrapper{
	position: relative;
	padding: 100px 40px 120px;
  z-index: 1;
}

.home.blog .module#hero .hero-wrapper {
	padding: 180px 30px;
}

.blog .module#hero .hero-wrapper h1,
.blog-default .module#hero .hero-wrapper h1 {
  color: #fff;
  font-size: 58px;
  font-family: 'avenir_medium';
  line-height: 68px;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 800px;
}

.blog .module#hero .hero-wrapper span,
.blog-default .module#hero .hero-wrapper span {
  color: #fff;
  font-size: 24px;
  font-family: 'avenir_medium';
  line-height: 30px;
  margin: 50px auto 0;
  max-width: 800px;
}

/* Responsive ---------- */
@media( max-width: 767px ) {
	.tmp .main-wrapper {
		grid-template-columns: 1fr;
		justify-items: center;
	}
	
	.tmp .main-aside {
		width: 100%;
	}
  .blog .module#hero .hero-wrapper h1,
  .blog-default .module#hero .hero-wrapper h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .blog .module#hero .hero-wrapper span,
  .blog-default .module#hero .hero-wrapper span {
    font-size: 24px;
  }
}

/* @group Post Hero -------------------------------------- */
.blog .hero__wrapper {
  max-width: 1000px;
}
.hero__wrapper.container {
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}

/* Meta */
.hero__post-meta {
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: max-content;
	margin: 15px auto 0;
}
.hero__post-meta i { display: none; }

.posts-listing__categories a,
.hero__blog-title {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	padding: 7px;
	text-decoration: none;
}
.posts-listing__categories a:hover,
.hero__blog-title:hover {
	text-decoration: underline;
}

.blog .hero__title {
	color: #fff;
	margin: 20px 0 30px;
  font-family: "avenir_heavy";
  font-size: 54px;
  line-height: 63px;
}

.hero__wrapper .posts-listing__categories {
	display: flex;
	max-width: 400px;
	margin: 0 auto;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.hero__post-meta-date,
.hero__post-meta-time {
	font-size: 0.4em;
	line-height: 0.6em;
	padding: 0;
	text-decoration: none;
	color: #fff;
}

.hero__post-meta-date:after {
  content: '';
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  height: 2px;
  width: 2px;
  margin: 0 7px 4px;
}


/* @group Post Listing -------------------------------------- */
.post-body.container {
	padding: 40px 30px;
}

.posts-listing__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(330px, 1fr));
	grid-gap: 30px;
  margin: 0;
}

.posts-listing__grid .posts-listing__post.card {
	padding: 0;
	background: #fff;
	border-radius: 0;
	cursor: pointer;
	overflow: hidden;
	transition: all .4s ease-in-out;
  margin: 0;
}

.posts-listing__grid .posts-listing__thumbnail {
  position: relative;
  width: auto;
  height: 270px;
  margin: 0 0 32px;
  overflow: hidden;
}

.posts-listing__grid .posts-listing__thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.posts-listing__grid .posts-listing__post:hover .posts-listing__thumbnail-image {
  opacity: .4;
}

.posts-listing__grid .card-body {
  padding: 0 25px;
}

.posts-listing__grid .posts-listing__categories-item {
	color: var(--secondary-color);
  font-size: 16px;
  font-family: 'avenir_medium';
  font-weight: 400;
  line-height: 22px;
  margin-right: 12px;
  text-decoration: none;
}

.posts-listing__grid .posts-listing__categories-item:hover {
	color: var(--secondary-color-light);
}

.posts-listing__grid .post-listing__title {
  font-size: 26px;
  font-family: 'avenir_heavy';
  line-height: 35px;
  margin: 7px 0 30px;
}

.posts-listing__grid .post-listing__title a {
	color: var(--primary-color);
	text-decoration: none;
}

.posts-listing__grid .posts-listing__post.card:first-child {
  grid-column-start: 1;
  grid-column-end: -2;
  padding: 0;
  position: relative;
}
.posts-listing__grid .posts-listing__post.card:first-child .posts-listing__thumbnail {
  height: 100%;
  margin: 0;
}
.posts-listing__grid .posts-listing__post.card:first-child .posts-listing__thumbnail:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent,rgba(0,0,0,.6));
    border-bottom: 0 solid var(--primary-color);
    transition: all .3s ease-in-out;
}
.posts-listing__grid .posts-listing__post.card:first-child .posts-listing__post-content, 
.posts-listing__grid .posts-listing__post.card:first-child .posts-listing__post-header {
  background: transparent;
  position: absolute;
  padding: 0 60px 0 30px;
}
.posts-listing__grid .posts-listing__post.card:first-child .posts-listing__post-header {
  bottom: 130px;
}
.posts-listing__grid .posts-listing__post.card:first-child .posts-listing__post-content{ 
  bottom: 20px;
  width: 100%;
  min-height: 100px;
  justify-content: flex-start;
}

.posts-listing__grid .posts-listing__post.card:first-child .post-listing__title {
  font-size: 31px;
  line-height: 42px;
  margin: 0 0 20px;
}

.posts-listing__grid .posts-listing__post.card:first-child .posts-listing__categories-item,
.posts-listing__grid .posts-listing__post.card:first-child .post-listing__title a {
  color: #fff;
}
}
.blog-subscription-form .submitted-message {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.blog-subscription-form,
.blog-subscription-form p,
.blog-subscription-form a {
  color: #fff;
}
/* Responsive------------------ */

/* @end */

/* @group Post Content -------------------------------------- */
.blog-single .post-body__content-wrapper {
	display: grid;
	grid-template-columns: 14% 1fr;
}

.blog-single .post-body__content {
  font-size: 18px;
  line-height: 30px;
}
.blog-single .post-body__content:first-letter {
  font-size: 60px;
  font-weight: bold;
  line-height: 30px;
}
.blog-single .post-body__content h2,
.blog-single .post-body__content h3 {
  color: var(--primary-color);
  font-size: 32px;
  font-family: "avenir_heavy";
  line-height: 40px;
  margin: 1.7em 0 1em;
}
.blog-single .post-body__content h3 {
  font-family: "avenir_medium";
  font-weight: inherit;
  font-size: 27px;
  line-height: 34px;
}

.blog-single .post-body__content a {
  display: inline-block;
  margin: 0 auto;
}

.blog-single .post-body__content a {
  color: var(--primary-color);
}

.blog-single .post-body__content pre {
  margin: 15px 0;
  font-family: var(--default-font-family);
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 150%;
}

.blog-single .post-body__content blockquote {
  border-bottom: 1px solid var(--primary-color);
  border-top: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-family: "avenir_heavy";
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding: 40px 10px;
  margin: 40px 0 50px;
}

.blog-single .post-body__content table,
.main-text__wrapper table {
  border-collapse: collapse;
  margin: 0 auto 50px;
  font-size: 16px;
}  
.blog-single .post-body__content table tbody tr,
.main-text__wrapper table tbody tr {
  border-bottom: 1px solid #B5AEAC;
}
.blog-single .post-body__content table tbody tr:first-child,
.main-text__wrapper table tbody tr:first-child {
  border-bottom: 0;
  background-color: #DDE1D6;
}
.blog-single .post-body__content table tbody tr:first-child p,
.main-text__wrapper table tbody tr:first-child p {
  font-weight: 600;
}
.blog-single .post-body__content table tbody td,
.main-text__wrapper table tbody td {
  padding: 20px 15px 0;
}

.blog-single span.hs-cta-wrapper {
	display: block;
	text-align: center;
}

.blog-single span.hs-cta-wrapper img {
	width: 100%;
	height: auto;
}
  
/* Lists */
.blog-single .post-body__content > span > ul:not(.ic-post-index__listing) {
	margin: 20px 0;
}

.blog-single .post-body__content ul li,
.blog-single .post-body__content ol li {
  color: var(--default-text-color);
	position: relative;
	padding: 10px 0 10px 30px;
}

.blog-single .post-body__content ul.ic-post-index__listing > li:before,
.blog-single .post-body__content span > ul > li:before {
  font-family: "Font Awesome 5 Free";
  position: relative;
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 15px;
  content: "\f105";
  font-weight: 600;
}

.blog-single .post-body__content ul:not(.ic-post-index__listing) li ul,
.blog-single .post-body__content ol ul {
	margin: 20px 0;
	padding-left: 20px;
}


/* Responsive------------------ */
@media( max-width: 767px ) {
	.blog-single .post-body__content-wrapper {
		grid-template-columns: 1fr;
	}
  .blog-single .hero__wrapper.container {
    padding: 70px 20px;
  }
  .blog .hero__title {
    font-size: 42px;
    line-height: 52px;
  }
}

/* @end */

/* @group Post index ------------------------------------- */
.ic-post-index {
  border-bottom: 1px solid rgba(96,80,76,0.5);
  border-top: 1px solid rgba(96,80,76,0.5);
	margin: 50px 0;
	padding: 10px 0 10px 25px;
}

.ic-post-index__title {
  color: var(--primary-color);
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 20px;
}

.blog-single .post-body__content .ic-post-index__listing-item {
	display: flex;
	align-items: center;
  font-size: 18px;
  line-height: 30px;
  padding: 0 8px;
}
.ic-post-index__listing-item:not(:last-child) {
  border-bottom: 1px solid rgba(96,80,76,0.15);
}
.ic-post-index__listing-item-link {
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--primary-color);
  margin-left: 0 !important;
}
.ic-post-index__listing-item-link:hover {
  color: var(--secondary-color);
}
/* @end */

/* @group Related posts ------------------------------ */
/* Realted posts */

.related-posts {
  background: #fff;
  margin: 0;
}
.blog-single.tmp  .related-posts {
  background-color: #EFEDED;
}

.blog-related-posts.ic-module { margin: 0;}

h3.blog-related-posts__title {
  color: var(--primary-color);
  font-family: "avenir_heavy";
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 40px;
  text-align: center;
}

.blog-related-posts__item {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 35px;
  max-width: 420px;
}

.blog-related-posts__item .blog-related-posts__item-image {
  transition: all .3s ease-in-out;
} 

.blog-related-posts__item-thumbnail {
  overflow: hidden;
}
.blog-related-posts__item:hover {
  box-shadow: none;
}
.blog-related-posts__item:hover .blog-related-posts__item-image {
  opacity: .4;
} 

.blog-related-posts__item-heading {
  padding: 12px 0 0;
}
.blog-related-posts__item-heading .meta-categories {
  margin-top: 0;
}
.blog-related-posts__item-heading .blog-related-posts__item-category {
  color: var(--secondary-color);
  padding: 0 12px 0 0;
  font-size: 13px;
  text-decoration: none;
}

.blog-related-posts__item-title {
  color: var(--primary-color);
  display: block;
  font-family: "avenir_heavy";
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 15px;
  position: relative;
  width: 100%;
}

/* Comments */
.blog-single .post-comments {
	margin: 0 auto;
  grid-gap: inherit;
  width: 748px;
  max-width: 100%;
}

.post-comments__title {
  color: var(--primary-color);
	font-size: 32px;
	line-height: 40px;
	font-family: "avenir_heavy";
  text-align: center;
	margin-bottom: 50px;
}
.post-comments .hs_cos_wrapper_type_blog_comments {
  width: 100%;
}
.post-comments form label,
.post-comments form a {
  color: var(--default-text-color);
	font-size: 16px;
	margin-top: 20px;
}

.post-comments form .hs-input {
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  background: transparent;
  color: var(--secondary-color);
  padding: 10px 15px;
  margin-top: 5px;
}

.post-comments .hs_submit .actions {
	margin: 0;
	text-align: right;
}

.post-comments .hs_submit .actions input {
  background: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-size: 16px;
  padding: 11px 26px 7px;
	width: auto;
}
.post-comments .hs_submit .actions input:hover {
  background: var(--primary-color);
  color: #fff;
}

.post-comments #comments-listing .comment-from h4 {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 10px;
	color: var(--default-title-color);
}

.post-comments #comments-listing .hs-button {
	position: relative;
	color: var(--default-titles-color);
	font-weight: normal;
	background: none;
	border: none;
	padding:0;
	padding-left: 30px;
	text-transform: lowercase;
	transition: var(--default-transition);
}

.post-comments #comments-listing .hs-button:hover {
	color: var(--primary-color-);
}

.post-comments #comments-listing .hs-button:before {
	content: '\f3e5';
	font-family: var(--awesome-pro);
	font-weight: 900;
	position: absolute;
	left: 0;
}

.post-comments .hs-common-confirm-message {
	width: max-content;
	color: #fff!important;
	background-color: #60A561!important;
	border: none!important;
}

.post-comments .comment.depth-0 {
	border: none;
}

/* Scroll Button */

.post-body__post-scroll-top {
	position: fixed;
	font-size: 20px;
	line-height: 40px;
	z-index: 9999;
	bottom: -100%;
	right: 100px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #ddd;
	opacity: 0;
	cursor: pointer;
	transition: .9s all cubic-bezier(.63,.05,.13,1.25);
}

.post-body__post-scroll-top.on {
	bottom: 20px;
	opacity: 1;
}

/* Responsive------------------ */
@media( max-width: 767px ) {
	.post-body__post-scroll-top {
		right: 20px;
	}
	
	.post-body__post-scroll-top.on {
		bottom: 90px;
	}
  .post-comments .hs_cos_wrapper_type_blog_comments {
    width: 90%;
  }
} 

/* @end */

/* @group Pagination ---------------------------------------- */
.posts-listing__pagination {
	padding: 60px 0;
}

.posts-listing__pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.posts-listing__pagination ul li {
	display: inline-block;
}

.posts-listing__pagination ul span,
.posts-listing__pagination ul li:not(:last-of-type) {
	margin-right: 10px;
}

.posts-listing__pagination ul li a {
	display: inline-block;
	font-size: 18px;
  font-weight: 700;
	color: var(--primary-color);
	text-decoration: none;
	padding: 6px 15px;
	border-radius: 6px;
	transition: var(--default-transition);
}

.posts-listing__pagination ul li.active a {
	pointer-events: none;
}

.posts-listing__pagination ul .posts-listing__pagination-pages li a:hover,
.posts-listing__pagination ul li.active a {
	color: var(--secondary-color);
}

.posts-listing__pagination ul .posts-listing__pagination-previous-post-link.hide,
.posts-listing__pagination ul .posts-listing__pagination-last-post-link.hide {
	display: none;
}

.posts-listing__pagination ul .posts-listing__pagination-previous-post-link i,
.posts-listing__pagination ul .posts-listing__pagination-last-post-link i {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	transition: var(--default-transition);
}

.posts-listing__pagination ul .posts-listing__pagination-previous-post-link i {
	left: -10px;
}

.posts-listing__pagination ul .posts-listing__pagination-last-post-link i {
	right: -10px;
}

.posts-listing__pagination ul li.posts-listing__pagination-last-post-link a:hover i {
	right: -15px;
}

.posts-listing__pagination ul li.posts-listing__pagination-previous-post-link a:hover i {
	left: -15px;
}

/* Responsive------------------ */
@media( max-width: 767px ) {
	.posts-listing__pagination ul .posts-listing__pagination-previous-post-link a,
	.posts-listing__pagination ul .posts-listing__pagination-last-post-link a {
		font-size: 0;
	}

	.posts-listing__pagination ul .posts-listing__pagination-previous-post-link i,
	.posts-listing__pagination ul .posts-listing__pagination-last-post-link i {
		font-size: 30px;
	}
}


/* @end */

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

.main-aside__wrapper .widget_search form {
	display: flex;
	position: relative;
}

.main-aside__wrapper .hs-search-field--open ul.hs-search-field__suggestions {
	background: #fff;
	border-radius: 12px;
	padding: 20px 0 0;
	border: none!important;
	top: 0;
}

.main-aside__wrapper .hs-search-field--open ul.hs-search-field__suggestions > li a {
	line-height: 24px;
	padding: 10px 3px;
}

.main-aside__wrapper .hs-search-field--open ul.hs-search-field__suggestions > li a:hover {
	background: none;
	text-decoration: none;
}

.main-aside__wrapper .widget_search form input[type="text"] {
	padding: 12px 10px;
}

.main-aside__wrapper .widget.widget_suscription {
  border: 0;
  background: #a4b981 url(https://info.zeroconsulting.com/hubfs/ZER%20-%20Inbound%20images/bg-icon-logo.svg) no-repeat 106% -30px/500px;
  padding: 90px 20px;
}

.widget_suscription #hs_cos_wrapper_suscription_form__title {
  display: block;
  color: #FFF;
  font-family: "avenir_heavy";
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.widget_suscription .hs-custom-form {
  align-items: center;
  display: flex;
  width: auto;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.widget_suscription .hs-form-field.hs-email {
  width: calc(100% - 200px);
  order: 1;
}

.widget_suscription .hs-form > div,
.widget_suscription .legal-consent-container {
  width: calc(100% - 200px);
  order: 2;
  margin-bottom: 10px;
}

.widget_suscription .hs-form-field label,
.widget_suscription .hs-form-field label span {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  justify-content: inherit !important;
}

.widget_suscription .hs-input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #FFF;
  font-family: "avenir_medium";
  font-size: 17px;
  line-height: 20px;
  padding: 18px 20px 12px;
  min-width: 100%;
}

.widget_suscription .hs-form-field.hs-fieldtype-booleancheckbox {
  margin-bottom: 0;
}

.widget_suscription .hs-form .hs_submit {
  max-width: 200px;
  order: 1;
}

.widget_suscription .hs_submit .actions {
  margin: 0 0 -20px;
}

.widget_suscription .hs-button {
  color: #fff;
  border: 2px solid #FFF;
  background-color: transparent;
  font-size: 17px;
  padding: 15px 40px 9px;
  margin-top: 3px;
}

.widget_suscription .hs-button:hover {
  color: var(--primary-color);
  background-color: #fff;
}

.hs-form-booleancheckbox-display {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.hs-form-booleancheckbox-display .hs-input {
  min-width: 6% !important;
  margin-top: 6px !important;
}

.main-aside__wrapper .widget_social .social-icons__listing {
	display: flex;
	justify-content: space-evenly;
	flex-flow: row wrap;
}

.main-aside__wrapper .widget_social .social-icons__item-link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 18px;
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 50%;
	text-decoration: none;
	color: var(--primary-color);
	background-color: var(--secondary-color-light);
}

.main-aside__wrapper .widget_social .social-icons__item-link:hover {
	opacity: .9;
}

.main-aside__wrapper .widget_cta img {
	width: 100%;
	height: auto;
}

/* Ajustar CTA en la home del blog */
.posts-listing__grid .posts-listing__post.card:first-child {
  order: 1;
}

.posts-listing__grid .posts-listing__post.card:nth-child(2), 
.posts-listing__grid .posts-listing__post.card:nth-child(3) {
  order: 3;
}

.posts-listing__grid .posts-listing__post.card:nth-child(4) {
  order: 4;
}

.posts-listing__grid .posts-listing__post.card:nth-child(5) {
  order: 5;
}

.posts-listing__grid .posts-listing__post.card:nth-child(6), 
.posts-listing__grid .posts-listing__post.card:nth-child(7) {
  order: 6;
}

.posts-listing__grid .posts-listing__post.card:nth-child(8) {
  order: 8;
}

.posts-listing__grid .posts-listing__post.card:nth-child(9) {
  order: 9;
}

.posts-listing .posts-listing__grid .posts-listing__post.card__cta {
  order: 2;
  display: block;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .posts-listing__grid .posts-listing__post.card__cta {
    order: 2;
  }
  
  .posts-listing__grid .posts-listing__post.card:nth-child(5) {
    order: 5;
  }
  
  .posts-listing__grid .posts-listing__post.card {
    order: 10;
  }
}
/* end */

.main-aside__wrapper .widget h3 {
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0 30px 0;
}

.blog .main-aside__wrapper .widget_categories{
  padding: 60px 0px;
  background: #EFEDED;
}
.blog-subscription-wrapper,
.main-aside__wrapper .widget_categories .hs_cos_wrapper_widget {
  max-width: 750px;
  margin: 0px auto 0;
  padding: 0 20px;
}

.main-aside__wrapper .widget_categories h3 {
  color: var(--secondary-color-light);
  font-size: 30px;
  font-family: "avenir_heavy";
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
}

.main-aside__wrapper .widget_categories li {
  border-bottom: 1px solid #C8CAD7;
	position: relative;
  padding: 0;
  transition: all .3s ease-in-out;
}

.main-aside__wrapper .widget_categories a,
.filter-expand-link {
	display: inline-block;
  font-family: "avenir_medium";
	font-size: 16px;
	line-height: 25px;
	color: var(--secondary-color-light);
	padding: 14px 5px 10px;
	width: 100%;
	text-decoration: none;
  transition: all .3s ease-in-out;
}

.main-aside__wrapper .widget_categories li:hover a,
.filter-expand-link:hover {
  opacity: .4;
}


/* Responsive------------------ */
@media( max-width: 767px ) {
  .widget_suscription .hs-custom-form {
    display: inline-block;
  }
  .widget_suscription .hs-form-field.hs-email,
  .widget_suscription .hs-form > div,
  .widget_suscription .legal-consent-container {
    width: 100%;
  }
  .widget_suscription .hs_submit {
    max-width: 100%;
  }
}

/* @end */

/* @group Form ------------------------------------------- */
.blog form button {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50px;
	border: none;
	background: none;
	cursor: pointer;
}

.blog form button svg {
	height: 16px;
}

/* @end */

/* @group Social Share ---------------------------------------- */
.blog.tmp .module#share-content .share-content-wrapper {
	position: sticky;
	top: 6rem;
	padding: 0;
	background: none;
}
.blog.tmp .module#share-content .share-content-header h3 {
  display: none;
}
.blog.tmp .module#share-content .share-content-listing {
	display: flex;
	flex-flow: column;
	text-align: left;
}

.blog.tmp .module#share-content .share-content-item {
	margin: 0 0 8px;
	width: 100%;
}

.blog.tmp .module#share-content .share-content-item a {
	width: 45px;
	height: 45px;
  border-radius: 0;
}

/* Responsive------------------ */
@media( max-width: 767px ) {
	.blog.tmp .module#share-content {
		display: inline-block;
		position: fixed;
		width: 100%;
		height: auto;
		padding-bottom: 0;
		top: unset;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	
	.blog.tmp .module#share-content .share-content-listing {
		width: 100%;
		flex-flow: row;
		justify-content: space-between;
		position: static;
		max-height: 40px;
	}
	
	.blog.tmp .module#share-content .share-content-item {
		margin: 0;
	}
	
	.blog.tmp .module#share-content .share-content-item a {
		height: 40px;
		width: 100%;
		border-radius: 0;
	}
}

/* @end */

/* Responsive------------------ */
@media( min-width: 768px ) {
}

@media( max-width: 575px ) {
	.blog.page-404 .module#hero .hero-wrapper {
    padding: 60px 0;
	}
}
/* @end */

/* @group Author Listing -------------------------------------- */

.author-info {
  background: #a4b981 url(https://info.zeroconsulting.com/hubfs/ZER%20-%20Inbound%20images/bg-icon-logo.svg) no-repeat 106% -30px/500px;
  padding: 70px 20px 50px;
  margin: 0;
  width: 100%;
}
.author-info-wrapper {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.author-avatar-content {
  width: 100px;
}
.author-avatar-content img {
  border-radius: 50%;
  max-width: 100%;
}
.author-bio-content {
  width: 100%;
}
.author-bio-content h1 {
  color: #fff;
  font-family: 'avenir_heavy';
  margin-bottom: 0;
}
.author-bio-content p {
  color: #fff;
}
.blog-author__info-social {
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.blog-author__info-social:hover {
  color: var(--secondary-color);
}
.post-author-avatar img {
  border-radius: 50%;
  max-height: 80px;
  max-width: 80px;
}
.post-author-name,
.post-author-name a {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  margin-top: 15px;
}

@media( min-width: 767px ) {
  .author-bio-content {
    padding-left: 20px;
    width: calc(100% - 100px);
  }
}

/* @end */

/* @group Search Results -------------------------------------- */
.blog-search .post-body__title {
	margin-bottom: 40px;
}

.blog-search .post-body__title h2 {
	margin: 0;
}

.blog-search .hs-search-results__listing .hs-search-results__title {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: none;
	margin: 15px 0;
}

.blog-search .hs-search-results__listing .hs-search-results__title:hover {
	color: var(--secondary-color);
}
/* @end */

/* @group Footer ---------------------------------------- */


.blog footer {
	margin-top: 0px;
}

/* Responsive------------------ */
@media( max-width: 767px ) {
	.blog-single.tmp .module.footerbar .footerbar-wrapper {
		padding-bottom: 50px;
	}
}

/* @end */
	.landing-page #hero,
.landing-page .hero{
  background: url(https://info.zeroconsulting.com/hubfs/hero-01.webp) no-repeat center/cover;
}

.landing-page #hero .container {
	display: grid;
	position: relative;
	align-content: start;
	grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
	padding: 75px 20px;
	margin: 0 auto;
	height: auto;
	z-index: 2;
}
.landing-page .module#hero .hero-wrapper h1 {
  color: #fff;
  margin: 20px auto;
  font-family: "avenir_heavy";
  font-size: 54px;
  line-height: 63px;
}
.landing-page .module#hero .hero-wrapper .hero-lead {
  color: #fff;
  font-size: 22px;
  font-family: 'avenir_medium';
  line-height: 30px;
}

.landing-page .module#topbar .navbar {
	padding: 20px 0;
}

.landing-page #ebook-viewer .ebook-viewer-wrapper {
  margin: 0 auto; }

.landing-page #hero .hero-wrapper h1 {
	color: #fff;
}
.landing-page .main-text__wrapper p,
.landing-page .main-text__wrapper ul li,
.landing-page .main-text__wrapper {
  font-size: 18px;
  line-height: 30px;
}
.landing-page .main-text__wrapper ul li {
  color: var(--default-text-color);
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
}
.landing-page .main-text__wrapper ul li:before {
  font-family: "Font Awesome 5 Free";
  position: relative;
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 15px;
  content: "\f105";
  font-weight: 600;
}
.landing-page .text-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
  padding: 40px 15px;
  margin: 0 auto;}

.landing-page .text-container h2,
.landing-page .text-container h3, 
.landing-page .text-container h4 {
  color: var(--primary-color-dark);
}
.landing-page .text-container h2 {
  font-size: 30px;
}
.landing-page .text-container h3 {
  font-size: 24px;
}

.landing-page #ebook-viewer {
	user-select: none;
}

.landing-page #ebook-viewer .ebook-viewer-listing {
	border-radius: 2px;
	height: 500px;
}

.landing-page #ebook-viewer .ebook-viewer-button {
	line-height: 40px;
}

.ebook-viewer-section:after, .ebook-viewer-section:before {
  content: " ";
  display: table
}

.landing-page .ebook-viewer-section:after {
  clear: both }

.landing-page #ebook-viewer .ebook-viewer-listing img {
	flex: 0 0 100%;
	height: 100%;
	object-fit: cover;
}

.landing-page #ebook-viewer .ebook-viewer-listing img.ebook-viewer-last-image { transform: none;}

.landing-page #ebook-viewer .ebook-viewer-navigator {
	padding: 0;
}

.landing-page #hero .form-container {
	display: inline-block;
	padding: 0 15px;
	height: 0;
}

/* BOFU */
.landing-page-bofu .ic-module {
	font-family: var(--default-font-family);
}

.landing-page-bofu .module#hero {
	padding: 0;
}

.landing-page-bofu .module#hero .hero-wrapper {
	padding: 180px 15px 120px;
	font-size: 60px;
}

.landing-page-bofu .container {
	padding: 90px 15px;
}

.landing-page-bofu .text-container {
  padding-top: 90px;
  padding-bottom: 75px;
}

.landing-page-bofu .module#hero .hero-wrapper h1 {
	font-size: 1em;
	line-height: 1.15em;
	word-break: break-word;
}

.landing-page-bofu .module#hero .hero-wrapper span {
	font-size: .34em;
	font-weight: 300;
	line-height: 1.48em;
}

.landing-page-bofu #ebook-viewer {
	margin: 30px 0;
	padding: 30px 0;
}

.landing-page-bofu #main-text:not(:first-of-type) .main-text__wrapper {
	margin: 0 auto;
	padding: 40px 15px;
}

.landing-page-bofu .module#main-text h2 {
	margin-top: 0;
}

.landing-page-bofu .features-image {
	max-width: 120px;
	max-height: 120px;
}

.landing-page-bofu .cta-button.ic-module {
	padding: 20px 0 90px;
}

/* Responsive ----------------- */
@media( max-width: 767px ) {
	.landing-page .text-container {
		grid-template-columns: 1fr;
	}
	
	.text-container.bofu > :first-child {
		order: 1;
	}
}

/* LP Meeting */
.landing-page-meeting .text-container {
  grid-template-columns: 1fr;
  padding: 20px 50px;
}
/* End */
	.thank-you-page #hero,
.thank-you-page .hero {
  background: url(https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/CEV%20-%20Inbound/img-back-2.jpg) no-repeat center/cover;
}

.thank-you-page .hero .container {
	grid-template-columns: 1fr;
	padding: 70px 30px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-image {
	max-width: unset;
	height: 290px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-image img {
	width: auto;
	height: 100%;
}

.thank-you-page .module#direct-download {
  position: relative;}

.thank-you-page .module#direct-download .direct-download-wrapper {
	font-family: var(--default-font-family);
	font-size: 40px;
	max-width: unset;
	padding: 0; }

.thank-you-page .module#direct-download .direct-download-wrapper.ebook {
	display: grid;
	grid-template-columns: 1fr minmax(285px, 27%) }

.thank-you-page .module#direct-download .direct-download-auto {
	margin-top: 20px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-title,
.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-loader-status,
.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-help-text,
.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-loader .direct-download-loader-circle.direct-download-loader-circle-completed:after {
	color: #fff;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-loader .direct-download-loader-circle.direct-download-loader-circle-completed:after {
	font-size: .6em;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-loader .direct-download-loader-circle:after {
	font-size: .2em;
	background: #fff;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-title {
  font-family: "avenir_heavy";
	font-size: 42px;
	line-height: 45px;
  margin-bottom: 30px;
  letter-spacing: -0.3px;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-subtitle {
	color: #fff;
	font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}


.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-auto .direct-download-help-text {
	font-size: 0.45em;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-loader-status {
	font-size: 0.5em;
}

.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-button a {
  background: #fff;
  border: 2px solid #FFF;
  border-radius: 0;
  color: var(--primary-color);
  font-family: "avenir_medium";
  font-size: 20px;
  font-weight: initial;
  line-height: 24px;
  text-transform: initial;
  margin-bottom: 45px;
  padding: 15px 51px;
  transition: all .3s ease-in-out;
}
.thank-you-page .module#direct-download .direct-download-wrapper .direct-download-button a:hover {
  background: #fff5;
  color: #fff;
}

.tmp.thank-you-page .module .direct-download-wrapper .social-follow {
	margin: 20px 0 0;
	justify-content: flex-start;
	flex-flow: row wrap;
}

.thank-you-page.tmp .module .direct-download-wrapper .social-follow .direct-download-social__title {
	font-size: .4em;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}

.thank-you-page .direct-download-social__title {
	font-size: 20px;
  font-weight: bold;
	line-height: 30px;
	color: #fff;
  margin-bottom: 15px;
}

/* Form */
.thank-you-page #form{
  height: auto !important;
}

/* Main Content */
.thank-you-page .text-container h2,
.thank-you-page .text-container h3, 
.thank-you-page .text-container h4 {
  color: var(--primary-color-dark);
}
.thank-you-page .text-container h2 {
  font-size: 30px;
}
.thank-you-page .text-container h3 {
  font-size: 24px;
}
.thank-you-page .main-text__wrapper p,
.thank-you-page .main-text__wrapper ul li,
.thank-you-page .main-text__wrapper {
  font-size: 18px;
  line-height: 30px;
}
.thank-you-page .main-text__wrapper ul li {
  color: var(--default-text-color);
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
}
.thank-you-page .main-text__wrapper ul li:before {
  font-family: "Font Awesome 5 Free";
  position: relative;
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 15px;
  content: "\f105";
  font-weight: 600;
}

/* Share */
.thank-you-page.tmp .share-content-listing {
	display: flex;
	flex-flow: row wrap;
}

.thank-you-page.tmp .module#share-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.thank-you-page.tmp .module#share-content .direct-download-social__title {
  align-self: center;
  font-family: "avenir_heavy";
  font-size: 18px;
  margin: 0 30px 0 0;
}
.thank-you-page.tmp .module#share-content .share-content-item {
	display: inline-block;
	margin: 5px;
}
.thank-you-page.tmp .module#share-content .share-content-item a {
  height: 44px;
  width: 60px;
  padding: 12px;
}


/* Follow */
.thank-you-page.tmp .module .direct-download-wrapper .social-follow a[class*="-social-"] {
	position: relative;
	font-size: 18px;
	height: 44px;
	width: 45px;
	margin: 0;
}

.thank-you-page.tmp .module .direct-download-wrapper .social-follow a[class*="-social-"]:not(:last-of-type) {
	margin-right: 15px;
}

.thank-you-page .module#share-content .share-content-wrapper.beside-title {
	justify-content: left;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
}

.thank-you-page .text-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	padding: 60px 16px;
	margin: 0 auto; }

.thank-you-page .module#related-ebooks .related-ebooks-listing {
  justify-content: center;
}

/* Responsive -------------- */
@media( max-width: 767px ) {
	.thank-you-page .module#direct-download .direct-download-wrapper {
    grid-template-columns: 1fr;
	}
	
  .thank-you-page .module#direct-download .direct-download-wrapper > :first-child {
	  order: 1;
  }
  
	.thank-you-page.tmp .share-content-listing {
		justify-content: center;
	}
	
	.thank-you-page .text-container {
		grid-template-columns: 1fr;
	}
	
	.thank-you-page .text-container.bofu .form-container {
		order: -1;
	}
	
	.thank-you-page .module .direct-download-wrapper .social-follow {
		justify-content: center;
	}
}
/* end */
	body.resources-center-page {
  background: #fff;
}

.resources-center-page .module#hero .hero-wrapper {
  padding: 90px 30px }

.resources-center-page .module#hero .hero-background-image {
	object-position: 50% 38%;
}

.resources-center-page .module#hero .hero-wrapper h1 {
    color: #fff;
    font-size: 58px;
    font-family: 'avenir_medium';
    line-height: 68px;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 800px;
}
.resources-center-page .module#hero .hero-wrapper span {
    color: #fff;
    font-size: 24px;
    font-family: 'avenir_medium';
    line-height: 30px;
    margin: 50px auto 0;
    max-width: 800px;
}

.resources-center-page  .module#resources-center {
  padding-bottom: 0 }

.resources-center-page .resources-center-listing-resource {
  padding: 0;
  margin: 10px 30px 50px;
  box-shadow: none;
}
.resources-center-listing-resource a:hover {
  box-shadow: none;
}

.resources-center-listing-resource-image {
  background: #F5F5F5;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.resources-center-listing-resource .text {
  background-color: transparent;
  padding: 25px 0 0;
}

.resources-center-listing-resource-category {
  margin-bottom: 5px;
  color: var(--secondary-color);
  font-family: "avenir_light";
  font-size: 16px;
  line-height: 19px;
  text-transform: inherit;
}
.resources-center-listing-resource-title {
  color: var(--primary-color);
  font-family: "avenir_heavy";
}

.tmp .resources-center-category {
  color: var(--primary-color-dark);
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}

.tmp .resources-center-category a {
  color: var(--secondary-color);
  font-weight: 400;
  text-decoration: none;
}
.tmp .resources-center-category a:hover {
  color: var(--secondary-color-light);
  text-decoration: underline;
}
.resources-center-listing-resource a:hover .resources-center-listing-resource-image {
  opacity: .4;
}
.tmp.resources-center-page .widget_categories {
  display: none;
}

/* Responsive -------------- */
@media( min-width: 768px ) {
	.resources-center-page .module#hero .hero-wrapper {
		padding: 145px 0 }
  .resources-center-page .resources-center-listing-resource {
    margin: 0 15px 50px;
  }
}
/* End */
	.page-404,
.subscription-page,
.system-page {
  font-family: 'calibri', 'Open Sans', sans-serif;
}

.subscription-page .wrapper,
.system-page .wrapper,
.system-page .container {
	max-width: 1140px;
	margin: 0 auto!important;
	float: none;
}
.page-404 .module.footerbar .footerbar-wrapper,
.subscription-page .module.footerbar .footerbar-wrapper,
.system-page .module.footerbar .footerbar-wrapper {
  flex-wrap: wrap;
}

.subscription-page .wrapper,
.system-page .wrapper {
  padding: 110px 15px;
}

.subscription-page .footer-container-wrapper,
.system-page .footer-container-wrapper {
  background-color: rgba( 134, 142, 150 , 100% );
  padding: 0 }

.subscription-page .module#topbar .topbar-wrapper .container,
.system-page .module#topbar .topbar-wrapper .container {
  max-width: 1140px;
  margin: 0 auto }

html body.system-page input.hs-input.email-edit {
    border: 1px solid var(--secondary-color);
    border-radius: 0;
    background: transparent;
    color: var(--secondary-color);
    padding: 10px 15px !important;
    margin-bottom: 10px;
}

.subscription-page .hs-button,
.system-page .hs-button {
  background: var(--primary-color);
  border: 0;
  color: #FFF;
  font-family: "avenir_medium";
  font-size: 20px;
  font-weight: initial;
  line-height: 24px;
  padding: 17px 53px;
  white-space: pre-wrap;
}
.subscription-page .hs-button:hover,
.system-page .hs-button:hover {
  background: var(--primary-color-light);
}

.subscription-page h1,
.system-page .wrapper h1 {
  color: var(--primary-color);
  font-family: "avenir_heavy";
  font-size: 32px;
  line-height: 38px;
}
.subscription-page h2,
.subscription-preferences h2,
.system-page h2 {
	background: none;
	border: 0;
	box-shadow: none;
  color: var(--secondary-color);
  font-size: 26px;
  font-family: "avenir_heavy";
}
.subscription-page h3,
.system-page .wrapper h3 {
  color: var(--secondary-color);
  font-family: "avenir_medium";
  font-size: 22px;
  line-height: 28px;
}
.system-page .hs-input {
	max-width: 400px;
	width: 100% !important;
	border: 0;
	box-shadow: none;
	font-size: 16px }

.email-prefs .item .item-inner {
  background: #fff;
  border-radius: 0;
  border: 0;
  padding: 15px;
  margin-bottom: 20px;
}


.system-page.subscriptions-update .wrapper .page-header p {
  color: var(--secondary-color) }

@media (min-width: 768px) { 
  .subscription-page .wrapper,
  .system-page .wrapper {
    min-height: calc(100vh - 198px);
  }
}

/* @group Page 404 ======================== */
	
.page-404 {
  font-family: 'calibri', 'Open Sans', sans-serif;
}

/* System */
.page-404 .footer-container-wrapper {
  background-color: rgba( 134, 142, 150 , 100% );
  padding: 0 }

.page-404 .module#topbar.floating {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.page-404 .module#topbar .topbar-wrapper .container {
  max-width: 1140px;
  margin: 0 auto }

.page-404 .basic-content.module .cta {
  font-family: 'calibri', 'Open Sans', sans-serif; }

.page-404 .hero-cta p {
  margin-bottom: 0 }

.page-404 .module#hero {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-404 .module#hero .hero-wrapper .hero-cta-wrapper .hero-cta span {
  padding-top: 4px }

.page-404 .module#hero .hero-wrapper .hero-cta-wrapper {
  margin-top: 40px }

.page-404 .search-title h3 {
  color: var(--primary-color);
  font-family: "avenir_heavy";
  font-size: 40px;
  line-height: 52px;
  text-align: center;
	margin-bottom: 30px;
}
.blog-search .search-title {
  color: var(--primary-color);
  font-family: "avenir_heavy";
  font-size: 32px;
  line-height: 40px;
  text-align: center;
	margin-bottom: 30px;
}
.page-404 .search-group,
.blog-search .search-group {
  max-width: 700px;
  margin: 40px auto !important;
  padding: 0 15px;
  float: none;
}
.page-404 .hs-search-field__input, 
.blog-search .hs-search-field__input {
  background: transparent url(https://info.zeroconsulting.com/hubfs/ZER%20-%20Inbound%20images/icon-search.svg) no-repeat 17px 50%;
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 22px;
  padding: 16px 15px 14px 45px;
  width: calc(100% - 165px);
}
.page-404 .hs-button,
.blog-search .search-group .hs-button {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-family: "avenir_medium";
  font-size: 17px;
  line-height: 20px;
  margin-left: 15px;
  padding: 16px 15px 14px;
  width: 145px;
}
.page-404 .hs-button:hover,
.blog-search .search-group .hs-button:hover {
  background: var(--primary-color);
  color: #fff;
}

@media (max-width: 768px) { 
  .page-404 .hs-search-field__input,
  .page-404 .hs-button,
  .blog-search .hs-search-field__input,
  .blog-search .search-group .hs-button {
    margin: 0 0 20px;
    width: 100%;
  }
}
	
/* @end */

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

/* @group Fonts ============================================ */

@font-face {
    font-family: "avenir_light";
    font-style: normal;
    font-weight: normal;
    src: url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Light/AvenirLTStd-Light.eot#iefix") format("embedded-opentype"), 
        url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Light/AvenirLTStd-Light.woff") format("woff"), 
        url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Light/AvenirLTStd-Light.ttf") format("truetype");
  }
@font-face {
    font-family: "avenir_heavy";
    font-style: normal;
    font-weight: normal;
    src: url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Heavy/AvenirLTStd-Heavy.eot") format("embedded-opentype"), 
        url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Heavy/AvenirLTStd-Heavy.woff") format("woff"), 
        url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Heavy/AvenirLTStd-Heavy.ttf") format("truetype");
  }
@font-face {
    font-family: "avenir_medium";
    font-style: normal;
    font-weight: normal;
    src: url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Medium/AvenirLTStd-Medium.eot") format("embedded-opentype"), 
        url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Medium/AvenirLTStd-Medium.woff") format("woff"), 
        url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Avenir%20Medium/AvenirLTStd-Medium.ttf") format("truetype");
  }
@font-face {
    font-family: "calibri";
    font-style: normal;
    font-weight: normal;
    src: url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Calibri/Calibri.eot") format("embedded-opentype"), 
        url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Calibri/Calibri.woff") format("woff"), 
        url("//4029175.fs1.hubspotusercontent-na1.net/hubfs/4029175/ZeroConsulting_March2018/Fonts/Calibri/Calibri.ttf") format("truetype");
}

/* @group Variables ============================================ */

:root {
	/**
	* Variables base - Modificarlas
	*/
	--default-font-family: 'calibri', 'Open Sans', sans-serif;
	--awesome-pro: 'Font Awesome 5 Free';
	--awesome-brands: 'Font Awesome 5 Brands';
	--primary-color: #7B9A4E;
	--primary-color-light: #A4B981;
	--primary-color-dark: #667f41;
	--secondary-color: #60504C;
	--secondary-color-light: #3E3634;
	--generic-black: #222;
	--default-text-color: #3E3634;
	--default-title-color: #3E3634;
	--default-boxes-color: #FFF;
	--default-transition: .3s all ease;
	--border-color: #d4d4d4;
	--error-msj-color: #EA3B12;
	--default-transition: .3s all ease;
	--cubic-transition: .4s all cubic-bezier(.4,2,.67,1);
	--default-rgba-color: rgba(0, 0, 0, .25);
	--brand-rgba-color: rgba(216,216,216,.87);
	--secondary-rgba-color: rgba(83, 83, 83, .1);
}

/* ============================================================
 * Custom template styles here
 * ========================================================= */
/* @group Base ---------------------------------- */

/* END */
/* @group Layout ---------------------------------- */

/* END */
/* @group TopBar ---------------------------------- */

.module#topbar.smart, .module#topbar.floating {
  box-shadow: none;
}


/* :nth-child(-n+7)
 * Representa los primeros 7 elementos hijos 
.posts-listing__grid .posts-listing__post.card:nth-child(-n+7){
  order: 1;
}

.posts-listing__grid .posts-listing__post.card{
  order: 2;
}
.posts-listing__grid .posts-listing__post.card:nth-child(12){
  order: 3;
}

.posts-listing .posts-listing__grid .posts-listing__post.card__cta2{
  order: 1;
}
.posts-listing .posts-listing__grid .posts-listing__post.card__cta3{
  order: 2;
}*/






/* Responsive ---------- */

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

@media( max-width: 767px ) {

}
/* END */

/* @group Hero ---------------------------------- */

/* Responsive -------- */

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

/* @group Blog Listing ---------------------------------- */

/* Cards */

/* Pagination */

/* Responsive -------- */

/* END */

/* @group Single Post ---------------------------------- */


/* TOC */


/* Comments */


/* Responsive -------- */
@media( min-width: 768px ) {

}
/* END */

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


/* Responsive -------- */
@media( min-width: 992px ) {
}
/* END */

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

/* END */

/* @group Landing Page ---------------------------------- */

/* BOFU */


/* Responsive -------- */
@media( max-width: 767px ) {
}
/* END */

/* @group Thank You Page ---------------------------------- */

/* Responsive -------- */
@media( min-width: 768px ) {

}

@media( max-width: 767px ) {

}
/* END */

/* @group Search Page ---------------------------------- */

/* END */

/* @group Resources Center ---------------------------------- */

/* Responsive -------- */
@media( max-width: 767px ) {
}
/* END */

/* @group Form ---------------------------------- */

/* Responsive -------- */
@media( max-width: 575px ) {

}
/* END */

/* @group Bullet List ---------------------------------- */

/* END */

/* @group Share content ---------------------------------- */

/* END */

/* @group Social Follow ---------------------------------- */

/* END */

/* @group System pages ---------------------------------- */

/* END */

/* @group Footer ---------------------------------- */

/* Responsive -------- */
@media( max-width: 767px ) {
  .full_table{
    width:370px;
    overflow-x: auto;
  }
}
/* END */

/* @group Related Ebooks ---------------------------------- */

/* Responsive -------- */
@media (min-width: 767px) {
}
/* END */

/* @group Search Page ---------------------------------- */

/* Responsive -------- */
/* END */

/* @group 404 ---------------------------------- */

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

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

/* END */