/* @import url('http://example.com/example_style.css'); */

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
    font-family: "Open Sans",sans-serif;
    margin: 0;
}


.body-container-wrapper {
    padding-top: 0;
}
.download-section h2 {
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.download-section .description {
    padding: 0;
}
.download-form {
    border-radius: 15px;
    color: #ffffff;
    float: none !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 60px !important;
    max-width: 840px;
    padding: 20px 90px;
}
.download-form h1 {
    color: #ffffff;
}
.download-form h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: unset;
}
.download-form input, select {
    border: 1px solid #a1acb0;
    border-radius: 6px;
    box-shadow: none;
    font-size: 17px;
    min-height: 40px;
}
.download-form select {
    -moz-appearance: none;
    background: #ffffff url("//cdn2.hubspot.net/hubfs/428371/Images/up_down.png") no-repeat scroll right 10px top 3px;
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
}
.download-form form .actions .hs-button {
    background: #93cae8 url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png") no-repeat scroll right 20px center / 50px auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0 #121212;
    float: right;
    font-size: 20px;
    padding: 12px 15px;
    margin-top: 30px;
    text-align: left;
    text-shadow: none;
    width: 250px;
}
.hsformerror p {
    font-size: 17px;
}
.download-form h1::before {
    content: url("//cdn2.hubspot.net/hubfs/428371/Images/H1-arrow.png");
    margin-right: 30px;
}
.download-form .field {
    padding-top: 15px;
}
.download-form .field label {
    display: inline-block !important;
    margin-bottom: 2px !important;
}
.thanks-header h1 {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/H1-arrow.png") no-repeat scroll left center;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 0 5px 70px;
}
.thanks-header {
    background: #f1a32c none repeat scroll 0 0;
    padding: 10px 0;
}
.thanks-header h1 {
    color: #ffffff;
    font-size: 45px;
}
.thanks-heading {
    text-align: center;
}
.thanks-section{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/thanks-banners.png") no-repeat scroll 0 0  / cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.thanks-section h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 70px 0 0;
    text-transform: unset;
}
.thanks-section .description {
    color: #ffffff;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    margin: 10px 0 60px !important;
}
.yellow-down-image {
    left: 0;
    position: absolute;
    top: 0;
}
.download-page-header .container {
    max-width: 1350px;
    position: relative;
}
.download-page-header {
    /*
    background: #f1a32c none repeat scroll 0 0;
    */
    position: relative;
    text-align: center;
}
.download-page-header img {
    left: 0;
    position: relative;
    top: 20px;
}





/*-----------------------   Newsletter Thanks Page  ------------------------*/







.newsletter-header {
    padding: 60px 0 80px;
    text-align: center;
}
.newsletter-header h1 {
    color: #ffffff;
}
.day-heading-section h2 {
    color: #8cc63f;
    font-family: Arial;
    font-size: 40px;
    font-style: italic;
    font-weight: 600 !important;
}
.newsletter-body-section {
    background: #cacaca none repeat scroll 0 0;
    padding: 70px 0;
    position: relative;
    text-align: center;
}
.newsletter-body-section .container {
    background: #808080 none repeat scroll 0 0;
    border-radius: 6px;
    color: #ffffff;
    padding: 30px 0;
}
.newsletter-body-section ul {
    list-style: outside none none;
    margin: 40px 0 0 80px;
    padding: 0;
    text-align: left;
}
.newsletter-body-section h3 {
    font-size: 35px;
    margin: 0;
}
.newsletter-body-section ul li {
    border-left: 5px solid #dca44c;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
    padding-left: 10px;
}
.newsletter-body-section img {
    min-width: 70px;
    position: absolute;
    top: 0;
    left:46%;
}



/*-----------------------   Subscribe Newsletter Page  ------------------------*/

.subscribe-header {
    background: #ff7221 none repeat scroll 0 0;
    padding: 30px 0;
}
.subscribe-header h1 {
    color: #ffffff !important;
    font-size: 45px !important;
    letter-spacing: 1.5px !important;
    margin-top: 40px;
    padding-left: 40px;
    text-align: left;
}
.miss-thing-section {
    background: #e2e2e2 none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
}
.miss-thing-section h2 {
    color: #666666;
 font-family: 'Open Sans',sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}
.miss-thing-section h3 {
    color: #ff7221;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.4px;
    margin: 0 0 20px;
    text-transform: unset;
}
.miss-thing-section h4 {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    line-height: 22px;
}
.newsletter-includes {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 15px;
    padding: 20px 0 30px;
}
.newsletter-includes h3 {
    color: #585858;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin: 0;
    text-transform: uppercase;
}
.newsletter-includes ul {
    list-style-type: square;
    padding-bottom: 20px !important;
    text-align: left;
}
.newsletter-includes ul li {
    color: #585858;
    font-size: 25px;
    margin: 20px 0 20px 10px;
}
.news-section h1 {
    color: #ff7221;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 20px 0 20px 20px;
    text-align: left;
}
.news-section input, select {
    border: 1px solid #a1acb0;
    border-radius: 6px;
    box-shadow: none;
    font-size: 17px;
    min-height: 40px;
}
.news-section select {
    -moz-appearance: none;
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
}
.news-section .field {
    padding-top: 15px;
}
.news-section form .actions .hs-button {
    background: #ff7221 url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png") no-repeat scroll right 8px center / 50px auto;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 2px 4px 0 #666666;
    float: right;
    font-size: 20px;
    margin-top: 30px;
    padding: 12px 15px;
    text-align: left;
    text-shadow: none;
    width: 210px;
}
.hsformerror p {
    font-size: 17px;
}
.news-section .form {
    
    border-radius: 15px;
    font-size: 18px;
    padding: 0 20px 20px;
}
.girl-describe-image {
    margin: 15px 0 !important;
    text-align: right !important;
}
.news-section .form  h3 {
    display: none;
}
.contact-thanks-banner {
    background: #fbb03b none repeat scroll 0 0;
    text-align: center;
}
.reach-out-section h1 {
    color: #f7931e;
    font-size: 40px;
    margin: 30px 0;
}
.girl-describe-image img {
    padding-right: 100px;
}
.subscribe-header-container {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1150px !important;
}
.subscribe-header img {
    min-width: 206px;
}





















/*-----------------------------------   Meet Our Team CSS      ---------------------------------------------*/




.fa.fa-exchange{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        color: rgb(255, 255, 255);
        width: 32px;
        text-align: center;
        font-size: 14px;
        background-color: rgb(251, 68, 0);
        padding: 9px
    }
    .picture{
        cursor:pointer;
    }

    .icon{
        z-index: 1;
        position: relative;
        left: 36%;
        top: -47px;
        cursor:pointer;
    }
    
    .drop{
        transform:translate(0,50px);
        transition:.2s;
    }
    .rise{
        transform:translate(0,0);
        transition:.2s;
    }
    #text{
        position: relative;
        z-index: 1;
        background: #ffffff;
        padding-top: 19px;
        margin-top: -32px;
    }
    
    .info{
        background-color: #fb4400;
        border-color: #fb4400;
        color: #ffffff;
        padding: 5px 10px;
        border-radius: 5px;
        margin-right: 10px;
        font-size:12px;
        
    }
    
    .fa-plus{
        padding: 0 5px;
    }
    
    
    .fa-plus:hover{
        -webkit-animation: vertical-loop 0.35s ease-in-out;
    }
    
    .fa-minus{
        padding: 0 5px;
    }
    
    
    .fa-minus:hover{
        -webkit-animation: vertical-loop 0.35s ease-in-out;
    }
    
    .fa-info-circle{
        padding: 0 5px;
    }
    .team-member{
        width:184px;
    }
    .more{
        background: white;
        z-index: 100;
        min-height: 40px;
    }
    .bio{
        
    }
       @-webkit-keyframes vertical-loop { 
       0% { transform: translate(0, 0); }
      50% { transform: translate(0, 100%); }
      50.01% { transform: translate(0, -100%); }
      100% { transform: translate(0, 0); } 
  }
  .switch{
      -webkit-animation: switch-picture 1s ease-in-out
  }
  @-webkit-keyframes switch-picture{
    0%{-webkit-transform: scale(1,1); }
    40%{-webkit-transform: scale(.5,.5); }

    50%{-webkit-transform:rotateY(90deg) scale(.5,.5); }

    60%{-webkit-transform: scale(.5,.5); }
    100%{-webkit-transform: scale(1,1); }
  }

    
    .active{
        display:block;
    }
    .passive{
        display:none;
    }
  .member-container{
padding: 0 20px;

}
.display-correct{
display:inline-block;
vertical-align: top;
}

.footer h3 {
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}
.footer ul li a {
    font-size: 16px;
 }
.footer {
    color: #999999;
    font-size: 16px;
}
.header .hs-menu-wrapper {
/*    display: inline-block !important;*/
}
.header ul {
    padding: 13px 0 0 !important;
}
.header ul li a {
    /*color: #7c7c7c !important; */
    font-size: 18px !important;
}
.our-team-heading h1 {
    color: #444444;
    font-weight: bold;
    text-transform: uppercase;
}
.main-content p {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    line-height: 22px;
}
.more {
    font-size: 17px;
}
.content-wrapper {
    padding: 0 !important;
}



.amazing-team {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/banner-1-4.png") no-repeat scroll 0 0 / cover ;
    text-align: center;
}
.amazing-team h1 {
    color: #ffffff;
    margin: 70px 0;
}
.meet-our-team {
    background: #cccccc url("//cdn2.hubspot.net/hubfs/428371/Images/team-page-bg.png") repeat-y scroll 0 0 / 100% auto;
    text-align: center;
}
.meet-our-team .container {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    margin: 40px auto !important;
}

.amazing-team-description {
    color: #444444;
    font-size: 23px;
    font-weight: 600;
    padding: 30px 0;
    text-align: center;
}


/*--------------------------------------------------- Success Stories Page CSS  ----------------------------*/
.success-stories {
    background: url("//cdn2.hubspot.net/hubfs/428371/Images/banner_background_image.png") no-repeat scroll center top 30px;
    padding: 90px 0;
    position: relative;
}
.success-stories img {
    bottom: 0;
    left: 140px;
    position: absolute;
}
.success-stories h1 {
    letter-spacing: 3px;
    margin-top: 35px;
}
.game-changing {
    background: #666666 none repeat scroll 0 0;
}
.game-changing h3 {
    color: #ffffff;
    font-size: 25px;
    margin: 23px 0;
    word-spacing: 4px;
}
.landmark-section {
    background: #e6e6e6 url("//cdn2.hubspot.net/hubfs/428371/Images/landmark-bg.png") no-repeat scroll center center / 100% auto;
    padding: 50px 0 100px;
    position: relative;
    text-align: center;
}
.case-studies {
    background: #808080 url("//cdn2.hubspot.net/hubfs/428371/Images/case-study-bg.png") no-repeat scroll left top 20px;
    padding: 50px 0 70px;
    position: relative;
    text-align: center;
}
.game-changing-section {
    text-align: center;
}
.landmark-section .description {
    color: #666666;
    float: none;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto !important;
    max-width: 730px;
}
.landmark-section .landmark-desc {
    max-width: 550px;
}

.game-changing-section .container img {
    padding: 40px 0 30px;
}
.landmark-section .landmark-left-cta .cta_button {
    bottom: 20px;
    position: absolute;
    left: 40px;
}
.landmark-section .landmark-right-cta .cta_button {
    bottom: 20px;
    position: absolute;
    right: 40px;
}
.landmark-section img {
    margin-top: 10px;
}
.case-study-image img {
    left: 50px;
    position: absolute;
    top: 30px;
}
.case-study-cta-section {
    float: none !important;
    margin: 70px auto 50px !important;
    max-width: 600px;
}
.case-studies h1 {
    color: #ffffff;
    margin-top: 60px;
}
.case-study-video-section {
    margin-bottom: 40px;
}

.testimonials-section .horizontal-slider .hs_cos_flex-slides img {
    width: auto !important;
}
.testimonials-section .horizontal-slider h4 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.testimonials-section .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    background-size: cover;
    height: auto;
}
.testimonials-section .horizontal-slider ul li .caption img {
    margin-top: 130px !important;
}
.testimonials-section .horizontal-slider .caption p {
    color: #ffffff;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
    max-width: 620px;
    padding: 10px 0;
}
.testimonials-section .horizontal-slider .caption .cta_button {
    margin: 30px 0;
}
.testimonials-section .horizontal-slider ul li:nth-child(2) .caption .cta_button {
    margin-top: 70px;
}

