﻿@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css);

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* GENERAL */
dl dt {
    float:left;
    clear:none;
    width:48%;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    color:#3d414a;
    font-weight:normal;
}

dl dd {
    float:left;
    width:48%;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    color:#3d414a;
    font-weight:bold;
}

::-webkit-input-placeholder {
   color: #3d414a;
}

:-moz-placeholder { /* Firefox 18- */
   color: #3d414a;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #3d414a;  
}

:-ms-input-placeholder {  
   color: #3d414a;  
}

.modal-title {
    color: #3d414a;  
}

ul.bullet-blue {

}
    ul.bullet-blue li {
        padding: 4px 0 0 41px;
        margin: 0 0px 20px 0;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #3d414a;
        font-weight: 500;
        line-height: 20px;
        background: url(../img/bullet-blue.png) no-repeat left 8px;
    }

.nav-tabs > li > a {
    font-size:14px;
}

.custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

    .custom-search-input .input-group-btn {
        position:relative;
        display:table-cell;
        left:auto;
        bottom:auto;
    }

.custom-search-input input{
    border: 0;
    box-shadow: none;
    outline:none;
}

.custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

.custom-search-input button:hover,
.custom-search-input button:focus,
.custom-search-input button:active,
.custom-search-input button:visited {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
    background-color:#fff!important;
    outline:none!important;
}
    .custom-search-input button:hover i.fa-search,
    .custom-search-input button:focus i.fa-search,
    .custom-search-input button:active i.fa-search {
        color: #666666!important;
        background-color:#fff!important;
    }

.custom-search-input .fa-search{
    font-size: 23px;
}

textarea {
    resize:none;
}

a.btn-rounded {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 305px;
    border-radius: 25px;
    text-transform: uppercase;
}

a.white-blue, input[type="submit"].white-blue, button.white-blue {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #007db1;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #007db1;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 305px;
    border-radius: 25px;
    text-transform: uppercase;
}

a.white-blue:hover, input[type="submit"].white-blue:hover, button.white-blue:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #007db1;
}

button.white-blue:disabled, .button.white-blue:disabled:hover {
    background-color: lightgrey;
    color: #fff;
    cursor: not-allowed;
    border: 1px solid lightgrey;
}

a.white-grey, input[type="submit"].white-grey, button.white-grey {
    display: block;
    padding: 0;
    margin: 10px auto;
    background: #f2f2f2;
    border: 1px solid #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    width: 200px;
    border-radius: 25px;
    transition: all 0.2s ease;
}

a.white-grey:hover, input[type="submit"].white-grey:hover, button.white-grey:hover {
    background: #fff;
    border: 1px solid #999;
    color: #333;
}

button.white-grey:disabled, .button.white-grey:disabled:hover {
    background-color: lightgrey;
    color: #fff;
    cursor: not-allowed;
    border: 1px solid lightgrey;
}

a.white-grey,
input[type="submit"].white-grey,
button.white-grey {
  width: 100%;
  max-width: 220px;
  padding: 0 10px;
  box-sizing: border-box;
}

a.white-transparent, input[type="submit"].white-transparent, button.white-transparent {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    border-radius: 25px;
    text-transform: uppercase;
    width: 100%;
}
    a.white-transparent:hover, input[type="submit"].white-transparent:hover, button.white-transparent:hover {
        color: #3d414a!important;
        border: 1px solid #fff;
        background: #fff;
    }

a.black-white, input[type="submit"].black-white, button.black-white {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #3d414a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3d414a;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 305px;
    border-radius: 25px;
    text-transform: uppercase;
}

a.black-white:hover, input[type="submit"].black-white:hover, button.black-white:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #3d414a;
}

button.black-white:disabled, .button.black-white:disabled:hover {
    background-color: lightgrey;
    color: #fff;
    cursor: not-allowed;
    border: 1px solid lightgrey;
}

a.blue-transparent, input[type="submit"].blue-transparent, button.blue-transparent {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #007db1;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #007db1;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 305px;
    border-radius: 25px;
    text-transform: uppercase;
}

a.blue-transparent:hover, input[type="submit"].blue-transparent:hover, button.blue-transparent:hover {
    color: #fff!important;
    border: 1px solid #007db1;
    background: #007db1;
}

a.white-green, input[type="submit"].white-green, button.white-green {
    color: #fff!important;  
    border: 1px solid #3faf6c;
    background: #3faf6c;
}
    a.white-green:hover, input[type="submit"].white-green:hover, button.white-green:hover {
        color: #3faf6c!important;
        background: #fff;
    }

a.button-blue,
input[type="submit"].button-blue,
button.button-blue {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: #007DB1;
    border: 2px solid #007DB1;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 235px;
    border-radius: 1.5rem;
    text-transform: uppercase;
}

a.button-blue:hover,
input[type="submit"].button-blue:hover,
button.button-blue:hover {
    background: #fff;
    color: #007DB1 !important;
    border: 2px solid #007DB1;
}

a.button-white,
input[type="submit"].button-white,
button.button-white {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #0075ad;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #0075ad;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 235px;
    border-radius: 1.5rem;
    text-transform: uppercase;
}

a.button-white:hover,
input[type="submit"].button-white:hover,
button.button-white:hover {
    background: #0075ad;
    color: #fff;
    border: 2px solid #ffffff;
}

button.button-blue:disabled,
.button-blue:disabled:hover,
button.button-white:disabled,
.button-white:disabled:hover {
    background-color: lightgrey;
    color: #fff;
    cursor: not-allowed;
    border: 2px solid lightgrey;
}

a.icon-question {
    display:inline-block;
    width:20px;
    height:20px;
    background: #3faf6c;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    color:#fff;
    border-radius:10px;
    text-align:center;
    margin-left:5px;
}

.blue-title {
    color: #007db1;
}

/*NAVBAR*/
nav {
}

.header-top .navbar {
    margin-bottom:0;
    padding:0;
    text-align:right;
}
.header-top .navbar-inverse { border:none; }

.header-top .navbar-inverse .navbar-nav .open span.caret {
    border-top:none;
    border-bottom: 4px dashed;
}

.header-top .navbar-inverse .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight:normal;
    color:#fff;
}

.header-top .navbar-inverse .navbar-nav > li > a:hover {
    /*color:#3190d3;*/
}

.header-top .navbar-inverse .navbar-nav > .active > a, .header-top .navbar-inverse .navbar-nav > .active > a:focus,
.header-top .navbar-inverse .navbar-nav > .active > a:hover 
{
    color:#fff;
    background:transparent;
}

.header-top .navbar-collapse { float:right; padding-right:0; }

.header-top .nav li ul li {
    margin-right:0;
    width:100%;
}

.header-top .globe-icon {
    position:relative;
    top:-1px;
    margin-right:10px;
}

/* === Top header buttons (clean) === */
.header-top .navbar-inverse .navbar-nav > li > a.top-btn-outline,
.header-top .navbar-inverse .navbar-nav > li > a.top-btn-primary {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 2rem;      /* keep your current roundness */
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 600;
  margin-left: 10px;
  margin-top: 9px;
  margin-bottom: 9px;
}

/* Outline: transparent bg, white border, white text */
.header-top .navbar-inverse .navbar-nav > li > a.top-btn-outline {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.header-top .navbar-inverse .navbar-nav > li > a.top-btn-outline:hover,
.header-top .navbar-inverse .navbar-nav > li > a.top-btn-outline:focus {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

/* Primary: solid white bg, blue text */
.header-top .navbar-inverse .navbar-nav > li > a.top-btn-primary {
  background: #fff;
  border: 1px solid #fff;
  color: #3d414a;
}
.header-top .navbar-inverse .navbar-nav > li > a.top-btn-primary:hover,
.header-top .navbar-inverse .navbar-nav > li > a.top-btn-primary:focus {
  filter: brightness(0.96);
  color: #3d414a;
}

/* Spacing between menu items */
.header-top .navbar-inverse .navbar-nav > li.language-selector { margin-right: 24px; }
.header-top .navbar-inverse .navbar-nav > li { margin-right: 0; }
.header-top .navbar-inverse .navbar-nav > li.contact-us-menu,
.header-top .navbar-inverse .navbar-nav > li.demo-menu,
.header-top .navbar-inverse .navbar-nav > li.login-menu { margin-left: 8px; }

/* Mobile tweaks */
@media (max-width: 767px) {
  .header-top .navbar-inverse .navbar-nav > li > a.top-btn-outline,
  .header-top .navbar-inverse .navbar-nav > li > a.top-btn-primary {
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .header-top .navbar-inverse .navbar-nav > li.language-selector { margin-right: 12px; }
}


#navbar .dropdown-menu {
    background:#212121;
}

#navbar .dropdown-menu > li > a {
    color:#fff;
    font-size:17px;
    padding:3px 35px;
}

#navbar .dropdown-menu > li > a img {
    position:relative;
    top:-2px;
}

#navbar .dropdown-menu > li > a:hover {
    background:transparent;
    color:#3190d3;
}

#navbar .open .dropdown-menu {
    -moz-transition:    all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition:      all 1000ms ease;
    -ms-transition:     all 1000ms ease;
    transition:         all 1000ms ease;
}


.main-menu .nav {
    float:right;
}

.main-menu .nav {
    padding:17px 0;
}

.main-menu .nav li {
    margin: 0 15px 0 0;
}
    .main-menu .nav li.last {
        margin-right:0;
    }

.main-menu .nav li a {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #312e2e;
    line-height: 21px;
    font-weight: 700;
    transition: all 0.5s ease-out;
    padding:10px 5px;
}

.main-menu .nav li.last a {
    padding-right:0;
}

.main-menu .nav li a:hover,
.main-menu .nav li.active > a {
    color: #3190d3;
    background-color:transparent;
}

.main-menu .nav ul.dropdown-menu {
    padding:20px;
}
.main-menu .nav ul.dropdown-menu li {
    margin-top:20px!important;
    margin-bottom:0!important;
}

.main-menu .nav ul.dropdown-menu li a {
    padding:0;
}

.main-menu .nav ul.dropdown-menu li:first-child {
    margin-top:0!important;
}

.main-menu .nav .open>a,
.main-menu .nav .open>a:focus, 
.main-menu .nav .open>a:hover {
    background-color:transparent;
    color: #3190d3;
}

/* FOOTER */
#footer {
}

#footer .footer-logo {
    display:inline-block;
    margin-bottom:35px;
}

#footer .mail-id {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #4a9be0;
    line-height: 15px;
    margin-bottom:25px;
    display:inline-block;
}

#footer h4 {
    padding: 0 0 23px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a9be0;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footer p {
    padding: 0 0 23px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}

#footer ul li {
    margin-bottom:25px;
}

#footer ul li a {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #999999;
    line-height: 16px;
}
#footer a:hover {
    color: #fff !important;
}

#footer .follow a {
    padding: 9px 0 7px 45px;
}

#footer .footer-bottom .copyright {
    text-align:right;
}

#footer .footer-bottom .copyright p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}

#footer .footer-bottom .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

#footer .footer-links {
    float:none;
}

#footer .footer-links a {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    margin-right:20px;
}

/* CALL TO ACTION SECTION */
.cta-in a.white-blue {
    display:inline-block;
}


/* HOMEPAGE */
.get-ebooks-in .slide{margin-right:77px !important;}  
.bx-wrapper { margin-bottom:30px; }
.bx-wrapper .bx-controls-direction a{width:35px;height:116px;}
.bx-wrapper .bx-prev{background:url(../img/left-arrow.png) no-repeat;left:-106px;}
.bx-wrapper .bx-next{background:url(../img/rightt-arrow.png) no-repeat;right:-106px;}	
.bx-viewport{padding:0 0 26px 0;}
.book-slider {
    min-height: 405px;
    width: 100%;
    background: url(../img/loader.gif) no-repeat center center;
}


.get-ebooks-in ul li img {
    margin:0;
}

.get-ebooks-in ul li h6 {
    margin-top:13px;
}

.no-book-image {
    width:160px;
    height:250px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border:1px solid #808080;
    display:table-cell;
    vertical-align:middle;
}

.no-book-image p {
    font-size:20px!important;
}

/* BREADCRUMB */
.breadcrumb {
    background-color:transparent;
    padding-left:0;
}

.breadcrumb > li + li:before {
    content: '\003e';
}

.breadcrumb > li a {
    font-size:14px;
    text-transform:uppercase;
    color: #999999;
}

/* BANNER SECTION */
.banner1-in .arrow-down {
    width:59px;
    height:23px;
    margin:0 auto;
    text-align:center;
    position: absolute;
    left: 48.6%;
    bottom: -23px;
}

.banner1-in .arrow-down a {
    top: -10px;
    position: relative;
    left:auto;
}
.banner1-in .arrow-down img {
    height:auto;
    width:auto;
    display:inline-block;
}

.block2-in {
    width:auto;
}

.banner-content1-in h2.medium-text {
    font-size:50px;
    line-height:60px;
}

/* HOMEPAGE */
.banner-content p {
    padding: 3px 12px 3px 0;
    background:transparent;
    color:#000;
}

.video {
    padding:10px 10px 5px;
    width:755px;
    -webkit-box-shadow: 0px 0px 48px -13px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 48px -13px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 48px -13px rgba(0,0,0,0.72);
    margin:0 auto 25px;
}

.video iframe {
    height:460px;
    width:100%;
}

/* BOOK LIST*/
.why-students-block .bx-wrapper{max-width:1168px !important;}
.why-students-block .slide{margin-right:77px !important;}  
.why-students-block .bx-wrapper .bx-controls-direction a{top:21%;}
.why-students-block .bx-wrapper .bx-next{right:-46px;}
.why-students-block .bx-viewport{padding:0 0 32px 0;}

/*------------------------------------*/
/* CONTENT SECTION */
/*------------------------------------*/
.content-section { padding:50px 0; }

    .content-section h1 {
        font-size: 48px;
        color: #393f49;
        background: url(../img/line3.png) no-repeat center bottom;
        padding-bottom: 25px;
        margin-bottom: 25px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-align: center;
    }
    .content-section h2, .block2-in h2 {
        font-size: 36px;
        text-align: center;
        color: #393f49;
        background: url(../img/line3.png) no-repeat center bottom;
        padding-bottom: 25px;
        margin-bottom: 25px;
        font-family: 'Roboto', sans-serif;
    }
.content-section h3 {
    font-size: 24px;
    color: #393f49;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

    
.content-section h2 span { 
    font-weight:normal; 

}
    
.content-section p { 
    font-size:16px; 
    color:#393f49; 
    text-align:center; 
    padding-bottom:30px; 
}

.content-section ul.links {
    float:none;
    width:100%;
    margin:0 auto;
    text-align:center;
}

.content-section ul.links li {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0 32px 0 0;
    max-width: 305px;
    text-align:center;
    width: 100%;
}

.content-section ul.links li a {
    display: block;
    padding: 17px 0 14px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    border-radius: 25px;
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
}

    .content-section ul.bullet-white-check li {
        padding: 4px 0 0 41px;
        margin: 0 0px 20px 0;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
        font-style: italic;
        background: url(../img/check.png) no-repeat left top;
    }

.content-section ul.bullet-white-check li p {
    padding: 24px 0 0px 0px;
    margin:0;
    text-align:left;
}

    .content-section .grid-content-small h3.title {
        padding: 0 0 21px 0;
        margin: 0 0 20px 0;
        font-family: 'Roboto', sans-serif;
        font-size: 26px;
        color: #393f49;
        font-weight: 500;
        line-height: 28px;
        background: url(../img/line3.png) no-repeat center bottom;
        text-align: center;
    }

.content-section .grid-content-small h4 {
    padding: 0 0 9px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #393f49;
    font-weight: 700;
    line-height: 20px;
}

.content-section .grid-content-small h4.title {
    padding: 0 0 12px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}

.content-section .grid-content-small p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #393f49;
    line-height: 34px;
    text-align: left;
    font-weight: normal;
}

.content-section .grid-content-small .center {
    text-align:center;
}
.content-section .grid-content-small .right {
    text-align:right;
}

/*overide sections*/
.white-text .content-section h2 {
    color: #fff;
    background: url(../img/line2.png) no-repeat center bottom;
} 
.white-text .content-section p {
    color:#fff;
}
.white-text .content-section ul li, .white-text .content-section ul li a {
    color:#fff;
}

/*------------------------------------*/
/* CONTENT SECTION WITH SIDEBAR */
/*------------------------------------*/
.fading-side-menu.affix-top {
    opacity: 1;
    transition: opacity 1s
}
.fading-side-menu.affix {
    top: 120px;
    opacity: 0.4;
    transition: opacity 5s;
    width:12%;
}

.fading-side-menu.affix-bottom {
    position:relative;
}

.fading-side-menu.affix:hover {
    opacity: 1;
    transition: opacity 0.3s
}

.fading-side-menu a {
    color: #393f49;
    font-size:14px;
}
.fading-side-menu a .fa {
    padding-right:15px;
}

