mailto:claudio.roncaglia@tetrapak.com/* @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=Istok+Web:400,700');

@font-face {
    font-family: "FsBold";
    src: url('https://3112181.fs1.hubspotusercontent-na1.net/hubfs/3112181/fonts/fsb-webfont.woff');
}

@font-face {
    font-family: "FsLight";
    src: url('https://3112181.fs1.hubspotusercontent-na1.net/hubfs/3112181/fonts/fsl-webfont.woff');
}

/*GLOBAL*/

body {
    margin:0;
    padding:0;
    font-family: "FsLight", "Arial", "Sans-Serif";
    background: #f1f1f2;
}

h1,h2 {
    color: #444;
    font-family: "FsBold", "Arial", "Sans-Serif";
}

h3,h4,h5 {
    color:#1a4f91;
    font-weight: bold;
}

p {
    color: #444;
    font-weight: 300;
}

/*images*/

img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

/*!images*/

label {
    color: #757575;
}

a:-webkit-any-link {
    text-decoration: none !important;
}

/*.widget-type-space {
    min-height: 1px !important;
    width: 5% !important;
    margin: 0 auto !important;
    border-bottom: solid #df7a2f 1px;
    float: none !important;
    visibility: visible;
    padding-top: 60px;
}*/

/**MOBILE MENU**/

 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on mefnu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #004582;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #004582; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #004582; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #004582; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #004582; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#004582; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}

/*BANNER*/

#bannerSection {
    width: 100%;
    position: relative;
}

#hs_cos_wrapper_logo img {
    width: 180px !important;
    float: right;
}

#bannerSection .row-fluid-wrapper, #bannerSection .row-fluid {
    width: 100%;
}

#bannerSection .row-fluid-wrapper.row-depth-1.row-number-2 {
    position:absolute;
    background:transparent;
    margin-top:0 !important;
    margin-left:0 !important;
}

#bannerSection .landingPageBanner img {
    max-width: 100% !important;
    width:100% !important;
    max-height: 500px;
}

#bannerSection .row-fluid-wrapper.row-depth-1.row-number-4 {
    position: absolute;  
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.landingPageHeadline {
    width: 70% !important;
    margin: 0 auto !important;
    float: none !important;
}

.landingPageHeadline h1 {
    font-size:65px;
    color:#eee;
    font-weight:700;
    margin:0;
    text-align: center;
}

.landingPageHeadline p {
    font-size:35px;
    color:#eee;
    margin-top: 0;
    text-align: center;
}

/*POST*/

.postSectionWrapper {
    display: flex;
    display: -webkit-flex;
    margin-bottom:70px;
    margin-top:60px;
}

.postSectionWrapper.postSectionWrapperBg {
    display: flex;
    display: -webkit-flex;
    margin-bottom:0;
    margin-top:0;
}

#postSection {
    width:100%;
}

.postSectionContent {
    width: 60% !important;
    padding-top:0 !important;
    padding-bottom:0;
    margin: 0 auto !important;
}

.textBox.textBoxBg {
    width: 60% !important;
    padding-top:60px !important;
    padding-bottom:60px;
    margin: 0 auto !important;
    float: none !important;
}

/*.textBox.textBoxBg p, .textBox.textBoxBg h2, .textBox.textBoxBg h3, .textBox.textBoxBg h4 {
    color: #eee !important;
}*/

.textBox p {
    font-size: 16px;
    line-height:1.5em;
}

.textImgWrapper {
    display: flex;
    display: -webkit-flex;
    margin: 20px 0;
}

.textImgWrapper h3 {
    margin-top: 0;
}

/*VIDEO*/

.videoWrapper span {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.videoWrapper iframe {
    width: 80%;
    max-height: 500px;
    margin-bottom: 50px;
}

.videoWrapper.bgGray iframe {
    margin-top: 80px;
    margin-bottom: 80px;
}

/*SIS FEATURES*/

#sisWrapper .row-fluid:first-child {
    display: flex;
    display: -webkit-flex;
}

#sisImgWrapper .widget-type-linked_image .cell-wrapper .hs_cos_wrapper_type_linked_image {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

#sisFeaturesWrapper {
    height: auto !important;
    width: 100%;
}

#sisFeaturesWrapper .row-fluid-wrapper.row-depth-1 {
    display: flex;
    display: -webkit-flex;
}

#sisFeaturesWrapper .row-fluid-wrapper.row-depth-1.row-number-6, #sisFeaturesWrapper .row-fluid-wrapper.row-depth-1.row-number-8, #sisFeaturesWrapper .row-fluid-wrapper.row-depth-1.row-number-10, #sisFeaturesWrapper .row-fluid-wrapper.row-depth-1.row-number-12  {
    height: 24.8%;
}

