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

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('http://daneden.github.io/animate.css/');
@import url('https://cdn.materialdesignicons.com/3.4.93/css/materialdesignicons.css');

body {
  margin: 0;
  padding: 0;
  background: #f8F8F8;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 15px;
  color: #555555;
  line-height: 1.7em;
}

html[lang="nl-be"] body {
}

.hs-blog-post .post-body {
  font-size: 17px;
  line-height: 1.7em;
}

.hs-blog-post {
  background: #fff;
}

a {
  color: #3ccccf;
}

a:hover {
  text-decoration: none;
}

p.intro {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

h2 {
  font-size: 32px;
  margin-bottom: 50px;
  margin-top: 40px;
  color: #373737;
  line-height: 38px;
}

h3 {
  font-size: 21px;
  line-height: 28px;
  color: #3ccccf;
}

.dropdown-lang {
  margin-left: 20px;
  padding-top: 4px;
}

.dropdown-lang .dropdown-toggle {
  display: flex;
  align-items: center;
  height: 69px;
}

.dropdown-lang .dropdown-toggle > span {
  display: none;
  color: #555;
  font-size: 16px;
  cursor: pointer;
  height: 100%;
  align-items: center; 
}

.dropdown-lang .dropdown-toggle > span > .mdi-earth {
  margin-right: 5px;
}

.dropdown-lang .dropdown-toggle > span > .mdi-earth {
  margin-right: 5px;
}

.dropdown-lang .dropdown-toggle > span > .mdi-menu-down {
  position: relative;
  top: 1px;
  font-size: 21px;
}

html[lang="en"] .dropdown-lang .dropdown-toggle > span.en {
  
  display: flex; 
}

html[lang="nl-be"] .dropdown-lang .dropdown-toggle > span.nl-be {
  
  display: flex; 
}

html[lang="fr"] .dropdown-lang .dropdown-toggle > span.fr {
  display: flex; 
}

html[lang="es"] .dropdown-lang .dropdown-toggle > span.es {
  display: flex; 
}

html[lang="de"] .dropdown-lang .dropdown-toggle > span.de {
  display: flex; 
}

.dropdown-lang .dropdown-menu {
    margin: -4px;
    border-top: 1px solid #f8f8f8;
    box-shadow: none;
    border-radius: 0;
    background: white;
    min-width: 200px;
    border-top: none;
}

.dropdown-lang .dropdown-menu>li>a {
  padding: 7px 20px;
  text-decoration: none;
}

.dropdown-menu>li>a:hover {
  background: #3ccccf;
}

.header-container {
  background: white;
}

.banner-top {
    background: white;
    border-bottom: 1px solid #e3e3e3;
  height: 68px;
}

.banner-top .row {
  margin: 0 15px;
}

.banner-top .row-number-2 > .row-fluid {
  height: 65px;
  align-items: center;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

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

.logo-lang {
  display: flex !important;
}

.logo img {
  max-height: 72px;
  width: inherit !important;
}

.slogan {
  text-transform: uppercase;
}

.slogan h2 {
  font-size: 15px;
  padding: 10px;
  text-align: right;
  margin: 20px 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container {
  width: 1170px;
}

.body-container > .row-number-1 {
  z-index: 1;
  position: relative;
}

.section-main {
  margin: 30px 0 40px;
}

.hs-blog-listing .section-main {
  margin: 80px 0 0;
}

.hs-blog-post .row-fluid .span10special {
    width: 75.905983%;
}

@media screen and (min-width: 1280px) {
  .hs-blog-post .row-fluid .span10special {
      width: 75.905983%;
  }
}

.row-number-6 > .row-fluid {
    height: 100%;
    display: flex;
    align-items: center;
}

.contact-us-link {
    padding: 0 20px 0 20px;
    font-size: 16px;
    /* color: gray; */
    /* border-left: 1px solid #555; */
    margin-left: 20px;
    position: relative;
    line-height: 32px;
    top: 1px;  
}


.row-fluid-wrapper.row-number-7  {
  display: flex !important;
}

.hs-blog-listing .row-number-7 > .row-fluid {
  display: flex;
  align-items: center;
}

.row-number-6 > .row-fluid .contact-us-link a {
    text-decoration: none;
    color: #555;
    position: relative;
    top: 1px;
    padding: 0 20px;  
}

.row-number-6 > .row-fluid .contact-us-link a:before {
    content: "";
    background: #555;
    width: 1px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
  
}

/* Nav */
.header-container .row-number-4 > .row-fluid{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hs-blog-listing .row-fluid .bla {
    padding: 0 1.282001%;
    margin: 0 0 35px;
    width: calc(66.66%);
}

.hs-blog-listing .row-fluid .bla .post-image .hs-featured-image-wrapper {
  height: inherit;
}

.hs-blog-listing .row-fluid .post-image .hs-featured-image-wrapper a img {
  height: auto !important;
}

.hs-blog-listing .row-fluid .text strong {
  font-weight: normal;
}

.hs-blog-listing .row-fluid .text em {
  font-style: normal;
}

.hs-blog-listing .row-fluid .bla .post-hover .mdi-link-variant {
  top: 60px;
  right: 60px;
}

.hs-blog-listing .row-fluid .bla.post-item:hover .post-hover .link-hover {
    justify-content: flex-end;
    align-items: flex-start;
}

.header-container .row-number-4 > .row-fluid > .span6 {
  width: auto;
}

.section-main .row-number-2 {
  display: flex;
  justify-content: center;
}
.section-main .row-number-2 .row-fluid,
.header-container .row-number-2 .row-fluid,
.header-container .row-number-2 .row-fluid 
  display: flex;
}

.navbar {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
}

.navbar-nav .row .span12 .row-fluid-wrapper .row-fluid {
  display: flex;
}

.navbar-nav .row .span12 .row-fluid-wrapper .row-fluid .span8 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hs-menu-wrapper ul {
  display: flex !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  overflow: inherit;
  font-weight: 600;
  font-size: 16px;
}

.hs-blog-post .row-fluid .offset2:first-child {
    margin-left: 23.021277%;
}

/* ASIDE */
.hs-blog-post .aside {
  border: none;
  margin-top: -10px;
  padding: 0 0 0 20px;
  background: none;
  border-radius: 4px;
}

.widget-type-post_listing {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  float: none;
}

.widget-type-post_listing h3 {
  margin-top: 0;
  line-height: 78%;
}

.widget-type-post_listing .widget-module ul {
  list-style: none;
  padding: 0;
}

.widget-type-post_listing .widget-module ul a {
  display: block;
  padding: 5px 0;
  line-height: 1.45em;
  color: #555555;
}


/* BANNER */
#banner {
  position: relative;
  background: #08a7a7;
  overflow: hidden;
  margin-bottom: 40px;
  max-height: 575px;
}

#banner h1 {
  font-size: 42px;
  line-height: 48px;
}

#banner > .row-fluid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

#banner > .row-fluid-wrapper:first-child{
    height: 100%;
}