/* CONTENT-SIDEBAR (Sub-Processors, Trust & Safety, Security)*/
.content-sidebar h2 {
  color: #393f49;
  background: none;
  padding: 0;
  font-size: 24px;
  text-align: left;
  line-height: 1.25;
  margin: 40px 0 10px;
}
.content-sidebar h3 {
  color: #393f49;
  font-size: 20px;
  line-height: 1.3;
  margin: 18px 0 8px;
}
.content-sidebar { font-size:16px; color:#393f49; }

.content-sidebar a { color:#006595; }

.content-sidebar p {
  font-size:16px;
  color:#393f49;
  padding: 0;
  margin-bottom:15px;
  margin-top:10px;
  text-align:left;
}

.content-sidebar ul,
.content-sidebar ol {
  margin-left:20px;
  margin-bottom:25px;
}

.content-sidebar ul li {
  list-style:disc;
  color:#393f49;
  margin-bottom:8px;
  font-size:16px;
  line-height:1.6;
}
.content-sidebar ol li {
  list-style:decimal;
  color:#393f49;
  margin-bottom:8px;
  font-size:16px;
  line-height:1.6;
}

.content-sidebar ul li a,
.content-sidebar ol li a {
  color:#006595;
  text-decoration:underline;
}


/*------------------------------------*/
/* SCHOOL */
/*------------------------------------*/

.content-section .steps-way-row > div {
    margin-bottom:39px;
}
.content-section .steps-way-row .left-col {
    width:26%;
}
.content-section .steps-way-row .right-col {
    width:74%;
}

.content-section .steps-way-row > div > div span {
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 50px;
}

.content-section .steps-way-row > div > div h4 {
    float: left;
    display: inline-block;
    padding: 1px 4px 0 30px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    line-height: 27px;
    width: 220px;
}


.content-section .steps-way-row > div p {
    padding: 0 45px 0 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 31px;
    text-align:left;
}

/*------------------------------------*/
/* PRICING */
/*------------------------------------*/
.school-content-plans .content-section {
    padding: 109px 0 105px 0;
}

.price-plan-section {
    background: #f2f5f7;
}
.price-plan-section .content-section {
    padding: 50px 0 20px 0;
    margin: 0;
}
.price-plan-section p {
    text-align:left;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
}
.price-plan-section ol {
    margin-left:20px;
}
.price-plan-section ol li {
    list-style:decimal;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    color:#393f49;
}

.plan-section {
    border: 1px solid #d5d5d5;
	border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
	overflow: hidden;
}
.plan-section:hover {
    border-color: #ccc #ccc #bbb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
    .plan-section div.badge {
        background: url(../img/badge.png);
        position: absolute;
        top: 0;
        right: 0;
        width: 75px;
        height: 75px;
        display: block;
        border-radius: 0;
        z-index: 1;
    }

.plan-header {
    padding:20px;
    border-bottom:1px solid #d5d5d5;
    background:#6a7383;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
    /*min-height:202px;*/
}

.plan-header h2 {
    font-size:24px;
    font-family: 'Roboto', sans-serif;
    background:none;
    margin-bottom:0;
    color:#fff;
    padding-bottom:0;
}

.plan-header p {
    font-size:14px;
    font-weight:normal;
    color:#fff;
}

.plan-feature {
    background: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
	border-radius: 0;
}

.plan-section > .row:last-of-type .plan-feature {
  border-bottom: none;
}

.plan-feature p {
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    padding:0;
    text-align:center;
}

.plan-feature a.sign-up, a.green-white {
    width: 176px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 25px;
    background: #3faf6c;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    display: block;
    height: 48px;
    text-transform: uppercase;
}

.plan-feature a.sign-up:hover {
    background: #fff;
    color: #3faf6c;
    border:1px solid #3faf6c;
}

.plan-price {
    border-bottom:1px solid #d5d5d5;
}

.plan-price p {
    font-size:24px;
    font-weight:bold;
}

p.description {
    font-size: 20px;
    color: #393f49;
    text-align: center;
    padding-bottom: 30px;
}

.other-plans-price .content-section {
    padding: 50px 0 115px 0;
}


/*------------------------------------*/
/* PRICING PAGE NEW */
/*------------------------------------*/
.pricing{
  /* layout tokens */
  --sidebar-w: 300px;
  --radius: 16px;
  --card-border: #E6E3EC;
  --card-border: #E6E8EC;
  --ink: #0B2647;
  --muted: #64748B;
  --brand: #2563EB;
  --bg-soft: #F8FAFC;
  --line: #EEF0F3;
}

.pricing .hero-bg{
  background: #f2f5f7;
}

.pricing .hero-bg .container{
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing .container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 16px;
}

/* ----------------- Pricing page heading + intro ----------------- */
    .pricing h1 {
        font-size: 48px;
        text-align: center;
        color: #393f49;
        background: url('/img/line3.png') no-repeat center bottom;
        padding-bottom: 25px;
        margin: 0 0 25px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }
.pricing .lead p{
  padding: 0 0 24px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #333;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 900px){
  .pricing .lead,
  .pricing .lead p{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 36px;
  }
}

/* ----------------- Cards grid ----------------- */
.pricing .cards-grid{
  display: grid;
  gap: 20px;
  align-items: stretch;
  margin-top: 12px;
  /* gridTemplateColumns is set by JS for alignment */
}

/* ----------------- Filter column ----------------- */
.pricing .filter-card{
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 16px 16px; /* aligns with plan-card header */
}
.pricing .filter-card p{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--ink);
}

/* full-width segmented control (50/50 buttons) */
.pricing .seg-toggle{
  display: flex;
  width: 100%;
  font-size: 14px;
  background: var(--bg-soft);
  border: 1px solid var(--card-border);
  border-radius: 999px;
  padding: 4px;
  gap: 0;
  margin-bottom: 12px;
  overflow: hidden;
}
.pricing .seg-toggle button{
  flex: 1 1 50%;
  min-width: 0;
  text-align: center;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.pricing .seg-toggle button.is-active{
  background:#fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}

/* Talk to Sales button (inverted) — pinned to bottom */
.pricing .filter-card .btn-outline{
  display:block;
  width:100%;
  text-align:center;
  padding:12px 20px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  font-size: 16px;
  background:#fff;
  color:#0075ad;
  border:2px solid #0075ad;
  margin-top: auto;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .02s ease;
}
.pricing .filter-card .btn-outline:hover{
  background:#F0FAFF;
  border-color:#00689a;
  color:#00689a;
}
.pricing .filter-card .btn-outline:active{
  transform: translateY(1px);
}

/* ----------------- Plan cards ----------------- */
.pricing .plan-card{
  background:#fff;
  border:1px solid var(--card-border);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(2,18,44,.06);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.pricing .plan-card .head{
  background:#fff !important; /* neutralize inline BgColor */
  color: var(--ink);
  padding: 24px;
  border-bottom: 1px solid var(--line);
}
.pricing .plan-card .head h2{
  margin:0 0 12px;
  font-size: 20px;
  line-height:1.2;
  font-weight: 700;
}
.pricing .plan-card .starts{
  margin:0;
  color: var(--muted);
  font-weight: 600;
}
.pricing .plan-card .price{
  display:block;
  margin-top:2px;
  font-size: 34px;
  line-height:1.05;
  letter-spacing:-.02em;
  color: var(--ink);
}
.pricing .plan-card .price .cur{
  font-size: 0.65em;
  font-weight: 700;
  margin-left: 4px;
  color: var(--muted);
  white-space: nowrap;
}
.pricing .plan-card .bill-note{
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--muted);
}
.pricing .plan-card .features{ display:none !important; }
.pricing .plan-card .cta{
  padding: 20px 24px;
  margin-top:auto;
  border-top: 0;
  background: transparent;
}
.pricing .plan-card .btn{
  display:block;
  width:100%;
  text-align:center;
  padding:12px 16px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  font-size: 16px;
  background: #0075ad;
  color:#fff;
  transition: filter .18s ease, transform .02s ease;
}
.pricing .plan-card .btn:hover{ filter: brightness(.98); }
.pricing .plan-card .btn:active{ transform: translateY(1px); }

/* Recommended badge */
.pricing .plan-card.popular .head{ position:relative; }
.pricing .plan-card.popular .head::after{
  content:"Recommended";
  position:absolute;
  top:14px;
  right:14px;
  background:#ECF2FF;
  color:#1E40AF;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid #D6E3FF;
}

/* ----------------- Features table ----------------- */
.pricing .features-grid { margin-top: 24px; }
.pricing .features-table-wrap{
  background:#fff;
  border:1px solid var(--card-border);
  border-radius:12px;
  overflow:auto; /* horizontal scroll on small screens */
}
.pricing .features-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed; /* keep columns aligned with cards */
}
.pricing .features-table thead th{
  background:var(--bg-soft);
  color:var(--ink);
  font-weight:700;
  font-size:18px;
  line-height:1.2;
  padding:14px 16px;
  text-align:center;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:3;
}
.pricing .features-table thead th:first-child{
  text-align:left;
  left:0;
  z-index:4;
}
.pricing .features-table tbody th,
.pricing .features-table tbody td{
  padding:14px 16px;
  vertical-align:middle;
  border-bottom:1px solid var(--line);
  font-size:14px;
  color:var(--ink);
}
.pricing .features-table tbody th.feat-col{
  position:sticky;
  left:0;
  z-index:2;
  background:#fff;
  width:var(--sidebar-w);
  text-align:left;
  font-weight:600;
}
.pricing .features-table tbody td{
  text-align:center;
  border-left:1px solid #F0F2F5;
}
.pricing .features-table thead th:not(:first-child){
  border-left:1px solid #E9EDF2;
}
.pricing .features-table thead th:first-child,
.pricing .features-table tbody td:first-child{
  border-left:0;
}
.pricing .features-table tbody tr:nth-child(even) td,
.pricing .features-table tbody tr:nth-child(even) th.feat-col{
  background:#FBFDFF;
}
.pricing .features-table .section-row .section-title{
  text-align:left;
  font-size: 16px;
  background:#F3F6FB;
  color:#0B2647;
  font-weight:700;
  letter-spacing:.01em;
  padding:12px 14px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.pricing .features-table .chip{
  display:inline-block;
  padding:4px 8px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  background:#ECF2FF;
  color:#1E40AF;
  border:1px solid #D6E3FF;
}

/* ----------------- Responsive ----------------- */
@media (max-width: 980px){
  .pricing{ --sidebar-w: 240px; }
  .pricing .plan-card .price{ font-size: 28px; }
  .pricing .plan-card .head{ padding: 20px; }
  .pricing .plan-card .cta{ padding: 16px 20px; }
}

/* ≤980px: stack the filter + plan cards vertically */
@media (max-width: 980px){
  /* JS sets gridTemplateColumns inline; override it here */
  .pricing .cards-grid{
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto;
  }

  /* spacing when stacked */
  .pricing .filter-card{ margin-bottom: 12px; }
  .pricing .plan-card{  margin: 0; }
}

/* ≤720px: slimmer first column in the features table + smaller padding */
@media (max-width: 720px){
  /* narrower sticky feature-name column */
  .pricing{ --sidebar-w: 180px; }

  .pricing .features-table-wrap{
    overflow-x: auto;   /* horizontal scroll on small screens */
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  /* JS sets explicit widths on <col>; release them on mobile */
  .pricing .features-table col.feat-col,
  .pricing .features-table col.plan-col{
    width: auto !important;
  }

  /* let the table reflow a bit more naturally */
  .pricing .features-table{ table-layout: auto; }

  .pricing .features-table thead th{
    font-size: 15px;
    padding: 12px 12px;
  }
  .pricing .features-table tbody th,
  .pricing .features-table tbody td{
    padding: 12px 12px;
    font-size: 13px;
  }
}

/* ≤480px: even slimmer first column + tighter type */
@media (max-width: 480px){
  .pricing{ --sidebar-w: 140px; }

  .pricing h1{
    font-size: 34px;
    background-size: 220px auto;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .pricing .lead p{
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 24px;
  }

  .pricing .seg-toggle{ font-size: 13px; }
  .pricing .seg-toggle button{ padding: 8px 10px; }

  .pricing .plan-card .head{ padding: 18px; }
  .pricing .plan-card .cta{  padding: 14px 18px; }
  .pricing .plan-card .price{ font-size: 26px; }
  .pricing .plan-card .bill-note{ font-size: 13px; }

  .pricing .features-table thead th{
    font-size: 14px;
    padding: 10px 10px;
  }
  .pricing .features-table tbody th,
  .pricing .features-table tbody td{
    font-size: 12px;
    padding: 10px 10px;
  }
}

/* Optional: subtle scroll hint for the features table on small screens */
@media (max-width: 720px){
  .pricing .features-table-wrap{
    position: relative;
  }
  .pricing .features-table-wrap::after{
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 32px;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.9));
  }
}

/* ----------------- Decodables Pill (clean) ----------------- */

/* Use the card as the positioning context */
.pricing .plan-card.has-pill {
  position: relative;
  overflow: visible;                 /* let the pill hang out */
  border-radius: var(--radius);
}

/* Header keeps rounded corners but doesn't clip the pill */
.pricing .plan-card.has-pill .head {
  position: static !important;       /* not the positioning context */
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  overflow: visible;
}

/* The pill itself (floats half on / half off the card) */
.pricing .plan-card.has-pill .head .badge-pill.decodables {
  position: absolute;
  top: 0;                            /* relative to .plan-card */
  right: 14px;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;

  background: #ECF2FF;
  color: #1E40AF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #D6E3FF;
  white-space: nowrap;               /* single line on desktop */
  box-shadow: 0 2px 6px rgba(2,18,44,.10);
}

/* Mobile: allow wrapping so long text doesn’t overflow */
@media (max-width: 520px){
  .pricing .plan-card.has-pill .head .badge-pill.decodables{
    max-width: 70vw;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
    padding: 6px 10px;
  }
}

/*------------------------------------*/
/* WELLNESS ADD ON SECTION */
/*------------------------------------*/
#wellness-addon .container{
  padding-top: 20px;
  padding-bottom: 40px;
}

/* Card shell (matches plan cards) */
#wellness-addon .card-shell{
  background:#fff;
  border:1px solid var(--card-border);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(2,18,44,.06);
  overflow:hidden;
}

/* Header band */
#wellness-addon .card-head{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  padding:12px 16px;
  background: var(--bg-soft);
  border-bottom:1px solid var(--line);
  color:var(--ink);
}
#wellness-addon .card-head h3{
  margin:0;
  font-size:18px;
  line-height:1.2;
  font-weight:700;
  color:var(--ink);
}

/* Optional left badge from property — hidden per spec */
#wellness-addon .badge-left{ display:none; }

/* “Secondary only” pill (right) */
#wellness-addon .badge-secondary-only{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink);
  font-weight:600;
  font-size:11px;
}

/* Body grid: left (RTE + bullets) / right (topics) */
#wellness-addon .card-body-grid{
  display:grid;
  gap:20px;
  padding:16px;
  grid-template-columns:1.2fr .8fr;
}
@media (max-width:980px){
  #wellness-addon .card-body-grid{
    grid-template-columns:1fr;
  }
}

/* RTE body (multilingual) */
#wellness-addon .addon-body{
  color: var(--muted);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 24px 0;
}
#wellness-addon .addon-body p{ margin: 0 0 8px 0; }
#wellness-addon .addon-body p:last-child{ margin-bottom: 0; }
#wellness-addon .addon-body ul,
#wellness-addon .addon-body ol{
  margin: 8px 0 0 0;
  padding-left: 1.2em;
  color: var(--ink);
  font-weight: 400;
  font-size: 14px;
}
#wellness-addon .addon-body a{
  color:#0075ad;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#wellness-addon .addon-body a:hover{ text-decoration: none; }

/* Bullets */
#wellness-addon .bullet-list{
  list-style:none;
  margin:0;
  padding:0;
}
#wellness-addon .bullet-list.two-col{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap:24px;
  row-gap:10px;
}
@media (max-width:980px){
  #wellness-addon .bullet-list.two-col{
    grid-template-columns:1fr;
  }
}
#wellness-addon .bullet-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0; /* grid handles spacing */
}
#wellness-addon .bullet-icon{
  width:18px; height:18px;
  flex:0 0 18px;
  object-fit:contain;
  margin-top:2px;
}
#wellness-addon .bullet-title{
  font-weight:700;
  color:var(--ink);
  margin:0 0 2px 0;
  font-size:15px;
}
#wellness-addon .bullet-desc{
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
  margin-top:4px;
}
#wellness-addon .bullet-sublist{
  list-style:disc;
  margin:8px 0 0 22px;
  padding:0;
}
#wellness-addon .bullet-sublist li{
  font-size:14px;
  color:var(--ink);
}

/* Topics (right column) */
#wellness-addon .topics-title{
  margin:0 0 12px 0;
  color:var(--ink);
  font-weight:700;
  font-size:14px;
}
#wellness-addon .topics-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
#wellness-addon .topic-chip{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  color:var(--ink);
  font-weight:600;
  font-size:12px;
}

