/* @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('http://example.com/example_style.css'); */
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700);
@font-face {
font-family: icomoon;
font-style: normal;
font-weight: normal;
src: url("//cdn2.hubspot.net/hub/367443/file-1091547625-eot/prosci/font/icomoon.eot");
}

@font-face {
font-family: icomoon;
font-style: normal;
font-weight: normal;
src: url("//cdn2.hubspot.net/hub/367443/file-1087518246-woff/prosci/font/icomoon.woff") format("woff"),
url("//cdn2.hubspot.net/hub/367443/file-1087518241-ttf/prosci/font/icomoon.ttf") format("truetype");
}

// Google Fonts
@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hpS3E-kSBmtLoNJPDtbj2Pk.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxt6Naowg1QhaIq8kLGtQSos.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiwlidHJgAgmTjOEEzwu1L8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxs1QGe9x6ME_FQCWJB3n6z8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxjdGNerWpg2Hn6A-BxWgZ_I.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxkdJXfhP-2RmnAuS9A2rxpE.ttf) format('truetype');
}




/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */
 
 
/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */




/* Typography */
            /*  */



                         /*  */
                          /*  */
 /*  */




/* Button */





/* Form */





/* Testimonial */




/* Featured Blog */


/* Footer */



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

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


/* Website background color and default font styles */
body {
  margin:0;
  padding:0;
  background: #fff;
  color: #3d444f;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: 28px;
  border:none;
  overflow-x:hidden !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1{
    font-family: 'Open Sans',sans-serif;
    font-weight: 300!important;
    font-size: 35px;    
    font-style:normal;
    line-height:52px;
    text-transform:uppercase;
    letter-spacing:2px;
    zoom:1;
    color:#ffffff;
}
h2{
   font-family: 'Open Sans',sans-serif;
   font-weight:300;
   font-size:26px;
   font-style:normal;
   line-height:42px;
   text-transform:uppercase;
   letter-spacing:2px;
   zoom:1;
   color:#3d444f;
}
h3{
    font-family: 'Open Sans',sans-serif;
    font-weight:600;
    font-size:20px;
    font-style:normal;
    line-height:32px;
    zoom:1;
    color:#3d444f;
}
h1, h2, h3, h4, h5, h6{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;        
}
h1, h2{
    margin:0;
    background-image:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/title-border.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom:18px;
}
h5{
    font-family: 'Open Sans',sans-serif;
    font-weight:300;
    font-size:14px;
    line-height:16px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.body-column-container .hs_cos_wrapper_type_header h1, .body-column-container .hs_cos_wrapper_type_header h2, .body-column-container .title h2{
    text-align:center;
    margin-bottom:65px;
    background-position:bottom center;
}
.body-column-container.featured-blog .hs_cos_wrapper_type_header h1{
    margin: 0 0 37px 0;
    font-family: 'Open Sans',sans-serif;
   font-weight:300;
   font-size:26px;
   font-style:normal;
   line-height:42px;
   text-transform:uppercase;
   letter-spacing:2px;
   zoom:1;
   color:#3d444f;
}
p{
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 28px;    
}
p, ul li, span{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* ==========================================================================
   Layout Structure
   ========================================================================== */
   
/**
 * Fixed Container
 *
 * Apply .fixed-container to full-width modules.
 */

.container-fluid .row-fluid .fixed-container {
  float: none;
  max-width: 1172px;
  width:100%;
  margin: 0 auto;
}

a { color: #836434; text-decoration:underline; }
a:hover { color: #836434; text-decoration:none; }
a:focus{
    outline:0;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
iframe{
    margin:0;
    padding:0;
    border:0;
}
/* ==========================================================================
   Header
   ========================================================================== */
.hs-landing-page .header-container-wrapper{
    margin:0;
    padding:0;
}
.hs-landing-page .header-container-wrapper .logo, .hs-site-page .header-container-wrapper .logo{
    padding:25px 0 37px 0;
    /* padding:34px 0 37px 0; */
    margin:0;
}

.hs-landing-page .header-container-wrapper .contact, .hs-site-page .header-container-wrapper .contact{
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    color: #373e44;
    padding-top:45px;
    text-align:right;
}

/* ==========================================================================
   Banner
   ========================================================================== */
.banner-container{
    padding:70px 0 64px 0; /* 70px 0 68px 0 */
    color: #ffffff;
}
.banner .banner-container h1{
    margin-top:22px;
}
.banner-container h1{
    margin-bottom:40px;
    background-image:url("//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/bh-border.png");
}
.banner-container h5{
    font-weight:600;
}
.banner-container .btn.btn-white{
    margin-top:25px;
    margin-bottom:25px;
    text-decoration:none;
}
.banner-container .btn.btn-white:hover{
    color:#342a86;
    text-decoration:none;
}
.hs-landing-page .banner, .hs-landing-page .banner .banner-overlay{
    float:left;
    width:100%;
}
.hs-landing-page .banner a{
  color:#b59362;
    text-decoration:underline;
}
.hs-landing-page .banner a:hover{
    color:#9b7b4c;
    text-decoration:none;
}

/* ==========================================================================
   Form
   ========================================================================== */
.banner-container .hs_cos_wrapper_type_form{
    float:right;
    padding:30px 30px 14px 30px;
    background:#8c9798;
    max-width:377px;
}
/*.banner-container form.hs-form{
    float:right;
    padding:30px 30px 14px 30px;
    background:#8c9798;
    max-width:377px;
}*/
.banner-container .hs_cos_wrapper_type_form h3{
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 28px;
    color:#ffffff;
    margin-top:0;
    margin-bottom:6px;
}
.banner-container form.hs-form .hs-richtext, .banner-container .hs_cos_wrapper_type_form h3{
    text-align:center;
    letter-spacing:2px;
    text-transform:uppercase;
}
.banner-container form.hs-form .legal-consent-container .hs-richtext{
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform:none;
  text-align:left;
  line-height:20px;
  letter-spacing:0;
  clear: both;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.banner-container form.hs-form .hs-form-required{
    display:none;
}
.banner-container form.hs-form input[type="text"], .banner-container form.hs-form input[type="email"], .banner-container form.hs-form input[type="tel"],
.banner-container form.hs-form select, .sidebar form.hs-form select, .banner-container form.hs-form textarea, .thank-you input[type="text"], .thank-you input[type="email"], .thank-you input[type="tel"]{
    margin-top:20px;
    border:1px solid #ffffff;
    padding:6px 10px;
    font-size: 15px;
    color:#3d444f;
    font-family: 'Open Sans',sans-serif;
    font-style:italic;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
    border-radius:0;
}
.banner-container #hs_form_target_widget_1447084653591 form.hs-form fieldset.form-columns-1 .hs-input{
  width:100% !important;
}
.banner-container #hs_form_target_widget_1447084653591 form.hs-form fieldset.form-columns-1 input[type='checkbox'] { width: auto !important; }
.banner-container #hs_form_target_widget_1447084653591 form.hs-form ul li label{
  width:100%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
    border:1px solid #342a86 !important;
}
::-webkit-input-placeholder {
   font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
   font-style:italic;
}
::-moz-placeholder {  /* Firefox 19+ */
   font-style:italic;
}
:-ms-input-placeholder {  
   font-style:italic;
}

.hs_desired_change{
    margin-top:20px;
}
.hs_desired_change textarea {
    font-size: 15px;
    color: #3d444f;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
}
.banner-container form.hs-form ul, .thank-you .sidebar form.hs-form ul{
    margin:0;
    padding:0;
}
.banner-container form.hs-form ul.inputs-list.multi-container{
  clear:both;
  float:left;
  width:100%;
  margin-top:15px;
}
.banner-container form.hs-form ul.inputs-list.multi-container li label span{
  padding-left:5px;
  width:auto;
}
.banner-container form.hs-form ul.inputs-list.multi-container li.hs-form-radio, .banner-container form.hs-form ul.inputs-list.multi-container li label.hs-form-radio-display{
  display:inline-block;
  margin-right:5px;
}
.banner-container form.hs-form ul li, .thank-you .sidebar form.hs-form ul li{
   margin:0;
   padding:0;
   list-style:none;
}
.banner-container form.hs-form ul li label, .thank-you .sidebar form.hs-form ul li label{
    float:left;
    margin-top:20px;
    display:block;
    margin-bottom:0;
}
.banner-container form.hs-form ul li label input, .thank-you .sidebar form.hs-form ul li label input{
    float:left;
    margin-top:0; /*6*/
}
.banner-container form.hs-form ul li label span, .thank-you .sidebar form.hs-form ul li label span{
    float:left;
    width:85%;
    padding-left:15px;
    font-size:14px;
    line-height:24px;
}
.banner-container form.hs-form ul li.hs-form-radio label{
    width:100%;
}
.banner-container form.hs-form ul li.hs-form-radio label.hs-form-radio-display{
  margin-top:0;
  margin-bottom:0;
}
.banner-container form.hs-form ul li.hs-form-radio label.hs-form-radio-display input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;     
    -o-appearance: none; 
    width:20px;
    height:20px;
    outline:0;
    cursor:pointer;
}
.banner-container form.hs-form .legal-consent-container ~ .hs_recaptcha{
  	clear: both;
    display: block;
    width: 100%;
    float: left;
}
.banner-container form.hs-form .legal-consent-container ~ .hs_recaptcha .grecaptcha-badge{
  margin:0 auto;
}

.banner-container form.hs-form ul li.hs-form-radio label.hs-form-radio-display input[type="radio"]{
    background:url("https://367443.fs1.hubspotusercontent-na1.net/hubfs/367443/1.identity/templates/landing-page-template-images/fradio-empty.png") no-repeat 0 0;
}

.banner-container form.hs-form ul li.hs-form-radio.chked label.hs-form-radio-display input[type="radio"], .banner-container form.hs-form ul li.hs-form-radio label.hs-form-radio-display input[type="radio"]:checked{    
    background:url("https://367443.fs1.hubspotusercontent-na1.net/hubfs/367443/1.identity/templates/landing-page-template-images/fradio-active.png") no-repeat 0 0;
}

.banner-container form.hs-form .actions, .thank-you .sidebar form.hs-form .actions{
    text-align:center;
}
.banner-container form.hs-form input[type="submit"], .thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"], .flexi .content-form form.hs-form .actions input[type="submit"], .flexi.pwd .content-form form input[type="submit"]{
    display:inline-block;
    margin:30px 0 20px 0;
    padding:3px 30px 0 30px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:4px;
    text-decoration:none;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    line-height: 40px;
    background:#342a86;
    color:#ffffff;
    border:0;
    cursor:pointer;
    outline:0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
}
.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"]{
    padding:3px 70px 0 70px;
}
.banner-container form.hs-form input[type="submit"]:hover, .thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"]:hover,
.thank-you .banner .banner-container .btn.btn-white:hover, .flexi .content-form form.hs-form .actions input[type="submit"]:hover, .flexi.pwd .content-form form input[type="submit"]:hover{
    background:#ba292a;
    border-color:#ba292a;
    color:#ffffff;
    boder-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
}
.banner-container form.hs-form h3{
    font-family: 'Open Sans',sans-serif;
    color:#ffffff;
    letter-spacing:2px;
    font-weight:300;
    text-align:center;
    display:block;
}
select{
    border:0;
    border-radius:0;
    background:#ffffff url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/select-arrow.png') no-repeat 96% 55%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus{
    outline:0;
}
.banner-container form.hs-form ul.hs-error-msgs, form.hs-form ul.hs-error-msgs{
    display:none!important;
}
.banner-container form.hs-form .hs-input.invalid.error, form.hs-form .hs-input.invalid.error{
    border:1px solid #ff0000;
}
.banner-container form.hs-form .hs_email ul.hs-error-msgs, form.hs-form .hs_email ul.hs-error-msgs{
    display:block !important;
    max-width:305px;
}
.banner-container form.hs-form .hs_email ul.hs-error-msgs label, form.hs-form .hs_email ul.hs-error-msgs label{
    margin-top:10px;
    padding-top:0;
}

form label.hs-form-booleancheckbox-display input[type="checkbox"], form label.hs-form-checkbox-display input[type="checkbox"] {
    width: 20px!important;
    height: 20px;
    vertical-align: middle;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

form label.hs-form-booleancheckbox-display, form label.hs-form-checkbox-display{
    /*background-image:url(//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/cbox-empty.png);*/
  	background-image:url(https://367443.fs1.hubspotusercontent-na1.net/hubfs/367443/1.identity/templates/landing-page-template-images/sys-box-empty2.png);
    background-repeat:no-repeat;
	background-position:0 8px;
}
form label.hs-form-booleancheckbox-display.chked, form label.hs-form-checkbox-display.chked{
    background-image:url(//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/cbox-checked.png);
    background-position:0 8px;
}

.banner-container form.hs-form ul li.hs-form-booleancheckbox label span{
  margin-top:0px;
}

.banner-container form.hs-form ul li label.hs-form-checkbox-display span{
    width:80%;
}
.thank-you form.hs-form ul li label.hs-form-checkbox-display span{
    width:75%;
    text-align:left;
}
.banner-container form.hs-form ul li label.hs-form-checkbox-display, .thank-you form.hs-form ul li label.hs-form-checkbox-display{
    margin-top:5px;
    width:50%;
}
.banner-container form.hs-form ul li:first-child label.hs-form-checkbox-display, .banner-container form.hs-form ul li:nth-child(2) label.hs-form-checkbox-display, 
.thank-you form.hs-form ul li:first-child label.hs-form-checkbox-display, .thank-you form.hs-form ul li:nth-child(2) label.hs-form-checkbox-display{
    margin-top:20px;
}

form.hs-form.hs-custom-form label, form.hs-form.hs-custom-form legend{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style:italic;
    float:left;
    display:block;
    margin-bottom:-14px;
    padding-top:8px;
    line-height:20px;
}
/* ==========================================================================
   Button
   ========================================================================== */
.btn{
    display:inline-block;
    margin:20px 0;
    padding:3px 30px 0 30px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:4px;
    border:0;
    text-decoration:none;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    line-height: 40px;
}  
.btn-white{
    color:#ffffff;
    border:1px solid #ffffff;
}
.btn-blue{
    color:#342a86;
    border:1px solid #342a86;
}
.btn span:before, .btn-md span:before{
    padding-left:21px;
}
.btn-white:hover{
    background:#ffffff;
    color:#342a86;
}
.btn-blue:hover{
    background:#342a86;
    color:#ffffff;
    text-decoration:none;
}

/* ==========================================================================
   Layout
   ========================================================================== */ 
.body-column-container{ 
    margin:0 0 20px 0;
    padding:80px 0 60px 0;
    border-top:1px solid #f2f5f5;
}
.body-column-container.no-space{
   margin:0;
   padding:0;
   border:0;
}
.body-column-container ul{
    margin:0;
    padding:0;
}
.body-column-container ul li{
    margin:0 0 8px 20px;
    padding:0;
    list-style:none;
}
.body-column-container ul li:before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f105";
    text-indent:-20px;
}
.body-column-container ul li ul{
    margin-top:8px;
    margin-bottom:25px;
}
.body-column-container ul li ul li:before{
    font-size:13px;
}
.body-column-container .span6{
    padding-right:35px;
}
.body-column-container .span6 + .span6{
    padding-left:35px;
    padding-right:0;
    margin-left:0;
    float:right;
}
.body-column-container h3{
    margin-top:0;
}
.body-column-container h2{
    margin:0 0 37px 0;
}
.body-column-container h2 span{
    text-transform: lowercase;
}
.body-column-container .fixed-container hr{
    border:1px solid transparent;
    margin:24px 0;
}

/* ==========================================================================
   Testimonial
   ========================================================================== */ 
.body-column-container.testimonial{
    padding:90px 0 90px 0;
    margin:0;
    background:#f2f5f5;
}
.testimonial blockquote{
    font-family: 'Open Sans',sans-serif;
    border:1px solid #e6e6e6;
    padding:50px 47px 40px 47px;
    margin:0;
    background:#ffffff url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/quote.png') no-repeat 47px 29px;
}   
.testimonial blockquote p{
    font-size: 18px;
    font-weight:600;
    font-style:italic;
} 
.testimonial blockquote cite{
    display:block;
    text-align:right;
    font-style:normal;
    font-size: 16px;
}
.body-column-container.testimonial .span6{
    padding-right:15px;
}
.body-column-container.testimonial .span6 + .span6{
    padding-left:15px;
    padding-right:0;
    margin-left:0;
    float:right;
}   


/* ==========================================================================
   Trusted by
   ========================================================================== */
.trusted-by{
    margin:0;
    text-align:center;
}
.trusted-by ul{
    margin:0;
    padding:0;
}
.trusted-by ul li{
    margin:0;
    height:80px;
    list-style:none;
    padding:0 31px;
    display:inline-block;
    vertical-align:middle;
}
.trusted-by ul li:before{
    content:'';
    padding-right:0;
}
/* ==========================================================================
   Social Sharing
   ========================================================================== */
.hs_cos_wrapper_type_social_sharing a{
    display:inline-block;
    width:32px !important;
    height:32px;
    padding-right:10px;
    text-indent:-999999px;
    opacity:0.6;
}
.hs_cos_wrapper_type_social_sharing a{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/fb.png') no-repeat top left;
}
.hs_cos_wrapper_type_social_sharing a + a{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/linkedin.png') no-repeat top left;
}
.hs_cos_wrapper_type_social_sharing a + a + a{
    /* padding-right:5px; */
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/twitter.png') no-repeat top left;
}
.hs_cos_wrapper_type_social_sharing a + a + a + a{ /* Google Plus */
    padding-right:5px;
    width:32px !important;
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/mail.png') no-repeat top left;
}
.hs_cos_wrapper_type_social_sharing a + a + a + a + a{
    display:inline-block;
    background:none;
    width:0!important;
}
.hs_cos_wrapper_type_social_sharing a + a + a + a + a + a{
    
}
.hs_cos_wrapper_type_social_sharing a:hover{
    opacity:1;
}
/* ==========================================================================
   Popup
   ========================================================================== */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px 30px;
  width: auto;
  max-width: 570px;
  margin: 20px auto;
  text-align:center;
  border-top:7px solid #342a85;
}
.white-popup h2{
    font-family: 'Open Sans',sans-serif;
    font-size:26px;
    color:#3a3a3e;
    line-height:32px;
    background:none;
    letter-spacing:2px;
    margin-bottom:34px;
}
.white-popup iframe{
    padding-bottom:32px;
}

.mfp-iframe-scaler iframe{
  background:#ffffff !important;
  border-radius:10px;
  padding-bottom:1px;
}

.flexi.hs-landing-page iframe.mfp-iframe #presentation{
  left:0 !important;
  top:0 !important;
}


/* ==========================================================================
   Footer
   ========================================================================== */
.footer-container-wrapper{
    background: #3f474f;
    color: #ffffff;
    font-size:14px;
    letter-spacing:2px;
}
.footer-container-wrapper .footer-column-container{
    padding:60px 0 35px 0;
    text-align:center;
    color:#d6c8b3;
  letter-spacing: .5px;
}
.footer-container-wrapper .widget-type-follow_me{
    padding-bottom:35px;
}
.footer-container-wrapper .widget-type-follow_me h3{
    margin-top:0;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#ffffff;
}
.footer-container-wrapper .widget-type-follow_me .fm_button{
    display:inline-block;
    width:32px;
    height:32px;
    padding:0 7px;
    text-indent:-999999px;
    opacity:0.6;
}
.footer-container-wrapper .widget-type-follow_me .fm_button:hover{
    opacity:1;
}
.footer-container-wrapper .widget-type-follow_me .fm_button.fm_youtube{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/ytube.png') no-repeat top center;
}
.footer-container-wrapper .widget-type-follow_me .fm_button.fm_facebook{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/fb.png') no-repeat top center;
}
.footer-container-wrapper .widget-type-follow_me .fm_button.fm_linkedin{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/linkedin.png') no-repeat top center;
}
.footer-container-wrapper .widget-type-follow_me .fm_button.fm_rss{
    display:none;
}
.footer-container-wrapper .widget-type-follow_me .fm_button.fm_twitter{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/twitter.png') no-repeat top center;
}









/* ==========================================================================
   Thank you
   ========================================================================== */ 
.thank-you .banner .banner-container{
    float:none;
    margin:auto;
    padding:64px 30px 66px 30px;
    text-align:center;
    max-width:750px; /*725px */
}
.thank-you.hs-landing-page .header-container-wrapper, .thank-you .body-column-container .fixed-container{
    padding-left:30px;
    padding-right:30px;
}
.thank-you .banner .banner-container h1{
    background-position:bottom center;
}
.thank-you .banner .banner-container .btn.btn-white{
    background:#ffffff;
    color:#836434;
}
.thank-you .banner .banner-container h3{
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
.thank-you .banner .banner-container .hs_cos_wrapper_type_follow_me .fm_button{
    display:inline-block;
    width:32px;
    height:32px;
    padding:0 7px;
    text-indent:-999999px;
    opacity:0.6;
}
.thank-you .banner .banner-container .hs_cos_wrapper_type_follow_me .fm_button:hover{
    opacity:1;
}
.thank-you .banner .banner-container .hs_cos_wrapper_type_follow_me .fm_button.fm_youtube{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/ytube.png') no-repeat top center;
}
.thank-you .banner .banner-container .hs_cos_wrapper_type_follow_me .fm_button.fm_facebook{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/fb.png') no-repeat top center;
}
.thank-you .banner .banner-container .hs_cos_wrapper_type_follow_me .fm_button.fm_linkedin{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/linkedin.png') no-repeat top center;
}
.thank-you .banner .banner-container .hs_cos_wrapper_type_follow_me .fm_button.fm_rss{
    display:none;
}
.thank-you .banner .banner-container .hs_cos_wrapper_type_follow_me .fm_button.fm_twitter{
    background:url('//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Oct_2015/twitter.png') no-repeat top center;
}

.thank-you .body-column-container .fixed-container hr {
    border-bottom: 1px solid #f2f5f5;
    margin: 21px 0 17px 0;
}
.thank-you .body-column-container{
    padding:76px 0 60px 0;
}
.thank-you .body-column-container h3 + p{
    padding-top:0;
    margin-top:0;
}
.thank-you .body-column-container h3 {
    margin-bottom:0;
}
@media (min-width: 1200px){
    .hs-content-path-accelerator-for-change-practitioners-ty .featured-blog .hs_cos_wrapper_type_post_listing ul li:nth-child(3){
        margin-top: -25px;
    }
    .hs-content-path-accelerator-for-change-practitioners-ty .featured-blog .hs_cos_wrapper_type_post_listing ul li:nth-child(5){
        margin-top: -50px;
        margin-bottom: 25px;
    }
    .thank-you.hs-content-path-accelerator-for-change-practitioners-ty .sidebar .hs_cos_wrapper{
        margin-bottom: 30px;
    }
}

@media (min-width:1025px){
    .pwd .pwd-protect-container{
        padding:150px 0 360px 0;
    }
}

.author-avatar-detail{
    text-align: center;
    width: 360px;
    margin: auto;
}
.author-nm{
    line-height:80px;
}
@media ( max-width:480px ){
    .author-avatar-detail{
        width:100%;
    }
    .author-nm {
        clear: both;
        float: left;
        width: 100%;
    }
    .author-avimg{
        width: 100%;
        margin-top: 30px;
        float: left;        
    }
    .author-avimg img{
        margin-right:0;
    }
}

.hs-landing-page .mfp-iframe-holder .mfp-content{
    max-width:90%!important;
}

/* ==========================================================================
   Featured Blog
   ========================================================================== */ 
.featured-blog{
    padding:70px 0 50px 0;
    margin:0;
    background:#f2f5f5;
}
.featured-blog ul{
    float:left;
    margin:0 0 30px 20px;
    padding:0;
    width:100%;
}
.featured-blog ul li{
    margin:0;
    padding:10px 0;
    width:100%;
    display:inline-block;
    float:left;
    text-align:left;
}
.featured-blog .hs_cos_wrapper{
    clear:both;
    text-align:center;
}
.featured-blog h2{
    text-align:left;
}
/* ==========================================================================
    Subscribe to our email 
    ========================================================================== */
.thank-you .body-column-container .sidebar{
    max-width:437px;
}
.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form h3{
    font-family: 'Open Sans',sans-serif;
    font-weight:600;
    font-size:15px;
    font-style:normal;
    line-height:22px;
    letter-spacing:2px;
    text-transform:uppercase;
    zoom:1;
    color:#ffffff;
    text-align:center;
}

.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form .hs-form-required{
    display:none;
}
.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form{
    background:#8c9798;    
    padding:30px 30px 20px 30px;
}
.thank-you .body-column-container .sidebar .hs-error-msgs{
    display:none !important;
}
.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form h3{
    margin-bottom:0;
}
.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form .actions{
    text-align:center;
}
.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="email"]{
    margin-bottom:0; /* 10px */
}
.thank-you .sidebar .hs_cos_wrapper{
    margin-bottom:70px;
}
.thank-you .sidebar .hs_cos_wrapper.hs_cos_wrapper_type_rich_text{
    margin-bottom:0;
}
.thank-you .body-column-container .sidebar ul li{
    list-style:none;
    margin-left:0;
    background:none;
}
.body-column-container .sidebar form ul li:before{
    content:"";
}
.thank-you .body-column-container .sidebar form ul li{
    font-size:14px;
    color:#ffffff;
    float:left;
    width:50%;
}
.thank-you .body-column-container .sidebar form.hs-form ul li label {
    float: left;
    display: block;
    width:100%;
    margin-bottom: 5px;
}
.thank-you .body-column-container .sidebar form.hs-form ul li label input {
    float: left;
    margin-top: 6px;
}
.thank-you .body-column-container .sidebar form ul li span{
    float: left;
    width: 85%;
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
}



/* ==========================================================================
   System Template
   ========================================================================== */
   
.preference-container{
    max-width:925px;
    float:none!important;
    margin:110px auto 0 auto!important;    
}
.system .inner-container{
    max-width:925px;
    float:none!important;
    margin:110px auto 0 auto!important;
    padding-bottom:90px;
}
.system .inner-container.success{
    padding-bottom:230px;
}
.system h1{
    color:#3e444f;
    font-size:70px;
    line-height:1.3;
    padding-bottom:30px;
    margin-bottom:36px;
    border:0;
    background-position:bottom center;
  text-transform:capitalize;     font-weight: 300;
}
body.flexi h1, body.flexi h2,
.system h1, .system h2{
    background-image:none;
}
.system .preference-container h1{
    padding-bottom:22px;
    margin-bottom:41px;
}
.system .preference-container h2{
    font-weight:300;
    color:#3e444f;
}
.fixed-container.center{
    text-align:center;
}
.system .header-container-wrapper{
    background:#f2f5f5;
}
body.flexi h2 {
    text-transform: capitalize;
}
span#hs_cos_wrapper_email_subscriptions_confirmation h2,
form#email-prefs-form h2 {
    color: #342A86;
}
body.flexi h2,
.system h2{
   
    color:#3e444f;
    font-family: 'Open Sans',sans-serif;
    text-transform:lowercase;
 font-size:30px;
    letter-spacing:0;
    background-image:none;
    padding-bottom:4px;
}
.system #email-prefs-form #content h3{
    margin-top:0;
}
.system .success .widget-type-email_simple_subscription .page-header{
    padding-bottom:0;   
}
.system .success .widget-type-email_simple_subscription input.hs-input.email-edit{
    margin-bottom:0;
}
.system p{
    font-size:16px;
    line-height:28px;
    margin-bottom:10px;
}

