/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/***********************************************/
/* 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    */
/*****************************************/*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

@font-face {
    font-family: 'LunchBox';
    src: url('https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/fonts/LunchBox.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/fonts/LunchBox.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/fonts/LunchBox.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/fonts/LunchBox.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/fonts/LunchBox.ttr') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/fonts/LunchBox.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #393F44;
font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  line-height: 1.5em;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #393F44;
 font-family: 'Open Sans', sans-serif;
  line-height: 1.25em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  letter-spacing: 0.05em;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
  line-height: 1.46em;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
a {
  color: #393f44;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #393f44;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

.body-container ol,
.body-container ul {
  padding: 0 0 0 1.8em;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}


/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== header container reduce to 45 from 70 px */

.header-container-wrapper {}
.header-container {}


.hs_menu_group {
  border-bottom: 1px solid rgba(57, 63, 68, 0.15);
}

.hs_header_container {
  padding: 28px 0 30px;
}
.hs_header_container .page-center {
  position: relative;
}
.hs_header_logo {
  text-align: center;
  padding-left: 18px;
}
.hs_header_logo img {
  width: 168px;  
}  
.hs_header_container .hs_social_share {
  position: absolute;
  right: 48px;
  top: 0;
}
.hs_social_share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_social_share ul li {
  display: inline-block;
  margin-right: 6px;
}
.hs_social_share ul li a img {
  vertical-align: middle;
}
.hs_header_container .hs_social_share ul li a img {
  width: 20px;
  height: 20px;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */
.custom-menu-primary {
  margin-left: 0 !important;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  text-align: center;
  display: block;
  padding: 14px 7px 6px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 0 2.5px;
  float: none !important;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding: 0 10px 13px;
  color: #393F44;
  transition: color 0.4s ease;
  font: normal normal normal 13px/1.4em 'open sans',sans-serif;
  /*   -webkit-font-smoothing: auto; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #70B2B9;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: inline-block;
  padding: 5px 10px;
  color: #393F44;
  transition: color 0.4s ease;
  font: normal normal normal 13px/1.4em 'open sans',sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #70B2B9;
}

/* 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,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){

  /* Menu 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:#fff; */
  }

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    z-index: 9;
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{position: fixed;}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: rgba(57, 63, 68, 1);
    display: inline-block;    
    transition: transform .2s ease;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */

  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #fff;
  }  
  .mobile-open .mobile-trigger i {
    background-color: transparent;
  }
  .mobile-open .mobile-trigger i:before {
    transform: rotate(-45deg);
    top: 0;
  }
  .mobile-open .mobile-trigger i:after {
    transform: rotate(45deg);
    top: 0;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0;
    /*     width: 55px !important; */
    min-width: 55px !important;
    height: 40px !important;
    font-size: 14px;
    line-height: 20.02px;
    width: 100%;
  }
  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: rgba(57, 63, 68, 1);
    width: 100%; /* Full screen width */
    max-height: calc(100vh - 81px);
    overflow-y: auto !important;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 10px 20px;
    color: #fff;
    font-family: 'open sans',sans-serif;
    font-size: 14px;
    line-height: 20.02px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover a,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }
  a .child-trigger {
    position: static;
    left: 0;
    width: 50px;
    float: left;
    height: 21px !important;
  }
  a .child-trigger i {
    position: relative;
    top: 42%;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{    
    padding: 10px 20px;
    color: #fff;
    font-family: 'open sans',sans-serif;
    font-size: 14px;
    line-height: 20.02px;
    letter-spacing: 2px;
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li.active a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active a {
    color: #E5F0F1;
  }



}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}
body.blog {
  /*   -webkit-font-smoothing: auto; */
} 
/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {
  padding: 123px 20px 30px;
}

/* =============== Blog Content Column =============== */
@media(min-width: 768px) {
  .blog .blog-content {
    width: calc(100% - 380px);
    padding-right: 10px;
  }
  .blog.hs-blog-listing .blog-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
  font-size: 32px;
  font-family: brandon-grot-w01-light,sans-serif;
  line-height: 1.2em;
  letter-spacing: normal;
  color: #393F44;
  margin: 0;
}
.post-header h2 a {
  color: #393F44;
}
.post-header h2 a:hover {
  text-decoration: underline;
}
/* Blog Author and Avatar */
#hubspot-author_data {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
  margin: 3px 0 30px;
}
.hs-blog-listing #hubspot-author_data {
  margin-bottom: 15px;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data span {
  font-style: italic;
  display: inline-block;
  margin-right: 10px;
}
#hubspot-author_data a.author-link {
  margin-left: 16px;
}
.hs-blog-listing #hubspot-author_data a.author-link {
  margin-left: 2px;
}
#hubspot-author_data a.author-link:hover {
  text-decoration: underline;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

