/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900');
/***********************************************/
/* 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    */
/*****************************************/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Global Style Declaration
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@font-face {
  font-family: 'Fira Sans Book';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.eot') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/FiraSans-Book.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Cooper Hewitt Book';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Book.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Book.eot?#iefix') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Book.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Book.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Book.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Book.svg#CooperHewitt-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Light.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Light.eot?#iefix') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Light.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Light.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Light.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Light.svg#CooperHewitt-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Heavy.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Heavy.eot?#iefix') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Heavy.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Heavy.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Heavy.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Heavy.svg#CooperHewitt-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Bold.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Bold.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Bold.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Bold.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Bold.svg#CooperHewitt-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Medium.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Medium.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Medium.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Medium.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Medium.svg#CooperHewitt-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Semibold.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Semibold.eot?#iefix') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Semibold.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Semibold.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Semibold.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Semibold.svg#CooperHewitt-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cooper Hewitt';
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Thin.eot');
  src: url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Thin.eot?#iefix') format('embedded-opentype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Thin.woff2') format('woff2'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Thin.woff') format('woff'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Thin.ttf') format('truetype'),
    url('https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/fonts/CooperHewitt-Thin.svg#CooperHewitt-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; white-space: normal; word-wrap:break-word; }
body { margin:0; padding:0; font-size:16px; line-height:24px; font-family: 'Fira Sans', sans-serif; font-weight:300; color:#999; }

h1 { margin:0 0 10px; padding:0; font-size:40px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h2 { margin:0 0 10px; padding:0; font-size:36px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h3 { margin:0 0 10px; padding:0; font-size:30px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h4 { margin:0 0 10px; padding:0; font-size:26px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h5 { margin:0 0 10px; padding:0; font-size:22px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }
h6 { margin:0 0 10px; padding:0; font-size:18px; line-height:1.2; font-family: 'Fira Sans', sans-serif; font-weight:700; color:#023266; }

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; color:#000; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -o-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
a:hover { color:#1996ff; }
p { margin:0 0 10px; }
input[type=submit] { cursor:pointer; background-image:url(Images/blank.png) !important;  }
.wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1180px; padding-left: 15px; padding-right: 15px; }
.inner-padding { padding:0 30px; }
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }

.set-bg { background-size:cover; background-position:center; position:relative; }
/*.set-bg > * { position:relative; z-index:2; }
.set-bg:before { content:''; background:rgba(25,150,255,0.3); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; } */
.get-bg { display:none !important; }

.font_white , .font_white h1 ,.font_white h2 ,.font_white h3 ,.font_white h4 ,.font_white h5 , .font_white h6 ,.font_white a { color:#fff; }
.font_white a:hover { color:#0dbd8d; }
.button a , a.button { padding:8px 25px; background:#1996ff; color:#fff; border:2px solid #1996ff; max-width:100%; display:inline-block;   }
.button a:hover , a.button:hover { background:#fff; color:#1996ff; }

strong { font-weight:700; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

/*unique paddings*/
.p0-20 { padding-left:20px; padding-right:20px; }
.p10-0 { padding-top:10px; padding-bottom:10px; }
.p20-0 { padding-top:20px; padding-bottom:20px; }
.p30-0 { padding-top:30px; padding-bottom:30px; }
.p40-0 { padding-top:40px; padding-bottom:40px; }
.p50-0 { padding-top:50px; padding-bottom:50px; }
.p60-0 { padding-top:60px; padding-bottom:60px; }
.p70-0 { padding-top:70px; padding-bottom:70px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px  }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb70 { padding-bottom:70px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pt30 { padding-top:30px  }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }
.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.mb10 { margin-bottom:10px;} 

textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { border:1px solid #ddd;  outline:none;
  background:#fff; font-size:16px;  line-height:24px;  font-family: 'Open Sans', sans-serif;  font-weight:300;  color:#000;
  min-height:46px; margin:8px 0;  padding:10px 20px; }
input[type="submit"] { padding:10px 30px; text-align:center; background:#1996ff; outline:none; font-size:16px;  line-height:24px; font-family: 'Open Sans', sans-serif;
  font-weight:300; color:#fff; border:2px solid #1996ff; min-height:46px; margin:5px 0; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s;
  transition:all ease 0.3s;  }
input[type="submit"]:hover { color:#1996ff; background:#fff; }
/*for Hubspot   >>>>>>*/
.hs-form-required { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px;  }
.row-fluid .full-width { width:100%; float:left; }

a#cta_button_194519_9acfa9cb-7d54-45dc-89ce-b88f5a2bbf62:hover { background:#023266 !important; color:#fff !important;} /* Added by HS Support 4/20/18 */

/* ==========================================================================
Custom Menu Primary
========================================================================== */


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

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

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

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





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




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


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

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

@media (max-width: 767px){


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

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

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

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


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

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

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


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

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

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


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

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

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


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

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

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

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

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

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

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

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

/*<<<<<<<<<<*/


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Page Wise CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.row-fluid .header-section { padding:15px 0px; }
.row-fluid .header-menu ul { width:100%; display:table; padding:16px 0px; }
.row-fluid .header-menu ul li { display:table-cell; width:25%; text-align:center; }
.row-fluid .header-menu ul li a { display:inline-block; max-width:100% !important; text-align: center; padding:10px 4px; color:#999; font-size:21px; font-family: 'Fira Sans Book'; }
.row-fluid .header-menu ul li a:hover{ color:#00a170;}
.row-fluid .header-menu ul li:last-child a { padding: 10px 25px; background: #80d088; border: 2px solid #a6a6a6; border-radius: 10px; color: #fff; }
.row-fluid .header-menu ul li:last-child a:hover { background: #023266;}
.row-fluid .logo-section { padding-top:8px;}
.row-fluid .logo-section img {max-width:167px;}

.row-fluid .custom-menu-primary { display:none; }
.row-fluid .hero-header { text-align:center; padding:20px 0px 80px; }
.row-fluid .hero-header h1 { font-size:60px; line-height:1; }
.row-fluid .hero-header p.secondary-header { font-family: 'Fira Sans', sans-serif; font-weight: 700; color: #023266; font-size: 30px; letter-spacing: 3px; }
.row-fluid .hero-section { background-size:cover !important; text-align: center; padding-bottom:110px; background-position: center top !important; position: relative; }  
.row-fluid .hero-section:before{ position: absolute; content: ''; width: 100%; height: 860px; background: #fff; bottom: 0px; left: 0px; -webkit-clip-path: ellipse(50% 13% at 50% 100%); clip-path: ellipse(50% 13% at 50% 100%); }  
.row-fluid .hero-pc-img img { margin-top:-22px; }
.row-fluid .custom-header { margin-top:-50px; position:relative; }
.row-fluid .custom-header h2 { text-align: center; padding:0px 100px 0px 30px; font-size: 55px; }
.row-fluid .get-stared-module { padding: 130px 0px 50px; }
.row-fluid .get-stared-module .wrapper { display:table; }
.row-fluid .get-module-img { width: 50%; display: table-cell; vertical-align: middle; text-align: center; position:relative; }
.row-fluid .get-text { width: 50%; display: table-cell; vertical-align: middle; text-align: center; padding-left:15px; padding-right:15px; }
.row-fluid .get-module-img:before {position: absolute; content: ''; width: 2px; height: 95px; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/line1.png?t=1522917979820); border-spacing: 41px; background-position: 100% -45px; top: -127px; left: -100px; right: 0px; margin: 0px auto; }
.row-fluid .get-text h4 { font-family: 'Fira Sans Book'; color:#999; font-size:30px; line-height:1.2; }
.row-fluid .get-text h4 span { color:#00a170; font-weight:bold; font-family: 'Fira Sans', sans-serif;  }
.row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:first-child .get-module-img { text-align:left;padding-right:8%;}
.row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:nth-child(2) .get-module-img {  text-align:left; } 
.row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:nth-child(3) .get-module-img { text-align:left; padding-left:2%; }
.row-fluid .iphone-section { padding: 130px 0px 50px; }
.row-fluid .iphone-section .wrapper { display:table; }
.row-fluid .iphone-img { width: 50%; display: table-cell; }
.row-fluid .inside-video { display: inline-block; margin: 0px auto; position: relative; margin-left: 20%; }
.row-fluid .inside-video:before  {position: absolute; content: ''; width: 2px; height: 95px; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/line1.png?t=1522917979820); border-spacing: 41px; background-position: 100% -45px; top: -127px; left:0px; right: 0px; margin: 0px auto; }
.row-fluid .inside-video .video-iframe { position: absolute; top: 63px; width: 214px; left: 15px; height: 375px; }  
.row-fluid .iphone-text { width: 50%; display: table-cell; vertical-align: middle; text-align: center; padding-left:15px; padding-right:15px; } 
.row-fluid .iphone-text h4 { font-family: 'Fira Sans Book'; color:#999; font-size:30px; line-height:1.2; }
.row-fluid .iphone-text h4 span { color:#00a170; font-weight:bold; font-family: 'Fira Sans', sans-serif;  }
.row-fluid .help-left { width:50%; float:left; }
.row-fluid .help-right { width:50%; float:left;  }
.row-fluid .help-left-inner {padding:160px 0px 120px; display: block; width: 100%; float: left; }  
.row-fluid .help-right-inner { padding:90px 0px 40px; width: 100%; float: left; }
.row-fluid .help-left h2 { color:#fff; font-size:47px; font-weight:400; position:relative; z-index:999; line-height:1.2; padding-right:20px; }
.row-fluid .left-cta { padding-top:70px; position:relative; z-index:999; }
.row-fluid .left-cta a { padding:20px 60px; color:#00a170; background:#fff; font-size:25px; display:inline-block; line-height:1.2;    border-radius: 20px;  }
.row-fluid .left-cta a:hover { background:#023266; color:#fff;}
.row-fluid .box { width: 50%; float: left; text-align: center; padding: 30px 30px 10px 30px; }
.row-fluid .box h4 { font-size:20px; color:#4d4d4d; }
.row-fluid .box-img { padding-top:10px; }
.row-fluid .box-text { padding-top:20px; }
.row-fluid .text { padding: 20px 0px; color: #4d4d4d; font-size: 14px; font-weight: 700; line-height: 1.2; text-transform: capitalize;}
.row-fluid .text span { display: block; font-weight: 400; }
.row-fluid .box-second.box { margin-top: 30px; margin-left: -15px; }
.row-fluid .left-img { width:40%; display:table-cell; vertical-align: middle; padding-top:115px; overflow:hidden; }
.row-fluid .left-img img {    margin-bottom: -125px; }
.row-fluid .boston-text { width: 60%;  display:table-cell; text-align: right; color:#4d4d4d; font-size:34px; line-height:1.2;vertical-align: middle; }
.row-fluid .boston-text p { margin-bottom:0px; }
.row-fluid .boston-text h2 { font-size:124px; line-height:1.2; color:#00a170; }          
.row-fluid .boston-section .wrapper { display:table; }
.row-fluid .footer-section { background:#edeef0; padding-bottom:30px; }
.row-fluid .footer-menu  { padding:86px 0px 100px; }
.row-fluid .footer-menu ul { display:table !important; width:100%; }
.row-fluid .footer-menu ul li { display:table-cell; float:none !important; }
.row-fluid .footer-menu ul li a { font-size:20px; font-weight:500; color:#023266; width: 100%; max-width: 100%; display:inline-block; }
.row-fluid .footer-menu ul li a:hover { color:#00a170; }
.row-fluid .footer-menu ul li:first-child a { padding-left: 0px; }
.row-fluid .hubspot-logo { width:200px; float:left; }
.row-fluid .contact-details { width:calc(100% - 200px); float:left; color:#00a170; font-family: 'Fira Sans Book'; }
.row-fluid .contact-details a { color:#00a170; font-family: 'Fira Sans Book'; }
.row-fluid .contact-details a:hover { color:#023266; }
.row-fluid .contact-details  i { font-size:18px; margin-right: 10px; width:20px; text-align:center; }
.row-fluid .details { padding-bottom:10px; }
.row-fluid .footer-text { font-size:16px; font-family: 'Fira Sans Book'; color:#999999; line-height:1.4; padding-top:86px; }
.row-fluid .follow-us-icon a { color:#999999; font-size:22px; margin-right:10px; }
.row-fluid .follow-us-icon a:hover { color:#00a170; }
.row-fluid .hero-text { text-align:center; padding-top:30px; }
.row-fluid .hero-text h1 { font-size:80px; }
.row-fluid span.hubspot-o { position: relative; width: 55px; display: inline-block; height: 60px; }
.row-fluid span.hubspot-o:before {width: 90px; height: 108px; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/hubspot-o.png?t=1523254629559)no-repeat; position: absolute; content: ''; top: -22px; left: -36px;}
.row-fluid .hero-content { font-size:28px; line-height:45px; color:#999; padding:50px 130px 100px; }
.row-fluid .beliefs-section h2 { font-size:75px; text-align:center; }
.row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget { width:48%; margin-right:2%; float:left; position:relative; }
.row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1):before { width: 101%; height: 2px; position: absolute; content: ''; bottom: -1px; left: 0px; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/line2.png?t=1523269722873);}
.row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1):after { width: 2px; height: 100%; position: absolute; content: ''; top: 0px; right: -15px; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/line-4.png); }
.row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n):before { width: 103%; height: 2px; position: absolute; content: ''; top: -1px; left: -3%; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/line2.png?t=1523269722873);}
.row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n):after { width: 2px; height: 100%; position: absolute; content: ''; top: 0px; left: -33px; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/line-4.png?t=1523269722873); }
.row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(2n) { margin-right:0px; margin-left:2%; }
.row-fluid .beliefs-box-section { padding:60px 0px; }
.row-fluid .beliefs-box { display:table; padding:80px 0px; }
.row-fluid .beliefs-img { display:table-cell; vertical-align: middle; width:50%; }
.row-fluid .beliefs-text { display:table-cell; vertical-align: middle; width:50%; padding-left: 15px; padding-right: 15px; font-size: 20px; line-height: 24px; font-family: 'Fira Sans Book'; }
.row-fluid .beliefs-text h4 { font-size:24px;  }
.row-fluid .hexagon-section { -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); display:block; margin:0 auto; width: 332px; height: 382px; border: 0px solid #999; background: transparent; border-left: 3px solid #4d4d4d; border-right: 3px solid #4d4d4d; position: relative; }
.row-fluid .hexagon-section:before { width: 60%; height: 3px; position: absolute; content: ''; background: #4d4d4d; transform: rotate(-30deg); top: 47px; left: -17px; }
.row-fluid .hexagon-section:after { width: 60%; height: 3px; position: absolute; content: ''; background: #4d4d4d; transform: rotate(30deg); top: 47px; right: -17px; }
.row-fluid .hexagon-section > span { position: absolute; width: 100%; height: 100%; }
.row-fluid .hexagon-section > span:before { width: 60%; height: 3px; position: absolute; content: ''; background: #4d4d4d; transform: rotate(-30deg); bottom: 47px; right: -17px; }
.row-fluid .hexagon-section > span:after { width: 60%; height: 3px; position: absolute; content: ''; background: #4d4d4d; transform: rotate(30deg); bottom: 47px; left: -17px; }
.row-fluid .school-wrapper {background:#fff;}
.row-fluid .old-section {position:relative;}
.row-fluid .old-section:after { content:""; height:calc(100% - 148px); width:2px; position:absolute; z-index:11; right:-8px;bottom:40px; background:url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/Gray-Line.png);}
.row-fluid .old-inner { padding:65px 0 57px 0; margin-left: 1.2%;     background: #edeef0;}
.row-fluid .old-inner-left { margin-left:-1.2%;}
.row-fluid .dot { width:27px; height:27px; background:#4d4d4d; display:inline-block; border-radius:50%; transform:translateY(-44px);}
.row-fluid .hexa-header h2{ color:#4d4d4d; line-height:36px;font-size:44px; margin-bottom:30px;}
.row-fluid .old-section { background:#edeef0;}
.row-fluid .hexagon-content { width:100%; position:absolute; left:50%; top:50%; transform:translate(-50% , -50%);}   
.row-fluid .hexa-text { font-size:24px; line-height:28px; padding:0 10px; word-break: break-word;}
.row-fluid .marketing-text h5{ font-weight: 300; color: #fff; width:calc(100% - 75px); font-size:24px; margin: 5px auto; background: #4d4d4d;}
.row-fluid .marketing-leads { padding:90px 0 0;}
.row-fluid .blogging-text, .row-fluid .ebooks-text, .row-fluid .email-text{ background:#4d4d4d; color:#fff; padding:30px 20px 26px;margin:0 auto; position:relative; z-index:11;}
.row-fluid .marketing-leads h4, .row-fluid .appointment-leads h4 { font-weight:300; color:#fff; font-size:24px;}
.row-fluid .blogging-text { width:67%;}
.row-fluid .ebooks-text {width:62%;}
.row-fluid .email-text { width:56%;} 
.row-fluid .lp-text, .row-fluid .lp-text2 {font-weight:400; color:#4d4d4d; background:#cccccc; padding:10px 5px 2px; margin:0 auto; position:relative; z-index:11;}
.row-fluid .lp-text{width:47%;}
.row-fluid .lp-text2{width:40%;}
.row-fluid .lead-content:nth-child(even):before, .row-fluid .lead-content:nth-child(even):after{ background:#cccccc;}
.row-fluid .lead-content:before, .row-fluid .lead-content:after, .row-fluid .lead-content-new:before, .row-fluid .lead-content-new:after{ content: "";position: absolute; top:0; width: 30px; height: 100%; background: #4d4d4d; }
.row-fluid .lead-content:before, .row-fluid .lead-content-new:before { left: -14px;  -webkit-transform: skew(6deg); -moz-transform: skew(6deg); -o-transform: skew(6deg);}
.row-fluid .lead-content:after, .row-fluid .lead-content-new:after {  right: -14px; -webkit-transform: skew(-6deg); -moz-transform: skew(-6deg); -o-transform: skew(-6deg);}
.row-fluid .marketing-qualified { padding:56px 33% 0;}
.row-fluid .new-school-section .marketing-qualified {padding:56px 23% 0; }
.row-fluid .marketing-qualified h4{ color:#4d4d4d; font-weight: 400; word-break: break-word; }  
.row-fluid ul.leads-arrow { padding:42px 0 0;}
.row-fluid ul.leads-arrow li { position:relative; display:inline-block; width:40px; min-height:73px;}
.row-fluid ul.leads-arrow li:before{content:"\f175"; line-height:100%; position:absolute; font-size:76px; font-family:FontAwesome; top:0; color:#999999; left: 50%;transform: translateX(-50%);}
.row-fluid .new-school-section { margin-left:1.2%; width:50%;}
.row-fluid .new-school-section .old-section, .row-fluid .new-school-section .old-inner { background:#fff;}
.row-fluid .new-school-section .hexagon-section:before, .row-fluid .new-school-section  .hexagon-section:after, .row-fluid .new-school-section .hexagon-section > span:after , .row-fluid .new-school-section .hexagon-section > span:before , .row-fluid .new-school-section .dot, .row-fluid .new-school-section .marketing-text h5, .row-fluid .lead-content-new:before, .row-fluid .lead-content-new:after, .row-fluid .lead-content-new{ background:#00a170;}
.row-fluid .new-school-section  .hexagon-section{ border-color:#00a170;}
.row-fluid .new-school-section .hexa-header h2 { color:#00a170;}
.row-fluid .appointment-leads { padding:31px 0 0;}    
.row-fluid .lead-content-new { margin-bottom:10px;}
.row-fluid .new-school-section .blogging-text { width:64%;}
.row-fluid .new-school-section  .ebooks-text{ width:60%;}
.row-fluid .new-school-section .old-section:after{ display:none}
.row-fluid .question-wrapper { padding-top:30px; padding-bottom:90px;}
.row-fluid .accordian-question { padding: 60px 0 0;}
.row-fluid .accordian-question span.plus-icons {  position:absolute; left:0; top:18px; cursor:pointer; color:#00a170; font-size:64px; font-weight:700; display:inline-block; width:34px; transition:0.4s ease all;}
.row-fluid .accordian-question h3{ display:inline-block; font-size:52px; }
.row-fluid .accordian-inner { position:relative; width:calc(100% - 116px);  margin:0 auto; padding-left:105px;}
.row-fluid .accordian-inner h3 { cursor:pointer;}
.row-fluid .answer-text { pointer-events:none; font-size:28px; line-height:45px; margin:30px 0 0; font-weight:400;}
.row-fluid .accordian-question .open span.plus-icons:before {content: '-'; font-size: 64px; position:absolute; left:5px; top:0;}
.row-fluid .accordian-question .open span.plus-icons { font-size:0;}


/* video-section */
.video-iframe-now { border: 25px solid #cccccc;  border-radius: 20px;  max-width: 615px;margin: 0 auto;    float: none;    border-radius: 25px 25px 0px 0px; position: relative;top: -30px; background:#fff;}
.video-iframe-now p { margin: 0px; }
.bottom-img {   position: absolute;   width: calc(100% + 50px);   left: -25px;  top: calc(100% + 44px);}

/* =========MSP 2022========= */
.MSP_Page {border: none;color:#2A2A2A;}
.MSP_Page,.MSP_Page p, .MSP_Page ul, .MSP_Page li{font-family: 'Cooper Hewitt Book';font-size:20px;line-height:1.5;color:#2A2A2A;}
.MSP_Page h1{font-family: 'Cooper Hewitt';font-weight:900;font-size: 70px;line-height: 100%;text-transform:uppercase;}
.MSP_Page h2,.MSP_Page h3,.MSP_Page h4,.MSP_Page h5,.MSP_Page h6{font-family: 'Cooper Hewitt';font-weight:bold;color:#2A2A2A;}
.MSP_Page .container-fluid {padding: 0;max-width: 100%;}
.MSP_Page .header-container-wrapper {display: none;}
.MSP_Page p {margin-bottom: 30px;}

.content_table_module {position: absolute;left: 0;right: 0;top: 0;z-index: 9999;}
.content_table_module.sticky-header{position: fixed;background: #6ee35a;background: -moz-linear-gradient(left, #6ee35a 0%, #a9e830 100%);background: -webkit-linear-gradient(left, #6ee35a 0%,#a9e830 100%);background: linear-gradient(to right, #6ee35a 0%,#a9e830 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ee35a', endColorstr='#a9e830',GradientType=1 );top: 0; -webkit-transition: top .4s ease-in-out;-moz-transition: top .4s ease-in-out;-ms-transition: top .4s ease-in-out;-o-transition: top .4s ease-in-out;transition: top .4s ease-in-out;padding:20px 0 !important;animation: smoothScroll 1s forwards;}

.menu-collapsed .accordion-wrapper {display: block;position: fixed;z-index: 99999999;padding-bottom: 40px;background: #ffffff;top: 0;left: -100%;width: 300px;max-width: 80%;height: 100vh;overflow: auto;box-shadow: -3px 0px 3px rgb(0 0 0 / 30%);-webkit-transition: left 0.6s ease-out;-moz-transition: left 0.6s ease-out;-ms-transition: left 0.6s ease-out;-o-transition: left 0.6s ease-out;transition: left 0.6s ease-out;-webkit-box-shadow: inset -8px 0px 39px 0px rgb(0 0 0 / 15%);-moz-box-shadow: inset -8px 0px 39px 0px rgba(0,0,0,0.15);box-shadow: inset -8px 0px 39px 0px rgb(0 0 0 / 15%);padding-top: 103px;}
.menu-collapsed.menu-expanded .accordion-wrapper {left: 0;}
.burger-menu {display: block;cursor: pointer;width: 32px;}
.burger-menu span {display: block;width: 32px;height: 4px;margin: 6px 0;background-color: #fff;border-radius: 17px;}
.menu-collapsed .accordion-header {background: #6ee35a;background: -moz-linear-gradient(left, #6ee35a 0%, #a9e830 100%);background: -webkit-linear-gradient(left, #6ee35a 0%,#a9e830 100%);background: linear-gradient(to right, #6ee35a 0%,#a9e830 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ee35a', endColorstr='#a9e830',GradientType=1 );color: #fff;text-align: center;  padding: 20px 15px;}
.menu-collapsed .accordion-header .sidebar-header {color: #fff;font-size: 20px;text-transform: uppercase;text-align: center;margin: 0;}
.close-button {position: absolute;top: 30px;right: 15px;font-size: 16px;color: #2A2A2A;display: flex;align-items: center;cursor: pointer;}
.close-button p {font-size: 14px;font-weight: 600;margin: 0;font-family: 'Cooper Hewitt';}
.close-button .close-icon {background-color: #2A2A2A;border-radius: 100%;height: 31px;width: 31px;position: relative;margin-left: 8px;}
.close-button:hover .close-icon{background: #6ee35a;}
.close-button .close-icon span {background-color: #fff;display: block;width: 15px;height: 4px;transform: rotate(-40deg);-webkit-transform: rotate(-40deg);
  position: absolute;left: 8px;right: 0;border-radius: 8px; top: 13px;}
.close-button .close-icon span:last-child {transform: rotate(45deg);-webkit-transform: rotate(45deg);left: 8px;right: 0;top: 13px;}
.close-button:hover .close-icon span{color:#2a2a2a;}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.MSP_Page .body-container-wrapper ul li {margin: 0 0 20px;}
.MSP_Page .body-container-wrapper ul li::marker {color: #35B729;}
.MSP_Page .body-container-wrapper ul {margin: 0 0 0 20px;}


.lp-banner-section h1 {text-shadow: 0px 4px 9px rgb(0 0 0 / 14%);}
.cta-module-section .inner-wrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 40px 32px;
}



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

.menu-collapsed .accordion-module .accordion-trigger2 a h6 {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  letter-spacing: 0.015em;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 16px;
}

.content_table_module .section-inner-wrapper .site-logo {
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.content_table_module .section-inner-wrapper .email-form {
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out;
}

.sticky-header.content_table_module .section-inner-wrapper .site-logo {
  visibility: visible;
  opacity: 1;
}

.sticky-header.content_table_module .section-inner-wrapper .email-form {
  visibility: visible;
  opacity: 1;
}

.content_table_module .section-inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_table_module .section-inner-wrapper .site-logo .sticky-logo a {
  display: block;
  max-width: 113px;
  margin-left: 200px;
}

.content_table_module .section-inner-wrapper .email-form h3.form-title {
  display: none;
}

.content_table_module .section-inner-wrapper .email-form form {
  display: flex;
  margin: 0;
  justify-content: flex-end;
  position: relative;
}

.content_table_module .section-inner-wrapper .email-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list>li {
  display: none;
}

.content_table_module .section-inner-wrapper .email-form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  top: 100%;
}

.content_table_module .section-inner-wrapper .email-form form .hs_email>label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}

.content_table_module .section-inner-wrapper .email-form form input.hs-button.primary {
  margin: 0;
  text-align: center !important;
  color: #35B729 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  font-family: 'Cooper Hewitt' !important;
  white-space: normal !important;
  background: #FFFFFF !important;
  border: 1px solid #fff !important;
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  display: inline-block !important;
  padding: 5px 12px !important;
  min-height: 38px !important;
}

.content_table_module .section-inner-wrapper .email-form form .hs_email input[type="email"] {
  background: #fff;
  min-height: 38px;
  width: 242px;
  border: 1px solid #fff;
  margin: 0 !important;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  display: inline-block !important;
  color: #9C9C9C;
  font-size: 14px;
  line-height: 1;
  padding: 0px 10px;
  margin-right: 15px !important;
}

.content_table_module .section-inner-wrapper .email-form form .hs_submit.hs-submit {
  display: flex;
  align-items: flex-end;
}

.lp-banner-section .banner-site-logo a {
  display: block;
  width: 158px;
  margin: 0 auto;
}

.lp-banner-section .banner-site-logo a img {
  width: 100%;
  height: auto !important;
}

.lp-banner-section .banner-site-logo {
  margin-top: 15px;
}

.lp-banner-section .banner-heading h1 {
  line-height: 1.1;
}

.lp-banner-section .banner-heading {
  margin-top: 60px;
}

.lp-banner-section .banner-content {
  max-width: 658px;
  margin: 0 auto;
}

.content-module-section .section-info h6 {
  font-size: 35px;
  line-height: 1.286;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.content-module-section .section-info ul li {
  margin-bottom: 30px;
}

.content-module-section .section-info ul {
  margin-bottom: 90px;
}

.author-module-section .author-info-section .about-author .author-social-media p a {
  margin-left: 8px;
}

.content-module-section h6 {
  font-size: 35px;
  line-height: 1.286;
  margin-bottom: 22px;
  color: #000;
}

.content-module-section ul li {
  margin-bottom: 30px;
}

.content-module-section .scroll-down-text p {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}

.content-module-section .scroll-down-text {
  padding: 25px 10px;
  text-align: center;
  background: linear-gradient(99.73deg, #65C252 0.53%, #35B729 100.7%);
}

.author-module-section .section-header h2 {
  text-align: center;
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.286;
  margin-bottom: 52px;
}

.author-module-section .author-info-section {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}

.author-module-section .author-info-section .author-image {
  flex-basis: 40%;
  position: relative;
}

.author-module-section .author-info-section .about-author {
  flex-basis: 60%;
}

.author-module-section .author-info-section .author-image:after {
  content: "";
  display: block;
  width: 400px;
  height: 90px;
  position: absolute;
  bottom: -20px;
  background: linear-gradient(100.39deg, #35B729 -16.12%, #0F7B05 107.33%);
  opacity: 0.33;
  filter: blur(21.5px);
  z-index: 0;
}

.cta-module-section .inner-wrapper .cta-right-section .cta-link-section a:after {
  content: "";
  display: block;
  background-image: url(//194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/Vector.png);
  width: 26px;
  height: 10px;
  position: absolute;
  right: -32px;
  top: 10px;
}

.author-module-section .author-info-section .author-image img {
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.author-module-section .author-info-section .about-author .author-info h6 a {
  color: #65C252;
}

.author-module-section .author-info-section .about-author .author-info h6 {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.author-module-section .author-info-section .about-author .author-social-media p {
  font-family: 'Cooper Hewitt';
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.box-content-table-module .container {
  padding: 90px 0 60px;
}

.box-content-table-module .container .content-box-header h1.accordion-header {
  color: #2A2A2A;
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.286;
  text-align: center;
  text-transform: capitalize;
}

.box-content-table-module .container .content-box-sub-header p {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #2A2A2A;
  margin-bottom: 43px;
}

.box-content-table-module .container .content-inner-box {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-banner-section .banner-heading h1 span {
  color: #91e741;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.box-content-table-module .container .content-inner-box .box-module .heading-content>* {
  text-align: center;
}

.box-content-table-module .container .content-inner-box .box-module .heading-content h6 {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #35B729;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.box-content-table-module .container .content-inner-box .box-module .heading-content p {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #2A2A2A;
  margin-bottom: 25px;
}

.box-content-table-module .container .content-inner-box .box-module {
  width: 23%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 40px;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}

.box-content-table-module .container .content-inner-box .box-module:after {
  content: url(//194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/Group%2015.png);
  position: absolute;
  z-index: 10;
  left: 43%;
  bottom: -30px;
}

.box-content-table-module .container .content-inner-box .box-module:hover:after {
  content: url(//194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/Group%207.png);
}

.form-module .inner-wrapper .form-section form .hs-form-field>label {
  color: #2A2A2A;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 600;
}

.form-module .inner-wrapper .form-section form .hs-form-field>label {
  color: #2A2A2A;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 600;
}

.form-module .inner-wrapper .form-section form .hs_error_rollup label {
  color: red;
}

.form-module .inner-wrapper .form-section form .hs_error_rollup ul {
  padding: 0;
  margin: 0;
}

.form-module .inner-wrapper .form-section form .hs-error-msgs label {
  color: red;
}

.box-content-table-module .container .content-inner-box .box-module a {
  display: block;
  width: 100%;
  height: 120%;
}

.heading-module-section .heading-section h5 {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.heading-module-section .section-heading h4 {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.3;
  color: #fff;
}

.heading-module-section .inner-wrapper {
  padding: 100px 50px;
  border-radius: 10px;
}

.content-module-section.chapter1 h5,
.content-module-section.chapter2 h5,
.content-module-section.chapter3 h5,
.content-module-section.chapter4 h5{
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  margin-top: 86px;
  margin-bottom: 23px;
}

.content-module-section.chapter1 h6,
.content-module-section.chapter2 h6,
.content-module-section.chapter3 h6,
.content-module-section.chapter4 h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}

.content-module-section.chapter1 img,
.content-module-section.chapter2 img,
.content-module-section.chapter3 img,
.content-module-section.chapter4 img {
  margin: 30px 0;
}

.cta-module-section .inner-wrapper {
  box-shadow: 0px 6px 27px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  justify-content: space-between;
  max-width: 790px;
  margin: 0 auto;
  column-gap: 20px;
}

.cta-module-section .inner-wrapper .cta-left-section {
  flex-basis: 32%;
}

.cta-module-section .inner-wrapper .cta-right-section {
  flex-basis: 66%;
}

.cta-module-section .inner-wrapper .cta-right-section .cta-sub-heading-section p {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #2A2A2A;
  margin-bottom: 15px;
}

.cta-module-section .inner-wrapper .cta-right-section .cta-heading-section h6 {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  text-transform: initial;
  margin-bottom: 15px;
}

.cta-module-section .inner-wrapper .cta-right-section .cta-link-section a {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  display: inline-block;
  text-decoration-line: underline;
  color: #35B729;
  position: relative;
}

.content_table_module .section-inner-wrapper .email-form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,.hs-error-msg {
  color: red;
}

.form-module .inner-wrapper {
  padding: 100px 90px;
  background: linear-gradient(99.73deg, #6EE35A 0.53%, #A9E830 100.7%);
}

.form-module .inner-wrapper .form-section {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 50px 50px;
}

.form-module .inner-wrapper .form-section-heading h5 {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}

.form-module .inner-wrapper .form-section-sub-head p {
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}

.form-module .inner-wrapper .form-section form {
  margin: 0;
}

.form-module .inner-wrapper .form-section form fieldset.form-columns-2 {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.form-module .inner-wrapper .form-section form fieldset.form-columns-2 .field.hs-form-field {
  width: 48%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .active-branch>a {
  box-shadow: none !important;
}

a{
  text-decoration: none !important;
}

.form-module .inner-wrapper .form-section form fieldset.form-columns-2 .input {
  margin: 0;
}

.form-module .inner-wrapper .form-section form fieldset.form-columns-2 .input .hs-input {
  width: 100% !important;
  font-family: 'Cooper Hewitt';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  display: inline-block;
  color: #7A7A7A;
  background: #F5F5F5;
  border: 1px solid #CBCBCB;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  min-height: 68px;
  margin-bottom: 30px;
}

.form-module .inner-wrapper .form-section form input.hs-button.primary {
  font-family: 'Cooper Hewitt' !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
  display: block !important;
  white-space: normal;
  background: linear-gradient(99.73deg, #65C252 0.53%, #35B729 100.7%) !important;
  border: 1px solid #35B729 !important;
  outline: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  padding: 18px 18px !important;
  margin: 0 !important;
}

.footer-container-wrapper .wrapper {
  padding: 0;
}

.footer-container-wrapper .wrapper .footer-menu ul li a {
  background: none;
}

.footer-container-wrapper .wrapper .footer-menu {
  padding-bottom: 80px !important;
}

.footer-container-wrapper .row-fluid .span8 {
  width: 58%;
}

.footer-container-wrapper .footer-text .cell-wrapper {
  margin-bottom: 0;
}

.footer-container-wrapper .row-fluid .span4 {
  width: 36%;
}

.footer-container-wrapper .hubspot-logo {
  width: 285px;
  margin-right: 30px;
}

.footer-container-wrapper .contact-details {
  width: calc(100% - 350px);
}

.footer-container-wrapper .hubspot-logo img {
  width: 100%;
}

.footer-container-wrapper .contact-details i {
  color: #35B729;
}

.footer-container-wrapper .contact-details .details {
  color: #35B729;
}

.footer-container-wrapper .contact-details .details a {
  color: #35B729;
}

.footer-container-wrapper .footer-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.footer-container-wrapper .follow-us-icon a {
  color: #2A2A2A;
}

.footer-container-wrapper .wrapper .footer-menu ul {
  display: block !important;
  padding: 0 !important;
}

.footer-container-wrapper .wrapper .footer-menu ul li a:hover {
  color: #35B729;
}

.footer-container-wrapper .wrapper .footer-menu ul li {
  display: inline-block !important;
}

.footer-container-wrapper .wrapper .footer-menu ul li a {
  padding: 5px 10px;
  color: #2a2a2a;
}

.footer-container-wrapper {
  padding: 0 20px;
  background: #edeef0;
}




.banner-form {max-width: 500px;margin: 0 auto;}
.banner-form form .hs-form-field > label {display: none;}
.banner-form form .hs-form-field input, .banner-form form .hs-form-field .hs-input {width: 100%;}
.banner-form form .hs-button {width: 100% !important;max-width: 100%;display: block;border: none !important;text-shadow: none !important;background: linear-gradient(99.73deg, #65C252 0.53%, #35B729 100.7%) !important;box-shadow: none !important;}
.banner-form form .hs-button:hover,.banner-form form .hs-button:focus,.banner-form form .hs-button:active,.banner-form form .hs-button:active:hover {border: none !important; background: linear-gradient(99.73deg, #5aa34c 0.53%, #22c513 100.7%) !important; box-shadow: none !important;}
.banner-form form .hs_error_rollup {display: none;}
.banner-form form.hs-form .hs-form-field ul.inputs-list li {margin: 0;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS   
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*-=-=- Only Desktop CSS -=-=-*/
@media (max-width:1366px){
  .row-fluid .benefits-right img{ right:-35px;}
}
@media (min-width:1200px){
  .row-fluid .benefits-right img{ right:0;}
  /* Philosophy */
}
@media (max-width:1279px) {
  /* Philosophy */
  .row-fluid .new-school-section{ margin-left:1%;}
  .row-fluid .marketing-qualified { padding: 56px 30% 0;}
  .author-module-section .author-info-section .author-image:after {
    width: 300px;
  }
}

/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:1199px) {
  .wrapper { max-width:1000px }
  .row-fluid .boston-text { font-size:32px; }
  .row-fluid .boston-text h2 { font-size:100px; }
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:first-child .get-module-img { padding-left:6.5%;}
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:nth-child(2) .get-module-img { padding-right:6.5%;}

  /* Philosophy */
  .row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n):after { left:-26px;}
  .row-fluid .old-section:after { right:-9px;}
}

@media (max-width:1140px) {
  .content_table_module .section-inner-wrapper .email-form form .hs_email input[type="email"] {
    width: auto;
  }
}

@media (max-width:1139px) {
  .author-module-section .author-info-section .author-image:after {
    width: 220px;
    bottom: 97px;
  }
}

/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px) {

  .wrapper { max-width:900px }
  .row-fluid .hero-header h1 { font-size:70px; }
  .row-fluid .hero-header p.secondary-header { font-size:38px; }
  .row-fluid .custom-header h2 { padding:0 50px 0 0; }
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:first-child .get-module-img { padding-left:4.5%;}
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:nth-child(2) .get-module-img { padding-right:9%; }
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:nth-child(3) .get-module-img { padding-left:0;}
  .row-fluid .inside-video { margin-left:10%; }
  .row-fluid .left-cta { padding-top:30px; }
  .row-fluid .help-left h2 { font-size:50px; }
  .row-fluid .left-cta a { padding:15px 40px; font-size:30px; }
  .row-fluid .help-right-inner { padding:40px 0 40px; }
  .row-fluid .boston-text h2 { font-size:90px; }
  .row-fluid .boston-text { font-size:28px; }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { padding-left:6%;}
  .row-fluid .logo-section{ padding-top:8px;}
  /* Philosophy */
  .row-fluid .hero-text h1 { font-size: 60px;}
  .row-fluid .marketing-qualified { padding: 56px 27% 0;}
  .row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n):after { left:-22px;}
  .row-fluid .old-section:after { right: -10px;}
  .row-fluid .accordian-question h3 { font-size:34px;}
  .row-fluid .accordian-question span.plus-icons { top:9px;}
  .row-fluid .answer-text { font-size: 22px; line-height: 34px;}
  .row-fluid .hero-content { font-size: 23px; padding: 50px 80px 100px; }
  .row-fluid .beliefs-section h2 { font-size:52px;}
  .row-fluid .beliefs-text { font-size:19px;}
  .row-fluid .hexa-header h2{ font-size:36px; margin-bottom:20px;}
  .row-fluid .hexa-text { font-size:22px;}
  .row-fluid .marketing-text h5 { font-size:23px;}
  .row-fluid .hexagon-section { width: 296px; height: 357px;}
  .row-fluid .marketing-leads { padding: 70px 0 0;}
  .row-fluid .blogging-text, .row-fluid .ebooks-text, .row-fluid .email-text { padding:26px 20px 20px;}
  .row-fluid .marketing-leads h4, .row-fluid .appointment-leads h4 { font-size:22px;}
  .row-fluid .lp-text, .row-fluid .lp-text2 { font-size:15px;}
  .row-fluid .accordian-question h3 { font-size: 34px;}
}

/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px) and (min-width:768px){
  .wrapper { max-width:700px }


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

  .wrapper { max-width:700px }
  h1 { font-size:32px; line-height:38px; }
  h2 { font-size:28px; line-height:34px; }
  h3 { font-size:26px; line-height:32px; }
  h4 { font-size:24px; line-height:28px; }
  h5 { font-size:20px; line-height:24px; }
  h6 { font-size:18px; line-height:22px; }

  .p40-0 { padding-top:30px; padding-bottom:30px; }
  .p50-0 { padding-top:35px; padding-bottom:35px; }
  .p60-0 { padding-top:40px; padding-bottom:40px; }
  .p70-0 { padding-top:45px; padding-bottom:45px; }
  .pb40 { padding-bottom:30px; }
  .pb50 { padding-bottom:35px; }
  .pb60 { padding-bottom:40px; }
  .pb70 { padding-bottom:45px; }
  .pt40 { padding-top:30px; }
  .pt50 { padding-top:35px; }
  .pt60 { padding-top:40px; }
  .pt70 { padding-top:45px; }

  .row-fluid .hero-section { padding-bottom:108px; }
  .row-fluid .header-menu ul li a { padding:10px 3px; font-size:18px !important; }
  .row-fluid .header-menu ul { padding:10px 0 ; }
  .row-fluid .custom-header h2 { padding:0px; font-size:40px; line-height:1.2; }
  .row-fluid .get-module-img:before { left:0px; }      
  .row-fluid .inside-video {margin-left:13%; }
  .row-fluid .help-left { width:100%; float:left; height: auto !important; }    
  .row-fluid .help-left-inner {padding:150px 20px;}
  .row-fluid .help-right { width:100%; float:left; height: auto !important; }      
  .row-fluid .help-right-inner { padding:50px 0px; }
  .row-fluid .boston-text h2 { font-size:70px; }
  .row-fluid .boston-text { font-size:20px; }
  .row-fluid .hubspot-logo { width:180px; }
  .row-fluid .contact-details { width:calc(100% - 180px); }
  .row-fluid .contact-details i {margin-right:5px; }
  .row-fluid .logo-section{ padding-top:0;} 
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:first-child .get-module-img, .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:nth-child(3) .get-module-img { padding-left:6%;}
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:nth-child(2) .get-module-img { padding-right:6%;}
  /*Philosophy */
  .row-fluid .hero-text h1 { font-size: 60px;}
  .row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n):after { left:-14px;}
  .row-fluid .hero-content { font-size: 24px; line-height: 40px; padding: 50px;}
  .row-fluid .beliefs-box { padding:50px 0; text-align:center;}
  .row-fluid .beliefs-img img{ margin-bottom:30px;}
  .row-fluid .beliefs-img, .row-fluid .beliefs-text { display:contents;}

  .row-fluid .old-inner { padding:50px 0 20px; margin-left:3.2%;}
  .row-fluid .marketing-leads { padding:50px 0 0;}
  .row-fluid .marketing-qualified, .row-fluid .appointment-leads, .row-fluid .marketing-qualified{ padding-top:50px;}
  .row-fluid .accordian-question h3 { font-size: 34px; line-height:42px;}
  .row-fluid .answer-text { font-size: 22px; line-height: 38px;}
  .row-fluid .accordian-question { padding: 50px 0 0;}
  .row-fluid .accordian-question span.plus-icons{ top:9px; font-size:48px;}
  .row-fluid .hexagon-section{ width: 271px; height: 339px;}
  .row-fluid .hexagon-section:before  { top: 45px; left: -15px;}
  .row-fluid .hexagon-section:after { top:45px; right:-15px;}
  .row-fluid .dot{ transform: translateY(-38px); }
  .row-fluid .hexa-header h2{ font-size:32px;}
  .row-fluid .old-inner-left { margin-left: -3.2%;}
  .row-fluid .old-section:after { right:-9px;}
  .row-fluid .hexa-text { font-size:20px;}
  .row-fluid .marketing-text h5{ font-size:19px;}
  .row-fluid .blogging-text, .row-fluid .ebooks-text, .row-fluid .email-text { padding: 20px 20px 16px;}
  .row-fluid span.hubspot-o { width:48px;}
  .row-fluid span.hubspot-o:before {  top: -10px; left: -33px;background-size: contain; width: 80px; height: 129px;}
  .row-fluid .hexagon-section > span:after {bottom: 45px; left: -15px;}
  .row-fluid .hexagon-section > span:before { bottom: 45px; right: -15px;}
  .row-fluid ul.leads-arrow li:before{ font-size:64px;}
  .row-fluid .beliefs-section h2 { font-size:46px;}
  .row-fluid ul.leads-arrow { padding: 30px 0 0;}
}

@media (max-width: 790px) {
  .lp-banner-section .banner-heading h1 {
    font-size: 40px;
  }

  .lp-banner-section .banner-heading {
    margin-top: 50px;
  }

  .lp-banner-section {
    padding-bottom: 80px !important;
  }

  .container {
    padding: 0 20px !important;
  }
}


/*-=-=-  Mobile Devices -=-=-*/
@media ( max-width:767px ) {

  .wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
  .mtop10 { margin-top:10px; } /* >>>>>>> Mmargin top 10px in mobile <<<<<<<< */
  .mtop20 { margin-top:20px; } /* >>>>>>> Mmargin top 20px in mobile <<<<<<<< */
  .mtop30 { margin-top:30px; } /* >>>>>>> Mmargin top 30px in mobile <<<<<<<< */
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .inner-padding { padding:0 15px; }
  .equal_height { min-height:0px !important; } /* >>>>>> Overcome min height given by JS to sections <<<<<<< */
  .text-right { text-align:center; }

  /*-=-=-=-= Mobile menu JS USE  MENU ICON as '<a class="expand_menu"><i></i><i></i><i></i></a>' -=-=-=*/
  a.expand_menu { width: 50px; height: 47px; display: block; cursor:pointer; position: absolute; top: 10px; right: 15px; padding: 5px;  }
  a.expand_menu i { position:relative; width: 40px; left:0; height: 4px; opacity:1; display: block; background: #7d8187; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  a.expand_menu.open i:first-child { transform: rotate(45deg); top: 10px; position: relative; }
  a.expand_menu.open i:nth-child(2) { position:relative; left:-46px; opacity:0; }
  a.expand_menu.open i:last-child { transform: rotate(-45deg); top: -10px; position: relative; }
  /*-=-=-=-= Mobile Submenu JS USE  SUBMENU ICON as '<a class="childExpand"><i></i><i></i></a>' -=-=-=*/
  .childExpand { position: absolute; top: 15px; right: 10px; width: 24px; text-align: center; height: 24px; margin: 0; padding:5px; cursor:pointer; }
  .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background: #fff; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px; }
  .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
  .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
  .row-fluid .header-menu { display:none; }
  .row-fluid .logo-section { width:120px; float:left; }
  .row-fluid .custom-menu-primary { display:block; width: 44px; float: right; position: absolute; top: 40px; right: 15px; margin:0px; padding:0px; }
  .row-fluid .custom-menu-primary ul { position: fixed; top: 0px; width: 240px; left: -280px; height: 100vh; background: #34b629; z-index: 9999; transition:ease all 0.3s; }
  .mobile-trigger { top:-10px;}
  .mobile-open .mobile-trigger i { transform: rotate(-45deg); }
  .mobile-open .mobile-trigger i:after { opacity:0; }
  .mobile-open .mobile-trigger i:before { top: 0; transform: rotate(90deg); }
  .row-fluid .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal.open > ul  { left:0px; padding-left:0px; }
  .mobile-open { overflow:hidden; }
  .row-fluid .hero-header h1 { font-size:50px; }
  .row-fluid .hero-header p.secondary-header { font-size:20px; letter-spacing:7px; }
  .row-fluid .hero-header { padding:20px 0px 60px; }
  .row-fluid .custom-header h2 { padding:0px 20px; }
  .row-fluid .get-module-img {width:100%; float; display:block; }
  .row-fluid .get-text { padding-top:30px; width:100%; float:left; display:block; }
  .row-fluid .get-text h4 { font-size:26px; }
  .row-fluid .get-stared-module { padding:100px 0px 0px; }
  .row-fluid .get-module-img:before { top:-97px; height:65px; }
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget .get-module-img { padding:0 !important; text-align:center !important; }
  .row-fluid .get-start span .hs_cos_wrapper_type_custom_widget:nth-child(3) .get-module-img { padding-left:12% !important;}

  .row-fluid .iphone-img, .row-fluid .iphone-text { width:100%; float:left; display:block; text-align:center; }
  .row-fluid .inside-video { margin-left:0px; }
  .row-fluid .iphone-section { padding:100px 0px 30px; }
  .row-fluid .inside-video:before { top:-80px; height:65px; }
  .row-fluid .iphone-text {padding-top:30px; }
  .row-fluid .help-left { padding:80px 20px; }
  .row-fluid .help-left:before { left:-53px; }
  .row-fluid .left-cta a { padding:15px 40px; font-size:20px; }
  .row-fluid .boston-text h2 { font-size:50px; }
  .row-fluid .boston-text {font-size:20px; }
  .row-fluid .left-img { padding-top:45px; }
  .row-fluid .left-img img { margin-bottom:-65px; }
  .row-fluid .hubspot-logo, .row-fluid .contact-details { width:50%; float:left; }
  .row-fluid .footer-section { text-align:center; }
  .row-fluid .footer-menu { padding:30px 0px 23px; }
  .row-fluid .footer-text { padding-top:30px; }
  .row-fluid .follow-us-icon { padding-top:20px; }
  .row-fluid .hero-section { height:413px; }
  .row-fluid .hero-section:before { clip-path:ellipse(60% 13% at 50% 100%);-webkit-clip-path:ellipse(60% 13% at 50% 100%); }
  .row-fluid .get-module-img:before { top:-80px;  }
  .row-fluid .footer-menu ul { display:block !important; } 
  .row-fluid .footer-menu ul li { display:inline-block; }
  .row-fluid .footer-menu ul li:first-child a { padding-left:20px; }
  .row-fluid .help-left h2 { font-size:40px; }
  .row-fluid .left-img {width:100%; float:left; display:block; }
  .row-fluid .boston-text {width:100%; float:left; display:block; padding:30px 0px; text-align:center; }
  .row-fluid .footer-menu ul li a {padding:5px 20px; }
  .row-fluid .boston-text h2 { font-size:40px; }
  .row-fluid .iphone-text h4 { font-size:24px; }    
  .row-fluid .video-iframe-now { max-width:415px; border-width:15px; border-radius:15px 15px 0px 0px; }
  .row-fluid .bottom-img { position: absolute; width: calc(100% + 30px); left: -15px; top: calc(100% + 36px); }
  .row-fluid .hubspot-logo img { max-width:100%;}
  /* Philosophy */
  .row-fluid .beliefs-box { padding: 30px 0;}
  .row-fluid .hero-text h1 { font-size: 48px; line-height:48px;}
  .row-fluid .beliefs-section h2 { font-size: 36px; }
  .row-fluid .old-inner, .row-fluid .old-inner-left { margin-left:0;}
  .row-fluid .old-section:after { background:url("https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/Gray-Line-2.png"); width:calc(100% - 40px); left: 20px;height: 2px;bottom: -2px;}
  .row-fluid .school-wrapper .span6.widget-span.widget-type-widget_container { width:100%; margin:0;}
  .row-fluid .old-inner { padding:30px 0 20px;}
  .row-fluid .marketing-qualified, .row-fluid .appointment-leads, .row-fluid .marketing-qualified { padding-top: 30px;}
  .row-fluid ul.leads-arrow { padding: 20px 0 0;}
  .row-fluid .old-section { height:auto !important;}
  .row-fluid .accordian-question { padding: 30px 0 0;}
  .row-fluid .question-wrapper { padding: 0 0 30px;}
  .row-fluid .answer-text { margin:20px 0 0; font-size: 18px; line-height: 28px;}
  .row-fluid .accordian-question h3 { font-size: 28px;}
  .row-fluid .accordian-inner { padding-left:70px;}
  .row-fluid ul.leads-arrow li:before { font-size:60px;}
  .row-fluid .beliefs-text h4  {  font-size: 22px; }
  .row-fluid .beliefs-text {font-size:17px;}
  .row-fluid .blogging-text, .row-fluid .ebooks-text, .row-fluid .email-text { padding: 15px 20px 10px;}
  .row-fluid .blogging-text { width: 45%;}
  .row-fluid .ebooks-text { width: 41%;}
  .row-fluid .email-text { width: 37%;}
  .row-fluid .lp-text { width: 32%;}
  .row-fluid .lp-text2 { width: 27%;}
  .row-fluid .marketing-leads h4, .row-fluid .appointment-leads h4 { font-size:18px;}
  .row-fluid .marketing-leads{ padding:30px 0 0;}
  .row-fluid .help-left-inner { padding:0px; }
  .row-fluid .help-right-inner { padding:40px 0px; }


  .content-module-section .section-info h6 {
    font-size: 25px;
  }

  .content-module-section .scroll-down-text p {
    font-size: 25px;
  }

  .author-module-section .section-header h2 {
    font-size: 25px;
  }

  .author-module-section .author-info-section {
    flex-wrap: wrap;
    column-gap: 0;
  }

  .author-module-section .author-info-section .author-image {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 60px;
  }

  .author-module-section .author-info-section .author-image img {
    width: 60%;
  }

  .author-module-section .author-info-section .about-author {
    flex-basis: 100%;
    text-align: center;
  }

  .author-module-section .author-info-section .about-author .author-info>* {
    text-align: center;
  }

  .author-module-section .author-info-section .about-author .author-social-media p {
    text-align: center;
  }

  .box-content-table-module .container .content-box-header h1.accordion-header {
    font-size: 25px;
  }

  .box-content-table-module .container .content-inner-box {
    flex-wrap: wrap;
  }

  .box-content-table-module .container .content-inner-box .box-module {
    width: 40%;
    margin-bottom: 30px;
  }

  .heading-module-section .inner-wrapper {
    padding: 30px 20px;
  }

  .heading-module-section .section-heading h4 {
    font-size: 35px;
  }

  .heading-module-section .heading-section h5 {
    margin-bottom: 20px;
  }

  .MSP_Page p {
    margin-bottom: 15px !important;
    font-size: 18px;
  }

  .content-module-section.chapter1 h6, .content-module-section.chapter2 h6, .content-module-section.chapter3 h6, .content-module-section.chapter4 h6 {
    font-size: 20px;
  }

  .content-module-section.chapter1 h5, .content-module-section.chapter2 h5, .content-module-section.chapter3 h5, .content-module-section.chapter4 h5 {
    font-size: 25px;
    margin-top: 30px;
  }

  .cta-module-section .inner-wrapper .cta-right-section .cta-heading-section h6 {
    font-size: 20px;
  }

  .form-module .inner-wrapper {
    padding: 50px;
  }

  .form-module .inner-wrapper .form-section-heading h5 {
    font-size: 30px;
  }

  .footer-container-wrapper .wrapper .footer-menu {padding-bottom: 0px !important;}

  .footer-container-wrapper .wrapper .footer-menu ul li {
    display: block !important;
    text-align: center;
  }

  .row-fluid .footer-menu ul li:first-child a {
    padding: 5px 10px;
  }

  .footer-container-wrapper .hubspot-logo {
    width: 200px !important;
    margin: 0 auto 20px;
    float: none !important;
  }

  .footer-container-wrapper .contact-details>* {
    text-align: center;
  }

  .footer-container-wrapper .contact-details {
    width: 100% !important;
  }

  .footer-container-wrapper .wrapper .footer-menu ul li a {
    display: inline-block;
    width: auto;
    font-size: 18px;
  }

  .footer-container-wrapper .footer-text p {
    text-align: center;
  }

  .form-module .inner-wrapper .form-section form fieldset.form-columns-2 {
    display: block;
  }

  .form-module .inner-wrapper .form-section form fieldset.form-columns-2 .field.hs-form-field {
    width: 100%;
  }

  .content_table_module .section-inner-wrapper {
    flex-wrap: wrap;
  }

  .content_table_module .section-inner-wrapper .site-logo {
    width: 100%;
    margin-bottom: 15px;
  }

  .content_table_module .section-inner-wrapper .email-form {
    width: 100%;
  }

  .content_table_module .section-inner-wrapper .site-logo .sticky-logo a {
    margin: 0 auto;
  }

  .content_table_module .section-inner-wrapper .email-form form {
    justify-content: center;
  }

  .author-module-section .author-info-section .author-image:after {
    width: 50%;
    bottom: -8%;
    left: 23%;
  }
}
@media (max-width:600px) {
  .row-fluid .hero-text h1 { font-size: 36px; line-height:36px;}

  .row-fluid .hero-content { font-size: 20px;line-height: 36px; padding: 40px 30px 30px;}
  .row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget { width:100%; margin:0 !important;}
  .row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:after{width: 100% !important; height: 2px; position: absolute; content: ''; left:0; bottom:0; background: url(https://194519.fs1.hubspotusercontent-na1.net/hubfs/194519/1%20images/line2.png);}
  .row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n + 1):after, .row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n):after, .row-fluid .beliefs-section .hs_cos_wrapper_type_custom_widget:nth-child(4n):before { display:none;}
  .row-fluid .beliefs-box-section { padding:0;}
  .row-fluid .beliefs-box, .row-fluid .beliefs-img, .row-fluid .beliefs-text{ width:100%; float:left;}

  .row-fluid .beliefs-box {padding:30px 0 0; margin-bottom:30px;}

  .form-module .inner-wrapper .form-section-heading h5 {
    font-size: 22px;
    line-height: 1.2;
  }

  .form-module .inner-wrapper .form-section-sub-head p {
    font-size: 18px;
  }

  .form-module .inner-wrapper .form-section {
    padding: 15px;
  }

  .form-module .inner-wrapper {
    padding: 20px 10px;
  }

  .cta-module-section .inner-wrapper {
    max-width: 100%;
    margin: 0 auto;
    column-gap: 0;
    flex-wrap: wrap;
    padding: 15px;
  }

  .cta-module-section .inner-wrapper .cta-left-section {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .cta-module-section .inner-wrapper .cta-right-section {
    flex-basis: 100%;
  }

  .cta-module-section .inner-wrapper .cta-right-section .cta-sub-heading-section p {
    font-size: 15px;
    margin-bottom: 10px !important;
  }

  .cta-module-section .inner-wrapper .cta-right-section .cta-heading-section h6 {
    font-size: 18px;
  }

  .heading-module-section .inner-wrapper {
    padding: 15px;
  }

  .heading-module-section .heading-section h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .heading-module-section .section-heading h4 {
    font-size: 25px;
  }

  .box-content-table-module .container .content-inner-box .box-module {
    width: 100%;
  }

  .content-module-section .section-info ul li {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .lp-banner-section .banner-heading h1 {
    font-size: 30px;
  }

  .lp-banner-section {
    padding-bottom: 35px !important;
  }


}

@media (max-width:480px) {
  .row-fluid .help-left:before {transform:skew(0deg); left:15px; }
  .row-fluid .help-left { padding:40px 0px; } 
  .row-fluid .box { width:100%; float:left; }
  .row-fluid .box-second.box { margin-left:0px; }
  .row-fluid .custom-header h2 { font-size:30px; }
  .row-fluid .hero-header h1 { font-size:44px; }
  .row-fluid .get-text h4 { font-size:22px; }
  .row-fluid .iphone-text h4 { font-size:22px; }  
  .row-fluid .hubspot-logo, .row-fluid .contact-details { width:100%; float:left; }
  .row-fluid .contact-details { padding-top:20px; }
  .row-fluid .video-iframe-now { max-width:415px; border-width:15px; border-radius:15px 15px 0px 0px; }
  .row-fluid .hero-section { height:363px; }
  .row-fluid .hexagon-section { width: 242px;height: 321px;}
  .row-fluid .hexagon-section:after { width:60%;top: 46px; right: -15px;}
  .row-fluid .marketing-qualified { padding: 30px 25% 0;}
  .row-fluid .marketing-leads h4, .row-fluid .appointment-leads h4 { font-size:18px;}
  .row-fluid .marketing-text h5 {font-size: 18px;}
  .row-fluid .hexagon-section:before { width: 63%;top: 47px;left: -20px;}
  .row-fluid .hexagon-section > span:after{ width:61%; bottom: 46px; left: -16px;}
  .row-fluid .hexagon-section > span:before{ width:61%;bottom: 46px; right: -16px;}
  .row-fluid .dot { transform: translateY(-24px);}
  .row-fluid .hexa-header h2 { font-size: 28px; margin-bottom:15px;}
  .row-fluid .hexa-text { font-size: 20px;}
  .row-fluid span.hubspot-o:before { width: 67px; height: 80px;background-size: contain; top: 3px; left: -27px;}
  .row-fluid span.hubspot-o { width: 40px; height: 59px;}
  .row-fluid .hero-content { font-size: 17px;line-height: 26px;padding: 30px 10px 30px;}
  .row-fluid .beliefs-section h2 { font-size: 36px;}
  .row-fluid .accordian-inner { padding-left:60px;}
  .row-fluid .accordian-inner { width:calc(100% - 30px);}
  .row-fluid .accordian-question h3 {font-size: 18px; line-height:24px; }
  .row-fluid .accordian-question span.plus-icons { top: 2px;font-size: 38px;}
  .row-fluid .blogging-text { width:50%;}
  .row-fluid .ebooks-text { width: 44%;}
  .row-fluid .email-text { width: 38%;}
  .row-fluid .lp-text { width:37%;}
  .row-fluid .lp-text2{ width:31%;}
  .row-fluid .blogging-text, .row-fluid .ebooks-text, .row-fluid .email-text { padding: 15px 20px 8px;}
  .row-fluid ul.leads-arrow li:before { font-size: 50px;}
  .row-fluid .new-school-section .blogging-text { width: 48%;}
  .row-fluid .new-school-section .ebooks-text { width: 44%;}
  .row-fluid .new-school-section .email-text{ width:40%;}
  .row-fluid .lead-content.lp-text  { padding-left: 20px; padding-right: 20px; }
  .row-fluid .lead-content.lp-text2 { padding-left: 13px; padding-right: 13px; }
}

@media (max-width: 425px) {
  .content_table_module .section-inner-wrapper .email-form form .field.hs-form-field {
    max-width: 159px;
  }

  .content_table_module .section-inner-wrapper .email-form form .hs_email input[type="email"] {
    width: 100%;
  }

  .content_table_module .section-inner-wrapper .email-form form {
    column-gap: 5px;
  }

  .content_table_module .section-inner-wrapper .email-form form .hs_email>label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}

@media(max-width:380px) {
  .row-fluid .hero-section { height:312px; }
  .row-fluid .video-iframe-now { max-width: 290px; border-width: 10px; border-radius: 10px 10px 0px 0px; }
  .row-fluid .bottom-img { position: absolute; width: calc(100% + 20px); left: -10px; top: calc(100% + 31px); }
}
@media(max-width:350px) {
  .row-fluid .lead-content.lp-text  { padding-left: 15px; padding-right: 15px; } 
  .row-fluid .lead-content.lp-text2 { padding-left: 10px; padding-right: 10px; }
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Browser Specific CSS
-=-=-=-=-=*/


@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome, .classname { /*only for safari....CSS*/ }
}