.system .email-prefs .item{
    
}
.system .email-prefs .item .item-inner{
    background:#ffffff;
    border:none;
    padding:22px 30px 25px 30px;
}
.system .email-prefs .item p{
    font-size:16px;
    color:#3e444f;
    text-align:left;
    margin-left:50px;
}
.system .checkbox-row span.fakelabel span{
    font-size:24px;
    color:#3e444f;font-weight:normal;
}
.system .email-prefs .item .item-inner.selected, .system .email-prefs .item .item-inner.hovered{
    /*background:#ccc4f2;*/
}
.email-prefs .item .item-inner.hovered {
  box-shadow:none;
}
.system .item-inner span.fakelabel input[type="checkbox"], .subscribe-options label input[type="checkbox"]{
    width: 20px!important;
    height: 20px;
    vertical-align: middle;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.item-inner span.fakelabel, .subscribe-options label{
    background-image:url(https://367443.fs1.hubspotusercontent-na1.net/hubfs/367443/1.identity/templates/landing-page-template-images/sys-box-empty2.png);
    background-repeat:no-repeat;
    background-position:0 4px!important;
    float:left;
}
.system .subscribe-options label{
    background-position:0 0;
}
.item-inner.selected span.fakelabel{
    background-image:url(https://367443.fs1.hubspotusercontent-na1.net/hubfs/367443/1.identity/templates/landing-page-template-images/sys-box-checked.png);
    background-position:0 4px!important;
}
.system form#email-prefs-form .item .item-inner span.fakelabel {background-image: none !important;}
.system form#email-prefs-form .item .item-inner{ background-image:url(https://www.prosci.com/hubfs/1.identity/templates/landing-page-template-images/check-outline.png);
    background-repeat:no-repeat;
    background-position:0 33%;}
.system form#email-prefs-form .item .item-inner.selected{background-image: url(https://www.prosci.com/hubfs/1.identity/templates/landing-page-template-images/check-mark-checked.png);}

.system form#email-prefs-form  .subscribe-options {text-align: left;}


/*.system form#email-prefs-form  .subscribe-options  span:before {
  content:'';
  -webkit-appearance: none;
  height:48px; width:48px;
  background-image:url(https://www.prosci.com/hubfs/1.identity/templates/landing-page-template-images/check-outline.png);
  position:absolute; left:-59px;
}*/
.system form#email-prefs-form .subscribe-options label{background-image:url(https://www.prosci.com/hubfs/1.identity/templates/landing-page-template-images/check-outline.png);    height: 56px; display: flex;
    align-items: center;}

.system form#email-prefs-form  .subscribe-options  span {
  position: relative;
  cursor: pointer; padding-left:60px;
}
.system form#email-prefs-form  .subscribe-options  input:checked + span:after {content: ''; display: block;position: absolute;top: 0px; left: -2px;
  width: 10px; height: 26px; border: solid #7a662f; border-width: 0 2px 2px 0; transform: rotate(45deg);}
