/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */

@import url(https://fonts.googleapis.com/css?family=Just+Another+Hand);

/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,300italic,400italic,600italic,700,700italic,800,800italic);



/*-------------------------------  Custom CSS   -------------------------------------------*/
/* needed for Hellobar    */
iframe[src="about:blank"] {
  display: inline-block;
}
.header-wrap{
    background: #fff !important;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.custom-menu-primary .hs-menu-wrapper > ul {
  padding: 10px 0 0 0 !important;
}
.container {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1024px;
    
}
.container h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 900;
    color:#585858;
    letter-spacing: 0.7px;
}
.span5.widget-span.widget-type-rich_text.press-email {
  margin-left: -20px;
}
a#cta_button_428371_aed0e080-4b2c-4f30-bfc7-cb6816b6db8f, a#cta_button_428371_80bd397b-d3c2-4599-b873-9c9fe023691f, a#cta_button_428371_0e3d072e-5e4b-43c1-a317-09dda78ec196, a#cta_button_428371_3f3820e0-7608-4877-98ca-101d55a6412f {
  margin-top: 0;margin-bottom:50px;
}
.digital-title {
  padding-top: 25px;
  color:#fff;
}
.dcc-text-title {
    font-size: 50px;
    font-weight: 900;
    text-align:center;
    text-transform:uppercase;
    font-variant:normal;
}
.dcc-subtitle {
    font-size: 36px;
    font-weight: 600;
    font-style:italic;
     text-align:center;
    text-transform:none;
    font-variant:normal;
    margin-bottom:20px;
}
h2.dcc-module-image {
  margin: 40px 0 12px 0;
}
div#digital-background {
  background: #fcca29;
}
.dcc-module-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
    padding-bottom: 15px;
}
.schedule-demo-bttn {
    position: relative;
    margin-top: 120px;
    margin-left: 200px;
  padding: 0;
  float: left;
}
.schedule-demo-bttn2 {
  position: relative;
  right: -35%;
  margin-top: -245px;
}
.let-us-partner-bttn {
  position: relative;
  bottom: -200px;
  left: -245px;
}
.center-single-arrow {
  text-align: center;
  margin-right: 60px;
}
.time-personal {
    background: #a8d157 none repeat scroll 0 0;
    border-top: 2px solid #8db15c;
    padding-top: 65px;
    padding-bottom: 85px;
    position: relative;
    text-align: center;
}
.blended-learning{
    background: #e2e2e2 none repeat scroll 0 0;
    padding-bottom: 70px;
    position: relative;
    text-align: center;
}
.our-districts{
    background: #545354 none repeat scroll 0 0;
    padding: 50px 0 90px;
    text-align: center;
    position: relative;
}
.connect-student {
    background: #fcca29 none repeat scroll 0 0;
    text-align: center;
    position: relative;
}
.mail{
    background: #e2e2e2 none repeat scroll 0 0;
    position: relative;
}
.team-up {
    background: #93cae8 none repeat scroll 0 0;
    text-align: center;
    position: relative;
}

.team-member{
height:auto !important;    
}

.bio p span{
font-size:13px !important;     
}


.center-me {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.speaker-icon {
    float: left;
    display: block;
    width: 59px;
    height: 73px;
    background: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061") no-repeat scroll 9px -1485px;
}
h1.news-title {
  float: left;
}
.teacher-testimonial {
    background: #e1e1e1 url("//cdn2.hubspot.net/hubfs/428371/Images/supergirlbackground.png?t=1494442570061") no-repeat scroll center top / cover ;
    box-shadow: 0 6px 10px -8px #000000;
    position: relative;
    z-index: 99;
}
.teacher-testimonial .horizontal-slider .caption p {
   color:#404041;
}
.understanding{
    background: #ca7f7c none repeat scroll 0 0; 
    box-shadow: 0 -6px 10px -8px #000000;
    position: relative;
    z-index: 99;
}
.innovate {
    background: #e2e2e2 none repeat scroll 0 0;
    box-shadow: 0 6px 10px -8px #000000;
    padding: 45px 0 80px;
    position: relative;
    text-align: center;
    z-index: 99;
}
.header ul li a {
    color: #444444;
    font-size: 17px;
    font-weight: 600;
    margin: 0 10px;
    padding: 10px 8px 0 !important;
}
/*.header ul li.active a,*/
.header ul li.active-branch.hs-menu-depth-1 > a:not(.child-trigger) {
    border-bottom: 5px solid #a8d157;
    color: #a8d157 !important;
    padding-bottom: 5px !important;
}
.header ul li.active-branch.hs-menu-depth-1 > a {
    color: #a8d157 !important;
}


.header ul {
    padding-top: 10px;
}

.description {
    color: #444444;
    font-size: 20px;
    line-height: 30px;
}
.recommendation .caption p {
    margin-top: 30px;
}

.blended-learning h2 {
    color: #585858;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-bottom: 0;
    margin-top: 10px;
}
.our-districts h3 {
    color: #fcca29;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    margin: 0 0 50px;
}
.our-districts img {
    padding: 20px 0;
}
.our-districts .description {
    background: #FFFFFF;
    padding: 65px 0;
}
.teacher-testimonial h1 {
    color: #404041;
}
.team-up-cta .cta_button {
    /*bottom: 160px;*/
    position: absolute;
    right: 50px;
}
.our-districts .cta_button {
    position: absolute;
    right: 50px;
    top: 190px;
}
.time-personal h1 {
    color: #ffffff;
}
.parallax-effects {
    background: #f26522 none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #f8b08e;
    font-size: 80px;
    font-weight: bold;
    padding: 100px 0 !important;
}
.difference-year {
    background: #a8d157 none repeat scroll 0 0;
    box-shadow: 0 -6px 10px -8px #000000;
    padding: 40px 0 90px;
    position: relative;
    text-align: center;
    z-index: 99;
}
.cta_button {
      box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19) !important;
      -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19) !important;
      -mos-box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19) !important;
}
.cta_button:hover {
      box-shadow: 0 11px 15px rgba(0,0,0,.33),0 15px 35px rgba(0,0,0,.24) !important;
      -webkit-box-shadow: 0 11px 15px rgba(0,0,0,.33),0 15px 35px rgba(0,0,0,.24) !important;
      -mos-box-shadow: 0 11px 15px rgba(0,0,0,.33),0 15px 35px rgba(0,0,0,.24) !important;
}
.get-work {
    position: relative;
    text-align: center;
}
.get-work .cta_button {
   bottom: 250px;
    position: absolute;
    right: 50px;
}
.icons{
    padding-top: 40px;
    text-align: center;
}

.icons a {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.6);
}

.icons a:hover{
    color: #FFFFFF;
}
.icons a {
    bottom: 0;
    position: absolute;
}
.up-icon {
    padding-right: 50px;
    text-align: right;
}
.down-icon {
    text-align: right;
}
.time-personal img {
    padding: 40px 0;
}
.blended-learning h1 {
    text-transform: uppercase;
}
.team-up .horizontal-slider ul li ul li img {
    max-width: 100px;   
}
.team-up .horizontal-slider ul li ul li{
    height: auto !important;   
}
.blended-learning .description {
    padding: 0 7%;
}
.lead-way {
    display: inline-block;
    max-width: 830px !important;
    padding-top: 20px;
}



.landing-form ul {
    list-style: outside none none;
    padding: 0;
}
.strip-padding {
    font-size: 19px;
}

.strip-padding .no-label label {
    font-size: 15px;
}
.strip-padding .input input, textarea {
    margin: 0 7px 0 0;
}
.strip-padding .privacy-statement {
    font-size: 18px;
}
.strip-padding .actions .hs-button {
    border: medium none !important;
    box-shadow: none;
    font-size: 19px;
    text-shadow: none;
}
.get-work h1 {
    margin-top: 45px;
}
.identification .horizontal-slider .caption img {
    padding-top: 40px;
}
.recommendation .horizontal-slider .caption h1 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.recommendation .horizontal-slider .caption img {
    margin-bottom: 20px;
}
.recommendation .horizontal-slider .caption p {
    margin-top: 20px;
}
.recommendation .horizontal-slider .caption strong {
    color: #444444;
    font-size: 30px;
}
.understanding .horizontal-slider .caption ul li img {
    margin-bottom: 20px;
    max-width: 140px;
}
.understanding .horizontal-slider .caption ul li:nth-child(2) img {
    margin-bottom: 33px;
}
.understanding .horizontal-slider .caption ul li:nth-child(4) img {
    margin-bottom: 28px;
}

/*----------------------------      Slider CSS     -----------------------------------------*/

.horizontal-slider .hs_cos_flex-slider .caption {
   background-color: rgba(0, 0, 0, 0) !important;
    display: inline-block;
    padding: 0 !important;
    position: unset;
}

.horizontal-slider .caption p {
    color: #444444;
    float: none;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 900px;
    width: 100% !important;
}
.horizontal-slider h1 {
    color: #585858;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.7px;
    line-height: 45px;
    margin: 45px 0 5px;
    width: 100%;
}
.horizontal-slider .hs_cos_flex-control-nav {
    display: none;
}
.horizontal-slider .hs_cos_flex-slides img {
    display: inline-block;
    width: auto;
}
.horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides img {
    height: auto;
}

.horizontal-slider .hs_cos_flex-viewport {
    height: auto !important;
}
.horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    /*height: 670px;*/
    height: 700px;
    background-repeat: no-repeat;
    border:none !important;
}
.horizontal-slider .hs_cos_flex-slider{
    margin:0;
}

.horizontal-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    
    background-image:url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061");
    background-repeat: no-repeat;
    background-size:300px auto;
    background-position:0 -750px;
    
    height: 90px;
    width: 70px;
}
.horizontal-slider .hs_cos_flex-direction-nav .hs_cos_flex-next {
    
    
    background-image:url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061");
    background-repeat: no-repeat;
    background-size:300px auto;
    background-position:right -750px;    
    
    height: 90px;
    width: 70px;
}

.horizontal-slider ul li ul li {
    display: inline-block;
    float: left;
    line-height: 19px;
    max-width: 180px;
    padding: 0 20px;
    text-align: center;
}
.horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li ul li {
    height: 200px;
}
.horizontal-slider ul li ul li span {
    color: #444444;
    font-size: 18px;
}


.horizontal-slider .hs_cos_flex-direction-nav .hs_cos_flex-next {
    right: 35px !important;
}
.horizontal-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: 25px !important;
}
.logo img {
    max-width: 239px !important;
}
.understanding .hs_cos_flex-direction-nav {
    display: none;
}