#banner > .row-fluid-wrapper:first-child > .row-fluid {
  height: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}

#banner > .row-fluid-wrapper:last-child {
  position: relative;    z-index: 0;
}

#banner .img-banner:after {
    content: '';
    background: black;
    opacity: .3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#banner .img-banner > .widget-type-linked_image img {
  width: 100% !important;
}

#banner .container .span8,
#banner .container .span10 {
  margin: 0 auto !important;
  float: none;
  text-align: center;
}

#banner .section-banner-text {
  padding: 0 15px;
}

#banner .section-banner-text .span8 {
  color: white;
}

#banner .container .span8 > .span12,
#banner .container .span10 > .span12{
  float: none !important;
}

#banner .container .span10 > .span12 {
  padding: 40px 100px;
  background: white;
  margin-top: -30px;
}

.hs-author-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 8px;
}

/* BLOG */
.hs-blog-listing #banner {
  display: none;
}

.hs-blog-listing .main {
  width: 100%;
}

.hs-blog-listing .aside {
  display: none;
}

.post-listing {
  display: flex;
}

.post-wrapper {
  padding: 15px 15px 70px;   
}

.aside .post-wrapper {
  padding: 15px 15px 30px;   
}

.btn-white {
  background: white !important;
  color: #3ccccf !important;
}

