@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
/* 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;}
















































html {
  font-size: 16px;
  scroll-behavior: smooth;
  transition:0.5s all ease-in-out;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.63;
  letter-spacing: normal;
  margin:0;
  font-weight:normal;
  overflow-x:hidden;
  transition:0.5s all ease-in-out;
  -webkit-font-smoothing: antialiased; 
  scroll-behavior: smooth;
}
body .row-fluid .wrapper{
  max-width:1198px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
  box-sizing:border-box;
}

body .row-fluid .header-wrapper{
  max-width:1198px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
  box-sizing:border-box;
}
script{
  display:none!important;
}

.body-container-wrapper .hs-error-msgs li {
  margin-left: 0px;
  font-size: 14px;
}

p {
  color:#000000;
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #10839f;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img{
  height:auto; 
}

.body-container-wrapper .form-container a {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  color: #034146;
  word-break: break-word;
  letter-spacing:normal;
}
h1 {
  font-size: 44px;
  line-height: 1.32;
}
h2 {
  font-size: 38px;
  line-height: normal;
}
h3 {
  font-size: 30px;
  line-height: 1.47;
}
h4 {
  font-size: 24px;
  line-height: 1.42;
}
h5 {
  font-size: 20px;
  line-height: 1.3;
}
h6{
  font-size: 16px;
  line-height: 1.63;
}
strong {
  font-weight: 800;
}
code {
  vertical-align: bottom;
}
.body-container-wrapper {
  background:#FFFFFF;
  overflow:hidden;
}
.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style-type:disc;
  margin:20px 0;
}
.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}
.body-container-wrapper li {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing:normal;
  margin-left:30px;
  margin-bottom:20px;
}
.no-list-style ul li{
  margin:0;
  padding:0;
}
.no-list-style li{
  margin:0;    
}
.no-list-style li:before{
  display:none;
}

.submitted-message{
  color:#000000;
}

.signup-form-section .submitted-message{
  color:#ffffff;
}

.body-container-wrapper a{
  color:#10839f;    
}
blockquote{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  color: #000000;
  font-size: 14px;
}
body a.cta_button,
body .row-fluid .hs-button{
  background-color: #10839f;
  font-size: 16px;
  font-weight:600; 
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  padding:14px 32px;
  border-radius:4px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  min-width:179px;
  box-sizing:border-box!important;
}

body a.cta_button:hover,
body .row-fluid .hs-button:hover{
  background:#f4db4e;
  color:#000000;
}

body .transparent-cta a.cta_button{
  padding:0;
  background:transparent;
}

body .transparent-cta a.cta_button:hover{
  color:#ffffff;
}

body .yellow-cta a.cta_button,
body .row-fluid .yellow-cta .hs-button{
  background:#f4db4e;
  color:#000000;
}

body .yellow-cta a.cta_button:hover,
body .row-fluid .yellow-cta .hs-button:hover{
  background:#10839f;
  color: #ffffff;
}

body .white-cta a.cta_button {
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'Montserrat',sans-serif;
  color: #10839f;
  padding: 14px 32px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  min-width: 179px;
  box-sizing: border-box !important;
}

body .white-cta a.cta_button:hover {
  color: #fff;
  background-color: #10839f;
}

body .container-fluid .row-fluid .hide-module{
  display:none;
}

.heading-paragraph p{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
}

.p-18 p{
  font-size:18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000000;
}

.p-18 li{
  font-size:18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #000000;
}

.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.4);
  z-index: -1;
}

.overlay-1{
  position:relative;
  z-index:1;
}

.overlay-1:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
body .row-fluid .all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#FFFFFF;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }     
}


@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }  

  .row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,
  .row-reverse.row-fluid{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  body .container-fluid .row-fluid .row-reverse .right-col {
    margin: 0;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

  .row-reverse .left-col {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }

}

@media(max-width:1024px){

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

}


@media(max-width: 767px){
  body .mobile-column-reverse>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:0%;
  }
}



/*========================================================
Typography Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  .heading-paragraph p{
    font-size:18px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  blockquote{
    font-size:30px;
  }

  .section-padding {
    padding: 80px 0!important;
  }

  body .header-section a.cta_button{
    font-size: 12px;
  }

  body a.cta_button, body .container-fluid .row-fluid .hs-button {
    font-size: 15px;
    /*     padding: 15px 9px; */
    min-width:auto;
  }  

}


@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 34px;
    letter-spacing:normal;
  }

  body .row-fluid .section-padding {
    padding: 60px 0!important;
  }

  h2 {
    font-size: 30px;
  }

  h3{
    font-size: 26px;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body a.cta_button, body .row-fluid .hs-button{
    display:block;
    float:none;
    clear:both;
    box-sizing:border-box!important;
    min-width:auto!important;
    width:100%!important;
  }

  body .transparent-cta a.cta_button{
    color:#000000;
  }

  body .row-fluid .header-section a.cta_button{
    border-radius:0px;
  }

  blockquote{
    font-size:26px;
  }

  .heading-content p {
    font-size: 18px;
  }

  .heading-paragraph p{
    font-size:18px;
  }

}

fieldset .input {
  margin-right: 0px!important;
}


@media(max-width:767px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input{
    width:100%!important;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:0;
    margin-top:20px;
    max-width:379px;
    width:100%;
    margin:35px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }

}


/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.2%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}



/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   

}

/*==================================================
Five Col Adjust
==================================================*/

body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){
  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }
}

/*==================================================
Six Col Adjust
==================================================*/

body .container-fluid .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }

}

/*================================================================
form styling
==========================================================================*/

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family:Montserrat, sans-serif
}

:-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family:Montserrat, sans-serif
}

:-ms-input-placeholder{
  font-size: 16px;
  font-weight: normal;
  line-height:normal;
  letter-spacing: normal;
  color: #000000;
  font-family:Montserrat, sans-serif
}

select::-ms-expand {
  display: none;
}

body .row-fluid textarea.hs-input::placeholder {
  line-height: normal;
}

body .row-fluid .hs-button {
  background-color: #10839f;
  font-size: 16px;
  font-weight:600; 
  border: none;
  font-stretch: normal;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding:14px 32px;
  border-radius:4px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  /*   min-width:332px; */
  box-sizing:border-box!important;
}

.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  color: #000000;
}

.hs-button:active {
  background-color: ;
  border-color: ;
}

.hs-form label{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000000;
}

.hs-richtext p {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.02px;
  color: #666666;
}

.hs-error-msgs label {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ff0000!important;
}

.hs-input{
  display:inline-block;
  width:100%;
  height:56px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  font-family:Montserrat, sans-serif;
  border-radius: 4px;
  border: solid 1px #034146;
  background-color: #FFFFFF;
  padding:6px 18px!important;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}
/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  width: 16.4px;
  height: 16.4px;
  cursor:pointer;
  border: solid 0.5px #000000;
}
body .row-fluid .hs-form .field .input input[type="checkbox"]:checked {
  background-color:#034146;
  border: 0;
  border-radius: 3px;
  padding: 0;
  position: relative;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2.5px;
  top: 5px;
  left: 3px;
  border: 1.5px solid #fff;
  border-top: 0;
  line-height: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

ul.inputs-list.multi-container {
  margin-top:0px;
}

ul.inputs-list.multi-container >li{
  display:inline-block;
  width:50%;
}

.hs-form-field > label {
  margin-bottom: 12px;
  display: block;
}

/* .row-fluid .hs-form .field .input  input[type="radio"]{
border-radius: 50%;
} */
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input input[type="radio"] {
  position: relative;
  margin-right:5px;
}
.row-fluid .hs-form .field .input input[type="radio"] {
  margin-right: 11px;
  margin-left: 0;
  margin-bottom: 0;
  box-shadow: none;
}
body .row-fluid textarea.hs-input {
  height: 185px;
  resize: none;
  padding: 15px!important;
}
/************************************************** radio button styling*******************************************************************/

.row-fluid .hs-form .field .input  input[type="radio"]:before,.row-fluid .hs-form .field .input  input[type="radio"]:checked:before,.row-fluid .hs-form .field .input  input[type="radio"]:checked:after{
  content:''; 
  position:absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  border: solid 1px #034146;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:before {
  background:#034146;
  border-radius: 2px;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  background:url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/icons8-checkmark.svg') no-repeat left center / contain;
  border: 1px solid #034146;
}

/************************************************** radio button styling ends*******************************************************************/

body .row-fluid .hs-form .field .input input[type="checkbox"] {
  top: 1px;
  margin-left: 0;
  left: 0px;
  padding: 0 !important;
  width: 16px;
  height: 16px;
  border: solid 1px #034146;
  margin-bottom: 0;
  margin-right: 10px;
  border-radius: 2px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.hs-input[type=file] {
  background-color: ;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
body .row-fluid form fieldset{
  max-width:100%;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}
.actions {
  padding: 0;
  text-align:center;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left:0;
}
.inputs-list label {
  display: flex;
  float: none;
  width: auto;
  line-height: 1.29;
  letter-spacing: 0.02px;
  color: #000000;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  cursor: pointer;
}
body .row-fluid form fieldset.form-columns-2 .hs-form-field:last-child {
  float: right;
}
body .row-fluid form fieldset.form-columns-2 .hs-form-field {
  width: 48.125%;
}
.inputs-list:first-child {
  padding-top: 8px;
}
.inputs-list > li + li {
  padding-top: 2px;
}

body .row-fluid .hs-form .field .hs-input {
  border: 1px solid #034146;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0px;
}
body .row-fluid form select {
  background: url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Vector%201.png')no-repeat;
  background-position: 93%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-color:#FFFFFF;
  padding-right:50px!important;
}
ul.no-list {
  list-style: none;
}
.hs-field-desc {
  color: #000000;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: red;
  display:none;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media(max-width: 767px) {

  ul.inputs-list.multi-container >li{
    display:inline-block;
    width:100%;
  }

  ul.inputs-list.multi-container {
    column-count: 1;
  }

  body .row-fluid form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }

  .hs_file_upload,
  body .row-fluid .hs-form .field .hs-input {
    margin-bottom: 15px;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}
.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

form .file-upload-button-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  font-weight: 400;
  color: #195f96;
  font-size: 14px;
  line-height: 1.71;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

span.file-upload-button-label span{
  position:relative;
  margin-left: 25px;
}

span.file-upload-button-label span:before {
  position: absolute;
  z-index: 1;
  top: 8%;
  left: -24px;
  bottom: 0;
  content: '';
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Beyond%20Booksmart/plus.svg)no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
}

form .file-upload-file-name {
  height: 56px;
  display: flex;
  border: dashed 1px #034146;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  align-items: center;
  padding: 15px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
}

label.hs-error-msg {
  font-size: 12px;
  margin: 0px;
  margin-top: -4px;
}

@media(max-width:480px){
  form .file-upload-button-label{
    font-size:12px;
  }
  form .file-upload-file-name{
    font-size:12px;
  }
}

/*=====================================================================
HEADER STYLING
========================================================================*/
.header-section .top-bar .search .search-top-bar .hs-search-field{
  max-height:25px; 
}
.header-section .top-bar .search .search-top-bar .hs-search-field__input{
  border-radius:4px;
  border: none;
  max-height:25px;
}
.header-section .top-bar .search .search-top-bar .hs-search-field {
  position:relative;
  z-index:1;
}
.header-section .top-bar .search .search-top-bar .hs-search-field:before{
  position:absolute;
  z-index:1;
  content:'';
  background:url(https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Search%20Icon.svg) no-repeat center center / cover;
  width:15px;
  height:15px;
  right: 7px;
  top: 7px;
}
.header-section .top-bar .search .search-top-bar input.hs-search-field__input::placeholder{
  font-size:13px;
  color:#666;
}

.header-section{
  padding: 62px 0 20px;
  background: transparent;
  transition: all .3s ease-in-out;
  position: absolute;
  z-index: 5;
  top:0;
  left:0;
  right:0;
}

.header-section .top-bar{
  margin-top:-62px;
  padding: 5.5px 0px 4.5px;
}

.header-section .top-bar ul{
  list-style-type:none;
  display:inline-block;
  padding:0px;
  margin:0px;
}


.header-section .top-bar ul li{
  margin-left:27px;
}

.header-section .top-bar ul li a,
.header-section .top-bar ul li{
  display:inline-block;
  font-size:13px;
  vertical-align: text-bottom;
}

.header-section .header-nav .yellow-cta a.cta_button{
  padding: 9.5px 20.8px;
}

.header-section.fixed{
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  transition: all .3s ease-in-out;
  width:100%;
  min-height:80px;
}

.header-section .transparent-cta{
  padding:13px 0px 13px;
}

.header-section .transparent-cta a.cta_button{
  font-weight:400;
}

.header-section .menu-container ul li a{
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat, sans-serif; 
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  padding:13px 15px 13px;
}

#header.header-section.fixed .menu-container > ul > li:last-child > a{
  color: #10839f!important;
}

.header-section .menu-container ul li:first-child a{
  padding-left:0;
}

.header-section .menu-container ul li:last-child a{
  padding-right:10px;
  font-weight:600;

}

.header-section .logo-container{
  padding:0px;
  line-height:0;
  cursor:pointer;
}

.header-section .cta-container .cta_button{
  float:right;
}

.header-wrapper {
  line-height: 0;
}
.header-section .top-bar .hs-search-field--open .hs-search-field__suggestions{
  background: #fff;
  border: 1px solid #10839F;
  text-align: left;
  border-radius: 0 0 4px 4px;
  width: 220%;
  position: relative;
  left: -122%;
  padding: 0;
}
.header-section .top-bar .hs-search-field--open .hs-search-field__suggestions li {
  margin: 0;
  display: block;
}
.header-section .top-bar .hs-search-field--open .hs-search-field__suggestions li a,.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  display:block;
  padding: 5px 10px;
}

.header-section .top-bar .span10{
  padding-top:4px; 
}
@media(min-width:1200px){
  .header-section .top-bar .span10{
    width:86.7%;
  } 
}
@media(max-width:920px){
  .header-section .top-bar .span10{
    width:79%;
  } 
}
@media(min-width:768px){

  .header-section.fixed .menu-container ul li a{
    color: #000000;
    font-weight:600;
  }

  .header-section.fixed .menu-container .hs-menu-wrapper.flyouts > ul > li:last-child > a{
    color: #10839f;
  }

  .header-section.fixed{
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper{
    float:right;
  }

  .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:165px;
  }

  .header-section .transparent-cta a.cta_button:hover{
    text-decoration:underline;
  }

}

@media(min-width:1025px) and (max-width:1200px){

  body .row-fluid .header-section .menu-container ul li a{
    font-size: 16px;
    padding: 13px 8px 13px;
  }

  .header-section .header-nav .yellow-cta a.cta_button {
    padding: 9.5px 9.8px;
    font-size: 14px;
    width:100%;
  }

}

@media(max-width:1024px) and (min-width:768px){

  .header-section .header-nav .yellow-cta a.cta_button {
    padding: 9.5px 9.8px;
    font-size: 10px;
    width:100%;
  }

  body .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    min-width:125px;
  }

  .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:125px;
  }

  body .header-section .menu-container ul li a{
    font-size:11px;
    padding: 13px 4px 13px;
  }

  .header-section .menu-container ul li:first-child a{
    padding-left:0;
  }

  .header-section .menu-container ul li:last-child a{
    padding-right:14px;
  }

  .header-section .left-col{
    width:18%;
  }

  .header-section .right-col{
    width:79%;
  }

}


@media(max-width:767px){

  .header-section .top-bar .span12.widget-span .row-fluid-wrapper.row-depth-1.row-number-5 .row-fluid {
    display:flex; 
  }

  .header-section .cta-container .cta_button{
    float:right;
  }

  body .row-fluid .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color:#10839f;
    background-color: #f5f9fc;
  }


  .header-section .menu-container ul li:last-child a{
    padding: 0px 43px 0 20px ;
    font-weight:normal;
  }
}
@media(max-width:480px){
  .header-section .top-bar .span12.widget-span .row-fluid-wrapper.row-depth-1.row-number-5 .row-fluid {
    display:block; 
  }
  .header-section .top-bar .span10{
    width:100%; 
  }
  .top-bar .search {
    position: relative;
    display: flex;
    max-width: 181px;
    width: 100% !important;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .header-section .top-bar .hs-search-field--open .hs-search-field__suggestions{
    width: 133%;
    left: -17.5%;
  }
  .header-section .top-bar .hs-search-field--open .hs-search-field__suggestions li a,.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
    display:block;
    padding: 5px 10px;
  }
}
/*=================================================================
Sub Menu Styling
===================================================================*/
.header-section .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper{
  left: 280px;
  padding: 10px 0;
  border: 0;
  box-shadow: none;
  width: 100%;
  top: 0px;
}
body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  font-size:14px; 
  overflow:hidden !important;
}