.testimonials-section .horizontal-slider ul li:nth-child(3) .caption .cta_button {
    margin-top: 110px;
}
.testimonials-section .horizontal-slider ul li .caption h1 {
    color: #444444;
}
.case-study-video-section iframe {
    max-width: 300px;
    width: 100% !important;
}



















/*--------------------------------   Board And Advisor   ------------------------------------*/




.boad-advisor-header {
    padding: 10px 0;
    position: relative;
    text-align: center;
}
.boad-advisor-header h1 {
    color: #ffffff;
    display: inline-block;
    left: 0;
    letter-spacing: 3px;
    position: absolute;
    top: 70px;
    width: 100%;
}
.good-advise h2 {
    color: #404041;
    font-family: "Open Sans",sans-serif;
    font-size: 23px;
    font-weight: 600 !important;
    line-height: 25px;
    margin: 25px 0;
}
.good-adviser-member {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/bg.png") no-repeat scroll center top 40px / 100% auto;
    position: relative;
    text-align: center;
}
.good-adviser-member .container {
    margin-top: 40px !important;
    padding: 30px 0;
}
.good-adviser-member ul {
    list-style: outside none none;
    margin: 40px 0 0 80px;
    padding: 0;
    text-align: left;
}
.good-adviser-member h3 {
    font-size: 35px;
    margin: 0;
}
.good-adviser-member ul li {
    border-left: 5px solid #dca44c;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
    padding-left: 10px;
}
/*
.good-adviser-member img {
    min-width: 70px;
    position: absolute;
    top: 0;
    left:46%;
}
*/

.good-advise {
    background: #cccccc none repeat scroll 0 0;
}

.left-side-girl img {
    left: 60px;
    position: absolute;
    top: 40px;
}
.board-members h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.board-members h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}
.members-section img {
    border: 10px solid #e6e6e6 !important;
    border-radius: 10px;
    min-height: 180px;
}
.members-section span .hs_cos_wrapper {
    float: left;
    margin: 0 40px;
    width: 25%;
}












/*-------------------------------------------------     Subscribe Byot Blog Page CSS     ----------------------------------------------------------*/



.byot-blog-header {
    background: #8CC63F none repeat scroll 0 0;
    padding: 60px 0;
    position: relative;
    text-align: center;
}
.byot-blog-header h1 {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 1.5px;
    z-index: 99;
}
.byot-blog-header h2 {
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 40px;
    margin: 0;
    text-transform: capitalize;
    z-index: 99;
}
.byot-blog-header img {
    bottom: 45px;
    left: 0;
    position: absolute;
}
.byot-learning {
    background: #e2e2e2 none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
}
.byot-learning h1 {
    font-size: 30px;
}
.byot-learning h2 {
    color: #8cc63f;
    font-family: "Open Sans",sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}
.byot-learning h3 {
    color: #8cc63f;
    font-family: arial;
    font-size: 27px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin: 0 0 20px;
    text-transform: unset;
}
.byot-learning h4 {
    color: #585858;
    font-family: arial;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
}
.byot-subscription {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 15px;
    margin-top: 10px;
    padding: 20px 0 30px;
}
.byot-subscription ul {
    list-style-type: square;
    padding-bottom: 20px !important;
    text-align: left;
}
.byot-subscription ul li {
    color: #585858;
    font-size: 25px;
    margin: 20px 0 20px 10px;
}
.better-days h1 {
    color: #8cc63f;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 20px 0 20px;
    text-align: left;
}

.better-days .field {
    padding-top: 15px;
}

.hsformerror p {
    font-size: 17px;
}
.better-days .form {
    border-radius: 15px;
    font-size: 18px;
    padding: 0 20px 20px;
    position: relative;
}
.byot-form-section{
    
        max-width: 700px;
}
.byot-girl-image {
    text-align: center !important;
}
.better-days .form  h3 {
    display: none;
}
.contact-thanks-banner {
    background: #fbb03b none repeat scroll 0 0;
    text-align: center;
}
.reach-out-section h1 {
    color: #f7931e;
    font-size: 40px;
    margin: 30px 0;
}

.byot-blog-header-container {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1150px;
}
.byot-form-section .blog-report {
    color: #585858;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 0.4px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 30px;
}



/*      Form CSS     */

.better-days form .actions .hs-button  {
    background: #A8D157 url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png") no-repeat scroll right 8px center / 50px auto;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 2px 4px 0 #666666;
    float: right;
    font-size: 20px;
    margin-top: 50px;
    padding: 12px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    text-shadow: none;
    width: 210px;
}
.better-days input, select, .form input, select, textarea {
    border: 1px solid #a1acb0;
    border-radius: 6px;
    box-shadow: none;
    font-size: 17px;
    min-height: 40px;
}
.better-days select , .form select {
    -moz-appearance: none;
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
}

.gt-form .form {
    border-radius: 15px;
    font-size: 18px;
}
.gt-form .form form h3 {
    display: none;
}
.gt-form .form .field {
    padding: 8px 0;
}





/*-------------------------------------------------     Subscribe Thanks You Page CSS     ----------------------------------------------------------*/


.subscribe-thank-you-header {
    background: #93cae8 none repeat scroll 0 0;
    position: relative;
    text-align: center;
}
.subscribe-thank-you-header .container {
    max-width: 1350px;
    position: relative;
}
.subscribe-thank-you-header h1 {
    color: #ffffff;
    position: absolute;
    top: 100px;
    width: 100%;
}
.subscribe-thank-you-header h2 {
    bottom: 80px;
    color: #ffffff;
    font-family: arial;
    font-size: 45px;
    font-style: italic;
    font-weight: 900;
    position: absolute;
    width: 100%;
}
.subscribe-thank-you-header img {
    min-height: 350px;
}
.thanks-you-form h1 {
    color: #585858;
    font-size: 31px;
    font-weight: 600;
    line-height: 35px;
    margin: 20px 0;
    text-align: left;
    text-transform: inherit;
}
.boy-case {
    text-align: center;
}
.thanks-you-form .field {
    padding-top: 15px;
}
.thanks-you-form form .actions .hs-button {
    display:none;
}
.thanks-you-form .form {
    float: right;
    margin: 30px 0 !important;
    max-width: 900px;
    padding: 0 40px 38px;
    position: relative;
}
.boy-case img {
    padding: 310px 0 0;
}
.form textarea {
    min-height: 160px !important;
}



/*-----------------------   Contact Us Form Page CSS   ------------------------*/

.getting-touch-form {
    background: #6bb9b2 url("//cdn2.hubspot.net/hubfs/428371/Images/formbackground.png") no-repeat scroll 0 0 / cover ;
}
.getting-touch-form h1::before {
    content: url("//cdn2.hubspot.net/hubfs/428371/Images/contact-us.png");
    position: relative;
    right: 10px;
    top: 20px;
}
.getting-touch-form h1 {
    color: #ffffff;
    font-size: 60px;
    margin: 10px 0;
}
.getting-touch-form h3 {
    color: #585858;
    font-size: 35px;
    font-weight: 700;
    margin: 20px 0 0;
    text-transform: inherit;
}
.getting-touch-form .form {
    border: 1px solid #a6b9b8;
    float: none !important;
    margin: 0 auto !important;
    max-width: 760px;
    padding: 0 70px 38px;
}
.getting-touch-form form .actions .hs-button  {
    background: #a8d157 url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png") no-repeat scroll right 8px center / 50px auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 3px 2px 4px 0 #666666;
    float: right;
    font-size: 20px;
    margin-top: 20px;
    padding: 12px 50px;
    text-align: left;
    text-shadow: none;
    width: 200px;
}
.getting-touch-form .field {
    padding-top: 15px;
}
.getting-touch-form h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
    text-align: center;
}








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

.getting-touch-yellow-bckgd {
    position: relative;
    text-align: center;
}
.getting-touch-yellow-bckgd .form {
    border: medium none;
    text-align: left;
    background:rgba(255, 255, 255, 0.5);
}
.getting-touch-yellow-bckgd .left-side-image img {
   left: 10px;
    position: absolute;
    top: 20px;
}



/*-----------------------   Event Page CSS   ------------------------*/


.event-header {
    text-align: center;
}
.register-section form .actions .hs-button  {
    background: #a8d157 url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png") no-repeat scroll right 8px center / 50px auto;
    border-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) -moz-use-text-color;
    border-radius: 10px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    box-shadow: 3px 2px 4px 0 #666666;
    float: right;
    font-size: 20px;
    margin-top: 20px;
    padding: 12px 20px;
    text-align: left;
    text-shadow: none;
    width: 200px;
}
.event-header h2 ,.school-description h1, .school-address h1{
    color: rgba(255, 255, 255, 0.6);
    font-family: arial;
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: 50px;
    margin: 0;
}
.event-header h1 {
    color: #ffffff;
    margin-bottom: 30px;
}
.text-title {
    color: #444444;
    font-size: 21px;
    font-weight: bold;
}
.event-details , .event-details h2 {
    text-align: left;
}
.event-details .timing {
    color: #444444;
    font-size: 22px;
    font-weight: 900;
}
.author-desc {
    font-size: 23px;
}

.school-description h1, .school-address h1 {
    text-align: left;
    text-transform: inherit;
}
.school-description .description, .school-address .description {
    padding-top: 0px;

}
.school-description .description ul li {
    font-size: 22px;
    font-weight: 900;
    margin-left: 50px;
}
.school-address {
    margin-top: 20px;
}
.register-section .form {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid #77a4bc;
    float: none;
    margin: 50px auto !important;
    max-width: 800px;
    padding: 40px 80px; 
}
.register-section .form h1 {
    font-weight: 700;
    text-transform: inherit;
}
.school-address img {
    opacity: 0.5;
}

.register-section select {
    -moz-appearance: none;
    background: #ffffff url("//cdn2.hubspot.net/hubfs/428371/Images/up_down.png") no-repeat scroll right 10px top 3px;
    width: 100%;
    -webkit-appearance:none;
    appearance:none;
}



/*-----------------------   FAQ Page  CSS   ------------------------*/

.banner-section {
    border-top: 1px solid #cccccc;
}
.faq-section {
    background: #dcdcdc none repeat scroll 0 0;
    font-size: 20px;
    line-height: 30px;
    padding: 40px 0;
}
.faq-section h1 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 10px 0 0;
    text-align: left;
}
.faq-section h2 {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 35px;
    margin: 20px 0 0;
    text-align: left;
}
.faq-section .container {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    padding: 40px 30px 20px;
}
.faq-section .cta_button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 2px 2px 3px 0 #444444 !important;
    margin: 40px 0;
}
.mind-set {
    background: #95cae7 none repeat scroll 0 0;
    padding: 50px 0;
    position: relative;
    text-align: center;
}
.mind-set h1 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 20px;
}
.mind-set img {
    margin-bottom: 40px;
}
.key-section {
    background: #a8d157 none repeat scroll 0 0;
    padding: 40px 0 80px;
    position: relative;
    z-index: 99;
    text-align: center;
}

.key-section ul {
    margin: 0 0 0 40px;
    text-align: left;
}
.key-section h1 {
    color: #fff;
    margin-bottom: 30px;
}
.key-section .key-image img {
    margin-top: 55px;
}
.key-section .cta-section {
    margin-top: 50px;
}
.key-section ul li {
    color: rgba(255, 255, 255, 0.65);
    font-size: 23px;
    list-style: outside url("//cdn2.hubspot.net/hubfs/428371/Images/bullet.png") disc;
    margin: 8px 0;
}
.image-gallery-section {
    background: #ca7f7c none repeat scroll 0 0;
    padding: 40px 0 50px;
    position: relative;
    text-align: center;
}
.image-gallery-section h1 {
    color: #fff;
    margin-bottom: 50px;
}
.image-gallery-section .gallery-girl img {
    bottom: -17px;
    position: absolute;
    right: 24%;
    z-index: 9;
}
.image-gallery-section .cta_button {
    display: inline-block;
    margin: 40px 0 70px;
}
.anthony-section {
    background: #93cae8 none repeat scroll 0 0;
    padding: 40px 0;
    position: relative;
    text-align: center;
}
.anthony-section .description {
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding: 0;
    text-align: left;
}
.anthony-section h1 {
    color: #fff;
    margin-bottom: 50px;
}
.anthony-section .description p:first-child {
    margin: 0 !important;
    padding: 0 !important;
}
.anthony-section .cta_button {
    display: inline-block;
    margin: 40px 0;
}
.playbook-section .playbook-image {
    text-align: right;
}
.playbook-section {
    background: #a7a9ac none repeat scroll 0 0;
    padding: 90px 0 0;
}
.play-book-heading {
    background: #f9c92e none repeat scroll 0 0;
    padding: 30px 0;
}
.play-book-heading h1{
    color: #FFFFFF;
}
.yellow-section {
    background: #f9c92e none repeat scroll 0 0;
    padding: 70px 0;
}
.playbook-image img {
    margin-top: 30px;
}
.image-gallery-section .gallery-images {
    float: none !important;
    margin: 0 auto !important;
    max-width: 800px;
}
.download-graphics-header {
    background: #a4c852 none repeat scroll 0 0;
    text-align: center;
}
.download-graphic-section .download-form {
    background: #a4c852 none repeat scroll 0 0;
}