.system form#email-prefs-form  .subscribe-options p.header { margin-left: 80px;}

.flexi.pwd .content-form form input[type="submit"],
.system form#email-prefs-form   input[type="submit"]{font-size: 14px; padding: 1.1em 1.52em !important;  color: #342A86;  font-weight: 600;    background-color: #C4AF8F;   border-color: #C4AF8F; border:1px solid #C4AF8F;  letter-spacing: 0.47px; line-height: normal;}
.flexi.pwd .content-form form input[type="submit"]:hover,
.system form#email-prefs-form   input[type="submit"]:hover{background-color: #D6C8B3;  border-color: #D6C8B3;  color: #342A86;}
.flexi.pwd .content-form form input[type="submit"]:active,
.system form#email-prefs-form   input[type="submit"]:active{ background-color: #C7AB81;  border-color: #836434;  color: #342A86;}
.flexi.pwd .content-form form input[type="submit"]:focus,
.system form#email-prefs-form   input[type="submit"]:focus{background-color: #C4AF8F; color: #342A86;  border-color: #836434; box-shadow: 0px 0px 0px 1.5px inset rgb(255 255 255);}

@-moz-document url-prefix() {
    .item-inner.selected span.fakelabel, .item-inner span.fakelabel{
        background-position:0 4px!important;
    }  	
}
.subscribe-options label{
    background-position:0 8px!important;
}
.item.disabled + .subscribe-options label{
    background-image:url(https://367443.fs1.hubspotusercontent-na1.net/hubfs/367443/1.identity/templates/landing-page-template-images/sys-box-checked.png);
    background-position:0 0;
}
.item-inner span.fakelabel span{
    text-align:left;
}
.item-inner span.fakelabel span:first-of-type {
  margin-left:30px;
}
.system .subscribe-options label span{
    font-size:16px;
    font-weight:normal;    
}
.system .subscribe-options label{
    float:none;
    margin:auto;
    font-size:22px;
}
.system .subscribe-options{
    margin-top:38px;
    margin-bottom:3px;
}
.system #submitbutton, .system input[type="submit"]{
    display: inline-block;
    margin: 30px 0 20px 0;
    padding: 3px 70px 0 70px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    line-height: 40px;
    background: #342a86;
    color: #fff;
    border: 0;
    cursor: pointer;
    outline: 0;
    background: #025c67;
    border: 1px solid #025c67;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    min-width: 160px;
    padding: 1.55em 2.56em;
}