@media(min-width:768px){
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
   display:block !important; 
  }
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #00000029;
    min-width: 350px;
    text-align: left;
    padding: 0px;
    border-radius:5px;
    padding:10px 0px;
    max-width:280px;
    min-width:280px;
  }
  .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li a{
    padding: 10px 15px 10px;
    font-weight:normal;
    color:#000;
  }  
  .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding:0;
  }  
  body .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li:hover > a{
    color:#10839f;
    background:#F5F9FC;
  }
}
@media(min-width:768px)and(max-width:1024px){
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size:13px;
  }
}
@media(min-width:1025px){
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size:16px;
  }
}
@media(max-width:767px){
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper{
    padding: 0 0;
  } 
  body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3 li a {
    text-indent:20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a{
    text-indent:10px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-menu-item.hs-menu-depth-3 a{
    text-indent:20px !important;
  }
}

/*====================================================
MONILE MENU 
====================================================*/                

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


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

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

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

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

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

}
/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */
.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){
  /* Variables
  ========================================================================== */
     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#171D29;
  }
  /* Toggle Button
  ========================================================================== */
  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #FFFFFF; /* Background color */
    border: 1px solid #171D29;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #171D29; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #171D29; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #171D29; 
    border-color: transparent;
  }
  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -6px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #FFFFFF; /* Icon color */
    display: inline-block;
  }

  .header-section.fixed .mobile-trigger i, .header-section.fixed .mobile-trigger i:before, .header-section.fixed .mobile-trigger i:after{
    background-color: #034146;
  }

  body .header-section {
    padding: 38px 0 10px;
  }

  body .header-section .top-bar {
    margin-top: -38px;
    padding: 6.5px 0px;
  }

  .mobile-trigger i:before{
    top: -10px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 10px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #FFFFFF; /* Icon color */
  }
  /* Child Toggle Button
  ========================================================================== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 75px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 38%;
    margin: 0 30px 0px auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .child-trigger i, .child-trigger i:after{
    width: 13px; /* Icon line width */
    height: 13px; /* Icon line height */
    background-color:#000000; /* Icon color */
    display: block;
    background: url(https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/arrow-down-3101.svg)no-repeat;
    background-size:contain;
  }

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

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

  .child-trigger.child-open i{
  }

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 120px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    z-index:2;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color:#FFFFFF; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    /*     border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */ */
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#171D29; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 20px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
}

body .header-section.fixed .logo-container .white-logo,
body.mobile-open .header-section .logo-container .white-logo,
.header-section .logo-container .black-logo{
  display:none;
}

body .header-section.fixed .logo-container .black-logo,
body.mobile-open .header-section .logo-container .black-logo,
.header-section .logo-container .white-logo{
  display:block;
}

/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:767px){

  .header-section .transparent-cta {
    padding: 16px 0px 16px;
    float: none;
    clear: both;
  }

  .header-section .header-nav .yellow-cta a.cta_button {
    padding: 13px 20.8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > a{
    color:#10839f;
    background:#f5f9fc;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a{
    color:#10839f;
    background:#f5f9fc;
  }

  .custom-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 35px;
    background:#FFFFFF;
    height:3px;
  }

  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    height:2.3px;
    background:#034146;
  }

  .mobile-trigger {
    top: 65px;
    right: 10px;
    transition: all .3s ease-in-out;
  }

  .header-section.fixed .mobile-trigger {
    top: 65px;
    right: 10px;
    transition: all .3s ease-in-out;
  }

  body.mobile-open .header-section{
    background:#ffffff;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: ;
  }

  .mobile-trigger i{
    transition: all .3s ease-in-out;
  }

  .mobile-open .mobile-trigger i{
    background:transparent!important;
    transition: all .3s ease-in-out;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in-out;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:;;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:;;
  }

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

}