.download-graphic-section {
    margin-top: 40px;
}
.download-graphic-section form .hs-form-required {
    display: none !important;
}
.download-graphic-section h2 {
    font-size: 40px;
    font-weight: lighter;
    line-height: 45px;
    margin: 30px 0 0;
    text-transform: uppercase;
}
.download-graphic-section .download-form {
    padding-bottom: 60px;
}
.download-graphic-section .download-form h1 {
    font-size: 70px;
    margin-top: 20px;
}
.download-graphic-section .download-form form .actions .hs-button {
    border: medium none;
    box-shadow: 3px 3px 5px -1px #000;
}
.download-graphic-section .download-form input, select {
    padding: 14px 0;
}
.website-finalversion3 {
    background: #95cae7 none repeat scroll 0 0;
}
.about-anthony .description {
    color: #fff;
    font-size: 25px;
}
.anthony-connection-details h1 {
    margin: 20px 0;
}
.anthony-connection-details .description {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}
.keynotes-section h1 {
    margin: 50px 0 0 0;
}
.anthony-video-section h1 {
    margin-bottom: 10px;
}
.anthony-testimonial-section h1 {
    margin: 50px 0;
}
.anthony-testimonial-section {
    padding: 90px 0;
}
.anthony-testimonial-section h1, .anthony-video-section h1, .keynotes-section h1 , .anthony-connection-details h1, .about-anthony h1 {
    color: #fff;
    font-size: 70px;
}
.anthony-video-section , .anthony-testimonial-section {
    text-align: center;
}
.anthony-connection-details ul {
    list-style: outside none none;
    margin: 100px 0 0;
    padding: 0;
}
.anthony-connection-details ul li {
    display: inline-block;
    padding: 0 6%;
}
.anthony-connection-details ul li:first-child {
    padding-left: 0;
}
.anthony-connection-details ul li:last-child {
    padding-right: 0;
}
.about-anthony h1 {
    margin-top: 30px;
}
.green-background {
    background: #a4c852 none repeat scroll 0 0;
}
.green-background .body-container .cta_button {
    box-shadow: none !important;
}
.resource-page-section .left-first-section {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hub/428371/hubfs/Images/Hnb4ir.png") no-repeat scroll 0 0 / 100% 100%;
    padding: 0 20px;
}
.resource-page-section .left-second-section{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/9U4jx.png") no-repeat scroll 0 0 / 100% 100%;
    margin: 40px 0 !important;
}
.resource-page-section .middle-first-section {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/u88Y.png") no-repeat scroll 0 0 / 100% 100%;
    margin: 40px 0 0 !important;
    padding:10px 20px;
}
.resource-page-section .right-first-section{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/GfumNo.png") no-repeat scroll 0 0 / 100% 100%; 
    padding: 10px 20px;
}
.resource-page-section .right-second-section{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/u88Y.png") no-repeat scroll 0 0 / 100% 100%;  
    margin: 40px 0 0 !important;
    padding:10px 20px;
}
.resource-page-section h1 {
    color: #fff;
    font-weight: 900;
    margin: 50px 0 10px;
}
.resource-page-section .content{
    margin-top: 40px;
}
.resource-page-section .description {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: lighter;
    line-height: 40px;
    padding: 20px 0;
}
.images-gallery-section .hs_cos_wrapper_widget {
    display: inline-block;
    max-width: 210px;
    padding: 20px;
}
.images-gallery-section {
    margin-top: 20px;
}
.anthony-video-section .video {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/video.png") no-repeat scroll 0 0 / cover ;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 50px;
}
.anthony-video-section .video iframe {
    height: 200px;
    width: 360px;
}
.anthony-testimonial-section .description{
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/testimonial.png") no-repeat scroll 0 0 / cover ;
    min-height: 330px !important;
    padding: 30px 10px;
}
.quote-gallery-blog .post-header-test h3::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1.2em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 50%;
}
.quote-gallery-blog .post-header-test h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0 5px;
    text-align: left;
}
.quote-gallery-blog .post-header-test h3 a {
    color: #444;
    text-decoration: none;
}
.quote-gallery-blog .post-item p .topic-link {
    color: #444;
    font-style: italic;
    text-decoration: none;
}
.quote-gallery-blog .post-item .post-topic {
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    margin-top: 0;
    overflow: hidden;
    padding: 14px 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.quote-gallery-blog .post-item .post-feartured-image {
    max-height: 150px;
    overflow: hidden;
}
.quote-gallery-blog .post-item {
    background: white none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 18px 1.5%;
    max-width: 360px;
    min-height: 250px;
    position: relative;
    width: 100%;
}
.post-feartured-image img {
    width: 100%;
}
.quote-heading-section {
    background: #8cc63f none repeat scroll 0 0;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    padding: 70px 0;
    text-align: center;
}
.resource-page-section p {
    margin: 0;
}



/* css by rick */

.left-sidebar {
    background: #a2d1ea none repeat scroll 0 0;
    box-shadow: 0.8px 0 0.8px 0.7px #fff;
    padding: 10px;
}


.sec-one {
    background: #fff none repeat scroll 0 0;}


.t1-content {
    border-bottom: 10px solid #a2d1ea;
    padding: 10px;
}


.t3-content {
    padding: 9px;
}

.sec-two {
    background: #fff none repeat scroll 0 0;
    margin: 22px 0 0;
}

.sec-two .t1-content {
    margin: -19px 0 0;
}




.right-sidebar {
    background: #a2d1ea none repeat scroll 0 0;
    box-shadow: 0.8px 0 0.8px 0.7px #fff;
    padding: 10px;
}


.right-sec-one {
    background: #fff none repeat scroll 0 0;
    padding: 11px;
}



.center-sec-one {
    background: #fff none repeat scroll 0 0;
    border: 9px solid #c3e3f3;
    box-shadow: 0.8px 0 0.8px 0.7px #fff;
    margin: 18px 0 0;
    padding: 10px;
}
.bord {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hub/428371/hubfs/Images/seprator.png?t=1441801441615&width=247") no-repeat scroll center top;
}
.resource-page-section {
    padding-bottom: 50px;
}
.resource-page-section .download-image-cta {
    margin-top: 20px;
    text-align: center;
}
.quote-gallery-heading {
    background: #9abe45 none repeat scroll 0 0;
    padding: 60px 0;
}
.quote-gallery-heading h1 {
    color: #fff;
    text-transform: unset;
}
.anthony-connection-details .social-icon ul {
    display: inline-block;
    margin-top: 50px;
}
.anthony-connection-details .social-icon ul li {
    padding: 0 !important;
}
.anthony-connection-details .social-icon ul li a {
    font-size: 0;
    margin: 0 48px;
    padding: 50px;
}
.anthony-connection-details .social-icon ul li:nth-child(1) a {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/g.png") no-repeat scroll 0 0;
}
.anthony-connection-details .social-icon ul li:nth-child(2) a {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/in.png") no-repeat scroll 0 0;
}
.anthony-connection-details .social-icon ul li:nth-child(3) a {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/twitter-4.png") no-repeat scroll 0 0;
}
.anthony-connection-details .social-icon ul li:nth-child(4) a {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/428371/Images/gmail.png") no-repeat scroll 0 0;
}
.anthony-connection-details .social-icon ul li:first-child a {
    margin-left: 0;
}
.anthony-connection-details .social-icon ul li:last-child a {
    margin-right: 0;
}
.keynotes-section .description ul li a {
    text-decoration: none;
}
.keynotes-section .description ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.keynotes-section .description a {
    text-decoration: none;
}




.image-gallery-section .cta_button , 
.anthony-section .cta_button , 
.key-section .cta_button , 
.playbook-section .cta_button {
    box-shadow: none !important;
}
.play-book-section{
position:relative;    
}

.left-ina {
    background: white none repeat scroll 0 0;
    border-radius: 0 15px 15px 0 !important;
    color: #818285;
    font-family: "Just Another Hand",cursive;
    font-size: 50px;
    letter-spacing: 1.6px;
    margin: 63px 0 0;
    overflow: hidden;
    padding: 16px 20px 7px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}
.rt-back {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px 0 0 15px !important;
    margin: 61px 0 31px;
    padding: 10px;
    color: #818285;
    font-family: "Just Another Hand",cursive;
    font-size: 32px;
    letter-spacing: 1px;
    position: relative;
    text-align: left;
}

.opn-font h3 span{
    font-family: 'Open Sans',sans-serif !important;
}
.gt-form {
    margin: 0 0 94px;
}
.lt-img {
    text-align: right;
}
.ph-gh {
    float: right !important;
    max-width: 328px;
    font-size: 19px;
    line-height: 28px;
    text-align: left; padding: 0 0 0 10px;
}
.gt-form .form .hs-input {
    border: 1px solid #818285;
    border-radius: 10px;
    color: #818285;
    padding: 12px 10px;
}


.gt-form .form {
    background: #dce9bf none repeat scroll 0 0;
    border: 2px solid #73727c;
    border-radius: 40px;
    max-width: 590px;
    padding: 30px 7%;  
    position: relative;
}
.gt-form .form::after {
    content: url("//cdn2.hubspot.net/hubfs/428371/Images/kid.png?t=1443011350832");
    position: absolute;
    right: -172px;
    top: 22%;
}

.gt-form .form h3 {
    color: #818285;
    display: inline-block;
    font-size: 55px;
    font-weight: bold;
    margin: 0px 0;
    padding: 0;
}
.absolute {
    border-radius: 22px 0 0 22px;
    bottom: 88px;
    display: inline-block;
    height: 110px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 204px !important;
}

.rsvp{
    overflow:hidden;    
}



.gt-form .form .hs_submit {
    float:right;
  }


.gt-form .form .hs_submit input[type="submit"] {
    background: #f7a333 url("//cdn2.hubspot.net/hubfs/428371/Images/arroww.jpg?t=1443027263322") no-repeat scroll 89% center;
    border: medium none;
    border-radius: 8px;
    padding: 12px 49px 12px 11px;
}

/*-----------------------   PL Summit CSS   ------------------------*/

.pl-submit-section{
    background-image:url("//cdn2.hubspot.net/hubfs/428371/Images/BridgeHeaderBackground-1.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px 0 0;
}
.pl-submit-section h3 {
    color: #92cbea;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 100px 0 0 300px;
    text-transform: capitalize;
}
.time-location {
    background: #A5C952 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 15px;
    position: relative;
    z-index: -1;
}
.time-location .container {
    padding-left: 350px;
}
.pl-submit-section .personal-learning {
    font-size: 13px;
    padding: 20px 150px 20px 420px;
}
.seeing-believing {
    color: #ffffff;
    max-width: 400px;
}
.ed-logo-section {
    position: relative;
}
.ede-logo {
    max-width: 320px;
    position: absolute;
    right: 0;
}
.white-content {
    color: #ffffff;
    font-style: italic;
    padding: 0 0 30px;
    vertical-align: bottom;
}
.personal-learning h4 {
    color: #cf807d;
    font-weight: 700;
}
.personal-learning h5 {
    color: #b9d37b;
    font-style: italic;
    margin: 0 0 10px;
}
.white-content h6 {
    float: right;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    max-width: 170px;
    text-align: right;
}
.white-content p{
    margin: 0;
}
.white-content .border {
    border-right: 2px solid #ffffff;
    padding-right: 30px;
}
.pl-cta-section {
    background: #a5c952 none repeat scroll 0 0;
    padding: 30px 0 0;
    text-align: center;
}
.pl-cta-section .cta_button, .press-kit .cta_button{
    box-shadow: none !important;
}
.press-kit .cta_button {
    display: inline-block;
    margin-top: 10px !important;
}
.meeting-agenda .container, .pl-partners .container, .pl-logo-section .container{
    max-width: 770px;
}
.press-kit {
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/PressKitBar.png?t=1450866789975");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px !important;
    text-align: center;
}
.pl-logo-section {
    margin-bottom: 80px;
    text-align: center;
}
.pl-logo-section .hs_cos_wrapper_type_custom_widget {
    display: inline-block !important;
    float: left;
    margin-top: 30px;
    max-width: 90px;
    padding-right: 20px;
    vertical-align: top;
}
.pl-logo-section .pl-logo {
    display: inline-block;
    width: 100%;
}
.me .pl-logo p {
    color: #ffffff;
    font-size: 15px;
    left: -4px;
    margin: 0;
   min-height: 44px;
    overflow: hidden;
    padding: 2px 0 6px;
    /*position: absolute;*/
    position: relative;
    text-align: center;
    width: 105px;

}
.me .second-row .pl-logo p{
    min-height: auto;
}
.pl-logo:before, .pl-logo:after {
    bottom: 52px !important;
}
.second-row .pl-logo::before, .second-row .pl-logo::after {
    bottom: 28px !important;
}
.pl-logo img {
    height: 60px;
    width: 90px;
}
.white-content .end{
    align-items: flex-end !important;
    display: flex !important;
    justify-content: center;
    min-height: 180px !important;
}
/*-----------------------  END PL Summit CSS   ------------------------*/

/*------ PL Summit L1 Template CSS ------*/
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-full-width img {
    width: 20%;
}
.cd-hero-slider {
  position: relative;
  overflow: hidden;
  height: 1330px;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}
.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}
.cd-slider-nav {
  width: 100%;
  z-index: 2;
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;
}
.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}

.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}
.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}
.cd-slider-nav li {
  display: inline-block;
  float: left;
}
.cd-slider-nav li.selected a {
  color: #eba641;
}
.cd-slider-nav a {
  display: block;
  position: relative;
}
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0;
}
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}
.no-js .cd-slider-nav {
  display: none;
}