/*   
.blended-learning img {
    padding:20px 0;
    width: 70% !important;
}
*/
.connect-image img {
    width: 60% !important;
}
.understanding h1 {
    color: #ffffff;
    float: none;
    line-height: 50px;
    margin: 45px auto 30px !important;
    max-width: 1000px;
}
.horizontal-slider .hs_cos_flex-direction-nav a {
    opacity: 0.6;
}
.horizontal-slider .hs_cos_flex-direction-nav a:hover {
    opacity: 1;
}

.partners {
    display: inline-block;
    float: none !important;
    width: 80% !important;
}
.one-line-description {
    font-size: 22px;
    padding: 20px 0;
}

.partners .hs-cta-wrapper {
    max-width: 105px;
}
.partners span {
    float: left;
    font-size: 17px;
    padding: 0 10px;
    text-align: left;
    width: 30% !important;
}
.white-image{
    width:30% !important;
    
}
.software-decisions {
    margin-top: 40px;
    width: 100% !important;
}
.proud-work {
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: bold;
    margin: 30px auto !important;
    text-transform: uppercase;
}
.software-decisions span {
    padding: 0 3px;
}
.cta_button {
    border: 0px solid rgba(255, 255, 255, 0.3) !important;
}
.small-heading {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.small-dsc {
    color: #ffffff !important;
    float: left !important;
    font-size: 19px !important;
    font-weight: bold;
    max-width: 600px !important;
    padding: 0 28% !important;
}
.connect-student .horizontal-slider .caption p{
      max-width: 800px;
     padding-top: 5px;
}
.team-up-good img {
    max-width: 600px;
    width:100% !important;
}
.more-informed {
    padding-top: 40px;
}
.difference-year .horizontal-slider .caption p img {
    margin-bottom: 50px;
}
.understanding .horizontal-slider .caption img {
    max-width: 620px;
    width: 100%;
}
.horizontal-slider ul li ul {
    display: inline-block;
    padding: 0 !important;
    text-align:center;
}
.horizontal-slider ul li ul li {
        float: none !important;

}
.understanding .horizontal-slider ul li ul {
    margin-top: 40px;
}
.technology {
    padding-top: 40px;
}
.innovate img {
        margin: 10px 0;
  max-width: 200%;
  padding: 45px 0 20px 0;
}
.innovate .description {
    padding-top: 15px;
}
.connect-student .horizontal-slider h1{
    margin: 45px 0 40px;   
}
.parallax-peekaboo {
    min-height: 350px !important;
}
.former-education img {
    padding: 40px 0 15px;
}
.difference-image img {
    max-width: 900px;
    width: 100% !important;
}
.difference-year .description {
    margin-top: 50px;
    padding: 0 5%;
}
.one-line-content {
    font-size: 20px;
}
.business-section .container {
    position: relative;
}

/*--------------------------    Footer CSS     ------------------------------*/

.footer-wrapper {
    color: #999999;
    float: none !important;
    margin: 0 auto !important;
    max-width: 1200px;
}
.footer-container-wrapper {
    background-color: #565656 !important;
}
.footer ul li a {
    background: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061") 0px -450px no-repeat;
    color: #999999;
    margin: 10px 0;
    padding: 0 0 0 20px !important;
    min-width:100% !important;
}
.footer h3{
    font-size: 25px;   
}
.footer-menu h3 {
    border-bottom: 5px solid #84ADC3;
    color:#84ADC3;
}
.follow-us h3 {
    border-bottom: 5px solid #93B257;
    color:#93B257;
}
.contact-us h3 {
    border-bottom: 5px solid #AD7572;
    color: #AD7572;
}

.footer-links {
    padding: 10px 0;
}
.follow-us .cta_button {
    margin-top: 20px;
}
.back-top a:hover {
    color: #ffffff;  
}
.back-top a {
    background: #545354 none repeat scroll 0 0;
    border-radius: 15px;
    color: #999999;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
}
.back-top a:hover {
    background: #757475 none repeat scroll 0 0;
    color: #d3d3d3;
}
.back-top a.active {
    background: #3F3F3F none repeat scroll 0 0;
    color: #FFFFFF;
}
.copyright {
    background: #3a3a3a none repeat scroll 0 0;
    color: #999999;
    font-size: 16px;
    padding: 10px 0 20px 0;
}
.copyright a i {
    font-size: 30px;
    padding: 0 10px 0 0;
}
.teacher-details {
    float: none !important;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    width: 100% !important;
}
.teacher-details .cta_button {
    box-shadow: none !important;
}
.teacher-details p {
    color: #f26522 !important;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 19px !important;
    max-width: 280px !important;
    position: absolute;
    text-align: left;
    /*top: 60px;*/
    bottom: 100px;
}
.our-team-description h1 {
    color: #585858;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.our-team-description {
    font-size: 17px;
    line-height: 23px;
}
.districts-content {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}
.districts-content .left {
    text-align: right;
}
.districts-content .right {
    text-align: left;
}
.districts-content .left h1 {
    color: #a8d157;
    font-size: 60px;
    font-weight: bolder;
    text-align: right;
}
.districts-content .right h1{
    color: #77b0c9;
    font-size: 60px;
    font-weight: bolder;
    text-align: left;
}
.teacher-testimonial .caption img {
    display: block;
    max-width: 350px;
    padding-top: 30px;
}
.teacher-details .cta_button {
    border: medium none !important;
    bottom: 0;
    box-shadow: none;
    left: 0;
    position: absolute;
    width: auto !important;
}
.teacher-details .cta_button img {
    margin: 0 !important;
}
.header ul li.active{
    background: none !important;
}
.puja {
    color: #4f6229 !important;
    font-size: 130px !important;
    font-weight: bold !important;
    margin: 0 auto 100px !important;
    padding-top: 20px;
    text-transform: uppercase !important;
}
.white-text {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 50px;
    text-transform: uppercase;
}
.add{
    padding-top:30px;
}
.footer-wrapper .footer-menu {
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left:40px;
}
.footer-wrapper .follow-us {
    padding-right: 40px;
    padding-bottom: 20px;
}
.footer-wrapper .contact-us {
    padding-right: 40px;
    padding-bottom: 20px;
}
.back-top {
    text-align: right !important;
}
.follow-us img {
    max-width: 50px;
}
.contact-us img {
    max-width: 50px;
}
.contact-us .west-address{
    margin:10px 0;
}
.footer-wrapper img{
   opacity: 0.3; 
}
.footer-wrapper img:hover{
   opacity: 0.7; 
}
.social-link-heading:hover {
    color: #d3d3d3;
}
.social-link-heading strong {
    font-weight: bold;
}
.footer-wrapper img.active{
   opacity: 1.0; 
}
a#cta_button_428371_13ee4506-c1cf-4212-90f5-8a4ad1d5e4f4 {
  width: 86%;
}
span.btt-arrow {
  position: relative;
  top: 3px;
}
.social-link-heading.active {
    color: #FFFFFF;
}
.follow-us .social-link-heading {
    padding-top: 13px;
      padding-left: 25px;
}
.footer-wrapper a {
    color: #999999;
    text-decoration: none;
}
.footer-wrapper a:hover {
    color: #d3d3d3;
}
.footer ul li a:hover {
    color: #d3d3d3;
}
.footer ul li.active a {
    color: #FFFFFF;
}
footer {
    margin-top: 10px !important;
}
.team-up .horizontal-slider ul li {
    background-size: auto auto !important;
}




/**-********************************************landing page impact **********************************************/
.light-sky{
        background:;
}

.light-sky .gt-form .form {
    background: #d8eaf7 none repeat scroll 0 0;
}

.light-sky .ph-gh {
    float: left !important;
     max-width:100%;
}
.stylo-2 {
    background: white none repeat scroll 0 0;
    float: right !important;
    height: 101px;
    margin: 0 0 158px;
    position: relative;
    top: 76px;
    width: 100% !important;
    

    background: white none repeat scroll 0 0;
    border-radius: 0 15px 15px 0 !important;
    color: #818285;
    font-family: "Just Another Hand",cursive;
    font-size: 60px;
    letter-spacing: 1.6px;
    overflow: hidden;
    padding: 13px 20px 7px;
    text-align: right;
    text-decoration: none;
    text-transform: normal;

}

.stylo {
    background: white none repeat scroll 0 0;
height: 101px;
    left: 0;
    position: absolute;
    top: 141px;
}

.light-sky .white {
    background: #fff none repeat scroll 0 0;
    height: 70px;
    margin: -31px 0 0;
    position: relative;
    width: 100%;
    z-index: -1;
}

.light-sky .lt-img {
    font-size: 19px;
    line-height: 28px;
    max-width: 328px;
    padding: 0 20px 0 10px;
    text-align: center;
}

.light-sky .gt-form .form .hs_submit{
 float: none;
    text-align: right;
}    

.light-sky .gt-form .form .hs_submit input[type="submit"] {
    background: #a5c952 url("//cdn2.hubspot.net/hubfs/428371/arrow-green.png?t=1494442570061") no-repeat scroll 96% center !important;
    border: medium none;
    border-radius: 8px;
    padding: 12px 55px 12px 21px  !important;
}



/**-********************************************landing page impact ends **********************************************/