@media(max-width:767px){

  .header-section{
    transition: all .3s ease-in-out;
  }

  .header-section.fixed{
    transition: all .3s ease-in-out;
  }

  .header-section .menu-container ul li a,
  .header-section .menu-container ul li:first-child a{
    font-size:16px;
    padding: 0px 20px;
  }

  .header-section .logo-container {
    padding: 10px 0;
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li{
    background-color: rgba(255,255,255,.08);
    overflow:hidden;
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li{
    background-color: rgba(255,255,255,.08);
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a {
    color: #000000;
    background:#FFFFFF;
  }

}

.top-bar .wrap{
  display:flex;
  justify-content: right;
  float:right;
}

.top-bar .search {
  width: 15%;
  position: relative;
  display: flex;
  max-width: 125px;
  min-width:125px;
  float:right;
  text-align:right !important;
}
.top-bar .searchTerm {
  border: none;
  padding: 5px;
  border-radius: 4px;
  outline: none;
  height: 25px;
}

.top-bar .searchTerm::placeholder{
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}

.top-bar :-ms-input-placeholder{
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
}

.top-bar .searchButton {
  width: 15px;
  height: 15px;
  border: none;
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Beyond%20Booksmart/search%20icon.svg)no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 7.3px;
  top: 5px;
}

body .header-section .yellow-cta a.cta_button{
  min-width:auto!important;
}

@media(max-width:480px){

  .top-bar .wrap {
    display: block;
    justify-content: center;
    float: none;
  }
  .header-section .top-bar ul li{
    margin: 0 6px;
  }
  .header-section .top-bar ul li a, .header-section .top-bar ul li{
    font-size:12px; 
  }
  .top-bar .search{
    margin:0 auto;
  }

  .top-bar .search{
    position: relative;
    display: flex;
    max-width: 181px;
    min-width: 0;
    float:none;
    margin:0 auto;
  }

  .mobile-trigger {
    top: 90px;
    right: 10px;
    transition: all .3s ease-in-out;
  }

  .header-section.fixed .mobile-trigger {
    top: 90px;
    right: 10px;
    transition: all .3s ease-in-out;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 145px;
  }

}

/****************** END Header Mobile Responsive ******************/

/************************************************************************Footer Styling Starts Here*************************************************************************/

.footer-section{
  padding:81px 0px 62px;
  background-color: #E7EEF0;
}
.footer-section .cols {
  padding-top: 20px;
}
.footer-section .row .col-1 p>a{
  color:#000000;
}
.footer-section .row .col-1 p{
  font-weight: 500;
}
.footer-section .row .col-1 h6{
  margin-top:30px;
  margin-bottom: 32px;
}
.footer-section .row .col-1{
  padding:0px ;
}
.footer-section .row .col-2 h6{
  margin-bottom:26px;
}
.footer-section li.hs-menu-item.hs-menu-depth-1 {
  margin: 0;
}
.footer-section .row .col-2 .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 4px 0px;
  color: #000;
  font-weight: 500;
}
.footer-section .row .col-2{
  padding-left: 6%;
}
.footer-section .row .col-3 .hs-form .field .hs-input {
  border: solid 1px rgba(3, 65, 70, 0.2);
  margin-bottom:0px;
  padding: 10px 62px 10px 10px !important;
}
.footer-section .row .col-3 .hs-form .field .hs-input::placeholder {
  font-size: 14px;
  line-height: 1.71;
  color: #666666;
}
.footer-section .row .col-3 .actions input.hs-button.primary.large {
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-top: 15px;
}
.footer-section .row .col-3 form {
  width: 90%;
  margin-top: -4px;
}
.footer-section .row .col-4 {
  max-width:141px;
  float: right;
}
.footer-section .row .col-4 .icons ul{
  margin: 2px 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.footer-section .row .col-4 .icons li:last-child{
  margin-right: 0;
}
.footer-section .row .col-4 .icons li{
  display:inline-block;
  float: left;
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 30px;
}
.footer-section form .hs-input {
  height: 44px;
}
.footer-section textarea.hs-input {
  height: 78px !important;
}
/******************************************************************Footer-Responsive Styling Starts Here********************************************************************/

@media(max-width:767px){
  .footer-section {
    padding: 60px 0px 30px;
  }
  .footer-section .cols {
    padding-top: 30px;
  }
  .footer-section .row .col-1 h6 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .footer-section .row .col-1 .span2.widget-span.widget-type-custom_widget {
    margin-right: 13px;
    display: inline-block;
    width: 30px;
  }
  .footer-section .row .col-2 .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    margin-bottom: 0px;
  }
  .footer-section .row .col-2 h6 {
    margin-bottom: 15px;
  }
  .footer-section .row .col-2 {
    padding-left: 0;
  }
  .footer-section .row .col-3 form {
    width: 100%;
    margin-top: 0px;
  }
  .footer-section .row .col-4 {
    max-width: 100%;
    float: none;
  }
  .footer-section .row .col-4{
    margin-bottom: 20px;
  }
  .footer-section .row .col-1 .simple-two-col .row-fluid {
    display: flex;
    align-items: baseline;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .footer-section .row .col-4 img {
    margin-right: 7.5px;
  }
  .footer-section .row .col-1 .span2.widget-span.widget-type-custom_widget {
    margin-right: 8px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .footer-section .row .col-1 .simple-two-col .row-fluid {
    display: flex;
    align-items: flex-start !important;
  }
}
/******************************************************************Footer-Responsive Styling Ends Here********************************************************************/

/************************************************************************Footer Styling Ends Here*************************************************************************/

.form-popup-container .general-inquiries-popup-section .hs_additional_information,
.form-popup-container .general-inquiries-popup-section .hs_how_did_you_hear_about_us_,
/* .hs_please_tell_us_the_name_of_the_person_who_referred_you_to_beyond_booksmart, */
.form-popup-container .general-inquiries-popup-section .hs_best_time_to_reach_you,
.form-popup-container .general-inquiries-popup-section .hs_additional_information_,
.form-popup-container .general-inquiries-popup-section .hs_when_are_you_planning_on_presenting_,
.form-popup-container .general-inquiries-popup-section .hs_what_is_the_audience_for_the_presentation_,
.form-popup-container .general-inquiries-popup-section .hs_name_of_organization,
.form-popup-container .general-inquiries-popup-section .general-inquiries-popup-container .hs-richtext.hs-main-font-element,
.form-popup-container .general-inquiries-popup-section .hs_please_attach_a_copy_of_your_resume_,
.form-popup-container .general-inquiries-popup-section .hs_what_position_are_you_interested_in_{
  display:none; 
}

/***************************************************************************Homepage Styling Here********************************************************************  */

/* ******************************************************** Homepage Banner Section Styling Here***************************************************************  */

body .row-fluid .homepage-banner-section .wrapper{
  max-width:1060px;
}
@media(min-width:1056px){
  .homepage-banner-section h1 span{
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    position:relative;
    z-index:1;
    background-image: linear-gradient(to top, rgba(3, 65, 70, 0.44), rgba(16, 131, 159, 0.44));
    display: inline;
    padding:0 10px;
    border-radius:8px;
  }
}
@media(max-width:1055px){
  .homepage-banner-section h1{
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    position:relative;
    z-index:1;
    background-image: linear-gradient(to top, rgba(3, 65, 70, 0.44), rgba(16, 131, 159, 0.44));
    padding:0 10px;
    border-radius:8px;
  }
}
.homepage-banner-section h1 {
  font-weight:600;
}  
.homepage-banner-section h1 strong{
  font-weight:700;
}
.video-right-col{
  position:relative;
  z-index:0;
}
.video-right-col .wistia a,
.video-right-col .youtube a {
  position: relative;
}
.row-fluid .homepage-banner-section .video-btn-1.video-popup-cm {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  margin: 0 auto;
  width:auto;
  max-width: 92px;
  height:auto;
}
@media(max-width:767px){
  body .row-fluid .homepage-banner-section{
    padding-top:170px;
    padding-bottom:160px;
  }
  .row-fluid .homepage-banner-section .video-btn-1.video-popup-cm {
    max-width: 20%;
  }
  body .row-fluid .our-mission-section .video-btn-1.video-popup-cm {
    max-width: 15%;
    top: 37%; 
    right:0 !important;  
  }

}

/* ******************************************************** Homepage Banner Section End Styling Here***************************************************************  */


/* ******************************************************** Our Mission Section Start Styling Here***************************************************************  */
.our-mission-section.two .container .image-container img{
  width:148px !important;
  height:155px!important;
}
.our-mission-section .thumbnail-image,.our-mission-section .image-container{
  position:relative;
  z-index:1;
}
.our-mission-section  .heading-container{
  padding-bottom:61px;
}
.our-mission-section .vidio-container{
  position:relative;
  z-index:1;
}
.our-mission-section .vidio-container .image-container:before{
  position:absolute;
  z-index:-1;
  content:'';
  background:#86a9b6;
  width:147px;
  height:126px;
  top:-12px;
  left:-12px;
  border-radius:5px;
}
.our-mission-section .vidio-container .image-container:after{
  position:absolute;
  z-index:-1;
  content:'';
  background:#f4db4e;
  width:147px;
  height:126px;
  bottom:-12px;
  right:-12px;
  border-radius:5px;
}
.our-mission-section ul>li>strong{
  font-weight:600;
  color:#034146;
}
.our-mission-section.bol ul>li::marker {
  color: #034146;
}
@media(max-width:1024px) and (min-width:768px){
  .our-mission-section .thumbnail-image{
    height:33vw !important;
  }
  body .row-fluid .our-mission-section .video-btn-1.video-popup-cm{
    max-width:80px; 
  }
}
@media(min-width:1025px){
  .our-mission-section.extra .left-col{
    width:52%;
  }
  .our-mission-section.extra .right-col{
    width:46%;
  }
  .our-mission-section.extra .left-col .inner-div ul{
    max-width: 541px;
  }
}
@media(min-width:768px){
  .our-mission-section .thumbnail-image{
    margin-left:auto;
  }
  .our-mission-section .thumbnail-image,.our-mission-section .image-container{
    width:569px;
    float:right;
    max-width:100%;
  }
  .our-mission-section.bold .left-col.span6.vertical-center {
    max-width: 538px;
  }
}
.row-fluid .our-mission-section.width .video-btn-1.video-popup-cm,.row-fluid .our-mission-section.record .video-btn-1.video-popup-cm{
  right: -7px; 
}

.row-fluid .our-mission-section .video-btn-1.video-popup-cm {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0px;
  top: 38%;
  margin: 0 auto;
  width: auto;
  max-width: 92px;
  height: auto; 
  z-index: 3; 
}

@media(max-width:767px){

  .our-mission-section .thumbnail-image{
    width:100%;
  }
  .our-mission-section.record .left-col .inner-div{
    max-width:100%;
  }
  .our-mission-section .row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
  .our-mission-section .right-col{
    margin-bottom:30px;
  }
  row-fluid .video-btn-1.video-popup-cm {
    max-width: 20%;
  }
}
text{
  color:#000;
  font-weight:bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .row-fluid .video-btn-1.video-popup-cm {
    left: 41% !important;
  }
}

/* ********************************************************  Our Mission Section End Styling Here***************************************************************  */



/* ********************************************************  Who We Are Section Start Styling Here***************************************************************  */



.who-we-help-section .five-col-adjust .hs_cos_wrapper .image-container {
  border-radius:50%;
  height:25vw;
}
.who-we-help-section .five-col-adjust .hs_cos_wrapper h6{
  font-weight:normal;
  font-size:17px;
  margin:20px  0;
}
.who-we-help-section .top-content{
  margin-bottom:40px;
}
@media(max-width:1200px){
  .who-we-help-section .five-col-adjust .hs_cos_wrapper .image-container{
    height:17vw;
  }
}

@media(max-width:767px){
  .who-we-help-section .five-col-adjust .hs_cos_wrapper .image-container {
    max-width:204px;
    margin:0 auto;
  }
  .who-we-help-section .five-col-adjust .hs_cos_wrapper h6{
    margin:15px 0 0 0;
  }
  .who-we-help-section .five-col-adjust .hs_cos_wrapper .image-container{
    height:204px;
  }
}

/* ********************************************************  Who We Are Section End Styling Here***************************************************************  */



/* ********************************************************  Homepage Slider Start Styling Here***************************************************************  */

.homepage-slider-section{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.homepage-slider-section .wrapper{
  max-width:1035px !important;
}
.homepage-slider-section .author-container h5{
  margin:70px 0 7px 0;
}
body .row-fluid .homepage-slider-section ul.slick-dots{
  margin-top:40px;
  margin-bottom:40px;
}

.homepage-slider-section .logo_container{
  margin-top:45px;
  margin-bottom:20px;
}
body .row-fluid .slick-prev.slick-arrow,.slick-next.slick-arrow{
  display:none !important;
}
body .row-fluid .homepage-slider-section li{
  list-style:none;
  position:relative;
  display:inline;
  margin-left:10px;
}
ul.slick-dots li button{
  font-size:0;
  border:0;
  background:none;
}
body .row-fluid .homepage-slider-section li:first-child{
  margin-left:0;
}
ul.slick-dots li:before,ul.slick-dots li.slick-active:before{
  position:absolute;
  content:'';
  z-index:1;
  background: #034146;
  border-radius:50%;
  height:10px;
  width:10px;
  bottom:0;
  left:0;
  right:0;
  cursor:pointer;
}
ul.slick-dots li.slick-active:before{
  background: #f4db4e;
}
.homepage-slider-section.okay-kid h5{
  font-size:16px;
  color:#195f96;
}
.homepage-slider-section.okay-kid .author-container p{
  font-size:14px;
  color:#666;
}

:focus-visible{
  outline: -webkit-focus-ring-color auto 0px;
}

/* ********************************************************  Homepage Slider End  Styling Here***************************************************************  */



/* ********************************************************  For Step Section Start Styling Here***************************************************************  */

.four-step-process.cold .three-col-adjust .inner-image{
  width:130px ;
  height:130px; 
}
.four-step-process .four-col-adjust .inner-image{
  border-radius:100%;
  width:120px ;
  height:120px;
  margin: 0 auto;
  text-align: center;
  margin-bottom:20px;
  position:relative;
  z-index:0
}
.four-step-process .three-col-adjust .inner-image{
  border-radius:100%;
  width:100px ;
  height:100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom:20px;
  position:relative;
  z-index:0
}
.four-step-process .four-col-adjust .inner-image img{
  padding:30px 0;
  max-width:60px !important;
}

.four-step-process .four-col-adjust .hs_cos_wrapper h5 ,.four-step-process .three-col-adjust .hs_cos_wrapper h5{
  font-family: Montserrat,sans-serif;
  font-weight:600;
  color:#000000;
}
.four-step-process .three-col-adjust .hs_cos_wrapper h5{
  font-size:24px;line-height:38px;
}
.four-step-process .three-col-adjust .inner-image img{
  padding:30px 0;
}
.four-step-process .text-container{
  max-width:1033px;
  margin:0 auto;
}
.four-step-process .four-col-adjust ,.four-step-process .three-col-adjust {
  padding-top:12px;
}
.four-step-process .four-col-adjust ,.four-step-process .three-col-adjust {
  padding-top:12px;
  max-width: 972px;
  margin: 0 auto;
}
.four-step-process .four-col-adjust{
  max-width: 972px;
  margin: 0 auto;
}
.four-step-process .three-col-adjust{
  max-width: 1141px;
  margin: 0 auto;
  padding-top:30px;
}
body .row-fluid .four-step-process .three-col-adjust span>.hs_cos_wrapper{
  margin-top:4%;
}
.four-step-process .cta-container{
  margin-top:45px;
}
body .four-step-process .cta-container .yellow-cta a.cta_button, body .row-fluid .four-step-process .cta-container .yellow-cta .hs-button{
  padding: 14.5px 42.98px;
}
/* ********************************************************  For Step Section End  Styling Here***************************************************************  */


/* ********************************************************  Two Col Cta Start Styling Here***************************************************************  */

@media(max-width:767px){
  .normal-section .left-col{
    padding-bottom:20px;
  }
}
.normal-section.idea .inner h3 {
  font-family: 'Montserrat';
}
.normal-section.inbo{
  z-index:0;
}
/* ********************************************************  Two Col Cta End Styling Here***************************************************************  */


/* ********************************************************  As Feture Cta Start Styling Here***************************************************************  */

body .row-fluid .as-feature-section .wrapper{
  max-width:1290px;
}
body .row-fluid .as-feature-section .repeater-container li{
  margin:30px 25px 0 25px !important;
  display: inline-block;
}
body .row-fluid .as-feature-section .repeater-container li:first-child{
  margin-left:0;
}
body .row-fluid .as-feature-section .repeater-container li:last-child{
  margin-right:0;
}
@media(max-width:767px){
  body .row-fluid .as-feature-section .repeater-container li{
    display: block;
  } 
  body .row-fluid .as-feature-section .repeater-container li:first-child{
    margin-top:0 !important;
  }
}

/* ********************************************************  As Feture Cta End Styling Here***************************************************************  */


/* ********************************************************  Homepage  Styling End  Here***************************************************************  */




/* ********************************************************  Faq Banner Sectyion Start Styling Here***************************************************************  */

.faq-banner-section .cta-container a.cta_button{
  padding: 16.5px 41px;
  margin-top:10px;
}

.faq-banner-section.resource .heading-paragraph p{
  font-size:16px;
  font-weight:600;
}
.faq-banner-section .text-heading{
  max-width:597px;
}
.faq-banner-section .content-paragraph p{
  font-weight:600;
}
.faq-banner-section.resource .cta-container a.cta_button{
  padding:14px 37px;
}
.faq-banner-section.coh .content-paragraph p {
  font-weight: 400;
}
.faq-banner-section.bottom-cta .cta-container a.cta_button{
  padding:14px 32px;
  min-width:242px;
}
.faq-banner-section.resource .heading-paragraph h1 {
  font-size: 38px;
  font-weight: 600;
}
.faq-banner-section.need .cta-container a.cta_button {
  padding: 14px 41px;
}
.faq-banner-section.okay-kid h1{
  font-size:38px;
  line-height:1.53;
}
.faq-banner-section h2{
  font-weight:600;
}
@media(max-width:767px){
  .faq-banner-section.north .cta-container a.cta_button{
    margin-top:10px;
  }
}

/* ********************************************************  Faq Banner Section End Styling Here***************************************************************  */






/* ********************************************************  Suceed Bookmart Section Start Styling Here***************************************************************  */

.succeed-bookmart-section{
  overflow:hidden;
}

.succeed-bookmart-section .accordion_header{
  max-width:707px;
  cursor:pointer;
}
.succeed-bookmart-section .top-content {
  max-width:1123px;
  margin:0 auto;
  padding-bottom:52px;
}
.succeed-bookmart-section .top-content h2{
  font-weight:600;
}
.succeed-bookmart-section.account .top-content h2{
  font-weight:bold;
}

.succeed-bookmart-section .accordion-container .accordion_content {
  display: none;
}

.succeed-bookmart-section .accordion-container .accordion_header h6{
  margin:0; 
  font-weight:600;
}

.succeed-bookmart-section .accordion-container .accordion_content p{
  margin-top:20px;
  margin-bottom:0;
}
.succeed-bookmart-section.red .accordion-container .accordion_content p, .succeed-bookmart-section.account .accordion-container .accordion_content p{
  font-size:14px;
  line-height:1.86;
}
.succeed-bookmart-section.red .top-content h2 {
  font-weight: bold;
}
.succeed-bookmart-section .accordion-container .accordion_header h6:after{
  content: "";
  background: url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/plus.png');
  position: absolute;
  top: 27px;
  font-weight: normal;
  background-color: transparent;
  width: 16px;
  height: 16px;
  right: 24px;
  background-repeat: no-repeat;
  background-size:cover;
}
.succeed-bookmart-section .accordion-container .accordion_group.expanded h6:before{
  content: "";
  background: url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/remove.png');
  position: absolute;
  top: 27px;
  font-weight: normal;
  background-color: transparent;
  width: 16px;
  height: 16px;
  right: 24px;
  background-repeat: no-repeat;
  background-size:cover;
}

.succeed-bookmart-section .accordion_group.expanded h6:after{
  display: none;
}

@media(max-width:767px){
  .succeed-bookmart-section .accordion-container .accordion_group{
    margin:0 0 30px 0;
  }
  .succeed-bookmart-section .top-content {
    max-width:100%;
  }
  .succeed-bookmart-section .accordion-container .accordion_content{
    max-width:100%;
  }
  .succeed-bookmart-section .top-content {
    padding-bottom:25px;
  }
  .succeed-bookmart-section .accordion_header{
    max-width:100%px;
  }
}


/* pricing card */
body .row-fluid .succeed-bookmart-section .two-col-adjust>span>.hs_cos_wrapper {
  border-radius: 8px;
  border: solid 0.4px #86a9b6;
  background-color: #ffffff;
  padding: 20px 20px 60px;
}
@media(max-width:767px){

  body .row-fluid .succeed-bookmart-section .two-col-adjust {
    padding-bottom: 35px!important;
  }

  body .row-fluid .succeed-bookmart-section.account .two-col-adjust {
    padding-bottom: 60px;
  }
}

body .succeed-bookmart-section .cta-container1 a.cta_button, body .row-fluid .succeed-bookmart-section .cta-container1 .hs-button{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #f5f5f5;

}
body .row-fluid .succeed-bookmart-section .row-fluid .cta-container1{
  padding-bottom:28px;
}
body .row-fluid .succeed-bookmart-section .list-conta{
  padding-bottom:40px;
}
body .row-fluid .succeed-bookmart-section .two-col-adjust .heading-container h5{ 
  margin-bottom:5px;
  font-weight:500;
}
body .row-fluid .succeed-bookmart-section .two-col-adjust{ 
  padding-bottom:135px;
}

body .row-fluid .succeed-bookmart-section .two-col-adjust .heading-container h3{ 
  border-bottom: 1px solid #86a9b6;
  margin-bottom: 0;
  padding-bottom: 11px;
}
body .row-fluid .succeed-bookmart-section .two-col-adjust .list-conta ul li{
  margin-bottom: 0;
  padding-bottom: 11px;
  line-height:1.5;
  margin-left:20px;
}
@media(min-width:768px){
  body .row-fluid .succeed-bookmart-section .two-col-adjust>span>.hs_cos_wrapper {
    -webkit-flex-basis: 45.71%;
    margin-right:4%;
    flex-basis: 45.71%;
    padding:20px 20px 60px;

  }
}
.cta-container2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.succeed-bookmart-section .row-fluid .cta-container1 a.cta_button{
  padding: 10.5px 27.5px;
}

body .cta-container2  a.cta_button, body .row-fluid .cta-container2  .hs-button{
  min-width:100%;
  padding: 11.5px 32px;
  border-radius: 0 0px 8px 8px;
  margin-top:30px;

}
/* ********************************************************  Suceed Bookmart Section End Styling Here***************************************************************  */



/* ********************************************************  Faq Page End Styling Here*************************************************************** ****************/




/* ********************************************************  How We Help Page Styling Here*************************************************************** ****************/





/* *********************************** Remote portal Without Curve section Styling Here**********************************/
.remote-portal .inner-conta{
  margin:0 auto;
}

body .remote-portal a.cta_button, body .row-fluid .remote-portal .hs-button{
  padding: 14px 21.454px;
  margin-top:15px;
}
.remote-portal .cus{
  position: relative;
  z-index: 2;
}



/* *********************************** Acadamic Coching Vs Tutoring  section Styling Start  Here****************************/


.tutoring-section .right-col .image-container img{
  border-radius:100%;
  position:relative;
  z-index:0;
}
.tutoring-section .right-col .image-container .max-conta{
  position:relative;
  z-index:0;
  margin:0 auto;
}
.tutoring-section.academic .right-col .image-container .max-conta{
  max-width:341px;
}

.tutoring-section .right-col .image-container .max-conta:after{
  position: absolute;
  content: '';
  right: -10px;
  bottom: -10px;
  background: #10839f;
  width:92%;
  height:92%;
  border-radius: 100%;
  z-index: -1;
}
.tutoring-section .right-col .image-container .max-conta:before{
  position: absolute;
  content: '';
  left: -15px;
  right: 0;
  top: 3px;
  bottom: 0;
  background: #35676b;
  width:92%;
  height:92%;
  border-radius: 100%;
  z-index: -1;
}
@media(min-width:768px){
  .tutoring-section .left-col {
    max-width: 519px;
  }
}
body .tutoring-section .left-col a.cta_button, body .row-fluid .tutoring-section .left-col .hs-button{
  margin-top:12px; 
  padding: 16.5px 17.5px;
}
@media(max-width:767px){
  body .tutoring-section .row-fluid{
    display:flex;
    flex-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
  }
  .tutoring-section .right-col {
    padding-bottom:30px;
  }
  body .tutoring-section .left-col a.cta_button, body .row-fluid .tutoring-section .left-col .hs-button{
    margin-top:30px; 

  }
}
@media(max-width:440px){
  .tutoring-section .right-col .image-container .max-conta:after ,.tutoring-section .right-col .image-container .max-conta:before{
    width:85%;
    height:85%;
  }
}


/* ********************************************************  How We Help Page Styling  End Here*************************************************************** ****************/



/* ************************************************************ How We Work With Student Page Styling  start Here****************************************************************/




/* *********************************** Image With Accordion Section  Styling Start Here*************************************/


.image-with-accordion.academic .top-content{
  padding-bottom:60px; 
}
.image-with-accordion .cta-container{
  margin-top:45px; 
}
.image-with-accordion.academic .cta-container.yellow-cta a.cta_button {
  padding: 14.5px 49.5px;
}
.image-with-accordion .accordion_header{
  max-width:707px;
  cursor:pointer;
  display: flex;
  align-items: center;
}
.image-with-accordion .top-content {
  max-width:1031px;
  margin:0 auto;
  padding-bottom:35px;
}
.image-with-accordion .top-content h4{
  font-weight:600;
}
.image-with-accordion .accordion-container .accordion_content {
  display: none;
}
.image-with-accordion .accordion-container .accordion_group {
  background-color: #fff;
  padding: 19px 55px 0px 22px;
  margin: 0 auto 25px auto;
  max-width: 1020px;
  z-index:1;
  position:relative;
  border-radius:4px;
  box-sizing:border-box;
}

.image-with-accordion .accordion-container .accordion_header h5:after,.image-with-accordion .accordion-container .accordion_group.expanded h5:before{
  content: "";
  background: url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/plus.png');
  position: absolute;
  top: 40px;
  font-weight: normal;
  background-color: transparent !important;
  width: 16px;
  height: 16px;
  right: 30px;
  background-repeat: no-repeat !important;
  background-size:cover !important;
}
.image-with-accordion .accordion-container .accordion_group.expanded h5:before{
  background: url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/remove.png');
}
.image-with-accordion .accordion-container .accordion_group.expanded p{
  padding-bottom:4px;
}
.image-with-accordion .accordion_group.expanded h5:after{
  display: none;
}
.image-with-accordion .accordion_group h5{
  font-weight: 600;
}
.image-with-accordion{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.image-with-accordion:before ,.image-with-accordion:after{
  position: absolute;
  z-index: -1;
  height: 434px;
  width: 380px;
  content: "";
  left: -190px;
  right: 0;
  border-radius: 50%;
  background: #86a9b6;
  top: -217px;
}
.image-with-accordion:after{
  right: -190px;
  background: #f4db4e;
  bottom: -217px;
  top:unset;
  left:unset;
}
.image-with-accordion .image-container img {
  padding: 15px 15px;
}

.image-with-accordion .image-container {
  margin-right: 20px;
  position:relative;
  z-index:1;
  margin-bottom: 20px;
}

.image-with-accordion .image-container:after {
  position: absolute;
  z-index: -1;
  height: 51px;
  width: 51px;
  content: "";
  right: 0px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #f6f7fa;
  bottom: 0;
}
@media(max-width:767px){
  .image-with-accordion .accordion-container .accordion_group{
    margin:0 0 30px 0;
  }
  .image-with-accordion .top-content {
    max-width:100%;
  }
  .image-with-accordion .accordion-container .accordion_content{
    max-width:100%;
  }
  .image-with-accordion .top-content {
    padding-bottom:25px;
  }
  .image-with-accordion .accordion_header{
    max-width:100%px;
  }
  .image-with-accordion .accordion_header h5{
    font-size:14px;
  }
  .image-with-accordion .cta-container{
    margin-top:15px; 
  }
}
/************Who We Are*************/
.image-with-accordion.who-we-are .accordion-container .accordion_group {
  border: solid 1px #034146;
}
/* *********************************** Image With Accordion Section  Styling End Here *************************************/



/* *********************************** Simple left Align text with  Section  Styling Start Here *****************************/

.simple-secton .inner-conta{
  max-width:1101px;
  margin:0 0 auto;
}

body .simple-secton a.cta_button, body .row-fluid .simple-secton .hs-button{
  padding: 14px 21.454px;
  margin-top:15px;
}
/* *********************************** Simple left Align text with  Section  Styling End  Here*************************************/
/* ************************************************************ How We Work With Student Page Styling  End Here****************************************************************/




/* ************************************************************ Learn More Page Styling  start Here************************************8*****8**********************************/

/* *********************************** TWo Col Adjust Image Right  Section  Styling Start Here *****************************/


@media(min-width:768px){
  body .buy-section a.cta_button, body .row-fluid .buy-section .hs-button{
    min-width: 149px;
    float: left;
    margin-top: 12px;
    padding: 16.5px 44px !important;
  }
  .buy-section .left-col h5{
    font-size:18px;
    line-height:1.44;
  }
}

.buy-section h2{
  padding-bottom:25px;
}
body .buy-section .transparent-cta a.cta_button ,body .buy-section .transparent-cta a.cta_button:hover{
  color:#034146;
}

@media(max-width:767px){
  body .buy-section a.cta_button, body .row-fluid .buy-section .hs-button ,.buy-section .left-col{
    margin-top:20px;
  }

  .buy-section .row-fluid{
    display:flex;
    flex-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
  }
}
/* *********************************** Resource Two Col Section  Styling Start Here *****************************/

.resource-two-col h2{
  padding-bottom:5px;
}
.resource-two-col .two-col-adjust h4{
  margin-top:20px;
  font-family:Montserrat,sans-serif;
  font-weight: 600;
  text-align:center;
}
.resource-two-col{
  transition: 0.5s all ease-in-out;
}
.resource-two-col .two-col-adjust .image-container{
  width:100%;background-size:cover;
  background-position:center center;
  height:375px;border-radius:8px;
  position:relative;
  z-index:1;
  background-repeat:no-repeat;
  transition:all 0.5s ease-in-out;

}
.resource-two-col .two-col-adjust .linking{
  opacity:0;
  visibility:hidden;
  transition: 0.5s all ease-in-out;
}
.resource-two-col .two-col-adjust .hs_cos_wrapper:hover .image-container .linking{
  position: absolute;
  bottom: 30px;
  left: 30px; 
  transition: 0.5s all ease-in-out;
  opacity:1;
  visibility:visible;
}

.resource-two-col.nine .hs_cos_wrapper{
  transition: 0.5s all ease-in-out; 
}

.resource-two-col.nine .hs_cos_wrapper:hover{
  transition: 0.5s all ease-in-out;
}

.resource-two-col .two-col-adjust .hs_cos_wrapper:hover .image-container:before{
  opacity:1;
  visibility:visible;
}

.resource-two-col .two-col-adjust .hs_cos_wrapper .image-container:before{
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #10839f);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius:8px;
  opacity:0;
  visibility:hidden;
  content: '';
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
}
.resource-two-col .two-col-adjust .linking a{
  color:#fff;
  font-family:Montserrat,sans-serif;
}

.resource-two-col .two-col-adjust .hs_cos_wrapper h4 ,.resource-two-col .two-col-adjust h4{
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  font-weight:500;
}

.resource-two-col .two-col-adjust .hs_cos_wrapper:hover h4 ,.resource-two-col .two-col-adjust h4:hover{
  color:#10839f ;
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  font-weight:500;
}
@media(min-width:768px){

  body .row-fluid .resource-two-col .two-col-adjust span>.hs_cos_wrapper {
    -webkit-flex-basis: 47.1%;
    flex-basis: 47.1%;
    margin-right: 2.9%;
  }
  .resource-two-col .two-col-adjust{
    max-width: 962px;
    margin: 0 auto;
  }
}
@media(max-width:767px){
  .resource-two-col .two-col-adjust .image-container{
    height:50vw;
  }
}
.image-with-accordion.who-we-are .top-content h2{
  margin-bottom:34px;
}
/* *********************************** Sign Up Form Section  Styling Start Here *****************************/

.signup-form-section h3{
  font-weight:600;margin-top: 15px;
}
.signup-form-section.green h3{
  font-weight:600;margin-top: 15px;
  color:#000000;
}
body .row-fluid .signup-form-section .hs-button{
  background: #f4db4e;
  color: #000;
}
body .row-fluid .signup-form-section .hs-form .field .hs-input{
  margin-bottom:10px;
  border:1px solid #fff;
}
body .row-fluid .signup-form-section.green .hs-form .field .hs-input{
  margin-bottom:7px;
  border:1px solid #034146;
}
body .row-fluid .signup-form-section .hs-form .field .hs-input::placeholder{
  font-weight:600;
  font-size:16px;
  font-family:'Montserrat';
}
.signup-form-section .actions {
  padding-top:20px;
  text-align: left;
}

@media(min-width:768px){
  .signup-form-section .left-col .inner{
    max-width:492px;
  }
  .signup-form-section .form-container {
    max-width: 548px;
    margin-left: auto;
  }
}
@media(max-width:767px){
  .signup-form-section h3 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
/* ************************************************************ Learn More Page Styling End  Here**************************************************************************/



/* ************************************************************ Our Research based Approch Page Styling Start  Here************************************************************/

/* *********************************** Who We help Section  Styling Start Here *****************************/
.Who-we-help-section.baul{
  position:relative;
  z-index:2;
}
.Who-we-help-section .cta-container a.cta_button{
  margin-top:20px;
}
.Who-we-help-section .cta-container.yellow-cta a.cta_button{
  margin-top:30px;
}
.Who-we-help-section.eight .cta-container.yellow-cta a.cta_button{
  margin-top:10px;
}
.Who-we-help-section.magenta .container .text-container, .Who-we-help-section.main .container .text-container{
  max-width:566px;
}
.Who-we-help-section.nine .container .text-container{
  max-width:506px;
}
.Who-we-help-section .container .text-container p{
  font-weight:500;
}
.Who-we-help-section  .heading-container{
  padding-bottom:61px;
}  
.Who-we-help-section .row-fluid.container{
  align-items: center !important;
}
.Who-we-help-section .row-fluid.container{
  text-align:left !important;
}
@media(max-width:767px){
  .Who-we-help-section .row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
  .Who-we-help-section .right-col{
    margin-bottom:30px;
  }
  .Who-we-help-section.magenta .container .text-container, .Who-we-help-section.main .container .text-container, .Who-we-help-section.nine .container .text-container{
    max-width:100%;
  }

}
text{
  color:#000;
  font-weight:bold;
}

/* ***********************************Get Strated Section  Styling Start Here *****************************/

.get-started-section .heading-container{
  max-width:422px;
}
.get-started-section .right-col.container{
  max-width:640px;
  margin-left:auto;
}
body .row-fluid .get-started-section .hs-form .field .hs-input{
  margin-bottom:20px;
}
body .row-fluid .get-started-section .actions{
  padding-top:15px;
}
body .row-fluid .get-started-section .hs-form-field>label {
  margin-bottom: 0;
}
.get-started-section .hs_cos_wrapper.form-title {
  margin: 7px 0px 0px 0px;
}
@media(max-width:767px){
  .get-started-section .heading-container{
    max-width:100%;
  }
  .get-started-section .right-col.container{
    max-width:100%;

  }
}

/* ************************************************************ Our Research based Approch Page Styling End  Here************************************************************/




/* *************************************************************** Testmoniols Page Styling Start  Here*****************************************************************/

/* *********************************** Testmoniols Video  Section  Styling Start Here *****************************/
.testimonial-video-section .heading-cont {
  margin-bottom: 63px;
}

.testimonial-video-section .video-section{
  position:relative;
  z-index: 2;
}
.testimonial-video-section .video-container:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #86a9b6;
  width: 147px;
  height: 126px;
  top: -12px;
  left: -12px;
  border-radius: 5px;
}
.testimonial-video-section .video-container:after {
  position: absolute;
  z-index: -1;
  content: '';
  background: #f4db4e;
  width: 147px;
  height: 126px;
  bottom: 92px;
  right: -12px;
  border-radius: 5px;
}
.testimonial-video-section .video-container{
  position:relative;
  z-index: 2;
}
.testimonial-video-section .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 36%; 
  max-width: 20%;
  width:100px;
  margin: 0px auto;
}

.testimonial-video-section .bottom-text-cont {
  margin-top: 70px;
}
.testimonial-video-section .bottom-text-cont h4 {
  font-weight: normal;
}

body .container-fluid .row-fluid .testimonial-video-section .hs_cos_wrapper:nth-child(2n-2) {
  margin-right: 0;
}
body .container-fluid .row-fluid .testimonial-video-section .hs_cos_wrapper{
  margin-right: 5.6%;
}

@media(max-width:767px){
  .testimonial-video-section .play-button { 
    max-width: 15%;
  } 
  body .container-fluid .row-fluid .testimonial-video-section .hs_cos_wrapper {
    margin-right: 0px;
    max-width: none;
  }
  .testimonial-video-section .video-section{
    height:50vw!important;
    max-height:none!important;
  }
}
/* *********************************** Testimonials Slider  Section  Styling Start Here *****************************/

.testimonials-slider-section{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.testimonials-slider-section .top-heading {
  margin-bottom: 62px;
}
.testimonials-slider-section .logo_container {
  margin-bottom: 50px;
}
.testimonials-slider-section .blockquote-container {
  margin-bottom: 33px;
  max-width: 968px;
  font-weight: 300;
}
.testimonials-slider-section .author-container {
  margin-bottom: 38px;
}
.testimonials-slider-section .author-container h6{
  font-weight: normal;
}
.testimonials-slider-section li{
  list-style:none;
  position:relative;
  display:inline;
  margin-left:10px!important;
}

.testimonials-slider-section ul.slick-dots li button{
  font-size:0;
  border:0;
  background:none;
}
body .row-fluid .testimonials-slider-section li:first-child{
  margin-left:0;
}
.testimonials-slider-section ul.slick-dots li:before,.testimonials-slider-section ul.slick-dots li.slick-active:before{
  position:absolute;
  content:'';
  z-index:1;
  background: #034146;
  border-radius:50%;
  height:10px;
  width:10px;
  bottom:0;
  left:0;
  right:0;
  cursor: pointer;
}
.testimonials-slider-section ul.slick-dots li.slick-active:before{
  background: #f4db4e;
  cursor: pointer;
}

@media(max-width:767px){
  .testimonials-slider-section .logo_container img {
    margin: 0px auto;
  }
  .testimonials-slider-section ul.slick-dots {
    text-align: center;
  }
}


/* *********************************** Testimonials Video Slider  Section  Styling Start Here *****************************/

.testimonials-video-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonials-video-slider:before, .testimonials-video-slider:after {
  position: absolute;
  z-index: 2;
  height: 432px;
  width: 380px;
  content: "";
  border-radius: 50%;
  z-index: -1;
}
.testimonials-video-slider:before {
  left: -190px;
  background: #86a9b6;  
  top: -216px;
}

.testimonials-video-slider:after { 
  right: -190px;
  background: #f4db4e;
  bottom: -216px;
}
/************Slider CSS****************/

.testimonials-video-slider{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.testimonials-video-slider .top-heading {
  margin-bottom: 45px;
}
.testimonials-video-slider .logo_container {
  margin-bottom: 50px;
}
.testimonials-video-slider .blockquote-container {
  margin-bottom: 33px;
  max-width: 968px;
  font-weight: 300;
}
.testimonials-video-slider .author-container {
  margin-bottom: 20px;
}
.testimonials-video-slider .author-container h6{
  font-weight: normal;
}
.testimonials-video-slider li{
  list-style:none;
  position:relative;
  display:inline;
  margin-left:10px!important;
}

.testimonials-video-slider ul.slick-dots {
  margin-top: 4px;
}
.testimonials-video-slider ul.slick-dots li button{
  font-size:0;
  border:0;
  background:none;
}
body .row-fluid .testimonials-video-slider li:first-child{
  margin-left:0;
}
.testimonials-video-slider ul.slick-dots li:before,.testimonials-video-slider ul.slick-dots li.slick-active:before{
  position:absolute;
  content:'';
  z-index:1;
  background: #034146;
  border-radius:50%;
  height:10px;
  width:10px;
  bottom:0;
  left:0;
  right:0;
  cursor: pointer;
}
.testimonials-video-slider ul.slick-dots li.slick-active:before{
  background: #f4db4e;
  cursor: pointer;
}
.testimonials-video-slider .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 28%;
  max-width: 20%;
  width:100px;
  margin: 0px auto;
}
@media(max-width:767px){
  .testimonials-video-slider .logo_container img { 
    margin: 0px auto;
  }
  .testimonials-video-slider .video-section {
    height:50vw!important;
    max-height: none!important;
  }
  .testimonials-video-slider ul.slick-dots {
    text-align: center;
  }
  .testimonials-video-slider .video-section {
    margin-bottom: 40px;
  }
  .testimonials-video-slider .play-button {
    top: 37% !important;
    max-width: 15%;
  }
}
@media(min-width:768px){
  .testimonials-video-slider .right-col {
    padding-left: 50px;
  }

}

/********* Video Css***********/

.testimonials-video-slider .video-section{
  position:relative;
  z-index: 2;
}
.testimonials-video-slider .video-container:before {
  position: absolute;
  z-index: -1;
  content: '';
  background: #86a9b6;
  width: 147px;
  height: 126px;
  top: -12px;
  left: -12px;
  border-radius: 5px;
}
.testimonials-video-slider .video-container:after {
  position: absolute;
  z-index: -1;
  content: '';
  background: #f4db4e;
  width: 147px;
  height: 126px;
  bottom: -12px;
  right: -12px;
  border-radius: 5px;
}
.testimonials-video-slider .video-container{
  position:relative;
  z-index: 2;
}
.testimonials-video-slider .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 35.5%;
}

/* *************************************************************** Testmoniols Page Styling End  Here*****************************************************************/



/* *************************************************************** Our Team  Page Styling Start  Here*****************************************************************/



/* ****************************************** Simple Three Col Section Styling Start  Here***********************************************/


.simple-three .three-col-adjust .hs_cos_wrapper .image-container img{
  border-radius:10px;
}
.simple-three .three-col-adjust .hs_cos_wrapper .image-container {
  margin-bottom:20px;
}
.simple-three .three-col-adjust .hs_cos_wrapper .heading-container h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
.simple-three .top-content{
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 930px;
}
.simple-three .three-col-adjust .hs_cos_wrapper .heading-container a {
  position: absolute;
  bottom: -32px;
  left: 0px;
  right: 0;
  font-weight: bold;
}
.simple-three.cus{
  position:relative;
  z-index:1;
}
.simple-three.bron{
  position:relative;
}

.simple-three .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 74px;
}
.simple-three.back{
  position:relative;
  z-index:1;
  overflow: hidden;
}
.simple-three.back:before {
  position: absolute;
  z-index: -1;
  height: 253px;
  width: 233px;
  content: "";
  left: -91px;
  right: 0;
  border-radius: 50%;
  background: #86a9b6;
  top: -107px;
}
.simple-three.back:after{
  position: absolute;
  z-index: -1;
  height: 353px;
  width: 218px;
  content: "";
  right: -123px;
  border-radius: 50%;
  background: #f4db4e;
  bottom: -169px;
}

@media(max-width:767px){
  .simple-three .three-col-adjust .hs_cos_wrapper h6{
    margin:15px 0 0 0;
  }
  .simple-three .three-col-adjust .hs_cos_wrapper {
    margin-bottom: 60px !important;
    max-width: 100% !important;
    text-align:center;
  }
  .simple-three .three-col-adjust .hs_cos_wrapper .heading-container {
    padding: 0px;
  }
  .simple-three .top-content {
    margin-bottom: 60px;
  }

}
@media(min-width:768px) and (max-width:1024px){
  .simple-three .three-col-adjust .hs_cos_wrapper .heading-container a {
    left: 15px;
  }
  body .row-fluid .succeed-bookmart-section.account .two-col-adjust {
    padding-bottom: 80px;
  }
}
/* *************************************************************** Our Team  Page Styling End  Here*****************************************************************/



/* ***************************************************************What is EF Coaching Page Styling Start  Here*****************************************************************/



/* **************************** Our Coaching Section Styling Start  Here******************************/

.our-coching-section .thumbnail-image{
  height: 491px;
}
.our-coching-section.two .container .image-container img{
  width:148px !important;
  height:155px!important;
}
.our-coching-section.reflect .heading-paragraph{
  max-width:855px;
  margin:0 auto;
  padding-bottom:35px;
}
.our-coching-section.reflect-1 .heading-paragraph{
  max-width:893px;
  margin:0 auto;
  padding-bottom:35px;
}
.our-coching-section .thumbnail-image,.our-coching-section .image-container{
  position:relative;
  z-index:1;
}
.our-coching-section  .heading-container{
  padding-bottom:67px;
}
.our-coching-section .vidio-container .image-container {
  position:relative;
  z-index:1;
  max-width: 796px;
  margin:0 auto;
}
.our-coching-section .vidio-container {
  position:relative;
  z-index:1;
}
.our-coching-section .vidio-container .image-container:before,.our-coching-section .vidio-container .image-container:after{
  position:absolute;
  z-index:-1;
  content:'';
  background:#86a9b6;
  width:206px;
  height:176px;
  top:-18px;
  left:-18px;
  border-radius:5px;
}
.our-coching-section .vidio-container .image-container:after{
  background:#f4db4e;
  bottom:-18px;
  right:-18px;
  top:unset;
  left:unset;
}
@media(min-width:768px){
  .our-coching-section .thumbnail-image{
    margin-left:auto;
  }

  .our-coching-section.bold .left-col {
    max-width: 538px;
  }
}


.wistia_click_to_play {
  width: 100%!important;
  height:auto!important;
}


@media(max-width:767px){

  .our-coching-section .thumbnail-image{
    width:100%;
    height:55vw !important;
  }
  .our-coching-section.reflect .heading-paragraph{
    max-width:100%;
  }
  .our-coching-section .row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
  .our-coching-section .right-col{
    margin-bottom:30px;
  }
  row-fluid .video-btn-1.video-popup-cm {
    max-width: 20%;
  }
  .our-coching-section .heading-container{
    padding-bottom:45px; 
  }
}


/* **************************** who-we-are-milestone Section Styling Start  Here******************************/

.who-we-are-milestone p{
  line-height: 1.44 !important;
}
.who-we-are-milestone.nov{
  position:relative;
  z-index:1;
}
.who-we-are-milestone.nom{
  position:relative;
  z-index:1;
}
.who-we-are-milestone.nom:before ,.who-we-are-milestone.nom:after{
  position: absolute;
  z-index: -1;
  height: 434px;
  width: 380px;
  content: "";
  left: -190px;
  right: 0;
  border-radius: 50%;
  background: #86a9b6;
  top: -217px;
}
.who-we-are-milestone.nom:after{
  right: -190px;
  background: #f4db4e;
  bottom: -217px;
  top:unset;
  left:unset;
}
@media(max-width:767px){
  .who-we-are-milestone .counter-conainer {
    text-align: center;
  }
}

@media(max-width:1024px) and (min-width:768px){
  .who-we-are-milestone .five-col-adjust span{
    text-align: center;
    justify-content: center;
    margin: 0px auto;  
  }

}

.related-post .three-col-adjust .hs_cos_wrapper .cta-container a:before{
  position: absolute;
  z-index: 1;
  content: '';
  background: url('https://www.beyondbooksmart.com/hubfs/Cta%20After%20Image.svg') no-repeat;
  background-size: contain !important;
  left: 97px;
  width: 10px;
  bottom: 7px;
  height: 10px;
}
.related-post .three-col-adjust .hs_cos_wrapper .cta-container{
  position: absolute !important;
  bottom: 22px !important;
}
.related-post .three-col-adjust .hs_cos_wrapper {
  padding: 20px 20px 45px 20px;
}
/* ***************************************************************What is EF Coaching Page Styling End   Here*****************************************************************/






/* *************************************************************** Why Choose Beyond BookSmart Page Styling Start  Here*****************************************************************/





/* **************************** Two Col Adjust Round Circle Right  Section Styling Start  Here******************************/

.circle-section:before{
  position: absolute;
  z-index: -1;
  height: 253px;
  width: 233px;
  content: "";
  left: -91px;
  right: 0;
  border-radius: 50%;
  background: #86a9b6;
  top: -107px;
}
.circle-section:before ,.circle-section:after{
  position: absolute;
  z-index: -1;
  height: 434px;
  width: 380px;
  content: "";
  left: -190px;
  right: 0;
  border-radius: 50%;
  background: #86a9b6;
  top: -217px;
}
.circle-section:after{
  right: -190px;
  background: #f4db4e;
  bottom: -217px;
  top:unset;
  left:unset;
}
.circle-section h5 {
  font-weight: 600;
  margin-bottom: 16px;
}
.circle-section .left-col p a{
  font-weight:600; 
  color:#034146;
}
.circle-section .left-col p a.link-1{
  color:#10839f;
}


.circle-section .right-col .image-container{
  border-radius:100%;width:120px;height:120px;
  margin:0 auto;
}


.circle-section .right-col .image-container img{
  padding:30px 0;
}

.circle-section .bottom{
  padding-top:42px;
  padding-bottom:15px;
}
body .circle-section a.cta_button, body .row-fluid .circle-section .hs-button{
  padding: 14.5px 18.44px;
  margin-top:30px;
}

@media(max-width:767px){

  .circle-section .right-col .image-container{
    margin:0;
  }
  .circle-section .bottom .right-col {
    padding-bottom: 30px;
  }
  .circle-section .bottom {
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
}


/* *************************************************************** Why Choose Beyond BookSmart Page Styling End  Here*****************************************************************/





/* **************************** Case Study  Download Section Styling Start  Here******************************/


.case-study .cta-container-1{
  margin-top:70px;
}
.case-study .top-content{
  max-width: 1023px;
  padding-bottom:18px;
  margin: 0 auto; 
}

.case-study .image-container{
  margin-bottom:16px;
}
.case-study .hs_cos_wrapper h6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.83;
}

.case-study .image-container{
  margin-bottom:16px;
}
.case-study .hs_cos_wrapper p{
  font-size: 14px;
  line-height: 1.71;
}
.case-study .hs_cos_wrapper h5{
  font-size: 18px;
  letter-spacing: -.4px;
  line-height: 1.56;
}
.case-study .hs_cos_wrapper .cta-container a{
  font-weight:600;
  position:relative;
  color:#034146;
  z-index:0;
  display:inline-block;
}

.case-study .hs_cos_wrapper .cta-container{
  position: absolute;
  bottom: 16px;
}

.case-study .hs_cos_wrapper .cta-container a:before{
  position: absolute;
  z-index: 1;
  content: '';
  background: url(https://331584.fs1.hubspotusercontent-na1.net/hubfs/331584/Beyond%20Booksmart/right-double-arrow.svg) no-repeat;
  background-size: contain !important;
  right: -14px;
  width: 10px;
  bottom: 7px;
  height: 10px;
}

body .row-fluid .case-study .three-col-adjust .hs_cos_wrapper {
  border: solid 1px #86a9b6;
  background: #ffffff;
  padding: 20px 20px 50px;
  border-radius: 8px;
  -webkit-flex-basis: 30.116%;
  flex-basis: 30.116%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  body .row-fluid .case-study .three-col-adjust .hs_cos_wrapper {
    -webkit-flex-basis: 25.116%;
    flex-basis: 25.116%;
    margin-right:auto;
  }

}

/* **************************** Coaching Overview Section Styling Start  Here******************************/

.coaching-overview-section .container .image-container img{
  width:148px !important;
  height:155px!important;
}
.coaching-overview-section.thumbnail-image,.coaching-overview-section.image-container{
  position:relative;
  z-index:1;
}
.coaching-overview-section .heading-container{
  padding-bottom:61px;
}
.coaching-overview-section .vidio-container .thumbnail-image{
  position:relative;
  z-index:1;
}

.coaching-overview-section .vidio-container .image-container .thumbnail-image:before{
  position:absolute;
  z-index:-1;
  content:'';
  background:#86a9b6;
  width:147px;
  height:126px;
  top:-12px;
  left:-12px;
  border-radius:5px;
}
.coaching-overview-section .vidio-container .image-container .thumbnail-image:after{
  position:absolute;
  z-index:-1;
  content:'';
  background:#f4db4e;
  width:147px;
  height:126px;
  bottom:-12px;
  right:-12px;
  border-radius:5px;
}
.coaching-overview-section.vidio-container .youtube.video-btn-1.video-popup-cm.white-bg-cta{
  top: -190px;
  position: relative;
  bottom: 0px;
}

@media(min-width:768px){
  .coaching-overview-section.thumbnail-image{
    margin-left:auto;
  }
  .coaching-overview-section.thumbnail-image,.coaching-overview-section.image-container{
    width:796px;
  }
}

.row-fluid .coaching-overview-section.video-btn-1.video-popup-cm {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
  width:auto;
  max-width: 92px;
  height:auto;
  z-index:3;
}
@media(max-width:767px){
  .coaching-overview-section.thumbnail-image{
    width:100%;
  }
  .coaching-overview-section.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
  .coaching-overview-section.right-col{
    margin-bottom:30px;
  }
}



/* **************************** Coaching Prepares Section Styling Start  Here******************************/


body .row-fluid .coaching-prepares .wrapper {
  max-width: 1050px;
}
.coaching-prepares .top-content{
  margin-bottom:60px;
}
.coaching-prepares .bottom-text{
  margin-top:60px;
}

.coaching-prepares .list-container.p-18  li{
  margin-bottom:17px; 
  margin-left:19px;
}
.coaching-prepares {
  position:relative;
  z-index:1;
  overflow:hidden;
}
.coaching-prepares:before,.coaching-prepares:after {
  position: absolute;
  height: 432px;
  width: 380px;
  content: "";
  border-radius: 50%;
  z-index:-1;
}
.coaching-prepares:after{
  right: -190px;
  background: #f4db4e;
  bottom: -206px;
}
.coaching-prepares:before{
  left: -190px;
  background: #86a9b6;
  top: -206px;
}


/* **************************** Coaching With Us Three col Section Styling Start  Here******************************/



body .row-fluid .connect-section .three-col-adjust>span>.hs_cos_wrapper {
  border-radius: 8px;
  border: solid 0.4px #86a9b6;
  background-color: #ffffff;
  padding: 20px;

}
body .row-fluid .connect-section .three-col-adjust p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.86;
}


body .row-fluid .connect-section .three-col-adjust p a{
  color: #000000 !important;
  font-weight: 600;
}




@media(min-width:768px){
  body .row-fluid .connect-section .three-col-adjust>span>.hs_cos_wrapper:first-child{
    -webkit-flex-basis:100%;
    margin-right:3.3%;
    flex-basis:100%;
  }

  body .row-fluid .connect-section .three-col-adjust>span>.hs_cos_wrapper {
    /*     -webkit-flex-basis: 46.67%;
    margin-right: 3.3%;
    flex-basis: 46.67%; */
    padding:20px 20px 70px;
  }

  body .container-fluid .row-fluid .connect-section .three-col-adjust>span{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .row-fluid .connect-section .cta-container{
    position:absolute;
    bottom:20px;

  }
  body .connect-section a.cta_button, body .row-fluid .connect-section .hs-button{
    padding: 14px 29.85px;
  }
}

@media(max-width:767px){

  body .connect-section a.cta_button, body .row-fluid .connect-section .hs-button{
    margin-top:20px;
  }
  body .row-fluid .connect-section .three-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  body .row-fluid .connect-section .three-col-adjust > span > .hs_cos_wrapper{
    -webkit-flex-basis: 41.67%;
    margin-right:auto;
    flex-basis: 41.67%;

  }
}

@media(max-width:920px){
  body .row-fluid .connect-section .three-col-adjust>span>.hs_cos_wrapper {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}
}

/* **************************** Four Col Isotopes Section Styling Start  Here******************************/


body .row-fluid .deals-isotope .wrapper{
  max-width:1168px;
}
.deals-isotope ul.menu{
  margin-bottom:31px; 
}
.deals-isotope ul.menu li{
  font-size: 20px;
  line-height: 1.5;
  color:#000;
  margin-left:0;
  margin-right:30px;
  cursor:pointer;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
}
.deals-isotope ul.menu li.active{
  font-weight:600;
  color:#034146;
}
.deals-isotope .cta-container-1{
  margin-top:70px;
}
.deals-isotope .image-container{
  margin-bottom:16px;
}
.deals-isotope li{
  display:inline;
  list-style:none;
}
.deals-isotope .hs_cos_wrapper h6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin:0px 0 14px 0;
}

.deals-isotope .image-container{
  margin-bottom:16px;
}
.deals-isotope .hs_cos_wrapper p{
  font-size: 14px;
  line-height: 1.71;
}
.deals-isotope .hs_cos_wrapper h5{
  font-size: 18px;
  line-height: 1.56;

  margin-bottom: 15px;
  font-weight: 600;
}
.deals-isotope .hs_cos_wrapper .cta-container a{
  font-weight:600;
  position:relative;
  color:#034146;
  z-index:0;
  display:inline-block;
}
.deals-isotope .cta-container{
  margin-top:70px;
}
.deals-isotope .hs_cos_wrapper .cta-container{
  position: absolute;
  bottom: 16px;
}

.deals-isotope .hs_cos_wrapper .cta-container a:before{
  position: absolute;
  z-index: 1;
  content: '';
  background: url(https://331584.fs1.hubspotusercontent-na1.net/hubfs/331584/Beyond%20Booksmart/right-double-arrow.svg) no-repeat;
  background-size: contain !important;
  right: -14px;
  width: 10px;
  bottom: 7px;
  height: 10px;
}

body .row-fluid .deals-isotope .three-col-adjust .hs_cos_wrapper {
  border: solid 1px #86a9b6;
  background: #ffffff;
  padding: 20px 20px 50px;
  border-radius: 8px;
  -webkit-flex-basis: 30.116%;
  flex-basis: 30.116%;
}





/* for col isotopes styling here */

.row-fluid .deals-isotope .three-col-adjust span>.hs_cos_wrapper {
  box-shadow: 0 2px 45px 0 rgb(0 0 0 / 5%);
  background-color: #fff;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float:left;
  flex-basis: 30.12%;
  -webkit-flex-basis: 30.12%;
  margin-right: 3.1%;
  margin-top: 40px;
  box-sizing: border-box;
  max-height:max-content;
  transition: all 0.3s ease-in-out;
  transform: none !important;
}

body .row-fluid .filter-tab-wrap{
  transition: .3s all ease-in-out;
}

span.items-wrapper{
  height:auto!important;
}


@media(max-width: 767px){
  .row-fluid .deals-isotope .three-col-adjust span>.hs_cos_wrapper{
    float:none;
    margin-right:auto ;
  }
  .deals-isotope ul.menu li{
    line-height:2.5; 
  }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .row-fluid .deals-isotope .three-col-adjust span{
    width:100%;

  }

  .row-fluid .deals-isotope .three-col-adjust span>.hs_cos_wrapper{
    flex-basis:25.11%;
    -webkit-flex-basis:25.115;
    margin-right:auto;

  }
}

/* **************************** Genral Inquiries Popup Styling Start  Here******************************/

.general-inquiries-popup {
  position: relative;
  z-index: 2;
}

.general-inquiries-popup .form-container {
  padding: 67px 78px 70px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;  
  margin:0px auto;
  box-sizing: border-box;
}

.general-inquiries-popup-section {
  position: relative;
}

.general-inquiries-popup .general-inquiries-popup-close img {
  position: absolute;
  top: -4%;
  right: 12.5%;
  z-index: 1;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.general-inquiries-popup .top-text-cont p {
  max-width: 640px;
  margin-bottom: 60px;
}

@media(max-width:1024px) and (min-width:768px){

  .general-inquiries-popup .general-inquiries-popup-close img {
    top: -5%;
    right: -2.5%;

  }  
}

@media(max-width:1100px) and (min-width:1024px){

  .general-inquiries-popup .general-inquiries-popup-close img {
    top: -5%;
    right: 6.5%;
  }  

}

@media(max-width:767px){

  .general-inquiries-popup .form-container {
    padding: 30px 10px 30px;
  }

  .general-inquiries-popup .general-inquiries-popup-close img {    
    right:-25px;   
  }

}


/* **************************** Get Started With Coaching popup Styling Start  Here******************************/



.get-started-coaching-popup {
  position: relative;
  z-index: 2;
}
.get-started-coaching-popup .form-container {
  padding: 67px 78px 70px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;  
  margin:0px auto;
  box-sizing: border-box;
}


.get-started-coaching-popup-section {
  position: relative;
}

.get-started-coaching-popup .get-started-coaching-popup-close img {
  position: absolute;
  top: -4%;
  right: 13.5%;
  z-index: 1;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.get-started-coaching-popup .top-text-cont p {
  max-width: 640px;
  margin-bottom: 60px;
}

@media(max-width:900px) and (min-width:768px){
  .get-started-coaching-popup .get-started-coaching-popup-close img  {
    top: -5%;
    right: -2.5%;

  }  
}

@media(max-width:1024px) and (min-width:768px){
  .schedule-discovery-popup .schedule-discovery-popup-close img {
    right: -2.5% !important;

  }  
}

@media(max-width:1100px) and (min-width:1024px){
  .get-started-coaching-popup .get-started-coaching-popup-close img {
    top: -5%;
    right: 6.5%;

  }  
}

@media(max-width:767px){
  .get-started-coaching-popup .form-container {
    padding: 30px 20px 30px;
  }
  .get-started-coaching-popup .get-started-coaching-popup-close img {    
    right: 0%;   
  }
  .schedule-discovery-popup .top-text-cont h3 {
    margin-bottom: 30px;
  }
}

.get-started-coaching-popup .top-text-cont h3{
  margin-bottom: 52px;  
}
.get-started-coaching-popup .hs_submit.hs-submit {
  margin-top: 20px;
}
.get-started-coaching-popup .hs-richtext.hs-main-font-element {
  display: block;
}
.get-started-coaching-popup .hs-richtext p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000000;
}
.get-started-coaching-popup .hs-richtext p a {
  color: #10839f;
  text-decoration: underline;
}



/* **************************** Image Only  section Styling Start  Here******************************/
.image-only .cta-container {
  margin-top:70px ;
}
@media(max-width:767px){
  .image-only .cta-container{
    margin-top:40px ;
  }
}

/* **************************** Job Details Popup  Styling Start  Here******************************/


.job-details-popup {
  position: relative;
  z-index: 2;
}
.job-details-popup .form-container {
  padding: 49px 33px 42px 45px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;  
  margin:0px auto;
  box-sizing: border-box;
}


.job-details-popup-section {
  position: relative;
}

.job-details-popup .job-details-popup-close img {
  position: absolute;
  top: -9%;
  right: 3.5%;
  z-index: 1;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.job-details-popup .top-text-cont p {
  max-width: 940px;
  margin-bottom: 55px;
}

@media(max-width:900px) and (min-width:768px){
  .job-details-popup .job-details-popup-close img {
    top: -5%;
    right: -2.5%;

  }  
}
@media(max-width:1100px) and (min-width:1024px){
  .job-details-popup .job-details-popup-close img {
    top: -5%;
    right: 6.5%;

  }  
}

@media(max-width:767px){
  .job-details-popup .form-container {
    padding: 30px 10px 30px;
  }
  .job-details-popup .job-details-popup-close img {    
    right: 0%;   
  }

}

.job-details-popup .top-text-cont h3{
  margin-bottom: 52px;  
}
.job-details-popup .hs_submit.hs-submit {
  margin-top: 40px;
}


body .job-details-popup a.cta_button, body .row-fluid .job-details-popup .hs-button{
  color:#ffffff; 
}

/* **************************** Membership options Popup  Styling Start  Here******************************/

.membership-options-popup {
  position: relative;
  z-index: 2;
}
.membership-options-popup .form-container {
  padding: 67px 78px 70px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;  
  margin:0px auto;
  box-sizing: border-box;
}


.membership-options-popup-section {
  position: relative;
}

.membership-options-popup .membership-options-popup-close img {
  position: absolute;
  top: -8%;
  right: 13.5%;
  z-index: 1;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.membership-options-popup .top-text-cont p {
  max-width: 640px;
  margin-bottom: 60px;
}

@media(max-width:900px) and (min-width:768px){
  .membership-options-popup .membership-options-popup-close img {
    top: -5%;
    right: -2.5%;

  }  
}
@media(max-width:1100px) and (min-width:1024px){
  .membership-options-popup .membership-options-popup-close img {
    top: -5%;
    right: 6.5%;

  }  
}

@media(max-width:767px){
  .membership-options-popup .form-container {
    padding: 30px 10px 30px;
  }
  .membership-options-popup .membership-options-popup-close img {    
    right: 0%;   
  }

}

.membership-options-popup .top-text-cont h3{
  margin-bottom: 52px;  
}
.membership-options-popup .hs_submit.hs-submit {
  margin-top: 40px;
}
.membership-options-popup .hs-richtext.hs-main-font-element {
  display: block;
}
.membership-options-popup .hs-richtext p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000000;
}
.membership-options-popup .hs-richtext p a {
  color: #10839f;
  text-decoration: underline;
}



/* **************************** Round Image Section Styling Start  Here******************************/


@media(min-width:768px){
  body .round-image a.cta_button, body .row-fluid .round-image .hs-button{
    min-width: 149px;
    float: left;
    margin-top: 12px;
    padding: 16.5px 32px !important;
  }
}
.round-image h2{
  margin-bottom:60px;
}
.round-image.pin h4 {
  font-weight: 600;
}
body .round-image .transparent-cta a.cta_button ,body .round-image .transparent-cta a.cta_button:hover{
  color:#034146;
}

@media(max-width:767px){
  body .round-image a.cta_button, body .row-fluid .round-image .hs-button ,.round-image .left-col{
    margin-top:20px;
  }
  .round-image .row-fluid{
    display:flex;
    flex-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
  }
  .round-image .inner{
    max-width:100%;
  }
}

/* **************************** Schedule A Free discovery Popup  Styling Start  Here ******************************/

.schedule-discovery-popup {
  position: relative;
  z-index: 2;
}

.schedule-discovery-popup .form-container {
  padding: 67px 78px 70px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;  
  margin:0px auto;
  box-sizing: border-box;
}

.schedule-discovery-popup-section {
  position: relative;
}

.schedule-discovery-popup .schedule-discovery-popup-close img {
  position: absolute;
  top: -4%;
  right: 13.5%;
  z-index: 1;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.schedule-discovery-popup .top-text-cont p {
  max-width: 640px;
  margin-bottom: 60px;
}

@media(max-width:900px) and (min-width:768px){
  .schedule-discovery-popup .schedule-discovery-popup-close img {
    top: -5%;
    right: -2.5%;

  }  
}
@media(max-width:1100px) and (min-width:1024px){
  .schedule-discovery-popup .schedule-discovery-popup-close img {
    top: -5%;
    right: 6.5%;

  }  
}

@media(max-width:767px){
  .schedule-discovery-popup .form-container {
    padding: 30px 10px 30px;
  }
  .schedule-discovery-popup .schedule-discovery-popup-close img {    
    right: 0%;   
  }

}

.schedule-discovery-popup .top-text-cont h3{
  margin-bottom: 60px;  
}
.schedule-discovery-popup .hs_submit.hs-submit {
  margin-top: 15px;
}


/* **************************** Schedule Now Popup  Styling Start  Here ******************************/



.schedule-discovery-popup {
  position: relative;
  z-index: 2;
}

.schedule-discovery-popup .form-container {
  padding: 67px 78px 70px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;  
  margin:0px auto;
  box-sizing: border-box;
}

.schedule-discovery-popup-section {
  position: relative;
}

.schedule-discovery-popup .schedule-discovery-popup-close img {
  position: absolute;
  top: -4%;
  right: 13.5%;
  z-index: 1;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.schedule-discovery-popup .top-text-cont p {
  max-width: 640px;
  margin-bottom: 60px;
}

@media(max-width:900px) and (min-width:768px){
  .schedule-discovery-popup .schedule-discovery-popup-close img {
    top: -5%;
    right: -2.5%;

  }  
}
@media(max-width:1100px) and (min-width:1024px){
  .schedule-discovery-popup .schedule-discovery-popup-close img {
    top: -5%;
    right: 6.5%;

  }  
}

@media(max-width:767px){
  .schedule-discovery-popup .form-container {
    padding: 30px 10px 30px;
  }
  .schedule-discovery-popup .schedule-discovery-popup-close img {    
    right: 0%;   
  }
}

.schedule-discovery-popup .top-text-cont h3{
  margin-bottom: 60px;  
}
.schedule-discovery-popup .hs_submit.hs-submit {
  margin-top: 15px;
}

@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .section-padding-1{
    padding:80px 15px !important;
  }
}
@media(max-width:767px){
  body .row-fluid .section-padding-1{
    padding:60px 15px !important;
  }
}



/* **************************** Seven step section Styling Start  Here ******************************/


.seven-step-process.cold .seven-col-adjust .inner-image{
  width:130px ;
  height:130px; 
}
.seven-step-process .seven-col-adjust .inner-image{
  border-radius:100%;
  width:100px ;
  height:100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom:20px;
  position:relative;
  z-index:0;
  transition: all 0.4s ease-in-out;
}

.seven-step-process .seven-col-adjust .inner-image:hover {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}
.seven-step-process .seven-col-adjust .inner-image{
  border-radius:100%;
  width:100px ;
  height:100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom:20px;
  position:relative;
  z-index:0;
  transition: all 0.4s ease-in-out;
}
.seven-step-process .seven-col-adjust .inner-image img{
  padding: 30px;
  width: 40px;
}

.seven-step-process .seven-col-adjust li h5 ,
.seven-step-process .seven-col-adjust li h5{
  font-family: Montserrat,sans-serif;
  font-weight:600;
  color:#000000;
}
.seven-step-process .seven-col-adjust li h5{
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color:#666666;
  font-family: 'Montserrat';
}


body .row-fluid .seven-step-process .seven-col-adjust span>li{
  margin-top:0%;
}

.seven-step-process .cta-container{
  margin-top:45px;
}


body .seven-step-process .cta-container .yellow-cta a.cta_button, body .row-fluid .seven-step-process .cta-container .yellow-cta .hs-button{
  padding: 14.5px 42.98px;
}

body .seven-step-process .hs_cos_wrapper{
  display: inline-block;
  float: left;
}

.seven-step-process ul li {
  width: 100%;
  display: inline-block;
  margin: 0 ;
  margin-left: 0;
  padding: 0 20px;
  max-width: 125px;
  -webkit-flex-direction: column;
  display: flex;
  display: -webkit-flex;
}

@media(max-width:767px){
  .seven-step-process ul {
    display: block;
  }
  .seven-step-process  ul li {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    display: inline-block;
    height: auto;
    border: 0;
    padding: 0;
  }
  body .seven-step-process .hs_cos_wrapper {
    display: block;
    float: none;
  }
}
@media(min-width:768px) and (max-width:1024px){
  body .seven-step-process .hs_cos_wrapper {
    float: none;
  }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  

  .seven-step-process ul li {
    display: inline-block !important;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;

  }
  .seven-step-process .seven-col-adjust li h5{
    min-width: 181px !important;

  }
}


/* **************************** SignUp Today Form section Styling Start  Here ******************************/



.signup-today-section .right-col{
  background-color:#f6f7fa;
  border-radius:10px;
  padding: 50px 57px 70px 58px;
}
.signup-today-section .top-heading{ 
  max-width:898px;
  margin:0 auto 60px;
}
.signup-today-section h3{
  font-weight:600;
  margin-top: 15px;
  color:#000;
}
.signup-today-section.green h3{
  font-weight:600;
  margin-top: 15px;
}
body .row-fluid .signup-today-section .hs-button{
  background: #f4db4e;
  color: #000;
}
body .row-fluid .signup-today-section .hs-form .field .hs-input{
  margin-bottom:8px;
  border:1px solid #034146;
  padding:6px 15px;
}

body .row-fluid .signup-today-section .hs-form .field .hs-input::placeholder{
  font-weight:600;
  font-size:16px;
  font-family:'Montserrat';
}

.signup-today-section .actions {
  padding-top:10px;
  text-align: left;
}



@media(min-width:768px){
  .signup-today-section .left-col .inner{
    max-width:555px;
  }
  .signup-today-section .form-container {
    max-width: 548px;
    margin-left: auto;
  }
}
@media(max-width:1024px){
  .signup-today-section .right-col{
    padding: 50px 27px 70px 27px;
  }
}
@media(max-width:767px){
  .signup-today-section h3 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .signup-today-section .right-col{
    margin-top:35px;
    padding: 20px 27px 70px 27px;
  }
}

/* **************************** Simple Three Col section Styling Start  Here ******************************/


body.show-popup{
  position: relative;
}

body.show-popup:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(245, 245, 245, 0.9);
}


.simple-three .modal {
  display:none;
  position: fixed;
  z-index: 999;
  visibility:visible;
  left: 0;
  right:0;
  top: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  overflow: scroll; 
  background-color: rgba(245, 245, 245, 0.9);
  -webkit-animation-name: fadeIn; 
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.simple-three .modal.show-popup{
  display: flex;
  justify-content: center;
  align-items: inherit;
}

.simple-three .modal-content {
  position: relative;
  background-color: #FFFFFF;
  max-width: 936px;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  left: 0.5%;
  right: 0;
  bottom: 0;
  top: 0%;
  padding: 45px 45px 39px;
  margin: 185px auto 185px;
}

.simple-three .modal-body {
  max-width: 936px;
}

.simple-three .image-container-1 {
  width: 94px;
  display: inline-block;
  float: left;
  border-radius:8px;
  margin-right: 17px;
}
.simple-three .image-container-1 img{
  border-radius: 6px;
}
.simple-three .image-heading {
  margin-bottom: 48px;
}
.simple-three .text {
  text-align: left;
  padding: 31px 0px 0px;
}
.simple-three .content-block{
  cursor:pointer;
}


.simple-three .modal-content:before {
  background: #86a9b6;
  top: -20px;
  left: -20px;
}
.simple-three .modal-content:before, .modal-content:after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 48.6%;
  height: 48.6%;
  border-radius: 5px;
}
.simple-three .modal-content:after {
  background: #f4db4e;
  bottom: -20px;
  right: -20px;
}
.simple-three .modal-content:before, .modal-content:after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 48.6%;
  height: 48.6%;
  border-radius: 5px;
}
.simple-three .close{
  position:absolute;
  z-index: 1;
  content: '';
  top: -38px;
  left: 100.5%;
  right: 0;
  bottom: 0;
  width: 38px;
  height:38px;
  background-image:url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Cross%20arrow.svg');
  background-size: auto;
  background-repeat: no-repeat; 
  cursor:pointer;
}

@media(max-width:767px){

  .simple-three .image-heading {
    margin-bottom: 25px;
  }

  .simple-three .image-container-1{
    float:none;
    display:block;
  }

  .simple-three .modal-content {
    padding: 30px;
  }

  .simple-three .modal-content{
    max-width:70%;
  }

  .simple-three .close{
    top: -50px!important;
    left: unset!important;
  }
}

@media(max-width:341px){
  .simple-three .text {
    padding:18px 0px 0px;
  }
  .simple-three .image-heading {
    margin-bottom: 30px;
  }
}
@media(min-width:768px) and (max-width:1200px){
  #close {
    left: 96.5%;
  }

  .simple-three .modal-content{
    max-width:70%;
  }


}

.simple-three .simple-cta a.cta_button:hover {
  background: none;
  color: #10839f;
  padding: 0;
  font-weight: bold;
  text-align: left;
}

.simple-three .simple-cta a.cta_button {
  background: none;
  color: #10839f;
  padding: 0;
  font-weight: bold;
  text-align: left;
}

.simple-three .cta-container.simple-cta {
  position: absolute;
  bottom: -25px;
}


/* **************************** Simple Three Col section Styling Start  Here ******************************/



.simple-rich-text  .bottom  ul>li ,
.simple-rich-text .bottom  p{
  color: #000000;
  line-height: 1.44;
  font-family: 'Montserrat';
  font-size: 18px;
  margin-bottom: 20px;
}

.simple-rich-text  .bottom  ul{
  margin: -10px 0px 0px 4px;
}


/* **************************** Six Step section Styling Start  Here ******************************/



.five-step-process.cold .five-col-adjust .inner-image{
  width:130px ;
  height:130px; 
}
.five-step-process .six-col-adjust .inner-image{
  border-radius:100%;
  width:120px ;
  height:120px;
  margin: 0 auto;
  text-align: center;
  margin-bottom:20px;
  position:relative;
  z-index:0;
  transition: all 0.4s ease-in-out;
}
.five-step-process .six-col-adjust .inner-image:hover {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}
.five-step-process .five-col-adjust .inner-image{
  border-radius:100%;
  width:120px ;
  height:120px;
  margin: 0 auto;
  text-align: center;
  margin-bottom:17px;
  position:relative;
  z-index:0;
  transition: all 0.4s ease-in-out;
}
.five-step-process .six-col-adjust .inner-image img{
  padding: 35px;
  width: 50px;
}

.five-step-process .six-col-adjust .hs_cos_wrapper h5 ,.five-step-process .five-col-adjust .hs_cos_wrapper h5{
  font-family: Montserrat,sans-serif;
  font-weight:600;
  color:#000000;
}
.five-step-process .five-col-adjust .hs_cos_wrapper h5 {
  font-size: 20px;
  line-height:1.3;
  max-width: 125px;
  margin: 0 auto;
}

.five-step-process .five-col-adjust .inner-image img{
  padding: 35px;
  width: 50px;
}


.five-step-process .cta-container{
  margin-top:45px;
}


body .five-step-process .cta-container .yellow-cta a.cta_button, body .row-fluid .five-step-process .cta-container .yellow-cta .hs-button{
  padding: 14.5px 42.98px;
}

@media(max-width:767px){
  .simple-three .cta-container.simple-cta {
    bottom: 0;
    position: relative;
  }
  .simple-three .simple-cta a.cta_button{
    text-align:center!important; 

  }

  .five-step-process .five-col-adjust .hs_cos_wrapper h5 {
    max-width: 100%;
  }
  .five-step-process .inner-conta .text-container {
    margin-bottom: 30px !important;
  }
}

@media(min-width:768px) and (max-width:890px){
  .five-step-process .six-col-adjust span>.hs_cos_wrapper{
    margin-right: 0.8% !important;
  }
  .five-step-process .six-col-adjust .hs_cos_wrapper.step-5 .inner-image:before{
    left: 100px !important;
  }
  .five-step-process .six-col-adjust span{
    justify-content: center !important;
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
  }
}



/* **************************** Three col Video Section Styling Start  Here ******************************/



.three-col-video-section .heading-cont {
  margin-bottom: 63px;
}

.three-col-video-section .video-section{
  position:relative;
  z-index: 2;
}

.three-col-video-section .video-container{
  position:relative;
  z-index: 2;
}
.three-col-video-section .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  max-width: 20%;
  margin: 0px auto;
}
.three-col-video-section .cta-container{
  margin-top:65px;
}
.three-col-video-section .Top-text {
  margin-bottom: 23px;
}
.three-col-video-section .Top-text h5 {
  color:#10839f;
}

@media(min-width:768px) and (max-width:1024px){

  .three-col-video-section .video-section.section-bg {
    min-height: 220.2px;
    height: 13vw;
    border-radius: 8px;
  }

}

@media(max-width:767px){

  body .container-fluid .row-fluid .three-col-video-section .hs_cos_wrapper {
    margin-right: 0px;
    max-width: none;
  }

  .three-col-video-section .video-right-col.video-content{
    padding-top:25px;
  }

  .three-col-video-section .video-section{
    height:50vw!important;
    max-height:none!important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .three-col-video-section .play-button{
    left:40%;

  }
}



/* **************************** Two  col Section Styling Start  Here ******************************/


@media (min-width:1025px){
  .two-col-section .right-col p{
    margin-bottom:24px;
  }
  body .row-fluid .two-col-section .right-col{
    margin-left:2%;
  }
}
.two-col-section .cta-container{
  padding-top:14px;
}
.two-col-section.any .inner h2 {
  font-weight: 600;
}
.two-col-section.any .right-inner{
  max-width:777px;
}
@media(max-width:767px){
  .two-col-section .left-col{
    padding-bottom:20px;
  }
}



/* **************************** Two  Col Adjust Image Right Big Section Styling Start  Here ******************************/



@media(min-width:1024px){
  .buy-section-big .right-col{
    padding-left:76px; 
  }
}


@media(max-width:767px){
  .buy-section-big .row-fluid{
    display:flex;
    flex-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
  }
  .buy-section-big .right-col{
    margin-bottom:20px; 
  }
}


/* **************************** Two  Col List Container  Section Styling Start  Here ******************************/



.list-container-section .row-fluid .cta-container a.cta_button{
  margin-top:20px;
}

.list-container-section .row-fluid .bottom-description{
  max-width:1112px;
  margin:0 auto;
  padding-top:30px;
}
.list-container-section .row-fluid .bottom-description p{
  color:#000;
  font-size:18px;
}
.list-container-section ul>li{
  color:#000;
  font-weight:600;
  font-size:18px;
}
.list-container-section ul{
  margin:30px;
}

.list-container-section.kio ul>li{
  font-weight:500;
}

@media(max-width:767px){
  .list-container-section .top-heading{ 
    max-width:100%;
  }
  .list-container-section .bottom-description{
    max-width:100%;
  }
  .list-container-section .li-inner{
    max-width:100% !important;
  }
}


/* **************************** Video Tips Parents Video Section Styling Start  Here ******************************/


.video-tips-video-section .play-button {
  max-width: 65.8px;
  max-height: 38px;
  margin-bottom: 15px;

}

.video-tips-video-section .text-cont h6 {
  font-size: 12px;
  font-weight: normal;
}
.video-tips-video-section .text-cont p {
  margin-bottom: 6px;
}
.video-tips-video-section .video-section{
  position:relative;
  transition: all .5s ease-in-out;
  z-index: 2;

}
.video-tips-video-section .inner-div {
  padding: 20px;
  position: absolute;
  bottom: -26px;
  transition: all .5s ease-in-out;
  opacity: 0;
}

.video-tips-video-section .bottom-text {
  margin-top: 23px;
}

.video-tips-video-section .cta-container{
  margin-top: 50px;
}

body .row-fluid .video-tips-video-section .three-col-adjust span>.hs_cos_wrapper:hover .inner-div{
  opacity:1;
  transition: all .5s ease-in-out;
}
body .row-fluid .video-tips-video-section .three-col-adjust span>.hs_cos_wrapper:hover .bottom-text h5 {
  color: #10839f;
  transition: all .5s ease-in-out;
}

body .row-fluid .video-tips-video-section .three-col-adjust span>.hs_cos_wrapper.content{
  display:block;
  display:none;
}

@media(max-width:1025px) and (min-width:768px){
  .video-tips-video-section .video-section{
    height:24vw!important;
    max-height:none!important;
  }
}

@media(max-width:767px){
  body .row-fluid .video-tips-video-section .three-col-adjust span>.hs_cos_wrapper{
    max-width:none;
  }
  .video-tips-video-section .video-right-col.video-content{
    padding-top:10px;
  }
  .video-tips-video-section .video-section{
    height:50vw!important;
    max-height:none!important;
  }
  .video-tips-video-section .play-button {
    margin-bottom: 10px;
    width: 50%;
  }
}


/* **************************** Who Are Hiring Section Styling Start  Here ******************************/


.we-are-hiring-section .two-col-adjust .heading-para{
  display:flex;
  justify-content: space-between;
  align-items: center;

}
.we-are-hiring-section .two-col-adjust span>.hs_cos_wrapper{

  background-color: rgba(255, 255, 255, 0.8);
  border-radius:8px;

}
body .row-fluid .we-are-hiring-section .two-col-adjust>span{
  justify-content:center;
}

body .row-fluid .we-are-hiring-section .two-col-adjust span>.hs_cos_wrapper{
  flex-basis: 39%;
  -webkit-flex-basis: 39%;
  float: left;
  margin-right: 2.5%;
  margin-top: 40px;
}
.we-are-hiring-section .two-col-adjust .hs_cos_wrapper .cta-container a h5{
  font-size:16px;
  margin-bottom:0;
  padding-top:8px;
}
.we-are-hiring-section .two-col-adjust .hs_cos_wrapper .description{
  padding:20px 20px 24px 21px;
  border: solid 0.4px #414141;
  border-radius:0 0 8px 8px;

}
.we-are-hiring-section .two-col-adjust .hs_cos_wrapper .heading-para h4{
  font-size:20px;
}
.we-are-hiring-section .two-col-adjust .hs_cos_wrapper .description .heading-para h6{
  color:#10839f;
  font-size:12px;
  font-weight:600;
}
.we-are-hiring-section .two-col-adjust .hs_cos_wrapper .description p{
  color:#000;
  font-size:14px;
}
.we-are-hiring-section .two-col-adjust .hs_cos_wrapper .description .content-paragraph{
  max-width:409px;
}
@media(max-width:767px){
  .we-are-hiring-section .two-col-adjust .hs_cos_wrapper .description .content-paragraph{
    max-width:100%;
  }
  body .row-fluid .we-are-hiring-section .two-col-adjust span>.hs_cos_wrapper{
    max-width:100%;
  }
}



/* **************************** Who We Are 50-50 Section Styling Start  Here ******************************/


.who-we-are-50 .heading-container h2 {
  margin-bottom: 28px;
}
.who-we-are-50 {
  position: relative;
  z-index: 2;
}
.who-we-are-50 .text-container h2 {
  margin-bottom: 28px;
}

.who-we-are-50 .text-container .cta-container {
  margin-top: 30px;
}

.who-we-are-50.row-reverse .row-fluid{
  display:flex;
  flex-direction:row-reverse;
}
@media(min-width:1200px){
  .who-we-are-50.row-reverse .text-container {
    padding-left: 20%;
  }
  .who-we-are-50.row-reverse .image-container {
    margin-left: 40%;
  }
}

@media(max-width:767px){
  .who-we-are-50 .image-container {
    margin-top: 30px;
  } 
  .who-we-are-50.row-reverse .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .who-we-are-50.row-reverse .text-container {
    max-width: 100%!important;
  }
  .who-we-are-50.row-reverse .image-container {
    margin-bottom: 30px;
  }
}



/*  */
@media(min-width:768px){
  .our-coching-section  .left-col{
    padding-right: 30px;
  }

}

@media (max-width: 767px){
  .our-coching-section .right-col {
    margin-top: 35px;
  }
  /*   .row-fluid .our-coching-section.two .video-btn-1.video-popup-cm{
  max-width:100% !important;
} */
}


/*  */








/*************************************************************************************Blog Section***********************************************************************************/

.blog-section .hs-search-field__input,#post-filter-id ul.list-unstyled{
  border: none;
  border-radius: 2px;
  background-color: #f6f7fa;
  padding: 13.5px 10px;
  max-width: 100%;
  width: 239px;
  box-sizing: border-box;
  margin-left: auto;
}
.blog-section .hs-search-field__input:placeholder{
  color:#666666; 
  font-family: Montserrat;
  font-size:16px;
} 
.blog-section  .hs-search-field,#post-filter-id ul.list-unstyled{
  position:relative;
  z-index:1;
}
.blog-section .hs-search-field:before,#post-filter-id ul.list-unstyled:before{
  position:absolute;
  content:"";
  z-index:2;
  right:13px;
  top:30%;
  background:url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Search%20Icon.svg') no-repeat center center /contain;
  width:18px;
  height:18px;
}
#post-filter-id ul.list-unstyled:before{
  z-index:-1;
  top: 45%;
  right:18px;
  width:12px;
  height:6px;
  background:url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Vector%201.svg') no-repeat center center /contain;
}
.blog-second-inner-section .heading{
  margin-top:35px;
}
@media(max-width:767px){
  #post-filter-id{
    height:60px; 
  }
  body #post-filter-id ul.list-unstyled li:not(.init) {
    width: 100%; 
    max-width:100%;
  }
  .blog-section .hs-search-field, #post-filter-id ul.list-unstyled{
    width:100%; 
  }
  .blog-section .hs-search-field__input{
    width:100%
  }
  body .blog-section .search-bar{
    float:none ;
  }
}
.blog-section #post-filter-id .container .block{
  max-height: 388px;
  overflow-y: scroll;
}
.blog-section .search-bar{
  float:right ;
}