@media only screen and (min-width: 768px) {
.cd-header {
    height: 70px;
    background-color: transparent;
}
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    border-top: none;
  }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    width: 45%;
  }
  .cd-hero-slider .cd-img-container {
    display: block;
  }
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }


  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
  .cd-slider-nav a {
    text-transform: uppercase;
  }
}

.cd-hero .hbspt-form {
    display: block;
}
.personal-learning-section {
    margin: 40px 0 0;
    position: relative;
}
.personal-learning-section h3 {
    color: #92cbea;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 40px 0 0 300px;
    text-transform: capitalize;
}

.time-heading {
    color: #92cbea;
    font-size: 17px;
    font-weight: 700;
    padding: 0 0 0 340px;
}
.green-content a {
background: rgba(197,134,128,1);
background: -moz-linear-gradient(top, rgba(197,134,128,1) 0%, rgba(197,134,128,1) 13%, rgba(206,156,151,1) 20%, rgba(206,156,151,1) 28%, rgba(197,134,128,1) 34%, rgba(197,134,128,1) 71%, rgba(197,134,128,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,134,128,1)), color-stop(13%, rgba(197,134,128,1)), color-stop(20%, rgba(206,156,151,1)), color-stop(28%, rgba(206,156,151,1)), color-stop(34%, rgba(197,134,128,1)), color-stop(71%, rgba(197,134,128,1)), color-stop(100%, rgba(197,134,128,1)));
background: -webkit-linear-gradient(top, rgba(197,134,128,1) 0%, rgba(197,134,128,1) 13%, rgba(206,156,151,1) 20%, rgba(206,156,151,1) 28%, rgba(197,134,128,1) 34%, rgba(197,134,128,1) 71%, rgba(197,134,128,1) 100%);
background: -o-linear-gradient(top, rgba(197,134,128,1) 0%, rgba(197,134,128,1) 13%, rgba(206,156,151,1) 20%, rgba(206,156,151,1) 28%, rgba(197,134,128,1) 34%, rgba(197,134,128,1) 71%, rgba(197,134,128,1) 100%);
background: -ms-linear-gradient(top, rgba(197,134,128,1) 0%, rgba(197,134,128,1) 13%, rgba(206,156,151,1) 20%, rgba(206,156,151,1) 28%, rgba(197,134,128,1) 34%, rgba(197,134,128,1) 71%, rgba(197,134,128,1) 100%);
background: linear-gradient(to bottom, rgba(197,134,128,1) 0%, rgba(197,134,128,1) 13%, rgba(206,156,151,1) 20%, rgba(206,156,151,1) 28%, rgba(197,134,128,1) 34%, rgba(197,134,128,1) 71%, rgba(197,134,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c58680', endColorstr='#c58680', GradientType=0 );

    border-radius: 10px 10px 0 0;
    color: #ffffff;
    margin: 0 9px 0 0;
    padding: 12px 33px 5px;
    text-decoration: none;
    text-transform: uppercase;
    display:inline-block;
}
.green-content a:hover{
    color: #EBA641;
}
.welcome-content {
    float: right !important;
    max-width: 600px;
    padding-right: 70px;
    z-index: 3;
}

.green-content {
    float: right !important;
    margin-top: 150px;
    padding-left: 40px;
    max-width: 760px;
}

.personal-learning-section .time-location {
    height: 50px;
    margin-top: 0;
    position: absolute;
    top: 140px;
    z-index: -1;
}
.pay-content {
    padding: 30px 10% 30px 20%;
    width: 70% !important;
}
.pay-content .heading {
    font-size: 30px;
    color: #CF807D;
}
.pay-content h2 {
    color: #cf807d;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    text-align: left;
}
.pay-content .desc p {
    font-size: 13px;
    line-height: 17px;
    max-width: 520px;
}
.pay-content li {
    position: static;
    transform: translateX(0px);
}
.pay-content .hs_cos_wrapper_type_form{
    background: #dfe5bf none repeat scroll 0 0;
    border: 2px solid #808285;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px !important;
}
.pay-content h3.form-title {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.pay-content form .actions .hs-button {
    background-color: #eba641;
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png?t=1451912480388");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    border: medium none !important;
    border-radius: 10px;
    box-shadow: none;
    font-size: 17px;
    padding: 13px 15px !important;
    text-align: left;
    text-shadow: none;
    width: 125px !important;
    color: #ffffff;
}
.pay-content form .actions {
    margin: 0 !important;
    padding: 0 !important;
}
.pay-content .hs-form-required {
    color: #ff0000;
    left: 3px;
    position: relative;
    top: 3px;
}
.pay-content .hs-error-msgs.inputs-list {
    color: #ff0000;
    font-size: 12px;
}
.pay-content .hs-button:active:not(.inactive):not(.link), 
.pay-content .hs-button.depressed:not(.inactive):not(.link), 
.pay-content .hs-button:not(.inactive):not(.link) {
    background-color: #eba641 !important;
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/white-arrow.png?t=1451912480388") !important;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    box-shadow: none !important;
}
.main-bg-image {
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/BridgeHeaderBackground-1-1-2000px-height.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 40px solid #a5c952;
    position: absolute;
    top: 0;
}
.personal-welcome .main-bg-image {
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/BridgeHeaderBackground-1-1.png");
    background-size: cover;
}
.personal-welcome .cd-hero-slider {
    height: 695px;
}
.personal-welcome .pl-footer-logo img {
    left: 19%;
    margin: 0;
    max-width: 200px;
    position: absolute;
    top: 77%;
}
.personal-learning-form .pl-footer-logo img {
    left: 19%;
    max-width: 200px;
    position: absolute;
    top: 44%;
}
.pay-content h3 {
    color: #808285;
    padding: 0 !important;
}
.pay-content input, 
.pay-content textarea,
.pay-content select {
    border: 1px solid #808285 !important;
    border-radius: 5px !important;
    color: #808285;
    font-size: 14px !important;
    padding: 5px !important;
    margin: 0;
    max-width: 330px !important;
    width: 100% !important;
}
.pay-content .field ul li label input {
    margin-right: 7px !important;
    width: auto !important;
}
.pay-content .field ul li label {
    display: inline-block;
    padding-bottom: 0 !important;
}
.pay-content select {
    background-color: #ffffff;
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/up_down-black.png?t=1451912480388");
    background-position: right 10px top 5px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    min-height: 30px !important;
    padding: 6px 5px !important;
    width: 100% !important;
    -moz-appearance: none;
    -webkit-appearance:none;
}

.pay-content label span {
    font-family: "Open Sans",sans-serif !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 20px;
}
.pay-content .field {
    margin: 0 0 7px !important;
    width: 47%;
}
.pay-content .hs_will_you_join_us_for_an_optional_tech_company_tour_on_5_19_.field.hs-form-field {
    position: absolute;
    right: 0;
    top: 0;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field{
    position: absolute;
    right: 0;
    top: 465px;  
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field{
    position: absolute;
    right: 0;
    top: 553px;  
}
.pay-content form{
    position:relative;
}
.pay-content form .hs_submit {
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}
.register-form  .pay-content form .actions .hs-button {
    padding: 9px 15px !important;
    width: 150px !important;
}
.register-form .pay-content {
    width: 100% !important;
}
.personal-learning-form .pay-content {
    padding: 30px 8% 30px 20%;
}
/*------ PL Summit L1 Template CSS END ------*/

.personal-welcome .register-form {
    min-height: 400px !important;
}
.personal-learning-form .register-form {
    min-height: 1040px !important;
}
.pay-content a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #4181ae;
    margin: 0;
    padding: 0;
    text-transform: unset;
}
.pay-content a:hover {
    color: #4181ae;
    text-decoration: underline;
}
button.nav-hide {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4181ae;
    cursor: pointer;
    font-size: 17px;
    padding: 0;
    text-decoration: underline;
    width: 100%;
}
.pay-content .hs_will_you_join_us_for_an_optional_tech_company_tour_on_5_19_.field.hs-form-field li {
    padding-top: 8px;
}



.pay-content .hs-error-msgs.inputs-list {
    color: #ffffff;
    font-size: 11px;
    height: 0;
    left: 105px;
    max-width: 170px;
    width: 160px;
    position: absolute;
    text-align: center;
    top: -20px;
    z-index: 999;
}
.pay-content .field {
    position: relative;
}
.pay-content .hs-error-msgs.inputs-list li {
    background: #c58680 none repeat scroll 0 0;
    border-radius: 5px;
    padding: 3px 5px;
}
.pay-content .hs-error-msgs.inputs-list::after {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #c58680;
    content: "";
    height: 0;
    left: 47%;
    position: absolute;
    top: 35px;
    width: 0;
    z-index: -9;
}
.pay-content .hs_will_you_be_booking_a_hotel_room_with_us_at_the_conference_hotel.field.hs-form-field .hs-error-msgs,
.pay-content .hs_would_you_like_transportation_to_san_francisco.field.hs-form-field .hs-error-msgs
{
    top: 40px;
}
.pay-content .hs_will_you_be_booking_a_hotel_room_with_us_at_the_conference_hotel.field.hs-form-field .hs-error-msgs::after,
.pay-content .hs_would_you_like_transportation_to_san_francisco.field.hs-form-field .hs-error-msgs::after
{
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-right: 7px solid #c58680;
    border-top: 8px solid rgba(0, 0, 0, 0);
    left: -14px;
    top: 11px;
}

.pay-content .hs_any_special_needs_we_should_know_about.field.hs-form-field .hs-error-msgs.inputs-list,
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field .hs-error-msgs.inputs-list
{
    top: 0px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field .hs-error-msgs.inputs-list
{
    top: 20px;
}
.pay-content .hs_will_you_join_us_for_an_optional_tech_company_tour_on_5_19_.field.hs-form-field .hs-error-msgs.inputs-list::after {
    top: 41px;
}
.pay-content .hs_district_or_organization_state.field.hs-form-field .hs-error-msgs.inputs-list {
    width: 70%;
}

.newsletter-body-section .newsletter-right-cont span {
    display: inline-flex;
}
.gt-form .form::after {
    content: " ";
}

/* ------ Timeline CSS -------- */

.social-menu{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 20px;
	opacity:0;
	padding:5px 10px;
	pointer-events:none;
	position:absolute;
	top:45px;
	-webkit-transform:scale(.8) translateY(-30%);
	-ms-transform:scale(.8) translateY(-30%);
	transform:scale(.8) translateY(-30%);
	transition:.3s cubic-bezier(.3, 0, 0, 1.3);
    width: 200px;
    z-index: 9;
}

.social-menu a{
	border-radius:3px;
	display:block;
	margin:5px auto;
	padding:8px 8px 8px 0;
	text-align:left;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;user-select:none;
	transition:all .1s ease-in-out;
	background:none
}
.social-menu.sesame{
	opacity:1;
	pointer-events:auto;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none
}
.social-menu.share-menu{
    left:0px
}
.social-menu.save-menu{
    left:0px
}
.timeline-module ul li h6 {
    font-size: 5px;
    line-height: 7px;
    margin: 0;
    padding-bottom: 3px;
}
.timeline-section {
    padding: 40px 0;
}
.social-menu h6 {
    font-size: 18px !important;
    line-height: 20px !important;
}
.timeline-module .year {
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 5px;
    padding: 2px 0;
    text-align: center;
    width: 100%;
}
.timeline-module {
    display: inline-block;
    margin: 10px 0;
    max-width: 200px;
    padding: 0 5px;
    position: relative;
}
.social-menu img {
    width: 100%;
}
.timeline-section .container {
    max-width: 1280px;
}



/* diff colours */
.first .year{
    background-color:#92CBE9;
}
.first ul li h6{
    color:#92CBE9;
}
.first .social-menu{
    border: 1px solid #92CBE9;
}
.first .border{
    border-right: 2px solid #92CBE9;
}


.second .year{
    background-color:#F4A52C;
}
.second ul li h6{
    color:#F4A52C;
}
.second .social-menu{
    border: 1px solid #F4A52C;
}
.second .border{
    border-right: 2px solid #F4A52C;
}



.third .year{
    background-color:#ADC157;
}
.third ul li h6{
    color:#ADC157;
}
.third .social-menu{
    border: 1px solid #ADC157;
}
.third .border{
    border-right: 2px solid #ADC157;
}


.fourth .year{
    background-color:#939598;
}
.fourth ul li h6{
    color:#939598;
}
.fourth .social-menu{
    border: 1px solid #939598;
}
.fourth .border{
    border-right: 2px solid #939598;
}



.fifth .year{
    background-color:#BF847F;
}
.fifth ul li h6{
    color:#BF847F;
}
.fifth .social-menu{
    border: 1px solid #BF847F;
}
.fifth .border{
    border-right: 2px solid #BF847F;
}


.sixth .year{
    background-color:#FACA2C;
}
.sixth ul li h6{
    color:#FACA2C;
}
.sixth .social-menu{
    border: 1px solid #FACA2C;
}
.sixth .border{
    border-right: 2px solid #FACA2C;
}

/* -- */

.timeline-module ul li {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 4px;
    line-height: 5px;
    text-align: right;
    width: 33.33%;
    position: relative;
}
.first .year{
    background-color:#92CBE9;
}
.first ul li h6{
    color:#92CBE9;
}
.first .social-menu{
    border: 1px solid #92CBE9;
}

.timeline-module .btn-share img {
    max-width: 50px;
}
.timeline-module .btn-share .desc {
    display: inline-block;
    max-width: 50px !important;
    padding: 3px 0;
}
.timeline-module .btn-share {
    display: inline-block;
    max-width: 60px;
    position: relative;
}
.timeline-module.second ul li:nth-child(1) .desc {
    padding-bottom: 55px;
}
.sixth ul li:nth-child(1) .social-menu.share-menu,
.sixth ul li:nth-child(5) .social-menu.share-menu{
    left: -30px;
}
.sixth ul li:nth-child(2) .social-menu.share-menu,
.sixth ul li:nth-child(6) .social-menu.share-menu{
    left: -90px;
}
.sixth ul li:nth-child(3) .social-menu.share-menu,
.sixth ul li:nth-child(7) .social-menu.share-menu{
    left: -160px;
}
.timeline-module li:first-child {
    left: -30px;
}

.timeline-module ul li p {
    margin: 0;
    padding: 4px 0;
}
.timeline-module h6, .timeline-module .border {
    padding-right: 3px;
}

.timeline-module ul li:nth-child(1) .btn-share,
.timeline-module ul li:nth-child(2) .btn-share,
.timeline-module ul li:nth-child(3) .btn-share
{
    align-items: flex-end;
    -webkit-align-items: flex-end;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    justify-content: center;
    min-height: 150px;
}
.timeline-module ul li:nth-child(5) .btn-share,
.timeline-module ul li:nth-child(6) .btn-share,
.timeline-module ul li:nth-child(7) .btn-share
{
    align-items: baseline;;
    -webkit-align-items: baseline;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    justify-content: center;
    min-height: 150px;
}

.first li:first-child .border {
    padding-bottom: 20px !important;
}
.first li:nth-child(7) .border {
    padding-top: 40px !important;
}





.second li:first-child .border {
    padding-bottom: 55px !important;
}
.second ul li:nth-child(2) .border{
    padding-bottom: 20px !important;
}
.second ul li:nth-child(3) .border{
    border-left: 2px solid #f4a52c;
    border-right: medium none;
    padding-bottom: 0;
    padding-left: 3px;
}

.second li:nth-child(6) .border {
    padding-top: 20px !important;
}
.second li:nth-child(7) .border {
    padding-top: 56px !important;
    border-left: 2px solid #f4a52c;
    border-right: medium none;
    padding-bottom: 0;
    padding-left: 3px;
}
.second ul li:nth-child(3),
.second ul li:nth-child(7) {
    left: 30px;
    text-align: left;
}


.third ul li:first-child .border{
    padding-bottom: 65px;
}

.third ul li:nth-child(3) .border{
    border-left: 2px solid #f4a52c;
    border-right: medium none;
    padding-bottom: 0;
    padding-left: 3px;
}
.second ul li:nth-child(3){
    left: 30px;
    text-align: left;
}

.third ul li:nth-child(2),
.third ul li:nth-child(6),
.third ul li:nth-child(7){
    text-align: left;
}

.third ul li:nth-child(2) .border{
    border-left: 2px solid #adc157;
    border-right: medium none;
    padding-bottom: 35px;
    padding-left: 3px;
}
.third ul li:nth-child(5) .border {
    border: medium none;
    padding: 0px;
}
.third ul li:nth-child(6) .border {
    padding-top: 45px;
    border-left: 2px solid #adc157;
    border-right: medium none;
    padding-bottom: 0;
    padding-left: 3px;
}
.third ul li:nth-child(7) .border {
    padding-top: 35px;
    border-left: 2px solid #adc157;
    border-right: medium none;
    padding-left: 3px;
}



.fourth ul li:first-child .border{
    padding-bottom: 50px;
}
.fourth ul li:nth-child(6) .border{
    padding-top: 40px;
}

.fifth ul li:first-child .border{
    padding-bottom: 55px;
}
.fifth ul li:nth-child(2) .border{
    border-left: 2px solid #bf847f;
    border-right: medium none;
    padding-bottom: 40px;
    padding-left: 3px;
}
.fifth ul li:nth-child(2),
.fifth ul li:nth-child(3){
    left: -20px;
    text-align: left;
}

.fifth ul li:nth-child(3) .border{
    border-left: 2px solid #bf847f;
    border-right: medium none;
    padding-bottom: 0;
    padding-left: 3px;
}
.fifth ul li:nth-child(7){
    text-align: left;
}
.fifth ul li:nth-child(7) .border,
.fifth ul li:nth-child(7) h6{
    border-right: medium none;
}
.fifth ul li:nth-child(6) .border{
    padding-top: 20px;
}
.fifth ul li:nth-child(7) .border{
    padding-top: 10px;
}





.sixth ul li:first-child .border{
    padding-bottom: 15px;
}
.sixth ul li:nth-child(2) .border{
    padding-bottom: 35px;
}
.sixth ul li:nth-child(3),
.sixth ul li:nth-child(7){
    text-align: left;
}
.sixth ul li:nth-child(3) .border{
    border-right: medium none;
    padding-bottom: 30px;
}
.sixth ul li:nth-child(7) .border, 
.sixth ul li:nth-child(7) h6{
    border-right: medium none;
    padding-left: 5px;
}
.sixth ul li:nth-child(5) .border{
    padding-top: 5px;
}
.sixth ul li:nth-child(6) .border{
    padding-top: 35px;
}
.sixth ul li:nth-child(7) .border{
    padding-top: 30px;
}
.timeline-module .social-menu img{
    max-width:100%;
}


/* ------------- END Timeline CSS -------- */

/* ------------- New Newsroom Page CSS -------- */

.news-header-sec {
    color: #ffffff;
    padding: 20px 0 0;
    text-align: center;
}
.news-header-sec h1 {
    font-size: 30px;
    margin: 20px 0 0;
    text-transform: capitalize;
}
.news-header-sec h2 {
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0;
}
.news-header-sec h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin: 5px 0;
    text-transform: capitalize;
}
.news-header-sec .learn-cta {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 80px;
    width: auto;
}
.news-header-sec .learn-cta .cta_button {
    box-shadow: none !important;
}
.news-header-sec p {
    font-size: 20px;
    margin: 0;
}
.newsroom-heading-section {
    background: #eba641 none repeat scroll 0 0;
    padding: 15px 0;
}
.newsroom-heading-section h1::before {
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/newsroom-heading-icon.png");
    background-repeat: no-repeat;
    background-size: 40px auto;
    content: " ";
    height: 40px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 40px;
}
.newsroom-heading-section h1 {
    font-size: 35px;
    padding-left: 50px;
    position: relative;
    text-align: left;
    line-height:50px;
}
.newsroom-heading-section .primary {
    display: none;
}

.newsroom-heading-section div#hs-search-module form.hs-form .field .input input.hs-input{
    border-radius: 10px !important;
}
.newsroom-heading-section .input input{
    margin: 7px 0 0;
    padding: 8px 0;
}
.newsroom-heading-section .google-search .hs_cos_wrapper_type_google_search {
    float: right;
}
.news-content-section h4 {
    background: #9bcae7 none repeat scroll 0 0;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.news-content-section .tweets iframe {
    width: 100% !important;
}
.news-content-section {
    padding: 30px 0;
}
.news-content-section .banner-heading {
    background: #a4c951 none repeat scroll 0 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.news-content-section h3 {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
}
.news-content-section h3::before{
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/before-icon.png");
    background-repeat: no-repeat;
    background-size: 30px auto;
    content: " ";
    height: 40px;
    left: -30px;
    position: absolute;
    top: 10px;
    width: 40px;
}
.news-content-section h3::after{
    background-image: url("//cdn2.hubspot.net/hubfs/428371/Images/after-icon.png");
    background-repeat: no-repeat;
    background-size: 30px auto;
    content: " ";
    height: 40px;
    right: -43px;
    top: 10px;
    position: absolute;
    width: 40px;
}
.news-content-section .article-load {
    text-align: center;
}
.news-content-section .article {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #909090;
    color: #707070;
    display: inline-block;
    font-size: 13px;
    min-height: 400px;
    padding: 20px 2%;
    position: relative;
    text-align: left;
    vertical-align: top;
    width:96%;
}
.news-content-section .article a {
    color: #9dcdea;
    font-weight: bold;
    text-decoration: none;
}
.news-content-section .article-custom-module {
    background: #e8e9eb none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    display: inline-block;
}
.article img {
    background: #cdcdcc none repeat scroll 0 0;
    max-width: 90px;
}
.article .tweet-share {
    bottom: 5px;
    left: 10px;
    position: absolute;
}
.article .date {
    font-size: 11px;
    font-style: italic;
    margin: 10px 0;
}
.article .heading {
    color: #bc7876;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-content-section .video-section iframe {
    height: 100% !important;
    width: 100% !important;
}
.news-content-section .video-section, .news-content-section .cta-section {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-top: 30px;
}
.news-content-section .cta_button {
    box-shadow: none !important;
}
.news-content-section .first-cta {
    margin-bottom: 45px;
}
.news-content-section .cta-section .cta_button::before {
    left: 0 !important;
    margin: 0 !important;
}
.news-content-section .cta-section .cta_button {
    border-radius: 10px !important;
    text-align: center !important;
    margin: 0 0 7px !important;
    padding: 70px 0 10px !important;
    width: 100% !important;
}
.news-content-section .cta-section .cta_button span {
    font-size: 14px !important;
}
.news-content-section .cta-section .third .cta_button::before {
    background-position: -30px -1411px !important;
    background-size: 198px auto !important;
    width: 106px !important;
}
.news-content-section .cta-section .second .cta_button {
    padding: 50px 0 10px !important;
}
.news-content-section .video-heading {
    color: #9c9c9c;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
.article-custom-module .back-top-article a {
    display: inline-block;
    font-size: 13px;
    margin: 5px 0;
    text-decoration: none;
}
.article-custom-module .back-top-article{
    text-align:center;
    display:none;
}
.news-header-sec .container {
    position: relative;
}
.news-header-sec .news-logo img {
    max-width: 150px;
}
.test-article .hs_cos_wrapper_type_custom_widget:last-child .back-top-article {
    display: block !important;
}
.access-newsletter a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #888888;
    border-radius: 10px;
    color: #585858;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
}
.newsroom-heading-section .access-newsletter {
    padding-top: 10px;
    text-align: right;
}
.load-article .hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    margin: 10px 5px;
    max-width: 230px;
    vertical-align: top;
    width: 100%;
}
.load-article {
    background: #e8e8ea none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.load-article .article{ 
    display:none;
}

#showLess {
    bottom: 6px;
    cursor: pointer;
    display: none;
    position: relative;
}
.load-article .see-more{
    background: #a4c951 none repeat scroll 0 0;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.load-article .see-more #loadMore {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    color: #777777;
    cursor: pointer;
    font-size: 13px;
    margin: 0 auto;
    max-width: 130px;
    padding: 5px 25px;
}
.load-article .see-more #loadMore {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    color: #777777;
    cursor: pointer;
    font-size: 13px;
    margin: 0 auto;
    max-width: 130px;
    padding: 5px 25px;
}
#showLess a {
    color: #585858;
    font-size: 12px;
    text-decoration: none;
}
.article .heading span {
    color: #a4c951;
    display: inline-block;
    margin-bottom: 10px;
}
.news-content-section .article .tweet-share a.email-icon{
    background-image:url("//cdn2.hubspot.net/hubfs/428371/Images/imail-share-icon.png");
    background-repeat: no-repeat;
    background-size: 30px auto;
    bottom: 9px;
    color: rgba(0, 0, 0, 0);
    left: 3px;
    padding: 3px 0;
    position: relative;
}
#loadMore {
    display: inline-block !important;
}