#sisFeaturesWrapper .row-fluid-wrapper.row-depth-1.row-number-7, #sisFeaturesWrapper .row-fluid-wrapper.row-depth-1.row-number-9, #sisFeaturesWrapper .row-fluid-wrapper.row-depth-1.row-number-11, #sisFeaturesWrapper .row-fluid-wrapper.row-depth-1.row-number-13  {
    height: 100%;
}

#sisFeaturesWrapper .row-fluid-wrapper.row-depth-1:not(:first-child) {
    border-top: solid #D3D3D3 1px;
}

.sisFeature .row-fluid .span11 {
    width: 100%;
}

.sisFeatureNumber {
    height: 100% !important;
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 15% !important;
    color: #fff;
    font-weight: bold;
}

.sisFeatureText {
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    -webkit-align-items: center;
}

.sisFeatureText h3 {
    margin-top: 0;
}

.sisFeatureNumber1 {
    background-color: #005795;
}

.sisFeatureNumber2 {
    background-color: #014D83;
}

.sisFeatureNumber3 {
    background-color: #014473;
}

.sisFeatureNumber4 {
    background-color: #00365D;
}

#sisImgWrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
}

#sisImgWrapper img {
    width: 60% !important;
    margin: 60px 0;
}

/*THREE COLUMNS*/

#threeColumnSection {
    padding: 60px 40px;
}

#threeColumnSection .span12.widget-span.widget-type-linked_image .cell-wrapper.layout-widget-wrapper {
    display: flex;
     display: -webkit-flex;
    justify-content: center;
     -webkit-justify-content: center;
}

#threeColumnWrapper {
    display: flex;
    display: -webkit-flex;
}

.threeColumnsHeading {
    text-align: center;
    padding-bottom: 40px;
    width: 60% !important;
    margin: 0 auto !important;
    float: none !important;
}

/*CTA*/

#columnsWrapper .row-fluid-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.twoColumnForm .row-fluid-wrapper.row-depth-1.row-number-11 {
    position: absolute;
}

#columnsWrapper.formColumn .row-fluid {
    display: flex;
    display: -webkit-flex;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

#columnsWrapper .cell-wrapper.layout-widget-wrapper {
    height: 100%;
}

#popupFormCtaWrapper .row-fluid-wrapper {
    overflow: visible !important;
    margin-top: 5px;
}

.col-1 {
    width:100% !important;
    margin-left: 0 !important;
    position:relative;
}

.col-1.oneColumnCta {
    height: 500px;
}

.col-1.oneColumnCta.noCta {
    height: 200px;
}

.popupFormCta {
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-1.oneColumnCta.bgNone h1, .col-1.oneColumnCta.bgNone p {
    color: #444 !important;
}

.col-2-50 {
    width:50% !important;
    margin-left: 0 !important;
    position:relative;
    height: 600px;
}

.col-2-30 {
    width:30% !important;
    margin-left: 0 !important;
    position:relative;
    height: 600px;
}

.col-2-70 {
    width:70% !important;
    margin-left: 0 !important;
    position:relative;
    height: 600px;
}

.col-2-30 img, .col-2-50 img, .col-2-70 img, .col-3 img {
    max-width: 100% !important;
    width:100% !important;
}

.col-3 {
    width:33.33% !important;
    margin-left: 0 !important;
    position:relative;
    height: 500px;
}

.widget-type-linked_image {
    height: 100%;
}

.bgWhite {
    background-color:#ffffff;
}

.bgBlue {
    background-color:#1a4f91;
}

.bgBlue2 {
    background-color:#0087ad;
}

.bgGray {
    background-color:#2b3545;
}

.bgGray2 {
    background-color:#323846
}

.bgGrayLight {
    background-color:#86878c;
}

.bgOrange {
    background-color:#ED7807;
}

.bgNone {
    background-color:transparent;
}

.ctaWrapper {
    position: absolute;  
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    color:#eee;
    display:flex;
}

.ctaWrapper .widget-type-cta {
    margin-top:40px;
}

.ctaWrapper h1, .ctaWrapper p {
    width:80%;
    margin:0 auto;
}

.section-header h1 {
    color: #fff !important;
    font-family: "FsBold", "Arial", "Sans-Serif";
}

#columnsWrapper.bgWhite .section-header h1, #columnsWrapper.bgWhite .section-header p {
    color: #222 !important;
}

.section-header p {
    color: #fff !important;
    margin-top: 10px;
    line-height: 1.4em;
}

.ctaWrapper .widget-type-rich_text p {
    margin-top: 10px;
}

.widget-type-cta .cell-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.widget-type-cta .cell-wrapper .cta_button {
    margin-top: 0 !important;
}

#formSection.oneColumnCtaSection img {
    max-height: 400px !important;
}