@media (min-width : 300px) and (max-width : 767px) {
.footer-wrapper .footer-menu {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.span6.widget-span.widget-type-menu {width:100%;}
.span4.widget-span.widget-type-cell.follow-us, .span4.widget-span.widget-type-cell.contact-us {padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.footer-container {
    font-size: 1.2rem;
}
.span10.widget-span.widget-type-rich_text.social-link-heading {
  width: 60%;
  float: left;
}
.span2.widget-span.widget-type-linked_image {
  float: left;
}
.span3.widget-span.widget-type-linked_image {
  margin-right: 15px;
}
.contact-us img {  padding-bottom: 10px;
  max-width: 30px;
}
span.hs-footer-company-copyright {
  font-size: 0.8rem;
  text-align:center;
    width: 100% !important;
  display: inline-block;
}
footer {
  margin-top: 0px !important;
}
.span3.widget-span.widget-type-raw_html.back-top {
  text-align: center !important; margin-top: 10px !important;
}
i.fa.fa-angle-up {
  margin-left: -30px;
}
i.fa.fa-angle-down {margin-right: -30px;
}
.schedule-demo-bttn {
  margin-top: 20px;
    margin-left: 35%;
}
}

 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.contact-us img {
  max-width: 35px;
}

.span6.widget-span.widget-type-menu {
  width: 100%;
  padding: 0;
}
.span12.widget-span.widget-type-header.blue-heading {
  padding-top: 20px;
}
}

/*---------------------------------------------    What We Do Page CSS     -------------------------------------*/
.wide-center1 {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1310px;
}

.do-all {
    background: #fcca29 none repeat scroll 0 0;
    border-bottom: 2px solid #e5bb33;
    border-top: 2px solid #d5ab23;
    padding: 65px 0 80px;
    position: relative;
    text-align: center;
}
.secret-advantage {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.superintendents {
    background: #e2e2e2 none repeat scroll 0 0;
    box-shadow: 0 -6px 10px -8px #000000;
    padding: 40px 0 80px;
    position: relative;
    text-align: center;
    z-index: 99;
}
.down-arrow {
    position: absolute;
    text-align: center;
    top: 0;
}
.down-arrow img {

}
.personalized-learning {
    background: #a8d157 none repeat scroll 0 0;
    padding: 40px 0 50px;
    position: relative;
    text-align: center;
}
.highlight-features {
    background: #e2e2e2 none repeat scroll 0 0;
     position: relative;
}
.identification {
    background: #ca7f7c none repeat scroll 0 0;
      position: relative;
}
.recommendation {
    background: #e2e2e2 none repeat scroll 0 0;
      position: relative;
}
.home-cta-strip.strip-padding.parallax.secret-advantage {
    background-size: cover;
}
.member-logo img {
    float: right;
}
.what-do-member h2 {
    color: #8e8e8e;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.achievement{
    margin:40px 0;
}
.count {
    color: #84adc3;
    font-size: 55px;
    text-align: center;
}
.counting-title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
}
.secret-advantage h2 {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 45px;
    font-style: italic;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
}

.secret-advantage h1 {
    color: #ffffff;
    margin-top: 10px;
    text-transform: uppercase;
}
.secret-advantage ul {
    list-style: outside none none;
    padding: 0;
}
.secret-advantage .container .cta_button {
    border: medium none !important;
    box-shadow: none !important;
}
.identification .caption strong {
    color: #444444;
    display: inline-block;
    margin-top: 40px;
}
.secret-advantage ul li {
    border-left: 7px solid #b1d667;
    margin: 20px 0;
    max-height: 35px;
    min-height: 35px;
    padding-left: 10px;
}
.highlight-features .caption img {
    display: table-caption;
    max-width: 500px;
}
.do-all h1 {
    color: #ffffff;
    font-size: 50px;
}

.personalized-learning h3 {
    color: #585858;
    font-family: Verdana;
    font-size: 45px;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    text-transform: inherit;
}
.personalized-learning .description {
    padding: 20px 5% 0;
    text-align: left;
}
.highlight-parts h4 {
    font-size: 25px;
}
.highlight-parts .description {
    padding: 10px 30px;
}
.highlight-part h4 {
    font-size: 25px;
}
.highlight-part .description {
    padding: 10px 30px;
}
.personalized-learning .video{
    margin:50px 0;   
}
.highlight-features h1 {
    margin-top: 50px;
}
.highlight-features .caption p {
    padding-top: 30px;
}
.alphabets {
    color: #6ea1be;
    font-family: "Source Sans Pro";
    font-size: 90px;
    font-weight: 300;
}
.count-text h1 {
    text-align: right;
}
.what-do-member {

}
.consulting-description {
    padding: 20px 0;
}
.five-main-points {
    font-size: 19px;
}
.super-hero img {
    margin: 0 0 0 -20px;
    min-width: 215px;
}
.main-point-description{
    position:relative;
    
}
.small-description {
    font-size: 20px;
    padding: 0 20px;
}
.highlight-features .caption h1 {
  margin-bottom: 40px;
    margin-top: 40px;
}
.text-style {
    font-size: 21px !important;
    font-style: italic;
}
.identification .horizontal-slider .caption img, .recommendation .horizontal-slider .caption img{
    max-width: 500px;
}
.identification .horizontal-slider .caption p {
    max-width: 1000px;
}
.home-cta-strip.strip-padding.parallax.secret-advantage {
    box-shadow: 0 3px 4px 0 #585858 inset;
}
/*----------------------------------   Icons CSS    ---------------------------*/


.up-arrow {
    background: #565656 none repeat scroll 0 0;
    padding-top: 20px;
    text-align: center;
}
.identification .caption p {
    margin-top: 30px;
}
.last-section {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.superintendents h3 {
    color: #5d5d5d;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 30px;
    text-transform: inherit;
}
.superintendents .video {
    padding: 60px 0;
}
.highlight-features .caption strong {
    color: #444444;
    display: inline-block;
}
.do-all .description {
    padding: 0 5%;
}
.last-section .description {
    font-size: 22px;
    font-weight: bold;
    left: 60px;
    max-width: 350px;
    position: absolute;
    top: 120px;
}
.do-all img {
    /*display: table;
    margin-left: 183px;
    position: absolute;
    top: 19px;*/
}
.highlight-parts {
    margin-top: 20px;
}





/*---------------------------------------   Sign-in Form CSS    ------------------------------------------------------*/

.sign-in-form {
   display: inline-block;
    padding-bottom: 80px;
    padding-top: 60px !important;
}
.sign-in-form .hbspt-form {
    width: 100% !important;
}

.sign-in-form .hs-form-required {
    display: none;
}

.sign-in-form form {
    background: #a8d157 none repeat scroll 0 0;
    display: inline-block;
    max-width: 600px;
    width: 100%;
    padding:10px 0;
}

.sign-in-form form .input .hs-input {
    border: 1px solid #ffffff;
    border-radius: 0 !important;
    box-shadow: none;
    font-size: 19px;
    margin: 0 0 0 10px;
    padding: 13px 8px;
}
.sign-in-form form .input {
   max-width: 480px;
    text-align: left;
    width: 100%;
}
.sign-in-form form .hs_submit {
    margin-top: 4px;
    max-width: 160px !important;
    width:25% !important;
}
.sign-in-form .hs_email.field.hs-form-field.smart-field {
    display: inline-block;
    margin: 0;
    width: 75% !important;
}

.sign-in-form form.hs-form .actions {
    margin: 0;
    padding: 0;
}
.sign-in-form form.hs-form .actions .hs-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    padding: 15px 18px;
    text-shadow: none;
    text-transform: none;
}
.sign-in-form .hbspt-form {
    display: block !important;
}
.hbspt-form {
    display: none;
}
.sign-in-form .hs-form .hs-button:active:not(.inactive):not(.link), .hs-form .hs-button.depressed:not(.inactive):not(.link), 
.dropdown-open > .hs-form .hs-button:not(.inactive):not(.link) {
    background-color: #A8D157;
    background-image: none;
    border: 1px solid #fff;
 
}
.identification .horizontal-slider .caption h1 {
    color: #ffffff;
}
/*---------------------------------------------    Partner Page CSS     -------------------------------------*/

 
.our-partner {
    background: #93cae8 none repeat scroll 0 0;
    position: relative;
    text-align: center;
    padding:65px 0 50px;
}
.joining-features{
    position: relative;
    text-align: center;    
}
.logo-section{
    box-shadow: 0 6px 10px -8px #000000;
    padding: 0 0 70px 0 !important;
    position: relative;
    text-align: center;
    z-index: 99;
}
.common-partner {
    background: #fcca29 none repeat scroll 0 0;
    box-shadow: 0 -6px 10px -8px #000000;
    position: relative;
    text-align: center;
    z-index: 99;
}
.partner-need {
    position: relative;
    text-align: center; 
    background: #E2E2E2 none repeat scroll 0 0;
    padding:40px 0;
}
.tech-geek-need{
    background: #ca7f7c none repeat scroll 0 0;
    padding: 30px 0 50px;
    position: relative;
    text-align: center;
}
.help-student{
    background: #a8d157 none repeat scroll 0 0;
    padding: 40px 0;
    position: relative;
    text-align: center;
}
.our-partner h1 {
    color: #ffffff;
    text-transform: uppercase;
}
.our-partner h4 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 900;
}
.our-partner .video {
    padding: 20px 0 0;
}
.our-partner .description{
    margin:20px 0;
}
.brown-arrow img {
    position: relative;
    top: 50px;
}
.brown-arrow {
    background: #c1c1c1 none repeat scroll 0 0;
    border-bottom: 1px solid #a5a5a5;
    border-top: 1px solid #a5a5a5;
    padding: 20px 0;
}
.logo-section h2 {
    background: #a8d157 none repeat scroll 0 0;
    color: #ffffff;
    font-family: Verdana;
    font-size: 35px;
    font-style: italic;
    font-weight: 900;
    opacity: 0.8;
    padding: 20px 0;
}
.joining-features h1 {
    color: #ffffff;
}
.joining-features ul {
    list-style: outside none none;
    margin-top: 50px;
    padding: 0;
    text-align: left;
}
.joining-features ul li {
    border-left: 7px solid #a8d157;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    margin: 30px 0;
    padding: 10px 0 10px 25px;
}

.common-partner .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    background-position: center center;
    background-size: auto auto;  
}
.step-section h4{
    color: #585858;
    font-size: 23px;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 50px 0;
    text-align: left;
}
.fill-out h4 {
    background: #a8d159 url("//cdn2.hubspot.net/hubfs/428371/Images/1.png?t=1494442570061") no-repeat scroll 20px 0;
    border-radius: 10px 0 0 0;
}
.our-engineers h4 {
    background: #93CBEA url("//cdn2.hubspot.net/hubfs/428371/Images/2.png?t=1494442570061") no-repeat scroll 20px -1px;
}
.our-software h4 {
    background: #FCCB2B url("//cdn2.hubspot.net/hubfs/428371/Images/3.png?t=1494442570061") no-repeat scroll 20px -1px;
    border-radius: 0 10px 0 0;
}
.fill-out .description {
    background:#E8F1BE;
}
.our-engineers .description {
    background:#DCF0F9 ;
}
.our-software .description {
    background:#F9EDCD;

}