/* ------------- End New Newsroom Page CSS -------- */
.newsletter-body-section a {
    text-decoration: none;
}


/*-----------------------   Responsive CSS   ------------------------*/


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){
.download-form select {
    -moz-appearance: none !important;
}
}

@media screen and (min-width: 1380px) {
.pl-submit-section{
    background-size: 100% 100%;
}


}

@media screen and (max-width: 1340px) {
.fifth ul li:nth-child(2), .fifth ul li:nth-child(3) {
    left: 0px;
}
.timeline-section{
    text-align:center;
}
.first li:first-child {
    left: 0px;
}

}


@media screen and (max-width: 1300px) {
.personal-welcome .main-bg-image {
    background-size: 110% auto;
}
.personal-welcome .pl-footer-logo img {
    left: 16%;
}
.fifth ul li:nth-child(1) .social-menu.share-menu,
.fifth ul li:nth-child(5) .social-menu.share-menu{
    left: -20px;
}
.fifth ul li:nth-child(2) .social-menu.share-menu,
.fifth ul li:nth-child(6) .social-menu.share-menu{
    left: -100px;
}
.fifth ul li:nth-child(3) .social-menu.share-menu,
.fifth ul li:nth-child(7) .social-menu.share-menu{
    left: -160px;
}




}

@media screen and (max-width: 1280px) {
.success-stories img {
    left: 30px;
}    
.left-side-girl img {
    left: 10px;
    top: 10px;
}
.getting-touch-yellow-bckgd .left-side-image img {
    width: 15% !important;
}

}


