@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');

:root {
    --light-blue: #11b4e5;
    --yellow:#fdb616;
    --green:#93d500;
    --light-gray: rgb(242,242,242);
}

a.btn.btn-yellow,
a.bth.btn-yellow:visited,
a.bth.btn-yellow:link,
a.btn.btn-green,
a.bth.btn-green:visited,
a.bth.btn-green:link
 {
    color:#FFF !important;
    transition:background .2s;
}

.green_banner .btn-yellow:hover {
    background-color:var(--yellow) !important;
    background-color:#fdb616 !important;

}

/* margin shortcuts */

.mt-16{
    margin-top: 16px;
}

.ml-0{
    margin-left: 0px !important;
}

header {
    height:68px;
}

header #upper_nav {
    line-height:68px;
}

nav.navbar {
    height:110px;
}

.cert-exam{
    margin-bottom: 4px;
    background: var(--light-gray);
    background: rgb(242,242,242);
    padding: 28px 12px;
}

.cert-exam-content {
    min-height: 350px;
}

.cert-exam .cert-exam-content{
    padding-top: 24px;
}

.team-training-main > h1{
    font-size: 64px !important;
    line-height: 1em !important;
    border-bottom: 1px solid black;
    margin-top: 0px !important;
    padding-bottom: 32px;
}

.prep-providers > h1{
    font-size: 46px !important;
    line-height: 1em !important;
    margin-top: 0px !important;
}

.team-training-main .sub-content{
    font-style: italic;
    color: var(--yellow);
    color:#fdb616;

    font-size: 16px;
}

.prep-providers .sub-content{
    font-style: italic;
    color: var(--yellow);
    color:#fdb616;
    font-weight: 900;
    font-size: 32px;
    line-height: 1em;
}

.team-training-main .author{
    color: gray;
}

ul.green-check{
    list-style-image: url("/static/img/v2/check-mark.png");
}

ul.yellow-check{
    list-style-image: url("/static/img/v2/y-check-mark.png");
}

.hrcp ul.green-check, .hrcp ul.yellow-check{
    list-style: none; /* Remove default bullets */
}

.hrcp ul.no-check{
    list-style: circle; /* Remove default bullets */
}

.hrcp ul.green-check li::before {
    content: "";
    background-image: url("/static/img/v2/check-mark.png");
    position: absolute;
    left: 16px;
    width: 30px;
    height: 26px;
    vertical-align: middle;
}

.hrcp ul.yellow-check li::before {
    content: "";
    background-image: url("/static/img/v2/y-check-mark.png");
    position: absolute;
    left: 16px;
    width: 30px;
    height: 26px;
    vertical-align: middle;
}

.hrcp ul.no-check li{
    margin-bottom: 16px !important;
}

.hrcp ul.no-check li::before {
    content: "";
    background-image: none;
    position: absolute;
    left: 16px;
    width: 30px;
    height: 26px;
    vertical-align: middle;
}

.hrcp ul.green-check li, .hrcp ul.yellow-check li {
    margin-bottom: 36px;
}

.hrcp ul.green-check li p, .hrcp ul.yellow-check li p {
    padding-left: 16px;
}

.request-quote{
    background: var(--light-gray);
    background: rgb(242,242,242);
    padding-bottom: 15px;
    border: 1px solid #b2b2b2;
}

.request-quote h2{
    font-weight: 700;
}

.request-quote ul{
    list-style-type: none;
}

.request-quote ul li p, .request-quote #mc_embed_signup .mc-field-group > label{
    display: inline-block;
    margin-right: 4px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}


.request-quote ul li input, .request-quote #mc_embed_signup .mc-field-group > input{
    width: 56%;
}

.hrcp ul.bullet-yellow{
    list-style: none; /* Remove default bullets */
}

.hrcp ul.bullet-yellow li::before {
    content: "\2022";
    color: var(--yellow);
    color:#fdb616;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 24px;
    margin-left: -1em;
}

.hrcp ol{
    list-style: none; counter-reset: li;
}

