@import url("https://use.typekit.net/yni1bsl.css");


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

body {
  font-family: proxima-nova, sans-serif;
  color: black;
  margin:0;
  font-size: 18px;
}

p {
  font-family: freight-text-pro, serif; margin-top:0px !important; margin-bottom:20px !important;
}
h1, h2, h3 {
  text-transform: uppercase;
  font-weight: 800; margin:0px;
}

h1 { font-size: 42px; }

h2 { font-size: 28px; margin-bottom:20px; margin-top:20px; }

h3 { font-size: 20px; margin-top:20px; }

.footer a {color: black;
  margin:0;}

.footer-quote {
    background: #ffe291;
    padding: 4px;
}

.footer-subscribe-page {
  background: #badaf3;
  padding: 30px;
  text-align: center;
}


/* Scaffolding */

.container {
/*   max-width: 1200px; */
/*   margin: auto; */
/*   padding: 100px 25px;  */
/*   display: flex; */
/*   width: 100%; */
  
}

.container {
  max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container > div {
  padding-top: 80px;
    padding-bottom: 80px;
}

.container.nursery-roll {
    max-width: 1500px;
}


/* .container-nav {
  max-width: 1200px;
  margin: auto;
/*   display: flex; 
  width: 100%;
} */
.container-nav > div {
    padding: 0 25px;
}
@media (min-width: 650px) {
.container-nav > div {
    padding: 0 55px; 
}
}

.container-narrow {
  max-width: 550px;
  margin: auto;
  padding: 100px 25px; 
  display: flex;
  width: 100%;
}

.container-tall-only {
/*   max-width: 1200px; */
  margin: auto;
  padding: 100px 25px; 
  display: flex;
  width: 100%;
}

.subscribe-container {
  background: white;
  padding: 55px;
  max-width: 450px;
  display: flex;
  width: 100%;
  margin: 95px auto 35px;
}

/* helpers */
.center {
  text-align: center;
}

/* landing page styles */

.header-14-sub {
  color: black;
}

.hero-container {
  max-width: 650px;
  margin: auto;
}

.header-14-sub h3 {
  color: black;
  font-family: proxima-nova, sans-serif;
}

.header-14-sub h4 {
  color: black;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
  
.header-14-sub .hero-unit h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  border: 0;
}

.landing-page-footer { text-align:center;
}
.home-page-footer img { max-width:50px;
}

.social-icons a {font-size: 24px !important;
    padding-right: 10px;
    color: #004a7f;}

.social-icons a:hover {color: #fff;}

/*navigation*/



.navigation {
  background: #0e8c9b;
  width: 100% !important;
}

.navigation li {
  margin-top: 8px;
}

.navigation li a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-top: 5px;
}

/*
.navigation li:last-child a {
  border-radius: 0px;
    border: 2px solid #E4572E;
    display: inline-block;
    padding: 12px 20px !important;
    line-height: 1;
    background-color: #fff;
    color: #E4572E;
    font-family: 'proxima-nova', Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .4s ease-in-out;
  margin-top: 0;
}
*/




a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}










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

.links {
  display: none !important;
}

.mobile-navexpand .links {
  display: inherit !important;
}

.links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
  display: block;
  float: none;
}

 .links {
        margin-top: 0;
  }
@media (min-width: 650px) {
.links {
  display: inherit !important;
  margin-top: -25px;
  }
  
 .links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    display: inline-block;
    float: left;
  }
}

.navigation.fixed-header {
  position: fixed;   z-index: 30;
}

.navigation.fixed-header .logo {
  opacity:0;
}

/* .nav-logo {
  width: 200px !important;
} */

.sticky-logo {
  opacity: 0;
  transition: 300ms all ease;
  height: 45px;
  width: 80px;
  margin-top: 5px;
  float: left;
}

.fixed-header .sticky-logo {
/*   background: White; */
  
  opacity:1;
}

.sticky-logo img {
  width: 100%;
  height: auto;
}


.menu-icon {
  color: white;
  float: right;
  display: inherit;
  font-size: 30px;
    margin-top: 8px;
}

@media (min-width: 650px) {
  .menu-icon { display: none;
  }
}

.logo-container {
    position: relative;
    text-align: center;
    width: 155px;
    z-index: 90;
  margin-top: -30px;
  margin-left:-30px;
}