.our-software .description .deliver-action {
  background: #fccb2b none repeat scroll 0 0;
    border-radius: 10px;
    float: none;
    margin: 40px auto;
    max-width: 600px;
}
.our-software .description .deliver-action img {
    border-radius: 8px;
    padding: 5px;
}
.our-software .description .deliver-action .integrate-data {
    font-weight: 600;
    padding: 20px 25px;
}
.step-section {
    float: none !important;
    margin: 50px auto !important;
    max-width: 1000px;
}
.span12.widget-span.widget-type-cell.description {
  min-height: 542px;
}
.partner-need h1 {
    font-size: 45px;
}
.tech-geek-need h1 {
    color: #ffffff;
    font-size: 45px;
    padding: 0 50px;
}
.tech-geek-need img {
    padding: 15px 0;
}
.green-up-arrow {
    background: #585858 none repeat scroll 0 0;
    padding-top: 50px;
    text-align: center;
}
.common-partner .horizontal-slider .caption img {
    margin-top: 50px;
    
}
.common-partner .horizontal-slider h1 {
    padding: 0 10%;
    width: 80%;
    font-size: 45px;
}
.common-partner .horizontal-slider .caption p {
    color: #585858;
    font-size: 26px;
    font-weight: 600;
    padding-top: 15px;
}

.tech-geek-need .cta_button {
    bottom: 60px;
    position: absolute;
    right: 80px;
}
.help-student .cta_button {
    bottom: 210px;
    position: absolute;
    right: 180px;
    border-radius:20px;
}
.team-up ul li:nth-child(2) h1 {
     color: #585858;
}
.team-up ul li h1 {
    color: #FFFFFF;
}
.fill-out {
    margin: 0 !important;
    width: 33.33% !important;
}
.our-engineers {
    margin: 0 !important;
    width: 33.33% !important;
}
.our-software {
    margin: 0 !important;
    width: 33.33% !important;
}
.step-section .description .text {
    color: #585858;
    font-size: 23px;
    font-weight: 600;
    line-height: 38px;
    margin: 40px 0;
    padding: 0 45px;
}
.our-software .description img {
    border: 5px solid #fccb2b !important;
    border-radius: 5px;
}
.step-section .description img {
    margin-bottom: 50px;
}
.fill-out .cta_button {
    margin-bottom: 55px;
      margin-top: 35px;
}
.actionable-insights {
    background: #afafaf none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    padding: 20px 40px;
}
.logo-section .icons a {
    color: #4181ae;
    opacity:0.6;
}
.logo-section .icons a:hover {
    color: #4181ae;
    opacity:0.95;
}
.logo-section .icons a.active {
    color: #4181ae;
    opacity:1.0;
}


/*---------------------------------------------    Partner Page CSS     -------------------------------------*/
.passionate {
    background: #ca7f7c none repeat scroll 0 0;
    padding: 65px 0 30px;
    position: relative;
    text-align: center;
}
.passionate h1 {
    color: #ffffff;
    font-size: 50px;
}
.business-section {
    box-shadow: 0 -6px 10px -8px #000000;
    position: relative;
    text-align: center;
}
.middletown {
    background: #e2e2e2 none repeat scroll 0 0;
    box-shadow: 0 6px 10px -8px #000000;
    position: relative;
    text-align: center;
}
.buzz-word {
    background: #fcca29 none repeat scroll 0 0;
    padding: 40px 0 80px;
    position: relative;
    text-align: center;
}
.household-word {
    background: #fcca29 none repeat scroll 0 0;
    padding: 40px 0 80px;
    position: relative;
    text-align: center;
}

.scroll-up-arrow {
    background: #444444 none repeat scroll 0 0;
    padding-top: 40px;
    text-align: center;
}
.business-section .description {
    color: #585858;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 40px;
}
.middletown .horizontal-slider .caption p {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 1000px;
}
.business-section .cta_button {
    bottom: 150px;
    position: absolute;
}
.passionate .description {
    font-size: 22px;
    padding-bottom: 30px;
}
.passionate img {
    padding: 20px 0;
}
.buzz-word h1 {
    font-size: 45px;
    padding: 0 10px;
}
.buzz-word img {
    padding: 20px 0 0;
}
.household-word img {
    padding: 20px 0 0;
}
.household-word .cta_button {
    margin: 50px 0 20px;
}
.our-clients h1 {
    font-family: Arial;
    font-size: 40px;
    font-style: italic;
    padding: 30px 0 40px;
}
.our-clients {
    padding-bottom: 40px;
}
.middletown .horizontal-slider .caption img {
    padding-top: 40px;
}
.our-client-logo {

    text-align: center;
}
.our-client-logo img {
padding:30px 0;
}

.explaining-section h3{
    border-radius: 20px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    padding: 26px 15px;
    text-transform: unset;
    margin:0;
}
.blue-heading h3 {
    background: #93cae8 none repeat scroll 0 0;
    margin-bottom: 30px;
}
.blue-heading::before {
    content:'';
    display:block;
    background: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061") right -1100px no-repeat;
    float: left;
    left: -13px;
    position: relative;
    top: 55px;
    width:53px;
    height: 39px;
}
.green-heading h3 {
    background: #A8D157
}
.green-heading::before {
    content:'';
    display:block;
    background: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061") 0 -1100px no-repeat;
    float: right;
    left: 14px;
    position: relative;
    top: -3px;
    width:53px;
    height: 39px;
}
.explaining-section {
    padding: 30px 0 20px;
}
.household-word .description {
    color: #585858;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 30px;
}







/*----------------------------------      NEWSROOM PAGE CSS      ---------------------------------------*/

.news .body-container-wrapper{
    padding-top: 0 !important;
}
.orange-section {
    background: #ff7032 none repeat scroll 0 0;
    padding: 65px 0;
    text-align: center;
}
.orange-section iframe {
    border: 10px solid #ffffff;
}

.white-section{
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
}

.white-section-pinkish-breaker{
    background: #ebe2d2 none repeat scroll 0 0;
    padding: 0;    
}

.container .dark-header{
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-weight: 900;
    color: #585858;
    letter-spacing: .7px;
    text-align:center; 
}

.container .pinkish-section-white-header{
    font-size: 50px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-align:center;
    line-height:50px;
}

.container .medium-content {
    font-size: 22px;
    font-weight: 600;
    text-align:center;
    padding:10px 0;
}

.spot-work {
    background: #e6e6e6 none repeat scroll 0 0;
    position: relative;
    text-align: center;
}
.middle-wrapper {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1280px;
}
/*
.spot-work .small-content {
    float: right;
    font-size: 22px;
    font-weight: 600;
    max-width: 700px;
    text-align: left;
}
*/

.spot-work .container{
    padding-bottom:35px;
}