ol.bullet-green li {
    counter-increment: li;
}

.hrcp ol.bullet-green li::before {
    content: counter(li) ".";
    color: var(--green);
    color:#93d500;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
}

.hrcp ol.bullet-green li h3{
    display: inline-block;
    color: var(--green);
    color:#93d500;
    font-size: 20px;
}

ul.nav.navbar-nav {
    float:right;
    margin-top:2vh;
}

ul.nav.navbar-nav li a {
    font-size:16px;
}

.card {
    /* height:530px;
    width:370px; */
    background-color:#FFF;
    padding:20px;
    border-radius:2px;
    box-shadow:3px 3px 5px gray;
}

.card > img {
    max-width:100%;
}

.card > h4 {
    color:var(--light-blue);
    color: #11b4e5;
    font-family:"Montserrat", sans-serif;
    font-weight:900;
    font-size:20px;
    line-height:1.25em;
    text-align:center;
    text-transform:uppercase;
    margin:15px 0;
}
.card > p {
    text-align:center;
}

.card > .btn {
    margin:auto;
    border-radius:20px;
    display:block;
    max-width:150px;
}

.slick-prev, .slick-next {
    z-index: 1 !important;
}

.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
    color: var(--light-gray) !important;
    color: rgb(242,242,242);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}

#exam_content .btn, #guarantee .btn, #blog .btn, #resources .btn, .hrcp .btn, input.btn{
    margin-top: 16px;
    margin:auto;
    border-radius:20px;
    display:block;
    max-width:150px;
    border: 0px;
}

.green_banner .btn{
    margin-top: 16px;
    margin:auto;
    border-radius:20px;
    display:block;
    max-width:212px;
}

.btn-yellow {
    background-color:var(--yellow);
    background-color:#fdb616;
    color:#fff;
}

.btn-green {
    background-color:var(--green);
    background-color:#93d500;
    color:#fff;
}

.btn-green:hover {
    background-color:var(--yellow);
    background-color:#fdb616;
    color:#fff;
}

.btn-yellow:hover {
    background-color:var(--green);
    background-color:#93d500;
    color:#fff;
}

#home_banner {
    /* height:650px; */
    background-size:contain;
    background:url("../img/home_banner_bg.jpg") no-repeat top center;
}

#testimonials {
    /* height:650px; */
    background-size:cover;
    background:url("../img/v2/testimonials_background.jpg") repeat top center;
}

#blog {
    margin-bottom: 64px;
}

#resources {
    /* height:650px; */
    background-size:cover;
    background:var(--light-gray);
    background: rgb(242,242,242);
    padding-bottom: 64px;
    margin-bottom: -50px;
}

.green_banner{
    background-color: var(--green);
    background-color:#93d500;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 0;
    margin: 10px 0 0;
}

#home_banner h1, #exam_content h1, #testimonials h1, #guarantee h1, #blog h1, #resources h1, .hrcp h1{
    margin-top:60px;
    font-size:48px;
    font-family:'Montserrat', sans-serif !important;
    color:#FFF;
    text-align:center;
    font-weight:900;
    line-height:1.25em !important;
}

#exam_content h2, .green_banner h2, #resources h2, .hrcp h2 {
    font-size:24px;
    font-family:'Montserrat', sans-serif !important;
    text-align:center;
    font-weight:900;
    line-height:1.25em !important;
}

#blog h3{
    font-size:20px;
    font-family:'Montserrat', sans-serif !important;
    text-align:left;
    line-height:1.25em !important;
}

#exam_content > .row > h1{
    color:var(--light-blue);
    color: #11b4e5;
}

.table.table-bordered.table-border-white{
    border-color: white !important;
    border: 4px;
}

.table .thead-dark{
    background-color: #343a40;
    color: white
}

.img-center{
    margin: 0 auto;
    display: block;
}

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

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

.text-green {
    color:var(--green) !important;
    color:#93d500;
}

.text-blue{
    color: var(--light-blue) !important;
    color: #11b4e5 !important;
}