.oneColumnCtaSection {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.oneColumnCtaSection .row-fluid-wrapper.row-depth-1 {
    width: 100% !important;
}

.oneColumnCtaSection .row-fluid-wrapper.row-depth-1.row-number-10 {
    position: absolute;
    width: 60% !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*BUTTONS*/

.ctaBtnBlue {
    border: none !important;
    border-radius: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    padding: 20px 40px !important;
    margin-top: 35px !important;
    text-shadow:none !important;
    -webkit-transition-duration: 0.5s !important; /* Safari */
    transition-duration: 0.5s !important;
}

.ctaBtnBlue.open-popup-link {
    background-color: rgb(0,88,163);
    color: #fff;
}

.ctaBtnBlue:hover {
    border: none;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    background:#fff;
    color: #444;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.ctaBtnOrange {
    border: none !important;
    border-radius: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    padding: 20px 40px !important;
    margin-top: 35px !important;
    text-shadow:none !important;
    -webkit-transition-duration: 0.5s !important; /* Safari */
    transition-duration: 0.5s !important;
}

.ctaBtnOrange.open-popup-link {
    background-color: rgb(0,88,163);
    color: #fff;
}

.ctaBtnOrange:hover {
    border: none !important;
    border-radius: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    background:#fff !important;
    color: #444 !important;
    -webkit-transition-duration: 0.5s !important; /* Safari */
    transition-duration: 0.5s !important;
}

.ctaBtnWhite {
    border: none !important;
    border-radius: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    padding: 20px 40px !important;
    margin-top: 35px !important;
    text-shadow:none !important;
    color:#222 !important;
    -webkit-transition-duration: 0.5s !important; /* Safari */
    transition-duration: 0.5s !important;
}

.ctaBtnWhite.open-popup-link {
    background-color: rgb(255,255,255);
    color: #222;
}

.ctaBtnWhite:hover {
    border: none !important;
    border-radius: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    background:#0058a3 !important;
    color: #fff !important;
    -webkit-transition-duration: 0.5s !important; /* Safari */
    transition-duration: 0.5s !important;
}

/*FORM*/

#formSection {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

#formSection .row-fluid-wrapper.row-depth-1 {
    width: 70%;
    margin: 0 auto;
}

#formSection img {
    max-height: 600px;
    width: 100% !important;
}

.regForm {
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    margin: 60px 0;
}

/*.regForm {
    width: 50% !important;
    position: absolute;  
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}*/

.twoColumnForm {
    display: flex !important;
    display: -webkit-flex !important;
}

.twoColumnForm .regForm {
    width: 80% !important;
}

.twoColumnForm label {
    color: #fff;
}

.hs-form-booleancheckbox-display input {
    width: 5% !important;
    height: 20px;
    float: left;
    margin-left: 20px;
}

.hs-form-booleancheckbox {
    background: rgba(0,0,0,0.15);
    padding: 20px 0;
    width: 100%;
}

/*Edited by HS Support */
.form .inputs-list {
    list-style-type: none;
    float: left;
    margin-top: 0;
    width: 100%;
 
}

.regForm .row-fluid-wrapper {
    width: 100%;
}

.formHdr {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.formHdr h1, .formHdr p {
    margin: 5px;
}

.form h3 {
    display: none;
}

.formWithBg span {
    color: #fff;
}

.hs-error-msgs.inputs-list {
    background: rgba(195, 0, 0, 0.6);
    margin-right: 8px;
    padding: 10px 25px;
    color: #fff;
}

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

.formWithBg .hs-error-msgs label {
    color: #fff;
}

.hs-form-required {
    display: none;
}

.regForm .cell-wrapper.layout-widget-wrapper {
    width: 100%;
}

.regForm form fieldset {
    max-width: 100%;
}

.hs-richtext {
    margin-bottom: 15px;
}

.hs-richtext strong {
    background: #666;
    padding: 10px;
}

p.fileUploadHeader {
    color: #fff;
    margin-bottom: 0 !important;
}

.hs_attach_pictures, .hs_application_image_2, .hs_application_image_3 {
    margin-top: 0;
}

legend.hs-field-desc {
    margin-bottom: 5px;
    margin-top: 20px;
}

.hs-input {
    width: 100% !important;
    height: 60px;
    padding-left: 10px !important;
    border: none;
}

.hs-form-checkbox .hs-input {
    width: auto !important;
    height: auto;
}

.hs-form-field {
    margin-top: 10px;
}

input[type="submit" i] {
    float: right;
    margin-right: 8px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #1a4f91;
    padding: 15px 30px;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit" i]:hover {
    background:#fff;
    color: #444;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
}

:focus {
    outline: 0 !important;
}

input:focus {
    outline-offset: 0;
}

/* Added by HubSpot Support */
.legal-consent-container .hs-form-booleancheckbox-display p {
    color: black;
}



/*BLOG POST*/

#blogPostHeaderSection {
    width: 100%;
    position: relative;
}

/*Header*/

.blogPostHeader {
    background: #0058a3;
    margin-right: 10px;
    z-index: 9999;
    position: fixed;
}

.mobile-trigger.cta_border_button {
    display: none !important;
}