.girl-image img {
      left: 100px;
  position: absolute;
  top: 740px;
}
.middle-wrapper .left-content h1 {
    background: #ff7032 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 900;
    padding-left: 130px;
    text-align: left;
}
.first-article {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 10px;
    margin-bottom: 30px;
}
.first-article .detail {
    font-size: 19px;
    padding: 20px 0;
    text-align: left;
}
.first-article img {
    padding: 20px 0 0;
}
.first-article .article-detail {
    color: #595959;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.first-article h3 {
    color: #636363;
    font-size: 20px;
    font-weight: 700;
    margin: 0 !important;
    text-transform: inherit;
}
.first-article .date {
    font-style: italic;
}
.search-box {
    background: #747474 none repeat scroll 0 0;
    border-radius: 10px;
}
.search-box label {
    display: none;
}
.search-box a {
    display: none;
}
.search-box input {
    border-radius: 5px;
    width: 90%;
}
.search-box h4 {
    color: #ffffff;
    font-size: 17px;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
}
.social-icons {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
.social-icons a {
    font-size: 0;
    padding: 0 5px;
}
.second-article {
    margin:30px 0;
}
.press-inquiries {
    font-size: 25px;
    padding: 30px 0;
}
.press-inquiries h1 {
    color: #585858;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.video-section {
    background: #E6E6E6 none repeat scroll 0 0;
}
.video-section .middle-wrapper {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.right-content .tweets iframe {
    width: 100% !important;
}
.right-content {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
}
.right-content h3 {
    font-size: 17px;
    padding-left: 20px;
    text-align: left;
}
.press-cta .cta_button {
    border-radius: 10px !important;
    margin-top: 60px;
}
.contact-cta {
    background: #e6e6e6 none repeat scroll 0 0;
    padding: 80px 0;
}
.contact-cta  .partner-cta{
    text-align: right;
}
.contact-cta  .contact-us-cta{
    text-align: left;
}
.newsroom-header {
    margin-bottom: 20px;
    margin-top: 10px;
}
.newsroom-header h1 {
    color: #fff;
}
.newsroom-head {
    margin-top: 50px;
}
.spot-work-head h1 {
    font-size: 40px;
    margin-top: 20px;
    text-transform: uppercase;
}
.spot-work .container {
    position: relative;
}
.teacher-details img {
    margin-left: 279px !important;
}

.blog-header {
    background: #8cc63f none repeat scroll 0 0;
    /*position: fixed;*/
    z-index: 999;
}

/* overriding style from Streamlined2.css.css in order to accomodate for a taller image and a second header */
.body-container-wrapper {
    /*padding:0 !important;*/
    /*padding-top:40px;*/
}
.blog-main-image{
    margin-top:60px;
}

.blog .body-container-wrapper{
    padding:0 !important;
}


/*----------------------------------      Contact Us Page CSS      ---------------------------------------*/

.contact-us-form {
    background: #93cae8 none repeat scroll 0 0;
    padding: 65px 0 40px;
}
.contact-us-container {
    background: #d3e9f4 none repeat scroll 0 0;
    border: 1px solid #697f7f;
    border-radius: 20px;
    float: none !important;
    margin: 10px auto 0 !important;
    max-width: 750px;
    padding: 0 100px 40px;
}
.contact-us-container label {
    font-size: 20px;
}
.contact-us-container input {
    border: 1px solid #697f7f;
    border-radius: 5px;
    font-size: 19px;
    padding: 12px 0;
     text-indent: 15px;
}
.contact-us-container textarea {
    border: 1px solid #697f7f;
    border-radius: 5px;
    font-size: 19px;
}
.contact-us-container .field {
    margin-bottom: 13px;
}
.contact-us-container h3 {
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    text-transform: unset;
}
.contact-us-form h1{
    text-align: left;
    color:#FFF;
}
.contact-image {
    text-align: right;
}
.contact-us-container form .actions {
    text-align: right;
}
.contact-us-container form .actions .hs-button {
    background: #a8d157 url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png?t=1494442570061") no-repeat scroll right center / 50px auto;
    border: medium none;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 0 #121212;
    font-size: 23px;
    padding: 12px 20px;
    text-align: left;
    text-shadow: none;
    width: 160px;
     
}
.contact-us-container .hsformerror {
    font-size: 18px;
    padding: 10px 27px;
}
.contact-us-container .hs_state_.field.hs-form-field select {
    -moz-appearance: none;
    background: #ffffff url("//cdn2.hubspot.net/hubfs/428371/Images/up_down.png?t=1494442570061") no-repeat scroll right calc(10px) center;
    border: 1px solid #697f7f;
    border-radius: 5px;
    font-size: 19px;
    padding: 12px 0;
    width: 100%;   
}



.logo-section .cta_button {
    bottom: 86px;
    position: absolute;
    right: 12.7%;
}
.joining-features .cta_button {
    margin: 10px;
}

.connect-student .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    height: 700px;
}

.headi h2 {
    color: #fff;
    font-family: "Just Another Hand",cursive;
    font-size: 54px;
    letter-spacing: 1.6px;
    line-height: 0;
    margin: 0;
    padding: 39px 0 13px;
    text-align: left;
}

.yellow-bg li {
    background: #fcca29 !important;
}

.pink-bg li {
    background: #ca7f7c !important;
}

.yel-sec {
    background: #faca2c none repeat scroll 0 0 !important;
      padding: 100px 0 0;
}
.log-left {
    background: white none repeat scroll 0 0;
    border-radius: 0 15px 15px 0 !important;
    margin: 63px 0 0;
    overflow: hidden;
    padding: 16px;
    text-align: right;
}

.grey-left{
  background: #9ca4aa;
    border-radius: 0 15px 15px 0 !important;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 10px;
    text-align: right;    
    }

.grey-left h1 a{
    color: #fff;
    float: right;
    text-decoration:none;
    font-family: "Just Another Hand",cursive;
    font-size: 30px;
    letter-spacing: 1.6px;
    padding: 0 11px 0 0;
    text-align: right;
    text-transform: uppercase;
    width: 415px;
}



.booth-sec{
   background: #fff;
    border-radius:15px 0 0 15px!important;
    margin: 15px 0 0;
   
    position:relative;
    padding: 10px;
    text-align: left;      
}    

.right-desc h1 {
    color: #fff;
    font-family: "Just Another Hand",cursive;
    font-size: 53px;
    letter-spacing: 1.6px;
    text-align: left;
}

.twitter-bg img {

    position: relative;
    top: -13px;
}


.twitter-bg span {
     padding: 0 12px 0 10px;
    text-align: center;
    width: 100%;
}

.booth-sec h2 {
    color: #96cae8;
    font-family: open sans;
    font-size: 58px;
    font-weight: 900;
    text-transform: uppercase; margin: 0;
}


.content p {
    color: #363636;
    line-height: 25px;
    padding: 0 0 0 7px;
    max-width: 657px;
}

.booth-sec img {
   margin: -80px 0 0;
}

.chatri {
    margin: 30px 0 0;
    padding: 0 30px;
    text-align: right;
}

.twitter-bg {
    background: #818285 none repeat scroll 0 0;
    color: #fff;
}
.twitter-bg h1 {
    font-family: "Just Another Hand",cursive;
    font-size: 68px;
    font-weight: 200;
    letter-spacing: 1.6px;
}

.events-sec {
    background: #96cae8 none repeat scroll 0 0;
    padding: 30px 0 0;
}
.events-thumb {
    text-align: right;
}
.events-desc {
    max-width: 670px !important;
    text-align: left;
}

.events-sec ul {
    padding: 0 0 0 16px;
}



.log-left h2 {
    color: #fff;
    font-family: "Just Another Hand",cursive;
    font-size: 53px;
    letter-spacing: 1.6px;
         text-align: right !important;
     margin:0 !important;
}

.yl {
    background: #faca2c none repeat scroll 0 0;

     
    }
    
    
  .log-left h3 {
    color: #96cae8;
    font-family: open sans;
    font-size: 58px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.main-section .rsvp .gt-form .hs_cos_wrapper_type_form {
    border: 2px solid #73727c;
    border-radius: 40px;
    padding: 35px;
}



/*   ---------   Personalized Learning Avoid CSS    -----------   */
.learning-risks-form {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid #999f9f;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
}
.learning-risks-form h3 {
    display: none;
}
.learning-risks-form input {
    border: 1px solid #999f9f;
    border-radius: 5px;
}
.learning-risks-form .hs-button.primary.large {
    background-color: #aec257;
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    border: medium none;
    box-shadow: none;
    float: right;
    max-width: 150px;
    padding: 10px 0 10px 10px;
    text-align: left;
    text-shadow: none;
    width: 100%;
}
.learning-risks-form .field {
    padding-bottom: 10px;
}
.learning-risks-form select{
    -moz-appearance: none;
    -webkit-appearance:none;
    width: 100%;  
    border: 1px solid #999f9f;
    border-radius: 5px;
}


/*----------------------------------      NewLP Page CSS      ---------------------------------------*/
.new-lp {
font-family: 'Open Sans', sans-serif;
}


.new-lp .body-container-wrapper {
    padding-top: 0;
}

.lp-header {
    padding:10px 0;
    background:;
}
.lp-header-right a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
}
.lp-header-right {
    margin-top: 10px;
}
/*.lp-header-right a:before{
    content: '';
 background:url('//www.edelements.com/hubfs/New_LP/phone.png?t=1494442570061');   
     padding: 5px 24px;
    background-repeat: no-repeat;
}*/
.lp-header-right {
    text-align: right;
}
.learning-services{
    padding:100px 0 10px;
}
.learning-services-left h3{
    font-size:31px;
    color: #fff;
    margin-top: 0;
    line-height: 35px;
    text-transform:none;  
    margin-bottom: 20px;
}

.learning-services-left p{
      color: #444;
    font-size: 20px;
    line-height: 30px;  
}
.learning-services-right {
    background: #faca2c;
    padding: 8px 40px 0;
    position: relative;
    max-width: 400px;
    margin-bottom: -40px;
    float: right !important;
}


.learning-services-right:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom:-57px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background:url('//www.edelements.com/hubfs/New_LP/border.png?t=1494442570061');
    background-repeat: no-repeat;
        background-position: center top;
    background-size: 100%;
}
/*
.learning-services-right .hs_firstname .hs-input {
  background-image:url('//www.edelements.com/hubfs/New_LP/filed_icon/name.png?t=1494442570061');
  
}
.learning-services-right .hs_district .hs-input{
   background-image:url('//www.edelements.com/hubfs/New_LP/filed_icon/District.png?t=1494442570061');  
}
.learning-services-right .hs_state .hs-input{
   background-image:url('//www.edelements.com/hubfs/New_LP/filed_icon/State.png?t=1494442570061');  
}
.learning-services-right .hs_phone .hs-input{
   background-image:url('//www.edelements.com/hubfs/New_LP/filed_icon/phone.png?t=1494442570061');  
}
*/
.learning-services-right .hs-input{
    background-color: rgba(255,255,255,0.25);
    background-repeat: no-repeat;
    background-position:4px 8px;
    border: 0;
    padding: 0 0 0 6px;
    margin-bottom: 13px;
    white-space: normal;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-appearance: none;
    color: #fff !important;
    height:42px;
    border-radius: 15px;
}
.learning-services-right select{
    text-align:center;
    padding: 0px 0 0px 10px !important;
}
.learning-services-right option{
    background: #faca2c;
}
.learning-services-right ::-webkit-input-placeholder {
    color: #fff;
    font-size:14px;


}
.learning-services-right .actions {
    text-align: center;
}
.learning-services-right .hs-button.primary.large {
    padding: 10px 40px;
    background:#c97f7c;
    box-shadow: none;
    font-size: 16px;
    border-radius: 10px;
    border: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    }
.learning-services-right p{
    color: #fff;
 text-align: center;   
}    
.learning-services-right p {
    color: #fff;
    text-align: center;
    max-width: 190px;
    font-size: 12px;
    margin: 10px auto;
}    
.strategy-module-sec {
padding: 100px 0 50px;
}
.strg-module {
    width: 31.2%;
    float: left;
    margin-right: 2%;
}
.strategy-module-sec .hs_cos_wrapper_type_custom_widget:nth-child(2) .strg-module {
    margin-right: 73px;
}
.strategy-module-sec .hs_cos_wrapper_type_custom_widget:nth-child(1) .strg-module h2 {
 color:#A5C952;
}
.strategy-module-sec .hs_cos_wrapper_type_custom_widget:nth-child(2) .strg-module h2 {
  color:#C97F7C;
}
.strategy-module-sec .hs_cos_wrapper_type_custom_widget:nth-child(3) .strg-module h2 {
   color:#F4A52C;
}.strategy-module-sec .hs_cos_wrapper_type_custom_widget:nth-child(4) .strg-module h2 {
   color:#9CA4AA;
}.strategy-module-sec .hs_cos_wrapper_type_custom_widget:nth-child(5) .strg-module h2 {
   color:#96CAE8;
}
.strategy-module-sec .hs_cos_wrapper_type_custom_widget:nth-child(6) .strg-module h2 {
   color:#FACA2C;
}
.strategy-module-sec .hs_cos_wrapper_type_custom_widget:nth-child(7) .strg-module h2 {
   color:#A5C952;
}
.strg-icon {
    float: left;
    width:24%;
}
.strg-right-sec {
    float: left;
    width: 76%;
}
.strg-right-sec h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color:#818285;
    line-height: 25px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
.strg-right-sec p {
    color: #818285;
    line-height: 20px;
}
.lp-slider {
    padding: 20px 0;
    position: relative;
}


.dont-take-inner{
text-align:center;    
}
.dont-take-author {
    position: relative;
}
.dont-take-author-img img {
    border-radius: 50%;
}
.dont-take-author-logo {
    position: absolute;
    text-align: right;
    bottom: -25px;
    right: 25px;
}
.aut-1 img {
    border: 2px solid #ffc742 !important;
}
.aut-2 img {
    border: 2px solid #c97f7c !important;
}
.aut-3 img {
    border: 2px solid #96cae8 !important;
}
.dont-take-author-desc h4 {
    color:#818285;
    font-size: 24px;
    line-height: 30px;
}
.dont-take-author-desc h6 {
    color:#818285;
    font-size: 12px;
    margin: 0;
    padding: 0 46px;
}
.dont-take-author-desc p {
    color: #818285;
    line-height: 20px;
    padding: 0 32px;
}
.dont-take-inner {
    padding: 20px 20px;
}
.dont-take-sec h2{
    color:#818285;
    font-size: 30px;
    font-weight: 800;
 font-family: 'Open Sans', sans-serif;   
}
.dont-take-author-desc {
    margin-top: 30px;
}
.lp-slider {
    background: #eee;
}
.dont-take-sec {
    padding: 0 0 30px;
}