.blog-section #post-filter-id .container{
  position:absolute; 
  max-width: 100%;
  width:100%;
  z-index:2;
}


#post-filter-id {
  position:relative;
  box-sizing:border-box;
}
#post-filter-id  h3{
  margin-bottom:0;
}
#post-filter-id ul{
  margin:0;
}
#post-filter-id ul.list-unstyled{
  padding: 8px 10px;
}
.blog-section #post-filter-id ul.list-unstyled li{
  color:#666666; 
  font-family: Montserrat;
  font-size:16px;
} 
span.filter-link-count {
  display: none;
}
ul.list-unstyled li {
  z-index: 2;
  position: relative;
  left: -10px;
}
ul.list-unstyled li:not(.init) {
  float: left;
  width: 239px; 
  max-width:100%;
  display: none; 
  background: #f6f7fa; 
  padding:8px 10px;
}

ul.list-unstyled li:not(.init):hover,
ul.list-unstyled li.selected:not(.init) {
  background: #034146; 
}
ul.list-unstyled li:not(.init):hover a,
ul.list-unstyled li.selected:not(.init) a {
  color:#fff !important;
}
ul.list-unstyled li.init { 
  cursor: pointer;
  left: 0;
}
a#submit {
  z-index: 1; 
}
.blog-section .hs-blog-social-share-list{
  float:left;
}
.blog-section .hs-blog-social-share-list li{
  display:flex; 
  margin-left:5px;
  margin-bottom:0;
  margin-top:0;
}
.blog-second-inner-section .topics{
  margin-top:40px;
}