/*------------------------------------*/
/* CTA ROW: LEFT (CTA) + RIGHT (PRICE)*/
/*------------------------------------*/
#wellness-addon .cta-row{
  grid-column:1 / -1;
  display:grid;
  /* CHANGE THIS LINE */
  grid-template-columns: 1.2fr .8fr; /* match .card-body-grid columns */
  gap:12px;
  align-items:center;
  margin-top:8px;
}
#wellness-addon .cta-left{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
#wellness-addon .btn-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  background:#0075ad;
  color:#fff;
  transition: filter .18s ease, transform .02s ease;
}
#wellness-addon .btn-cta:hover{ filter:brightness(.98); }
#wellness-addon .btn-cta:active{ transform:translateY(1px); }
#wellness-addon .cta-note{
  font-size:12px;
  font-weight:600;
  color:var(--muted);
}

#wellness-addon .cta-right{
  display:flex;
  /* CHANGE THESE TWO LINES */
  justify-content:flex-start;  /* align to left edge of right column */
  text-align:left;
}

/* Price (matches plan cards) */
#wellness-addon .price-box .price{
  display:block;
  margin-top:2px;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.02em;
  color: var(--ink);
}
#wellness-addon .price-box .price .cur{
  font-size:0.65em;
  font-weight:700;
  margin-left:4px;
  color:var(--muted);
  white-space:nowrap;
}
#wellness-addon .price-box .bill-note{
  margin:12px 0 0;
  font-size:14px;
  font-weight:600;
  line-height:1.2;
  color:var(--muted);
}

/* Mobile stacking for CTA/Price */
@media (max-width:640px){
  #wellness-addon .cta-row{
    grid-template-columns: 1fr;
    row-gap:10px;
  }
  #wellness-addon .cta-right{
    justify-content:flex-start;
    text-align:left;
  }
  #wellness-addon .price-box .price{
    font-size:28px;
  }
}

/* Card shell inside your existing .pricing .container block */
#wellness-addon .container > .card-shell{
  /* keeps compatibility if a wrapper div isn’t present */
}

@media (max-width:980px){
  #wellness-addon .cta-row{
    grid-template-columns: 1fr; /* stack CTA above price */
    row-gap:10px;
  }
}

/* Secondary price line (smaller than the main .price but still emphatic) */
#wellness-addon .price-box .price-alt{
  margin-top: 10px;
  font-weight: 700;
  color: var(--ink);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

/* "Standalone" label tone matches other muted labels */
#wellness-addon .price-box .price-alt .label{
  font-weight: 700;
  color: var(--muted);
}

/* Amount slightly smaller than the hero price */
#wellness-addon .price-box .price-alt .amount{
  font-size: 22px;
  letter-spacing: -.01em;
  line-height: 1.05;
}

/* Reuse plan-card style for units */
#wellness-addon .price-box .price-alt .cur{
  font-size: .9em;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
}

/* Two-column prices: each column = price (row 1) + note (row 2) */
#wellness-addon .price-box .price-grid{
  display: grid;
  grid-template-columns: auto auto;  /* or 1fr 1fr for equal widths */
  column-gap: 24px;
  row-gap: 0;
  justify-content: start;            /* align with left edge of right column */
}

#wellness-addon .price-box .price-col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;            /* keep note aligned under the price */
}

/* Reuse your existing styles for .price and .bill-note (already set) */

/* Mobile: stack the two price blocks */
@media (max-width: 640px){
  #wellness-addon .price-box .price-grid{
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  #wellness-addon .price-box .price{
    font-size: 28px; /* optional: slightly smaller on narrow screens */
  }
}

/*------------------------------------*/
/* CONTACT US */
/*------------------------------------*/
/* CONTACT: left column cards with chevron + brand blue */
.text-image.text-form .rte-content .help-links {
  margin: 8px 0 0;
}

.text-image.text-form .rte-content .help-links .help-card {
  background:#fff;
  border-radius:8px;
  box-shadow:0 2px 6px rgba(0,0,0,0.1);
  border:2px solid transparent;
  margin:0 0 12px 0;
  transition:box-shadow .2s ease, border-color .2s ease, transform .04s ease;
}

.text-image.text-form .rte-content .help-links .help-card a {
  display:flex;                 /* layout chevron + text */
  align-items:center;
  gap:8px;                      /* space between chevron + label */
  padding:12px 14px;
  color:#1a1a1a;                /* brand blue */
  text-decoration:none;
  font-weight:600;
  line-height:1.35;
  position:relative;
}

.text-image.text-form .rte-content .help-links .help-card a::before {
  content:"»";                  /* double chevron glyph */
  font-size:18px;
  line-height:1;
  color:#0075ad;
}

.text-image.text-form .rte-content .help-links .help-card:hover,
.text-image.text-form .rte-content .help-links .help-card:focus-within {
  box-shadow:0 4px 12px rgba(0,0,0,0.15);
  border-color:#0075ad;
  transform:translateY(-1px);
}

.text-image.text-form .rte-content .help-links .help-card:hover a {
  color:#005f8a;                /* darker hover */
}

.text-image.text-form .rte-content .help-links .help-card:hover a::before {
  color:#005f8a;
}

/* Optional: visually “disabled” placeholders */
.text-image.text-form .rte-content .help-links .help-card a[aria-disabled="true"] {
  opacity:.6; 
  pointer-events:none; 
  cursor:not-allowed;
}

.text-form-vertical .text-image.text-form .row > .col-xs-12 + .col-xs-12 {
  margin-top: 8px;
}



/* MOBILE OPTIMIZATION: Hide "fluff" to show Demo Form immediately */
@media screen and (max-width: 768px) {
  
  /* 1. Hide the "Join a product tour..." sub-header */
  .text-image .rte-content h2 {
    display: none !important;
  }

  /* 2. Hide the bullet points list */
  .text-image .rte-content ul {
    display: none !important;
  }

  /* 3. Hide the "Tell us more..." paragraph (The 2nd paragraph block) */
  .text-image .rte-content p:nth-of-type(2) {
    display: none !important;
  }

  /* 4. Hide the Trust Badges (Secure/SSO/GDPR) container */
  /* This targets the div holding the icons at the bottom of the text block */
  .text-image .rte-content > div {
    display: none !important;
  }
  
  /* OPTIONAL: Reduce padding to pull form up even higher */
  .text-image .rte-content {
    margin-bottom: 10px !important;
  }
}

/*------------------------------------*/
/* SUPPORT */
/*------------------------------------*/
.contact-list .contact-content {
    padding:0 175px;
}

.contact-list .contact-content p {
    text-align:left;
}

.contact-list .contact-content p.small-text {
    font-size:16px;
}

a.refer-us-to-a-friend {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #467cae;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 350px;
    border-radius: 25px;
    margin-right:60px;
}
    a.refer-us-to-a-friend .icon {
        background: url(../img/icon-refer-us-friend.png) no-repeat 0 0;
        display: inline-block;
        width: 16px;
        height: 24px;
        margin-right: 15px;
        text-indent: -9999px;
        position: relative;
        top: 11px;
    }

    a.refer-us-to-a-friend:hover {
        background-color: #467cae;
        color:#fff;
    }
        a.refer-us-to-a-friend:hover .icon {
            background-position:0 -24px;
        }


a.share-fb {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    background: #467cae;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 350px;
    border-radius: 25px;
}
    a.share-fb .icon {
        background: url(../img/icon-share-on-fb.png) no-repeat 0 0;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 15px;
        text-indent: -9999px;
        position: relative;
        top: 11px;
    }

    a.share-fb:hover {
        color: #467cae;
        background-color:#fff;
    }
        a.share-fb:hover .icon {
            background-position:0 -24px;
        }

.contact-form-section {
    background-color:#f2f5f7;
    padding:97px 0;
}
    .contact-form-section h2 {
        color:#3d414a;
        font-size:24px;
        margin-bottom:30px;
    }

    .contact-form-section input[type="text"], .contact-form-section textarea {
        width:90%;
        padding:13px;
        font-size:14px;
        border:1px#dedfe1 solid ;
        border-radius:3px;
        color:#3d414a;
    }

    .contact-form-section textarea {
        width:100%;
        height:180px;
    }

    .contact-form-section .required-field-label {
        color:#989898;
        font-family: 'Roboto', sans-serif;
        font-size:14px;
        padding-left:15px;
        margin-top:30px;
    }

    .contact-form-section .button-placement {
        text-align:right;
        margin-top:30px;
    }

    .contact-form-section input[type="submit"] {
        padding: 0;
        margin: 0 auto;
        background: transparent;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #467cae;
        border:1px solid #467cae;
        font-weight: 700;
        line-height: 45px;
        text-align: center;
        width: 150px;
        border-radius: 25px;
    }

    .contact-form-section .error-container {
        margin-top:20px;
    }
        .contact-form-section .error-container label {
            width:100%;
        }


/*------------------------------------*/
/* DEMO */
/*------------------------------------*/
.demo-text .text-image h1 {
	padding: 10px 0 15px !important;
	margin-bottom: 0 !important;
	font-family: Roboto,sans-serif;
	color: #000000;
	line-height: 48px;
	font-weight: 700;	
	font-size: 36px;
}

.demo-text .text-image h2 {
	padding: 15px 0 10px !important;
	font-family: Roboto,sans-serif;
	color: #333;
	line-height: 36px;
	font-weight: 700;	
	font-size: 28px;
}

.demo-text .text-image h3 {
	padding: 5px 0 10px !important;
	font-family: Roboto,sans-serif;
	color: #393F49;
	font-weight: 400;	
	font-size: 18px;
}

.demo-text .text-image p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding: 5px 0 10px !important;
  max-width: 65ch;
}

.demo-text ul {
  padding-left: 1.25rem;
  list-style: none;
  margin-top: 1rem;
}

.demo-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 16px;
  color: #1a1a1a;
}

.demo-text ul li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 5px;
  color: #0075ad;
  font-size: 1rem;
  line-height: 1.4;
}


.demo-page .content-section {
    padding: 110px 0 95px 0;
}

.form-section {
    background-color:#f2f5f7;
    padding:10px 0;
}

    .form-section form h2 {
        color: #3d414a;
        font-size: 24px;
        text-align: center;
        background: url(../img/line3.png) no-repeat center bottom;
        padding-bottom: 25px;
        margin-bottom: 50px;
        margin-top: 80px;
    }
        .form-section form h2 span {
            font-size:16px;
            font-style:italic;
            margin-top:20px;
            display:block;
        }
        .form-section form h2 span p {
            font-size:16px;
            font-style:italic;
            text-align:center;
            padding-bottom:20px;
        }

    .form-section form label {
        color:#3d414a;
        text-align:right;
        font-size:14px;
        margin-top:10px;
    }

    .form-section form input[type="text"],
    .form-section form input[type="email"],
    .form-section form select {
        width: 100%;
        /*padding: 10px 5px;*/
        height: 40px;
    }

    .form-section form span.instruction-text {
        margin-top:7px;
        display:block;
    }

    .form-section form div.checkbox {
        color:#3d414a;
        font-size:14px;
        display: block;
        
    }
    .form-section form div.checkbox input {
        margin-left:0;
        position:relative;
    }

    .form-section form .button-placement {
        text-align:right;
    }
    .form-section form button {
        width:auto;
        padding:0 45px;
        margin:0;
        display:inline-block;
    }

.form-section .alert-danger {
    background-color:transparent;
    border:none;
    color:#f00;
}


.form-section .alert-danger p {
    color:#f00;
}

.form-section .alert {
    font-size:18px;
}

    .form-section .alert p {
        font-size:18px;
    }

.form-section .alert-success {
    background-color:transparent;
    border:none;
    color:#393f49;
}

.testimonials-section {
}
    .testimonials-section .container {
        padding: 30px 0 50px 0;
    }

    .testimonials-section h2 {
        font-size: 36px;
        text-align: center;
        color: #393f49;
        background: url(../img/line3.png) no-repeat center bottom;
        padding-bottom: 25px;
        margin-bottom: 70px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 30px;
    }

    .testimonials-section a.white-blue {
        margin-bottom:120px;
    }

/*.testimonial-item > div {
    border:1px solid #d9dadb;
    border-radius:5px;
    padding:110px 50px 50px;
    position:relative;
    min-height:555px;
    margin-bottom:120px;
}*/
.testimonial-item {
    padding:10px 20px 0 20px;
}

.testimonial-item > div > div:first-child {
    text-align:center;
}
.testimonial-item img {
    /*position:absolute;
    top:-75px;
    left:35%;*/
    margin:0 auto 10px auto;
}
.testimonial-item .desc {
    font-size:16px;
    font-family: 'Roboto', sans-serif;
    color:#5d626f;
    font-style:italic;
    font-weight:400;
    text-align:left;
    margin-bottom:10px;
}
    .testimonial-item .desc p {
        font-size:16px;
        line-height:25px;
    }

.testimonial-item .desc blockquote {
    font-size: 16px;
    line-height: 1.7em;
    padding: 12px 24px 12px 32px;
    margin-top: 15px;
    margin-bottom: 15px;
	border-left: 4px solid #ccc;
    background-color: #f9f9f9;
    font-style: italic;
    color: #333;
}

.testimonials-section.inner-section {
    padding:70px 0 0 0;
}


/*------------------------------------*/
/* EBOOK CONTENT */
/*------------------------------------*/
.catalogue-list {
    margin-top:40px;
}

.group-list {
    margin-bottom:80px;
}
    .group-list h2 {
        font-size:24px;
        text-align:left;
        background:none;
        padding-bottom:30px;
        font-weight:normal;
    }
    .group-list dd {
        margin-bottom:30px;
        font-weight:normal;
        clear:both;
        width:80%;
    }
    .group-list dd a {
        font-size:16px;
        font-weight:normal;
    }
        .group-list dd a.active {
            color:#1d72ae;
            font-weight:bold;
        }
    .group-list dt {
        width:18%;
        color:#989898;
        text-align:right;
    }

.ebook-list.loader {
    background: url(../img/loader.gif) no-repeat center center;
    height: 800px;
}

.ebook-list .no-results {
    color:#3d414a;
    line-height:400px;
    text-align:center;
    font-size:24px;
}

.ebook-item {
    min-height:360px;
    margin-bottom:50px;
    text-align:center;
}

.ebook-item img {
    margin:0 auto;
}

.ebook-item h3 {
    padding: 20px 0 8px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #1d72ae;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.ebook-item p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: center;
}

.ebook-pager {
    text-align:center;
}


.ebook-hidden-info {
    display:none;
}

#ebookDetailsModal .modal-dialog {
    width:800px;
}

#ebookDetailsModal .modal-body {
    min-height:250px;
}

    #ebookDetailsModal .modal-body.loader {
        background: url(../img/loader.gif) no-repeat center center;
    }

#ebookDetailsModal .table {
 display: table;
 height:100%;
}

#ebookDetailsModal .ebook-details {
    min-width: 180px;
    margin-bottom: 12px
}


#ebookDetailsModal .table-cell {
display: table-cell;
vertical-align: middle;
}

.ebook-info dt {
    width:25%;
    background-color:#d5d5d5;
    text-align:right;
    padding-right:5px;
}
.ebook-info dd {
    width:73%;
    font-weight:normal;
    padding-left:10px;
}
.ebook-description {
    padding-top:20px;
}

.ebook-description p {
    color:#3d414a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.ebook-list-header {
    padding-left:25px;
}

.ebook-list-header h3 {
    text-align:left;
    background:none;
    font-family: 'Roboto', sans-serif;
    font-size:25px;
    font-weight:normal;
    color:#007db1;
    margin-bottom:10px;
}

.ebook-list-header p {
    text-align:left;
    font-size:16px;
}

.ebook-summary p {
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    text-align:left;
    padding-left:25px;
}


/* validation */
.field-validation-error { 
    margin: 1em 0 0 0 !important;
    display: block;
    color: #dd4b39;
    line-height: 17px; 
}

.input-validation-error {
    border: 1px solid #dd4b39;
}

.field-validation-valid {
    display: none;
}

button.close {
    padding: 0 !important;
}

/*------------------------------------*/
/* WIZARD */
/*------------------------------------*/
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; background-color:#e7e7e7;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color:#e7e7e7;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum, .bs-wizard > .bs-wizard-step.complete .bs-wizard-stepnum { font-weight:bold; }
    .bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {
        color:#1d72ae;
    }
 /*END Form Wizard*/

