/****************************************/
/*      ^^^^^^ CSS Imports ^^^^^^       */
/*       Add external fonts above       */
/****************************************/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700|Open+Sans:300,400,600,700');


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




/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards         */
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive                  */
/*                                      */
/****************************************/

/*************** HubL variables ***************/



/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
    a {
        color: red;
        font-size: 12px;
         
    }
*/











/*************** Base sets ***************/
*, *:before, *:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
    display: table;
    float: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .page-center {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }    
}
@media (min-width: 750px) {
    .page-center {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto !important;
      margin-left: auto !important;
    }
}   
@media (min-width: 992px) {
  .page-center {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
    width: 1200px !important;
  }
}

/*************** Globals ***************/
a {
    color: ;
    text-decoration: none;
}
a:hover,
a:focus {
    color: ; 
    text-decoration: underline;
}
img {
    max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
    width: 100%;
}
.row-fluid [class*="span"] {
    min-height: 0;
}
.widget-type-space {
    padding: 1px;
}

/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
    color: #545454;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 33px;
    -webkit-margin-before: 1rem;
    -webkit-margin-after: 1rem;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}
span {
    font-family: 'Open Sans', sans-serif;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
label {
    color: ;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
p.semi {
    font-weight: 600;
}
strong {
    font-weight: 700;
}
q {
    font-style: italic;
    font-weight: 300;
}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
    color: ;
    font-family: 'Lato', sans-serif;
    text-rendering: optimizelegibility;
}
h1{
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    line-height: 72px;
}
h2{
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    line-height: 57px;
}

/* -------- Highlighted Text -------- */
::-moz-selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::selection {
    color: #fff;
    background:#3399FF;
    text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
    color: #545454;
}

/* -------- Lists -------- */
ol, ul {
    padding-left: 0;
}
li {
    color: ;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-rendering: optimizelegibility;
}

.widget-type-rich_text ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 1rem 0;
    padding: 0;
}
.widget-type-rich_text ul li {
    padding-left: 0.6rem;
}
.widget-type-rich_text ul li:before {
    
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -------- 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 {
     
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
 
    font-family: 'Open Sans', sans-serif;
}

.hs-form-field > label {
    display: block; 
}


/* Quotes */
q:before, q:after, blockquote:before, blockquote:after {}
.body-container .hs_cos_wrapper_type_rich_text ul{
}


/*
===================================================
                Template Structure
===================================================
*/

/*** Banner Heading ***/

.logo img{
    position: absolute;
    top: 60px;
    left: 60px;
}
.banner-heading-wrapper{
    height: 768px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(-90deg, rgba(46,204,113,0.6), rgba(52,152,219,0.6));
    background: -o-linear-gradient(-90deg, rgba(46,204,113,0.6), rgba(52,152,219,0.6));
    background: -moz-linear-gradient(-90deg, rgba(46,204,113,0.6), rgba(52,152,219,0.6));
    background: linear-gradient(-90deg, rgba(46,204,113,0.6), rgba(52,152,219,0.6));
}
video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.banner-content-wrapper{
    display: table!important;
    width: 100%;
}
.banner-content{
    display: table-cell!important;
    vertical-align: middle;
    height: 768px;
    float: none!important;
    text-align: center;
}
.banner-content h1{
    padding-bottom: 30px;
}
.banner-content p{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.banner-content a.cta-custom{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 50px;
    border-radius: 40px;
    background: transparent;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Open Sans', sans-serif;
    cursor:pointer;
}
.banner-content a.cta-custom:hover, .banner-content a.cta-custom:focus{
    text-decoration: none;
    background: #2ECC71;
    border: 1px solid #2ECC71;
}
span.arrow-down img{
    position: absolute;
    bottom: 4.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
span.arrow-down img:hover{
    cursor: pointer;
}
ul.sidebar-pagination{
    position: fixed;
    right: 3%;
    top: 30%;
    z-index:20;
}
ul.sidebar-pagination li{
    list-style: none;
    padding-bottom: 18px;
    text-align: center;
}
ul.sidebar-pagination li span{
    display: inline-block;
    height: 14px;
    width: 14px;
    /*border: 1px solid #fff;*/
    background: #dadada;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
ul.sidebar-pagination li span:hover{
    cursor: pointer;
}
ul.sidebar-pagination li span.active{
    display: inline-block;
    height: 18px;
    width: 18px;
    background: #dadada;
    border: 1px solid #dadada;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
}
ul.sidebar-pagination li span.active:after{
    content: '';
    display: block;
    height: 28px;
    width: 28px;
    background: transparent;
    border: 1px solid #dadada;
    border-radius: 50px;
    position: absolute;
    top: -6px;
    left: -6px;
}

/*** RichText ***/
.contentContainer p > span{
    display: none; 
}

.contentContainer p.show:last-child{
    display: block;
}
.read-btn{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #2ECC71;
    padding: 13px 50px 13px 70px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #2ECC71;
    opacity: 1;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    cursor:pointer;
}
.richtextContainer a.top{
    top: 35px;
}
.read-btn:hover{
    text-decoration: none;
    opacity: 0.9;
}
.read-btn:focus{
    text-decoration: none;
}
.read-btn span.plus, .read-btn span.minus{
    font-weight: 100;
    font-size: 35px;
    position: absolute;
    top: 0;
    left: 36px;
}
.read-btn span.minus{
    display: none;
    top: -1px;
}
.read-btn span.less{
    display: none;
}


/* Rotate border on hover */    
.circle-border{
   /* border: 4px solid #2ECC71!important; */
    width: 150px;
    height: 150px;
    margin: 0 auto 60px auto!important;
}
.iconContainer{
    background: none;
    border: 0;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 4px #2ECC71;
    color: #2ECC71;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
}
.iconContainer:before,
.iconContainer:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.spin {
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0 auto 60px auto;
}
/*

.spin:hover {
    color: #2ECC71;
}
.spin:before,
.spin:after {
    top: 0;
    left: 0;
}
.spin:before {
    border: 4px solid transparent;
}

.spin:hover:before {
    border-top-color: #2ECC71;
    border-right-color: #2ECC71;
    border-bottom-color: #2ECC71;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}
.spin:after {
    border: 0 solid transparent;
}
.spin:hover:after {
    border-top: 4px solid #2ECC71;
    border-left-width: 4px;
    border-right-width: 4px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}*/
.spin.circle-border {
    color: #2ECC71;
}
.spin:before,
.spin:after {
    top: 0;
    left: 0;
}
.spin:before {
    border: 4px solid transparent;
}

.spin.circle-border:before {
    border-top-color: #2ECC71;
    border-right-color: #2ECC71;
    border-bottom-color: #2ECC71;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}
.spin:after {
    border: 0 solid transparent;
}
.spin.circle-border:after {
    border-top: 4px solid #2ECC71;
    border-left-width: 4px;
    border-right-width: 4px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.circle {
    border-radius: 100%;
    box-shadow: none;
}    
.circle:before,
.circle:after {
    border-radius: 100%;
}


.iconContainer img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -40px auto 0 auto;
    opacity:0;
    width:auto;
    height:80px;
}


/*** RichText with Gradient BG***/
.moduleWrapper-gradient{
    background: -webkit-linear-gradient(-90deg, rgba(231,76,60,0.8), rgba(241,196,15,0.8));
    background: -o-linear-gradient(-90deg, rgba(231,76,60,0.8), rgba(241,196,15,0.8));
    background: -moz-linear-gradient(-90deg, rgba(231,76,60,0.8), rgba(241,196,15,0.8));
    background: linear-gradient(-90deg, rgba(231,76,60,0.8), rgba(241,196,15,0.8));
    text-align: center;
    padding: 120px 0;
}
.moduleWrapper-gradient h2{
    padding: 40px 0 0 0;
    color: #fff!important;
}
.moduleWrapper-gradient p{
    color: #fff;
    font-size: 24px;
}
.small-container{
    max-width:840px;
    margin:auto;
    text-align:center;
}
.moduleWrapper-gradient .img-wrapper{
    overflow: hidden;
}
.moduleWrapper-gradient .img-wrapper img{
    position: relative;
    top: 220px;
}

/*** CTA Module ***/
.cta-module-wrapper{
    background: #F2F2F2;
    padding: 160px 0 202px 0;
}
.cta-module-wrapper h2{
    color: #2ECC71;
    padding-bottom: 30px;
}
.cta-module-wrapper p{
    font-size: 24px;
    line-height: 33px;
}
.cta-module-wrapper a.custom-btn{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #2ECC71;
    padding: 13px 50px 13px 50px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #2ECC71;
    opacity: 1;
    position: relative;
}
.cta-module-wrapper a.custom-btn:hover, .cta-module-wrapper a.custom-btn:focus{
    opacity: 0.9;
    text-decoration: none;
}
.ebook-image img{
    width: 88%;
    padding-top: 18px;
    opacity:0;
}

/*** Subscription Form ***/
.subscribe-form-wrapper{
    background: -webkit-linear-gradient(-45deg, rgba(46,204,113,0.9), rgba(52,152,219,0.9));
    background: -o-linear-gradient(-45deg, rgba(46,204,113,0.9), rgba(52,152,219,0.9));
    background: -moz-linear-gradient(-45deg, rgba(46,204,113,0.9), rgba(52,152,219,0.9));
    background: linear-gradient(-45deg, rgba(46,204,113,0.9), rgba(52,152,219,0.9));
    padding: 120px 0;
    
}
.subscribe-form-wrapper .widget-type-form{
    text-align:center;
}
.subscribe-form-wrapper .widget-type-form span.hs_cos_wrapper_type_form{
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}
.subscribe-form-wrapper .spin.circle-border {
    color: #fff;
}
.subscribe-form-wrapper .iconContainer{
    color: #fff;
}
.subscribe-form-wrapper .spin.circle-border:after{
    border-top: 4px solid #fff;
}
.subscribe-form-wrapper .spin.circle-border:before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
}
.subscribe-form-wrapper .heading-para{
    text-align: center;
}
.subscribe-form-wrapper .heading-para{
    width: 72%!important;
    margin: 0 auto!important;
    float: none!important;
}
.subscribe-form-wrapper .heading-para h2{
    padding-bottom: 25px;    
}
.subscribe-form-wrapper .heading-para p{
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}
.subscribe-form-wrapper form.hs-form{
    width: 70%;
    margin: 0 auto;
    padding-top: 65px;
}
.subscribe-form-wrapper form.hs-form fieldset{
    max-width: 100%;
}
.subscribe-form-wrapper form.hs-form fieldset > div{
    margin-bottom: 30px;
}
.subscribe-form-wrapper form.hs-form div.input{
    margin-right: 0;
}
.subscribe-form-wrapper form.hs-form div.input input, .subscribe-form-wrapper form.hs-form div.input select{
    height: 60px;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    font-size: 18px;
    padding-left: 20px;
    color: #545454;
    font-weight: 100;
}    
.subscribe-form-wrapper form.hs-form div.input select{
    background: url('https://www.thebrandmanager.com.au/hubfs/BM_Templates/images/icon-dropdown.png') no-repeat 95.5% 55% #fff;
}
.subscribe-form-wrapper form.hs-form div.input textarea{
    font-size: 18px;
    padding-left: 20px;
    color: #545454;
    font-weight: 100;
    height: 180px;
    background: #fff;
    border: 0;
    -webkit-appearance: none;
    width: 100%;
}
.subscribe-form-wrapper form.hs-form .hs-form-field > label{
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    padding-bottom: 10px;
    text-align:left;
}
.subscribe-form-wrapper form.hs-form .form-columns-2 > div{
    padding: 0 10px;
}
.subscribe-form-wrapper form.hs-form .form-columns-1 > div{
    padding: 0 10px;
}
.subscribe-form-wrapper form.hs-form ul.hs-error-msgs li{
    list-style: none;
}
.subscribe-form-wrapper form.hs-form ul.hs-error-msgs li label{
    color: #fff;
    font-size: 12px;
}
.subscribe-form-wrapper form.hs-form div.hs_would_you_like_to_receive_email_updates label{
    font-size: 18px!important;
    width: 44%;
    float: left;
    margin-right: 30px;
}
.subscribe-form-wrapper form.hs-form div.hs_would_you_like_to_receive_email_updates ul.inputs-list li.hs-form-radio{
    float: left;
    width: 18%;
    list-style: none;
}
.subscribe-form-wrapper form.hs-form div.hs_would_you_like_to_receive_email_updates ul.inputs-list li.hs-form-radio input{
    -webkit-appearance: radio;
    height: auto;
    margin-right: 22px;
}
.subscribe-form-wrapper form.hs-form div.hs_would_you_like_to_receive_email_updates ul.inputs-list li.hs-form-radio span{
    color: #fff;
    font-size: 14px;
}
.subscribe-form-wrapper form.hs-form .actions input[type="submit"]{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 50px 13px 50px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin: 60px auto;
    display: table;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent;
    position: relative;
    -webkit-appearance: none;
}
.subscribe-form-wrapper form.hs-form .actions input[type="submit"]:hover{
    cursor: pointer;
    background: #2C3E50;
    border: 1px solid #2C3E50;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #545454;
  font-weight: 100;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #545454;
  font-weight: 100;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #545454;
  font-weight: 100;
}
:-moz-placeholder { /* Firefox 18- */
  color: #545454;
  font-weight: 100;
}

/*** Footer ***/
.footer-wrapper{
    padding: 20px 0;
}
.footer-wrapper p{
    margin: 0;
    font-size: 12px;
    text-align: center;
}
body iframe{
    display: none;
}

/*** Others ***/

.half-side {
    width: 50%;
    float: left;
    height: 768px;
}
.result-cta{
    text-align:center;
}
.green-btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #2ECC71;
    padding: 13px 50px 13px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #2ECC71;
    opacity: 1;
    position: relative;
    cursor:pointer;
}
.green-btn:hover, .green-btn:focus {
    text-decoration: none;
    opacity: 0.9;
}
    .columnImage {
        height: 768px;
        width: 100%;
        object-fit: cover;
        position: relative;
        z-index: 2;
    }
    .half-side{
        position:relative;
    }
    .half-side.blue-color{
        background-color:#3498DB;
    }
    .half-side.navy-color{
        background-color:#2C3E50;
    }
    .half-side.purple-color{
        background-color:#9B59B6;
    }
    .blue-overlay{
        background: -webkit-linear-gradient(-45deg, rgba(52, 152, 219, .8), rgba(46,204,113,.8));
        background: -o-linear-gradient(-45deg, rgba(52, 152, 219, .8), rgba(46,204,113,.8));
        background: -moz-linear-gradient(-45deg, rgba(52, 152, 219, .8), rgba(46,204,113,.8));
        background: linear-gradient(-45deg, rgba(52, 152, 219, .8), rgba(46,204,113,.8));
    }
    .navy-overlay{
        background: -webkit-linear-gradient(-45deg, rgba(84, 84, 84, .8), rgba(44,62,80,.8));
        background: -o-linear-gradient(-45deg, rgba(84, 84, 84, .8), rgba(44,62,80,.8));
        background: -moz-linear-gradient(-45deg, rgba(84, 84, 84, .8), rgba(44,62,80,.8));
        background: linear-gradient(-45deg, rgba(84, 84, 84, .8), rgba(44,62,80,.8));
    }
    .purple-overlay{
        background: -webkit-linear-gradient(-45deg, rgba(155, 89, 182, .8), rgba(52, 152, 219,.8));
        background: -o-linear-gradient(-45deg, rgba(155, 89, 182, .8), rgba(52, 152, 219,.8));
        background: -moz-linear-gradient(-45deg, rgba(155, 89, 182, .8), rgba(52, 152, 219,.8));
        background: linear-gradient(-45deg, rgba(155, 89, 182, .8), rgba(52, 152, 219,.8));
    }
    .readmoreContent {
        right: 0;
        z-index: 1;
        width: 500px;
        text-align: center;
        height: auto;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .readmoreContent p{
        font-size: 24px;
        line-height: 40px;
        color: #fff;
    }
    .color-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }
    .columnContent{
        width: 500px;
        text-align: center;
        height: auto;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .columnContent h3{
        font-size: 48px;
        line-height: 57px;
        font-weight: 300;
        margin-bottom: 35px;
    }
    .columnContent p{
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .columnContent.blue-color h3{
        color:#3498DB;
    }
    .columnContent.blue-color .read-btn {
        background-color:#3498DB;
        border-color:#3498DB;
    }
    .columnContent.navy-color h3{
        color:#2C3E50;
    }
    .columnContent.navy-color .read-btn{
        background-color:#2C3E50;
        border-color:#2C3E50;
    }
    .columnContent.purple-color h3{
        color:#9B59B6;
    }
    .columnContent.purple-color .read-btn{
        background-color:#9B59B6;
        border-color:#9B59B6;
    }
    .read-btn:before{
        content: "+";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 35px;
        display: block;
        z-index: 2;
        font-size: 35px;
        font-weight: 100;
        margin: auto;
    }
    .read-less:before{
        content: "-";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 35px;
        display: block;
        z-index: 2;
        font-size: 35px;
        font-weight: 100;
        margin: auto;
    }
    .read-btn.open-btn:before {
        content:"-";
    }
    .results-container{
        padding: 180px 0;
    }
    .results-container .results-header{
        text-align:center;
        margin-bottom: 105px;
    }
    .results-container .results-header h2{
        color:#141414;
    }
    .results-container .results-box{
        background-color: #F2F2F2;
        padding: 84px 0;
        display: table;
        width: 100%;
        margin-bottom: 80px;
        min-height: 376px;
        opacity:0;
    }
    .results-container .resultsImage{
        min-height: 208px;
        position: relative;
        border-right:1px solid #B7B7B7;
        padding:30px 0;
    }
    .results-container .resultsContent{
        min-height: 208px;
        display: table;
    }
    .results-container .resultsContent .resultContainer{
        display: table-cell;
        vertical-align: middle;
        padding: 0 30px 0 74px;
    }
    .results-container .resultsImage .logoContainer{
        text-align: center;
        height: auto;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        
    }
    .results-container .resultsImage .logoContainer img{
        height:100%; 
    }
    .results-container .resultsContent p{
        font-size:36px;
        line-height:44px;
        margin:0;
    }
    .results-container .resultsContent p strong{
        color:#2ECC71;
        font-weight:bold;
    }

    .richtextContainer{
        padding:147px 0 200px;
    }
    .small-container{
        max-width:840px;
        margin:auto;
        text-align:center;
    }
    .small-container h2{
        color:#2ECC71;
        font-size:48px;
        line-height:52px;
        margin-bottom: 40px;
    }
    .contentContainer p{
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 44px;
        line-height: 40px;
    }

.forMobile .columnContent{
    display:none;
}
.forMobile .readmoreContent .read-less{
    display:none !important;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 50px 13px 70px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    opacity: 1;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
.forMobile .readmoreContent .read-less:hover {
    text-decoration: none;
    opacity: 0.9;
}
.forMobile .readmoreContent .read-less.blue-color{
    color:#3498DB;
}
.forMobile .readmoreContent .read-less.navy-color{
    color:#2C3E50;
}
.forMobile .readmoreContent .read-less.purple-color{
    color:#9B59B6;
}
.forMobile .columnContent.hide-me{
    display:none;
}

/*.subscribe-form-wrapper iframe{*/
/*    display:block !important;*/
/*}*/

/*
===================================================
                Responsive Structure
===================================================
*/


/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
    
}
@media only screen and (min-width: 1300px) {
    
}
@media only screen and (min-width: 1366px) {
    
}
@media only screen and (min-width: 1440px) {
    
}
@media only screen and (min-width: 1900px) {
   
}

@media only screen and (max-width: 1140px){
    h1{
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (max-width: 1040px){
    h1{
        font-size: 41px;
        line-height: 48px;
    }
    .logo img{
        top: 20px;
        left: 40px;
    }
}

/* ================ Tablets (portrait and landscape) ================ */ 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.subscribe-form-wrapper form.hs-form div.hs_would_you_like_to_receive_email_updates label {
    width: 50%;
}
.video-wrapper{
    display:none;
}
.subscribe-form-wrapper .heading-para , .subscribe-form-wrapper form.hs-form{
    width: 100%!important;
}
.cta-module-wrapper {
    background: #F2F2F2; 
    padding: 100px 30px;
}
.readmoreContent {
    width: 100%;
    padding: 0 15px;
}
.columnContent{
    width:100%;
}
.richtextContainer, .moduleWrapper-gradient {
    padding: 100px 0;
}
#video-wrapper{
    display:none;
}

}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   

}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
    /* end of mobile (portrait and landscape) */
    #video-wrapper{
        display:none;
    }
    .half-side {
        width: 100%;
        float: none;
    }
    .sidebar-pagination{
        display:none;
    }
    .columnContent{
        width:auto; 
        position:initial;
        transform: initial;
    }
    .readmoreContent {
        width: 100%;
        padding:0 15px;
    }
    .results-container .resultsContent .resultContainer {
        padding: 30px 15px;
    }
    .subscribe-form-wrapper .heading-para {
        width: 100% !important;
    }
    .subscribe-form-wrapper form.hs-form {
        width: 100%;
    }
    .subscribe-form-wrapper form.hs-form .actions input[type="submit"]{
        width:100%;
    }
    .subscribe-form-wrapper form.hs-form div.hs_would_you_like_to_receive_email_updates label {
        width: 100%;
    }
    .subscribe-form-wrapper form.hs-form div.input input, .subscribe-form-wrapper form.hs-form div.input select{
        width:100% !important;
    }
    .ebook-image{
        margin-bottom:30px;
    }
    .ebook-image img{
        opacity:1;
    }
    .results-container .resultsImage {
        border-right: 0;
        border-bottom: 1px solid #B7B7B7;
        min-height:auto;
    }
    .half-side.half-content {
        height: auto;
        padding:30px 0; 
    }
    .results-container .results-box{
        opacity:1;   
    }
    .logo img {
        position: initial;
        margin-top: 20px;
    }
    .logo{
        text-align:center;
    }
    .banner-content{
        height:auto;
        padding-top:50px;
    }
    .banner-content a.cta-custom{
        padding: 13px 10px;
        width: 100%;
        margin-top: 30px;
    }
    .banner-heading-wrapper {
        height: auto;
        padding-bottom: 120px;
    }
    .small-container h2, .banner-content h1, .columnContent h3, .results-container .results-header h2, .cta-module-wrapper h2, .subscribe-form-wrapper .heading-para h2{
        font-size:34px;
        line-height: 41px;
    }
    .contentContainer p , .cta-module-wrapper p,  .moduleWrapper-gradient p, .subscribe-form-wrapper .heading-para p, .columnContent p, .readmoreContent p{
        font-size: 18px;
        line-height: 24px;
    }
    .richtextContainer, .moduleWrapper-gradient {
        padding: 100px 0;
    }
    .results-container {
        padding: 100px 0;
    }
    .results-container .results-box{
        padding: 0 20px 30px;
        min-height:auto;
    }
    .results-container .resultsContent .resultContainer{
        display:block;
    }
    .results-container .resultsContent p {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        margin-top: 20px;
    }
    .results-container .resultsImage .logoContainer{
        text-align: center;
        height: auto;
        position: initial;
        transform: initial;
    }
    .results-container .resultsContent{
        min-height:auto;
    }
    .ebook-image{
        text-align:center;
    }
    .cta-module-wrapper{
        text-align:center;
    }
    .cta-module-wrapper a.custom-btn{
        width:100%;
    }
    .cta-module-wrapper, .subscribe-form-wrapper{
        padding:100px 0;
    }
    .subscribe-form-wrapper form.hs-form .actions input[type="submit"] {
        font-size: 14px;
    }
    .forMobile .columnContent {
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding:0 30px;
    }
    .forMobile .columnContent.blue-color h3, .forMobile .columnContent.blue-color p, 
    .forMobile .columnContent.navy-color h3, .forMobile .columnContent.navy-color p, 
    .forMobile .columnContent.purple-color h3, .forMobile .columnContent.purple-color p{
        color:#fff;
    }
    .half-side.half-content {
        display:none;
    }
    .forMobile .readmoreContent .read-less{
        display: inline-block !important;
    }
    .half-side, .columnImage{
        height:500px;
    }
    span.arrow-down img{
        width:10%;
    }
}


/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {

}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
    
}