.blogPostHeader .row-fluid {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

/*Banner & Headline*/

.blogPostBanner, .blogListingBanner {
    height: 450px;
    width: 100% !important;
    margin-top: 70px;
}

.blogPostBanner img, .blogListingBanner img {
    height: 450px;
    width: 100% !important;
}

.compat-object-fit img {
    opacity:0;
}

.section.post-header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.section.post-header h1 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 10px 0;
    line-height: 1.3em;
}

#hubspot-author_data {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.featuredPostHeader #hubspot-author_data {
    font-family: "FsBold", "Arial", "Sans-Serif";
}

a.author-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

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

/*Content*/

.blogPostWrapper {
    width: 60%;
    margin: 0 auto;
}

.post-body {
    line-height: 1.6em;
}

.post-body li, .post-body p {
    color: #444;
    font-size: 18px;
    font-weight: 300;
}

.section.post-body img {
    width: 100%;
}

.about-author-sec img {
    height: auto;
}

.hs-blog-social-share {
    margin-top: 30px;
}

.about-author-sec {
    background: #e7e7e7;
    margin: 50px 0;
}

.about-author-sec .span2 {
    padding: 20px 0 20px 20px;
}

.about-author-sec .span10 {
    padding: 20px 20px 20px 0;
}

.about-author-sec h3 {
    margin-top: 0;
}

.about-author-sec h3 a.author-link {
    color: #0058a3;
    text-shadow: none;
}

#hubspot-topic_data {
    margin-top: 40px;
}

a.topic-link {
    background: #323846;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

a.topic-link:hover {
    background: #df7a2f;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

/*Comments*/

.commentsBtnWrapper {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

#commentsBtn {
    border: none;
    background: #0058a3;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

#commentsBtn:hover {
    background: #004582;
    color: #fff;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.widget-type-blog_comments {
    padding-bottom: 60px;
    width: 60% !important;
    margin: 0 auto !important;
    float: none !important;
}

.commentsWrapper {
    width: 60% !important;
    margin: 0 auto !important;
    float: none !important;
    display: none;
}

.commentsWrapper input[type="submit" i] {
    margin-bottom: 60px;
}

.hs_firstname {
    width: 49%;
    float: left;
}

.hs_lastname {
    width: 49%;
    float: right;
}

#comment-form .hs_lastname .input {
    margin-bottom: 10px;
}

.hs_email.field.hs-form-field {
    clear: both;
}

input#subscribe-2fb3e3a0-67a7-456b-ae4a-4b6aaf86270f {
    height: 30px;
    float: left;
    margin-left: 0 !important;
}

#comments-listing {
    margin-bottom: 50px;
}

.comment-from a {
    color: #000;
    text-decoration: none;
}

.comment-body p {
    margin-top: 0;
}

.comment.depth-0 {
    border-top: 1px solid #666 !important;
    padding-top: 5px !important;
}   

/*Subscribe*/

.widget-type-blog_subscribe {
    background: #323846;
    padding: 40px;
    margin: 0 auto !important;
    float:none !important;
    width: 60% !important;
}

.widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper {
    width: 60%;
    margin: 0 auto;
}

.widget-type-blog_subscribe h3 {
    color: #fff;
    margin-top: 0;
}

.widget-type-blog_subscribe input[type="submit" i] {
    margin-right:0;
    background: #df7a2f;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
    float:none;
    width: 100%;
    margin-top: 5px !important;
}

.widget-type-blog_subscribe input[type="submit" i]:hover {
    background:#db803f;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
}

.widget-type-blog_subscribe .hs_email label {
    display:none;
}

/*Post Listing*/

#postListing h2, .relatedPosts h2 {
    text-align: center;
    margin-top: 100px;
    color: #757575;
}

.relatedPosts {
    padding-bottom: 20px;
}

.noRelatedPosts {
    text-align: center;
}

.blogSectionWrapper {
    padding-top: 50px;
}

.blogPostListingWrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.listedPost, .post-item {
    width: 31% !important;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    border-bottom: solid transparent 2px;
    padding-bottom: 15px;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    float: left;
}

.listedPost:last-child, .post-item:last-child {
    margin-right: 0;
}

.hs-featured-image-wrapper {
    max-height: 200px;
    height: 200px;
    width:100%;
    max-width:100%;
}

.listedPost img, .post-item img {
    max-height: 200px;
    height: 200px;
    object-fit: cover;
}

.compat-object-fit .post-item img, .compat-object-fit .listedPost img {
    opacity:0;
}

.listedPost h3, .listedPost .hubspot-editable, .post-item h3 {
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 2px;
    margin-top:0;
}

.listedPost h3 a, .post-item h3 a {
    color: #0058a3;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: normal;
}

/*------------*/

#featuredBlogPostSection .section.post-header {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0%,0%);
}

.featuredPostHeader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 70%;
}

.readMoreBtn {
    margin-top: 40px;
}