.blog-section{
  padding:130px 0; 
}
.blog-section .post-listing .post-item{
  margin-bottom:39px;
  padding-right:42px;
  border-radius: 8px;
  border: solid 1px #034146;
  background-color: #ffffff;
}
.blog-section .post-listing .span4{
  border-radius:8px 0 0 8px; 
  min-height:282px !important;
}
.blog-section .post-listing .description{
  min-height:96px;
}
.blog-section .post-listing .post-item p{
  font-size:14px;
}
.blog-section a,.blog-section li{
  color: #034146; 
}
.blog-section li{
  list-style:none; 
  margin:0;
  font-size:12px;
}
.blog-section li a{
  font-size:12px;
} 
.blog-section .bottom-container{
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.blog-section .cta-container-2{
  margin-top:70px;
}
.blog-section .cta-container a h6{
  margin-bottom:0;
}
.blog-section .post-listing .span8{
  padding-top: 20px;
  padding-left:5px;
}
.content{
  display:none;
}
@media(min-width:1200px){
  .blog-section #post-filter-id .container .block{
    position:relative; 
    left:26px;
  }
}

@media(max-width:767px){
  .blog-section .post-listing .span8{
    padding-left:0px;
  }
  .blog-section .post-listing .post-item{
    padding-right:0;
  }
  .blog-section .post-listing .span4 {
    border-radius:8px 8px 0 0; 
    height:50vw !important;
  }
  .blog-section .post-listing .span8{
    padding: 20px;
  }
  .blog-section{
    padding:60px 0; 
  }
  .blog-section .bottom-container{
    display: block;

  }
  .blog-section .cta-container-2{
    margin-top:0px;
  }
}