.system #email-prefs-form #submitbutton{
   padding:3px 40px 0 40px; 
}
.system #submitbutton:hover{
    background: #ba292a;
    border-color: #ba292a;
    background: #1E4A48;
    border-color: #1E4A48;
}
.system .email-prefs{
    padding-bottom:90px;
}
.system .page-header p{
    max-width:710px;
    margin:auto;
}
.system #email-prefs-form .page-header{
    margin-bottom:15px;
}
.system .email-prefs p.header{
    margin-bottom:27px;
}
.system .email-prefs .subscribe-options p.header{
    margin-bottom:15px;
}
html body.system input.hs-input.email-edit{
    margin-bottom:30px;
}
.system input[type="text"], .system input[type="email"]{
    margin-top: 20px;
    border: 1px solid #8c9798;
    padding: 6px 10px!important;
    font-size: 15px;
    color: #3d444f;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    display: inline-block;
    width: 100%!important;
    box-sizing: border-box;
    border-radius:0;
    max-width:460px;
}
.system.update-confirm h1{
    background-image:none;
}
.system.update-confirm .page-header p{
    max-width: 780px;
}
.system .change-email{
    margin-top:31px;
}

.system input[type="email"]::-webkit-input-placeholder{
    color: #3d444f;
}
.system input[type="email"]:-moz-placeholder{
    color: #3d444f;
}
.system input[type="email"]::-moz-placeholder{
    color: #3d444f;
} 
.system input[type="email"]:-ms-input-placeholder{ 
   color: #3d444f;  
}
.system .widget-type-email_subscriptions_confirmation .success{
    font-weight:600;
}