.more-link {
    color: #fff;
    text-decoration: none;
    background: #df7a2f;
    padding: 20px 30px;
    margin-top: 50px;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.more-link:hover {
    background: #fff;
    color: #000;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.blogListingHeader {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #757575;
}

.post-listing {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.post-listing-posts, .blogPostListing {
    width: 80%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-featured-image {
    float:none;
    margin:0;
    max-width:100%;
}

.postDate {
    text-align: center;
    color: #757575;
    margin: 15px 0 11px 0;
}

.post-item:hover, .listedPost:hover {
    border-color: #cfcfcf;
    transition-duration: 0.5s;
}

.post-item:first-child {
    display:none;
}

.post-item #hubspot-author_data, .blogPostListing #hubspot-author_data, .blogPostListing a.author-link {
    color: #222;
    text-shadow: none;
    text-align: center;
    font-size: 14px;
}

.post-item #hubspot-author_data .author-link {
    color: #222 !important;
    text-shadow:none !important;
}

.blog-pagination {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.all-posts-link {
    color: #757575;
    background: #e2e2e2;
    padding: 10px 20px;
    text-decoration: none;
}

.all-posts-link:hover {
    background: #e0e0e0;
}

/*search*/

#blogPostSearchSection {
    background: #282d38;
}

#blogPostSearchSection h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 50px;
}

.widget-type-google_search {
    float: none !important;
    margin:15px;
}

#hs-search-module {
    width: 100%;
}

#hs-search-module .hs-input {
    width: 70% !important;
    height: 100%;
}

#hs-search-module .input {
    height: 40px;
}

#hs-search-module a.hs-button.primary {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #17467e;
    color: #fff;
    float: right;
    width: 30%;
    height: 100%;
    cursor: pointer;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
}

a.hs-button.primary:hover {
    background: #205890;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
}

.blogSearchSpacer {
    border-bottom: none;
    border-top: solid #df7a2f 1px;
}

/*TOPICS*/

.categoryListing {
    padding: 60px 0;
    background: #282d38;
}

.widget-type-post_filter ul {
    width: 70%;
    margin: 0 auto;
    padding-left: 0;
}

.widget-type-post_filter ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    background: #323846;
    padding: 10px;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
}

.widget-type-post_filter ul li:hover {
    background: #df7a2f;
    -webkit-transition-duration: 0.8s; /* Safari */
    transition-duration: 0.8s;
}

.widget-type-post_filter ul li a {
    color: #fff;
    text-decoration: none;
}

.widget-type-post_filter h3 {
    text-align: center;
    margin-top: 0;
    color: #fff;
}

/*BLOG FOOTER*/

.footerWrapper h3, .footerWrapper h4 {
    color: #fff;
    font-size: 16px;
}

.footer-container-wrapper {
    background: #323846;
    margin-top:0 !important;
}

.about-us {
    padding: 0 30px;
}

.about-us a {
    color: #fff;
    text-decoration: underline !important;
}

.span12.widget-span.widget-type-cell.footer-background.padding40tb {
    padding-top: 50px;
}

.footerSubscribe .widget-type-blog_subscribe {
    width: 100% !important;
    padding: 20px 0 0 0 !important;
    margin:0;
}

.footerSubscribe .widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper {
    width: 80%;
    margin:0;
}

.footerSubscribe .widget-type-blog_subscribe input[type="submit" i] {
    background:#df7a2f;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.footerSubscribe .widget-type-blog_subscribe input[type="submit" i]:hover {
    background:#fff;
    color: #000;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.hs_cos_wrapper_type_blog_subscribe {
    color: #fff;
}

.inputs-list.multi-container {
    list-style-type: none;
    /* padding-left: 0; */ /* commented out by HubSuppot Support 21 Aug 2018 to align options for form in the Footer */
}

.hs-form-radio .hs-input {
    height: 30px;
}