.form-popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;   
  overflow-y: auto;
  width: 100%;
}

.form-popup-container.come-down{
  visibility: visible;  
  opacity: 1;
}  

.get-form-popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;   
  overflow-y: auto;
  width: 100%;
}

.get-form-popup-container.come-down{
  visibility: visible;  
  opacity: 1;
}  

.schedule-form-popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;   
  overflow-y: auto;
  width: 100%;
}

.schedule-form-popup-container.come-down{
  visibility: visible;  
  opacity: 1;
}  

.membership-form-popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;   
  overflow-y: auto;
  width: 100%;
}

.membership-form-popup-container.come-down{
  visibility: visible;  
  opacity: 1;
}  

.job-details-popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;   
  overflow-y: auto;
  width: 100%;
}

.job-details-popup-container.come-down{
  visibility: visible;  
  opacity: 1;
}  

.thankyou-cta-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1000;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;   
  overflow-y: auto;
  width: 100%;
}

.thankyou-cta-container.come-down{
  visibility: visible;  
  opacity: 1;
  z-index: 1000;
}  


/* form popup styling  */
/* .general-inquiries-popup .hs-dependent-field .input#textarea{
height: 98px; 

}
*/

.general-inquiries-popup .input textarea.hs-input {
  height: 98px; 
}