/*----------------------------------      NewLP Page CSS End     ---------------------------------------*/
/*----------------------------------      Virtual Schools Services     ---------------------------------------*/
.build-tomorrow {
    padding: 10px 0 100px;
}
.build-tomorrow h2{
    color:#c97f7c;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 40px;
    font-family: 'Open Sans',sans-serif;    
}
.inner-build-tomorrow {
    background: #faca2c;
    padding: 50px 0 50px;
}
.build-tomorrow-img {
    position: relative;
}
.build-tomorrow-img img {
    position: absolute;
    top: -80px;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.build-tomorrow-ctaright {
    text-align: left !important;
    float: right !important;
}
.build-tomorrow-ctaleft {
    margin-top: 12px;
}
.inner-build-tomorrow .cta_button {
    width: auto !important;
}
.strg-right-sec ul {
    padding: 0;
}
.virtual-program-strategy .hs_cos_wrapper_type_custom_widget:nth-child(2) .strg-module {
    margin-right:16px;
}
.virtual-program-strategy .hs_cos_wrapper_type_custom_widget:nth-child(3) .strg-module {

}
.strg-right-sec li {
    color: #818285;
    line-height: 20px;
    font-family: 'Open Sans',sans-serif;
}
.learning-services-right .hs-error-msgs.inputs-list {
    padding: 0;
    position: relative;
}
.learning-services-right .hs-error-msgs.inputs-list li {
    list-style: none;
    position: absolute;
    top: -35px;
}
.create-future-right {
    background: #f4a52c;
    padding: 40px 30px 40px;
    margin-top: 10px;
}
.create-future-right:before{
 background: url('//www.edelements.com/hubfs/1Virtual_Schools/border-orange.png?t=1494442570061');   
     content: '';
    display: inline-block;
    position: absolute;
    bottom: -57px;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.create-future-right .hs-input{
     margin-bottom: 20px;   
}
.new-lp .create-future-right #hs_cos_wrapper_module_146297180712321525 label {
    font-size: 12px !important;
}
.new-lp .create-future-right #hs_cos_wrapper_module_146297180712321525 li {
    line-height: 14px;
}
.create-future-left-img {
    text-align:;
}
.create-future-right .hs-button.primary.large{
    background:#96cae8;    
}
.virtual-program-strategy .hs_cos_wrapper_type_custom_widget:nth-child(1) .strg-module h2 {
    color:#96cae8;
}
.virtual-program-strategy .hs_cos_wrapper_type_custom_widget:nth-child(3) .strg-module h2 {
    color:#faca2c;
}
.virtual-program-strategy .strg-right-sec ul{
   padding-left:15px; 
}
.virtual-program-strategy .strg-right-sec li{
    padding-bottom: 10px;
}








/*----------------------------------      Virtual Schools Services End      ---------------------------------------*/

/*----------------------------------      Personalized Learning CSS      ---------------------------------------*/

.personalized-learning-lp {
 font-family: 'Open Sans', sans-serif;
 margin: 0;
}

.person-learning-sec {
    padding: 65px 0;

}
.person-learning-sec h1{
    text-transform: uppercase;
    margin-bottom: 20px; 
    margin-top: 0;
    color:#fff;
}
.pl-right-header {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
.pl-module-right {
    background: #fff;
    margin-bottom:30px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.pl-right-header img {
    display: inline-block;
    vertical-align: middle;
}
.pl-right-header h2 {
    margin: 0;
    font-size:25px;
    color: #fff;
    text-transform: uppercase;
    max-width: 300px;
    line-height: 26px;
    text-align: left;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}
.inner-right-header {
    float: right;
    width:55%;
    padding-right:30px;
}
.video-sec p {
    float: right !important;
    width: 55% !important;
    padding-right: 20px;
    padding-top:30px;
    font-size: 18px;
    line-height:22px;
    color: #808285;

}
.video-link {
    float: left;
    width:39% !important;
    margin-top: -80px;
    margin-left: 20px;
}
.video-sec {
    padding-right: 20px;
    display: inline-block;
}
.pl-module-left .inner-right-header {
    float: left;
    padding-left: 20px;
}
.pl-module-left .video-link {
    float: right;
    margin-right: 20px;

}
.pl-module-left .video-sec{
      padding-right:0px;  
}

.pl-module-left .inner-right-header h2{
  max-width: 350px;   
}
.pl-module-left .video-sec p{
    padding:30px 0 0 20px; 
}


/*----------------------------------      Personalized Learning CSS      ---------------------------------------*/


/*----------------------------------     Thank You Page CSS      ---------------------------------------*/
.thanku-you-mainsec {
padding:40px 0;
}
.mainsec-heading h3 {
    color: #fff;
    text-transform: none;
    font-size: 34px;
    margin: 0 0 20px;
    line-height: 40px;
}
.mainsec-heading h3 span {
    font-size: 42px;
}
.thanku-you-mainsec h4 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
}
.mainsec-left-button{
    text-align:center;
    margin-top: 20px;
}
.thanku-you-mainsec-right form{
    background: #f09b1b;
    padding:0px 25px 20px;
    text-align: center;
    color:#fff;
    border-radius: 0 0 20px 20px;
}
.mainsec-right-title {
    text-align: center;
    background:#F09B1B;
    padding: 20px 30px 10px;
    border-radius: 20px 20px 0px 0px;
}
.mainsec-right-title h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    font-weight: 800;
}
.form-title {
    margin: 0;
}
.mainsec-right-title h4 {
    font-size: 20px;
    margin:15px 0 0;
    padding: 0 20px;
}
.thanku-you-mainsec-right {
    max-width: 280px;
    margin-left: 8% !important;
}
.thanku-you-mainsec-right .hs-input {
    background: #F4B95F !important;
    border: none !IMPORTANT;
    padding: 10px 10px !important;
    border-radius: 6px;
}
.thanku-you-mainsec-right .hs-error-msgs.inputs-list {
    padding: 0;
    margin: 0;
}
.thanku-you-mainsec-right .hs-error-msgs.inputs-list li {
    list-style: none;
    color: #fff;
    font-size: 12px;
}
.thanku-you-mainsec-right .hs-form-field span {
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 12px;
}
.thanku-you-mainsec-right .hs-button.primary.large {
    color: #7b7879;
    font-size: 18px;
    border-radius: 8px;
    padding: 6px 26px;
    background-image: none;
    background: #fff;
    box-shadow: none;
    font-weight: 500;
    text-shadow: none;
    word-wrap: break-word;
    white-space: normal;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;   
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19) !important; 
   -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19) !important;
   -mos-box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19) !important;
    
}
.thanku-you-mainsec-right .hs-button.primary.large:hover{
    box-shadow: 0 11px 15px rgba(0,0,0,.33),0 15px 35px rgba(0,0,0,.24) !important;
    -webkit-box-shadow: 0 11px 15px rgba(0,0,0,.33),0 15px 35px rgba(0,0,0,.24) !important;
    -mos-box-shadow: 0 11px 15px rgba(0,0,0,.33),0 15px 35px rgba(0,0,0,.24) !important;
}


.mainsec-left-button a#cta_button_428371_bc74fd15-64ab-48b6-bd3c-1939f8f443d3:hover{
    color:#7b7879;
}








/*----------------------------------      Thank You Page CSS     ---------------------------------------*/



/*----------------------------------      Info Page CSS     ---------------------------------------*/

.infopage .blended-sec {
    padding: 0 0 40px;
}
.infopage .banner-logo {
    text-align: right;
    padding: 30px 0 20px;
}
.infopage .booth-section {
    background:#FACA2C;
    padding: 3px 0 0;
}
.infopage .booth-section  h2{
    margin:0;
    color:#fff;
    text-align: right;
    font-weight: bold;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 15px;
    font-family: 'Open Sans',sans-serif !important;
}
.infopage .info-form {
    background:#B9DA77;
    padding: 20px 30px;
    border-radius: 30px;
}
.infopage .info-form h3 {
    text-align: left;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.infopage .info-form .hs-button.primary.large {
    background: #96CAE8;
    box-shadow: 0px 1px 0px #96CAE8;
    text-shadow: none;
}
.infopage .info-form .hs-input {
    border-radius: 5px;
}
.infopage .info-form .field.hs-form-field label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
    display: inline-block;
}
.infopage .blended-right p {
    font-size:20px;
    color:#7d7d7d;
}
.infopage .blended-right img {
    width: 100% !important;
    margin-top: -150px;
}
.infopage .blended-left {
    text-align: center;
    padding-top: 40px;
}
.infopage .blended-left h2{
    color: #7d7d7d;
    font-size: 44px;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif !important;
    line-height: 50px;
    margin: 0;
}
.infopage .blended-left h4{
    color: #eab023;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.infopage .main-sec {
    margin-bottom: 20px;
    text-align: left;
}
.infopage .main-sec a {
    text-decoration: none;
    cursor: default;
}
.infopage .main-sec h2{
 color:#a8cde8;
 text-align: left;
 font-size:24px;
 line-height: 30px;
  font-weight: bold;
}
.infopage .main-sec h4{
 color:#d1827a; 
  font-size:22px;
  font-weight:600;
  margin: 0;
}
.infopage .main-sec h4 span {
    display: block;
}
.infopage .main-sec p{
    color: #7d7d7d;
    font-size: 16px;
    margin: 8px 0;
}

.infopage .ac-pane:last-child { margin-bottom: 0; }

.infopage .ac-content { display: none; }


.infopage .ac-content {
  margin-top: -1px;
  padding: 15px;
}
.infopage .bottom-twitter h3 {
     font-size:22px;
  font-weight: bold;
    color:#9dca47;
    text-align: left;
    text-transform: none;
}
.infopage .bottom-twitter h3 a {
    border: 2px solid #93CAE8;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
}    
.infopage .bottom-twitter h3 a i{
    color:#93CAE8 ;
}

/*----------------------------------      Info You Page CSS     ---------------------------------------*/




/*   ---------   Personalized Learning Avoid CSS END   -----------   */




/*----------------------------------      Responsive CSS      ---------------------------------------*/