.hs-form-radio {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.hs_blog_default_hubspot_blog_5001295943_subscription.field.hs-form-field {
    padding-top: 10px;
}

.socialIcons .fa {
    color: #fff;
    background: #205890;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.socialIcons p {
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.socialIcons p:hover {
    color: #205890 !important;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.back-to-top {
    margin-top: 30px;
}

.back-to-top a {
    float: right;
    background: #282d38;
    padding: 10px 15px;
    color: #fff;
}

.footer-copyright {
    padding-bottom: 10px;
}

.copyright {
    color: #fff;
    padding-left: 30px;
    font-size: 12px;
}

.widget-type-logo {
    padding-left: 30px;
}

.widget-type-logo img {
    width: 130px !important;
}

.themeFoundation {
    display:none !important;
}

/*Text & Image layout*/

.textImgWrapper .row-fluid {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.textImgWrapper img {
    width: 100% !important;
}

/* =============== Landing Page Footer =============== */

.footer-container-wrapper {
    margin-top: 40px;
}
.footer-container {}

.hs-blog-listing .footer-container-wrapper {
    margin-top: 0;
}

.footer-container .row-fluid .csm-footer-wrap {
    background-color: #323846;
    padding: 35px 0;
    color: #fff;
}

.footer-container .row-fluid .csm-footer-segment {
    width: 20%;
    margin-left: 0;
    font-size: 14px;
    font-family: "FsLight";
    line-height: 17px;
}

.footer-container .row-fluid .csm-footer-segment:first-child {
    width: 30%;
    margin-right: 3%;
    margin-left: 20px;
}

.footer-container .row-fluid .csm-footer-segment:last-child {
    width: 25%;    
}

.csm-footer-segment h4 {
    color: #fff;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: "FsBold";
}

.csm-footer-language {
    background: url('https://3112181.fs1.hubspotusercontent-na1.net/hubfs/3112181/images/select-bg.png') no-repeat 94% 0;
    height: 29px;
    overflow: hidden;
    width: 240px;
    background-color: #3c4453;
    border-radius: 20px;
    margin-top: 30px;
}

.footer-container .row-fluid .csm-footer-segment .csm-footer-language select {
    background: transparent;
    border: none;
    font-size: 14px !important;
    height: 29px;
    padding: 5px !important;
    width: 268px;
    color: #fff;
    font-size: 14px !important;
    padding-left: 1px !important;
    font-family: "FsLight";
    min-height: auto !important;
    border: none !important;
}


.csm-footer-language select option {
    background-color: #323846;
    color: #fff;
}

.csm-javascript {
    display: none !important;
}

.csm-footer-copyright p {
    border-top: 1px solid #fff;
    padding-top: 38px;
    font-size: 12px;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: -2px;
}

.csm-footer-segment ul {
    list-style: none;
    padding: 0;
}

.csm-footer-segment ul li {
    margin-bottom: 6px;
    line-height: 18px;
}

.csm-footer-segment ul li img {
    margin-right: 4px;
}

.csm-footer-segment img {
    width: inherit !important;
}

.csm-footer-wrap p, .csm-footer-wrap a {
    color: #fff;
}

/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  max-width: 100%;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th.tableHeader {
  color:#EEEEEE;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

.table-fill th:first-child, .table-fill td:first-child {
	padding-left: 24px !important;
}

th.tableHeader:first-child {
  border-top-left-radius:3px;
}
 
th.tableHeader:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr.tableRow {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
/*tr.tableRow:hover td {
  background:#4E5066;
  color:#FFFFFF !important;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}*/
 
tr.tableRow:first-child {
  border-top:none;
}

tr.tableRow:last-child {
  border-bottom:none;
}
 
tr.tableRow:nth-child(odd) td {
  background:#EBEBEB;
}
 
/*tr.tableRow:nth-child(odd):hover td {
  background:#4E5066;
}*/

tr.tableRow:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr.tableRow:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td.td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td.td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

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

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

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

/**********************MEDIA QUERIES***********************/

@media (max-width: 1400px) {
    
    .postSectionContent {
        width: 80% !important;
    }
    
}

@media (max-width: 1000px) {
    
    /*BLOG START*/
    
    /*header*/
    #hs-search-module {
        width: 100% !important;
    }
    
    #hs-search-module a.hs-button.primary {
        font-size: 16px;
    }
    
    .featuredPostHeader {
        width: 80%;
    }
    
    .section.post-header h1 {
        font-size: 35px;
    }
    
    /*listing*/
    .post-listing-posts {
        width: 90%;
    }
    
    .listedPost img, .post-item img {
        max-height: 180px;
    }
    
    .listedPost h3 a, .post-item h3 a {
        font-size: 0.85em;
    }
    
    .postDate {
        font-size: 0.8em;
    }
    
    /*listing*/
    .blogPostListing {
        display: block !important;
    }
    
    .listedPost, .post-item {
        width: 48% !important;
        float: left;
    }
    
    .post-item:nth-child(4n) {
        margin-right: 20px;
    }
    
    .post-item:nth-child(odd) {
        margin-right: 0 !important;
    }
    
    /*search*/
    #hs-search-module, .widget-type-post_filter ul {
        width: 50%;
    }
    
    /*BLOG POST*/
    
    /*content & comments*/
    .blogPostWrapper, .widget-type-blog_comments, .commentsWrapper {
        width: 80% !important;
    }
    
    /*subscribe*/
    .widget-type-blog_subscribe {
        width: 80% !important;
        padding:40px 0;
    }
    
    /*listing*/
    #postListing h2, .relatedPosts h2 {
        margin-top:50px;
    }
    
    /*LANDING PAGE*/
    
    #bannerSection .landingPageBanner img {
        max-height: 400px;
    }
    
    .landingPageHeadline h1 {
        font-size: 55px;
    }
    
    .postSectionContent, .textBox.textBoxBg {
        width: 80% !important;
    }
    
    .col-2-70, .col-2-30 {
        width: 50% !important;
    }
    
    .col-3:first-child {
        width: 100% !important;
    }
    
    .col-3 {
        width: 50% !important;
    }
    
    #columnsWrapper .row-fluid {
        display: flex;
        flex-wrap: wrap;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    }
    
    /*sis features*/
    
    
    /*form*/
    
    #formSection .row-fluid-wrapper.row-depth-1 {
        width: 80%;
    }
    
    /*footer*/
    
    .footer-container .row-fluid .csm-footer-segment:first-child {
        width: 100%;
        margin-left: 0;
    }
    
    .footer-container .row-fluid .csm-footer-segment:first-child .cell-wrapper {
        width: 40%;
        margin: 0 auto;
    }
    
    .footer-container .row-fluid .csm-footer-segment, .footer-container .row-fluid .csm-footer-segment:last-child {
        width: 100%;
        text-align: center;
    }
    
    .csm-footer-language {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .videoWrapper iframe {
        height: 440px;
    }

}

