a.btn, a.nav-link {
    padding-bottom: 0.7em;
}

a.nav-link {

    color: black;

}

.banner-button { 
    margin-top: auto;

}

.btn-plan.btn-purple {
    font-size: 3em;
    padding-bottom: 0.4em;
    padding-right: 0.3em;
    padding-left: 0.3em;
    padding-top: 0em;
    width: 95%
}

.btn-purple {
    background-color: #0000c5;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
}

.btn.btn-email, .btn.btn-signup {
    padding-bottom: 0.4em;
    padding-top: 0em;
    font-size: 1.8em;
}

.btn.btn-pdf {
    max-width: 325px;
    font-size: 1.6em;
    padding-bottom: 0.4em;
    padding-top: 0em;
}

.btn-purple:hover {
    border-radius: 5px;
    background-color: #0000c5;
    color: #00906D
}

/*
h1, h2, h3, h4, a.btn {
    font-family: BernoruMedium, Arial, Helvetica, sans-serif;
}
*/

a.btn {
    font-family: Bernoru, Arial, Helvetica, sans-serif;
}

p, .navbar-nav {

    font-family: Roboto, Arial, Helvetica, sans-serif;

}

.text-teal {
    color: #00906D
}

ul.compare-positive-ul li {
        list-style: none;
        padding: 10px 30px;
        background-image: url('/images/positive_li.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
        color: white;
        font-size: 1.1em;
    font-weight: bold;
}

ul.compare-con-ul li {
        list-style: none;
        padding: 10px 30px;
        background-image: url('/images/con_li.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
        color: white;
        font-size: 1.1em;

}

.pricing-title {
    font-weight: bolder;
    font-size: 1.3em;
}

.pricing-row {
    font-weight: bolder;

}

.pricing-row span {
    font-size: 1.6em;
}

ul.pricing-list {
    padding-left: 0.5em;
}

ul.pricing-list li {
        list-style: none;
        padding-left: 30px;
        background-image: url('/images/positive_li.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
}

.navbar-nav .nav-link, .navbar-nav .dropdown-item {
    font-weight: bolder;
    padding: 0.5em;
}


.navbar-nav .nav-link.active {
    background-color: #0000c5;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    padding: 0.5em 1em;

}

@font-face {
    font-family: "Bernoru";
    src: url("/fonts/Bernoru-BlackSemiCondensed.otf"); 
}

@font-face {
    font-family: "BernoruMedium";
    src: url("/fonts/Bernoru-BlackMedium.otf");
}


.thumbsHolder_ThumbOFF {
    background-color: #c1fcff !important;
}

 .thumbsHolder_ThumbOFF span.title {
    color: #0000c5 !important;
}


.thumbsHolder_ThumbOFF img {
    margin-left: auto;
    margin-right: auto;
}
 
.thumbsHolder_ThumbON span.title {

    color: white !important;

}


.thumbsHolder_ThumbON   {

    color: white !important;

}
.thumbsHolder_ThumbON {

    background-color: #0000c5 !important;

}

.required {
    color: red;
    font-weight: 700;
    border: 0;
}

.subscription-plans label {
    cursor: pointer;
}

.card h4 u {
    cursor: pointer;
}

.dropdown a {
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

a.dropdown-item:hover {

    color: white;
    background-color: #0000c5 ;

}

.maximum-grade-radio input, .maximum-grade-radio label {
    font-size: 1.5em;
    cursor: pointer;
}

.maximum-grade-radio label {
    margin-top: -5px;
}

.video-float {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 30%;
}

.standard-col p.title {
    margin-bottom: 0.2rem;
}

.standard-col p.detail {
    margin-bottom: 0.8rem;
}

.big-lead {
    font-size: 1.5em;
}

.home-title {
    font-size: calc(1.4rem + 2.475vw);
    line-height: 1.2;
}
.updates-title {
    font-size: 2rem;
    font-weight: bold;
}

.updates-lead {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 15px;
}

.updates-offer-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.updates-list-group-item {
    font-size: 1.1rem;
    list-style-type: none;
}

.updates-call-to-action {
    font-weight: bold;
    font-size: 1.2rem;
}