@media screen and (max-width: 1180px) {
.byot-blog-header img {
    width: 20% !important;
}    
.byot-blog-header h1 {
    font-size: 40px;
}
.byot-blog-header h2 {
    font-size: 30px;
}
.quote-gallery-blog .post-listing {
    text-align: center;
}
.personal-welcome .main-bg-image {
    background-size: 120% auto;
}


.timeline-module li:first-child {
    left: 0px;
}


}


@media screen and (max-width: 1100px) {
.left-side-girl img {
    position: unset;
}
.faq-section {
    padding: 40px 20px;
}


.fourth ul li:nth-child(1) .social-menu.share-menu,
.fourth ul li:nth-child(5) .social-menu.share-menu{
    left: -20px;
}
.fourth ul li:nth-child(2) .social-menu.share-menu,
.fourth ul li:nth-child(6) .social-menu.share-menu{
    left: -100px;
}
.fourth ul li:nth-child(3) .social-menu.share-menu,
.fourth ul li:nth-child(7) .social-menu.share-menu{
    left: -160px;
}



}


@media screen and (max-width: 1080px) {
.news-header-sec .cta_button {
    width: 80px !important;
}
.news-content-section .video-section .cta_button {
    width: 100px !important;
}
.news-content-section .video-section .first-cta .cta_button {
    width: 110px !important;
}


}


@media screen and (max-width: 1040px) {
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+4) .timeline-module ul li:nth-child(6) .social-menu.share-menu{
    left: -150px !important;
}
}

@media screen and (max-width: 1024px) {
.download-page-header {
    background: none;
}
.download-page-header .container {
padding:0 !important;
}
.download-page-header img {
    top: 0;
}
.subscribe-header h1 {
    font-size: 40px !important;
    text-align: center;
}
.newsletter-body-section {
    padding: 70px 10px;
}
.getting-touch-yellow-bckgd .left-side-image img {
    position: unset;
    width: auto !important;
    margin-top:20px;
}
.images-gallery-section {
    text-align: center;
}
.pl-submit-section h3 {
    padding: 110px 0 0 30%;
}
.pl-submit-section .personal-learning {
    padding: 20px 150px 20px 40%;
}
.time-location .container {
    padding-left: 34%;
}
.personal-learning-section h3 {
    padding: 40px 0 0 24%;
}
.time-heading{
    padding-left: 28%;
}
.green-content {
    max-width: 100%;
    padding-left: 24%;
}
.personal-learning-form .pay-content {
    padding: 30px 10px;
}
.personal-learning-form .pl-footer-logo img {
    padding: 0 0 10px;
    position: static;
}
.personal-welcome .main-bg-image {
    background-position: 54% top;
    background-size: 150% 130%;
}
.personal-learning-form .green-content {
    padding-left: 30%;
}
.personal-welcome .pl-footer-logo img {
    left: 5%;
    top: 80%;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 405px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 493px;
}
.personal-learning-form h3 {
    padding: 40px 0 0 28%;
}
.personal-learning-form .time-heading {
    padding-left: 32%;
}

}

@media screen and (max-width: 980px) {
.miss-thing-section h3 {
    margin: 10px 0 20px;
}

.absolute {
    display: inline-block;
    float: right !important;
    position: relative;
    right: 0;
    bottom:0px !important;
    width: 198px !important;
}

.miss-thing-section h4 {
    line-height: 30px;
}
.newsletter-body-section h3 {
    font-size: 35px;
    line-height: 50px;
}
.newsletter-body-section ul {
    margin: 0 0 0 20px;
}
.newsletter-body-section ul li {
    font-size: 21px;
}
.success-stories {
    padding: 100px 0 0;
    text-align:center;
}
.success-stories img {
    position: unset;
}
.success-stories h1 {
    letter-spacing: 0.7px;
}
.case-study-image img {
    left: 10px;
}
.header ul li a {
    font-size: 15px !important;
    margin: 0 2px;
    padding: 10px 2px 0 !important;
}
.members-section span .hs_cos_wrapper {
    margin: 0 7%;
    width: auto;
}
.subscribe-thank-you-header h2 {
    font-size: 35px;
}
.subscribe-thank-you-header h1 {
    font-size: 40px;
    line-height: 40px;
    top: 80px;
}
.register-section .form h1 {
    font-size: 40px;
}
.anthony-connection-details ul li {
    padding: 0 4%;
}
.anthony-testimonial-section h1, 
.anthony-video-section h1, 
.keynotes-section h1, 
.anthony-connection-details h1, 
.about-anthony h1 {
    font-size: 50px;
}
.anthony-connection-details .social-icon ul li a {
    margin: 0 17%;
}



.form {
    background: #dce9bf none repeat scroll 0 0;
    border: 2px solid #73727c;
    border-radius: 40px;
    margin:0px auto !important;
    max-width: 90%;
    padding: 30px 7%;
    position: relative;
}

.gt-form .form::after {   
    display:none;    
}
.pl-submit-section h3 {
    font-size: 35px;
    line-height: 55px;
    padding: 80px 0 0 25%;
}
.personal-learning-section h3 {
    font-size: 35px;
    line-height: 55px;
}
.time-location .container {
    padding-left: 29%;
}
.pl-submit-section .personal-learning {
    padding: 20px 10px 20px 35%;
}
.pay-content .desc p {
    max-width: 100%;
}

.personal-welcome .green-content {
    max-width: 100%;
    padding-left: 25%;
}

.personal-learning-form .green-content a {
    padding: 12px 17px 5px;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 415px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 498px;
}
.personal-learning-form h3 {
    font-size: 33px;
}


}
@media screen and (max-width: 965px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 445px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 530px;
}  
}

@media screen and (max-width: 900px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 435px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 520px;
}  
}



@media screen and (max-width: 895px) {
.personal-learning-form .pl-footer-logo img {
    padding: 10px 0 20px;
    position: static;
}


.third ul li:nth-child(1) .social-menu.share-menu,
.third ul li:nth-child(5) .social-menu.share-menu{
    left: -20px;
}
.third ul li:nth-child(2) .social-menu.share-menu,
.third ul li:nth-child(6) .social-menu.share-menu{
    left: -100px;
}
.third ul li:nth-child(3) .social-menu.share-menu,
.third ul li:nth-child(7) .social-menu.share-menu{
    left: -160px;
}



}

@media screen and (max-width: 868px) {
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+3) .timeline-module ul li:nth-child(2) .social-menu.share-menu,
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+3) .timeline-module ul li:nth-child(6) .social-menu.share-menu{
    left: -100px !important;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+3) .timeline-module ul li:nth-child(7) .social-menu.share-menu{
    left: -150px !important;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+3) .timeline-module ul li:nth-child(7) {
    left: 0;
}



}


@media screen and (max-width: 840px) {
.case-study-image img {
    position: unset;
}
.case-studies {
    background-position:bottom center;
    background-size: 100%;
}
.green-content a {
    padding: 12px 20px 5px;
}
.pay-content {
    padding: 30px 10px 30px 5%;
}

.personal-learning-section .time-location {
    top: 120px;
}
.green-content {
    margin-top: 132px;
}
.personal-welcome .pl-footer-logo img {
    padding: 10px 0;
    position: static;
}
.personal-learning-form .time-location {
    top: 140px;
}
.personal-learning-form .green-content {
    margin-top: 152px;
}
.personal-learning-form .time-heading {
    font-size: 18px;
}


}

@media screen and (max-width: 820px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 450px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 530px;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+4) .timeline-module ul li:nth-child(6) .social-menu.share-menu{
    left: -70px !important;
}


}


@media screen and (max-width: 790px) {
.personal-learning-form .time-heading {
    padding-right: 10px;
}

}

