﻿main .contentHeader {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    width: 100%;
}

    main .contentHeader .contentHeaderCopy {
        flex-grow: 1;
        position: relative;
    }

        main .contentHeader .contentHeaderCopy span {
            bottom: 30px;
            color: #ffffff;
            font-family: 'Aleo', serif;
            font-weight: 400;
            font-size: 47px;
            position: absolute;
            text-align: center;
            text-shadow: 2px 2px 0 #000000;
            text-transform: none;
            width: 100%;
        }

    main .contentHeader.noImage {
        height: 86px;
    }

.mainContent {
    width: 100%;
    max-width: 1200px;
    padding: 30px 15px;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1.4;
}
.mainContent.training-wrapper{
    max-width: unset;
    padding: 0;
}

    .mainContent table {
        margin: 30px auto;
        width: 100%;
    }

        .mainContent table tr th, .mainContent table tr td {
            border-right: 2px solid #ffffff;
            color: #393d46;
            font-family: neusa-next-std, sans-serif;
            font-size: 17px;
            line-height: 17px;
            padding: 16px 10px;
        }

            .mainContent table tr th:last-child, .mainContent table tr td:last-child {
                border: none;
            }

        .mainContent table thead tr th, .mainContent table thead tr td {
            background: #0b40c4;
            color: #ffffff;
            font-size: 24px;
            font-weight: 700;
            line-height: 50px;
            padding: 0;
            text-align: center;
            text-transform: uppercase;
        }

        .mainContent table tbody tr th {
            background: rgba(11, 64,196, 0.7);
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
        }

        .mainContent table tbody tr:nth-child(even) {
            background: #ffffff;
        }

        .mainContent table tbody tr:nth-child(odd) {
            background: #e8e8e9;
        }

main .contentHeader.hasImage {
    height: 325px;
    box-sizing: border-box;
}

.contentTwoContainer {
    background-color: #f0dfcd;
}

    .contentTwoContainer .mainContent {
        padding: 55px 15px 100px;
    }

header {
    height: 90px;
    background-color: #f5f4ef;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
}

#loginMenu {
    background-color: rgba(11, 64,196, 0.7);
    display: none;
    padding: 35px 0 12px 0;
    position: absolute;
    right: 0;
    top: 90px;
    width: 255px;
    z-index: 2000;
}

    #loginMenu a, #loginMenu a:visited {
        color: #ffffff;
        display: block;
        font-family: neusa-next-std, sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.5px;
        padding: 0 35px 23px 35px;
        text-align: right;
        text-decoration: none;
        text-transform: uppercase;
    }

        #loginMenu a:hover, #loginMenu a:active {
            color: rgba(255, 255,255, 0.9);
        }

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}
.header-content-container{
    flex: 1;
}
.header-content-top{
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}
.header-content-bottom{
    padding-top: 5px;
}
.header-content-bottom #menuDesktop .navbar-nav{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

#logoMenu > a {
    width: 94px;
}
#logoMenu > a.logo-mobile{
    display: block;
}
#logoMenu > a.logo-desktop{
    display: none;
}
.header-login-mobile {
    display: block;
    font-size: 32px;
    height: 32px;
    width: 32px;
    margin-right: 11px;
    margin-top: 30px;
    color: #0b40c4;
}
    .header-login-mobile:hover, .ehader-login-mobile:after {
        color: rgba(11, 64,196, 0.7);
    }
a.header-login-desktop{
    display: none;
}
a.btn-free-trial-desktop{
    display: none;
}
.btn-free-trial-mobile {
    color: #f5b503;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: calc(50% - 30px);
}
    .btn-free-trial-mobile:hover, .btn-free-trial-mobile:after {
        color: rgba(245, 191, 3, 0.7);
    }



    #logoMenuItems {
        display: none;
    }



#headerQuestions {
    display: none;
}

#menuControl {
    cursor: pointer;
    color: #0b40c4;
    font-size: 32px;
    position: absolute;
    top: 45px;
    left: 105px;
}

    #menuControl.open .openIndicator {
        display: none;
    }

    #menuControl.open .closedIndicator {
        display: inline;
    }

    #menuControl .closedIndicator {
        display: none;
    }

#headerActions {
    position: relative;
    display: none;
    z-index: 100;
    background-color: rgba(11, 64,196, 0.8);
}

#menu {
    padding: 10px 0;
}

#menuDesktop {
    display: none;
}