.logo {
    text-align: center;
    background-color: #ffcc23;
    padding: 15px 20px 15px;
    width: 95px;
    margin: auto;
    position: absolute;
}

.logo img {
  max-width: 100px;
}

@media (max-width: 1057px) {
.row-fluid .nav-logo, .mobile-nav .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
    
}

@media (min-width: 1058px) {
  .logo-container {
      margin: auto;
  }

  .logo img {
    max-width: 115px;
  }
    .logo {
    text-align: center;
    background-color: #ffcc23;
    padding: 45px 25px 25px;
    width: 105px;
    margin: auto;
    position: absolute;
   transition: 300ms all ease;
    opacity: 1;
  }
  
  .links {
        margin-top: 0;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 10px 10px;
}

@media (min-width: 1245px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 20px;
  }
}



/* Button Styles */

.cta_button {
  text-decoration: none !important;
}

.primary-solid, .hs-button.primary.large, {  
  border-radius: 0px;
  border: 2px solid #0e8c9b;
  display: inline-block;
  padding: 18px 28px 18px 28px !important;
  line-height: 1;
  background-color: #0e8c9b;
  color: #fff;
  font-family: 'proxima-nova', Sans-Serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
.primary-solid:hover, .hs-button.primary.large:hover, {
  transform: scale(1.05);
  transition: all .4s ease-in-out;
  box-shadow: 0 6px 12px rgba(0,0,0,.25);
}

.secondary-solid {  
  border-radius: 0px;
  border: 2px solid #E4572E;
  display: inline-block;
  padding: 18px 28px 18px 28px !important;
  line-height: 1;
  background-color: #fff;
  color: #fff;
  font-family: 'proxima-nova', Sans-Serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
.secondary-solid:hover {
  transform: scale(1.05);
  transition: all .4s ease-in-out;
  box-shadow: 0 6px 12px rgba(0,0,0,.25);
} */

.secondary-text {  
  display: block;
  padding: 18px 0 6px !important;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-family: 'proxima-nova', Sans-Serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
.secondary-text:hover {
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.secondary-text:after {
   content: "\f061";
    transition: all .4s ease-in-out;
   font-family: FontAwesome;
  margin-left: 4px;
}

.secondary-text:hover:after {
   content: "\f061";
   font-family: FontAwesome;
  margin-left: 8px;
}

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + span:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + span:before { content: "\f096"; transition: all .4s ease-in-out; } /* unchecked icon */
input[type=checkbox] + span:before { letter-spacing: 8px; } /* space between checkbox and label */

input[type=checkbox]:checked + span:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + span:before { letter-spacing: 8px; } /* allow space for check mark */

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

/* general styles */

.form-container {
  background: #ffcc23;
  padding: 35px;
  text-align: left;
  border-radius: 3px;
} 

.hs-form-field .hs-input {
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  margin: 8px 0 12px;
  box-shadow: none;
  color: black;
  min-height: 44px; vertical-align: middle;
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.hs-fieldtype-text label, .hs-fieldtype-select label {
  font-weight: 600;
}

.hs-form-field .hs-input:focus {
    box-shadow: 0 0 4px 2px #E4A712;
    outline: none; vertical-align: middle;
}


input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
   border-radius: 0px;
    display: inline-block;
    padding: 18px 28px 18px 28px !important;
    line-height: 1;
    background-color: #E4572E;
    color: #fff;
    font-family: 'proxima-nova', Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .4s ease-in-out; vertical-align: middle;
}

li.hs-form-booleancheckbox {
    list-style-type: none;
}
.footer ul.inputs-list {
    padding-left: 0px;
}

hr {
  margin: 100px auto;
  background: #eee;
  height: 1px;
  width: 100%;
  border: 0;
}

/* footer */

.footer {
  background: #E8E8E8;
  display: inline-block;
}

.footer .container {
  padding: 25px;
}



/* Heros */

/*
.hero-background {
  background:#44DFF9 url(https://communication.cph.org/hubfs/_education/2019/03/Enduring%20Faith%20Bible%20Curriculum%20Website/hero-boy-mobile.jpg);
  background-size: contain;
  background-position: center 0;
  padding-top: 0;
 height: 100vh; 
  background-repeat: no-repeat;
}


@media (min-width: 620px) {
.hero-background {
  background:#44DFF9 url(https://communication.cph.org/hubfs/_education/2019/03/Enduring%20Faith%20Bible%20Curriculum%20Website/hero-boy-mobile.jpg);
  background-size: 60%;
  background-position: center 0;
  padding-top: 0;
  height: 100vh; 
  background-repeat: no-repeat;
  }
}

@media (min-width: 767px) {
 .hero-background {
   background:#44DFF9 url(https://communication.cph.org/hubfs/_education/2019/03/Enduring%20Faith%20Bible%20Curriculum%20Website/hero-boy-mobile.jpg);
  background-size: contain;
  background-position: 10px 0;
  padding-top: 0;
  height: 100vh; 
  background-repeat: no-repeat;
  }
}

@media (min-width: 1058px) {
.hero-background {
  background:#44DFF9 url(https://communication.cph.org/hubfs/_education/2019/03/Enduring%20Faith%20Bible%20Curriculum%20Website/hero-boy.jpg);
  background-size: 100%;
  background-position: 10%;
  padding-top: 50px;
  height: 100vh; 
  background-repeat: no-repeat;
  }
}
*/





.hero-background h1 span {
  font-size: 64px;
  display: block;
  color: white;
}

.hero-background h1 {
  color: white;
}

@media (max-width: 767px) {
.hero-background h1 {
  color: white;
  padding: 20px 0;
}
}
.hero-background h4 {
  text-transform: uppercase;
  color:white;
}
.hero-background p.hero {
  margin-bottom: 45px;
}
p.hero {
  font-size: 18px;
}

.hero-background-color {
  background:#e7b545;
    padding-top: 50px;
}


.block {
  padding: 25px;
}

.circle {
  border-radius: 100%;
  padding: 35px;
}

.yellow-bg {
  background: #ffe291;
}

.early-childhood-bg {
  background: #F38472;
}
.elementary-bg {
  background: #FFCB31;
}

.youth-bg {
  background: #86C779;
}

.adult-bg {
  background: #75BDE8;
}


.levels h3 {
  margin-top: 0; padding-bottom: 14px;
}

.levels .block {
  margin-top: 50px;
  padding: 50px 35px;
  min-height: 300px;
}

.levels-header{
  font-family: freight-text-pro, serif;
  font-size: 36px;
}
.levels-sub-header{
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
}
.levels-content {
  font-family: freight-text-pro, serif;
  font-size: 28px;
}

.scope-sequence {
  background: #75BDE8;
  background-size: contain;
  background-repeat: no-repeat;
}

.structure {
  text-align: center;
}
.structure .circle {
  text-align: center;
  background: #64B5B6;
  height: 250px;
  width: 250px;
  position: relative;
  z-index: 20;
  float: none !important;
  margin: auto !important;
   border-style: double;
    border-width: 10px;
     border-color: #fff;
}

.structure .circle h3 {
    margin-top: 35px;
}

.circle-connector {
    position: relative;
}
@media (min-width: 768px) {
.circle-connector:after {
    content: " ";
    background: black;
    height: 1px;
    width: 90%;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    margin: auto;
    float: none;
    margin-left: 15px;
}
}

/*home*/
.mission img {max-width:300px;}
.companion img {max-width:300px;}
.numbers-lg {
    font-size: 40px;
    font-weight: 800;
    margin: top;
    margin-top: 16px;
  text-align: center;}
.numbers td {
    vertical-align: top;
}

/*levels page*/
.teal-bg {
  background: #64B5B6;
}

.one-room {
  background: #64B5B6;
  background-size: contain;
  background-repeat: no-repeat;
}



/*thank you samples page*/

.samples img {max-height: 320px; width:auto !important;}

.early-childhood-gradient-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,c85d5a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 50%, #ffbbab 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 50%,#ffbbab 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 50%,#ffbbab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffbbab',GradientType=0 ); /* IE6-9 */
padding: 15px;
}


.elementary-gradient-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,c85d5a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 50%, #ffe291 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 50%,#ffe291 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 50%,#ffe291 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe291',GradientType=0 ); /* IE6-9 */
padding: 15px;
}

.youth-gradient-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,c85d5a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 50%, #b7e3b3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 50%,#b7e3b3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 50%,#b7e3b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7e3b3',GradientType=0 ); /* IE6-9 */
padding: 15px;
}
.adult-gradient-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,c85d5a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 50%, #b2daf5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 50%,#b2daf5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 50%,#b2daf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2daf5',GradientType=0 ); /* IE6-9 */
padding: 15px;
}
.infant-toddler-gradient-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,c85d5a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 50%, #ffd0b4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 50%,#ffd0b4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 50%,#ffd0b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd0b4',GradientType=0 ); /* IE6-9 */
padding: 15px;
}
.one-room-gradient-bg {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,c85d5a+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 50%, #a8d6d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 50%,#a8d6d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 50%,#a8d6d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a8d6d5',GradientType=0 ); /* IE6-9 */
padding: 15px;
}


