/* Hide the add additional users button */
.cartOption a:nth-child(3) {
  display: none!important;
 }

.cartOption .mobile-only:nth-child(2) {
  display: none!important;
}

@media only screen and (max-width:768px) {
    #login {
        padding-top:10px;
    }
    #login input.text {
        display:none;
    }
    #footer {
        width: auto;
        position:unset;
        bottom: auto;
    }
    h1 {
        font-size: 32px!important;
        line-height: 36px!important;
        margin-bottom: 6px!important;
    }
    h1.subHeader {
        font-size: 26px!important;
        line-height: 30px!important;
    }
    div#footer table tbody tr td:nth-child(2) {
        padding-left: 0px!important;
        padding-right: 20px!important;
    } 
    div#footer {
        padding: 0 10px;
    }
}

body, h1, h2, h3, h4, h5, h6, td, a, div, span {
    font-family: 'Fira Sans', sans-serif, arial!important;
}

h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 10px;
    color:#1E376C;
}

h2,h3,h4,h5,h6 {
    color:#333333;
}

#testBanner {
    background-color: #850101!important;
}
#testBannerText {
    color: #ffffff!important;
}

/** template header **/
#header {
    border-bottom: 0px solid #C6C8C6;
}

#header_title {
    padding: 6px 0 0 0!important;
    margin-right: 10px!important;
    margin-left: 6px;
    height: 95px!important;
}

#header table {
    min-width: 380px !important;
    max-width: 1920px !important;
    width:100%;
    margin: 0px auto;
    padding: 0px 20px;
    overflow: hidden;
}

.image_cart {
    height: 30px;
    display: block;
    }

#cartCount a {
  color: #ffffff;
  font-size: .85rem;
  font-weight: 400;
}

#wholeContent {
    max-width: 1920px;
}


#topbar {
    margin: auto;
    max-width: 1920px;
}

#footer {
    margin: 0%;padding: 0 20px;
    height: inherit!important;
    border-top: none;
    width: 100%;
    position: sticky;
    bottom: 0;
}

#footer, #footer a, #footer span, #footer table tr td {
    color:#ffffff;
}

#footer img {
    box-shadow: none;
}

#footer table {
    max-width: 1920px;
    margin: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

#footer table tbody tr td:first-child {
    text-align:left;
}

#footer table tbody tr td:nth-child(2) {
   padding-right: 20px;
}

/*
#header table tbody tr td:first-child {
    width: 75px !important;
}
*/

#login  {
    display:block;
}

#login input.submit {
    background-color: #1E376C;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #ffffff;
}

#login input.submit:hover {
    color: #ffffff;
    background-color: #2FA8DB;
}

#cartCount {
    float: right !important;
}

.cartOption a {
    border-radius: 0;
    background-color: #1E376C;
    color:#ffffff;
}

.cartOption a:hover {
    background-color: #2FA8DB;
    color: #1E376C;
}

/*** Page Content ***/
.cardContainer {
    align-items: center;
    justify-content: start; 
}

a.card {
    font-size: 18px;
    padding: 6px;
    aspect-ratio: 2.3 / .5!important;
}

#maincontent h1 img {
    display:none!important;
}

.subHeader {
    width: 100%;
    font-size: 1.8rem;
    border-bottom:unset;
}

.courseinner p {
    line-height: 18px;
    font-size: 14px;
}
.logform button {
    background-color: #2FA8DB;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #ffffff;
}

.logform button:hover {
    background-color: #ffffff;
    color: #1E376C;
}


/** ALERTS CALLOUTS **/
.logform .alert {
    color: #ffffff;
}

.logform .alert:before {
    content: '** ';
    font-size: 1.2rem;
}

.logform .alert:after {
    content: ' **';
    font-size: 1.2rem;
}

.logform #importantN {
    color: #fff;
    font-size: 16px;
    text-align: left;
}
/*date: 09/13/24 */
.logform #importantDescription {
    text-align: left;
    line-height: 1.2rem;
    margin: 0;
}

a.pay-options, .cartOption input.submit {
    padding: 8px;
    font-size: 16px;
    background-color: #1E376C;
    color: #ffffff!important;
    border-radius: 0;
}

a.pay-options:hover, .cartOption input.submit:hover {
    background-color: #2FA8DB;
    color: #ffffff!important;
    border: #1E376C solid 1px;
}