﻿@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;900&display=swap');
/*font-family: 'Nunito Sans', sans-serif;*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/*.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}*/

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #404040;
    font-size: .75rem;
}

a, a:hover, a:focus{
    color:#2caae1;
}

.bg-blue {
    background: #2caae1;
}

.bg-gradient {
    background: linear-gradient(90deg, #2caae1 70%, #4b2d84 100%);
}

.navbar
{
    padding: 0;
    padding-right: 15px;
}

.navbar-brand {
    background: white;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom:6px;
}

.navbar-brand-logo
{
    height: 51px;
    padding: 0 15px;
}

.navbar-nav li.nav-item {
    line-height: 62px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
}

.navbar-left li.nav-item {
    padding: 0 10px;
}

.navbar-left li.nav-item.active {
    background: #4b2d84;
}

.navbar-left li.nav-item:last-child {
    border: none !important;
}

.navbar-right li.nav-item{
    padding: 0 10px;
    font-size: 12px;
}

.navbar-right li.nav-item.active {
    background: #2caae1;
}

.navbar-nav li.nav-item a.nav-link {
    padding: 0;
    color: white;
    white-space: nowrap;
}

main > .container, main > .container-sm {
    padding: 67px 0;
}

main > .container-fluid {
    padding: 0;
    margin-bottom: 3.5rem;
    max-width: 1600px;
}

.footer {
    background-color: #e5e4e5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
    text-align:center;
}

.footer img.logo-ha
{
    width:200px;
}

.footer img.logo-barclays{
    width: 122px;
}

label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
}

input.form-control,
select {
    border: none !important;
    border-radius: 0 !important;
}

.btn {
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-top: .5rem
}