.blog-post-wrapper .post-body img[align="center"] {
  display: block;
  margin: 10px auto;
}
.blog-post-wrapper .post-body p {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
}
.post-item .post-body p {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
}
.post-item .post-body p:last-of-type {
  display: inline;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  margin: 0 0 14px;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  transition: all 0.4s ease;
  border-radius: 100px;
  background-color: rgba(229, 240, 241, 1);
  border-color: rgba(57, 63, 68, 1);
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  margin: 20px 0 0;
}
a.more-link:hover {
  background-color: rgba(248, 248, 248, 1);
  color: #E5F0F1;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin: 20px 0 43px;
  padding: 10px 0 30px;
  height: auto;
}
span.custom_listing_comments {
  display: block;
  border-bottom: 1px solid #e9ebee;
  margin-bottom: 24px;
  padding: 8px 0;
  line-height: 25px;
  font-weight: 600;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: #1d2129;
}
span.custom_listing_comments a {
  color: #1d2129;
}

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Numbered Pagination */
.blog-pagination{
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.blog-pagination > div{
  display: inline-block;
}
.blog-pagination-left{
  text-align: right;
}
.blog-pagination-right{
  text-align: left;
}
.blog-pagination a {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.4s ease;
  border-radius: 100px;
  background-color: rgba(229, 240, 241, 1);
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  line-height: normal;
  margin: 0 3px;
}
.blog-pagination .blog-pagination-center a {
  width: 28px;
  height: 30px;
}  
.blog-pagination a:hover,
.blog-pagination a:focus{
  opacity: 0.5;
}
.blog-pagination a.elipses{
  border: 0;
}
.blog-pagination a.active {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link{
  background-color: rgba(229, 240, 241, 1);
  color: #393F44;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{
  opacity: 0.5;
}



/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

@media(min-width: 768px) {
  .blog .blog-sidebar {
    width: 300px;
    margin: 0;
    float: right;
  }
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.blog-sidebar h2,
.blog-sidebar h3.form-title,
.blog-sidebar h3 {
  font: normal normal normal 20px/1.5em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(57, 63, 68, 1);
  margin: 8px 0 15px;
  padding: 0 0 13px;
}
.hs-recent-post_header h3.title {
  margin-bottom: 29px;
}

.hs-feature-with-title {
  margin: 0 0 30px;
}
.hs-feature-with-title .hs-blog-col-1 {
  width: 80px;
  float: left;
}
.hs-feature-with-title .hs-blog-col-1 img.wp-post-image {
  width: 100%;
}
.hs-feature-with-title .hs-blog-col-2 {
  float: left;
  width: calc(100% - 80px);
  padding: 0 0 0 15px;
}
.hs-feature-with-title .hs-blog-col-2 h6 {
  margin: 0;
  font: normal normal normal 20px/1.5em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
}
.hs-feature-with-title .hs-blog-col-2 h6 a:hover {
  text-decoration: underline;
}
.hs-feature-with-title .hs-blog-col-2 .date_label {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
  font-style: italic;
}

.blog-sidebar .widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar .widget-module ul li {
  padding: 4px 0;
}
.blog-sidebar .widget-module ul li a {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
  font-style: italic;
}
.blog-sidebar .widget-module ul li a:hover {
  text-decoration: underline;
}
span.filter-link-count {
  display: none;
}
.blog-sidebar .hs_tag .widget-module ul li {
  display: inline-block;
  padding: 0 6px 3px 0;
}
.blog-sidebar .hs_tag .widget-module ul li a {
  font-size: 14px;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

ul.social-list {
  margin: 23px 0 60px;
  padding: 0;
  list-style: none;
}
ul.social-list li {
  display: inline-block;
  margin-right: 6px;
}
ul.social-list li img {
  width: 25px;
}
.blog .section.post-footer .hs-form-field>.input>input,
.blog .section.post-footer .hs-form-field>.input>textarea {
  max-width: 100%;
}



/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */
h3.form-title {
  font: normal normal normal 40px/1.25em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 20px;
}
/* Form Field */
.hs-form-field {
  margin-bottom: 12px;
  display: block;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 500px;
  display: block;
  padding: 5px;
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  background-color: transparent;
  border: 1px solid rgba(57, 63, 68, 1);
  color: #393F44;
  margin: 0 0 5px;
  min-height: 36px;
  border-radius: 0;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {
  margin-bottom: 12px;
}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: none;
  background-color: rgba(57, 63, 68, 1);
  color: #FFFFFF;
  width: 100%;
  min-height: 45px;
  display: block;
  margin-bottom: 15px;
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  padding: 11px 5px;
  outline: none;
  text-align: center;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

/* =====================Contact Us========================== */
body.hs_contact_us {}
.hs_contact_us .body-container {
  padding: 48px 0 52px;
}
.hs_contact_us .body-container .page-center {
  max-width: 940px !important;
}

.hs_contact_us .main-content.right {
  padding-top: 1px;
}
.hs_contact_us .main-content.right h1 {
  margin: 0 0 18px;
}
.hs_contact_us .main-content.right p {
  margin: 0;
}
.hs_contact_us .main-content.right .hs_social_share {
  margin: 3px 0 1px;
}
.hs_contact_us .main-content.right .hs_social_share img {
  width: 26px;
  height: 26px;
}

/* ----------------------- */
.hs_contact_form {
  padding: 40px 0 0;
}
.hs_contact_form .hs-form-field {
  margin: 0 0 7px;
}
.hs_contact_form .hs-form-field>label {
  display: none;
}
.hs_contact_form .hs-form-field.hs_message {
  margin: 4px 0 12px;
}
.hs_contact_form .hs-form-field textarea {
  min-height: 150px;
}
.hs_contact_form .hs-richtext {
  display: none !important;
}
.hs_contact_form .hs-form-field>.input>textarea::-webkit-input-placeholder,
.hs_contact_form .hs-form-field>.input>input::-webkit-input-placeholder {
  color: #393F44;
  opacity: 1;
  -webkit-font-smoothing: auto;
}
.hs_contact_form .hs-form-field>.input>textarea::-moz-placeholder,
.hs_contact_form .hs-form-field>.input>input::-moz-placeholder {
  color: #393F44;
  opacity: 1;
  -webkit-font-smoothing: auto;
}

/* ==================Full Width================== */
body.hs_full_width {}
.hs_full_width .body-container {
  padding: 0px 0 0;
}
.hs_full_width .body-container .page-center {
  max-width: 940px !important;
}
.hs_full_width .main-content h1 {
  margin: 0 0 5px;
}
.hs_full_width .main-content h2 {
  margin: 0;
}

/* ==================Our Team================== */
body.hs_our_team {}

.hs_our_team .body-container .page-center {
  max-width: 940px !important;
}
.hs_our_team .body-container .page-center {
  padding-top: 28px;
}
.hs_our_team .widget-type-header h1 {
  margin: 0 0 22px;
}

.hs_team_wrapper {
  margin-bottom: 43px; 
}
.hs_team_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.hs_team_wrapper .span6 {
  margin: 0;
  padding-left: 8px;
  padding-right: 10px;
}
.hs_team_wrapper .span6.hs_col_2 {
  padding: 0 0 0 10px;
}
.hs_team_bottom_pane {
  background-color: rgba(250, 250, 250, 1);
}
.hs_our_team .body-container .hs_team_bottom_pane .page-center {
  max-width: 970px !important;
  padding-top: 10px;
  padding-bottom: 85px;
}
.hs_team_bottom_pane h1 {
  margin: 0 0 10px;
  line-height: 1.5em;
  letter-spacing: 0;
}

/* ===============Media and Press============== */
body.hs_media_and_press {}
.hs_media_and_press .body-container {
  padding: 25px 0 0;
}
.hs_media_and_press .body-container .page-center {
  max-width: 960px !important;
}

.hs_media_and_press .widget-type-header h1 {
  padding-bottom: 20px;
}

.hs_media_and_press .main-content.right {
  padding: 33px 0 0 3px;
}
a.hs_btn_blue {
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  border-radius: 20px;
  background-color: rgba(61, 155, 233, 1);
  border: solid rgba(43, 104, 156, 1) 0px;
  color: #fff;
  padding: 11px 10px 10px;
  display: inline-block;
  min-width: 145px;
  text-align: center;
  font: normal normal normal 14px/1.4em raleway,sans-serif;
}
a.hs_btn_blue:hover {
  background-color: #2B689C;
}

/*--------------------------Slider*/
.hs_media_gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}
.hs_media_gallery .hs_cos_gallery_main>button.slick-arrow {
  display: none !important;
}
.hs_media_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  width: 100%;
}
.hs_media_gallery .hs_cos_gallery_main .slick-slide-inner-wrapper a {
  display: block;
}





.hs_media_gallery .hs_cos_gallery_main .hs_slide_img {
  width: 100%;
  height: 100vh; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  max-height: 560px;
}
.hs_media_gallery .hs_cos_gallery_main .hs_slide_img .caption.below {
  border-radius: 0;
  background-color: rgba(57, 63, 68, 0.8);
  transition: opacity 0.5s ease 0s;
  opacity: 0;
  bottom: -1px;
  left: 0px;
  min-height: 18px;
  padding: 10px 100px 10px 10px;
  position: absolute;
  right: 0px;
}
.hs_media_gallery .hs_cos_gallery_main .hs_slide_img:hover .caption.below {
  opacity: 1;
}
.hs_media_gallery .hs_cos_gallery_main .hs_slide_img .caption.below p {
  font: normal normal normal 20px/1.5em brandon-grot-w01-light,sans-serif;
  color: #FFFFFF;
}
.mfp-wrap {
  cursor: pointer;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.mfp-close:active,
button.mfp-close {
  opacity: 1;
  font-size: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/4454042/Hasiko-May2018/Image/Close_icon.png);
  background-repeat: no-repeat;
  top: 49px;
  right: 49px;
  width: 20px;
  height: 20px;
}
.mfp-counter {
  display: none;
} 
.mfp-arrow:active {
  margin-top: 0;
}
button.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  opacity: 1;
  background-repeat: no-repeat;
  height: 42px;
  background-position: 46px 0;
  background-size: contain;
}
button.mfp-arrow:before,
button.mfp-arrow:after {
  display: none;
}
button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
  background-image: url(//cdn2.hubspot.net/hubfs/4454042/Hasiko-May2018/Image/2018-05-08.png);
}
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  background-image: url(//cdn2.hubspot.net/hubfs/4454042/Hasiko-May2018/Image/2018-05-08.png);
  background-position: -25px 0;
}

/* ===================Global Road Show=================== */
body.hs_global_road_show {}
.hs_global_road_show .hs_header_container {
  padding-bottom: 43px;
}
.hs_banner_area {
  background-repeat: no-repeat;
  background-position: center 33px;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgb(146, 146, 146);
}
.hs_banner_w_content_inner {
  padding: 125px 15px 80px;
}
.hs_banner_area .page-center {
  max-width: 1230px !important;
  padding: 0;
}
.hs_banner_area .page-center .hs_content_wrap {
  background-color: rgba(255, 255, 254, 0.56);
  max-width: 694px;
  padding: 55px 30px 37px;
  text-align: center;
}
.hs_banner_area .page-center .hs_content_wrap h4 {
  margin: 9px 0 8px;
}
.hs_banner_area .page-center .hs_content_wrap p {
  font: normal normal normal 24px/1.46em brandon-grot-w01-light,sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.9em;
  letter-spacing: 0.05em;
}



/* ----------------------------- */
.hs_global_road_show .body-container {
  background-color: #F8F8F8;
}
.hs_global_road_show .page-center.content-wrapper {
  padding-top: 55px;
}
.hs_2col_left_image {
  padding: 30px 0 40px;
}
.hs_cos_wrapper_type_module:last-of-type .hs_2col_left_image {
  padding-bottom: 0;
}
@media(min-width: 768px) {
  .hs_2col_left_image .span4.hs_col_1 {
    width: 34%;
  }
  .hs_2col_left_image .span8.hs_col_2 {
    width: 63%;
    padding-left: 5px;
  }
}
.hs_2col_left_image h1.hs_title {
  font: normal normal normal 48px/normal brandon-grot-w01-light,sans-serif;
  margin: 0 0 14px;
  color: #000;
  letter-spacing: 0;
}
.hs_2col_left_image p.hs_sub_title {
  line-height: normal;
  letter-spacing: 0;
}
a.hs_btn_sky {
  transition: all 0.4s ease;
  background-color: rgba(229, 240, 241, 1);
  border: solid rgba(246, 246, 246, 1) 0px;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  min-width: 160px;
  padding: 8px 5px;
  margin: 41px 0 0;
}
a.hs_btn_sky:hover {
  background-color: rgba(246, 246, 246, 1);
  opacity: .3;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #393F44;
  font-family: brandon-grot-w01-light,sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 980px;
  margin: 0 auto;
}

.row-fluid .page-center{
  float: none;
  max-width: 980px;
  margin: 0 auto !important;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #393F44;
  font-family: brandon-grot-w01-light,sans-serif;
  line-height: 1.25em;
  font-weight: normal;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  letter-spacing: 0.05em;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
  line-height: 1.46em;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
a {
  color: #393f44;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #393f44;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

.body-container ol,
.body-container ul {
  padding: 0 0 0 1.8em;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}


/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== header container reduce to 45 from 70 px */

.header-container-wrapper {}
.header-container {}


.hs_menu_group {
  border-bottom: 1px solid rgba(57, 63, 68, 0.15);
}

.hs_header_container {
  padding: 28px 0 30px;
}
.hs_header_container .page-center {
  position: relative;
}
.hs_header_logo {
  text-align: center;
  padding-left: 18px;
}
.hs_header_logo img {
  width: 168px;  
}  
.hs_header_container .hs_social_share {
  position: absolute;
  right: 48px;
  top: 0;
}
.hs_social_share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_social_share ul li {
  display: inline-block;
  margin-right: 6px;
}
.hs_social_share ul li a img {
  vertical-align: middle;
}
.hs_header_container .hs_social_share ul li a img {
  width: 20px;
  height: 20px;
}






/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container .page-center {
  padding-top: 30px;
  padding-bottom: 28px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.hs_footer_group {
  background-color: rgba(246, 246, 246, 1);
  border-top: 1px solid rgba(57, 63, 68, 0.15);
  border-bottom: 0px solid rgba(57, 63, 68, 0.15);
  padding: 52px 0 22px;
}

.hs_copyright {
  text-align: right;
  padding-right: 11px;
}
.hs_copyright p {
  line-height: 1.43em;
  font-size: 14px;
  color: #393F44;
  font-family: 'Open Sans',sans-serif;
  margin: 7px 0 0;
}

.hs_footer_link {
  text-align: right;
  padding-right: 50px;
}
.hs_footer_link p {
  font-size: 16px;
  text-decoration: underline;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */
.custom-menu-primary {
  margin-left: 0 !important;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  text-align: center;
  display: block;
  padding: 14px 7px 6px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 0 2.5px;
  float: none !important;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding: 0 10px 13px;
  color: #393F44;
  transition: color 0.4s ease;
  font: normal normal normal 13px/1.4em 'open sans',sans-serif;
  /*   -webkit-font-smoothing: auto; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #70B2B9;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: inline-block;
  padding: 5px 10px;
  color: #393F44;
  transition: color 0.4s ease;
  font: normal normal normal 13px/1.4em 'open sans',sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #70B2B9;
}

/* 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,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){

  /* Menu 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:#fff; */
  }

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    z-index: 9;
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{position: fixed;}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: rgba(57, 63, 68, 1);
    display: inline-block;    
    transition: transform .2s ease;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */

  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #fff;
  }  
  .mobile-open .mobile-trigger i {
    background-color: transparent;
  }
  .mobile-open .mobile-trigger i:before {
    transform: rotate(-45deg);
    top: 0;
  }
  .mobile-open .mobile-trigger i:after {
    transform: rotate(45deg);
    top: 0;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0;
    /*     width: 55px !important; */
    min-width: 55px !important;
    height: 40px !important;
    font-size: 14px;
    line-height: 20.02px;
    width: 100%;
  }
  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: rgba(57, 63, 68, 1);
    width: 100%; /* Full screen width */
    max-height: calc(100vh - 81px);
    overflow-y: auto !important;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 10px 20px;
    color: #fff;
    font-family: 'open sans',sans-serif;
    font-size: 14px;
    line-height: 20.02px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover a,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }
  a .child-trigger {
    position: static;
    left: 0;
    width: 50px;
    float: left;
    height: 21px !important;
  }
  a .child-trigger i {
    position: relative;
    top: 42%;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{    
    padding: 10px 20px;
    color: #fff;
    font-family: 'open sans',sans-serif;
    font-size: 14px;
    line-height: 20.02px;
    letter-spacing: 2px;
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li.active a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active a {
    color: #E5F0F1;
  }



}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}
body.blog {
  /*   -webkit-font-smoothing: auto; */
} 
/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {
  padding: 123px 20px 30px;
}

/* =============== Blog Content Column =============== */
@media(min-width: 768px) {
  .blog .blog-content {
    width: calc(100% - 380px);
    padding-right: 10px;
  }
  .blog.hs-blog-listing .blog-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
  font-size: 32px;
  font-family: brandon-grot-w01-light,sans-serif;
  line-height: 1.2em;
  letter-spacing: normal;
  color: #393F44;
  margin: 0;
}
.post-header h2 a {
  color: #393F44;
}
.post-header h2 a:hover {
  text-decoration: underline;
}
/* Blog Author and Avatar */
#hubspot-author_data {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
  margin: 3px 0 30px;
}
.hs-blog-listing #hubspot-author_data {
  margin-bottom: 15px;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data span {
  font-style: italic;
  display: inline-block;
  margin-right: 10px;
}
#hubspot-author_data a.author-link {
  margin-left: 16px;
}
.hs-blog-listing #hubspot-author_data a.author-link {
  margin-left: 2px;
}
#hubspot-author_data a.author-link:hover {
  text-decoration: underline;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

.blog-post-wrapper .post-body img[align="center"] {
  display: block;
  margin: 10px auto;
}
.blog-post-wrapper .post-body p {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
}
.post-item .post-body p {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
}
.post-item .post-body p:last-of-type {
  display: inline;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  margin: 0 0 14px;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  transition: all 0.4s ease;
  border-radius: 100px;
  background-color: rgba(229, 240, 241, 1);
  border-color: rgba(57, 63, 68, 1);
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  margin: 20px 0 0;
}
a.more-link:hover {
  background-color: rgba(248, 248, 248, 1);
  color: #E5F0F1;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin: 20px 0 43px;
  padding: 10px 0 30px;
  height: auto;
}
span.custom_listing_comments {
  display: block;
  border-bottom: 1px solid #e9ebee;
  margin-bottom: 24px;
  padding: 8px 0;
  line-height: 25px;
  font-weight: 600;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: #1d2129;
}
span.custom_listing_comments a {
  color: #1d2129;
}

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Numbered Pagination */
.blog-pagination{
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.blog-pagination > div{
  display: inline-block;
}
.blog-pagination-left{
  text-align: right;
}
.blog-pagination-right{
  text-align: left;
}
.blog-pagination a {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  transition: all 0.4s ease;
  border-radius: 100px;
  background-color: rgba(229, 240, 241, 1);
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  line-height: normal;
  margin: 0 3px;
}
.blog-pagination .blog-pagination-center a {
  width: 28px;
  height: 30px;
}  
.blog-pagination a:hover,
.blog-pagination a:focus{
  opacity: 0.5;
}
.blog-pagination a.elipses{
  border: 0;
}
.blog-pagination a.active {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link{
  background-color: rgba(229, 240, 241, 1);
  color: #393F44;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{
  opacity: 0.5;
}



/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

@media(min-width: 768px) {
  .blog .blog-sidebar {
    width: 300px;
    margin: 0;
    float: right;
  }
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.blog-sidebar h2,
.blog-sidebar h3.form-title,
.blog-sidebar h3 {
  font: normal normal normal 20px/1.5em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(57, 63, 68, 1);
  margin: 8px 0 15px;
  padding: 0 0 13px;
}
.hs-recent-post_header h3.title {
  margin-bottom: 29px;
}

.hs-feature-with-title {
  margin: 0 0 30px;
}
.hs-feature-with-title .hs-blog-col-1 {
  width: 80px;
  float: left;
}
.hs-feature-with-title .hs-blog-col-1 img.wp-post-image {
  width: 100%;
}
.hs-feature-with-title .hs-blog-col-2 {
  float: left;
  width: calc(100% - 80px);
  padding: 0 0 0 15px;
}
.hs-feature-with-title .hs-blog-col-2 h6 {
  margin: 0;
  font: normal normal normal 20px/1.5em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
}
.hs-feature-with-title .hs-blog-col-2 h6 a:hover {
  text-decoration: underline;
}
.hs-feature-with-title .hs-blog-col-2 .date_label {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
  font-style: italic;
}

.blog-sidebar .widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar .widget-module ul li {
  padding: 4px 0;
}
.blog-sidebar .widget-module ul li a {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
  font-style: italic;
}
.blog-sidebar .widget-module ul li a:hover {
  text-decoration: underline;
}
span.filter-link-count {
  display: none;
}
.blog-sidebar .hs_tag .widget-module ul li {
  display: inline-block;
  padding: 0 6px 3px 0;
}
.blog-sidebar .hs_tag .widget-module ul li a {
  font-size: 14px;
  color: #393F44;
  line-height: normal;
  letter-spacing: normal;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

ul.social-list {
  margin: 23px 0 60px;
  padding: 0;
  list-style: none;
}
ul.social-list li {
  display: inline-block;
  margin-right: 6px;
}
ul.social-list li img {
  width: 25px;
}
.blog .section.post-footer .hs-form-field>.input>input,
.blog .section.post-footer .hs-form-field>.input>textarea {
  max-width: 100%;
}



/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */
h3.form-title {
  font: normal normal normal 40px/1.25em brandon-grot-w01-light,sans-serif;
  color: #393F44;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 20px;
}
/* Form Field */
.hs-form-field {
  margin-bottom: 12px;
  display: block;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 500px;
  display: block;
  padding: 5px;
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  background-color: transparent;
  border: 1px solid rgba(57, 63, 68, 1);
  color: #393F44;
  margin: 0 0 5px;
  min-height: 36px;
  border-radius: 0;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {
  margin-bottom: 12px;
}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: none;
  background-color: rgba(57, 63, 68, 1);
  color: #FFFFFF;
  width: 100%;
  min-height: 45px;
  display: block;
  margin-bottom: 15px;
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  padding: 11px 5px;
  outline: none;
  text-align: center;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

/* =====================Contact Us========================== */


/*    HighSchool 2018      */

ul.hs-error-msgs.inputs-list li:nth-child(2n) {  display: none;}

.hs_student_date_of_birth.hs-student_date_of_birth.hs-fieldtype-date.field.hs-form-field {display: none; }
.row-fluid .content-module.highss .hs_student_date_of_birth.hs-student_date_of_birth.hs-fieldtype-date.field.hs-form-field {display: block; }
input[type="email"] { text-transform: lowercase !important; }

.hs_entering_grade.hs-entering_grade.hs-fieldtype-select.field.hs-form-field select{ background-size: 9px 17px !important;
    background-color: #fff !important; background-position: 97% 9px !important;
  background:url('https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/Arrow_sans_down.svg-1-678033-edited.png')center top no-repeat;}

div#hs_form_target_form_244667524 { font-weight: 700; font-size: 14px;  color: #185170;  line-height: 12px; font-family: 'Open Sans', sans-serif; margin-bottom:5%; }

.hs_error_rollup ul li {  list-style: none;  display: none;}

.wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 867px; padding:0 20px; min-height: 10px; }

.row-fluid .top-section { display:none; }

.row-fluid .hero-section{ background:rgba(255,255,255,0); display: block;
    background-repeat: no-repeat;
    background: url(https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/33486942-school-home.jpg);
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 495px;
    position: relative;
}
.row-fluid .hero-contents{ width:469px; height:auto; display: block;    padding-top: 25px;
    background: rgba(255,255,255,0);
    border-style: none;
    border-radius: 0px; }

.row-fluid .header-text h1{ font-size:55px; line-height:58px; color:#fff; font-family: 'LunchBox' ; }

.row-fluid .hero-form{ display: block;
    background: rgba(235,199,75,1);
    border-style: none;
    border-radius: 0px;
    right: 245px;
    top: 0px;
    z-index: 1;
    width: 321px;
    position: absolute; }

.row-fluid .hero-logo{ background:#fff; }
.row-fluid .hero-quote{ color:#fff;font-size:20px;font-family: 'Open Sans', sans-serif;line-height:32px;   margin-top: 5%;}
.row-fluid .hero-task { color:#fff; font-size:22px; display: block; background: rgba(1,89,132,1); border-style: none; border-radius: 0px; width: 468px; height: 70px; padding: 17px 0 0 31px; height: 70px;position: absolute;
    bottom: 0; }
.row-fluid .hero-form h3{ font-size:22px; color:#185170; font-family: 'Open Sans', sans-serif; text-align:center; font-weight:700; margin-bottom:0; }
.row-fluid .hero-form h5{ font-size:14px; color:#877e61;line-height:17px; font-family: 'Open Sans', sans-serif; font-weight:400; margin-bottom:20px; }
input.hs-button.primary.large{display:block; }
input.hs-button.primary.large { display: block;display: block; border-style: none; border-radius: 5px;  background:rgba(0,137,170,1) ;color: #fff;
    font-size: 21px; line-height: 25px;  font-weight: 700; font-family: Open Sans; text-align: center; }
	input.hs-button.primary.large:hover { background:rgba(0,147,180,1); }
 
.row-fluid .hero-question{ padding: 15px 0 10px 0; font-family: 'Open Sans', sans-serif;font-size:14px; color:#185170; text-align:center; font-weight:400;margin: 0 20px; border-bottom: 2px solid #185170; }
.row-fluid .hero-option{ padding: 15px 0 10px 0; font-family: 'Open Sans', sans-serif;font-size:14px; color:#185170; text-align:center; font-weight:400;margin: 0 20px; border-bottom: 2px solid #185170; }

.row-fluid .hero-mainform{ margin:0 20px; }

.row-fluid .second-form{ display:none; }
.row-fluid .third-form{ display:none; }

.row-fluid .first-form { padding-top: 25px; }
.hs-form-field{ font-weight: 700; font-size: 14px; color: #185170; line-height: 12px; font-family: 'Open Sans', sans-serif; }
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"], input[type="file"],
textarea, select { width: 100%;
    display: block;
    background-color: #fff;
    height: 36px;
    border: 0; text-transform: capitalize;
    margin-top: 5px;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
    color: #185170; }
.row-fluid .hs-error-msgs label{ font-size: 11px; line-height: 16px; font-weight: normal; color: #DF3935; position: absolute; top: -29px; }
ul.hs-error-msgs{ position:relative; }
.input { margin-bottom: 31px;}


.row-fluid .content-section{ display: block;
    background: rgba(255,255,255,0);
    background-image: url(https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/33e1d1c3-bg-masthead-pattern-blue.png);
    background-repeat: repeat;
    background-position: left top;
    border-style: none;
    margin-left: auto; margin-right: auto; margin-bottom: 0px; border-radius: 0px;
    width: 100%; padding: 32px 0;
    height: 759px; }
.row-fluid .main-content h4{ font-size:26px; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:700; margin-bottom:25px; }
.row-fluid .main-content .content-2 h4{ font-size:24px; color:#fff; font-family: 'Open Sans', sans-serif; font-weight:600; margin-bottom:25px; }

.row-fluid .main-content { font-family: 'Lato', sans-serif;color:#fff; line-height:32px; font-size:21px; width:526px; height:auto; }
.row-fluid .content-1 { margin-bottom: 30px;}
.row-fluid .content-2 ul li { list-style:none; position:relative; padding: 0 0 0 16px; margin-bottom: 11px; }
.row-fluid .content-2 ul li:last-child { margin-bottom: 0;}
.row-fluid .content-2 ul li:before { position: absolute; content: '';  top: 11px;  left: 0; background-color: #fff;  width: 4px; height: 4px;  z-index: 9999; border-radius: 50%; }
.body-container ol, .body-container ul{ padding:0; }


.row-fluid .school-tab{ text-align:center;     display: block;
    background: rgba(255,255,255,1);
    background-image: url(https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/1f3ecd9b-bg-light-gray-dots.png);
    background-repeat: repeat;
    background-position: left top;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 499px; padding:38px 0; }
.row-fluid .school-header h2{ font-family: 'Open Sans', sans-serif; color:#000; font-weight:700; font-size:26px; }

.row-fluid .school-column >span >div { width:33% ;float:left; }
.row-fluid .school-section { margin-top: 50px; }
.row-fluid .school-heading h3{ font-family: 'Open Sans', sans-serif; color:#000; font-weight:700; font-size:21px; }
.row-fluid .school-heading { margin-top:40px;  margin-bottom: 20px; }
.row-fluid .school-quote{ font-size:14px; font-family: 'Lato', sans-serif;color:#000; line-height:23px; font-weight:400;    padding: 0 23px; }
.row-fluid .school-section:nth-child(2n) .school-quote{  }


.row-fluid .section-slider{ padding:40px 0; background: rgba(240,204,6,1); border-style: none; margin-left: auto; margin-right: auto; margin-bottom: 0px; border-radius: 0px; width: 100%; height: 344px; display:block; }
.row-fluid .slider-head h2{ font-family: 'Open Sans', sans-serif; color:#000; font-weight:700; font-size:14px; margin-bottom:40px; }

.row-fluid .slider-subheader h4{ font-size:36px; color:#000; font-family: 'Open Sans', sans-serif; font-weight:600; line-height:25px; }
span.main-subheader{ padding-left:3px; font-size:16px ; color:#000;font-family: 'Open Sans', sans-serif; font-weight:400; }
.row-fluid .slider-centerhead h6{ color:#000; font-weight:800;font-family: 'Open Sans', sans-serif;font-size:14px; line-height:17px; }
.row-fluid .slider-quote{ font-size:18px ; color:#000;font-family: 'Open Sans', sans-serif; font-weight:400;line-height:17px;  }
.row-fluid .slider-centerhead {  margin-bottom: 18px; }



.row-fluid .end-section{ text-align:center; display: block;  background: rgba(0,160,189,1);  border-style: none;  margin-left: auto;  margin-right: auto;  margin-bottom: 0px;  border-radius: 0px;  width: 100%; height: 100%; }
.row-fluid .end-header h4{ padding: 14px 0; color:#fff; font-size:24px;font-family: 'Open Sans', sans-serif; font-weight:600; }


.row-fluid .footer-section{ text-align:center; background: rgba(0,62,96,1); border-style: none; margin-left: auto; margin-right: auto;  margin-bottom: 0px;  border-radius: 0px;  width: 100%; height: 44px; }
.row-fluid .footer-head h4{ color:#fff;font-size:10px;font-family: 'Open Sans', sans-serif; font-weight:400; padding:15px 0; }

button.slick-next.slick-arrow{ display:none !important; }
button.slick-prev.slick-arrow { display: none !important;}


/*    Bullying 2018      */


.row-fluid .hero-module.bullying .hero-section{ 
  background: url(https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/320de784-masthead-learn-more-overview-xlarge.jpg);
  background-size: cover;
}
.row-fluid .hero-module.bullying .hero-quote { margin-bottom:20%; }

.row-fluid .end-header.bullying h4{ padding: 14px 0; color:#fff; font-size:24px; font-family: LunchBox; font-weight:500; }


.row-fluid .content-module.bullying .second-form { display:none; }
.row-fluid .content-module.bullying .third-form { display:none; }
.row-fluid .content-module.bullying  input.hs-button.primary.large { display: block;display: block; border-style: none; border-radius: 5px;  background: rgba(24,81,112,1); color: #fff;
    font-size: 21px; line-height: 25px;  font-weight: 700; font-family: Open Sans; }
.row-fluid .content-module.bullying .hs-form-field { font-weight: 400;}
.row-fluid .content-module.bullying  input.hs-button.primary.large:hover { background: rgba(18,72,106,1);}
.row-fluid .content-module.bullying .content-section{ height: 700px; }
.row-fluid .content-module.bullying .content-1{ margin-top:5%; }
.row-fluid .content-module.bullying .content-2 {  margin-top: 18%;}



/*    Home-school 2018      */

		.row-fluid .hero-module.home-school .hero-section{ background: url(https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/1813c622-bg-your-learning-path-virtual-classroom.jpg);}
		.row-fluid .hero-module.home-school .hero-quote { margin-bottom:20%; }

	.row-fluid .end-header.home-school h4{ padding: 14px 0; color:#fff; font-size:24px; font-family: LunchBox; font-weight:500; }
	.row-fluid .content-module.home-school .second-form { display:none; }
	.row-fluid .content-module.home-school .third-form { display:none; }
	.row-fluid .content-module.home-school input.hs-button.primary.large { display: block;display: block; border-style: none; border-radius: 5px;  background: rgba(24,81,112,1); color: #fff;
    font-size: 21px; line-height: 25px;  font-weight: 700; font-family: Open Sans; text-align: center; }
		.row-fluid .content-module.home-school .hs-form-field { font-weight: 400;}
	.row-fluid .content-module.home-school  input.hs-button.primary.large:hover { background: rgba(18,72,106,1);}
		

/*  Cyber-School 2018  */


.row-fluid .end-header.cyber-school h4{ padding: 14px 0; color:#fff; font-size:24px; font-family: LunchBox; font-weight:500; }
	.row-fluid .content-module.cyber-school .second-form { display:none; }
	.row-fluid .content-module.cyber-school .third-form { display:none; }
	.row-fluid .content-module.cyber-school input.hs-button.primary.large { display: block;display: block; border-style: none; border-radius: 5px;  background: rgba(24,81,112,1); color: #fff;
    font-size: 21px; line-height: 25px;  font-weight: 700; font-family: Open Sans; text-align: center; }
		.row-fluid .content-module.cyber-school .hs-form-field { font-weight: 400;}
	.row-fluid .content-module.cyber-school  input.hs-button.primary.large:hover { background: rgba(18,72,106,1);}


/*  Charter 2018  */

.row-fluid .content-module.charter .second-form { display:none; }
	.row-fluid .content-module.charter .third-form { display:none; }
	.row-fluid .content-module.charter input.hs-button.primary.large { display: block;display: block; border-style: none; border-radius: 5px;  background: rgba(24,81,112,1); color: #fff;
    font-size: 21px; line-height: 25px;  font-weight: 700; font-family: Open Sans; text-align: center; }
		.row-fluid .content-module.charter .hs-form-field { font-weight: 400;}
	.row-fluid .content-module.charter  input.hs-button.primary.large:hover { background: rgba(18,72,106,1);}




/*    Transfer Page 2018      */


.row-fluid .hero-module.transfer .hero-section{ padding-top: 50px; background: url(https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/c9380dcf-who-we-are.jpg);  height: 495px;}
.row-fluid .hero-module.transfer .hero-quote { margin-bottom:20%; }

.row-fluid .end-header.transfer h4{ padding: 14px 0; color:#fff; font-size:24px; font-family: LunchBox; font-weight:500; }


/* Report Card */

.row-fluid .content-module.charter.report  .content-1 { border-bottom: 2px solid #fff; padding-bottom:30px; }



/*  Innovation Page 2018   */

.row-fluid .top-section.innovation{ display:block; background:rgba(0,160,189,1); padding: 7px 0;  text-align: right; }
.row-fluid .top-text { color:#fff; font-size:18px;font-weight:400;font-family: Open Sans; }
span.bold-text{ font-weight:700; }

.row-fluid .hero-module.innovation .hero-section:after { position: absolute; width: 100%; height: 100%; content: ''; background: rgba(255,254,254,0.35); top: 0; z-index: 99;}
.row-fluid .hero-module.innovation .hero-section{ background: rgba(255,254,254,0.35); height: 100%; width: 100%; background-size: cover;     background-position: center bottom;
 	background-image:url(https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/1813c622-bg-your-learning-path-virtual-classroom%20%281%29.jpg);	}
.row-fluid .hero-module.innovation .hero-logo{ background:inherit;position: relative;  z-index: 999999999999999; }
.row-fluid .hero-module.innovation .hero-contents { width: 60%; text-align: center; margin:0 auto;padding-top: 50px;position: relative;
    z-index: 9999999999999; }
.row-fluid .hero-module.innovation .header-text h1{ font-family: 'Ubuntu', sans-serif;font-size:36px; color:#000; font-weight:700; line-height: 43px; }
.row-fluid .hero-module.innovation .hero-quote{ font-size:22px; color:#000; }
.row-fluid .hero-module.innovation .hero-task { position: relative;
    top: 72px; display: block; background: rgba(255,216,0,1); border-style: none; border-radius: 0px; width: 315px; height: 106px; text-align: center;
    margin: 0 auto;    padding: 10px; font-size:20px; color: #000;font-family: Open Sans; font-weight:700; }
.row-fluid .hero-module.innovation .hero-task:after{ position: absolute;
    bottom: -28px;
    right: 133px;
    content: '';
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 28px solid rgba(255,216,0,1);
    z-index: 9999; }
span.task-span{ font-weight:400; line-height:23px; }
/* 
.row-fluid .form-text1{ vertical-align: top;  display: inline-block;  margin: 0; float: left; }
.row-fluid .form-text2{ vertical-align: top;  display: inline-block;  margin: 0; float: none; }
.row-fluid .form-column2{ vertical-align: top;  display: inline-block;  margin: 0; float: none;  }
 */
.row-fluid .form-text2 { width: 27%; float: none; padding-left: 2%;   margin: 0;   display: inline-block;  vertical-align: top; }
.row-fluid .form-text1 { width: 28%; float: left;vertical-align: top;  display: inline-block;  margin: 0; }
.row-fluid .innovation-column{ display: block; background: rgba(24,81,112,1); border-style: none; margin-left: auto; margin-right: auto; margin-bottom: 0px; border-radius: 0px;
    width: 100%; height: 100%; padding: 70px 0; }
.row-fluid .form-column2 { padding-top: 7%;padding-left: 3%; width:41%;vertical-align: top;  display: inline-block;  margin: 0; float: none; }
.row-fluid .form-column2.main{ display:none; }
.row-fluid .formcolumn-head h4 { color: #ffd800; font-size: 14px; line-height: 22px; font-weight: 700; font-family: Open Sans; }
.row-fluid .formcolumn-quote{  color: #fff; font-size: 14px; line-height: 22px; font-weight: 400; font-family: Open Sans; }



.row-fluid .innovation-column .hs-form-field { color:#fff;font-weight:400; }

	.row-fluid .innovation-column input.hs-button.primary.large { display: block;display: block; border-style: none; border-radius: 5px;  background: rgba(230,185,0,1); color: #000;
    font-size: 21px; line-height: 25px;  font-weight: 700; font-family: Open Sans; text-align: center; }
	.row-fluid .innovation-column  input.hs-button.primary.large:hover { background:rgba(242,199,0,1);}

.row-fluid .footer-section.innovation{ background: rgba(70,68,68,1); }




/*  Microsoft Page 2018   */

.row-fluid .top-section.microsoft{ display:block; background:rgba(24,81,112,1); padding: 22px 0;  text-align: right; }
.row-fluid .top-section .top-text{ font-size:22px; }


.row-fluid .hero-module.microsoft {  padding-bottom: 7%; background: rgba(10,10,10,0); height: 100%; width: 100%; background-size: cover; background-position: center -114px;
 	background-image:url(https://cdn2.hubspot.net/hubfs/3447322/New%20Landing%20Page%202018%20August/634cd20f-istock-000027084836-large.jpg);	}
.row-fluid .heros-logos { float: right; width: 56%; padding-top: 22%;padding-bottom:1%; }
.row-fluid .heros-contents { float: right;  width: 58%;  padding: 18px 36px;     background: rgba(0,160,189,1);}
.row-fluid .content-h1 h1{ font-size:28px; color:#fff; font-weight:700;font-family: Open Sans; }
.row-fluid .quotes-heros{ font-size:16px; color:#fff; font-weight:400;font-family: Open Sans; padding-top: 16px; }

 
.row-fluid .education-section {background: rgba(228,173,34,1); width: 100%; text-align:center; padding-top:50px; position:relative;  }
.row-fluid .edu-head h2{ font-size:28px ; color: #fff; font-weight:700;font-family: 'Raleway', sans-serif; }

.row-fluid .edu-column.one .school-heading {  margin-top: 15px; margin-bottom:15px; }
.row-fluid .edu-column.one .school-heading h3{  font-size:18px ; color: #fff; font-weight:700;font-family: 'Raleway', sans-serif; }
.row-fluid .edu-column.one .school-quote{ padding:0 13%; font-size:16px ; color: #fff; font-weight:400;font-family: 'Raleway', sans-serif; }

.row-fluid .edu-column.one { float: left;}

.row-fluid .education-section input.hs-button.primary.large { display: block;display: block; border-style: none; border-radius: 5px;  background:rgba(0,137,170,1) ;color: #fff;
    font-size: 21px; line-height: 25px;  font-weight: 700; font-family: Open Sans; text-align: center; }
	.row-fluid .education-section input.hs-button.primary.large:hover { background:rgba(0,147,180,1); }

.row-fluid .edu-column.two{ width: 321px; height: 899px;  background:rgba(24,81,112,1); float:right; padding: 36px 22px;  margin-bottom: -90px; }
.row-fluid .edu-quote h3{font-size:22px; color:#fff; font-weight:700;font-family: Open Sans;  }
.row-fluid .edu-quote { font-size:14px; color:#fff; font-weight:400;font-family: Open Sans; margin-bottom: 48px; }

.row-fluid .edu-column.two .hs-form-field{ color:#fff; text-align:left; font-weight:400; }
.row-fluid .edu-column.two.main { display:none; }

.row-fluid .course{ padding:50px 0 20px 0; }
.row-fluid .course-header h2{ color:#323233;font-family: 'Raleway', sans-serif; font-size:24px; font-weight:700; }
.row-fluid .course-header {margin-bottom: 30px;}

.row-fluid .course-column >span >div { float: left; width: 100%;     border: 1px solid #cccccc;    margin-bottom: 30px; }

.row-fluid .course-img { float: left; width:32%;}
.row-fluid .course-text{ float:left; width:68%; padding:21px 20px 0 30px; }
.row-fluid .course-heading h3{ color:#323233;font-family: 'Raleway', sans-serif; font-size:18px; font-weight:700; }
.row-fluid .course-quote{ color:#000;font-family: Open Sans; font-size:14px; font-weight:400;  line-height:23px;    padding-top: 2px; }

.row-fluid .footer-section.microsoft {  background: rgba(42,42,43,1);  height: 100%; padding: 1px 0; }
.row-fluid .footer-section.microsoft .footer-head h4{ ;font-family: 'Raleway', sans-serif; font-size:16px; font-weight:600; }

/*  Responsive Of Landing Page  */


@media(max-width:1375px){
  
  /*    HighSchool 2018      */
  
  .row-fluid .main-content{ padding-right:40px; }
  .row-fluid .hero-form{ right:200px; }
  
  /*    Bullying 2018      */


  /*    Home-school 2018      */

  
  /*  Microsoft Page 2018   */

  
}

@media(max-width:1199px){

  /*    HighSchool 2018      */

  .row-fluid .hero-form{ right:90px; }
  
  /*    Bullying 2018      */

  /*    Home-school 2018      */

/*  Microsoft Page 2018   */
.row-fluid .hero-module.microsoft {  background-position: center;}
  
  
  
}

@media(max-width:1024px){

  /*    HighSchool 2018      */

  .row-fluid .hero-form{ right:75px; }
  
  /*    Bullying 2018      */

  /*    Home-school 2018      */

/*  Microsoft Page 2018   */

}

@media(max-width:991px){

  	/*    HighSchool 2018      */

    .row-fluid .top-section{ display:block; }
  
  	.row-fluid .hero-form{ right:0; position:static; margin: 0 auto; margin-top: 5%; margin-bottom: 5%; }
		.row-fluid .hero-contents { width: 100%;padding-top: 50px; text-align: left;}
  	.row-fluid .hero-task{ width:90%;  padding: 16px 0; position: absolute; margin-top: 0; bottom: 0; text-align: center; }
  
  	.row-fluid .hero-quote { margin-top: 5%; margin-bottom:20%; }
  	
  .row-fluid .content-section{ width:100%; text-align:center; height:100%; padding:32px 0 0 0 ; }
  .row-fluid .main-content { width: 100%; padding-right: 0;  text-align: left;} 
  .row-fluid .hero-mainform { text-align: left;}
  .row-fluid .hero-mainform { padding-bottom: 4%;}
  
  /*    Bullying 2018      */

  .row-fluid .content-module.bullying .content-section{ height:100%; }
  
  /*    Home-school 2018      */

  
  /*    Transfer Page 2018      */


.row-fluid .hero-module.transfer .hero-section{ padding-top: 0;}
  
  
  /*  Microsoft Page 2018   */

  
    
  /* Innovation 2018  */ 
  
   .row-fluid .hero-module.innovation .hero-quote { margin-top: 5%; margin-bottom: 0; }
  
  
  
}

@media(max-width:767px){
  
  /*    HighSchool 2018      */
  
/*   .row-fluid .hero-section{ height:100%; } */
  
  .row-fluid .school-column >span >div { width: 100%;}
  .row-fluid .school-tab{ height:100%; }
	.row-fluid .school-heading { margin-top: 10px; margin-bottom: 15px; }
  
  .row-fluid .school-section { margin-top: 30px; }
  .row-fluid .section-slider{ height:100%; }  
  .row-fluid .end-section{ height:100%; }
  .row-fluid .footer-section{ height:100%; }
  
  
  /*    Bullying 2018      */

  /*    Home-school 2018      */

  
  
  /*  Microsoft Page 2018   */
	
  .row-fluid .top-section.microsoft{ text-align:center; }
  .row-fluid .hero-module.microsoft{ text-align:center; }
  .row-fluid .heros-logos {  width: 100%;  padding-top: 15%;  text-align: center; }
  .row-fluid .heros-contents { float:none; width: 82%; text-align: center; padding: 23px 34px; margin:0 auto;display: inline-block; }
   .row-fluid .course-img {   width: 100%;} 
		.row-fluid .course-text {  width: 100%; text-align: left;  padding: 17px 15px 0 20px; }
  .row-fluid .course-header h2{ text-align:center; }
  .row-fluid .course-column >span >div { float: left; width: 100%; margin-bottom: 30px; text-align: center;margin: 0 auto;  border: none;}
.course-section {  width: 263px;  border: 1px solid #cccccc;  margin-bottom: 25px;  margin: auto auto; display: inline-block; text-align: center;}
.row-fluid .edu-column.one {
    float: none;
}
  .row-fluid .edu-column.two {
    width: 321px;
    height: 899px;
    background: rgba(24,81,112,1);
    float: none;
    padding: 36px 22px;
       margin-bottom: 5% !important;
    margin: 0 auto;
    display: inline-block;}
  .row-fluid .education-section{ text-align: center;}
  .row-fluid .edu-column.one .school-quote{ padding:0;}
  
  /*   Innovation Page 2018    */
  
  .row-fluid .form-column2{ display:block; }
  .row-fluid .form-text1 { width: 50%;}
  .row-fluid .form-text2 { width: 50%;}
  .row-fluid .form-column2 {
    padding-top: 7%;
    padding-left: 0;
    width: 65%;
    margin: 0 auto; 
    float: none; text-align:left;
    display: inline-block;
}
  .row-fluid .hero-module.innovation .hero-task{ width:281px; }
  
  .row-fluid .innovation-column{ text-align:center; } 
  
}

@media(max-width:500px){

  
  /*    HighSchool 2018      */

	.row-fluid .header-text h1 { font-size: 30px; line-height: 37px;}
  .row-fluid .hero-quote { margin-top: 5%; margin-bottom: 40%;}
  .row-fluid .hero-form{ width:100%;  height: 100%; }
  
  
  /*    Bullying 2018      */

  .row-fluid .hero-module.bullying .hero-quote { margin-bottom: 30%; }
  
  /*    Home-school 2018      */

  /*  Microsoft Page 2018   */
	
  .row-fluid .edu-column.two { width:100%; } 
  .row-fluid .heros-contents {  width: 100%;  padding: 13px 10px;  margin-bottom: 10%;}
  .row-fluid .content-h1 h1 { font-size: 22px;}	
  .row-fluid .quotes-heros { font-size: 14px; line-height: 22px;  padding-top: 12px;}
  .row-fluid .top-section .top-text { font-size: 16px;}
  .row-fluid .top-section.microsoft { padding: 9px 0;}
  .row-fluid .hero-module.microsoft {  padding-bottom: 0;}
  .row-fluid .edu-quote{ margin-bottom:15px; }
  .row-fluid .edu-head h2 { font-size: 22px;}
  .row-fluid .course-header h2{ font-size:22px; }
  .row-fluid .end-header h4 {  font-size: 19px;}
  .row-fluid .footer-section.microsoft .footer-head h4 { font-size: 14px;}
  .row-fluid .course-img img{ width: 100%; }
  .course-section { width: 100%;}

  
  /*  Innovation Page 2018  */
  
  .row-fluid .form-column2 { width: 100%;}
  
  .row-fluid .form-text1 { width: 100%; text-align:center; }
  .row-fluid .form-text2 { width: 100% ; text-align:center;padding-top: 8%; }
  
  .row-fluid .hero-module.innovation .header-text h1 { font-size: 26px; line-height: 37px;  }
  .row-fluid .hero-module.innovation .hero-quote {  font-size: 16px;   line-height: 22px;}
  .row-fluid .hero-module.innovation .hero-contents { width: 100%;}
  .row-fluid .hero-module.innovation .hero-task { top: 50px;  width: 100%; height: 100%;}
  .row-fluid .form-column2.main { width: 100%;}
  
  .row-fluid .hero-module.innovation .hero-task{font-size: 17px; line-height: 23px;}
  .row-fluid .hero-module.innovation .hero-task:after { right: 0;  left: 0;  margin: 0 auto; } 
  
  }