.wrapper-content {
  position: relative;
  background: white;
  border: 1px solid #e3e3e3;    
  height: 100%;
  border-radius: 4px;
}

.post-item {
  color: #222;
}

.post-green .wrapper-content {
    background: #3ccccf;
      background: -webkit-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -moz-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -o-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    color: white;
    border-color: #3ccccf;
    display: flex;
    align-items: center;
}

.post-green .post-body {
  text-align: center;
}

.post-green .post-body h3 {
  color: white;
  font-size: 36px;
  line-height: 40px;
}

h3.title {
  width: 100%;
  text-align: left;
  margin-top: -45px;
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 600;
  color: #555;
  padding: 10px 0;
}

.post-green .post-body .btn-wrapper .btn { 
  margin-bottom: 15px;
}

.post-green .post-body .btn-wrapper .btn:hover {
  background: white;
  color: #257f80;
}

.post-green .post-body .btn-wrapper .btn:last-child { 
  margin-bottom: 0;
}

.post-green .post-body .text p {
  color: white;
}

.hs-blog-listing .hs-author-profile + .span12 {
  display: none;
}

.hs-blog-listing .hs-author-profile {
    margin: 20px 15px 0;
    font-size: 16px;
    line-height: 1.7em;
    text-align: center;
}

.hs-blog-listing .hs-author-social-section {
    margin: 20px 0;
}

.hs-author-social-label { display: none;}

.hs-author-listing-header {
    margin-bottom: 50px;
    margin-top: 40px;
    color: #373737;
    line-height: 38px;
    width: 100%;
    margin: 40px 15px;
    text-align: center;
    font-size: 32px;
}

.hs-blog-listing .post-listing {
  display: flex;
  flex-wrap: wrap;
}
.hs-blog-listing .post-item {
  padding: 0 1.282001%;
  margin: 0 0 35px;
  width: calc(33.33%);
}

.post-item .post-hover {
  display: none;
}

.post-item:hover .post-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-hover .mdi-link-variant {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 34px;
    padding: 0;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 28px;
}

.post-item:hover .post-hover .link-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  
}

.post-item h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.post-item h3 a {
  display: block;
  text-decoration: none;
  color: #3ccccf;
}

.aside .post-body figure {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    margin: -44px auto 0;
}

.post-body .text {
  color: #555;
  margin-bottom: 24px;
  text-align: justify;
  font-size: 15px;
}

.text-link {
  color: white;
  margin-top: -5px;
  display: block;
  font-size: 15px;
}

.post-author {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  border-top: 1px solid #e3e3e3;
  margin-top: 16px;
  background: #f8f8f8;
}

.post-author-blog {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  font-size: 13px;
  background: white;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddd;
  border-top: none;
}

.post-image {
  position: relative;
  border-radius: 4px 4px 0 0;
}