.menuItem {
    text-align: left;
}

    .menuItem a, .menuItem a:visited {
        font-family: neusa-next-std, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        text-transform: uppercase;
        padding: 0 15px;
        letter-spacing: 1px;
        line-height: 50px;
        text-decoration: none;
    }

        .menuItem a:hover, .menuItem a:active {
            opacity: 0.9;
        }

    .menuItem .open a, .menuItem .open a:visited, .menuItem .open a:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    .menuItem a:visited, .menuItem a:hover {
        color: #FFFFFF;
    }

    .menuItem.parent a {
        color: #FFFFFF;
    }

.menuItemChildren {
    display: none;
}

.menuItem.open .menuItemChildren {
    width: 100%;
}

.menuItem.open .menuItemText a, .menuItem.open .menuItemText a:visited, .menuItem.open .menuItemText a:hover, .menuItem.parent.open .menuItemText:before {
    content: "\f078";
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    letter-spacing: 1px;
}

.menuItem.open {
    padding-bottom: 10px;
    background-color: rgba(11, 64,196, 0.8);
}

.menuItemText a {
    text-decoration: none;
}

#subMenu .menuItemChildren {
    display: block;
    text-align: left;
    padding: 0 15px 0 30px;
    box-sizing: border-box;
}

.menuItem.parent .menuItemText:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 900;
    vertical-align: middle;
    float: right;
    line-height: 46px;
    padding-right: 15px;
}

.menuItem.parent .menuItemText.open:after {
    color: #F25526;
}

.menuItemChild a, .menuItemChild a:visited {
    color: #FFFFFF;
    font-family: neusa-next-std, sans-serif;
    display: block;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 15px;
    line-height: 35px;
    text-transform: none;
    text-decoration: none;
}

    .menuItemChild a:hover, .menuItemChild a:active {
        color: #ededed;
    }

#menuQuestions {
    background-color: #f5b503;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-family: neusa-next-std, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2px;
    padding: 20px;
    text-transform: uppercase;
}

    #menuQuestions a {
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        text-decoration: none;
    }



footer {
    background-color: #2a486b;
}

#footerContainer {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

#footer {
    padding: 30px 0;
    background-color: #2a486b;
}

#backToTop {
    cursor: pointer;
    font-size: 50px;
    color: #f5b503;
    line-height: 1;
    width: 100%;
    text-align: center;
}

    #backToTop span {
        line-height: 0.6;
        display: block;
        font-weight: 900;
    }

#footerHeader {
    padding-bottom: 30px;
    background-color: #11213a;
}

    #footerHeader img {
        width: 80px;
    }
    .footerCall{
        padding: 20px 0;
    }

    .footerCall span {
        font-family: neusa-next-std, sans-serif;
        font-weight: 400;
        font-size: 22px;
        color: #f5b503;
    }

        .footerCall span a, .footerCall span a:visited {
            font-weight: 700;
            color: #f5b503;
            text-decoration: none;
        }

        .footerCall span a:hover, .footerCall span a:active {
            opacity: 0.8;
        }
footer .back-to-top-spaceholder{
    width: 100%; 
    height: 30px;
}

#footer .f-col-copyright {
    font-size: 12px;
    font-weight: 400;
    color: #fff6dc;
    text-align: center;
    padding-bottom: 20px;
}