.general-inquiries-popup .hs_tell_us_about_your_student_.hs-tell_us_about_your_student_.hs-fieldtype-textarea.field.hs-form-field .input textarea.hs-input{
  height: 134px;
}

.hs-input{
  font-family: 'Montserrat',sans-serif;
}
.general-inquiries-popup .hs_tell_us_about_your_student_.hs-tell_us_about_your_student_.hs-fieldtype-textarea.field.hs-form-field label,
.general-inquiries-popup .hs_how_can_we_help_you_.hs-how_can_we_help_you_.hs-fieldtype-textarea.field.hs-form-field label 
{
  border-top: 0.5px solid #86a9b6;
  padding-top: 24px;
  margin-top:-10px;
  font-size: 14px;
  line-height: 24px;
}
.general-inquiries-popup .hs_what_position_are_you_interested_in_.hs-what_position_are_you_interested_in_.hs-fieldtype-text.field.hs-form-field label,
.general-inquiries-popup .hs_please_attach_a_copy_of_your_resume_.hs-please_attach_a_copy_of_your_resume_.hs-fieldtype-file.field.hs-form-field label{
  font-weight: normal;
}
.general-inquiries-popup .hs-richtext.hs-main-font-element p {
  font-style: italic;
  margin-top:-10px;
  line-height:1.71;
  border-top: 0.5px solid #86a9b6;
  padding-top: 24px;
}
.general-inquiries-popup-section .form-container .actions {
  margin-top:20px;
}
.general-inquiries-popup .hs_additional_information.hs-additional_information.hs-fieldtype-textarea.field.hs-form-field label,
.general-inquiries-popup-container .hs_name_of_organization label,
.general-inquiries-popup-container .hs_name_of_organization.hs-name_of_organization.hs-fieldtype-text.field.hs-form-field label,
.general-inquiries-popup-container .hs_what_is_the_audience_for_the_presentation_.hs-what_is_the_audience_for_the_presentation_.hs-fieldtype-text.field.hs-form-field label,
.general-inquiries-popup-container  .hs_best_time_to_reach_you.hs-best_time_to_reach_you.hs-fieldtype-text.field.hs-form-field label,
.general-inquiries-popup-container .hs_how_did_you_hear_about_us_.hs-how_did_you_hear_about_us_.hs-fieldtype-select.field.hs-form-field label,
.general-inquiries-popup-container .hs_when_are_you_planning_on_presenting_.hs-when_are_you_planning_on_presenting_.hs-fieldtype-text.field.hs-form-field label,
.general-inquiries-popup-container .hs_additional_information_.hs-additional_information_.hs-fieldtype-text.field.hs-form-field label
{
  font-size:14px; 

}