@media (max-width: 767px) {

    /*BLOG START
    
    /*header*/
    
    .blogPostHeader {
        margin-right: 0;
        position: relative !important;
    }
    
    .featuredPostHeader {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 70%;
    }
    
    .blogPostHeader .row-fluid {
        display: block;
        align-items: center;
        -webkit-align-items: center;
        height: 70px;
    }
    
    #hs-search-module {
        width: 100% !important;
    }
    
    #hs-search-module .input {
        height: 40px;
    }
    
    .widget-type-google_search {
        float: right !important;
        margin: 15px;
        position: absolute;
        top: 0;
        right: 0 !important;
        width: 30% !important;
    }
    
    .span2.widget-span.widget-type-logo {
        float: right !important;
        position: absolute;
        z-index: 10000;
        top: 0;
        left: 20%;
        width: 80% !important;
    }
    
    .span2.widget-span.widget-type-logo img {
        max-width: 50%;
        margin-bottom: 15px;
        margin-right: 15px;
        float: right;
    }
    
    #hs_cos_wrapper_wizard_module_-1837649773391886495 {
        float: right;
    }
    
    .span10.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
        z-index: 9999;
        width: 100%;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul li a {
        padding: 5px 15px !important;
    }
    
    .custom-menu-primary.js-enabled {
        padding-top: 0;
        margin: 18px 0 18px 0;
    }
    
    .mobile-trigger {
        position:inherit;
        margin-left: 15px;
        background: none;
        border: 0;
        border-radius: 0;
        padding: 9px 10px 8px 10px;
    }
    
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
        width: 30px;
        height: 2px;
        background-color: #fff;
    }
    
    .mobile-trigger i:before {
        top: -7px;
    }
    
    .mobile-trigger i:after {
        top: 7px;
    }
    
    .mobile-trigger:hover {
        background-color: transparent;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        position: absolute;
        float: left;
        top: 52px;
    }
    
    .mobile-open {
        background-color: transparent;
    }
    
    .blogPostHeader .row-fluid [class*="span"] {
        width: 100%;
    }
    
    .blogPostBanner img, .blogListingBanner img {
        height: 350px;
        margin-top: 0;
    }
    
    .section.post-header h1 {
        font-size: 28px;
    }
    
    .widget-type-post_filter ul {
        width: 70%;
    }
    
    #hubspot-author_data {
        font-size: 14px;
    }
    
    /*listing*/
    .blogListingHeader {
        margin-bottom: 20px;
        margin-top: 0;
    }
    
    .post-listing-posts {
        width: 95%;
    }
    
    .listedPost img, .post-item img {
        max-height: 180px;
    }
    
    /*subscribe*/
    .widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper {
        width: 70%;
    }
    
    /*BLOG POST*/
    
    /*content & comments*/
    .blogPostWrapper, .widget-type-blog_comments, .commentsWrapper {
        width: 90% !important;
    }
    
    /*subscribe*/
    .widget-type-blog_subscribe {
        width: 90% !important;
    }
    
    /*writer*/
    .about-author-sec img {
        float: left;
        width: 22%;
        padding: 20px;
    }
    
    .about-author-sec .span2 {
        padding: 0;
    }
    
    .about-author-sec .span10 {
        padding: 0 20px 20px 0;
        float: right;
        width: 68%;
    }
    
    /*FOOTER*/
    .footerSubscribe .widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper {
        width: 50%;
        padding-left: 30px;
    }
    
    .footerSubscribe {
        clear: both;
    }
    
    .about-us {
        width: 58% !important;
        float: left !important;
    }
    
    .contact-us {
        width: 38% !important;
        float: right !important;
    }
    
    /*LANDING PAGE*/
    
    .blogPostBanner, .blogListingBanner {
        height: 350px;
        margin-top: 0px;
    }
    
    .landingPageHeadline h1 {
        font-size: 45px;
    }
    
    .landingPageHeadline p {
        font-size: 18px;
    }
    
    #columnsWrapper .row-fluid {
        display: block;
    }
    
    .col-2-50, .col-2-70, .col-2-30, .col-3 {
        width: 100% !important;
    }
    
    .textBox.textBoxBg {
        width: 90% !important;
    }
    
    #formSection img, #formSection.oneColumnCtaSection img {
        max-height: 100% !important;
    }
    
    #formSection .row-fluid-wrapper, #formSection .row-fluid, #formSection .cell-wrapper {
        height: 100%;
    }
    
    #formSection .row-fluid-wrapper.row-depth-1 {
        width: 85%;
    }
    
    .ctaWrapper {
        width: 85% !important;
    }
    
    .hs_email.field.hs-form-field {
        padding-top: 0;
    }
    
    input[type="submit" i] {
        width: 99%;
    }
    
    .videoWrapper iframe {
        height: 340px;
    }
    
    /*sis features*/
    
    #sisWrapper .row-fluid:first-child {
        flex-wrap: wrap-reverse;
    }
    
    #sisFeaturesWrapper {
        width: 100%;
    }
    
    .sisFeature {
        width: 100% !important;
    }
    
    .sisFeature .row-fluid .span11 {
        width: 75%;
    }
    
    .sisFeatureText {
        padding: 20px;
    }
    
    /*Text & Image layout*/
    
    .textImgContainer {
        display: flex !important;
        display: -webkit-flex !important;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    
    .textImgWrapper .row-fluid {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    
    .textImgWrapper .widget-type-linked_image {
        order: -1;
        width: 100%;
    }
    
    .textImgWrapper img {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    /*forms*/
    
    .form {
        width: 100% !important;
    }

}

@media (max-width: 568px) {
    
    .widget-type-google_search {
        width: 40% !important;
    }
    
    .section.post-header h1 {
        font-size: 23px;
    }
    
    .more-link {
        padding: 10px 15px;
    }
    
    .post-listing-posts {
        flex-direction: column;
    }

    .listedPost, .post-item {
        width: 100% !important;
        margin-top: 30px;
    }
    
    .listedPost h3 a, .post-item h3 a {
        font-size: 20px;
    }
    
    #blogPostSearchSection h2 {
        width: 80%;
        margin: 0 auto;
        padding-top: 50px;
    }
    
    #hs-search-module, .widget-type-post_filter ul {
        width: 80%;
    }
    
    /*BLOG POST*/
    
    /*writer*/
     .about-author-sec h3 {
        font-size: 16px;
    }
    
    .about-author-sec p {
        font-size: 14px;
        line-height: 1.3em;
    }
    
    .about-author-sec img {
        width: 30%;
    }
    
    .about-author-sec .span10 {
        width: 59%;
    }
    
    /*LANDING PAGE*/
    
    .landingPageHeadline h1 {
        font-size: 35px;
    }
    
    .postSectionWrapper {
        margin-top: 30px;
    }
    
    .ctaWrapper {
        width: 85% !important;
    }
    
    .videoWrapper iframe {
        height: 250px;
    }

}