#footer .f-col-cylosoft {
    font-size: 12px;
    font-weight: 700;
    color: #fff6dc;
    text-align: center;
    text-transform: uppercase;
}

    #footer .f-col-cylosoft a, #footer .f-col-cylosoft a:visited {
        font-size: 12px;
        font-weight: 700;
        color: #fff6dc;
        text-decoration: none;
    }

        #footer .f-col-cylosoft a:hover, #footer .f-col-cylosoft a:active {
            opacity: 0.8;
        }
        .f-section-container{
            padding-bottom: 10px;
            background-color: #11213a;
        }
        .f-section-intro{
            color: #f5b503;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 0;
        }
        .f-section-title{
            color: #fff6dc;
            font-size: 30px;
            line-height: 40px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .f-section-row{
            display: flex;
            justify-content: space-around;
        }
        .f-section-column{
            text-align: center;
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .header-lms{
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 15px;
            padding: 14px 0;
            padding-left: 30px;
        }
        .header-lms:hover{
            text-decoration: none;
        }
        .header-lms-image{
            width: 110px;
        }
        .header-lms-image img{
            width: 100%;
            object-fit: contain;
            object-position: center;
        }
        .header-lms-text{
            font-weight: 700;
            font-size: 16px;
            color: #2a486b;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

@media (min-width: 768px) {

    header{
        height: 120px;
    }
        #logoMenu > a.logo-mobile {
            display: block;
            width: 125px;
        }

        #logoMenu > a.logo-desktop {
            display: none;
        }
        .header-container{
            padding-right: 20px;
        }
    .header-login-mobile {
        display: none;
    }

    a.btn-free-trial-desktop{
        display: block;
    }
    .btn-free-trial-mobile {
        display: none;
    }
        a.header-login-desktop {
        display: block;
    }

    .f-section-intro {
        margin-bottom: 15px;
    }

    .f-section-title {
        margin-bottom: 20px;
    }
    .f-section-column a.btn{
        margin-bottom: 15px;
    }


    #headerQuestions {
        color: #0b40c4;
        display: inline-block;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 16px;
        font-weight: 700;

    }

        #headerQuestions a, #headerQuestions a:visited {
            color: #0b40c4;
            text-decoration: none;
        }

            #headerQuestions a:hover, #headerQuestions a:focus {
                opacity: 0.7;
            }


    main .contentHeader.hasImage {
        height: 470px;
    }

    #menu {
        display: none;
    }

    #menuControl {
        display: none;
    }

    #menuDesktop {
        color: #11213a;
        display: block;
        font-family: neusa-next-std, sans-serif;
        font-size: 16px;
        letter-spacing: -0.5px;
        line-height: normal;
        padding: 0;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        color: #11213a;
        font-weight: 400;
        padding-left: 0;
    }

        .navbar-expand-sm .navbar-nav .nav-link:hover, .navbar-expand-sm .navbar-nav .nav-link:active {
            color: #0b40c4;
        }

    .navbar-expand-sm .navbar-nav .show .nav-link {
        color: #0b40c4;
    }



    .dropdown.mega {
        position: static;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-menu.mega {
        background: rgba(57,61,70,0.9);
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        left: 0;
        margin: 0;
        position: absolute !important;
        right: 0;
        width: 100%;
    }

    .dropdown-menu.traditional {
        background: rgba(57,61,70,0.9);
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-left: -15px;
        min-width: 250px;
        padding-bottom: 0;
    }

        .dropdown-menu.traditional > a, .dropdown-menu.traditional > a:visited {
            color: #ffffff;
            display: block;
            letter-spacing: 0.5px;
            font-weight: 400;
            margin-bottom: 8px;
            padding: 5px 15px;
            text-decoration: none;
        }

            .dropdown-menu.traditional > a:hover, .dropdown-menu.traditional > a:active {
                opacity: 0.8;
            }

    .dropdown-column {
        letter-spacing: 0.5px;
        padding: 15px;
        width: 50%;
        float: left;
    }

        .dropdown-column > a, .dropdown-column > a:visited {
            color: #71facc;
            font-weight: 500;
            text-decoration: none;
        }

            .dropdown-column > a:hover, .dropdown-column > a:active {
                opacity: 0.8;
            }

        .dropdown-column ul {
            list-style: none;
            padding: 5px 0 0 0;
        }

            .dropdown-column ul li a, .dropdown-column ul li a:visited {
                color: #ffffff;
                display: block;
                line-height: 24px;
                font-weight: 300;
                text-decoration: none;
                text-transform: none;
            }

                .dropdown-column ul li a:hover, .dropdown-column ul li a:active {
                    opacity: 0.8;
                }

    #footer .f-col-copyright {
        text-align: start;
        padding-bottom: 0;
    }

    #footer .f-col-cylosoft {
        text-align: end;
    }


}

@media (min-width: 1024px) {
    #logoMenu > a {
        width: 250px;
        padding-top: 46px;
    }

        #logoMenu > a.logo-mobile {
            display: none;
        }

        #logoMenu > a.logo-desktop {
            display: block;
        }

    .header-container {
        padding-left: 20px;
    }

    #footer .copyright {
        margin: 0;
        width: auto;
    }


    #menuDesktop {
        letter-spacing: 0;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        color: #11213a;
        font-weight: 400;
        padding-left: 0;
    }
    .header-lms {
        padding-left: 0;
    }

    .header-lms-image {
        width: 150px;
    }


}



/* ---------------------------------------------------------------------------------------------------- */

.mainContent blockquote {
    margin-left: 2em;
}