.text-yellow{
    color: var(--yellow) !important;
    color:#fdb616 !important;
}

.text-white{
    color: #FFF;
}

#exam_content .circle-fractal-bg > h1{
    text-transform: none;
    padding-top: 20%;
}

.circle-fractal-bg{
    background: url('../img/v2/fractal_gray_v2.png') no-repeat center;
    background-size: contain;
    height: 258px;
    transition:background .2s;
}

.circle-fractal-bg:hover{
    background: url('../img/v2/fractal_blue_v2.png') no-repeat center;
    background-size: contain;
    cursor:pointer;
}

.circle-fractal-bg .btn {
    transition:all .2s ease;
}

.circle-fractal-bg a.btn {
    color:#FFF !important;
}

.hrcp a.btn {
    color:#FFF !important;
}

#body_overlay {
    background-color:rgba(0,0,0,.65);
    position:fixed;
    width:100%;
    height:100%;
    z-index:1000;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#mc_form_wrapper {
    position:fixed;
    z-index:1001;
    border-radius:5px;
    background-color:#FFF;
    padding:20px;
    height:250px;
    width:450px;
    top:50%;
    left:50%;
    margin-top:-125px;
    margin-left:-225px;
}

#mc_embed_signup div.mce_inline_error, #mc_embed_signup div.mce_inline_error {
    background-color: transparent !important;
}

.step-2 *{
    text-align:center;
}

.step-2 button {
    position:absolute;
    bottom:20px;
    width:91%;
}

.prep-header-mobile{
    height: 150px;
}

#mc-embedded-subscribe:before{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: "\e072";
}

#mc_embed_signup #mc-embedded-subscribe-form-2 div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form-2 input.mce_inline_error {
    border: 2px solid #e85c41;
}

/* NEW LOADING CSS */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left:43%;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #11b4e5;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* END NEW LOADING */

@media screen and (max-width: 1498px){
    .navbar-brand img.full {
        display: none !important;
    }
    .navbar img.medium {
        display:block !important;
    }
    .header-responsive{
        width: 500px;
    }
}

@media screen and (max-width: 1200px){
    .navbar-brand img.medium {
        display: none !important;
    }
    .navbar img.mobile {
        display:block !important;
    }
    .prep-providers-request-quote p, .prep-providers-request-quote label {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1159px){
    .navbar-brand img.medium {
        display: none !important;
    }
    .navbar img.mobile {
        display:block !important;
    }
}

@media screen and (max-width: 1024px){
    .request-quote ul li input, .request-quote #mc_embed_signup .mc-field-group > input {
        width: 42%;
    }
}

@media (min-width: 992px){
    .team-training-main{
        width: 60%;
    }
    .team-training-request-quote{
        width: 37%;
        margin-left: 3%;
    }
    .prep-providers-request-quote{
        width: 37%;
        margin-left: 3%;
    }

}

@media screen and (max-width:943px) {
    ul.nav.navbar-nav li:last-child {
        display:none;
    }
    .prep-providers > h1, .prep-providers > .sub-content{
        font-size: 28px !important;
    }
    .prep-fractal-content > h1{
        font-size: 28px !important;
    }
    .prep-providers-request-quote input, .request-quote #mc_embed_signup .mc-field-group > input{
        width: 42% !important;
        margin-right: 29%;
    }
    h1.corporate-mobile {
        font-size: 32px !important;
    }
    
}


@media screen and (max-width:425px) {
    .prep-header-mobile{
        height: 188px;
    }
    .prep-providers-request-quote input, .request-quote #mc_embed_signup .mc-field-group > input {
        width: 42% !important;
        margin-right: 0%;
    }
    .mobile-20{
        font-size: 20px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */
  #mainExamContent {position:relative;}
  
  #leftExamContent:not(.completed) + #mainExamContent > div:nth-child(2),
  .completed + #mainExamContent > div:nth-child(3) {
    position:absolute;
    right:0px;
    top:0px;
    width:500px;
  }
}