@media(min-width:768px){
  .general-inquiries-popup-container .hs_name_of_organization.hs-name_of_organization.hs-fieldtype-text.field.hs-form-field,
  .general-inquiries-popup-container .hs_what_is_the_audience_for_the_presentation_.hs-what_is_the_audience_for_the_presentation_.hs-fieldtype-text.field.hs-form-field,
  .general-inquiries-popup-container .hs_best_time_to_reach_you.hs-best_time_to_reach_you.hs-fieldtype-text.field.hs-form-field{
    position: relative;
    z-index: 1;
  }
  .general-inquiries-popup-container .hs_name_of_organization.hs-name_of_organization.hs-fieldtype-text.field.hs-form-field:before ,
  .general-inquiries-popup-container .hs_what_is_the_audience_for_the_presentation_.hs-what_is_the_audience_for_the_presentation_.hs-fieldtype-text.field.hs-form-field:before,
  .general-inquiries-popup-container .hs_best_time_to_reach_you.hs-best_time_to_reach_you.hs-fieldtype-text.field.hs-form-field:before{
    position:absolute;
    top:-18px;
    left:0;
    right:0;
    border-top: 0.5px solid #86a9b6;
    content:'';
    width:100%;
  }
  /*   .general-inquiries-popup-container .hs_name_of_organization.hs-name_of_organization.hs-fieldtype-text.field.hs-form-field:before,
  .general-inquiries-popup-container .hs_best_time_to_reach_you.hs-best_time_to_reach_you.hs-fieldtype-text.field.hs-form-field:before{
  width:120%;
} */
}

/********************************************************* form Responsive Styling ********************************************/

@media(max-width:767px){

  .span12.widget-span.widget-type-cell.schedule-form-popup-container ,
  .span12.widget-span.widget-type-cell.form-popup-container.come-down ,
  .span12.widget-span.widget-type-cell.membership-form-popup-container.come-down,
  .job-details-popup-container.come-down{
    width:100%;

  }
  .schedule-discovery-popup .form-container,
  .general-inquiries-popup .form-container,
  .job-details-popup .form-container,
  .membership-options-popup .form-container{
    padding: 30px 25px 30px;
  }

  .hs_name_of_organization.hs-name_of_organization.hs-fieldtype-text.field.hs-form-field,
  .hs_best_time_to_reach_you.hs-best_time_to_reach_you.hs-fieldtype-text.field.hs-form-field{
    border-top: 0.5px solid #86a9b6;
    padding-top: 24px;
    margin-top:-10px;
  }
  .general-inquiries-popup .top-text-cont p {
    margin-bottom: 30px;
  }
  .general-inquiries-popup .general-inquiries-popup-close img{
    top:-3.5%; 
  }
  .thankyou-cta-container{
    left:0!important;
    top:0!important;
    transform:none!important;
  }
}

.thankyou-popup,
.schedule-discovery-popup,
.general-inquiries-popup,
.membership-options-popup,
.job-details-popup{
  display: flex;
  justify-content: center;
  align-items: center
}




/********************************************************* System Page Style Start ********************************************/

/******* System Page Form Style *******/
.system-form .hs-form-field>label,
.system-form .hs-login-widget-show-password{
  display: none;
}

.system-form .hs-form-field>label[for="hs-login-widget-remember"]{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

.system-form .hs-form-field>input[name="remember_me"]{
  border-radius: 4px;
  background-color: #fff;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: solid .5px #000;
  position: relative;
  margin: 0 10px 0 0;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.system-form .hs-form-field>input[name="remember_me"]:before,
.system-form .hs-form-field>input[name="remember_me"]:checked:before,
.system-form .hs-form-field>input[name="remember_me"]:checked:after{
  content: '';
  position: absolute;
  left: 0px;
  width: 18px;
  height: 18px;
  border: solid 1px #034146;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.system-form .hs-form-field>input[name="remember_me"]:checked:before {
  background: #034146;
  border-radius: 4px;
}

.system-form .hs-form-field>input[name="remember_me"]:checked:after{
  background: url(https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/icons8-checkmark.svg) no-repeat left center / contain;
  border: 1px solid #034146;
}

.system-form .hs-input{
  height: 48px;
  line-height: 1.63;
  margin: 14px 0;
}

.system-form #hs_login_reset{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-decoration: underline;
  color: #000000;
}

body .system-form .row-fluid .hs-button{
  padding: 14.5px 32px;
}

body .container-fluid .system-form .row-fluid .hs-button{
  width: 100%;
}

/*********** Sign In page Style ***********/

.sign-in-container{
  position: relative;
  z-index: 1;
}

.sign-in-container .top-content h1{
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  margin-top: 77px;
  margin-bottom: 27px;
}

.sign-in-container .right-col-cont{
  max-width: 368px;
}

.sign-in-container .copyright-content{
  margin-top: 106px;
}

.sign-in-container .copyright-content p{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #86a9b6;
  font-family: Montserrat,sans-serif;
}

.sign-in-container .hs-form-field>input[name="password"]{
  margin-bottom: 17px;
}

.sign-in-container .form-content form div.remember_me{
  display: inline-block;
  vertical-align: middle;
}

.sign-in-container .form-content form div.forget_password{
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.sign-in-container .form-content form .actions{
  margin-top: 46px;
}

@media(min-width: 768px){

  .sign-in-container .right-col{
    padding:80px 0px;  
  }

  .sign-in-container:before{
    position: absolute;
    content: '';
    background: url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Rectangle%205.png') no-repeat;
    background-position: left;
    background-size: cover;
    height: 100%;
    width: 46.6%;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .sign-in-container .image-cont{
    display: none;
  }

  .sign-in-container .left-col{
    height: 100vh;
  }
}

@media(max-width: 767px){
  .sign-in-container{
    padding: 30px 0 30px 0;
  }

  .sign-in-container .right-col-cont{
    max-width: 100%;
  }

  .sign-in-container .copyright-content {
    margin-top: 50px;
  }

  .sign-in-container .top-content h1{
    margin-top: 30px;
    margin-bottom: 0;
  }

  .sign-in-container .left-col .logo-cont{
    margin-bottom: 30px;
  }

  .sign-in-container .image-cont img{
    max-width: calc(100% + 30px) !important;
    position: relative;
    left: -15px;
  }

  .sign-in-container .form-content form .actions {
    margin-top: 30px;
  }
}

/********************************************************* System Page Style End ********************************************/

/********************** Blog Post Style **************************/

body.hs-blog-post .hide-on-post{
  display: none !important;
}

body.hs-blog-listing .hide-on-listing{
  display: none !important;
}

/******* Banner Section Style *******/

.blog-post-banner{
  padding: 224px 0 107px 0;
}

.blog-post-banner .content-container{
  max-width: 898px;
  margin: 0 auto;
}

.blog-post-banner h1{
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 23px;
}

.blog-post-banner p,
.blog-post-banner p a{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: 'Open Sans', sans-serif;
}

.blog-post-banner p a{
  font-style: italic;
  text-decoration: underline;
}

.blog-post-banner .hs-author-social-links{
  margin-top: 14px;
}

.blog-post-banner .hs-author-social-links a{
  margin: 0 10px;
}

@media(max-width: 767px){
  .blog-post-banner {
    padding: 195px 0 80px 0;
  }
}


/************ Blog Content Section Style ************/

.blog-post-section{
  padding: 130px 0 130px 0;
}

.blog-post-section .post-body p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  font-family: 'Open Sans', sans-serif;
}

.blog-post-section .post-body h4{
  font-size: 20px;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.body-container-wrapper .blog-post-section .post-body li{
  margin-bottom: 10px;
}

.blog-post-section .post-header{
  margin-bottom: 20px;
}

.blog-post-section .post-header p{
  font-style: italic;
  line-height: 1.88;
  color: #034146;
  font-family: 'Open Sans', sans-serif;
}

.blog-post-section .right-col .text{
  position: relative; 
  bottom: unset;
  left: unset;
  right: unset;
}

.blog-post-section .right-col .latest-blog-cm .top-content{
  max-width: 232px;
  margin: 0 auto;
}

.blog-post-section .right-col .latest-blog-cm .top-content h4{
  display: block;
}

.blog-post-section .blog-subscribe-section,
.blog-post-section .topic-container{
  margin-top: 40px;
  border-radius: 10px;
  background-color: #f6f7fa;
  padding: 40px 20px 40px 20px;
  box-sizing: border-box;
}

.blog-post-section .topic-container{
  padding: 40px 20px 34px 20px;
}

.blog-post-section .blog-subscribe-section .submitted-message{
  text-align: center;
}

.blog-post-section .blog-subscribe-section .subscribe-heading,
.blog-post-section .topic-container .topic-heading{
  max-width: 232px;
  margin: 0 auto;
  border-bottom: 1px solid #034146; 
  float: none;
  margin-bottom: 30px;
}

.blog-post-section .topic-container .topic-heading{
  margin-bottom: 20px;
}

.blog-post-section .blog-subscribe-section .subscribe-heading h4,
.blog-post-section .topic-container .topic-heading h4{
  margin-bottom: 7px;
}

.blog-post-section .blog-subscribe-section .hs-form-field>label{
  margin: 0;
  color: #000000;
}

body .row-fluid .blog-post-section .blog-subscribe-section .hs-button{
  background-color: #f4db4e;
} 

.body-container-wrapper .blog-post-section .topic-container a{
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  font-family: 'Open Sans', sans-serif;
}

.blog-post-section .topic-container h3{
  display: none;
}

.body-container-wrapper .blog-post-section .topic-container ul{
  margin: 0;
  list-style: none;
}

.body-container-wrapper .blog-post-section .topic-container ul li{
  margin-bottom: 10px;
  margin-left: 0;
}

@media(max-width: 1024px){
  .blog-post-section {
    padding: 80px 0 80px 0;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .blog-post-section .row-fluid .span8.left-col{
    width: 58.745856%;
  }

  .blog-post-section .row-fluid .span4.right-col{
    width: 38.491713%;
  }
}

@media(max-width: 767px){
  .blog-post-section .blog-subscribe-section, 
  .blog-post-section .topic-container{
    margin-top: 20px;
  }

  .post-comment-section .comment-date {
    font-size: 1em;
    color: #666;
    margin-left: 0!important;
    margin-bottom: 10px!important;
  }

  body .post-comment-section form {
    max-width:100%;
    padding-top:30px;
  }

}
body .post-comment-section{
  padding:130px 0 0;
}
body .post-comment-section .actions{
  text-align:left;
}

body .post-comment-section .row-fluid textarea.hs-input {
  margin-bottom: 30px !important;
}
.post-comment-section form {
  max-width: 604px;
  padding-top:30px;
}

.post-comment-section .comment.depth-1{
  padding-left:11rem;
  padding-top:20px;
  position:relative;
  z-index:1;

}
.post-comment-section .comment.depth-1:before{
  position:absolute;
  z-index:1;
  content:'';
  height: 80px;
  width: 80px;
  left: 68px;
  right: 0;
  top: 23px;
  background:url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Ellipse%2061.png')no-repeat;
  background-size:contain;
}
.post-comment-section .comment.depth-0{
  padding-left:6.4rem;
  padding-top:20px;
  position:relative;
  z-index:1;
  border-top:none; 
}
.post-comment-section .comment.depth-0:first-child:after{

  background:url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Ellipse%2060.png')no-repeat;
  background-size:contain;


}
.post-comment-section .comment.depth-0:after{
  position:absolute;
  z-index:1;
  content:'';
  height: 80px;
  width: 80px;
  left: 0px;
  right: 0;
  top: 17px; 
  background:url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Ellipse%2061-1.png')no-repeat;
  background-size:contain;
}

.post-comment-section .comment-date {
  font-size: 1em;
  color: #666666;
  margin-left: 40px;
}
.post-comment-section button.comment-reply-to.hs-button.secondary {
  background: none !important;
  color: #10839f;
  padding: 0;
  text-align: left;
  font-weight: normal;
}

@media(min-width:768px){

  .general-inquiries-popup-container .hs_name_of_organization.hs-name_of_organization.hs-fieldtype-text.field.hs-form-field label {
    min-height: 44px;
  }

  .pagination-section .right-col{
    margin-left:4.25%; 
  }
}

.blog-post-section .topic-container span.filter-link-count{
  display:inline-block; 
}



@media (max-width: 529px) and (min-width:480px){
.mobile-trigger {
    top: 97px;
    right: 10px;
    transition: all .3s ease-in-out;
}
	
	.custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 150px;
}
	
.header-section.fixed .mobile-trigger {
    top: 97px;
}
}

@media (max-width: 350px){
.mobile-trigger {
    top: 120px;
    right: 10px;
    transition: all .3s ease-in-out;
}
	
	.custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 176px;
}
	
.header-section.fixed .mobile-trigger {
    top: 120px;
}
	.header-section.fixed	.custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 176px;
}
}

.rt-space {
    padding-bottom: 118px;
}


@media (max-width:767px){
.rt-space {
    padding-bottom: 75px;
}
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		background:#ffffff;
	}
}

.footer-section {
	position:relative;
	z-index:1;
}

@media (min-width:768px){
body .footer-section.v2 {
    padding-bottom: 150px;
}
}


@media (max-width:767px){
body .footer-section.v2 {
    padding-bottom: 150px;
}
}

@media (max-width:480px){
body .footer-section.v2 {
    padding-bottom: 170px;
}
}

@media (max-width:1024px) and min-width(768px){
body .footer-section.v2 {
    padding-bottom: 130px;
}
	.footer-bar-section .description-conta p{
		font-size:14px;
	}
	body .footer-bar-section .right-conta .cta-container a{
font-size:12px;
		
	}
}




.cta-button-sticky{
	position:relative;
}