@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lalezar&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    font-size: 10px;
    overflow-x:hidden;
}
body{
    font-size: 1.6rem;
}
header{
    padding: 0px;
    display: block;
    position: relative;
    z-index: 10;
    clear: both;
}
.mean-container .mean-bar, .mean-container .mean-nav{
    background-color: #012869;
}
#logo{
    max-width: 300px;
    width: 100%;
    display: block;
    padding: 20px;
}

#logo img {
    width:155px;
}

#site-title {
    color: #012869;
    font-family: 'Anton', sans-serif;
    font-size: 6rem;
    line-height: 1em;
    margin-top: 54px;
    display: block;
    padding-left: 65px;
}

.main-content {
    padding: 50px;
    overflow-wrap: break-word;
}

.body-container {
    display: block;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.text-styles {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    color: #020000;
}
.text-bold, .font-weight-bold {
    font-weight: 700 !important;
}

.text-1{
    font-family: 'Lalezar', sans-serif;
    font-size: 6.4rem;
    line-height: 1em;
}
.text-4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
}
.text-5{
    color: #727274;
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1em;
}


.color-1 {
    color: #1AA1C7;
}
.color-2 {
    color: #012869;
}

.main-site-link{
    color:#707070;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 60px;
}

.main-site-link:hover{
    text-decoration: none;
    color: #4f4f4f;
}

a{
    color: #1aa1c7;
    text-decoration: none;
    font-size: 2.2rem;
}

a:hover{
    text-decoration: none;
}

#auroraPageControls a{
    font-size: 1.3rem;
}

hr{
    border-top: 3px solid rgba(0, 0, 0, .1);
}

#form-band label, form label{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #012869;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.form-control, .form-select, .input-group-text{
    font-size: 1.9rem;
}

.btn, .btn-default, a.btn-default{
    border: none;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 0;
    background: #1AA4CA;
    font-family: 'Montserrat', sans-serif;
}

.btn-sm{
    font-size: 1.8rem;
    padding: 10px;
}

.btn-primary, a.btn-primary{
    background: #054990;
}
.btn-primary:hover, a.btn-primary:hover {
    background: #104174;
}

.btn-primary.disabled{
    background:#393939;
    pointer-events:auto !important;
    cursor:not-allowed;
}

.custom-control-label::before{
    width: 1.6rem;
    height: 1.6rem;
    margin: .2rem 1rem 1rem -0.3rem;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.custom-control-label::after{
    top: 0.6rem;
    left: -2rem;
    width: 2rem;
    height: 2rem;
}
.client-container{
    margin: 2rem 4rem;
}
.client-nav{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: end;
    margin: 0;
}
.client-nav li:not(:last-child){
    border-right: 4px solid;
    padding-right: 2rem;
}

.module-graph{
    position: relative;
    margin: 15rem 0;
}
.module-graph li{
    border: 1px solid #707070;
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: white;
    position: relative;
}

.module-graph ol{
    display: flex;
    justify-content: space-between;
    margin: 0 5rem;
    padding: 0;
}
.module-graph li > span,
.module-graph li > a{
    color:#707070!important;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    z-index: 1;
}
.module-graph li .module-number{
    line-height: 5rem;
    font-size: 8rem;
}
.module-graph li.completed{
    background: #012869;
}
.module-graph li.completed a{
    color: white!important;
}
.module-graph li.current{
    background: #CB0000;
}
.module-graph li.current a{
    color: white!important;
}
.module-graph .check-mark{
    position: absolute;
    z-index: 0;
    top: 0px;
    left: .8rem;
}
.module-graph .check-mark svg{
    width: 100%;
}
.course-chapters li{
    position: relative;
}
.course-chapters .check-mark{
    position: absolute;
    left: -5.5rem;
    width: 5.5rem;
    top: -2.8rem;
}
.course-chapters .check-mark svg{
    width: 100%;
}

.module-final{
    font-size: 3rem!important;
}

.graph-line{
    width: calc(100% - 100px);
    z-index: -1;
    height: 30px;
    display: block;
    background: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.water-background{
    position: absolute;
    width: 100%;
    top: -15.7rem;
    z-index: -2;
}

.course-chapters,
.chapter-sections,
.right-downloads,
.right-buttons{
    list-style: none;
    padding: 0;
}

.right-buttons a{
    color:#012869;
    font-weight: bold;
    border: 1px solid #707070;
    width: 100%;
    padding: 10px;
    display: block;
}

.right-buttons a:hover{
    color:white;
    background-color: #012869;
}

.chapter-sections li, .course-chapters li{
    margin-bottom: 10px;
}

.course-chapters{
    padding-left: 4.5rem;
}
.text-success a{
    color: #28a745 !important;
}

.module-list-number{
    font-size: 1.6rem;
    font-weight: bold;
}
.module-list-title{

    font-weight: bold;
}
.module-list-pages{
    font-size: 1.6rem;
}

.border-right{
    border-right: 1px solid gray;
}

.text-inactive{
    color: #a00303;
}

.text-active{
    color: #006700;
}

.pointer{
    cursor: pointer;
}

#paymentProcessingSpinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-size: 100px;
    color: white;
}

#paypal-button-container{
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 20px;
}

#loadModalTerms{
    font-size: 1.6rem;
}

#credit-card{
    border:1px solid;
    padding:20px 15px;
    border-radius:20px;
    max-width:500px;
    margin:auto;
}