@media screen and (max-width: 1280px) {
.footer-menu ul {
    margin: 0 !important;
}
.blog-section {
    padding: 0;
}
.dont-take-author-desc h6 {
    padding: 0;
}
.dont-take-author-desc p{
    padding: 0;
}
}
@media screen and (max-width: 1240px) {
.footer-wrapper{
    padding:0 20px;
}
.do-all img {
    margin-left: 15%;
}
.team-up-cta .cta_button {
    top: 320px;
}
.teacher-details p {
    left: 100px;
}
.teacher-details span img {
    left: 6%;
}
.team-up .horizontal-slider ul li:nth-child(3) .cta_button {
    bottom: 180px !important;
}
.logo-section .cta_button {
    right: 5%;
}


}
@media screen and (max-width: 1160px) {
.counter h1{
    font-size: 60px;
}   
.alphabets {
    font-size: 60px;
}  

.right-desc h1{
font-size: 41px ;
}

.booth-sec h2 {
    font-size: 44px;
}
    
.slide-left {
    left: -10px !important;
    -webkit-border-radius: 0 99px 99px 0 !important;
    -moz-border-radius: 0 99px 99px 0 !important;
    border-radius: 0 99px 99px 0 !important;
}

.slide-right {
    right: -10px !important;
    -webkit-border-radius: 99px 0 0 99px !important;
    -moz-border-radius: 99px 0 0 99px !important;
    border-radius: 99px 0 0 99px !important;
}
.pl-module-left .video-sec p {
    width: 54% !important;
}



}


@media screen and (max-width: 1024px) {
.booth-sec h2 {
     padding: 17% 0;
}
    
.booth-sec img {
    margin: 0px 0 0;
}

.container {
    padding: 0 10px;
}
.header ul li a {
    font-size: 15px;
     margin: 0 4px;
     padding: 10px 4px 0 !important;
}
.team-up .horizontal-slider ul li ul li img {
    max-width: 80px;
    padding: 5px !important;
}
.team-up .horizontal-slider ul li ul li {
    padding: 0 7px;
}
.proud-work {
    font-size: 20px !important;
    margin: 15px auto !important;
}





}

@media screen and (max-width: 960px) {
    
 .thanku-you-mainsec-right {
    margin-left: 4% !important;
}   
.horizontal-slider .hs_cos_flex-slider .caption div {
    display: block;
}
.superintendents h3,.personalized-learning h3 {
    font-size: 40px;
    line-height: 40px;
} 

.horizontal-slider .caption p {
    padding: 0 4%;
    width: 92% !important;
}
.understanding .horizontal-slider ul li ul li {
    float: none;
}
.teacher-details p {
    left: 5%;
    max-width: 200px !important;
}
.team-up .hs_cos_flex-slider .hs_cos_flex-slides li {
    background-position: center center;
    background-size: cover;
}
.business-section .cta_button {
    bottom: 20%;
}
.meet-our-team-cta .cta_button {
    left: 14% !important;
}
.our-work-cta .cta_button {
    right: 12% !important;
}
.former-education img {
    padding: 0;
}
.logo-section .cta_button {
    right: 1%;
    bottom: 26px;
}
.contact-us img {
  max-width: 30px;
}
.pl-right-header h2{
    display: block;
    margin: 10px 0 0;
}
.pl-module-left .video-sec p {
    width: 52% !important;
}






}



@media screen and (max-width: 800px) {
.do-all img {
    margin-left: 9%;
}
.understanding h1 {
    line-height: 30px;
    font-size: 30px;
}
.teacher-details span img {
    left: 6%;
    max-width: 170px !important;
}
.team-up .horizontal-slider ul li {
    border: medium none;
    height: auto !important;
    overflow: visible;
}
.team-up .horizontal-slider .hs_cos_flex-viewport {
    height: auto !important;
}
.team-up .horizontal-slider ul li:nth-child(3) .cta_button {
    margin-bottom: 50px;
    margin-top: 10px;
    position: static !important;
}




}


















/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 768px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }

.hs-menu-wrapper.hs-menu-flow-horizontal {
    display: block !important;
}
}

@media (max-width: 767px){
    
    .thanku-you-mainsec-right {
    max-width: 350px;
    margin: 50px auto !important;
}
    
    .events-thumb {
    text-align: center;
}
    
    .booth-sec{
    text-align:center !important;    
    }
    
    .right-desc h1 {
      text-align: center !important;
}
    
    .booth-sec h2 {
    padding: 7% 0;
}
    

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
      /* Set Mobile Menu Button Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #ffffff;
    }
.header ul li.active a {
  border-bottom: 0px solid #a8d157;
  color: #a8d157 !important;
  padding-bottom: 0px!important;
}

  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 15px;
      background: #555; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 2rem;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fcca29;
  }

  a.mobile-trigger span{
      display: inline;
  }
a.mobile-trigger:hover span{
      color:#fcca29;
  }
  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: transparent;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: #transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      font-size:3rem;
      top: -12px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
   a.mobile-trigger:hover  i, a.mobile-trigger:hover  i:before, a.mobile-trigger:hover  i:after {
      background-color: #fcca29; /* Icon color */
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
.mobile-open a.mobile-trigger span:before {
    color:transparent;
  }
  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 58px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 25%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 40px; /* Icon line height */
      background-color: #000000 !important; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 40px 30px; /* Padding to add room for close button */
      background-color: #fff; /* Menu background color set off global mobile-menuColor variable */
      width: 100% !important; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 2.5rem; /* Font size of top level list items */
      line-height: 6rem;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #fcca29; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      /* text-indent: 10px;  Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      width: 100% !important;
  }
  .header .custom-menu-primary ul li a:hover,
  .header ul li.hs-menu-depth-1 a:hover,
  .header ul li.hs-menu-depth-1.hs-item-has-children:hover>a {
        border-bottom: none !important;
        color: #a8d157 !important;
        padding-bottom: 0 !important;
    }
    .header ul li.active-branch.hs-menu-depth-1 > a{
        border-bottom: none !important;
    }
  
  
  
.up-icon {
    padding-right: 90px;
    text-align: center;
}

.down-icon {
    text-align: center;
}

/*
.team-up-good img{
    max-width: -moz-available;
}*/

.down-arrow {
    left: 40%;
}
.secret-advantage h2 {
    font-size: 30px;
}

.member-logo img {
    float: none;
}
.what-do-member h2 {
    text-align: center;
}
.member-logo {
    text-align: center;
}
.do-all img {
    margin-left: 5%;
}
.center-counting .alphabets {
    float: left;
    width: 50%;
}
.center-counting h1 {
    float: left;
    width: 50%;
}
.get-work .cta_button {
    margin: 10px 0 20px;
    position: unset;
}
.business-section .cta_button {
    margin-bottom: 30px;
    position: unset;
}
.home-cta-strip {
    background-color: none;
    background-image: unset !important;
}
.fill-out, .our-engineers, .our-software{
    width:auto !important;
}
.our-districts .cta_button{
    position:unset;
    margin:20px 0;
}
.our-districts h3 {
    font-size: 35px;
    line-height: 40px;
}
.horizontal-slider .caption {
    padding: 0 10px !important;
}
.logo-section .cta_button {
    position: static;
}
.email .email-icon, .west-address .address-icon, .address-head .address-icon , .follow-us .icon-images{
    float: left !important;
    margin-right: 10px !important;
    width: 30px;
}
.email .email-link, .west-address .social-link-heading, .address-head .social-link-heading , .follow-us .social-link-heading{
    float: left;
}
.our-software h4 {
    border-radius: 0;
}
.fill-out h4 {
    border-radius: 10px 10px 0;
}
.connect-student .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    height: auto;
}
.lp-header-left {
    display: inline-block !important;
}
.lp-header-right {
    margin-top:10px;
 display: inline-block !important;
    float: right !important;
}

.learning-services-right{
    margin: 0px auto !important;
    width: 50% !important;
}
.learning-services-left {
    float: left !important;
    width: 50% !important;
}
.dont-take-inner {
    padding: 20px 20px;
    float: left !important;
    width: 30% !important;
}
.video-sec {
    padding-right: 0;
}
.video-link {
    float: none !important;
    width:60% !important;
    margin: 10px auto !important;
}
.video-sec p {
    float: none !important;
    width: 70% !important;
    margin: 10px auto;
    text-align: center;
    padding: 0 10px !important;
}
.inner-right-header {
    float: none !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
}
.pl-right-header h2{
text-align: center;    
}
.build-tomorrow-img img {
    position: relative;
    top: 0;
    bottom: 0;
}
.build-tomorrow-ctaleft {
    max-width: 200px;
    margin: 0 auto 40px !important;
}
.build-tomorrow-ctaright {
    max-width: 200px;
    float:none !important;
    margin:40px auto 0 !important;
}
.build-tomorrow-img{
text-align: center;    
}





}

@media screen and (max-width: 640px) {
    
.create-future-left-img {
    display: none !important;
}    
    
 .learning-services-right{
    margin: 0px auto !important;
    width:100% !important;
    float:none !important;
}
.learning-services-left {
    text-align:center;
    float:none !important;
    width: 100% !important;
}
.dont-take-inner {
    float:none !important;
    width: 60% !important;
    margin: 0 auto !important;
}   
.learning-services {
    background: none !important;
    padding: 20px 0 20px;
}
 .learning-services-left h3 {
    color: #444;
 }
.banner-2img {
    display: none !important;
}    
 .strg-module {
    width:70%;
    margin: 0 auto !important;
    float: none !important;
}  

.strg-right-sec {
    width:76%;
}


.do-all img {
    position: unset;
    margin:0;
}   
.do-all .description {
    margin:0;
}   
.team-up-cta .cta_button {
    margin-top: 15px;
    position: unset;
}   
.identification .horizontal-slider img {
    max-width: 200px;
}
.highlight-features .caption img {
    width: 70% !important;
}
.recommendation .horizontal-slider .caption img {
    width: 70%;
}
.understanding .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li ul li {
    height: 200px;
}
.understanding .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    height: 750px;
}

.teacher-details p {
    max-width: none !important;
    position: static;
}
.teacher-testimonial .caption img {
    max-width: 280px;
    padding-top: 0;
}
.teacher-details span img {
    max-width: 160px !important;
}
.team-up .horizontal-slider ul li:nth-child(4) h1 {
    font-size: 33px;
    line-height: 35px;
    margin: 20px 0;
}
.software-decisions .cta_button {
    margin: 20px 0;
    max-width: 230px;
    width: 100% !important;
}
.connect-student .horizontal-slider .caption img {
    max-width: 360px;
    padding: 0 10px;
    width: 75% !important;
}

.secret-advantage{
    font-size:12px;
}