@media (max-width: 479px) {

    /*BLOG POST*/
    
    /*writer*/
    .about-author-sec img {
        float: none;
        width: 100%;
        padding:0;
    }
    
    .about-author-sec .span2 {
        padding:50px;
    }
    
    .about-author-sec .span10 {
        padding: 0 20px 20px 20px;
        float: none;
        width: 100%;
    }
    
    .widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper {
        width: 75%;
    }
    
    .about-us {
        width: 100% !important;
        float: none !important;
    }
    
    .contact-us {
        width: 100% !important;
        float: none !important;
        padding-left: 30px;
    }
    
    /*FOOTER*/
    .footerSubscribe .widget-type-blog_subscribe .cell-wrapper.layout-widget-wrapper {
        width: 85%;
    }
    
    .span12.widget-span.widget-type-raw_html.back-to-top {
        margin-top: 30px;
    }
    
    .widget-type-logo {
        text-align: center;
        padding-left: 0;
    }
    
    .copyright {
        padding-left: 0;
        text-align: center;
    }
    
    /*LANDING PAGE*/
    
    #hs_cos_wrapper_logo img {
        width: 120px !important;
    }
    
    .landingPageHeadline h1 {
        font-size: 30px;
    }
    
    .section-header h1 {
        font-size: 25px;
    }
    
    .hs_email.field.hs-form-field {
        padding-top: 0;
    }
    
    .hs-form-field {
        width: 100% !important;
    }
    
    #formSection .row-fluid-wrapper.row-depth-1 {
        width: 90%;
    }
    
    /*.col-2:last-child, #formSection:last-child {
        height: 770px;
    }
    
    #formSection.oneColumnCtaSection:last-child {
        height: 470px;
    }*/
    
    .videoWrapper iframe {
        height: 200px;
    }

}