/*------------------------------------*/
/* REGISTRATION FORM */
/*------------------------------------*/
.registration-section form .button-placement {
    margin-top:50px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.setup-packages {
    padding:10px 210px;
    display:none;
}

.setup-package-item  {
    border:1px solid #393f49;
    border-radius:5px;
    margin-top:20px;
    background:#f2f5f7;
}

    .setup-package-item > div.row > div.col-xs-1 {
        width:10%;
        padding-right:0;
    }

    .setup-package-item > div.row >  div.col-xs-11 {
        width:90%;
        padding-left:0;
    }

    .setup-package-item .package-checkbox {
        text-align:center;
        padding:20px 0 0 0;
    }
    .setup-package-item .package-info {
        padding:20px 20px;
        background:#fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
        .setup-package-item .package-info h2 {
            margin:0;
            text-align:left;
            font-size:18px;
            background:none;
            padding-bottom:10px;
            font-family: 'Roboto', sans-serif;
        }
            .setup-package-item .package-info h2 span {
                float: right;
                margin: 0 20px 0;
                font-weight:bold;
            }

        .setup-package-item .package-info p {
            margin:0;
            padding:0;
            text-align:left;
            font-size:14px;
            font-style:italic;
            font-family: 'Roboto', sans-serif;
        }

    .setup-package-item:hover .package-info,
    .setup-package-item.selected .package-info {
        background:#1d72ae;
        color:#fff;
    }
    .setup-package-item:hover .package-info h2,
    .setup-package-item:hover .package-info p,
    .setup-package-item.selected .package-info h2,
    .setup-package-item.selected .package-info p {
        color:#fff;
    }

.grid-select-control {
    border:1px solid #393f49;
    border-radius:5px;
    margin:0;
    background:#f2f5f7;
    margin-bottom:20px;
}

    .grid-select-control div.row > div.col-xs-1 {
        width:10%;
        padding-right:0;
    }

    .grid-select-control div.row >  div.col-xs-11 {
        width:90%;
        padding-left:0;
    }

    .grid-select-control .checkbox-col {
        text-align:center;
        padding:20px 0 0 0;
    }
    .grid-select-control .checkbox-text {
        padding:20px 20px;
        background:#fff;
        font-family: 'Roboto', sans-serif;
    }

    .grid-select-control li {
        border-top:1px solid #d5d5d5;
    }
        .grid-select-control li:first-child {
            border-top:none;
        }
        .grid-select-control li:first-child .checkbox-text {
            border-top-right-radius: 5px;
        }
        .grid-select-control li:last-child .checkbox-text {
            border-bottom-right-radius: 5px;
        }

    .grid-select-control .checkbox-text {
        font-size:18px;
        color:#3d414a;
    }

    .grid-select-control li:hover {
        cursor:pointer;
    }

    .grid-select-control li:hover .checkbox-text,
    .grid-select-control li.selected .checkbox-text {
        background:#1d72ae;
        color:#fff;
    }
    .grid-select-control li:hover .checkbox-text,
    .grid-select-control li:hover .checkbox-text h2,
    .grid-select-control li:hover .checkbox-text p,
    .grid-select-control li.selected .checkbox-text,
    .grid-select-control li.selected .checkbox-text h2,
    .grid-select-control li.selected .checkbox-text p {
        color:#fff;
    }
    

.ebook-collections-section p,
.patron-authentication-section p {
    font-size:14px;
    text-align:left;
}

span.preferred-domain {
    color: #3d414a;
    font-size: 14px;
    position: relative;
    top: 12px;
}

.preferred-domain-control {
    padding-right:0;
}

.preferred-domain-suffix {
    padding-left:5px;
}

.agreement {
    display: flex; 
    align-items: flex-start;
    min-height: 27px;
    padding-top: 10px;
}

.agreement label {
    font-weight:bold;
    font-size:12px !important;
    padding-left: 10px !important;
    text-align: left !important;
    margin-top: 0px !important;
}

.agreement label a {
    text-decoration:underline;
    color:#1d72ae;
}


/* TERMS AND CONDITIONS MODAL DIALOG */
#termsAndConditionModal .modal-dialog {
    width:800px;
}

    #termsAndConditionModal .modal-body {
        padding:20px;
        font-size:14px;
        color: #3d414a;
    }

        #termsAndConditionModal .modal-body p {
            font-size:14px;
            color: #3d414a;
            margin-bottom:10px;
        }


/*------------------------------------*/
/* TWO COLUMNAR CONTENT */
/*------------------------------------*/
.text-col-2 > div {
    text-align: center;
}

    .text-col-2 > div > div {
        margin-bottom: 25px;
    }

.text-col-2-lists > div {
    text-align: left;
}

    .text-col-2-lists > div > div {
        margin-bottom: 60px;
    }

.text-col-2 img {
    margin: 0 auto 30px auto;
}

.text-col-2-lists img {
    margin: 0 0 30px 0;
}

.text-col-2 h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    color: #0075ad;
}

.text-col-3 p {
    font-size: 16px;
}

.text-col-2-lists p {
    text-align: left;
}

.text-col-2 .list {
}

.text-col-2 ul li {
    padding: 4px 0 0 20px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3d414a;
    line-height: 20px;
    background: url(../img/bullet-blue.png) no-repeat left 8px;
    text-align: left;
}

/*------------------------------------*/
/* THREE COLUMNAR CONTENT */
/*------------------------------------*/
.text-col-3 img {
    margin:0 auto 10px auto;
}
.text-col-3 h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #0075ad;
}

.text-col-3 p {
	margin-top: 0;
	padding-bottom: 10px;
}

.access .desc {
	background-color: #f2f5f7;
	padding: 20px;
	border-radius: 2rem;
	margin: 10px;
}

.access .col-md-4 {
	padding: 0;
}

/*------------------------------------*/
/* COST DIFFERENCE TABLE */
/*------------------------------------*/
.cost-table table {
  color: #000;
  font-size: 16px;
}

.cost-table table td,
.cost-table table th {
  color: #000;
  font-size: 16px;
}

.label-tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  background: #ffffff;
  color: #213343;
  border: 1px solid #213343;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-family: inherit;
  margin-bottom: 25px;
}

.label-tag-wide {
  display: inline-block;
  width: 305px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  background: #ffffff;
  color: #213343;
  border: 1px solid #213343;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-family: inherit;
  margin-bottom: 25px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}