.secret-advantage ul li {
    min-height: 40px;
}

/*----------------*/

/* ---- */

.common-partner .horizontal-slider .caption img {
    width: 70%;
}

/*
.common-partner .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li ul li {
    height: 320px;
}
.common-partner .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    height: 375px;
}
*/

.common-partner{
    width:50%;
}

.common-partner .horizontal-slider .caption ul{
    margin-left:-50%;
}
.common-partner .horizontal-slider h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 20px auto !important;
}

.common-partner .horizontal-slider .caption ul li img {
    max-width: 80px;
}

.common-partner .horizontal-slider .caption p{
    font-size: 22px;
}

.common-partner .horizontal-slider .caption {
    margin: 0 auto;
}

.common-partner .horizontal-slider .hs_cos_flex-slides img {
    width:100%;
}

.common-partner .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li ul li {
    float: left;
    height: 160px;
    width: 100px;
}

.common-partner .horizontal-slider ul li ul {
    width: 100% !important;
}
/*
.common-partner .horizontal-slider ul li {
    height: auto !important;
}*/

}


@media screen and (max-width: 480px) {
    

.container h1 {
    font-size: 40px;
    line-height: 40px;
}
.horizontal-slider h1 {
    font-size: 40px;
    line-height: 40px;
}
.footer-wrapper .cta_button {
    width: 220px !important;
}
.advantage-cta .cta_button {
    margin-top: 55px;
    position: unset !important;
}
.unlock-cta-bttn {
  margin-top: 20px;
}

.advantage-cta {
    text-align: center;
}
.super-hero img {
    margin: 0;
}
.super-hero{
  text-align:center;
}
.blended-learning h2 {
    font-size: 30px;
    line-height: 35px;
}

.secret-advantage ul li {
    min-height: 55px;
}
.connect-student .horizontal-slider .caption p {
    padding: 0 5%;
}
.understanding .horizontal-slider h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 20px auto !important;
}
.understanding .horizontal-slider .caption ul li img {
    max-width: 80px;
}
.understanding .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li ul li {
    float: left;
    height: 160px;
    width: 100px;
}
.understanding .horizontal-slider ul li ul {
    width: 100% !important;
}

.connect-student .horizontal-slider ul li {
    height: auto !important;
}
.teacher-testimonial .horizontal-slider ul li {
    height: auto !important;
}
.understanding .horizontal-slider ul li {
    height: auto !important;
}

/*----------------*/

.common-partner .horizontal-slider h1 {
    font-size: 3px;
    line-height: 35px;
    margin: 20px auto !important;
}
.common-partner .horizontal-slider .caption ul li img {
    max-width: 8px;
}
.common-partner .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li ul li {
    float: left;
    height: 16px;
    width: 100px;
}
.common-partner .horizontal-slider ul li ul {
    width: 60% !important;
}
.common-partner .horizontal-slider ul li {
    height: auto !important;
}
.back-top {
    text-align: center !important;
}
.copyright {
    text-align: center;
}
.horizontal-slider .hs_cos_flex-slider .caption {
    padding: 0 10px !important;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0){ 
.header ul li a {
  max-width: 142px;
  margin: 0 8px;
}  

@media screen and (max-width: 870px) {
     .header ul li a {
      margin: 0 1px;
      font-size:14px;
    }  

}
@media screen and (min-width: 768px) and (max-width: 870px) { 
     .header div[data-sitemap-name="Streamlined Dropdown Header"]>ul>li:last-child a {
        margin: 0 0 0 4px;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }   
}
}


/*----safari hacker----*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 

::i-block-chrome, .icons {
    float: none !important;
    margin: 0 auto !important;
    max-width: 70px;
    width: 100% !important;
}
::i-block-chrome, .down-icon {
    margin: 0 0 0 30px !important;
}
::i-block-chrome, .up-icon {
    margin: 0 0 0 -30px !important;
}
::i-block-chrome, .our-partner .down-icon {
    margin: 0 0 0 0px !important;
}


}



/**********************************

9/2015 edits - adding sprite images

***********************************/
.arrow-cta {
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061") !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 100px auto !important;
}
.arrow-cta2 {
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png?t=1494442570061") !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 50px auto !important;
    padding-right: 50px !important;
}
.footer_icon {
    display: block;
    outline:none;
    width: 50px;
    height: 50px;
    background: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061") 0 -100px no-repeat;
    background-size: 100px auto;
    opacity: 0.3;
}
.footer_icon:hover {
    opacity: 0.7;
}
.footer_icon.footer_fb_icon {
    background-position: 0 -50px;
}
.footer_icon.footer_linkedin_icon {
    background-position: 0 -150px;
}
.footer_icon.footer_gplus_icon {
    background-position: 0 0px;
}
.contact-icon {
    display: block;
    outline: none;
    width: 50px;
    height: 60px;
    background: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061") 0 -365px no-repeat;
    background-size: 100px auto;
    opacity: .3
}
.contact-icon.mail-icon {
    height: 38px;
     background-position: 0 -310px;
}
.contact-icon:hover {
    opacity: 0.7;    
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
    width: 130px;
}
.gallery-cta .cta_button {
    box-shadow: none !important;
}

.vex .slider-mode-lightbox ul li {
    overflow: visible !important;
}
.vex .slider-mode-lightbox ul {
    margin-top: 100px;
    overflow: visible !important;
}
.vex .slider-mode-lightbox .hs_cos_flex-viewport {
    height: 95% !important;
}

.vex .slider-mode-lightbox .hs_cos_flex-direction-nav a {
    top: 55%;
}

.time-personal img {
    padding: 20px 0;
}
.main-section .container.blended-learning-heading {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    margin: 50px auto !important;
}
.main-section .container.blended-learning-heading h2{
    color: #808285;
    font-family: open sans;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin: 20px auto;
    padding: 0 10px;
    text-transform: uppercase;
}
.main-section .gt-form .form h3 {
    font-size: 25px;
display:none;
}


.light-sky .gt-form .form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    padding: 0 !important;
}
.teacher-testimonial .caption img {
  display:list-item;
  float:none !important;
  margin-bottom:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  margin-top:0 !important;
  width:100% !important;
}

@media (max-width: 1024px) {
.contact-icon {
    width: 35px;
    background: url("//cdn2.hubspot.net/hubfs/428371/Updated_Images_9-2015/2xsprites.png?t=1494442570061") 0 -255px no-repeat;
    background-size: 70px auto;
}
.contact-icon.mail-icon {
    background-position: 0 -217px;
}   

}
/**********************************

END 9/2015 edits - adding sprite images

***********************************/

@media (max-width: 980px) {
  
.stylo {
    display: none !important;}   
    
.stylo-2 {
font-size: 50px; 
height:auto !important;

}

}

@media (max-width: 768px) {
    
.light-sky .ph-gh {
    max-width: 100% !important;
    text-align:center;
    
    }
.stylo-2 {
       text-align:center;
}    
.lt-img {
    margin: 0;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
}
.light-sky .gt-form .form .hs_submit input[type="submit"] {
    width: 100%;
}


.teacher-testimonial .caption img {
    display: list-item  !important;
}

}


/**********************************

2/2016 edits - new dropdown menu

***********************************/
@media screen and (min-width: 1025px){
    .header div[data-sitemap-name="Streamlined Dropdown Header"] > ul> li> a {
        font-size: 16px !important;
    }
}
.hs-menu-item .hs-menu-children-wrapper {
    background-color: #fff;
    border-bottom: 3px solid #a8d157; 
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding-bottom: 10px;
    padding-top: 0;
}

.hs-menu-item .hs-menu-children-wrapper li a {
    font-size: 14px;
    white-space: normal !important;
    margin: 10px 5px;
    width: 155px !important;
}

.hs-menu-item.active-branch .hs-menu-children-wrapper li.hs-menu-depth-2 a {
    border-bottom: 0 !important;
    color: #444 !important;
    padding-bottom: 0px !important;
}

.hs-menu-item .hs-menu-children-wrapper li.hs-menu-depth-2 a:hover {
    color: #a8d157 !important;
}

.header ul li a:active {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.header ul li.hs-menu-depth-1 a:hover,
.header ul li.hs-menu-depth-1.hs-item-has-children:hover>a {
    border-bottom: 5px solid #a8d157;
    color: #a8d157 !important;
    padding-bottom: 5px !important;
}
.header ul li.hs-menu-depth-1 li.hs-menu-depth-2 a:hover {
    border-bottom: none;
    color: #a8d157 !important;
    padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
    .header-container .header div[data-sitemap-name="Streamlined Dropdown Header"] > ul > li:last-child a {
        background:#fccd0a;
        color: #fff !important;
        border-radius: 6px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease; 
        padding-bottom:10px !important; 
        border: none !important;
        margin: 0 0 0 8px;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .header-container .header  div[data-sitemap-name="Streamlined Dropdown Header"] > ul > li:last-child a:hover {
        opacity:0.8;
    }
}
.header-wrap .span9.custom-menu-primary {
    width: 76.5%;
    margin-left:0;
    text-align: right;
}

.header-wrap .span9.custom-menu-primary li li {
    text-align: left;
}
/**********************************

END 2/2016 edits - new dropdown menu

***********************************/

/**********updated-css-15-3-16****/

.btm-links {
    margin: 10px 0 0 !important;
      float: left !important;
}
.page-ftr{
     max-width: 215px;
       float: left !important;
}

@media (max-width: 767px) {

.btm-links a {
    font-size: 0.8rem;
}
.infopage .blended-right img {
    width: auto !important;
    margin-top: 20px;
}
.infopage .blended-right p {
    color: #7d7d7d;
    text-align: center;
}
.infopage .blended-right-car {
    text-align: center;
}
.infopage .info-form {
    max-width: 500px;
    margin: 0 auto !important;
}
.infopage .booth-section h2{
    text-align: center;
    font-size: 40px;
    line-height:40px;
    letter-spacing: 5px;
}
.infopage .banner-logo {
    text-align: center;
}



}

@media (max-width: 480px) {
    
    .lp-header-right a span {
    display: none;
}
.dont-take-inner {
    width: 80% !important;
}  

.strg-module {
    width: 90% !important;
}
.lp-header-left img {
    width: 170px !important;
     margin-top: 5px;

}
.video-link {
    float: none !important;
    width: 94% !important;
}
.video-sec p {
    width: 96% !important;
}
.pl-module-left .video-sec p{
   width: 96% !important;  
}
.infopage .bottom-twitter h3{
    font-size: 20px;
}







}