/* system template footer */
.prosci-icon::before {
    display: inline-block;
    content: '';
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
}
.prosci-icon.prosci-icon-linkedi::before { 
    width: 11px;
    height: 18px;
}
.subfooter .social-links > a {margin:0 7px;}
.subfooter .social-links span {display:block; margin-bottom:15px;}
.prosci-icon-linkedin::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18'%3E%3Cpath fill='%238a8881' fill-rule='evenodd' d='M19.037 10.92v6.893h-4.08v-6.43c0-1.616-.59-2.718-2.067-2.718-1.128 0-1.799.742-2.094 1.461-.107.257-.135.614-.135.974v6.713H6.579s.055-10.892 0-12.02h4.082v1.704c-.009.013-.02.026-.027.04h.027v-.04c.542-.817 1.51-1.985 3.677-1.985 2.686 0 4.699 1.717 4.699 5.408zM2.309 0C.913 0 0 .897 0 2.076 0 3.23.887 4.154 2.256 4.154h.027c1.423 0 2.308-.924 2.308-2.078C4.564.897 3.706 0 2.309 0zM.243 17.813h4.08V5.793H.242v12.02z'/%3E%3C/svg%3E")}
.subfooter .social-links>a .prosci-icon-twitter::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16'%3E%3Cpath fill='%238a8881' fill-rule='evenodd' d='M19.11 2.389a7.814 7.814 0 0 1-2.242.616 3.928 3.928 0 0 0 1.72-2.159 7.79 7.79 0 0 1-2.487.946 3.901 3.901 0 0 0-2.847-1.23A3.902 3.902 0 0 0 9.45 5.348 11.093 11.093 0 0 1 1.4 1.275a3.89 3.89 0 0 0 1.208 5.202A3.85 3.85 0 0 1 .84 5.99v.048a3.91 3.91 0 0 0 3.13 3.827 4.036 4.036 0 0 1-1.765.064 3.917 3.917 0 0 0 3.648 2.708 7.857 7.857 0 0 1-4.85 1.665c-.315 0-.622-.018-.93-.052A11.066 11.066 0 0 0 6.063 16c7.18 0 11.107-5.939 11.107-11.087l-.012-.505a7.859 7.859 0 0 0 1.953-2.02z'/%3E%3C/svg%3E")}
.subfooter .social-links>a .prosci-icon-facebook::before{width:11px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='%238a8881' fill-rule='evenodd' d='M9.779.191L7.495.187c-2.565 0-4.223 1.721-4.223 4.384v2.022H.976a.36.36 0 0 0-.358.362v2.93c0 .2.16.362.358.362h2.296v7.39c0 .2.161.363.36.363h2.994c.199 0 .36-.163.36-.363v-7.39H9.67a.36.36 0 0 0 .358-.362l.002-2.93a.369.369 0 0 0-.106-.256.356.356 0 0 0-.254-.106H6.986V4.879c0-.823.194-1.241 1.254-1.241l1.538-.001a.36.36 0 0 0 .358-.363V.554A.361.361 0 0 0 9.78.192z'/%3E%3C/svg%3E")}
.subfooter .social-links>a .prosci-icon-youtube::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15'%3E%3Cpath fill='%238a8881' fill-rule='evenodd' d='M19.6 3.043c-.242-1.088-1.101-1.89-2.137-2.01C15.013.75 12.531.75 10.061.75c-2.47 0-4.952 0-7.404.283-1.034.12-1.894.922-2.135 2.01C.177 4.59.173 6.28.173 7.875c0 1.594 0 3.285.345 4.833.241 1.087 1.101 1.89 2.137 2.01 2.45.282 4.932.284 7.402.282 2.471.002 4.952 0 7.402-.283 1.036-.12 1.895-.922 2.138-2.01.344-1.547.345-3.238.345-4.832 0-1.594.003-3.284-.341-4.832zM7.862 10.615V4.038l6.59 3.299-6.59 3.278z'/%3E%3C/svg%3E")}
.subfooter .social-links >a:hover .prosci-icon-linkedin::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18'%3E%3Cpath fill='%239fa3a7' fill-rule='evenodd' d='M19.037 10.92v6.893h-4.08v-6.43c0-1.616-.59-2.718-2.067-2.718-1.128 0-1.799.742-2.094 1.461-.107.257-.135.614-.135.974v6.713H6.579s.055-10.892 0-12.02h4.082v1.704c-.009.013-.02.026-.027.04h.027v-.04c.542-.817 1.51-1.985 3.677-1.985 2.686 0 4.699 1.717 4.699 5.408zM2.309 0C.913 0 0 .897 0 2.076 0 3.23.887 4.154 2.256 4.154h.027c1.423 0 2.308-.924 2.308-2.078C4.564.897 3.706 0 2.309 0zM.243 17.813h4.08V5.793H.242v12.02z'/%3E%3C/svg%3E");}
.subfooter .social-links >a:hover .prosci-icon-twitter::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16'%3E%3Cpath fill='%239fa3a7' fill-rule='evenodd' d='M19.11 2.389a7.814 7.814 0 0 1-2.242.616 3.928 3.928 0 0 0 1.72-2.159 7.79 7.79 0 0 1-2.487.946 3.901 3.901 0 0 0-2.847-1.23A3.902 3.902 0 0 0 9.45 5.348 11.093 11.093 0 0 1 1.4 1.275a3.89 3.89 0 0 0 1.208 5.202A3.85 3.85 0 0 1 .84 5.99v.048a3.91 3.91 0 0 0 3.13 3.827 4.036 4.036 0 0 1-1.765.064 3.917 3.917 0 0 0 3.648 2.708 7.857 7.857 0 0 1-4.85 1.665c-.315 0-.622-.018-.93-.052A11.066 11.066 0 0 0 6.063 16c7.18 0 11.107-5.939 11.107-11.087l-.012-.505a7.859 7.859 0 0 0 1.953-2.02z'/%3E%3C/svg%3E")}
.subfooter .social-links >a:hover .prosci-icon-facebook::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='%239fa3a7' fill-rule='evenodd' d='M9.779.191L7.495.187c-2.565 0-4.223 1.721-4.223 4.384v2.022H.976a.36.36 0 0 0-.358.362v2.93c0 .2.16.362.358.362h2.296v7.39c0 .2.161.363.36.363h2.994c.199 0 .36-.163.36-.363v-7.39H9.67a.36.36 0 0 0 .358-.362l.002-2.93a.369.369 0 0 0-.106-.256.356.356 0 0 0-.254-.106H6.986V4.879c0-.823.194-1.241 1.254-1.241l1.538-.001a.36.36 0 0 0 .358-.363V.554A.361.361 0 0 0 9.78.192z'/%3E%3C/svg%3E")}
.subfooter .social-links >a:hover .prosci-icon-youtube::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15'%3E%3Cpath fill='%239fa3a7' fill-rule='evenodd' d='M19.6 3.043c-.242-1.088-1.101-1.89-2.137-2.01C15.013.75 12.531.75 10.061.75c-2.47 0-4.952 0-7.404.283-1.034.12-1.894.922-2.135 2.01C.177 4.59.173 6.28.173 7.875c0 1.594 0 3.285.345 4.833.241 1.087 1.101 1.89 2.137 2.01 2.45.282 4.932.284 7.402.282 2.471.002 4.952 0 7.402-.283 1.036-.12 1.895-.922 2.138-2.01.344-1.547.345-3.238.345-4.832 0-1.594.003-3.284-.341-4.832zM7.862 10.615V4.038l6.59 3.299-6.59 3.278z'/%3E%3C/svg%3E")}


/* ==========================================================================
   Flexi 
   ========================================================================== */
.flexi .body-column-container{
    float:left;
    width:100%;
    clear:both;
    margin-bottom:0;
    border:0;
}
.flexi .hs_cos_wrapper_type_custom_widget{
    clear:both;
    float:left;
    width:100%;
    padding: 60px 0 60px 0;
    margin:0;
}
/* ==========================================================================
   Flexi Banner 
   ========================================================================== */
.flexi .banner-container{
    display:table;
    margin:auto;
    padding:80px 0 74px 0;
}
.flexi .banner, .flexi .banner-overlay{
    min-height:28px!important;
}
.flexi .fixed-bwidth-container, .flexi .semi-bwidth-container{
    float: none;    
    width: 100%;
    margin: 0 auto;
    display:table-cell;
    vertical-align:middle;
}
.flexi .fixed-content-container, .flexi .semi-content-container{
    float: none;    
    width: 100%;
    margin: 0 auto;
    display:block;
    vertical-align:middle;
}
.flexi .fixed-bwidth-container, .flexi .fixed-content-container{
    max-width: 1172px;
}
.flexi .semi-bwidth-container, .flexi .semi-content-container h2{
    max-width: 725px;
}
.flexi .semi-content-container{
    max-width:792px;
}
.flexi .full-bwidth-container, .flexi .full-content-container{
    display:table-cell;
    vertical-align:middle;
    float:none;
    width:auto;
    max-width:100%;
    padding-left:30px;
    padding-right:30px;
    margin:auto;
}
.flexi .full-content-container{
    display:block;
}
.flexi .banner-container h1{
    margin-bottom:55px;
}
.flexi .banner-container h4{
    margin-top:10px;
    margin-bottom:0;
}
.flexi .banner-container p{
    margin-top:27px;
    margin-bottom:0;
}
.flexi .banner-container h4, .flexi .banner-container p{
    font-size:17px;
}
/* ==========================================================================
   Flexi Buttons
   ========================================================================== */
.flexi .banner-container .btn-md{    
    display: inline-block;
    margin: 20px 0;
    padding: 0px 30px 0 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 51px;
    height:49px;
    text-decoration:none!important;
}
.flexi .banner .btn-white, .flexi .banner-container .btn-transparent:hover{
    background-color:#ffffff;
    color:#34318c;
    text-decoration:none;
}
.flexi.hs-content-path-accelerator-for-change-practitioners .banner .btn-white:hover{
    background-color:#ba292a;
    color:#ffffff;
    border:1px solid #ba292a;
}
.flexi .banner-container .btn-transparent{
    background-color:transparent;
    border: 1px solid #fff;
    text-decoration:none;
}
.flexi .btn-transparent{
    border:1px solid #342a86;
}
.flexi .btn{
    text-decoration:none;
}
.flexi .btn:hover{
    text-decoration:none;
}


/* ==========================================================================
   Flexi alignments 
   ========================================================================== */
.flexi .align-left{
    text-align:left;
}
.flexi .align-center{
    text-align:center;
}
.flexi .align-right{
    text-align:right;
}

/* ==========================================================================
   Flexi Headers
   ========================================================================== */
.flexi .banner .banner-container .align-left h1, .flexi .content-container .align-left h1, .flexi .content-container .align-left h2{
    background-position:bottom left;
}
.flexi .banner .banner-container .align-center h1, .flexi .content-container .align-center h1, .flexi .content-container .align-center h2{
    background-position:bottom center;
}
.flexi .banner .banner-container .align-right h1, .flexi .content-container .align-right h1, .flexi .content-container .align-right h3{
    background-position:bottom right;
}
.flexi .banner-container h2, .flexi .banner-container h3, .flexi .banner-container h4, .flexi .banner-container h5, .flexi .banner-container h6{
    color:#ffffff;
}
.flexi .body-column-container h2{
    margin:0 auto 37px auto;
}
.flexi .body-column-container h3{
    margin:0 0 34px 0;
}
.flexi.hs-content-path-accelerator-for-change-practitioners .body-column-container h2{
    margin-left:auto;
    margin-right:auto;
}
.flexi .banner .banner-container .align-center h1 span{
    text-transform:lowercase;
}
/* ==========================================================================
   Flexi Layout
   ========================================================================== */
.flexi .body-column-container {
    margin: 0;
    padding:0;
}
.flexi .hs_cos_wrapper_type_space{
    clear:both;
    border-bottom:1px solid #e8eceb;
}

/* Specified Page Styles */
.flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form{
    padding:20px 15px 0 15px;
    background:#f2f5f5;
}
.flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form input[type="text"], 
.flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form .hs-form fieldset.form-columns-1 textarea,

.flexi.hs-content-path-adkar-elearning-introduction #apply .content-form input[type="text"], .flexi.hs-content-path-adkar-elearning-introduction #apply .content-form input[type="email"],
.flexi.hs-content-path-adkar-elearning-introduction #apply .content-form .hs-form fieldset.form-columns-1 textarea{
    background:#ffffff;
}
.flexi.hs-landing-page.hs-content-path-accelerator-for-change-practitioners #apply .content-form .hs-form fieldset.form-columns-1 .field div.input select{
    width:99.4%;
    margin-left:6px;
}
.flexi.hs-landing-page.hs-content-path-accelerator-for-change-practitioners .banner .banner-overlay{
    background-color:rgba(52, 42, 134, .83);
}