/*units page*/



.tabcontent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
.bc-accordian-item .table {
  padding: 0 50px;
}

}

.bc-accordian-item .table {
  border-spacing: 0;
}
.container div.tabcontent {
  padding-top: 0;
}
.bc-accordian-item i {
  font-style: normal;
  padding: 0 1rem 0 0;
  text-decoration: none;
}
.bc-accordian-item i:before {
  content: "+";
  padding: 0 1rem;
}
.bc-accordian-item a {
/*   background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%); */
/*   border: 1px solid #ccc; */
/*   border-radius: 0.3rem; */
  color: black;
  border-bottom: 4px solid #f1f1f1;
  display: block;
  font-weight: 700;
  padding: 1rem 0.3rem;
  text-decoration: none;
  transition: color 0.3s ease-in;
    text-transform: uppercase;
  font-weight: 800;
}

.bc-accordian-item a:hover {
  color: black;
}
.bc-accordian-item {
  padding: 0.3rem;
}
.bc-accordian-item div {
  display: none;
}
.bc-accordian-item-link-on {
/*   background: linear-gradient(to bottom, #00add8 0%, #004b8d 100%); */
  color: #fff;
}
.bc-accordian-item-link-on:hover {
  color: #fff;
}
.bc-accordian-item-link-on i:before {
  content: "\2013";
}
.multipleTabs {
  display:flex;
  flex-flow: row nowrap;
/*   border-bottom:1px solid #ccc; */
  position: relative;
  font-size: 22px;
  font-family: proxima-nova;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 8px;
}