/*------------------------------------*/
/* LISTING SECTION
/*------------------------------------*/
.block2.block2-bg.landing-page {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.block2.landing-page, .block2.landing-page .block2-in {
	border-bottom: none !important;
}

.block2-bg h1 {
    font-size: 48px;
    color: #000000;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.block2.block2-bg.school-integrations {
  padding-top: 0 !important;
}
/*------------------------------------*/
/* TABBED FEATURE SECTION
/*------------------------------------*/
.tabbed-feature-section {
    padding: 60px 0;
}

.tabbed-feature-section .intro-text {
    text-align: center;
}

    .tabbed-feature-section .intro-text h2 {
        padding: 0 0 30px !important;
        font-family: Roboto, sans-serif;
        color: #000000;
        line-height: 36px;
        font-weight: 700;
        font-size: 36px;
        background: url(../img/line3.png) no-repeat center bottom;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

.tabbed-feature-section .intro-text h3 {
	padding: 0 0 30px !important;
	font-family: Roboto, sans-serif;
	color: #393F49;
	font-weight: 400;	
	font-size: 24px;
}

.tabbed-feature-section .intro-text p {
	font-family: Roboto, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.tabbed-feature-section .tab-text h3 {
  padding: 0 0 30px !important;
  font-family: Roboto, sans-serif;
  color: #000000;
  line-height: 36px;
  font-weight: 700;
  font-size: 36px;
}

.tabbed-feature-section .tab-text h4 {
  padding: 0 0 30px !important;
  font-family: Roboto, sans-serif;
  color: #393f49;
  font-weight: 400;
  font-size: 24px;
}

.tabbed-feature-section .tab-links {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #e0e0e0;
}

.tabbed-feature-section .tab-links li {
    margin-right: 30px;
}

.tabbed-feature-section .tab-links li:last-child {
    margin-right: 0;
}

.tabbed-feature-section .tab-links li a {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    color: #2c3344;
    border-bottom: 2px solid transparent;
}

.tabbed-feature-section .tab-links li a.active {
    font-weight: 700;
    font-size: 18px;
	border-bottom: 5px solid #0075ad;
	margin-bottom: -2px;
    color: #0075ad;
}

.tabbed-feature-section .tab-panels {
    max-width: 1000px;
    margin: 0 auto;
}

.tabbed-feature-section .tab-panel {
    display: none;
    padding-top: 20px;
}

.tabbed-feature-section .tab-text {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    Padding: 0px;
}

.tabbed-feature-section .tab-text img {
    max-width: 100%;
    height: auto;
}

.tab-content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.tab-content-text {
  flex: 1 1 48%;
  max-width: 48%;
  margin-right: 4%;
}

.tab-content-text p {
  margin-bottom: 30px;
}

.tab-content-text .three-column-button {
  margin-left: 0;
  margin-right: auto;
  display: block;
  width: fit-content;
}

.tab-content-image {
  flex: 1 1 48%;
  max-width: 48%;
  text-align: right;
}

.tab-content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 767px) {
	.tabbed-feature-section {
    padding-left: 15px;
    padding-right: 15px;
  }
	.tabbed-feature-section .tab-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .tabbed-feature-section .tab-links::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }

  .tabbed-feature-section .tab-links li {
    flex: 0 0 auto;
    margin-right: 15px;
  }

  .tab-content-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-content-text,
  .tab-content-image {
    max-width: 100%;
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .tab-content-image {
    text-align: center;
  }
}

/*------------------------------------*/
/* TABBED FEATURE SECTION - LANDING PAGE
/*------------------------------------*/
.landing-page .tabbed-feature-section .tab-links {
    justify-content: space-between;
    margin: 0 auto 15px;
    padding: 0;
    border-bottom: 2px solid #e0e0e0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}

.landing-page .tabbed-feature-section .tab-links li {
    flex: 1;
    text-align: center;
    margin-right: 0;
}

.landing-page .tabbed-feature-section .tab-links li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 22px;
    font-weight: 600;
    color: #2c3344;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.landing-page .tabbed-feature-section .tab-links li a.active {
    font-weight: 700;
    font-size: 22px;
    color: #0075ad;
    border-bottom: 5px solid #0075ad;
    margin-bottom: -2px;
	background: #f2f5f7;
}

.landing-page .tabbed-feature-section .tab-text h3 {
  padding: 30px 0 30px !important;
  font-family: Roboto, sans-serif;
  color: #000000;
  line-height: 28px;
  font-weight: 700;
  font-size: 28px;
}

/*------------------------------------*/
/* THREE COLUMN BOX SECTION
/*------------------------------------*/
.text-col-3-boxed .col-md-4 {
  background: #ffffff;
  border: 2px solid #0075ad;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  margin-bottom: 0px;
}

.text-col-3-boxed .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-col-3-boxed .col-md-4 {
  flex: 0 0 32%;
  max-width: 32%;
}

@media (max-width: 991px) {
  .text-col-3-boxed .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 20px 30px 20px;
    margin: 0 0 30px 0;
  }
}

@media (max-width: 991px) {
  .text-col-3-boxed .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.text-col-3-boxed .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.text-col-3-boxed .desc p {
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
}

/* Force custom blue bullet styling */
.text-col-3-boxed .desc ul {
  list-style: none;
  text-align: left;
  font-size: 16px;
  padding-left: 0;
  margin: 0;
}

/* Add solid blue circle bullets */
.text-col-3-boxed .desc li:not(:empty)::before {
  content: '●';
  color: #007db1;
  font-size: 1.2m;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: 0.2em;
}

/* Position text properly and disable any native bullets */
.text-col-3-boxed .desc li {
  position: relative;
  padding-left: 1.5em;
  background: none !important;
  color: #393f49;
  list-style: none !important;
}


.text-col-3-boxed img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-col-3-boxed .three-column-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 0px
}

.text-col-3-boxed .three-column-buttons p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.text-col-3-boxed .three-column-button {
  flex: 0 0 32%;
  max-width: 32%;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .text-col-3-boxed .three-column-button {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.text-col-3-boxed .col-xs-12 {
  margin-bottom: 0px;
}

.text-col-3-boxed .col-xs-12 p {
  line-height: 30px;
}

.text-col-3-boxed p {
	padding-bottom: 25px;
}

/*------------------------------------*/
/* THREE COLUMN COLLECTION GRID        */
/*------------------------------------*/
/* Card container */
.collection-grid .box-inner{
  position: relative;
  display: flex;
  flex-direction: column;
  background:#fff;
  border-radius:8px;
  box-shadow:0 2px 6px rgba(0,0,0,.1);
  padding:20px 20px 0 20px;
  margin-bottom:30px;
  transition:box-shadow .2s ease;
  min-height:100px;
  overflow: hidden;
}
.collection-grid .box-inner:hover{ box-shadow:0 4px 12px rgba(0,0,0,.15); }

/* Headings & tagline/CTA */
.collection-grid .title{
  font-size:24px;
  font-weight:600;
  margin-bottom:12px;
  color:#0075ad;
}
.collection-grid .desc p{ margin-bottom:10px; font-size:16px; color:#333; }
.collection-grid .desc a{
  color:#333;
  font-size:16px;
  text-decoration:none;
  padding:10px 14px;
  display:inline-block;
  border-radius:8px;
  border:3px solid transparent;
  background:transparent;
  transition:all .2s ease;
  font-weight:400;
}

/* Override link styles inside collection grid */
.collection-grid .desc a.button-blue {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: #007DB1;
    border: 2px solid #007DB1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    width: 220px;
    border-radius: 1.5rem;
    text-transform: uppercase;
}

.collection-grid .desc a.button-blue:hover {
    background: #fff;
    color: #007DB1 !important;
    border: 2px solid #007DB1;
}

.collection-grid .desc a.button-white {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: #FFFFFF;
    border: 2px solid #0075AD;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0075AD !important;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    width: 220px;
    border-radius: 1.5rem;
    text-transform: uppercase;
}

.collection-grid .desc a.button-white:hover {
    background: #0075AD;
    color: #FFFFFF !important;
    border: 2px solid #0075AD;
}

.collection-grid .desc a:hover{ background:#e4f0fd; font-weight:500; }
.collection-grid .desc a.active{ background:#e4f0fd; border:3px solid #0075ad; font-weight:700; color:#000; }

/* Edge-to-edge row list */
.collection-grid .list{ margin-top:12px; margin-left:-20px; margin-right:-20px;}
.collection-grid .list ul{
  list-style:none; margin:0; padding:0;
}
.collection-grid .list ul li{
  position:relative;
  padding:14px 20px 14px 48px; /* 20px aligns with card padding; 48px for icon space */
  font-size:15px;
  line-height:1.45;
  color:#333;
  background:#fff;
  border-top:1px solid #e9eef5;
}
/* Last row: no bottom border, no bottom padding */
.collection-grid .list ul li:last-child {
  border-bottom: 0;
}

/* Keep a neat top divider on the first row only */
.collection-grid .list ul li:first-child {
  border-top: 1px solid #e9eef5;
}

/* Larger, perfectly centered checkmark */
.collection-grid .list ul li::before{
  content:"✓";
  position:absolute; left:20px; top:50%;
  transform:translateY(-50%);
  font-size:18px;
  font-weight:700;
  line-height:1;
  color:#0075ad;
}

/* Equal-height columns */
.collection-grid .text-col-3 .row{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
}

.collection-grid .box-inner{ width:100%; }
.collection-grid .desc{ margin-bottom:12px; }
.collection-grid .list{ margin-top:auto; } /* keeps lists aligned across cards */

/* Small screens */
@media (max-width:480px){
  .collection-grid .list ul li{ padding:12px 16px 12px 44px; font-size:14px; }
  .collection-grid .list ul li::before{ left:16px; font-size:17px; }
}


/*------------------------------------*/
/* YEAR OF READING TWO BOX      */
/*------------------------------------*/
/* Container Background*/
.year-of-reading-two-box {
    background-color: #ffffff; 
    padding: 0;
    text-align: center;
}

/* Section Heading Styling */
.year-of-reading-two-box h2 {
    color: #002b49; 
    margin-bottom: 40px;
    font-weight: 700;
}

/* Card Styling*/
.year-of-reading-two-box .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.year-of-reading-two-box .col-md-6 {
    background-color: #f2f5f7; 
    border-radius: 15px;
    padding: 30px;
    margin: 10px;
    width: calc(50% - 20px); /* Side by side on desktop */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers H3 and Image */
}

/* Header Container to align Icon to Left of H3 */
.year-of-reading-two-box .card-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* Icon Styling - Moved to left of H3 */
.year-of-reading-two-box img.img-responsive {
    width: 40px;
    height: 40px;
    margin-right: 15px; /* Space between icon and text */
    margin-bottom: 0; 
}

/* H3 Styling - Bold, Centered, Blue #0075AD */
.year-of-reading-two-box h3.title {
    color: #0075AD;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
	padding-bottom: 15px;
}

/* Fix Bullet Styles - Overriding global .text-col-2 ul li */
.year-of-reading-two-box .desc ul {
    list-style: none; /* Removes default dots */
    padding: 0;
    margin: 20px 0 0 0;
    text-align: left;
}

    .year-of-reading-two-box .desc ul li {
        padding: 0 0 0 25px !important; /* Forces override of global padding */
        margin-bottom: 10px;
        background: url(../img/bullet-blue.png) no-repeat left 5px !important; /* Ensures only ONE icon shows */
        font-size: 16px;
        color: #3d414a;
        line-height: 1.4;
    }

/* Mobile Fix */
@media (max-width: 991px) {
    .year-of-reading-two-box .col-md-6 {
        width: 100%;
        margin: 10px 20px;
    }
}

/*------------------------------------*/
/* YEAR OF READING THREE BOX          */
/*------------------------------------*/
/* Container Background */
.year-of-reading-three-box {
    background-color: #ffffff; 
    padding: 0;
    text-align: center;
}

/* Section Heading Styling */
.year-of-reading-three-box h2 {
    color: #002b49; 
    margin-bottom: 40px;
    font-weight: 700;
}

/* Row Styling for Flex Alignment */
.year-of-reading-three-box .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Card Styling - Matching the 2-box style */
.year-of-reading-three-box .col-md-4 {
    margin: 10px;
    width: calc(33.333% - 20px); /* Side by side on desktop */
}

.year-of-reading-three-box .box-inner {
    background-color: #f2f5f7; 
    border-radius: 15px;
    padding: 30px;
    height: 100%; /* Ensures all boxes are same height */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* H3 Styling - Bold, Centered, Blue #0075AD */
.year-of-reading-three-box h3.title {
    color: #0075AD;
    font-size: 20px; /* Slightly smaller than 2-box to fit 3 columns */
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 15px;
    line-height: 1.2;
}

/* Description Text Styling */
.year-of-reading-three-box .desc p {
    font-size: 16px;
    color: #3d414a;
    line-height: 1.4;
    margin: 0;
}

/* Hide helper lists if empty */
.year-of-reading-three-box .list {
    display: none;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .year-of-reading-three-box .col-md-4 {
        width: 90%;
        margin: 10px 20px;
    }
    
    .year-of-reading-three-box .row {
        display: block; /* Standard stack for mobile */
    }
}

/*------------------------------------*/
/* YEAR OF READING ELIGIBILITY BOX    */
/*------------------------------------*/

.eligibility {
    background-color: #ffffff; 
    padding: 20px 0 40px 0;
}

.eligibility .content-section {
    background-color: #e7f3f9; /* Light blue background */
    border: 1px solid #c8e1ee;
    border-radius: 10px;
    padding: 25px 25px;
    display: flex;
    align-items: flex-start; /* Aligns "i" icon to the top row */
    justify-content: flex-start;
    text-align: left; /* Align text to left to match the icon placement */
}

/* Container for the text block */
.eligibility .text-wrapper {
    display: flex;
    flex-direction: column;
}

.eligibility p {
    margin: 0;
    font-size: 15px;
    color: #3d414a;
    line-height: 1.5;
	padding-bottom: 0;
}

/* Style for the bold first row */
.eligibility p strong {
    color: #0075AD; 
    text-transform: none; 
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}

/* The "i" icon styled to stay level with the first row */
.eligibility .content-section::before {
    content: 'i'; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0075AD;
    color: white;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    font-size: 15px;
    font-family: serif; 
    font-style: italic;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 2px; /* Slight offset to perfectly center with the first line of text */
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .eligibility .content-section {
        padding: 20px;
    }
}

/*------------------------------------*/
/* YEAR OF READING FORM               */
/*------------------------------------*/
.year-of-reading-how-to-claim h2 {
    color: #002b49; 
    margin-bottom: 40px;
    font-weight: 700;
}

/* Target the outer section to reduce overall padding */
.year-of-reading-form.text-form-vertical {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

/* Remove excess margins from the internal row/containers */
.year-of-reading-form.text-form-vertical .text-image.text-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Reduce space specifically between the (empty) RTE block and the form */
.year-of-reading-form.text-form-vertical .rte-content {
    margin-bottom: 0 !important;
}

/* Tighten the wrapper around the iframe */
.year-of-reading-form.text-form-vertical .form-embed-wrapper {
    margin-top: -10px !important; /* Pulls the form up slightly if needed */
}

.button-blue {
    touch-action: manipulation; /* Ensures mobile browsers prioritize the click over a swipe */
    cursor: pointer;
}

/* Forces smooth scrolling even if the JS fails */
html {
    scroll-behavior: smooth !important;
}

/*------------------------------------*/
/* COLLAPSIBLE BOX & TEXT SECTIONS
/*------------------------------------*/
.collapsible-box-section {
  margin-top: 0px;
  margin-bottom: 40px;
  transition: all 0.5s ease-in-out;
}

.collapsible-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, opacity 0.5s ease-in-out;
}

.collapsible-box-section.expanded .collapsible-content {
  max-height: 1000px;
  opacity: 1;
}

.collapsible-box-wrapper {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}

.collapsible-toggle {
  background: #f5f5f5;
  border: none;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.collapsible-toggle h3 {
  margin: 0;
  font-size: 20px;
  color: #393f49;
  text-align: left;
  flex-grow: 1;
}

.collapsible-toggle .arrow {
  font-size: 20px;
  color: #0075ad;
  transition: transform 0.3s ease;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.collapsible-box-section.expanded .collapsible-toggle .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.collapsible-box-section .box-inner {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
}

.collapsible-box-section .box-inner img {
  max-width: 100%;
  margin-bottom: 15px;
}

.collapsible-box-section .box-inner .title {
  font-size: 18px;
  font-weight: 600;
  color: #007db1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.collapsible-box-section .box-inner .desc {
  font-size: 14px;
  color: #393f49;
  margin-bottom: 10px;
}

.collapsible-box-section .box-inner .list ul {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}

.collapsible-box-section .box-footer {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #393f49;
}

.collapsible-box-section .collapsible-bottom-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #393f49;
  text-align: center;
}

.collapsible-text-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.collapsible-text-section .collapsible-box-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.collapsible-text-section .collapsible-content {
  background: none;
}

    .collapsible-text-section .section-title {
        font-size: 36px;
        text-align: center;
        color: #393f49;
        background: url(../img/line3.png) no-repeat center bottom;
        padding-bottom: 25px;
        margin-bottom: 25px;
        font-family: 'Roboto', sans-serif;
    }

.collapsible-text-section .collapsible-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #007db1;
  padding: 20px;
}

.collapsible-text-section .collapsible-content p {
  font-size: 14px;
  color: #393f49;
  line-height: 1.6;
  padding: 0px 20px 20px 20px;
}

@media (max-width: 767px) {
  .collapsible-box-section.expanded .collapsible-content {
    max-height: 2000px;
  }

  .collapsible-box-section .box-inner:last-child {
    margin-bottom: 40px;
  }

  .collapsible-box-section {
    margin-bottom: 40px;
  }
}


/*------------------------------------*/
/* TESTIMONIAL CAROUSEL
/*------------------------------------*/
.testimonial-carousel-section {
    position: relative;
    background-color: #e4f0fd;
    Padding: 60px 0;
}

.landing-page .testimonial-carousel-section {
    position: relative;
    background-color: #fff;
    Padding: 60px 0;
}

.carousel-title {
    margin-bottom: 30px;
    font-size: 36px;
    color: #393f49;
    text-align: center;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.testimonial-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-carousel-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 40px;
    padding-bottom: 20px;
}

.testimonial-box {
    flex: 0 0 auto;
    width: 400px;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	align-items: stretch;
    min-height: 350px;
    white-space: normal;
}

.landing-page .testimonial-box {
    flex: 0 0 auto;
    width: 400px;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f2f5f7;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	align-items: stretch;
    min-height: 350px;
    white-space: normal;
}

.testimonial-box:last-child {
    margin-right: 0;
}

.testimonial-description {
    font-style: italic;
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
}

.testimonial-meta {
    font-size: 14px;
    color: #555;
}

.testimonial-carousel-footer {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.testimonial-image img {
    height: 80px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin-bottom: 15px;
}

.arrow {
    background: #fff;
    border: 1px solid #007db1;
    color: #007db1;
    width: 32px;
    height: 32px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.arrow.left {
    left: 0;
}

.arrow.right {
    right: 0;
}

@media (max-width: 768px) {
	.landing-page.testimonials.stats .testimonial-box {
		width: 280px !important;	
	}
	
    .testimonial-carousel-arrows {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .testimonial-carousel-arrows .arrow {
        position: static !important;
        transform: none !important;
        margin: 0 8px;
    }
}

/*------------------------------------*/
/* TESTIMONIAL STATS
/*------------------------------------*/
.landing-page.testimonials.stats .testimonial-carousel-track {
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 40px;
    padding-bottom: 20px;
}

.landing-page.testimonials.stats .testimonial-box {
    width: 450px; 
}

.testimonial-stats {
    margin-top: 20px;
}

.testimonial-stats .stat-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.testimonial-stats .stat-box {
    flex: 1 1 45%;
    border-right: 1px solid #ddd;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.testimonial-stats .stat-box:last-child {
    border-right: none;
}

.testimonial-stats .stat-box strong {
    font-size: 32px;
    color: #007db1;
    display: block;
    margin-bottom: 5px;
}

.testimonial-stats .stat-box span {
    font-size: 14px;
    color: #555;
}

.landing-page.testimonials.stats .testimonial-description {
    font-style: italic;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}

.landing-page.testimonials.stats .testimonial-meta {
	text-align: center;
}

.landing-page.testimonials.stats .testimonial-image {
  text-align: center;
}

.landing-page.testimonials.stats .testimonial-image img {
  display: inline-block;
}

/*------------------------------------*/
/* SIDEBAR GRID SECTION
/*------------------------------------*/
.resources-grid {
	background-color: #f2f5f7;
	padding-top: 60px;
	padding-bottom: 60px;
}

    .resources-grid h1 {
        font-size: 48px;
        text-align: center;
        color: #393f49;
        background: url(../img/line3.png) no-repeat center bottom;
        padding-bottom: 25px;
        margin-bottom: 25px;
        font-family: 'Roboto', sans-serif;
    }

.section-heading p {
    font-size: 16px;
	text-align: center;
    font-weight: 400;
    color: #393f49;
    margin-bottom: 30px;
    margin-top: 5px;
    line-height: 1.5;
}

.sidebar-category-heading {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    color: #333;
	display: inline-block;
}

.sidebar-text ul.nav {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}

.sidebar-text ul.nav li {
    margin-bottom: 12px;
}

.sidebar-text ul.nav li a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 14px;
    display: block;
    border-radius: 8px;
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 0.2s ease;
    font-weight: 400;
}

.sidebar-text ul.nav li a:hover {
    background-color: #e4f0fd; 
    border: 3px solid transparent;
    font-weight: 500;
}

.sidebar-text ul.nav li a.active {
    background-color: #e4f0fd;
    border: 3px solid #0075ad;
    font-weight: 700;
    color: #000;
}

.feature-box {
	min-height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 30px;
    transition: box-shadow 0.2s ease;
}

.feature-box:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.feature-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.feature-box .grid-title {
    font-size: 14px;
    font-weight: 600;
	text-align: center;
    color: #393f49;
    margin-bottom: 10px;
}

.feature-box .desc {
    font-size: 14px;
    color: #666;
}

.feature-category-label {
    position: absolute;
    top: 15px;
    right: 35px;
    background-color: #f2f5f7;
    color: #393f49;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 1rem;
    max-width: 105px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
}


/*------------------------------------*/
/* EBOOK AND AUDIOBOOK LANDING PAGES
/*------------------------------------*/
.ebooks-banner.school {
	padding: 40px 0 40px;
}

.ebooks-banner {
	padding: 40px 0 0 0;
}

.ebooks-banner .block2-in {
	padding: 20px;
}

.ebooks-banner h1 {
	line-height: 56px;
	font-weight: normal !important;
}

.ebooks-banner .block2-in p {
	line-height: 44px !important;
}

.block2.block2-bg.integrations {
	padding-top: 0;
}

.text-col-3-boxed.ebook-plan .content-section.text-col-3.text-col-3-lists {
	padding-top: 0;
	padding-bottom: 60px;
}

.text-col-3-boxed h3 {
	font-size: 24px;
    color: #333;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
    text-align: center;
}

.text-col-3-boxed h4 {
    padding: 0 0 12px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
	color: #333;
    line-height: 24px;
    font-weight: 500;
}

.ebook-plan {
	background-color: #fff
}

.ebook-plan .text-image h2 {
	font-size: 28px;
	line-height: 28px;
}

.text-col-3-boxed.stats h4 {
    padding: 0 0 12px 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
	color: #333;
    line-height: 36px;
    font-weight: 500;
}

.text-col-3-boxed.support h2 {
	font-size: 28px;
	line-height: 28px;
}

.text-col-3-boxed.support img {
	max-width: 100%;
	height: auto;
	width: 100px;
}

.text-col-3-boxed.support p {
    font-size: 16px;
	padding-bottom: 15px;
}

.text-col-3-boxed.stats h2 {
	font-size: 28px;
	line-height: 28px;
}

.text-col-3-boxed.stats img {
	max-width: 100%;
	height: auto;
	width: 100px;
}

.landing-page.testimonials h2 {
	font-size: 28px;
	line-height: 28px;
}

.collapsible-text-section.faqs h2 {
	font-size: 28px;
	line-height: 28px;
}

.text-video .rte-content h2 {
	font-size: 28px;
    color: #333;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.wistia_embed {
  border-radius: 12px;
  display: block;
}

.CTA-banner img {
  max-width: 100%;
  height: 250px;
  width: auto;
}


@media (max-width: 767px) {
  .block2 h1 {
    font-size: 32px; 
    line-height: 1.3;
	padding-top: 0;
	margin-top: 0;
  }

  .block2 p {
    font-size: 18px;
    line-height: 1.5;
	padding-bottom: 30px !important;
  }
	
  .block2.block2-bg.ebooks-banner {
	padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner {
    display: none !important;
  }

  .ebooks-banner {
	padding-bottom: 0;
  }
	
  .block2-bg.integrations.desktop {
    display: none !important;
  }
	
  .block2.block2-bg.ebooks-banner p, .block2.block2-bg.integrations p {
	padding-bottom: 20px;
  }

  .block2.block2-bg.ebooks-banner ul, .block2.block2-bg.integrations ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .block2.block2-bg.ebooks-banner ul li, .block2.block2-bg.integrations ul li {
    list-style: none;
    margin: 2px 2px;
    flex: 0 0 auto;
  }

  .block2.block2-bg.ebooks-banner ul li a img, .block2.block2-bg.integrations ul li a img {
    width: 42px !important;
    height: auto !important;
    max-width: 100% !important;
    display: inline-block;
    vertical-align: middle;
  }

.block2.block2-bg.school-integrations {
	padding-top: none !important;
}

  .ebooks-banner a.button-blue,
  .ebooks-banner a.button-white {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .ebooks-banner div[style*="display: flex"] {
    flex-direction: column;
    align-items: center;
  }

  .banner1 {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .banner1 img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }
	
  .ebook-plan .text-image {
	padding-top: 40px;
  }
}

@media (min-width: 767px) {
	.ebook-plan.mobile {
	    display: none !important;	
	}
	
	.block2-bg.integrations.mobile {
    	display: none !important;
	}
}

.ebook-plan.mobile h3 {
	font-weight: 600;
	color: #0075ad;
}
	
/*------------------------------------*/
/* ABOUT US
/*------------------------------------*/
.about .content-section {
	padding-bottom: 0;
}

.about h1 {
	color: #393f49;
}

.about p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------*/
/* TERMS AND CONDITION */
/*------------------------------------*/
.terms-condition-section p, 
.terms-condition-section ol li,
.terms-condition-section ul li {
    text-align:left;
    font-size:16px;
}

/*------------------------------------*/
/* SEARCH
/*------------------------------------*/

.search-title {
    text-align: left;
    color: #3d414a !important;
    margin-bottom: 35px !important;
}

.search-title h3 {
    font-size:20px;
    margin-bottom: 35px !important;
}

.search-title h4 {
    font-size: 16px;
	font-family: Roboto,sans-serif;
	color: #000000;
	font-weight: 400;	
	font-size: 18px;
    display: inline-block;
    color: #3d414a !important;
    margin-right: 15px;
}

.search-title .button-link {
    vertical-align :middle;
    border-bottom: 1px dotted;
    /*color: #70cde3;*/
    font-size: 14px !important;
    font-size: 1.2rem;
    display: inline-block;
    transition: background-color 0.1s, border-color 0.1s, color 0.1s;
}

.search-title button-link:hover {
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.search-title .arrow {
    margin-left:10px;
}

.search-title  a {

}


/*------------------------------------*/
/* FAQ
/*------------------------------------*/
/* --- OLD CSS
.faq-section .panel-group {
    padding:20px 0;
}
.faq-section .panel-body {
    text-align:left;
    font-size:14px;
    color: #3d414a;
}
    .faq-section .panel-body ul {
        margin-left:20px;
    }    

    .faq-section .panel-body li {
        list-style:disc;
		padding: 0 0 5px 0;
    }

    .faq-section .panel-body p {
        text-align:left;
        font-size:14px;
		padding: 0 0 10px 0;
    }

.clear-search {
    font-size:14px;
    color: #007db1;
}

.bottom-content {
    border-top: 1px solid #eee;
    padding-top:50px;
    margin-top:20px;
}
OLD CSS ---*/

/* --- FAQ: refreshed styles --- */
:root {
  --faq-text: #2b2f36;
  --faq-muted: #6b7280;      /* slate-500 */
  --faq-border: #e5e7eb;     /* gray-200 */
  --faq-border-strong: #d1d5db; /* gray-300 */
  --faq-bg: #f2f5f7;
  --faq-bg-alt: #f9fafb;     /* gray-50 */
  --faq-link: #0ea5e9;       /* sky-500 */
  --faq-link-hover: #0284c7; /* sky-600 */
  --faq-focus: #22c55e;      /* green-500 for outline */
  --faq-shadow: 0 1px 2px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.08);
}

/* Container & spacing */
.faq-section {
  background: var(--faq-bg);
  color: var(--faq-text);
  font-size: 16px;
  line-height: 1.7;
}

.faq-section .panel-group {
  padding: 12px 0 28px;
  margin: 0;
}

/* Panels (questions/answers) */
.faq-section .panel {
  border: 1px solid var(--faq-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--faq-shadow);
  overflow: hidden;
  margin: 14px 0;
}

.faq-section .panel + .panel {
  margin-top: 16px;
}

.faq-section .panel-heading {
  background: #ffffff;
  border-bottom: 1px solid var(--faq-border);
  padding: 16px 18px;
}

.faq-section .panel-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--faq-text);
}

.faq-section .panel-title a,
.faq-section .panel-title button {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 28px; /* room for caret */
  outline: none;
}

.faq-section .panel-title a:hover,
.faq-section .panel-title button:hover {
  color: #111827; /* gray-900 */
}

/* Optional caret indicator on headings */
.faq-section .panel-title a::after,
.faq-section .panel-title button::after {
  content: "▾";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-45%) rotate(0deg);
  transition: transform .2s ease;
  color: var(--faq-muted);
  font-size: 14px;
}

/* When panel is open (Bootstrap adds .in to .panel-collapse) */
.faq-section .panel-collapse.in + .panel-heading .panel-title a::after,
.faq-section .panel.open .panel-title a::after {
  transform: translateY(-45%) rotate(-180deg);
}

/* Body / answer text */
.faq-section .panel-body {
  padding: 16px 18px 18px;
  background: #ffffff;
  color: var(--faq-text);
  font-size: 14px;
}

.faq-section .panel-body p {
  margin: 0 0 12px 0;
  font-size: 14px;
  color: var(--faq-text);
  text-align: left;
  padding-bottom: 0;
}

.faq-section .panel-body p + p {
  margin-top: 8px;
}

/* Lists */
.faq-section .panel-body ul,
.faq-section .panel-body ol {
  margin: 8px 0 12px 0;
  padding-left: 20px;
  color: var(--faq-text);
}

.faq-section .panel-body li {
  padding: 4px 0;
  list-style:disc;
}

/* Definition-like subsections (your “Overview / Title / Patron / Advanced Reports” headings) */
.faq-section .panel-body h4,
.faq-section .panel-body h5 {
  margin: 16px 0 8px;
  font-weight: 600;
  color: #111827;
}

.faq-section .panel-body .subtle {
  color: var(--faq-muted);
}

/* Links */
.faq-section a {
  color: var(--faq-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-section a:hover {
  color: var(--faq-link-hover);
}

/* Clear search link/button */
.clear-search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--faq-link);
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 6px 8px;
  border-radius: 8px;
}

.clear-search:hover {
  color: var(--faq-link-hover);
  background: var(--faq-bg-alt);
}

/* Bottom content separator */
.bottom-content {
  border-top: 1px solid var(--faq-border-strong);
  padding-top: 36px;
  margin-top: 28px;
}

/* Focus states (accessibility) */
.faq-section .panel-title a:focus-visible,
.faq-section .panel-title button:focus-visible,
.faq-section a:focus-visible,
.clear-search:focus-visible {
  outline: none;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .faq-section .panel-title a::after,
  .faq-section .panel-title button::after {
    transition: none;
  }
}

/* Small screens */
@media (max-width: 640px) {
  .faq-section .panel-title { font-size: 17px; }
  .faq-section .panel-body { font-size: 15.5px; }
}

/* Optional: subtle section header style if you have .faq-section h2/h3 above groups */
.faq-section > h2,
.faq-section > h3 {
  margin: 8px 0 12px;
  font-weight: 700;
  color: #0f172a; /* slate-900 */
}

/* Nav Bar */
.faq-section .nav-tabs {
  border-bottom: 1px solid var(--faq-border);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* keep active tab aligned with panel edge */
.faq-section .nav-tabs > li {
  margin-bottom: -1px;
}

/* TAB LINK (new: target the <a> directly, no <h3> wrapper) */
.faq-section .nav-tabs > li > a {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--faq-muted);
  transition: all .2s ease;
  text-decoration: none;            /* override global underline */
  display: inline-block;
}

/* hover state */
.faq-section .nav-tabs > li > a:hover {
  color: var(--faq-link-hover);
  background: rgba(255,255,255,0.7);
  border-color: var(--faq-border);
  text-decoration: none;
}

/* active state */
.faq-section .nav-tabs > li.active > a,
.faq-section .nav-tabs > li.active > a:focus,
.faq-section .nav-tabs > li.active > a:hover {
  color: #0075ad;
  background: #ffffff;
  border: 1px solid var(--faq-border-strong);
  border-bottom-color: #ffffff; /* blend with panel below */
  cursor: default;
  text-decoration: none;
}

/* Closed is default from your existing rule; add the open state: */
.faq-section .panel-title a[aria-expanded="true"]::after {
  transform: translateY(-45%) rotate(-180deg);
}

.faq-tab-heading {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0px !important;
  color: #0f172a;
}

.features-table { table-layout: fixed; } /* JS also sets this, but safe here */
.features-table-wrap { overflow: auto; }
.features-table thead th, .features-table tbody th.feat-col { text-align: left; }
.features-table td { text-align: center; }

/* Center all header cells except the first "Features" column */
.features-table thead tr > th:not(.feat-col) {
  text-align: center;
}

/* Keep the first column ("Features") left aligned */
.features-table thead tr > th.feat-col,
.features-table tbody tr > th.feat-col {
  text-align: left;
}


/*------------------------------------*/
/* BLOG POST
/*------------------------------------*/
.blog-page {
    padding:50px 0;
}

.post-item {
    margin-bottom:30px;
    border-bottom: 1px solid #eee;
    padding-bottom:20px;
}
    .post-item h4 {
        margin-bottom:20px;
        color: #007db1;
    }

    .post-item p {
        font-size:14px;
        text-align:left;
        color: #393f49;
    }

        .post-item p.summary {
            margin-top:15px;
        }

.blog-details-page h1 {
    font-size: 36px;
    text-align: center;
    color: #393f49;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.blog-details-page .desc h2,
.blog-details-page .desc h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #007db1;
}

.blog-details-page p.blog-info {
    text-align:center;
    font-size:14px;
    margin-bottom:10px;
    color: #393f49;
}

.blog-details-page .fb-like {
    position: relative;
    top: 0;
    margin-right:10px;
}

.blog-details-page .social-media {
    text-align:center;
    margin-bottom:30px;
    display: flex;
    justify-content:center;
}

.blog-details-page .desc {
    font-size:16px;
    color: #393f49;
}

.blog-details-page .desc a {
    color: #006595;
}

.blog-details-page .desc p {
    font-size:16px;
    color: #393f49;
    margin-bottom:15px;
	margin-top: 10px;
}

.blog-details-page .desc ul {
    margin-left:20px;
	 margin-bottom: 25px;
}

.blog-details-page .desc ul li {
    list-style:disc;
	color: #393f49;
	margin-bottom: 8px;
}

.blog-details-page .desc ul li a {
  color: #006595;
  text-decoration: underline;
}

.blog-details-page blockquote {
  font-size: 16px;
  line-height: 1.7em;
  padding: 12px 24px 12px 32px;
  margin: 20px 0;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  font-style: italic;
  color: #333;
}

.posts.loader {
    background: url(../img/loader.gif) no-repeat center center;
    min-height: 300px;
}

.posts p {
    margin-bottom:10px;
}

.blog-title, .title {
    font-size: 36px;
    text-align: center;
    color: #393f49;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 50px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
}

.recent-blog-list .container {
    padding:50px 0;
}

.latest-news-item {
}
    .latest-news-item h3 {
        color: #393f49;
        font-family: 'Roboto', sans-serif;
        font-size:20px;
        margin-top:25px;
        margin-bottom:25px;
    }

    .latest-news-item img {
        margin: 0 auto;
    }

    .latest-news-item p.date {
        margin-bottom:20px;
        text-transform:uppercase;
        color: #b1b1b1;
    }

    .latest-news-item p {
        color: #393f49;
        font-size:16px;
    }

.latest-news-button {
    text-align:center;
    margin-top:50px;
}

.bc-categories span:last-child {
    display:none;
}

/*------------------------------------*/
/* BLOG SIDEBAR
/*------------------------------------*/
.blog-content-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; /* Allows items to wrap if needed */
}

/* NEW: Force stack on mobile/tablet */
@media (max-width: 991px) {
    .blog-content-wrapper {
        flex-direction: column;
    }
    
    .blog-content-wrapper > .col-md-8,
    .blog-content-wrapper > .col-md-4 {
        width: 100%;      /* Force full width */
        max-width: 100%;  /* Ensure it doesn't overflow */
        flex: 0 0 100%;   /* Reset flex sizing */
    }
    
    /* Optional: Add spacing between content and sidebar on mobile */
    .blog-content-wrapper > .col-md-4 {
        margin-top: 30px;
    }
}

.blog-content-wrapper > .col-md-8,
.blog-content-wrapper > .col-md-4 {
    float: none; /* removes Bootstrap 3 float conflict */
}

/* Optional debug color to check height */
.sidebar {
    background: transparent;
}

.sidebar-wrapper {
    background-color: #fff;
    border: 2px solid #f2f5f7;
    padding: 30px 25px;
    border-radius: 4px;
}

.sidebar-box {
	background-color: #f4f8fc;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 30px;
}

.sidebar-box-heading {
    font-size: 18px;
    font-weight: bold;
    color: #393f49;
    margin-bottom: 10px;
}

.sidebar-box p {
    font-size: 14px;
    color: #393f49;
    margin: 0 0 10px;
}

.sidebar-box .sidebar-testimonial-description {
    font-size: 18px;
    color: #393f49;
    margin-bottom: 0;
}

.sidebar-box .person-name {
    font-size: 14px;
    font-weight: bold;
    color: #393f49;
    margin-top: 20px;
}

.sidebar-box .info-text {
    font-size: 12px;
    color: #393f49;
    margin-top: 10px;
}

.testimonial-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #555;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.testimonial-arrow:hover {
    background-color: #f0f0f0;
    color: #000;
    border-color: #aaa;
}

.sidebar-box h3 {
    margin-bottom:20px;
    color: #393f49;
}
.sidebar-box ul li {
	margin-top:5px;
}

.sidebar-box ul li a {
	font-size:14px;
}

.sidebar-box ul li:first-child {
	margin-top:0;
}

.stat-row {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
}

.stat-box {
    flex: 1 1 45%;
    text-align: center;
    background: #fff;
    padding: 10px 5px;
    border-radius: 6px;
    font-size: 13px;
    color: #393f49;
    border: 1px solid #e0e0e0;
}

.stat-box + .stat-box {
    margin-left: 20px; 
}

.stat-box strong {
    display: block;
    font-size: 20px;
    color: #0075ad;
    font-weight: bold;
    margin-bottom: 4px;
}

.stat-box span {
    display: block;
    font-size: 13px;
    color: #666;
}

.fixed-cta-wrapper {
    position: sticky;
    top: 150px;
    z-index: 2;
	margin-top: 30px;
}

@media (max-width: 991px) {
    .fixed-cta-wrapper {
        position: static;
        margin-top: 30px;
    }
}

.cta-widget {
    background-color: #0075ad;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.cta-widget h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-widget p {
    font-size: 16px;
    margin-bottom: 20px;
}

.button-blue.lightbox-251541227604854, .button-white.lightbox-251541227604854 {
  cursor: pointer;
}


/* HOW IT WORKS */
.simple-steps .video {
    width:100%;
}
.simple-steps .video iframe {
    height:292px;
    width:100%;
}


/* DOWNLOAD APP SECTION */
.eplatform-app .content-section {
    padding:0 0 90px 0;
}

.apps-icons {
    width:100%;
    text-align:center;
}

    .apps-icons a {
        margin-bottom:10px;
        display:inline-block;
    }


.content-title {
    background: rgba(0, 0, 0, 0) url("../img/line3.png") no-repeat scroll center bottom;
    color: #3d414a;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
    padding-bottom: 5px;
    text-align: center;
}

.content-title span {
    display: block;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    text-align: center;
}

/*------------------------------------*/
/* ERROR PAGE
/*------------------------------------*/
.error-page .logo {
    margin:50px 50px 0;
}

.error-page .content {
    margin:0 50px;
}

.error-page h1 {
    padding: 1em 0 0.5em;
    color: #c30;
    font-size: 2.2em;
}

.error-page h2 {
    margin: 1.5em 0 0.5em;
    color: #592;
    font-size: 1.8em;
}

/*------------------------------------*/
/* ACCORDION - IMAGE SECTION
/*------------------------------------*/
.accordion-image-section {
    margin-top: 10px;
    margin-bottom:40px;
}
    .accordion-section {
        margin-top:30px;
    }

        .accordion-section .panel-group {
            margin-top:45px;
            padding-right:20px;
        }
            .accordion-section .panel-group a {
                text-decoration:none;
                font-size:20px;
                width:100%;
                display:inline-block;
                text-indent:80px;
                line-height:50px;
            }
                .accordion-section .panel-group a img {
                    margin-right:15px;
                }
                .accordion-section .panel-group a img.hover {
                    display:none;
                }
                .accordion-section .panel-group a span.accordion-arrow {
                    display: inline-block;
                    width: 15px;
                    height: 20px;
                    background: url(../img/accordion-arrow.png) no-repeat 0 -20px;
                    float: right;
                    margin-top: 15px;
                }
                .accordion-section .panel-group a.collapsed span.accordion-arrow {
                    background-position:0 0;
                }
            .accordion-section .panel-group .panel {
                border:none;
                border-radius:0;
                border-bottom:1px solid #ccc;
                box-shadow:none;
            }
                .accordion-section .panel-group .panel:first-child {
                    border-top:1px solid #ccc;
                }
            .accordion-section .panel-group .panel .panel-collapse {
                margin-top:-5px;
            }

        .accordion-section .panel-default > .panel-heading {
            background-color:#fff;
        }
            .accordion-section .panel-default > .panel-heading > div {

            }

        .accordion-section .panel-body  {
            padding-left:95px;
        }
            .accordion-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top:none;
                padding-top:0;
            }
            .accordion-section .panel-body h3 {
                font-size:16px;
                color:#333;
                line-height:24px;
                margin-bottom:5px;
            }

            .accordion-section .panel-body p {
                text-align:left;
                font-size:14px;
                line-height:24px;

            }

.accordion-hidden-image {
    display: none;
}

.landing-page h2.blue-title {
    text-align: left;
	font-weight: 700;
	font-size: 32px; 
    color: #393f49; 
    background: none; 
    padding-bottom: 0; 
    margin-bottom: 0; 
    font-family: 'Roboto', sans-serif;
}

.landing-page h3.blue-title {
    text-align: left;
	font-weight: 600;
	font-size: 24px; 
    color: #393f49; 
    background: none; 
    padding-bottom: 0; 
    margin-bottom: 0; 
    font-family: 'Roboto', sans-serif;
}

.landing-page .accordion-section .panel-group a {
    text-indent: 0;
    padding-left: 0;
}

.landing-page .accordion-section .panel-body {
    padding-left: 20px ;
}

.landing-page .accordion-section .panel-body p {
    font-size: 16px ;
}

.landing-page .accordion-section p a {
	font-size: inherit;
	line-height: inherit;
	display: inline;
	text-decoration: underline;
}

.landing-page-2-col p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.landing-page-2-col.collections p {
	padding-bottom: 0;
}

@media (max-width: 767px) {
  .landing-page.accordion {
    display: none !important;
  }
}

a.shared-collection {
    background: url(../img/icons/shared-collection.png) no-repeat 0 0;
    height: 50px;
}

a.shared-with-who {
    background: url(../img/icons/shared-with-who.png) no-repeat 0 0;
    height: 50px;
}


a.who-built-the-collection {
    background: url(../img/icons/who-built-the-collection.png) no-repeat 0 0;
    height: 50px;
}

a.your-own-eplatform {
    background: url(../img/icons/your-own-eplatform.png) no-repeat 0 0;
    height: 50px;
}

a.fair-use {
    background: url(../img/icons/fair-use.png) no-repeat 0 0;
    height: 50px;
}

a.private-collections {
    background: url(../img/icons/private-collections.png) no-repeat 0 0;
    height: 50px;
}

.panel-group.activated a {
    background-position:0 0;
}
    .panel-group.activated a.collapsed {
        background-position:0 -50px;
        color:#ccc;
    }

/*------------------------------------*/
/* TEXT WITH ICON GRID
/*------------------------------------*/
.text-with-icon-grid {
  padding: 60px 0;
  font-family: 'Roboto', sans-serif;
}

.text-with-icon-grid .rte-content {
  margin-bottom: 40px;
  text-align: center;
}

.text-with-icon-grid .icon-grid {
  margin: 0 -15px; /* gutter correction */
}

.text-with-icon-grid .icon-grid-item {
  display: grid;
  grid-template-columns: 44px 1fr; /* fixed icon, flexible text */
  grid-column-gap: 14px;
  align-items: start;
  margin-bottom: 30px;
  padding: 0 15px;
}

.text-with-icon-grid .icon-wrap {
  width: 56px;          /* fixed size */
  height: 56px;
  margin: 0 auto;
}

.text-with-icon-grid .icon-wrap img {
  width: 100%;          /* image fills the box */
  height: 100%;
  object-fit: cover;    /* crop/fit nicely */
  border-radius: 12px;  /* rounded corners on the image itself */
  display: block;
}

.text-with-icon-grid .icon-grid-content {
  width: 100%;
  max-width: none;   /* no hidden caps */
  margin-left: 16px;
}

/* Belt-and-braces: remove any inherited width limits on text */
.text-with-icon-grid .icon-grid-content h4,
.text-with-icon-grid .icon-grid-content p,
.text-with-icon-grid .icon-grid-content ul,
.text-with-icon-grid .icon-grid-content li {
  max-width: none !important;
}

.text-with-icon-grid .icon-grid-content h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #0075ad; /* dark slate text */
  font-family: 'Roboto', sans-serif;
}

.text-with-icon-grid .icon-grid-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  font-family: 'Roboto', sans-serif;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .text-with-icon-grid .icon-grid-item {
    width: 100%; /* 1-up stacked layout on mobile */
    margin-bottom: 24px;
  }
}

.text-with-icon-grid .rte-content h2 {
    font-size: 36px;
    text-align: center;
    color: #393f49;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.text-with-icon-grid .rte-content h3 {
    font-size: 24px;
    color: #393f49;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.text-with-icon-grid .rte-content p {
    font-size: 16px;
    color: #393f49;
    text-align: center;
    padding-bottom: 30px;
}

/* ============= ePlatform Quote Section (epq-*) ============= */
:root{
  --epq-primary:#0075AD;
  --epq-ring:#E4F0FD;
  --epq-card:#fff;
  --epq-text:#0f172a;
  --epq-muted:#64748b;
  --epq-border:#e5e7eb;
  --epq-shadow:0 8px 28px rgba(0,0,0,.06);
  --epq-radius:16px;
}

.epq-wrap{max-width:980px;margin:0 auto;padding:24px 16px;color:var(--epq-text)}
.epq-card{background:var(--epq-card);border-radius:var(--epq-radius);box-shadow:var(--epq-shadow);padding:22px}
.epq-h1{font-size:32px;line-height:1.2;font-weight:800;margin:0 0 12px}
.epq-h3{font-size:18px;font-weight:700;margin:0 0 6px}
.epq-muted{color:var(--epq-muted); margin-bottom:6px;}
.epq-block{margin-top:20px}

.epq-grid{display:grid;gap:14px;margin-top:10px}
.epq-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.epq-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:900px){ .epq-grid-3{grid-template-columns:repeat(2,1fr)} }
@media (max-width:640px){ .epq-grid-3,.epq-grid-2{grid-template-columns:1fr} }

.epq-opt{position:relative;display:block}
.epq-opt input{position:absolute;opacity:0;pointer-events:none}
.epq-opt-card{
  display:block;border:2px solid var(--epq-border);border-radius:14px;padding:14px 16px;background:#fff;
  transition:box-shadow .2s, border-color .2s, background .2s;
}
.epq-opt-title{display:block;font-weight:700}
.epq-opt-sub{display:block;font-size:12px;color:var(--epq-muted);margin-top:4px}

/* selected state */
.epq-opt input:checked + .epq-opt-card{
  border-color:var(--epq-primary);
  box-shadow:0 0 0 4px var(--epq-ring);
  background:#f9f9ff;
}
/* hover/focus */
.epq-opt:hover .epq-opt-card{border-color:#cbd5e1}
/* keep black outline from ever appearing on click/focus */
.epq-opt input:focus + .epq-opt-card{outline:none!important; box-shadow:0 0 0 4px var(--epq-ring);}

/* ================= Buttons ================= */
.epq-actions{margin-top:18px}

/* base button */
.epq-btn{
  display:inline-flex; align-items:center; justify-content:center;
  font-weight:600; text-decoration:none; cursor:pointer; user-select:none;
  transition:color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  border-radius:12px; border:2px solid transparent; /* reserve space so hover border doesn't shift layout */
  width:220px; height:48px; font-size:18px; line-height:1;
  padding:0 16px;
}

/* primary (matches your brand/Jotform default) */
.epq-btn-primary{
  background:var(--epq-primary);
  color:#fff;
}

/* hover = invert like your Jotform hover */
.epq-btn-primary:hover,
.epq-btn-primary:focus-visible{
  background:#E4F0FD;
  color:#0075AD !important;
  border-color:#0075AD;
  box-shadow:none;
  text-decoration:none;
}

/* active press */
.epq-btn-primary:active{
  filter:none;
  transform:translateY(0);
}

.epq-hidden{display:none}

/* Jotform container on your page */
.epq-iframe-wrap{max-width:100%!important; margin:12px auto 0;}
.epq-iframe{width:100%; min-height:auto; border:0;}
.epq-note{font-size:12px; color:var(--epq-muted); margin-top:8px;}

/* both cards need a 1px border so they can overlap cleanly */
.epq-card{
  border:1px solid #e5e7eb;
  border-radius:16px;
  box-shadow:0 8px 28px rgba(0,0,0,.06);
}

/* when joining: square the bottom corners of the top card */
.epq-join-top{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-bottom:0;
}

/* when joining: square the top corners of the bottom card and remove the seam */
.epq-join-bottom{
  border-top-left-radius:0;
  border-top-right-radius:0;
  margin-top:-1px; /* overlap the borders */
}

/* if you still see a hairline on some displays, bump to -2px */
@supports (-moz-appearance:none){
  .epq-join-bottom{ margin-top:-2px; }
}

/* remove any extra top spacing inside the step 3 card when joined */
.epq-join-bottom .epq-iframe-wrap{ margin-top:0; }

/* unify inner left/right spacing */
#epq-config-card{
  padding-left:28px;
  padding-right:28px;
}

/* make the option cards feel clickable */
.epq-opt, .epq-opt-card { cursor: pointer; }

/* center the CTA and match sizing + 6px radius */
.epq-actions{ margin-top:18px; display:flex; justify-content:center; }
.epq-btn{
  display:inline-flex; align-items:center; justify-content:center;
  font-weight:600; text-decoration:none; cursor:pointer; user-select:none;
  transition:color .15s, background-color .15s, border-color .15s, box-shadow .15s;
  border-radius:6px;                    /* was 12px */
  border:2px solid transparent;         /* reserves space so hover border doesn't shift */
  width:220px; height:48px; font-size:18px; line-height:1; padding:0 16px;
}
.epq-btn-primary{ background:#0075AD; color:#fff; }
.epq-btn-primary:hover,
.epq-btn-primary:focus-visible{
  background:#E4F0FD; color:#0075AD !important; border-color:#0075AD; box-shadow:none;
}


/*------------------------------------*/
/* ePLATFORM ONE
/*------------------------------------*/
.eplatform-one-vs-private {
    background-color:#f2f5f7;
}
.eplatform-one-vs-private .content {
    padding:100px 0;
}

.eplatform-one-vs-private table {
    width:100%;
}

.eplatform-one-vs-private table th {
    font-size:20px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    background-color:#393f49;
    color:#fff;
    padding:15px 30px!important;
    border-bottom:none!important;
}

.eplatform-one-vs-private table th:first-child {
    background-color:#6a7383;
}

.eplatform-one-vs-private table td {
    padding:15px 30px!important;
    font-size:16px;
    font-family: 'Roboto', sans-serif;
    color:#393f49;
}
.eplatform-one-vs-private table td span {
    color:#007db1;
}

.eplatform-one-vs-private table td span.fa {
    font-size:8px;
    position:relative;
    top:-3px;
    margin-right:10px;
}

/*------------------------------------*/
/* PARTNERS AND PUBLISHERS
/*------------------------------------*/
.partner-publisher-section {
    padding:50px 0 20px 0;
}

.partner-publisher-section .content-section {
    padding:0 0 30px 0;
}

.partner-publisher-section > .container > .row {
    margin-bottom:70px;
}


.partner-publisher-section h3.title {
    font-size:24px;
    background:none;
    text-align:left;
    margin-bottom:10px;
}

/*.partner-publisher-list .item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
}*/

.partner-publisher-list .item {
    padding:.5rem 1rem;
}

.partner-publisher-list .well {
    /*position:relative;
    display: block;*/
    text-align:center;
    background:transparent;
    margin-bottom: 10px;
}

.partner-publisher-list h4.title {
    font-size:18px;
    margin-bottom:20px;
}

.partner-publisher-list div.desc {
    text-align:left;
}
    .partner-publisher-list div.desc p {
        color:#666666;
    }

.key-partner-list > div.row > div.col-sm-3 {
    text-align:center;
}

.key-partner-list p {
    color:#393f49;
    font-size:14px;
    line-height:22px;
}

.key-partner-list > div.row {
    margin-bottom:20px;
}

    .key-partner-list .separator  {
        border-bottom:1px solid #ccc;
    }

.partner-section {
    background:#f2f5f7;
    padding:50px 0;
}

.publisher-section {
    padding:50px 0;
}
    .publisher-section img {
        margin-bottom:20px;
    }

/*------------------------------------*/
/* PROMOTIONAL RESOURCES
/*------------------------------------*/

.asset-section .content-section {
    padding:20px 0 50px 0;
}

.asset-section h3.title {
    font-size:24px;
    background:none;
    text-align:left;
    margin-bottom:10px;
    color:#393f49;
}
.asset-section div.description p {
    text-align:left;
}

.asset-list.loader {
    background: url(../img/loader.gif) no-repeat center center;
    min-height: 455px;
}


.asset-item {
    text-align:center;
    margin-bottom:25px;
    height:215px;
}
    .asset-item img {
        max-width:100%;
        height:auto;
    }
    .asset-item p {
        font-size:14px;
        margin:10px 0 5px;
        font-weight:bold;
        padding-bottom:0;
    }
    .asset-item a {
        font-size:12px;
        color:#007DB1;
    }

.filter-section {
    text-align:right;
}
    .filter-section select {
        font-size:14px;
        /*padding:5px 10px;*/
        width:30%;
        color:#393f49;
    }

/*------------------------------------*/
/* SETUP TRIAL SECTION
/*------------------------------------*/
.alert a {
    color:#4a9be0;
}

.alert strong {
    font-weight:bold;
}

.alert ul {
    list-style: disc outside;
    margin-left:20px;
    margin-bottom:15px;
}

.alert p {
    margin-bottom:15px;
}


.setup-trial-section .alert-danger {
    background-color:transparent;
    border:none;
    color:#f00;
}


.setup-trial-section .alert-danger p {
    color:#f00;
}

.setup-trial-section {
    font-size:18px;
}

    .setup-trial-section p {
        font-size:18px;
    }

.setup-trial-section .alert-success {
    background-color:transparent;
    border:none;
    color:#393f49;
}


/*------------------------------------*/
/* SITEMAP
/*------------------------------------*/
/*.sitemap-page .container {
    padding:50px 0 75px;

}*/
.sitemap-page h1 {
    padding: 50px 0 75px;
    font-size: 36px;
    text-align: center;
    color: #393f49;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.sitemaps {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    margin: 10px 0 45px;
    padding:0px 5px 0 100px;
}

    .sitemaps > div {
        display: inline-block;
        margin-bottom: 26px;
        position: relative;
        vertical-align: top;
        width: 230px;
        z-index: 1;
        -webkit-column-span: 1;
        -moz-column-span: 1;
        column-span: 1;
    }

.sitemap-page h3 {
    color:#007db1;
    margin-bottom:10px;
}

.sitemap-page .sitemap {
    margin-bottom:30px;
}
    .sitemap-page .sitemap li {
        margin-bottom:10px;
    }

    .sitemap-page .sitemap a {
        font-size:14px;
    }

        .sitemap-page .sitemap a:hover {
            color:#007db1;
        }

/*------------------------------------*/
/* CHECKOUT PAYMENT SECTION
/*------------------------------------*/
.checkoutpayment-section .content-section {
    padding:0;
}

.checkoutpayment-section .other-info {
    margin:30px 0 0;
}

.checkoutpayment-section .button-placement {
    margin-bottom:30px;
}

.checkout-details-section table th {
    color:#3d414a;
    font-size:16px;
}

.checkout-details-section table td {
    color:#3d414a;
    font-size:16px;
}

.payment-details-section h2 {
    margin-top:20px!important;
}

.payment-details-section a.what-it-is,
#creditCardModalDialog a.what-it-is {
    margin-top:20px;
    display:inline-block;
    color:#007db1;
}

.checkoutpayment-section .alert-success {
    background-color:#dff0d8;
    border:none;
    color:#393f49;
    margin-top:20px;
}
    .checkoutpayment-section .alert-success p {
        padding-bottom:0;
        margin-bottom:0;
    }

/*#creditCardModalDialog button {
    width:100%;
}*/

.label-value {
    width: 100%;
    color: #3d414a!important;
    text-align: left !important;
}

.button-center {
    width: 305px !important;
    display: block !important;
    margin: 0 auto !important;
}


/*------------------------------------*/
/* CASE STUDY PAGE
/*------------------------------------*/

.case-study-article h4 {
    color: #393f49;
    margin-bottom: 20px;
    font-size: 18px;
}
.case-study-article #side-menu ul {
    list-style:disc;
    margin-left:15px;
}
.case-study-article #side-menu ul > li {
    display:list-item;
    padding-bottom:10px;
    padding-right:15px;
}
.case-study-article #side-menu ul > li > a {
    color: #393f49;
    font-size: 14px;
    position:relative;
}

    .case-study-article #side-menu > li > a .fa {
        position:absolute;
        left:15px;
        top:13px;
    }