.post-image .hs-featured-image-wrapper {
    height: 185px;
    overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.author-link {
  color: #fff;
 text-decoration: none;
}

.hs-blog-listing .author-link {
  color: #555;
 text-decoration: none;
}

.hs-blog-listing .author-link:hover {
  color: #555;
 text-decoration: underline;
}

.author-link:hover {
 text-decoration: underline;
}

.widget-type-post_filter .widget-module{ 

  margin-bottom: 40px;
}

.widget-type-post_filter .widget-module ul {
    padding: 0;
    display: flex;
    list-style: none;
    flex-direction: column;
    flex-wrap: wrap;
}
.widget-type-post_filter .widget-module ul li {
    /* display: flex; */
    /* list-style: none; */
    /* flex-direction: column; */
    margin: 0;
    display: flex;
}

.widget-type-post_filter .widget-module ul li a {
  padding: 5px 10px;
  background: #1aa7a7;
  color: white;
  text-decoration: none;
  font-size: 13px;
}

.widget-type-post_filter .widget-module ul li a:hover {
    background: #288989;

}

.main-title {
  text-align: center;
}

.main-title h2 {
  margin-top: 100px;
  margin-bottom: 80px;
}

/* BLOG POST */
.display-listing {
  display: none;
}

.date {
  text-align: left;
  padding-top: 16px;
  color: #999;
  font-style: italic;
}

.aside .post-green {
  width: 100%;
  margin-left: 0 !important;
  float: none;
  padding-bottom: 80px !important;
}

.hs-blog-listing .tags,
.hs-blog-listing .date {
  display: none !important;
}

/* BLOGPOST AUTHOR */
.about-author-sec {
  background: #f8F8F8;
  border: 1px solid #e3e3e3;
  padding: 25px;
  margin: 40px 0;
  width: calc(100% - 50px);
  display: flex;
}

.about-author-sec .span2 {
  width: 80px;
  height: 80px;
  display= flex: ;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-author-sec .span2 img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.about-author-sec .author-link {
  color: #3ccccf;
  text-decoration: underline;
}

.about-author-sec .author-link:hover {
  color: #3ccccf;
  text-decoration: none;
}

.hs-blog-social-share {
  padding-top: 0px;
  border-top: 1px solid #e3e3e3;
  margin-top: 40px;
  margin-bottom: 60px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-twitter {
  margin-top: 3px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
  margin-right: 10px;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-google-plus {
  margin-top: 3px;
}

.section-blog-email-subscription > .container > .row {
    display: flex;
    justify-content: center;
}

.widget-type-blog_subscribe {
  margin-top: 15px;
  padding-left: 40px;
}


.hs_cos_wrapper_type_blog_subscribe h3 {
  margin: 0 15px 10px 0;
}

.section-blog-email-subscription div > form {
  display: flex;
  width: 100%;
  font-size: 18px;
}

.section-blog-email-subscription div > form .hs-form-field label {
  color: white;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: bold;
}

.section-blog-email-subscription div > form fieldset {
  width: 100%;
  max-width: inherit;
}

.section-blog-email-subscription div > form .hs-form-field {
  position: relative;
  width: 100%;
}

.hs-error-msgs {
  display: block;
  position: absolute;
  color: black;
  padding-left: 19px;
  margin: 0;
  padding: 0;
}

.hs-error-msgs li {
  color: white;
  padding: 0 !important;
  margin-bottom: 0 !important;
  list-style: none;  
}

.hs-error-msgs li label {
  font-size: 11px;
  font-weight: bold;
}

.section-blog-email-subscription div > form .hs-input {
  height: 54px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  margin-right: 5px;
  font-family: "Lato",Calibri,Arial,sans-serif;
  font-size: 15px;
  padding-left: .75rem !important;
  padding-right: .75rem !important;  
}

.section-blog-email-subscription .input {
  margin-right: 12px !important; 
}

.section-blog-email-subscription .hs-submit .hs-button {
  margin: 0; 
  font-size: 18px;
  padding: 12px 50px 11px;
}

.section-blog-email-subscription .hs_error_rollup {
  display: none;
}

.hs-button.primary {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #3ccccf;
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 15px 50px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border: 1px solid #3ccccf;
    border-bottom: 3px solid #257f80;
    font-size: 14px;
    font-family: "Lato", Calibri, Arial, Sans-serif;
    font-weight: 900;
    border-radius: 4px;
    margin: 40px 0;
}

.btn-orange {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(214,76,19);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 20px 60px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border-bottom: 3px solid #872b05;
    font-size: 14px;
    font-family: "Lato", Calibri, Arial, Sans-serif;
    font-weight: 900;
    border-radius: 4px;
}

.btn-green {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #3ccccf;
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 20px 60px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border-bottom: 3px solid #872b05;
    font-size: 14px;
    font-family: "Lato", Calibri, Arial, Sans-serif;
    font-weight: 900;
    border-radius: 4px;
}

.btn-green.btn-outline-green {
  color: white;
  height: 36px !important;
  border-radius: 40px;
  padding: 0px 25px;
  line-height: 34px;
  font-size: 12px;
  border: 1px solid #3ccccf;
  text-transform: none;
  font-weight: 600 !important;
  letter-spacing: inherit;
  font-size: 15px;
  background: #3ccccf;
      background: -webkit-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -moz-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -o-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
}

.btn-green.btn-outline-green:hover {
  color: #3ccccf;
  border: 1px solid #3ccccf;
  background: white;
}

.btn-outline-orange {
  background: rgb(214,76,19);
    border-color: rgb(214,76,19);
    color: white;
    height: 33px !important;
    border-radius: 20px;
    padding: 0 25px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-outline-green {
  color: #3ccccf;
  height: 28px !important;
  border-radius: 4px;
  padding: 0px 15px;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 10px;
  background-color: transparent;
  border: 1px solid #3ccccf;
  font-size: 9px;
  font-weight: 900 !important;
  letter-spacing: 1px;
}

.btn-outline-white {
    color: #fff;
    height: 44px !important;
    border-radius: 4px;
    line-height: 44px;
    text-transform: none;
    font-size: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 600 !important;
    text-decoration: none;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #3ccccf;
  border: 1px solid #3ccccf;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 140px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #3ccccf;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-back {
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #3ccccf;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
}

#back-to-back.show {
    opacity: 1;
    top: 76px;
    position: fixed;
}

.section-backto {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.about-author-sec .span10 > p {
  display: none;
}

.blog-section {
  position: relative;
}

.backtoposts {
  position: absolute;
  top: 3px;
  margin-left: -64px;
}

.txt {
  display: none;
}

.post-item-list {
  margin-bottom: 20px;
  padding-bottom: 0;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  width: 100%;
}

.post-item-list figure {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.post-item-list figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */    
}

.post-item-list a:hover figure:before {
  background: black;
  opacity: .4;
}

.post-item-list .mdi {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 34px;
    padding: 0;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 28px;
    visibility: hidden;
}

.post-item-list a:hover .mdi {
    visibility: visible;
}

.post-item-list img {
  border-radius: 4px;
  width: 100%;
}

.post-item-list h3 {
  font-size: 17px;
  text-decoration: none;
  line-height: 21px;
  padding: 10px;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0;
  /* width: 100%; */
  color: white;
}

.post-item-list a:hover h3 {
  opacity: .8;
}

.post-item-list a {
  text-decoration: none;    
  display: block;
  position: relative;
}

.backtoposts a {
    display: flex;
    width: 43px;
    height: 43px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background: #f8f8f8;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #aaa;
}

.backtoposts a .mdi {
    opacity: .6;
}

.footer-container-wrapper {
    background: black;
    text-align: center;
    color: white;
    padding: 30px 0 35px;
}

@media screen and (max-width: 480px) {
  .section-blog-email-subscription .input {
    margin-right: 0 !important;
  }
}

@media screen and (min-width:992px) {
  .section-blog-email-subscription .hs-submit {
    display: flex;
    align-items: flex-end;

  }
}

@media (max-width: 1200px) {

  .container {
    width: 100%;
  }

}

@media (min-width: 980px) and (max-width: 1200px) {

  .container {
    width: calc(100% - 10px)
  }
  

   
  .hs-blog-post .aside {
    width: 95.95744680199999%;
    margin: 40px 0;
    padding-left: 0;
  }
  .hs-blog-post .row-fluid .span10special {
    width: 80.905983%;
  }
  .hs-blog-post .row-fluid .offset2:first-child {
    margin-left: 11.521277%;
  }
  .hs-blog-post .row-fluid .span10special .span8.main {
    width: 95.74585634900001%;*width: 95.6926648596383%;
    margin-left: 0;
  }
  .widget-type-post_listing {
    display: block;
    width: 100%;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  h3.title {
    width: 100%;
    text-align: left;
    margin-top: -45px;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #555;
    padding: 10px 0;
    margin: 0 15px 20px;
  }
  .post-item-list {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    float: left;
    width: calc(50% - 32px);
    margin: 0 15px 20px;
  }
  .post-item-list:last-child {
      display: none;
  }    
}

@media (min-width: 768px) and (max-width: 979px) {

  .container {
    width: calc(100% - 10px)
  }


  .row-number-4 {
    position: absolute;
    right: 0;
    top: -1px;
  }
  .widget-type-logo {
    margin-left: -13px;
  }
  .row-number-6 {
    position: absolute;
    left: -5px;
    top: 88px;
  }
  
  .row-number-6 > .row-fluid .contact-us-link a {
    padding-left: 0;
  }
  
  .row-number-6 > .row-fluid .contact-us-link a:before {
    display: none;
  }
  
  .ctas {
    position: absolute;
    right: 15px;
    top: 90px;
  }
  .content-bottom .container .row-number-14 > .row-fluid > .span12 {
    padding: 15px 30px 30px
  }  
 
  .hs-blog-post .aside {
    width: 95.957447%;
    margin: 40px 0;
    padding-left: 0;
  }
  .hs-blog-post .row-fluid .span10special {
    width: 80.905983%;
  }
  .hs-blog-post .row-fluid .offset2:first-child {
    margin-left: 11.521277%;
  }
  .hs-blog-post .row-fluid .span10special .span8.main {
    width: 95.74585634900001%;*width: 95.6926648596383%;
    margin-left: 0;
  }
  
  .widget-type-post_listing {
    display: block;
    width: 100%;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  h3.title {
    width: 100%;
    text-align: left;
    margin-top: -45px;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #555;
    padding: 10px 0;
    margin: 0 15px 20px;
  }
  .post-item-list {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    float: left;
    width: calc(50% - 32px);
    margin: 0 15px 20px;
  }
  .post-item-list:last-child {
      display: none;
  }  
  
}

@media (max-width: 767px) {
  .container {
    width: auto;
  }
  
  .row {
    margin: 0 15px;
  }
  
  .header-container .row-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-container .row-fluid h2 {
    margin: 0 0 10px;
    line-height: 24px;
    text-align: center;
  }
  
  .banner-top {
    width: 100%;
  }
  
  #banner {
    height: inherit;
    padding: 40px 0;
  }
  
  .hs-blog-post #banner {
    margin-top: 79px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  
  .hs-blog-post #banner > .row-fluid-wrapper:first-child {
    order: 1;
    margin-top: 0;
  }
  
  .hs-blog-post #banner > .row-fluid-wrapper:last-child {
    order: 0;
    display: block;
  }
  
  #banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  
  #banner > .row-fluid-wrapper:first-child {
    height: 100%;
    position: relative;
  }
  
  .hs-blog-post .row-fluid .span10special {
    margin-left: 0 !important;
    width: 100% !important;
  }
  
  #banner > .row-fluid-wrapper:last-child {
    display: none;
  }
  
  .banner-top .row-number-2 > .row-fluid {
    height: 126px;
    align-items: flex-start;
  }
  
  .header-container .row-number-4 > .row-fluid {
      flex-direction: row;
  }
  
  .header-container .row-number-4 > .row-fluid > .span6 {
    margin: 0 5px;
  }
  
  .hs_cos_wrapper_type_blog_subscribe h3 {
    margin: 0 0 20px;
  }
  
  .hs_cos_wrapper_type_blog_subscribe div > form {
    display: flex;
    flex-direction: column;
  }
  .hs_cos_wrapper_type_blog_subscribe .input {
    margin-right: 0;
  }
  .hs_cos_wrapper_type_blog_subscribe div > form .hs-input {
    height: 54px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    min-width: inherit;
    width: 100%;
  }
  
  body blockquote {
    margin: 20px 0 40px;
  }
  
  .about-author-sec {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .about-author-sec .span10 h3 > a {
    display: block;
  }
  
  .section-blog-email-subscription .span10,
  .section-blog-email-subscription .span10 .hs_cos_wrapper_type_blog_subscribe > div {
    width: 100%;
  }
  
  .row-number-6 > .row-fluid  {
    display: flex;
    justify-content: space-around;
  }
  
  .hs-blog-listing .post-listing {
    justify-content: center;
  }
  
  .hs-blog-listing .post-item {
    width: 100%;
    padding: 0;
    max-width: 400px;
  }
  
  .hs-blog-listing .row-fluid .bla {
    width: 100%;
    padding: 0;
  }
  
  .hs-blog-listing .row-fluid .bla .post-image .hs-featured-image-wrapper {
    height: 185px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
  }  

  .hs-blog-listing .row-fluid .bla .post-wrapper {
      position: static;
      bottom: 0;
      z-index: 1;
      background: white;
      filter: none;
  }  
  .hs-blog-listing .row-fluid .bla h3 a {
      color: #3ccccf;
  }  
  .hs-blog-listing .row-fluid .bla .text {
    color: #555;
  }
  .hs-blog-listing .row-fluid .bla .post-hover .mdi-link-variant {
      top: inherit;
      right: inherit;
  } 
  .hs-blog-listing .row-fluid .bla.post-item:hover .post-hover .link-hover {
    justify-content: center;
    align-items: center;
  }
 
  .widget-type-blog_subscribe {
    margin-top: 20px;
    padding-left: 0;
  } 
  .hs_cos_wrapper_type_blog_subscribe {
      display: flex;
      align-items: center;
      padding: 0;
      justify-content: center;
      flex-direction: column;
      width: 100%;
  }  
  .hs_cos_wrapper_type_blog_subscribe > div {
    width: 100%;
  }
  
  .header-container-wrapper {
    position: relative;
    z-index: 1;
  }
  
  .body-container-wrapper {
    position: relative;
    z-index: 0;
  }  
  
  .header-container-wrapper .row-number-4 {
    position: absolute;
    right: 0;
    top: -1px;
  }
  .widget-type-logo {
    margin-left: -13px;
  }
  .header-container-wrapper .row-number-6 {
    position: absolute;
    left: -5px;
    top: 88px;
  }
  
  .header-container-wrapper .row-number-6 > .row-fluid .contact-us-link a {
    padding-left: 0;
  }
  
  .header-container-wrapper .row-number-6 > .row-fluid .contact-us-link a:before {
    display: none;
  }
  
  .header-container-wrapper .ctas {
    position: absolute;
    right: 15px;
    top: 90px;
  }
  .content-bottom .container .row-number-14 > .row-fluid > .span12 {
    padding: 15px 30px 30px
  }
  
  span#hs_cos_wrapper_post_body p > img {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 20px !important;
    float: none !important;
  }
  .hs-blog-post .aside {
    padding: 0;
    margin-top: 50px;
  }

}

.hs-blog-listing .slogan .row-number-4 {
  display: none;
}

.hs-blog-post .slogan .row-number-3 {
  display: none;
}

/* EDIT MODE BLOGPOST */
.hs-inline-edit #banner>.row-fluid-wrapper:first-child {
  height: auto !important;
  z-index: 2000000000;
}
/* VIEW MODE BLOGPOST */
blockquote { 
    background: #f5f5f5;
    padding: 20px 30px;
    margin-left: -42px;
    border-left: 3px solid #3ccccf;
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 160%;
    font-style: italic;
    color: #444;
}

.section-about {
    background: #068b8a;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.section-about h2,
.section-about a {
  color: white;
}

.section-about a:hover {
  text-decoration: none;
}

.section-about .container .span8,
.section-about .container .span10 {
  text-align: left;
}

.section-about .hs_cos_wrapper_type_form .actions .hs-button.primary.large {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: transparent;
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 15px 50px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    font-size: 14px;
    font-family: "Lato", Calibri, Arial, Sans-serif;
    font-weight: 900;
    border-radius: 4px;
    margin: 40px 0;
}

#about .row-fluid-wrapper:last-child > .row-fluid {
  max-width: 149px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.hs-blog-listing .content-bottom .container .row-number-14 > .row-fluid > .span12 {
    background: #fff;
}

.content-bottom .container .row-number-18 > .row-fluid > .span12 {
  border-radius: 5px;
  padding: 40px 80px 80px;
  margin-bottom: 40px;
  background: #f8F8F8;
  border: 1px solid #e3e3e3;
}

.content-bottom .container .row-number-18 > .row-fluid > .span12 {
    background: #fff;
}

.content-bottom .hs-button.primary {
  background: transparent;
  border-color: white;
  border-bottom: 3px solid #fff;
}

.content-bottom .hs-button.primary:hover {
  background: white;
  border-color: white;
  border-bottom: 3px solid #fff;
  color: #257f80;
}

.section-about-opinum {
  padding: 50px 0;
  background: #f1f1f1;
}

.section-about-opinum .span10 {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}

.section-about-opinum .span12 {
    float: none;
}

.about-opinum-mission h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #5a5a5a;
}

.about-opinum-mission p {
  line-height: 1.31;
  letter-spacing: 0.25px;
  color: #288282;
  margin-top: 0;
  font-weight: 600;
  font-size: 13px;
}

.about-opinum-goals p {
  display: flex;
}

.about-opinum-goals p img {
  margin-right: 40px;
}

.about-opinum-text {
  margin-top: 67px;
}

.about-opinum-text h2{
  display: none;
}

.about-opinum-text p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: .25px;
  color: #5a5a5a;
  margin-top: 0;
}