@media screen and (max-width: 767px) {

.left-sidebar, .right-sidebar, .center-sec{
    max-width: 430px !important;
    width: 80%;  float: none !important;
    margin: 0 auto 18px !important;
    text-align:center;
}
.ph-gh {
    max-width: 100%;
    padding: 0 2%;
}
.lt-img {
    text-align: center;
}
.yellow-down-image {
    left: 40%;
}
.landmark-section .landmark-left-cta .cta_button {
    position: unset;
}
.landmark-section .landmark-right-cta .cta_button {
    position: unset;
    margin-top:20px;
}
.case-study-cta-section .cta_button {
    margin: 10px 0;
}
.case-study-video-section iframe {
    margin: 10px 0;
}
.testimonials-section .horizontal-slider ul li:nth-child(3) .caption .cta_button {
    margin-top: 140px;
}
.testimonials-section .horizontal-slider ul li:nth-child(2) .caption .cta_button {
    margin-top: 100px;
}
.left-side-girl img {
    left: 10px;
    position: absolute;
    top: 10px;
}
.members-section span .hs_cos_wrapper {
    float: none;
}
.byot-blog-header h1 {
    font-size: 35px;
}
.byot-blog-header h2 {
    font-size: 25px;
}
.better-days h1 {
    font-size: 30px;
    letter-spacing: 0.2px;
    line-height: 35px;
    text-align: center;
}
.byot-subscription ul li {
    font-size: 20px;
    margin: 10px 0 10px 10px;
}
.boy-case img {
    padding: 10px 0 0 0;
}
.getting-touch-form h4 {
    font-size: 25px;
}
.register-section .form {
    padding: 40px 30px;
}
.event-details, .event-details h2 {
    text-align: center;
}
.event-image img {
    margin: 20px 0;
}
.event-header h1 {
    font-size: 40px;
}
.school-description {
    margin-top: 20px;
}
.school-address-image {
    float: left !important;
    margin-right: 10px !important;
}
.image-gallery-section .gallery-images img {
    margin: 10px 0;
}
.playbook-section {
    text-align: center;
}
.playbook-section .playbook-image {
    margin-bottom: 20px;
    text-align: center;
}
.anthony-connection-details ul {
    text-align: center;
}
.anthony-connection-details {
    text-align: center;
}
.anthony-connection-details ul {
    margin: 40px 0 0;
}
.download-graphic-section .download-form h1 {
    font-size: 60px;
}
.image-gallery-section .gallery-girl img {
    right: 20px;
}
.anthony-connection-details .social-icon ul li a {
    background-size: 50px auto !important;
    font-size: 0 !important;
    margin: 0;
    padding: 30px;
}
.resource-page-section .left-first-section {
    max-width: 240px;
    margin: 0 auto !important;
}
.resource-page-section .left-second-section {
    margin: 40px auto !important;
    max-width: 235px;
}
.resource-page-section .middle-first-section {
    margin: 40px auto 0 !important;
    max-width: 420px;
    background-size:100% 100%;
}
.resource-page-section .right-first-section {
    margin: 0 auto !important;
    max-width: 420px;
}
.resource-page-section .right-second-section {
    margin: 40px auto 0 !important;
    max-width: 420px;
}
.middle-first-section .t1-content, 
.right-first-section .t1-content, 
.right-second-section .t1-content {
    float: right;
    width: 70% !important;
}
.join-us-cta {
    text-align: center;
}

/*- by rick-*/

.resource-page-section .left-first-section {
    background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hub/428371/hubfs/Images/Hnb4ir.png?t=1438672629627") no-repeat scroll 0 0 / 100% 100%;
    max-width: 420px !important;
    padding: 20px 30px !important;
}
.resource-page-section .left-second-section {
    margin: 40px auto !important;
    max-width: 420px !important;
    padding: 10px 0 0 !important;
}
.left-second-section p {
    margin: 0;
    padding: 10px 19px !important;
}

/*--pl summit css --*/
.seeing-believing {
    margin-top: 12%;
    padding: 0 10px;
}
.pl-cta-section .cta_button {
    display: inline-block;
    margin: 10px 0;
}
.pl-cta-section {
    padding: 10px 0;
}
.meeting-agenda, .pl-partners{
    text-align: center;
}
.seeing-believing p {
    margin: 0;
}
.white-content {
    padding: 0;
}
.pl-submit-section {
    background-position: 55% top;
    background-size: 200% 70%;
}

.white-content .end {
    background: #96cae8 none repeat scroll 0 0;
    display: inline-block !important;
    min-height: 100% !important;
    padding: 20px 10px;
    width: 100%;
}
.white-content .border {
    border-right: none;
}
.pl-submit-section .container {
    padding: 0;
}
.ede-logo {
    max-width: 100%;
    position: static;
    text-align: right;
}
.pl-logo-section .hs_cos_wrapper_type_custom_widget {
    float: none;
}
.time-location .container {
    padding-left: 16%;
}
.pl-submit-section h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 70px 10px 0 13%;
}
.pl-submit-section .personal-learning {
    padding: 10px 10px 10px 25%;
}
.time-location {
    font-size: 15px;
}
.main-bg-image {
    background-position: 55% top;
    background-size: 200% 100%;
    width: 100% !important;
}
 .personal-learning-section .time-location {
    position: relative;
    top: 10px;
}
.personal-learning-section h3 {
    padding: 40px 0 0 10%;
}
.personal-learning-section .time-heading {
    padding-left: 13%;
    font-size: 16px;
}
.green-content {
    float: none !important;
    padding-left: 12%;
    margin-top: 200px;
}
.pay-content {
    padding: 20px 0 0 10%;
    width: 90% !important;
}
.personal-welcome .main-bg-image {
    background-position: 60% top;
    background-size: 180% 100%;
}
.personal-welcome .green-content {
    max-width: 100%;
    padding-left: 17%;
}
.personal-welcome .time-location {
    top: 20px;
}
.green-content a {
    margin: 0 5px 0 0;
    padding: 12px 16px 5px;
}
.green-content {
    margin-top: 150px;
}
.personal-learning-form .green-content {
    margin-top: 140px;
}
.personal-welcome .main-bg-image {
    background-position: 62% top;
    background-size: 180% auto;
}
.personal-learning-form .main-bg-image {
    background-position: 58% top;
    background-size: 190% 100%;
}

.personal-welcome .pl-footer-logo img {
    margin: 0 0 10px;
}
.personal-learning-form .time-location {
    top: 10px;
}
.personal-learning-form .green-content {
    margin-top: 160px;
    padding-left: 12%;
}
.personal-learning-form h3 {
    padding: 60px 0 0 10%;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 430px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 520px;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+4) .timeline-module ul li:nth-child(1) {
    left: 0;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+3) .timeline-module ul li:nth-child(5) .social-menu.share-menu{
    left: -30px !important;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+6) .timeline-module ul li:nth-child(5) .social-menu.share-menu{
    left: -30px !important;
}
.timeline-section h1 {
    font-size: 30px;
    line-height: 40px;
}
.news-header-sec .news-logo {
    width: 100%;
}
.news-header-sec .learn-cta {
    padding: 20px 0;
    position: static;
    width: 100%;
}
.newsroom-heading-section .headline {
    margin: 0 auto !important;
    max-width: 270px;
}
.newsroom-heading-section .google-search .hs_cos_wrapper_type_google_search {
    float: none;
}
.news-content-section .video-section {
    padding: 20px 0;
    text-align: center;
}
.news-content-section .video-section iframe {
    margin-top: 20px;
    max-width: 300px;
}
.news-content-section .first-cta {
    margin-bottom: 15px;
}
.news-content-section .tweets {
    margin: 0 auto !important;
    max-width: 500px;
}
.news-content-section .cta-section .cta_button {
    float: left;
    margin: 10px !important;
    max-width: 110px;
}
.news-content-section .cta-section {
    float: none !important;
    margin: 0 auto !important;
    max-width: 260px;
}
.newsroom-heading-section .access-newsletter {
    text-align: center;
}




}

@media screen and (max-width: 690px) {
.second ul li:nth-child(1) .social-menu.share-menu,
.second ul li:nth-child(5) .social-menu.share-menu{
    left: -20px;
}
.second ul li:nth-child(2) .social-menu.share-menu,
.second ul li:nth-child(6) .social-menu.share-menu{
    left: -100px;
}
.second ul li:nth-child(3) .social-menu.share-menu,
.second ul li:nth-child(7) .social-menu.share-menu{
    left: -160px;
}
}



@media screen and (max-width: 657px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 450px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 535px;
}
.pay-content .hs-error-msgs.inputs-list {
    width: auto;
}
.pay-content .hs-error-msgs.inputs-list {
    left: 25px;
}

.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+2) .timeline-module ul li:nth-child(2),
.timeline-section .hs_cos_wrapper_type_custom_widget .timeline-module ul li:nth-child(3)
{
    left: 0;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+2) .timeline-module ul li:nth-child(6) {
    right: 0;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+2) .timeline-module ul li:nth-child(7) {
    left: 10px;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+2) .timeline-module ul li:nth-child(2) .social-menu.share-menu{
    left: -80px;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+2) .timeline-module ul li:nth-child(3) .social-menu.share-menu{
    left: -160px;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+2) .timeline-module ul li:nth-child(6) .social-menu.share-menu{
    left: -80px;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+2) .timeline-module ul li:nth-child(7) .social-menu.share-menu{
    left: -160px;
}





}





@media screen and (max-width: 640px) {
.newsletter-logo {
    text-align: center;
    width: 100% !important;
}
.newsletter-heading {
    display: inline-block !important;
}
.subscribe-header h1 {
    margin-top: 0;
    padding-left: 0;
}
.news-section h1 {
    font-size: 30px;
}
.newsletter-body-section img {
    left: 40%;
}
.newsletter-body-section h3 {
    font-size: 30px !important;
}
.thanks-section .cta_button h1{
    background-size:50px !important; 
    font-size: 30px !important;
    padding: 0 0 0 30px !important;
} 
.thanks-section .cta_button{
    padding: 10px 20px !important;
    font-size: 22px !important;
}
.testimonials-section .horizontal-slider .caption p {
    font-size: 20px;
    line-height: 30px;
}
.testimonials-section .horizontal-slider ul li:nth-child(2) .caption .cta_button {
    margin-top: 60px;
}
.testimonials-section .horizontal-slider ul li:nth-child(3) .caption .cta_button {
    margin-top: 90px;
}
.horizontal-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    background-size: 50px auto;
    left: 0 !important;
}
.horizontal-slider .hs_cos_flex-direction-nav .hs_cos_flex-next {
    background-size: 50px auto;
    right: 0 !important;
}
.register-section .form h1 {
    font-size: 35px;
}

.cd-slider-nav li {
    float: none;
    vertical-align: bottom;
}
.green-content a {
    padding: 12px 10px 5px;
    text-align: center;
    width: 90px !important;
    word-wrap: break-word;
}
.personal-learning-section .time-location {
    height: 70px;
    padding: 0 10px 0 12%;
}
.personal-learning-section h3 {
    padding: 40px 0 0 10%;
    font-size: 30px;
    line-height: 35px;
}

.pay-content {
    padding: 20px 0 0;
    width: 100% !important;
}
.personal-welcome .time-location {
    top: 5px;
}
.green-content {
    margin-top: 140px;
}
.personal-learning-section .time-heading {
    font-size: 17px;
    padding-left: 13%;
}
.personal-welcome .main-bg-image {
    background-position: 53% top;
    background-size: 210% 100%;
}
.personal-learning-form .green-content {
    margin-top: 146px;
}
.timeline-module{
    max-width: 300px;
    width: 100%;
    padding:0;
}

.first ul li:nth-child(1) .social-menu.share-menu,
.first ul li:nth-child(5) .social-menu.share-menu,
.second ul li:nth-child(1) .social-menu.share-menu,
.second ul li:nth-child(5) .social-menu.share-menu,
.third ul li:nth-child(1) .social-menu.share-menu,
.third ul li:nth-child(5) .social-menu.share-menu,
.fourth ul li:nth-child(1) .social-menu.share-menu,
.fourth ul li:nth-child(5) .social-menu.share-menu,
.fifth ul li:nth-child(1) .social-menu.share-menu,
.fifth ul li:nth-child(5) .social-menu.share-menu,
.sixth ul li:nth-child(1) .social-menu.share-menu,
.sixth ul li:nth-child(5) .social-menu.share-menu{
    left: 0px;
}
.first ul li:nth-child(2) .social-menu.share-menu,
.first ul li:nth-child(6) .social-menu.share-menu{
    left: -100px;
}
.first ul li:nth-child(3) .social-menu.share-menu,
.first ul li:nth-child(7) .social-menu.share-menu{
    left: -160px;
}