.mainContent hr {
    margin-bottom: 15px;
}

.mainContent img {
    width: auto;
}

.mainContent small {
    display: block;
    line-height: 1.25;
    opacity: 0.8;
}

.mainContent .alert {
    border: none !important;
    border-radius: 0;
    padding: 30px;
}

    .mainContent .alert p:last-child {
        margin-bottom: 0;
    }

.mainContent .card {
    margin-bottom: 30px;
    padding: 30px 20% 30px 60px
}

    .mainContent .card .card-header {
        font-weight: 400;
        padding-top: 19px;
        text-transform: uppercase;
        font-family: 'Aleo', serif;
    }

    .mainContent .card .card-body ul {
        margin: 0;
        padding-left: 15px;
    }

    .mainContent .card.gray {
        background: rgba(0,0,0,.01);
        margin-left: 45px;
    }

.mainContent .form-control {
    border-radius: 0;
    background-color: #fff6dc;
    border: 1px solid #f5b503;
    border-radius: 10px;
}

    .mainContent .form-control:focus {
        border-color: #f5bf03;
        box-shadow: 0 0 0 .2rem rgba(245, 191, 3, 0.25);
    }

.mainContent .next {
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 30px;
    padding: 30px 0;
}
.card {
    background-color: #f5f4ef;
    border: none !important;
    border-radius: 20px;
}
.bottomCard {
    background-color: #f5f4ef;
    margin-bottom: 15px;
    border: none !important;
    padding: 30px 20% 30px 60px;
    border-radius: 20px;
}
.header-1 {
    background-color: rgba(0,0,0,.0);
    text-align: left;
    font-size: 62px;
    padding-bottom: 0px !important;
    font-weight: 900 !important;
    color: #0b40c4;
    float: left;
    line-height: 70%;
    margin-left: 10%;
}
.header-2 {
    background-color: rgba(0,0,0,.0);
    text-align: left;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 20px;
    font-weight: 900 !important;
    color: #0b40c4;
    float: left;
    margin-left: 10%;
}
.title-header {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    color: #0b40c4;
    font-family: ff-good-headline-web-pro-con, sans-serif;
    text-transform: uppercase;
}
.cardContainer {
    height: 100%;
}
.formImg {
    float: right;
    width: 30% !important;
    bottom: 40%;
    left: 65%;
    position: absolute;
    margin-top: 50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.imgOverlay {
    float: right;
    width: 30%;
    background-color: #0b40c4;
    position: absolute;
    padding: 15px;
    height: 22%;
    left: 65%;
    bottom: 25%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.overlayText {
    text-align: left;
    padding-top: 15px;
    font-size: 28px;
    line-height: 90%;
    color: #ffffff;
    font-weight: 900;
    font-family: ff-good-headline-web-pro-con, sans-serif;
    text-transform: uppercase;
}
.formFields {
    float: left;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.user-info {
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 10px;
    float: left;
    bottom: -40%;
}
.sign-up {
    padding-top: 30px !important;
    text-align: left !important;
}
.row {
    min-width: 100%;
    max-width: 150%;
}
.form-row {
    margin-left: -15px;
    margin-right: 15px;
    padding-right: 0px;
    width: 450px;
    max-width: 100%;
}
.form-body {
    max-width: 100%;
}
.smallText {
    max-width: 65%;
    margin-left: 15px;
}
.course-content {
    margin-left: 20px;
    column-gap: 100px;
}
#cbContactMe {
    padding-left: 6px !important;
}
.clickHere {
    font-family: neusa-next-std, sans-serif;
    color: #f37159 !important;
    text-decoration: none;
}
    .clickHere:hover .clickHere:visited {
        color: #1ea685 !important;
    }
.trainings-header {
    margin-left: 15px;
    text-transform: uppercase;
}
.btn btn-green {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: #26d2a9 !important;
}
.trainings-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.list-items li a {
    color: #0b40c4;
}
    .list-items li a:hover {
        color: rgba(11, 64,196, 0.7);
    }
.list-items li a:visited {
    color: #c69009;
}
.divider {
    background-color: #ffffff;
    height: 3px;
    width: 98%;
    margin: 5px;
    margin-top: 20px;
}
.listing-return {
    border: none !important;
    margin: 0px !important;
}

/* 2026 updates */
.embed-responsive{
    border-radius: 20px;
}
.col-form-label{
    font-size: 17px;
}