.category-tags {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid #e3e3e3;
    z-index: 2;
    transition: all 0.3s ease-in-out 0s;
    transform: translateY(-100px);
}

.wrapper-tags {
  width: 1170px;
  margin: 0 auto;
}

.category-tags.show {
    transition: all 0.3s ease-in-out 0s;
    transform: translateY(0px);
}

.category-tags ul {
    list-style: none;
    display: inline-flex;
    height: 100px;
    padding: 0;
    margin: -4px 15px 0;
    align-items: center;
}

.category-tags ul li {
    margin-right: 20px;
    color: #3ccccf;
    text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .section-about-opinum > .container  {
    padding: 0 15px;
  }
  .about-opinum-text {
    margin-top: 10px;
  }
  .about-opinum-goals p img {
    margin-right: 20px;
  }
  
  .content-bottom .hs-button.primary {
    width: 100%;
  }
  
  .hs_cos_wrapper_type_blog_subscribe .actions {
    text-align: center;
    margin: 30px 0;
    width: 100%;
  }
  
  .section-blog-email-subscription .hs-input {
      width: 100% !important;
    
  }
  
  .hs-error-msgs {
    position: static;
  }
  
  .section-blog-email-subscription form .hs-form-field,
  .section-blog-email-subscription form .hs-submit {
    margin-top: 20px;
  }
    
  .section-blog-email-subscription form {
    display: flex;
    padding: 0;
    justify-content: center;
    flex-direction: column;
  }
}

.section-newsletter {
  background: #3ccccf;
      background: -webkit-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -moz-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: -o-linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
    background: linear-gradient(135deg, #3CCCCF 0%, #3CCCCF 25%, #45D0A3 75%, #45D0A3 100%);
  padding: 40px 15px 30px;
}

.section-newsletter h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 12px;
}

.section-newsletter-desc {
  color: white;
}

.section-newsletter-desc h2 {
  color: white;
}

.section-newsletter-desc p {
  margin-top: 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 0.25px;
  color: #ffffff;
}