.case-study-article h1 {
    font-size: 36px;
    text-align: center;
    color: #393f49;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}
    .case-study-article h1 span {
        font-weight:normal;
        font-size:16px;
    }

.case-study-article p {
    font-size:16px;
    text-align:left;
}
.case-study-article strong {
    font-weight:bold;
}
.case-study-article .school-name {
    padding-bottom:0;
}
.case-study-article .desc ul {
    margin-left:20px;
}
.case-study-article .desc ul li {
    font-size:16px;
    color:#393f49;
    list-style:disc;
}

/*------------------------------------*/
/* PAGE TITLE SECTION
/*------------------------------------*/
.page-title-section .content-section {
    padding:90px 0 0 0;
}

.page-title-section h1,
.page-title-section h2 {
    font-size: 36px;
    text-align: center;
    color: #393f49;
    background: url(../img/line3.png) no-repeat center bottom;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px), (max-width : 480px) {
    a.call-back {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 60px;
        background: #27AE61 url("../img/callback.png") no-repeat center;
        background-size: cover;
        text-indent: -9999px;
        z-index: 999;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        outline: thin none !important;
    }
}


@media (min-width: 1200px), (min-width: 992px), (min-width: 768px) {
    a.call-back {
        position: fixed;
        width: 60px;
        height: 60px;
        right: 40px;
        bottom: 80px;
        background: #27AE61 url("../img/callback.png") no-repeat center;
        background-size: cover;
        text-indent: -9999px;
        z-index: 999;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        outline: thin none !important;
    }
}

.follow .pinterest {
    background: url(../img/pinterest-icon.png) no-repeat left top;
}

.ebook-details {
    text-align: center;
}

.ebook-item .icons,
.ebook-details .icons {
    position: relative;
    bottom: 20px;
    
}

.ebook-item .icons i,
.ebook-details .icons i {
    color: #fff;
    border: 4px solid #686868;
    border-radius: 20px;
    /*padding: 7px 7px 7px 7px;*/
    background-color: #686868;
}
.icon-alone {
    margin-right: 0;
}

[class^="icon-"] {
    display: inline-block;
    margin-right: .3rem;
    font-family: IconFont;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: .5;
    speak: none;
    -webkit-font-smoothing: antialiased;
}


a, a:link, a:hover, a:active {
  color: #006595;
  text-decoration: none;
}

.blog-details-page a, .blog-details-page a:link, .blog-details-page a:hover, .blog-details-page a:active {
  color: #5bc0de;
  text-decoration: none;
}

.blog-info a, .blog-info a:link, .blog-info a:hover, .blog-info a:active {
  color: #006595;
  text-decoration: none;
}

.cta-in a, .cta-in a:link, .cta-in a:hover, .cta-in a:active {
  color: #3d414a;
  text-decoration: none;
}


/*------------------------------------*/
/* FIND LIBRARIES */
/*------------------------------------*/
.find-libraries-section ol li,
.find-libraries-section ul li {
    font-size:20px;
    text-align: left;
    margin-bottom: 10px;
}

.find-libraries-section .center {
    text-align: center;
}

/*.find-libraries-section .search-title {
    margin-bottom: 30px;
}*/



.col-xs-5th-1, 
.col-xs-5th-2, 
.col-xs-5th-3, 
.col-xs-5th-4 {
    float: left;
}

.col-xs-5th-5 {
    float: left;
    width: 100%;
}

.col-xs-5th-4 {
    width: 80%;
}

.col-xs-5th-3 {
    width: 60%;
}

.col-xs-5th-2 {
    width: 40%;
}

.col-xs-5th-1 {
    width: 20%;
}

.col-xs-5th-pull-5 {
    right: 100%;
}

.col-xs-5th-pull-4 {
    right: 80%;
}

.col-xs-5th-pull-3 {
    right: 60%;
}

.col-xs-5th-pull-2 {
    right: 40%;
}

.col-xs-5th-pull-1 {
    right: 20%;
}

.col-xs-5th-pull-0 {
    right: auto;
}

.col-xs-5th-push-5 {
    left: 100%;
}

.col-xs-5th-push-4 {
    left: 80%;
}

.col-xs-5th-push-3 {
    left: 60%;
}

.col-xs-5th-push-2 {
    left: 40%;
}

.col-xs-5th-push-1 {
    left: 20%;
}

.col-xs-5th-push-0 {
    left: auto;
}

.col-xs-5th-offset-5 {
    margin-left: 100%;
}

.col-xs-5th-offset-4 {
    margin-left: 80%;
}

.col-xs-5th-offset-3 {
    margin-left: 60%;
}

.col-xs-5th-offset-2 {
    margin-left: 40%;
}

.col-xs-5th-offset-1 {
    margin-left: 20%;
}

.col-xs-5th-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
        float: left;
    }
    .col-sm-5th-5 {
        float: left;
        width: 100%;
    }
    .col-sm-5th-4 {
        width: 80%;
    }
    .col-sm-5th-3 {
        width: 60%;
    }
    .col-sm-5th-2 {
        width: 40%;
    }
    .col-sm-5th-1 {
        width: 20%;
    }
    .col-sm-5th-pull-5 {
        right: 100%;
    }
    .col-sm-5th-pull-4 {
        right: 80%;
    }
    .col-sm-5th-pull-3 {
        right: 60%;
    }
    .col-sm-5th-pull-2 {
        right: 40%;
    }
    .col-sm-5th-pull-1 {
        right: 20%;
    }
    .col-sm-5th-pull-0 {
        right: auto;
    }
    .col-sm-5th-push-5 {
        left: 100%;
    }
    .col-sm-5th-push-4 {
        left: 80%;
    }
    .col-sm-5th-push-3 {
        left: 60%;
    }
    .col-sm-5th-push-2 {
        left: 40%;
    }
    .col-sm-5th-push-1 {
        left: 20%;
    }
    .col-sm-5th-push-0 {
        left: auto;
    }
    .col-sm-5th-offset-5 {
        margin-left: 100%;
    }
    .col-sm-5th-offset-4 {
        margin-left: 80%;
    }
    .col-sm-5th-offset-3 {
        margin-left: 60%;
    }
    .col-sm-5th-offset-2 {
        margin-left: 40%;
    }
    .col-sm-5th-offset-1 {
        margin-left: 20%;
    }
    .col-sm-5th-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {

    .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
        float: left;
    }
    .col-md-5th-5 {
        float: left;
        width: 100%;
    }
    .col-md-5th-4 {
        width: 80%;
    }
    .col-md-5th-3 {
        width: 60%;
    }
    .col-md-5th-2 {
        width: 40%;
    }
    .col-md-5th-1 {
        width: 20%;
    }
    .col-md-5th-pull-5 {
        right: 100%;
    }
    .col-md-5th-pull-4 {
        right: 80%;
    }
    .col-md-5th-pull-3 {
        right: 60%;
    }
    .col-md-5th-pull-2 {
        right: 40%;
    }
    .col-md-5th-pull-1 {
        right: 20%;
    }
    .col-md-5th-pull-0 {
        right: auto;
    }
    .col-md-5th-push-5 {
        left: 100%;
    }
    .col-md-5th-push-4 {
        left: 80%;
    }
    .col-md-5th-push-3 {
        left: 60%;
    }
    .col-md-5th-push-2 {
        left: 40%;
    }
    .col-md-5th-push-1 {
        left: 20%;
    }
    .col-md-5th-push-0 {
        left: auto;
    }
    .col-md-5th-offset-5 {
        margin-left: 100%;
    }
    .col-md-5th-offset-4 {
        margin-left: 80%;
    }
    .col-md-5th-offset-3 {
        margin-left: 60%;
    }
    .col-md-5th-offset-2 {
        margin-left: 40%;
    }
    .col-md-5th-offset-1 {
        margin-left: 20%;
    }
    .col-md-5th-offset-0 {
        margin-left: 0%;
    }
}