.first ul li:nth-child(2) .social-menu.share-menu,
.first ul li:nth-child(6) .social-menu.share-menu,
.second ul li:nth-child(2) .social-menu.share-menu,
.second ul li:nth-child(6) .social-menu.share-menu,
.third ul li:nth-child(2) .social-menu.share-menu,
.third ul li:nth-child(6) .social-menu.share-menu,
.fourth ul li:nth-child(2) .social-menu.share-menu,
.fourth ul li:nth-child(6) .social-menu.share-menu,
.fifth ul li:nth-child(2) .social-menu.share-menu,
.fifth ul li:nth-child(6) .social-menu.share-menu,
.sixth ul li:nth-child(2) .social-menu.share-menu,
.sixth ul li:nth-child(6) .social-menu.share-menu{
    left: -70px;
}

.first ul li:nth-child(3) .social-menu.share-menu,
.first ul li:nth-child(7) .social-menu.share-menu,
.second ul li:nth-child(3) .social-menu.share-menu,
.second ul li:nth-child(7) .social-menu.share-menu,
.third ul li:nth-child(3) .social-menu.share-menu,
.third ul li:nth-child(7) .social-menu.share-menu,
.fourth ul li:nth-child(3) .social-menu.share-menu,
.fourth ul li:nth-child(7) .social-menu.share-menu,
.fifth ul li:nth-child(3) .social-menu.share-menu,
.fifth ul li:nth-child(7) .social-menu.share-menu,
.sixth ul li:nth-child(3) .social-menu.share-menu,
.sixth ul li:nth-child(7) .social-menu.share-menu{
    left: -170px;
}



} 

@media screen and (max-width: 615px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 470px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 555px;
}


}

@media screen and (max-width: 600px) {
.testimonials-section .horizontal-slider .caption .cta_button {
    margin: 0 0 10px;
}
.byot-blog-header img {
    margin-top: 10px;
    position: unset;
    width: auto !important;
}
.school-description .description ul li {
    margin-left: 10px;
}
.faq-section .container {
    padding: 40px 15px 20px;
}
.faq-section {
    padding: 40px 10px;
    font-size: 17px;
}
.banner-section img {
    min-height: 100px;
}
.anthony-connection-details ul li img {
    width: 60px;
}
.anthony-connection-details ul li {
    padding: 0 2%;
}
.anthony-connection-details .social-icon ul li {
    width: auto;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 490px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 570px;
}

}


@media screen and (max-width: 593px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 530px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 615px;
}
}

@media screen and (max-width: 564px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 545px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 630px;
}
}

@media screen and (max-width: 547px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 565px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 645px;
}
}

@media screen and (max-width: 530px) {

.personal-learning-section h3 {
    font-size: 31px;
}
.personal-welcome .green-content {
    margin-top: 170px;
}
.personal-welcome .main-bg-image {
    background-position: 43% top;
    background-size: 310% 100%;
}
.personal-learning-form .green-content {
    margin-top: 180px;
}

}

@media screen and (max-width: 525px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 585px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 655px;
}
}



@media screen and (max-width: 511px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 610px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 700px;
}
.register-form .pay-content form .actions .hs-button {
    width: 150px !important;
}

}



@media screen and (max-width: 480px) {
.testimonials-section .horizontal-slider ul li:nth-child(2) .caption .cta_button {
    margin-top: 0px;
}
.testimonials-section .horizontal-slider ul li:nth-child(3) .caption .cta_button {
    margin-top: 0px;
}
.testimonials-section .horizontal-slider .caption p {
    font-size: 17px;
    line-height: 25px;
}

.testimonials-section .horizontal-slider ul li .caption h1 {
    font-size: 30px;
    margin-top: 20px;
}

.testimonials-section .horizontal-slider .hs_cos_flex-slider .hs_cos_flex-slides li {
    height: 670px;
}
.left-side-girl img {
    position: unset;
}
.better-days form .actions .hs-button{
    position:unset;
}
.subscribe-thank-you-header h2 {
    font-size: 25px;
}
.subscribe-thank-you-header h1 {
    font-size: 30px;
}
.getting-touch-form .form {
    padding: 0 40px 38px;
}
.getting-touch-form h1 {
    font-size: 35px;
}
.getting-touch-form h3 {
    font-size: 28px;
}
.event-header h1 {
    font-size: 35px;
}
.faq-section h1 {
    font-size: 21px;
    letter-spacing: 0.7px;
}
.download-graphic-section .download-form h1 {
    font-size: 40px;
}    
.mind-set h1 {
    font-size: 40px;
}
.anthony-testimonial-section h1, 
.anthony-video-section h1, 
.anthony-connection-details h1, 
.about-anthony h1, 
.resource-page-section h1{
    font-size: 40px;
}    
.keynotes-section h1{
    font-size: 37px;
}    
.download-graphic-section h2 {
    font-size: 30px;
}
.seeing-believing {
    background: #96cae8 none repeat scroll 0 0;
    margin-top: 0;
    max-width: 100%;
}
.pl-submit-section {
    background-position: 42% top;
    background-size: 300% 65%;
}
.green-content a {
    border-radius: 0;
    margin: 4px 0;
    padding: 10px 0 5px !important;
    width: 97% !important;
}
.cd-slider-nav li {
    float: none;
    vertical-align: bottom;
    width: 100%;
}
.green-content {
    margin-top: 162px;
}
.personal-learning-section .time-location {
    height: 135px;
}
.pay-content .cta_button {
    background-size: 30px auto !important;
    font-size: 15px !important;
    max-width: 170px !important;
    padding: 8px 10px !important;
}
a#cta_button_428371_fb060d6b-8784-47ab-b071-39ed1b6b147b {
    max-width: 120px !important;
}
.pay-content .hs_cos_wrapper_type_form {
    padding: 15px !important;
}

.pay-content .field {
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0;
}
.pay-content {
    padding: 20px 0 0 0;
    width: 100% !important;
}
.cd-hero-slider {
    height: 1880px;
}
.main-bg-image {
    background-position: 43% top;
    background-size: 300% 100%;
}

.personal-learning-section h3 {
    font-size: 30px;
}

.personal-learning-form .time-location {
    top: 28px;
}

.green-content h3 {
    font-size: 25px;
}
.personal-welcome .green-content {
    margin-top: 167px;
}
.personal-welcome .main-bg-image {
    background-position: 46% top;
    background-size: 300% 100%;
}
.register-form .pay-content form .actions .hs-button {
    margin-top: 630px;
}
.personal-learning-form .main-bg-image {
    background-position: 65% top;
}

.personal-learning-form h3 {
    padding: 60px 0 0 4%;
    font-size: 30px;
}
.personal-learning-section .time-heading {
    padding-left: 6%;
}
.pay-content input, 
.pay-content textarea, 
.pay-content select{
    max-width:100% !important;
}

.personal-learning-section h3 {
    padding: 40px 0 0 6%;
}
.personal-learning-section .time-heading {
    padding-left: 9%;
}
.personal-welcome .green-content {
    padding-left: 10%;
}
.pay-content .hs_will_you_join_us_for_an_optional_tech_company_tour_on_5_19_.field.hs-form-field {
    top: 760px;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 1110px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 1180px;
}
.register-form .pay-content form .actions .hs-button {
    margin-top: 600px;
}
.personal-learning-form .green-content {
    margin-top: 190px;
    padding-left: 3%;
}
.pay-content .hs-error-msgs.inputs-list {
    left: 105px;
}
.timeline-section .hs_cos_wrapper_type_custom_widget .timeline-module ul li:nth-child(1){
    left: 0;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+5) .timeline-module ul li:nth-child(2){
    left: 5px;
}
.timeline-section .hs_cos_wrapper_type_custom_widget:nth-child(6n+3) .timeline-module ul li:nth-child(2) {
    left: 10px;
}
.timeline-module {
    max-width: 250px;
}
.news-header-sec h2 {
    font-size: 25px;
    line-height: 30px;
}
.news-header-sec h1 {
    font-size: 25px;
}
.news-header-sec p {
    font-size: 17px;
}
.newsroom-heading-section h1 {
    font-size: 25px;
    line-height: 40px;
    padding-left: 30px;
}
.newsroom-heading-section h1::before {
    background-size: 30px auto;
    height: 30px;
    top: 7px;
    width: 30px;
}
.newsroom-heading-section .headline {
    max-width: 190px;
}
.news-content-section h3 {
    font-size: 20px;
}
.news-content-section h3::after {
    background-size: 20px auto;
    height: 20px;
    right: -23px;
    top: 15px;
    width: 20px;
}
.news-content-section h3::before {
    background-size: 20px auto;
    height: 20px;
    left: -20px;
    top: 15px;
    width: 20px;
}




}
@media screen and (max-width: 474px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 1130px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 1190px;
}
}


@media screen and (max-width: 420px) {
.thanks-header h1 {
    background-position:center top;
    padding: 60px 0 10px;
    font-size: 35px;
}
.subscribe-header h1 {
    font-size: 30px !important;
}
.reach-out-section h1 {
    font-size: 27px;
}  
.yellow-down-image {
    left: 35%;
}
.thanks-section .cta_button h1 {
    background-position: center top 0 !important;
    background-size: 50px auto !important;
    font-size: 30px !important;
    padding: 40px 0 0 0 !important;
}
.thanks-section h3 {
    font-size: 32px;
    line-height: 40px;
}
.thanks-section .description {
    font-size: 27px;
}
.testimonials-section .horizontal-slider ul li .caption img {
    margin-top: 50px !important;
}
.image-gallery-section .gallery-girl img {
    bottom: -12px;
    right: 0;
    width: 100px !important;
}
.green-content {
    margin-top: 185px;
}
.pay-content h3.form-title {
    font-size: 25px;
}


}


@media screen and (max-width: 408px) {
.pay-content .hs_will_you_join_us_for_an_optional_tech_company_tour_on_5_19_.field.hs-form-field {
    top: 775px;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 1150px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 1235px;
}
.register-form .pay-content form .actions .hs-button {
    margin-top: 630px;
}
}



@media screen and (max-width: 396px) {
.personal-learning-form .time-location {
    top: 6px;
}    
    
}



@media screen and (max-width: 384px) {
.personal-welcome .green-content {
    margin-top: 190px;
}
.pay-content .hs_will_you_join_us_for_an_optional_tech_company_tour_on_5_19_.field.hs-form-field {
    top: 795px;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 1190px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 1275px;
}

}

@media screen and (max-width: 372px) {
.pay-content .hs_will_you_join_us_for_an_optional_tech_company_tour_on_5_19_.field.hs-form-field {
    top: 815px;
}
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 1230px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 1315px;
}
.register-form .pay-content form .actions .hs-button {
    margin-top: 660px;
}
}


@media screen and (max-width: 365px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 1250px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 1335px;
}
.register-form .pay-content form .actions .hs-button {
    margin-top: 680px;
}

.pay-content .hs_district_or_organization_state.field.hs-form-field .hs-error-msgs.inputs-list {
    width: auto;
}

}

@media screen and (max-width: 333px) {
.pay-content .hs_will_you_join_us_for_an_optional_tech_company_tour_on_5_19_.field.hs-form-field {
    top: 830px;
}   
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 1260px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 1345px;
}
.register-form .pay-content form .actions .hs-button {
    margin-top: 690px;
}
}


@media screen and (max-width: 320px) {
.personal-learning-form h3 {
    font-size: 30px;
    padding: 60px 0 0 2%;
}
.personal-learning-form .time-heading {
    padding-left: 4%;
}
}

@media screen and (max-width: 319px) {
.personal-learning-form .time-location {
    top: 0;
}
.green-content h3 {
    font-size: 23px !important;
}
.personal-welcome .green-content {
    margin-top: 225px;
}
.personal-learning-form .green-content {
    margin-top: 205px;
}

}

@media screen and (max-width: 316px) {
.pay-content .hs_any_dietary_restriction_we_should_know_about.field.hs-form-field {
    top: 1290px;
}
.pay-content .hs_any_other_information_we_should_know_or_questions_we_can_answer_.field.hs-form-field {
    top: 1375px;
}
.register-form .pay-content form .actions .hs-button {
    margin-top: 740px;
}

}


@media screen and (max-width: 295px) {
.green-content {
    margin-top: 220px;
}



}

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

2/2016 edits - new dropdown menu

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

.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 !important;
    white-space: normal !important;
    margin: 10px 5px;
}

.hs-menu-item.active-branch .hs-menu-children-wrapper li.hs-menu-depth-2 a {
    border-bottom: 0 !important;
   /* color: #7c7c7c !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;
}
/**********************************

END 2/2016 edits - new dropdown menu

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