.btn-gradient {
    background: linear-gradient(90deg, #2caae1 40%, #4b2d84 100%);
}

.btn-blue,
.btn-blue:hover{
    background-color: #2caae1;
    color:white;
}

.btn-purple,
.btn-purple:hover {
    background-color: #4b2d84;
    color: white;
}

.btn-map-mtd
{
    color: #4b2d84;
    cursor: pointer;
}
.btn-map-mtd:hover {
    color: #4b2d84;
}

.blue-text {
    color: #2caae1;
}

h1.page-title {
    color: #2caae1;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    margin-top: .75rem;
    margin-bottom: .5rem;
    margin-left: .5rem;
}

h2.page-title {
    color: #4b2d84;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: .5rem;
}

h2.section-title {
    color: #4b2d84;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    margin-top: 2rem;
    margin-bottom: .5rem;
    margin-left: 0;
}

h3.section-title {
    color: #808080;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    margin-top: 2rem;
    margin-bottom: .5rem;
    margin-left: 0;
}

h4.section-title {
    color: #4b2d84;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: 0;
}

h4.section-title.blue-text{
    color: #2caae1;
}

.box-shadow {
    box-shadow: 5px 10px 8px #888888;
}

.vellum-box {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.gray-box {
    background-color: #f5f4f5;
    width: 100%;
}

.resources ol li::marker
{
    color: #2caae1;
}

.resources ol li {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
    margin-bottom: 2rem;
    padding-left: 0.75rem;
}

.help .vellum-box,
.my-info .vellum-box,
.labels .gray-box{
    padding: 1.5rem;
}

.my-info .btn{
    width: 80%;
}

.promotions .card
{
    border: none;
    border-radius: 0;
}

.promotions .card-img {
    border-radius: 0;
    width: 90%
}

.promotions .card-img-overlay {
    padding: 0;
    border-radius: 0;
}

.promo-rules,
.promo-winner{
    width: 10%;
    height: 50%;
}

.promo-rules img,
.promo-winner img
{
    height: 40%;
}

.promo-winner {
    background-color: #4b2d84;
    cursor: pointer;
}

.promo-winner.disabled,
.promo-rules.disabled{
    background-color: #bfbec3;
    cursor:default;
    pointer-events: none;
}

.promo-rules {
    background-color: #2caae1;
    cursor: pointer;
}

.accordion .btn-link, .accordion .btn-link:focus, .accordion .btn:focus, .accordion .btn:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    color: #808080;
    font-size: 18px;
    font-weight: 700;
}

.accordion .card-header{
    padding:0;
    margin-bottom: 1rem !important;
}

.accordion-btn:after {
    content: "\e114";
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    padding-left: 10px;
    color: #2caae1;
}

.accordion-btn.collapsed:after {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    padding-left: 10px;
    color: #2caae1;
}

.navbar-resources,
.navbar-map,
.navbar-benefits {
    list-style: none;
}

.navbar-resources .nav-item,
.navbar-benefits .nav-item {
    background-image: url("/images/resources-btn.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #2caae1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 1rem;
}

.navbar-map .nav-item{
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #2caae1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 1.5rem;
    height: 100px;
    box-shadow: 3px 6px 5px #0000007d;
}

.navbar-map .nav-item.how-to
{
    background-image: url("/images/map-btn-howTo.png") !important;
}

.navbar-map .nav-item.glossary
{
    background-image: url("/images/map-btn-glossary.png") !important;
}

.navbar-resources .nav-link,
.navbar-benefits .nav-link {
    line-height: 50px;
    color: white;
    text-align: center;
    white-space: nowrap;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25em;
}

.navbar-map .nav-link {
    color: white;
    text-align: center;
    white-space: nowrap;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    cursor: pointer;
}

.navbar-resources .nav-item:hover,
.navbar-resources .nav-item.active,
.navbar-benefits .nav-item:hover,
.navbar-benefits .nav-item.active {
    background-image: url("/images/resources-btn-selected.png") !important;
    background-color: #4b2d84;
}

.cert-status h2{
    color: black;
    margin-bottom: 2rem;
    margin-top: .75rem;
}

.cert-status p {
    margin-bottom: 1rem;
    font-size: 18px;
}

.cert-status-box .label{
    text-align: right;
    color: #4b2d84;
    font-weight: 700;
    font-size: 1.25rem;
}

.cert-status-box .value {
    font-size: 1.25rem;
}
.cert-status-box .value.status {
    color: #9A49B4;
    font-weight: 700;
}

.myAccount .vellum-box{
    padding: 2rem;
}

.container.training-slides {
    padding-left: 0;
    padding-right: 0;
}

.btn-training
{
    color: #4b2d84;
    font-size: 2rem;
    cursor: pointer;
}

.btn-training:hover{
    color:#2caae1;
}

.btn-training.disabled {
    color: #bfbec3;
    pointer-events: none;
    cursor: default;
}

.hide
{
    display: none !important;
}

.results .results-header {
    font-size: 2rem;
    color: gray;
}

.results .results-semiHeader {
    font-size: 1.25rem;
}

.results .row.missed {
    border-top: 1px solid gray;
}

.results .resultsCount {
    font-size: 4rem;
}

.results .row.missed-question {
    font-size: 1.25rem;
    color: gray;
}

.results .answer {
    margin-left: 1.5rem;
}

.quiz input[type=checkbox],
.quiz input[type=radio] {
    transform: scale(1.5);
}

.quiz .form-check {
    margin-bottom: .5rem;
}

.quiz .form-check-input {
    margin-top: .5rem;
}

.quiz .form-check-label {
    font-size: 1.3rem;
    margin-left: 1rem;
}

.introjs-helperNumberLayer {
    background: #4b2d84 !important;
}

.introjs-tooltiptext {
    color: #4b2d84 !important;
    font-weight: 700 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    main > .container, main > .container-sm {
        padding-left: 0;
        padding-bottom: 0;
    }
    .mr-sm-6, .mx-sm-6 {
        margin-right: 3.5rem !important;
    }
    .mr-sm-7, .mx-sm-7 {
        margin-right: 4rem !important;
    }

    h1.page-title {
        font-size: 1.75rem;
        margin-top: 1rem;
        margin-bottom: .5rem;
        margin-left: 0;
    }

    /*h2.section-title {
        font-size: 1em;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        margin-left: 0;
    }*/

    h2.section-title {
        font-size: 1.25em;
        margin-top: 2rem;
        margin-bottom: .5rem;
    }

    .promo-rules,
    .promo-winner{
        width: 40px;
        height: 40px;
    }
    .promo-rules img,
    .promo-winner img
    {
        height: 20px;
    }
    .promotions .card-img {
        width: 100%
    }

    .accordion .promo-rules,
    .accordion .promo-winner {
        width: 55px;
        height: 55px;
    }
    .accordion .promo-rules img,
    .accordion .promo-winner img {
        height: 30px;
    }

    .help .vellum-box{
        padding: 3rem;
        margin-top:5rem;
        margin-bottom: 5rem;
    }

    .my-info .vellum-box{
        padding: 3rem;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .labels .gray-box {
        padding: 3rem;
        margin-top: 1rem;
    }

    .btn-training {
        font-size: 3rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
        font-size: 0.875rem;
    }
    .mr-md-6, .mx-md-6 {
        margin-right: 3.5rem !important;
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 4rem !important;
    }

    h1.page-title {
        font-size: 2rem;
        margin-top: 1.5rem;
        margin-bottom: .75rem;
    }

    h2.section-title {
        font-size: 1.25rem;
        margin-top: 2rem;
        margin-bottom: .5rem;
    }

    h4.section-title {
        font-size: 1.25rem;
        margin-top: 2rem;
    }

    .promo-rules,
    .promo-winner{
        width: 50px;
        height: 50px;
    }
    .promo-rules img,
    .promo-winner img
    {
        height: 25px;
    }

    .accordion .promo-rules,
    .accordion .promo-winner {
        width: 35px;
        height: 35px;
    }
    .accordion .promo-rules img,
    .accordion .promo-winner img {
        height: 18px;
    }
    .my-info .btn {
        width: 50%;
    }

    .labels .gray-box {
        margin-top: 1.5rem;
    }

    .navbar-resources .nav-link,
    .navbar-benefits .nav-link {
        line-height: 80px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .mr-lg-6, .mx-lg-6 {
        margin-right: 3.5rem !important;
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 4rem !important;
    }


    .navbar-left li.nav-item {
        border-right: 1px solid white;
        padding: 0 14px;
    }

    .navbar-right li.nav-item {
        padding: 0 8px;
    }

    h1.page-title {
        font-size: 2.25rem;
        margin-top: 2rem;
        margin-bottom: .75rem;
    }

    h2.page-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    h2.section-title {
        font-size: 1.25rem;
        margin-top: 2.25rem;
        margin-bottom: .5rem;
    }

    .promo-rules,
    .promo-winner{
        width: 65px;
        height: 65px;
    }
    .promo-rules img,
    .promo-winner img
    {
        height: 30px;
    }

    .accordion .promo-rules,
    .accordion .promo-winner {
        width: 48px;
        height: 48px;
    }
    .accordion .promo-rules img,
    .accordion .promo-winner img {
        height: 25px;
    }

    .my-info form label {
        line-height: 38px;
    }

    .labels .gray-box {
        margin-top: 2rem;
    }

    .navbar-resources .nav-link,
    .navbar-benefits .nav-link {
        line-height: 150px;
    }

    .container.training-slides {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .btn-training {
        font-size: 4rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body{
        font-size: 1rem;
    }
    .mr-xl-6, .mx-xl-6 {
        margin-right: 3.5rem !important;
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 4rem !important;
    }


    .navbar-left li.nav-item {
        padding: 0 20px;
    }

    .navbar-right li.nav-item {
        padding: 0 10px;
    }

    h1.page-title {
        font-size: 2.5rem;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }

    h2.section-title {
        font-size: 1.5rem;
        margin-top: 2.5rem;
        margin-bottom: .5rem;
    }

    .promo-rules,
    .promo-winner{
        width: 75px;
        height: 75px;
    }
    .promo-rules img,
    .promo-winner img
    {
        height: 40px;
    }

    .accordion .promo-rules,
    .accordion .promo-winner {
        width: 55px;
        height: 55px;
    }
    .accordion .promo-rules img,
    .accordion .promo-winner img {
        height: 30px;
    }

    .labels .gray-box {
        margin-top: 2.5rem;
    }

    .container.training-slides {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1540px;
    }

    h1.page-title {
        font-size: 2.5rem;
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .promo-rules,
    .promo-winner{
        width: 100px;
        height: 100px;
    }
    .promo-rules img,
    .promo-winner img
    {
        height: 60px;
    }

    .accordion .promo-rules,
    .accordion .promo-winner {
        width: 75px;
        height: 75px;
    }
    .accordion .promo-rules img,
    .accordion .promo-winner img {
        height: 40px;
    }

    .labels .gray-box {
        margin-top: 3rem;
    }

    .container.training-slides {
        padding-left: 5.5rem;
        padding-right: 5.5rem;
    }
}

.vjs-poster
{
    background-color: white !important;
}

/* =================== Benefits Styles =============*/

.benefits .purchase-heading h1 {
    text-align: center;
}

.benefits .purchase-heading h2 {
    color: #4d4d4d;
}

.benefits .three-box-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .benefits .three-box-main .first-box,
    .benefits .three-box-main .secound-box,
    .benefits .three-box-main .third-box {
        border-radius: 15px;
        padding: 70px 20px;
    }

    .benefits .three-box-main .first-box {
        background: #4b2d82;
    }

    .benefits .three-box-main .secound-box {
        background: #6f2a88;
    }

    .benefits .three-box-main .third-box {
        background: #91278d;
    }

.benefits .reword-heading {
    text-align: center;
}

.benefits .three-box-main > div {
    max-width: 32%;
    width: 100%;
    color: white;
}

.benefits .fee-details-paragraph {
    margin-top: 33px;
}

.benefits .purchase-heading {
    margin-bottom: 33px;
}

.benefits .master-card-heading {
    margin: 30px 0;
}

    .benefits .master-card-heading h3,
    .benefits .heading-benefit h3 {
        color: #4b2d82;
        font-weight: 600;
        font-size: 24px;
    }

    .benefits .master-card-heading h3 {
        text-align: center;
    }

.benefits .card-text span {
    opacity: 0.9;
    font-weight: 700;
}

.benefits .benifit-card {
    justify-content: space-between;
}

    .benefits .benifit-card .icon-img {
        max-width: 80px;
        width: 100%;
    }

.benefits .card-text {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.benefits .card-box-main {
    padding: 15px;
    border: 1px solid #806ba7;
    border-radius: 12px;
    height: 100%;
    min-height: 158px;
}

.benefits .reword-heading h2 {
    font-size: 56px;
    color: #fff;
}
/* =================== Additional benefits =============*/
.benefits .heading-benefit {
    margin: 33px 0;
}

.benefits .right-icon i {
    color: #fff;
}

.benefits .main-details,
.benefits .main-detailss {
    max-width: 937px;
    width: 100%;
    padding-left: 0;
}

    .benefits .main-details li {
        display: flex;
        align-items: center;
        margin: 28px 0;
    }

.benefits .icon-text {
    padding-left: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.benefits .partner-btn {
    border: none;
    background: #2ca8df;
    padding: 12px 42px;
    margin-bottom: 15px;
    transition: all 0.6s ease;
}

    .benefits .partner-btn a {
        color: #fff;
        font-weight: 700;
        font-size: 18px;
    }

.benefits .main-detailss li {
    display: flex;
}

.benefits .partner-btn:hover {
    background: #6f2a88;
    transform: scale(1.1);
    border-radius: 5px;
}

/*@media screen and (min-width:768px) and (max-width:991px){
    .benefits .benifit-card{
      display: block;
    }
    .benefits .benefitcard-box{
      width: 100%;
    }
    .benefits .hero-section{
      display: block;
    }
    .benefits .hero-section .container,
    .benefits .three-box-main .first-box,
    .benefits .three-box-main .secound-box,
    .benefits .three-box-main .third-box{
      padding: 20PX;
    }
    .benefits .reword-heading h4{
      font-size: 14px;
    }
}*/
@media screen and (max-width:991px) {
    .benefits .hero-contant,
    .benefits .three-box-main {
        display: block;
    }

        .benefits .hero-section .container,
        .benefits .three-box-main .first-box,
        .benefits .three-box-main .secound-box,
        .benefits .three-box-main .third-box {
            padding: 20PX;
            margin: 20px auto;
        }

    .benefits .main-details li {
        align-items: start;
        margin: 15px 0;
    }

    .benefits .benifit-card {
        padding: 0 65px;
    }

    .benefits .benifit-card {
        padding: 0 20px;
    }

    .benefits .three-box-main > div {
        max-width: unset;
    }

    .benefits .card-box-main > div {
        flex-direction: column;
    }

    .benefits .card-text {
        width: unset;
    }

    .benefits .suit-img {
        margin: 20px auto;
    }

    .benefits .master-card-heading h3,
    .benefits .heading-benefit h3 {
        text-align: center;
    }

    .benefits .heading-benefit {
        margin: 20px auto;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .benefits .three-box-main .first-box,
    .benefits .three-box-main .secound-box,
    .benefits .three-box-main .third-box{
    padding: 20px 20px;
  }
    .benefits .three-box-main h4{
        font-size: 1rem;
    }
}