.aligned-row {
    display: flex;
    flex-flow: row wrap;
}



.spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: url(../img/loader.gif) no-repeat center center;
    z-index: 10000;
}



/**Stripe*/
    .StripeElement {
        display: block;
        width: 100%;
        height: 40px;
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .StripeElement--focus {
        border-color: #66afe9;
        outline: 0;
    }

    .focused {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .StripeElement--invalid {
        border-color: #fa755a;
    }

    .StripeElement--webkit-autofill {
        background-color: #fefde5 !important;
    }


.padding-top90 .content-section {
    padding:90px 0;
}

.padding-top128 .content-section {
    padding:128px 0;
}

.banner-content .row {
    padding: 24px 0 18px 0;
}

.banner-content .row a {
	display: inline-block;
	width: 49%;
	padding: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
    text-align: center;
    margin: 0;
    text-decoration: none;
}

.banner-content .row a:first-child {
	margin-right: 1%;
}

.bg-blue {
    background: #fff;
    color: #007DB1;
	border-radius: 1.5rem;
	border: 2px solid #007DB1;
}

.bg-gray {
    background: transparent;
    color: #fff !important;
	border-radius: 1.5rem;
	border: 2px solid #fff;
}

.banner-content small a {
    text-decoration: underline;
    color: #000;
}


/*------------------------------------*/
/* TEXT IMAGE SECTION */
/*------------------------------------*/
.text-image {
	padding:50px 0;
	margin: 0;
}

.text-image .content {
}

.text-image h1 {
    font-size: 48px;
    color: #333;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 25px;
}

.text-image h2 {
	padding: 0 0 30px !important;
	font-family: Roboto,sans-serif;
	color: #333;
	line-height: 52px;
	font-weight: 700;	
	font-size: 36px;
}
.text-image h3 {
	padding: 0 0 30px !important;
	font-family: Roboto,sans-serif;
	color: #393F49;
	font-weight: 400;	
	font-size: 25px;
}

.text-image p {
	padding: 0 0 30px;
	font-family: Roboto,sans-serif;
	color: #000000;
	font-weight: 400;	
	font-size: 18px;
}

.banner-content {
	margin-bottom: 20px;
}

.card-errors {
}

.embed-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 560%;
    height: 315px;
    cursor: pointer;
}

.banner {
    aspect-ratio: 16/6;
    background-image: var(--desktop);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.banner .banner-in {
    left: initial;
    margin: 0;
    padding: 50px 0 0;
    position: inherit;
    top: initial;
    width: 100%;
    z-index: 10000;
}

.banner .banner-in .container .banner-content {
    padding-bottom: 24px;
}

.main-content .cta .container .cta-in .row .col-xs-12 a.white-blue:first-child {
    margin-right: 20px;
    margin-bottom: 20px;
}

.partial-view-decodable-isbn .container .decodable-container {
    min-height: 250px;
}

.partial-view-decodable-isbn .container .decodable-container h2 {
    color: #3d414a;
    margin: 24px 0;
}

.partial-view-decodable-isbn .brown-background {
    background-color: #e4ddd6;
}

.partial-view-decodable-isbn .details-flex {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 24px 0;
    width: 100%;
}

.partial-view-decodable-isbn .details-flex .details-title-specification {
    box-sizing: border-box;
    display: inherit;
    flex-direction: column;
    width: 70%;
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title {
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-level {
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 24px;
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper {
    display: inherit;
    width: 100%;
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper .info-desc {
    box-sizing: border-box;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.42857143;
    max-width: 90px;
    padding-bottom: 8px;
    padding-right: 5px;
    text-align: right;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper .info-value {
    box-sizing: border-box;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    padding-bottom: 8px;
    padding-left: 10px;
    width: calc(100% - 90px);
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper .info-value a {
    border: 0;    
    color: #000;
    margin-right: 8px;

}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper .info-value a .info-image-wrapper {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 160px;
    margin-top: 6px;
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper .info-value a .info-image-wrapper img {
    box-shadow: 0px 0px 8px 4px #dfdfdf;
    max-width: 160px;    
}

.partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper .info-value a .info-image-wrapper div {
    margin-top: 8px;
    max-width: 160px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}


.partial-view-decodable-isbn .details-flex .details-image-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 30%;
}

.partial-view-decodable-isbn .details-flex .details-image-container .image-title-wrapper {
    background-color: #FFAB2F;
    color: #fff;
    padding: 12px 12px;
    text-align: center;
    width: 100%;
}

.partial-view-decodable-isbn .details-flex .details-image-container .image-title-wrapper .decodable-title {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-right: 8px;
    width: 100%;
}

.partial-view-decodable-isbn .details-flex .details-image-container .image-title-wrapper .decodable-sub {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
}

.partial-view-decodable-isbn .details-flex .details-image-container .image-holder {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 4px #dfdfdf;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    width: 100%;
}

.partial-view-decodable-isbn .details-flex .details-image-container .image-holder img {
    box-sizing: border-box;
    padding: 0 4px;
    display: inherit;
    margin: auto;
    max-width: 250px;
    width: 100%;
}

.partial-view-decodable-isbn .grey-background {
    background-color: #f8f8f8;
}

.partial-view-decodable-isbn .grey-background .container {
    color: #3d414a;
    font-size: 16px;
    padding-bottom: 32px;
    padding-top: 32px;
}

.partial-view-decodable-isbn .container .request-email-container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.partial-view-decodable-isbn .container .request-email-container .image-container {
    box-sizing: border-box;
    max-width: 50px;
    min-width: 50px;
    width: 100%;
}

.partial-view-decodable-isbn .container .request-email-container .image-container img {
    border: 0;
    max-width: 100%;
    user-select: none;
}

.partial-view-decodable-isbn .container .request-email-container .request-text {
    box-sizing: border-box;
    color: #3d414a;
    font-size: 16px;
    line-height: 1.2;
    width: 32%;
    word-break: break-word;
    word-break: break-word;
}

.partial-view-decodable-isbn .container .request-email-container .request-input-text {
    box-sizing: border-box;
    padding-right: 12px;
    width: 35%
}

.partial-view-decodable-isbn .container .request-email-container .request-input-text input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    line-height: 1.428571423;
    min-height: 40px;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    width: 100%;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.partial-view-decodable-isbn .container .request-email-container .request-input-text input:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    outline: none;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.partial-view-decodable-isbn .container .request-email-container .request-button-control {
    box-sizing: border-box;
    margin-left: auto;
    width: 25%
}

.partial-view-decodable-isbn .container .request-email-container .request-button-control button.white-blue {
    width: 100%;
}

.partial-view-decodable-isbn .container .decodable-current-level-list-books {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    width: 100%;
}

.partial-view-decodable-isbn .container .decodable-current-level-list-books .decodable-level-list-books-title { 
    color: #FFAB2F;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
}

.partial-view-decodable-isbn .container .decodable-current-level-list-books .decodable-level-list-books-title .decodable-title {
    color: #FFAB2F;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
}


.partial-view-decodable-isbn .container .decodable-current-level-list-books .decodable-level-list-books-title span { 
    border: 0;
    border-top: 4px solid #FFAB2F;
}

.partial-view-decodable-isbn .container .decodable-more-level {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    width: 100%;
}

.partial-view-decodable-isbn .container .decodable-more-level .decodable-more-level-title {
    color: #FFAB2F;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
}

.partial-view-decodable-isbn .container .decodable-more-level .decodable-more-level-title .decodable-title {
    color: #FFAB2F;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 12px;
    text-align: center;
    width: 100%;
}


.partial-view-decodable-isbn .container .decodable-more-level .decodable-more-level-title span {
    border: 0;
    border-top: 4px solid #FFAB2F;
}

.partial-view-decodable-isbn .container .decodable-more-level .level-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.partial-view-decodable-isbn .container .decodable-more-level .level-container .level-item {
    box-sizing: border-box;
    padding-right: 20px;
    width: 15%;
}

.partial-view-decodable-isbn .container .decodable-more-level .level-container .level-item:last-child {
    padding-right: 0;
}

.partial-view-decodable-isbn .container .decodable-more-level .level-container .level-item a {
    display: block;
    width: 100%;
}

.partial-view-decodable-isbn .container .decodable-part-of-eplatform {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 32px 0;
    width: 100%;
}

.partial-view-decodable-isbn .container .decodable-part-of-eplatform p{
    color: #393f49;
    font-size: 16px;
    padding-bottom: 30px;
}

.partial-view-decodable-isbn .container .decodable-part-of-eplatform .link-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto;

}

.partial-view-decodable-isbn .container .decodable-part-of-eplatform .link-wrapper a{
    text-transform: uppercase;
    margin-right: 20px;
}

.partial-view-decodable-isbn .container .decodable-part-of-eplatform .link-wrapper a:last-child {
    margin-right: 0;
}

.render-partial-content .container {
    width: 100% !important;
}


.decodable-wrapper-background-color {
    background-color: #F7941C;
    font-family: 'Fredoka' !important;
    min-height: 100vh;
    width: 100%;
}

.decodable-wrapper-background-color header {
    margin: 0 auto;
    max-width: 500px;
    min-width: 344px;
    position: relative;
    z-index: 1000;
}

.decodable-wrapper-background-color header .container {
    padding: 0;
}

.decodable-container .container {
    max-width: 500px;
    min-width: 344px;
    width: 100% !important;
}

header .navigation-bar {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    left: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    min-width: 344px;
    position: relative;
    width: 100%;
}

header .navigation-bar .navigation-header {
    background-color: transparent;
    box-sizing: border-box;    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    min-height: 85px;
    padding: 0 24px;
    width: 100%;
}

header .navigation-bar .navigation-header .button-control {
    box-sizing: border-box;
    display: inherit;
    max-width: 40px;
    position: relative;
    width: 100%;
    z-index: 10000;
}


header .navigation-bar .navigation-header .navigation-title {
    box-sizing: border-box;
    color: #000;
    font-size: 20px;
    display: inherit;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 34px;
    width: calc(100% - 40px);
    word-break: break-word;
}

header .navigation-bar .navigation-header .navigation-title.center {
    justify-content: center;
    text-align: center;
}

header .navigation-bar .navigation-header .navigation-toogle {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 24px;
    margin-top: 8px;
    outline: none;
    position: relative;
}

header .navigation-bar .navigation-collapse {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    left: 50%;
    margin-top: 24px;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 15px;
    position: absolute;
    top: 65px;
    transform: translateX(-50%);
    width: calc(100% - 48px);
}

header .navigation-bar .navigation-collapse .navigation-menu {
    padding: 24px 16px 24px 0;
    color: #FEBD05;
    width: 100%;
}

header .navigation-bar .navigation-collapse .navigation-menu li {
    border-bottom: 1px solid #E4E4E4;
    display: block;
    font-size: 18px;
    padding: 13px 0;
    position: relative;
    width: 100%;
}

header .navigation-bar .navigation-collapse .navigation-menu li:first-child {
    padding: 0 0 13px;
}

header .navigation-bar .navigation-collapse .navigation-menu li:last-child {
    padding: 13px 0 0;
    border-bottom: 0;
}


header .navigation-bar .navigation-collapse .navigation-menu li a {
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
}

header .navigation-bar .navigation-collapse .navigation-menu li a .image-holder {
    display: inherit;
    max-width: 40px;
    width: 100%;
}

header .navigation-bar .navigation-collapse .navigation-menu li a .image-holder img {
    max-height: 24px;
    max-width: 24px;
}

header .navigation-bar .navigation-collapse .navigation-menu li a .text {
    display: inherit;
    flex-wrap: wrap;
    font-size: 16px;
    max-width: calc(100% - 40px);
}

header .navigation-bar .navigation-collapse .navigation-menu li a .text p {
    color: #959595;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding-top: 4px;
    width: 100%;
}



.games-container {
    width: 100%;
}

.games-container .container {
    margin: 0 auto;
    max-width: 500px;
    min-width: 344px;
    padding: 0;
}

.decodable-not-found p {
    color: #fff;
    font-size: 24px;
    margin-top: 42px;
    width: 100%;
}

.games-container iframe {
    border: 0;
    overflow: hidden;
    user-select: none;
    width: 100%;
}


.resources-container .container {
    margin: 0 auto;
    max-width: 500px;
    min-width: 344px;
}

.resources-container {
    background-color: transparent;
    display: none;
    width: 100%;
}

.resources-container h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 42px;
    margin-top: 42px;
    padding: 0 24px;
    text-align: center;
    text-shadow: 4px 4px #c78d00;
    width: 100%;
}

.resources-container p {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
}


.resources-container .resources-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100%);
}

.resources-container .resources-wrapper .resources-item {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    padding: 24px;
    margin-bottom: 24px;
    width: calc(100% - 48px);
}

.resources-container .resources-wrapper .resources-item a {
    border: 0;
    outline: none;
}

.resources-container .resources-wrapper .resources-item a img {
    border: 0;
    border-radius: 12px;
    display: block;
    max-width: 100%;
}

.resources-container .resources-wrapper .resources-item a p {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    padding-bottom: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}


.overlay-game {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.container {
    padding: 0 16px !important;
}