/* ==========================================================================
   Flexi Hightlights
   ========================================================================== */
.flexi .call-us-container{
    clear:both;
    width:100%;
    padding-top:30px;
    padding-bottom:30px;
    margin-top:60px;
}
.flexi .call-us-container .avatar img{
   border:0;
   max-width:109px;
   max-height:109px;
   border-radius:54px;
}
.flexi .call-us-container img a{
    border:0;
}
.flexi .call-us-container .call-details{
    background-color:#f2f5f5;
    border:1px solid #e2e4e5;
    padding:28px 28px 28px 85px;
    text-align:left;
    color:#414752;
    max-width:405px;
    margin-left:44px;
    margin-top:-138px;
}
.flexi .call-us-container .call-details p{
    margin:0;
    padding:0 0 20px 0;
    font-size:19px;
    color:#414752;
    display:block;
}
.flexi .call-us-container .call-details label{
    background:url("//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Jul_2016/call-ico.png") no-repeat center left;
    font-size:20px;
    color:#3d444f;
    text-align:left;
    padding-left:25px;
}
.flexi .call-us-container .call-details label + strong{
    font-weight:bold;
    font-size:24px;
    color:#3d444f;
}

/* ==========================================================================
   Testimonial Slider
   ========================================================================== */
.flexi.hs-landing-page .hs_cos_wrapper_type_image_slider{
    clear:both;
    width:100%;
    float:left;
    position:relative;
}
.flexi.hs-landing-page .hs_cos_flex-slider .hs_cos_flex-slides .caption img{
  width:auto!important;
  border-radius:64px;
  border:3px solid #ffffff;
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
  margin-right:8px;
}
.flexi.hs-landing-page .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main > img{
    display:none;
}
.flexi.hs-landing-page .hs_cos_flex-slider .caption{
    clear: both;
    width: 100%;
    position: relative;
    float: none;
    padding: 10px 0 0 0;
    margin-left: auto !important;
    margin-right:auto !important;
    margin-top:0;
    margin-bottom:0;
    background:transparent;
    max-width:1080px;
}
.flexi.hs-landing-page .hs_cos_flex-slider{
    background:transparent;
}
.flexi.hs-landing-page .hs_cos_flex-slider .caption p{
    font-size:20px;
    line-height:36px;
    margin: 32px 0 0 0;
}

.flexi.hs-landing-page .hs_cos_flex-slider .caption p strong span{
    font-weight:bold;
}
.flexi.hs-landing-page .hs_cos_flex-slide-main{
    background:url("//367443.fs1.hubspotusercontent-na1.net/hubfs/367443/Landing_pages/Jul_2016/quote.png") no-repeat top center;
}
.flexi.hs-landing-page .hs_cos_flex-slider{
    padding-bottom:46px;
}
.flexi.hs-landing-page .hs_cos_flex-control-paging li a.hs_cos_flex-active{
    background-color:rgba(255, 255, 255, 0.8);
}
.flexi.hs-landing-page .hs_cos_flex-control-paging li a{
    background-color:rgba(255, 255, 255, 0.2);
    width:7px;
    height:7px;
}
.flexi.hs-landing-page .hs_cos_flex-control-nav li{
    margin:0 16px;
}

.flexi.hs-landing-page .hs-form fieldset{
    max-width:100%;
}
.flexi.hs-landing-page .hs-form.stacked label{
    display:none;
}
.flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="text"], .flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="email"],
.flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="tel"], .flexi.hs-landing-page .hs-form fieldset.form-columns-1 textarea,

.flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="text"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="email"],
.flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="tel"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 textarea, .flexi.hs-landing-page.pwd input[type="password"]{
    border:1px solid #bbc1c1;
    border-radius:0;    
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    background:#ffffff;
}

.flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="text"], .flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="email"],
.flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="tel"]{
    width:96.5%;
    max-width:100%;
    margin-left:5px;
}
.flexi.hs-landing-page .hs-form fieldset.form-columns-1 textarea{
    margin-left:5px;
    margin-top:5px;
    width:100%;
    max-width:100%;
    font-size:15px;
    padding:12px;
    height:76px;
}

.flexi.hs-landing-page .hs-form fieldset.form-columns-2 .field:last-child .input{
    margin-right:0;
}

.flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="text"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="email"],
.flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="tel"], .flexi.pwd form input[type="password"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 textarea{
    max-width:378px;
    width:90%;
}

.flexi.hs-landing-page .hs-form fieldset input[type="text"]:focus, .flexi.hs-landing-page .hs-form fieldset input[type="email"]:focus,
.flexi.hs-landing-page .hs-form fieldset input[type="tel"]:focus, .flexi.hs-landing-page .hs-form fieldset textarea:focus, .flexi.pwd form input[type="password"]:focus{
    border:1px solid #8e9897;
    box-shadow: none;
    transition: none;
    -webkit-transition: none;    
}
.flexi.hs-landing-page .hs-form fieldset input[type="text"], .flexi.hs-landing-page .hs-form fieldset input[type="email"], .flexi.hs-landing-page .hs-form fieldset input[type="tel"], .flexi.hs-landing-page .hs-form fieldset select, .flexi.pwd form input[type="password"]{
    width: 100%;
    max-width: 378px;
    height: 39px;
    padding:0 12px;
    margin-bottom: 1px;
    border: 1px solid #bbc1c1;
    font-size: 15px;
}
.flexi.hs-landing-page .hs-form fieldset select{
    width:97%;
    border-radius:0;
    margin-bottom:-4px;
    max-width:100%;
}
.flexi.hs-landing-page .hs-form fieldset.form-columns-1 select{
    width:100%;
}
.flexi.hs-landing-page .hs-form fieldset.form-columns-1 .field div.input select{
    margin-left:5px;
    background-position:98% 55%;
}
.flexi.hs-landing-page .hs-form.stacked .hs-field-desc{
    padding:0 8px;
}
.flexi.hs-landing-page .hs-form fieldset input[type=text], .flexi.hs-landing-page .hs-form fieldset textarea {
    background: transparent;
    box-shadow: none;
}
.flexi.hs-landing-page .hs-form.stacked .hs-field-desc{
    color: #434343;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    display: block;
    margin-bottom: 7px;
    width:100%;
    text-align:left;
}

.flexi.hs-landing-page .hs-form fieldset input:focus, .flexi.hs-landing-page .hs-form fieldset select:focus, .flexi.hs-landing-page .hs-form fieldset textarea:focus, .flexi.pwd form input[type="password"]:focus{
  outline: none;
  border: 1px solid #8e9897!important;
  color: #3d444f;
}
.flexi.hs-landing-page .hs-form fieldset input::-webkit-input-placeholder, .flexi.hs-landing-page .hs-form fieldset textarea::-webkit-input-placeholder, .flexi.hs-landing-page.pwd input::-webkit-input-placeholder{  
  color: #8c9798 !important;
}
.flexi.hs-landing-page .hs-form fieldset input::-moz-placeholder, .flexi.hs-landing-page .hs-form fieldset textarea::-moz-placeholder, .flexi.hs-landing-page.pwd input::-moz-placeholder {  
  color: #8c9798 !important;
}
.flexi.hs-landing-page .hs-form fieldset input:-ms-input-placeholder, .flexi.hs-landing-page .hs-form fieldset textarea:-ms-input-placeholder, .flexi.hs-landing-page.pwd input:-ms-input-placeholder { /* IE 10+ */  
  color: #8c9798 !important;
}
.flexi.hs-landing-page .hs-form fieldset input:-moz-placeholder, .flexi.hs-landing-page .hs-form fieldset textarea:-moz-placeholder, .flexi.hs-landing-page.pwd input:-moz-placeholder { /* Firefox 18- */  
  color: #8c9798 !important;
}
.flexi.hs-landing-page .hs-form fieldset input.error::-webkit-input-placeholder, .flexi.hs-landing-page .hs-form fieldset textarea.error::-webkit-input-placeholder {  
  color: #b92929 !important;
}
.flexi.hs-landing-page .hs-form fieldset input.error::-moz-placeholder, .flexi.hs-landing-page .hs-form fieldset textarea.error::-moz-placeholder {  
  color: #b92929 !important;
}
.flexi.hs-landing-page .hs-form fieldset input.error:-ms-input-placeholder, .flexi.hs-landing-page .hs-form fieldset textarea.error:-ms-input-placeholder { /* IE 10+ */  
  color: #b92929 !important;
}
.flexi.hs-landing-page .hs-form fieldset input.error:-moz-placeholder, .flexi.hs-landing-page .hs-form fieldset textarea.error:-moz-placeholder { /* Firefox 18- */  
  color: #b92929 !important;
}
.flexi.hs-landing-page .hs-form fieldset input.error{
  border: 1px solid #b92929!important;
  color: #b92929;
}
.flexi.pwd .error-msg + form input#hs-pwd-widget-password {
  border: 1px solid #b92929!important;
}
.flexi form.hs-form .hs_email ul.hs-error-msgs{
    display:none !important;
}
.flexi .right-coln-content .hs-form.stacked .field{
    margin-bottom:0;
}
.flexi .right-coln-content .hs-form.stacked .actions{
    margin:0 0 0 -10px;
    padding:0;
    border-radius:0;
}
.flexi .banner-container form.hs-form input[type="submit"]:hover, .flexi.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"]:hover, .flexi.thank-you .banner .banner-container .btn.btn-white:hover{
    border:0;
    outline: none;
}
.flexi .hs-form .hs-button:active:not(.inactive):not(.link), .flexi .hs-form .hs-button.depressed:not(.inactive):not(.link), .flexi .dropdown-open>.hs-form .hs-button:not(.inactive):not(.link){
    border:0;
    background-image:none;
    background-color:#ba292a;
    box-shadow: none;
    outline: none;
}
.flexi .right-coln-content .hs-form .hs-button, .flexi .banner-container form.hs-form input[type="submit"], .flexi.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"],
.flexi .content-form form.hs-form .actions input[type="submit"], .flexi.pwd .content-form form input[type="submit"]{
    text-shadow: none;
    outline: none;
    -webkit-appearance:none;
    appearance:none;
}
.flexi .content-form form.hs-form .actions {
    margin:0;
    padding:0;
}
.flexi .content-form form.hs-form .actions input[type="submit"], .flexi.pwd .content-form form input[type="submit"]{
    margin-top:20px;
    max-width:164px;
    width:100%;
    -webkit-appearance: none;
}

.flexi .banner-container .hs_cos_wrapper_type_form:focus, .flexi .right-coln-content .hs-form .hs-button:focus, .flexi .banner-container form.hs-form input[type="submit"]:focus, .flexi.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"]:focus,
.flexi .banner-container .hs_cos_wrapper_type_form:active, .flexi .right-coln-content .hs-form .hs-button:active, .flexi .banner-container form.hs-form input[type="submit"]:active, .flexi.thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"]:active,
.flexi.pwd .content-form form input[type="submit"]:active{
    outline:none;
    border:0;
    -webkit-appearance:none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
}

.flexi .banner-container form.hs-form input[type="text"], .flexi .banner-container form.hs-form input[type="email"], .flexi .banner-container form.hs-form input[type="tel"], .flexi .banner-container form.hs-form select, .flexi .sidebar form.hs-form select, .flexi .banner-container form.hs-form textarea, .flexi.thank-you input[type="text"], .flexi.thank-you input[type="email"], .flexi.thank-you input[type="tel"], .flexi.pwd input[type="password"]{
    -webkit-appearance: none;
    appearance: none;
}


/* ==========================================================================
   Password Protected Page
   ========================================================================== */
.pwd-protect-container{
    clear:both;
    display:block;
    padding:50px 0 60px 0;
}

.pwd.hs-landing-page .header-container-wrapper{
    border-bottom: 3px solid #343087;
}
.flexi.pwd form input[type="password"]{
    height:39px !important;
}
.flexi.pwd .content-form form input[type="submit"]{
    display:block !important;
}
.flexi.pwd .error-msg{
    color:#ba292a;
    display:block;
}

.flexi.pwd form{
    clear:both;
    display:block;
    padding:15px 0;
}
.flexi.pwd .custom_error_message h2 + p{
    padding:30px 0;
}


/*------*/


@media ( max-width:767px ){
    .system #submitbutton{
        padding:3px 20px 0 20px;
    }
    .item-inner span.fakelabel span{
        margin-left:50px;
        margin-top:0;
    }
    .system .item-inner span.fakelabel input[type="checkbox"]{
        position:absolute;
    }
}
/* ==========================================================================
   Landscape phones and Larger Monitor devices
   ========================================================================== */ 
@media (min-width:1200px){
    .hs-landing-page .header-container-wrapper{
        max-height:116px;
    }
    .banner, .banner-overlay{
        min-height:725px !important;
    }
    .trusted-by ul{
        display:table;
    }
    .trusted-by ul li{
        display:table-cell;
    }
    .white-popup{
        padding: 50px 115px;
    }
    .banner-container form.hs-form input[type="submit"], .thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"]{
        padding:3px 70px 0 70px;
    }
    
    .thank-you .banner, .thank-you .banner-overlay{
        min-height:585px !important;
    }
    .featured-blog ul li:nth-child(2n){
        margin-right:0;
        margin-left:5%;
        width:45%;
    }
    .featured-blog ul li{
        margin:0;
        width:50%;
        display:inline-block;
    }
}

/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) { 
    .hs-landing-page .header-container-wrapper .logo, .hs-landing-page .header-container-wrapper .contact,
    .hs-site-page .header-container-wrapper .logo, .hs-site-page .header-container-wrapper .contact{
        text-align:center;
    }
    .hs-landing-page .header-container-wrapper .contact,
    .hs-site-page .header-container-wrapper .contact{
        padding:0 0 30px 0;
    }
    .container-fluid .row-fluid .fixed-container, .featured-blog{
        padding-left:30px;
        padding-right:30px;
    }
    /*.banner-container form.hs-form,*/ .banner-container .hs_cos_wrapper_type_form{
        margin-top:60px;
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
    .body-column-container .span6+.span6{
        margin-top:60px;
        padding-left:0;
        float:none;
    }
    .body-column-container.testimonial .span6+.span6{
        padding-left:0;
    }
    .body-column-container .span6, .body-column-container.testimonial .span6{
        padding-right:0;
    }
    .trusted-by ul li{
        display:block;
        margin:20px auto;
    }
    
    .thank-you .body-column-container .sidebar{
        text-align: left;
        margin: 50px auto auto auto;
        float: none;
        clear: both;
    }
    .thank-you .body-column-container .span6+.span6{
        float:none;
    }
    .banner-container h1+p{
        text-align:left;
    }
    .banner-container h5, .banner-container .hs_cos_wrapper_type_social_sharing{
        text-align:center;
    }
    iframe{
        width:100%;
    }
    .banner-container form.hs-form ul li label.hs-form-checkbox-display, .thank-you .body-column-container .sidebar form ul li{
        width:100%;
    }
    .banner-container form.hs-form ul li:nth-child(2) label.hs-form-checkbox-display, .thank-you .body-column-container .sidebar form ul li:nth-child(2) label.hs-form-checkbox-display{
        margin-top:5px;
    }
    .hs-landing-page .body-container-wrapper .banner{
      background-image:none!important;      
    }
    
    /* Flexi */
    .flexi .fixed-bwidth-container, .flexi .semi-bwidth-container{
        padding-left:15px;
        padding-right:15px;
    }
    .flexi .container-fluid .row-fluid .fixed-container, .flexi.hs-landing-page .hs_cos_flex-slider, .flexi .semi-content-container{
        padding-left:15px;
        padding-right:15px;
    }
    .flexi .body-column-container .span6+.span6, .flexi .body-column-container.testimonial .span6, .flexi .container-fluid .row-fluid .fixed-container,
    .flexi .body-column-container .span6{
        padding-right:30px;
    }
    .flexi.hs-landing-page .body-column-container .span6, .flexi.hs-landing-page .container-fluid .row-fluid .fixed-container{
        padding-right:0;   
    }
    .flexi .call-us-container .call-details label+strong{
        display:block;
        margin-top:5px;
    }
    .flexi .semi-content-container{
        max-width:90%;
    }
    .flexi .semi-content-container h2{
        max-width:100%;
    }
    .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="text"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="email"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="tel"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 textarea{
        max-width:95%;
        -webkit-appearance: none;
        appearance: none;
    }
    .flexi .hs-form fieldset.form-columns-2 .input{
        margin-right:0;
    }
    .flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="text"]{
        margine-left:0;
    }
    .flexi form.hs-form .form-columns-2 .hs-form-field .hs-input, .flexi form.hs-form .form-columns-3 .hs-form-field .hs-input{
        width:97%;
    }
    .flexi .hs-form.stacked .field div.input{
        text-align:center;
    }
}
.error_background {
    line-height: normal;
}
/* Landscape phones and smaller devices
   ========================================================================== */