.vertical-tabs {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
.vertical-tabs .multipleTabs {
  display: block;
  width: 28%;
  float: left
}
}

.vertical-tabs .multipleTabs, .vertical-tabs .multipleTabs a {
  display: block;
}

.vertical-tabs .tabcontent {
  float: left;
  width: 70%;
}

.vertical-tabs img {
  max-height: 500px;
  text-align: center;
  width: auto !important;
}

.vertical-tabs .span6 {
  text-align: center;
}

.multipleTabs span {
  display: block;
    font-size: 16px;
    font-family: freight-text-pro, serif;
    text-transform: none;
    font-weight: normal;
}
.multipleTabs .prev-control {display:none;}
.multipleTabs .next-control {display:none;}
.multipleTabs a {
  flex:1 0 0; 
  padding:20px; 
  color: black;
  text-align: center; 
  text-decoration:none;
  background: #f7f7f7;
  border-bottom: 4px solid #9B9B9B;
  margin-bottom: -1px;
  padding-top: 20px;
  text-align: left;
  margin: 0 8px;
  
}
.multipleTabs a.active {
  background: #BADAF3;
  color: black;
  border-bottom: 4px solid #004a7f;
}
.tabcontent {display:none;}
.tabcontent img {width:100%;}

@media screen and (max-width:768px) {
  .multipleTabs a {display:none;}
  .multipleTabs a.active {display:block;}
  .multipleTabs .prev-control {display:inline-block; position:absolute; left:-15px; top:40%; color: #E4572E; cursor:pointer;}
  .multipleTabs .next-control {display:inline-block; position:absolute; right:-15px; top:40%; color: #E4572E; cursor:pointer;}
}
.units .container {display:block;}

.units .table {
  width: 100%;
  margin-top:-3px;
}

.table td, .table th {
  padding: 8px;
  vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.teach-guide-slider {
  margin-top:-100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #eee;
}

/* slick slider styles */

.slick-slide img {
    margin: 0 auto;
}
.teacher-lesson-slider {
  padding: 25px;
}
@media (min-width: 768) {
.teacher-lesson-slider {
  padding: 55px;
}
}
.teacher-lesson-slider img, .vertical-tabs img{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.slick-slide {
  margin: 10px;
}

.slick-slide img:focus,.slick-initialized .slick-slide:focus {
    outline: 0
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent !important;
  color:#E4572E;
}


.slick-prev {
    left: -15px;
}

.slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before {
    
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #E4572E;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\f060";
}

.slick-next:before {
  content: "\f061";
}

.dot {
  display:none;
    width: 20px;
    height: 20px;
    border-radius: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #e4572e;
    box-shadow: 0 0 0 rgba(244, 67, 54,0.8);
    animation: pulse 2s infinite;
    opacity: 1
}

.dot:after {
  content: "\f067";
  font-family: FontAwesome;
  line-height: 1.4;
  font-size: 12px;
  padding: 5px;
  color: white;
  vertical-align: 15%;
}

.dot:hover {
    animation: none;
    cursor: pointer
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 67, 54,0.8)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244, 67, 54,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 67, 54,0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 67, 54,0.8);
        box-shadow: 0 0 0 0 rgba(244, 67, 54,0.8)
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(244, 67, 54,0);
        box-shadow: 0 0 0 20px rgba(244, 67, 54,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244, 67, 54,0);
        box-shadow: 0 0 0 0 rgba(244, 67, 54,0)
    }
}

.slick-slide {
    position: relative
}

.dot-01 {
    top: 34%;
    left: 28%;
}
.dot-02 {
    top: 35.5%;
    left: 80.5%;
}
.dot-03 {
    top: 55.5%;
    left: 78%;
}
.dot-04 {
    top: 3.5%;
    left: 45.8%;
}
.dot-05 {
    top: 25%;
    left: 42%;
}
.dot-06 {
    top: 6%;
    left: 13%;
}
.dot-07 {
    top: 3.8%;
    left: 15.5%;
}
.dot-08 {
    top: 69%;
    left: 19.5%;
}
.dot-09 {
    top: 33.2%;
    left: 82%;
}
.dot-10 {
    top: 3%;
    left: 43%;
}
.dot-11 {
    top: 19%;
    left: 88%;
}
.dot-12 {
    top: 77%;
    left: 33%;
}
.dot-13 {
    top: 40%;
    left: 85%;
}
.order-container {
  margin: -100px auto 0;
  max-width: 900px;
}

.order-container .first-column {
  float: left;
  width: 60%;
}

.order-container .second-column {
  float: left;
  width: 40%;
}
.order-subscribe {
  background: white;
  padding: 55px;
  min-height: 450px;
}

.order-subscribe h3 {
  margin-top: 0;
  font-size: 32px;
}
.order-individual {
/*   margin: 55px auto; */
    padding: 5px 25px 55px;
/*   background: rgba(255, 255, 255, 0.5); */
  
}

.badge-combo {
  font-size: 10px;
  text-transform: uppercase;
  background: #ffe291;
  padding: 3px 4px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  font-weight: 600;
}

.badge-digital-only {
  font-size: 10px;
  text-transform: uppercase;
  background: #f1f1f1;
  padding: 3px 4px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  font-weight: 600;
}

.badge-print-only {
  font-size: 10px;
  text-transform: uppercase;
  background: #badaf3;
  padding: 3px 4px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  font-weight: 600;
}



.checkmark-list ul {
  max-width: 340px;
  margin: auto;
}

.checkmark-list li {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  margin: 8px 4px;
}
.checkmark-list li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -25px;
  color: #FFCB31;
}

.subscribe-form {
  margin-bottom: 25px;
}

.subscribe-container h1 span {
  font-size: 18px;
  display: block;
}

.buy h3 {
  margin-bottom: 15px;
}

.buy h3 span {
  font-size: 18px;
  display: block;
}
.subscribe-container .hs-cta-wrapper {
  margin: 25px auto;
  display: block;
  text-align: center;
}

.table {
  width: 100%;
}