@media (min-width: 768px) and (max-width: 800px) {
    .hs-landing-page .banner{
        
    }
    .banner, .banner-overlay{
        float:left;
        width:100%;
    }
    .hs-landing-page .header-container-wrapper{
        padding-left:0;
        padding-right:0;
    }
    .container-fluid .row-fluid .fixed-container{
        padding-left:30px;
        padding-right:30px;
    }
    .body-column-container .span6 {
        padding-right: 0;
        width: 100%;
        padding-bottom: 60px;
        padding-left:0;
        text-align:left;
    }
    .body-column-container .span6+.span6{
        text-align:left;
        padding-left:0;
        padding-bottom:0;
    }
    .body-column-container .span6+.span6 h2{
        text-align:center;
        background-position: bottom center;
    } 
    
    .thank-you .body-column-container .sidebar{
        text-align: center;
        margin: auto;
        float: none;
        clear: both;
    }
    .banner-container form.hs-form ul li label.hs-form-checkbox-display, .thank-you .body-column-container .sidebar form ul li{
        width:100%;
    }
    .banner-container form.hs-form ul li:nth-child(2) label.hs-form-checkbox-display, .thank-you .body-column-container .sidebar form ul li:nth-child(2) label.hs-form-checkbox-display{
        margin-top:5px;
    }
    .hs-landing-page .body-container-wrapper .banner{
     background-image:none!important;       
    }
    
    /* Flexi */
    .flexi .body-column-container .span6+.span6{
        padding-left:15px;
        padding-right:15px;
        text-align:center;
    }
    /*.flexi .container-fluid .row-fluid .fixed-container{
        padding-left:0;
        padding-right:0;
    }*/
    .flexi .body-column-container .span6{
        padding-left:15px;
        padding-right:15px;
        text-align:center;
    }
    .flexi .body-column-container h2{
        background-position:bottom center;
    }
    .flexi .call-us-container{
        text-align:left;
    }
    .flexi .call-us-container .call-details{
        max-width: 90%;
        margin-top: -122px;
    }
    .flexi .body-column-container ul li{
        text-align:left;
    }
    .flexi .banner-container, .flexi.hs-landing-page .hs_cos_flex-slider{
        padding-left:15px;
        padding-right:15px;
    }
    .flexi .semi-content-container h2{
        margin-left:auto;
        margin-right:auto;
    }
    .flexi .semi-content-container .desc{
        width: 100%;
        max-width: 98%;
        padding-left: 15px;
        padding-right: 15px;
        float: none;
    }
    .flexi .content-form .hbspt-form{
        padding-left:15px;
        padding-right:15px;
    }
    
}

@media (min-width: 800px) and (max-width: 940px) {
    .banner-container form.hs-form ul li label.hs-form-checkbox-display, .thank-you .body-column-container .sidebar form ul li{
        width:100%;
    }
    .banner-container form.hs-form ul li:nth-child(2) label.hs-form-checkbox-display, .thank-you .body-column-container .sidebar form ul li:nth-child(2) label.hs-form-checkbox-display{
        margin-top:5px;
    }
    .hs-landing-page .body-container-wrapper .banner{
    background-image:none!important;       
    }
}

@media (min-width: 800px) and (max-width: 1024px) {
    .banner, .banner-overlay{
        float:left;
        width:100%;
    }
    .hs-landing-page .header-container-wrapper{
        padding-left:0;
        padding-right:0;
    }
    .container-fluid .row-fluid .fixed-container{
        padding-left:30px;
        padding-right:30px;
    }
    .trusted-by ul li{
        height:150px;
    }
    iframe{
        width:100%!important;
    }
    .white-popup{
        padding: 50px 115px;
    }
    .banner-container form.hs-form input[type="submit"], .thank-you .body-column-container .sidebar .hs_cos_wrapper_type_form input[type="submit"]{
        padding:3px 70px 0 70px;
    }
    .featured-blog{
        padding-left:30px;
    }
    .featured-blog ul li{
        margin:0 5% 0 0;
        width:45%;
    }
    
    .flexi.hs-landing-page .body-column-container .span6+.span6{
        padding-right:35px;
    }
    .flexi .fixed-bwidth-container{
        max-width:100%;
        padding-left:15px;
        padding-right:15px;
    }
    .flexi.hs-landing-page .hs_cos_flex-slider{
        padding-left:15px;
        padding-right:15px;
    }
}

@media (min-width:1024px) and (max-width:1280px){
    .hs-landing-page .banner, .hs-landing-page .banner .banner-overlay{
        float:left;
        width:100%;
    }
    .container-fluid .row-fluid .fixed-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .flexi.hs-landing-page .body-column-container .span6+.span6{
        padding-right:35px;
    }
    .flexi .fixed-bwidth-container{
        max-width:100%;
        padding-left:15px;
        padding-right:15px;
    }
    .flexi.hs-landing-page .hs_cos_flex-slider{
        padding-left:15px;
        padding-right:15px;
    }
    
    #apply table tr td:first-child{
        width:50%;
    }
    #apply table tr td{
        width:25%;
    }
}
@media (min-width: 1280px){
    .thank-you.hs-landing-page .header-container-wrapper, .thank-you .body-column-container .fixed-container{
        padding-left:0;
        padding-right:0;
    }
    
    #apply table tr td:first-child{
        width:50%;
    }
    #apply table tr td{
        width:25%;
    }
}

@media (min-width:768px){
    .hs-landing-page .header-container-wrapper {
        max-height: 116px;
    }
}

@media (max-width:767px){
  .system form#email-prefs-form .subscribe-options p.header {
    margin-left: 44px;
}
  .system form#email-prefs-form .subscribe-options span{padding-left:20px;}
  .system form#email-prefs-form .subscribe-options input:checked + span:after {  top: -1px;  left: -12px;  width: 7px;  height: 15px;}
  .system form#email-prefs-form .subscribe-options label{background-size:30px;}
  .system form#email-prefs-form .item .item-inner{background-size:30px;background-position: 0 25px}
  .system .email-prefs .item .item-inner{    padding: 22px 30px 25px 40px;}
  body.flexi h2, .system h2{font-size:24px;}
  .system h1{font-size:40px;}
  .system .email-prefs .item p,
  .item-inner span.fakelabel span:first-of-type{margin-left:0;}
  .item-inner span.fakelabel span{margin:0px;}
}
@media (max-width:560px){
   .flexi .hs-form fieldset.form-columns-2 .hs-form-field{
       width:100%;
   }
   .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="text"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="email"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="tel"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 textarea{
       width:95%;
   }
   .flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="text"], .flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="email"], .flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="tel"]{
       margin-left:0;
       width:95%;
   }
   .flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form input[type="text"],
   .flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form input[type="text"], .flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form input[type="email"],
   .flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form input[type="tel"], .flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form textarea{
        width:93%;
    }
   .flexi.hs-landing-page .hs-form.stacked .hs-field-desc{
       padding-left:0;
       padding-right:0;
   }
   .flexi form.hs-form .form-columns-2 .hs-form-field .hs-input, .flexi form.hs-form .form-columns-3 .hs-form-field .hs-input{
       width:100%;
   }
   .flexi.hs-landing-page .hs-form fieldset.form-columns-1 .field div.input select{
       margin-left:0;
       background-position:96% 55%;
   }
   .flexi .hs-form fieldset.form-columns-1 .input{
       margin-right:0;
   }
   .flexi.hs-landing-page .hs-form fieldset.form-columns-1 textarea,
   .flexi.hs-landing-page.hs-content-path-accelerator-for-change-practitioners #apply .content-form .hs-form fieldset.form-columns-1 .field div.input select{
       margin-left:0;
   }
   
}
@media (max-width:442px){
.system form#email-prefs-form .subscribe-options input:checked + span:after {
  top: 12px;}
}
@media (max-width:400px){
    .flexi.hs-landing-page .hs-form fieldset.form-columns-1 input[type="text"]{
        max-width: 92%;
        width:100%;
    }
    .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="text"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="email"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 input[type="tel"], .flexi.hs-landing-page .hs-form fieldset.form-columns-2 textarea{
        max-width: 92%;
        width:100%;
    }
    .flexi.hs-content-path-accelerator-for-change-practitioners #apply .content-form input[type="text"]{
        width:90%;
    }
}
@media (max-width:320px){
  .banner-container form.hs-form ul li label input, .thank-you .sidebar form.hs-form ul li label input { width: auto !important; }
}