.body-landing-page {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

    .body-landing-page .hero-landing-page {
        height: 400px;
        background-size: cover;
        background-position: center;
    }

    .body-landing-page .spacer-landing-page {
        background-color: #000;
        height: 30px;
        margin-bottom: 40px;
    }

    .body-landing-page .news-landing-page {
        padding: 0px 0px 40px;
    }

        .body-landing-page .news-landing-page .table {
            max-width: 1000px;
            width: 100%;
            display: flex;
        }

            .body-landing-page .news-landing-page .table .row {
                width: 20%;
                display: flex;
                flex-direction: column;
                margin: auto;
            }

                .body-landing-page .news-landing-page .table .row .news-content {
                    margin: auto;
                    width: 200px;
                }

                .body-landing-page .news-landing-page .table .row .news-image {
                    display: flex;
                    margin: auto;
                    width: 200px;
                    height: 125px;
                }

                    .body-landing-page .news-landing-page .table .row .news-image div {
                        margin: auto;
                    }

                .body-landing-page .news-landing-page .table .row div {
                    position: relative;
                }

                .body-landing-page .news-landing-page .table .row:hover {
                    cursor: pointer;
                    color: #57c6da;
                }

                    .body-landing-page .news-landing-page .table .row:hover div:hover {
                        color: #57c6da;
                    }

.accordion-wrapper .accordion-item {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

    .accordion-wrapper .accordion-item .accordion-item-heading {
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        margin: 0px;
        padding: 25px 10px 10px 50px !important;
        background: #0095a9;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
    }

    .accordion-wrapper .accordion-item .accordion-item-heading-small {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 10px;
        cursor: pointer;
        margin-top: 16px;
        margin-left: 50px;
        position: absolute;
        color: #fff;
    }

.accordion-wrapper .close .accordion-item-heading {
    margin: 0px 0px 5px 0px;
}

.accordion-wrapper .close .accordion-item-content {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.accordion-wrapper .open .accordion-item-content {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    margin: 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.accordion-wrapper .open .accordion-item-heading {
    margin: 0px;
}

.all-access-pass-container {
    padding: 20px 0px;
    margin: auto;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

    .all-access-pass-container .all-access-pass-item {
        width: 400px;
        display: flex;
        margin: auto;
    }

        .all-access-pass-container .all-access-pass-item .all-access-pass-item-margin {
            display: flex;
            margin: auto;
            height: 125px;
            width: 300px;
        }

            .all-access-pass-container .all-access-pass-item .all-access-pass-item-margin .all-access-training-pass {
                margin: auto 0px;
            }

            .all-access-pass-container .all-access-pass-item .all-access-pass-item-margin .all-access-training-pass-text {
                margin: auto 0px auto 20px;
            }

                .all-access-pass-container .all-access-pass-item .all-access-pass-item-margin .all-access-training-pass-text h2 {
                    margin-top: 5px;
                    text-align: center;
                    font-size: 24px !important;
                    width: 125px;
                }

                .all-access-pass-container .all-access-pass-item .all-access-pass-item-margin .all-access-training-pass-text h4 {
                    text-align: center;
                    width: 125px;
                }


.all-access-pass-item-margin div:nth-child(1) {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.learning-paths {
    background-image: url("/juniper/resources/images/landing-page/learning-paths.png");
}

    .learning-paths:hover {
        background-image: url("/juniper/resources/images/landing-page/learning-paths-o.png");
    }

.juniper-certification {
    background-image: url("/juniper/resources/images/landing-page/juniper-certification.png");
}

    .juniper-certification:hover {
        background-image: url("/juniper/resources/images/landing-page/juniper-certification-o.png");
    }

.complimentary-training {
    background-image: url("/juniper/resources/images/landing-page/complimentary-training.png");
}

    .complimentary-training:hover {
        background-image: url("/juniper/resources/images/landing-page/complimentary-training-o.png");
    }

.custom-training {
    background-image: url("/juniper/resources/images/landing-page/custom-training.png");
}

    .custom-training:hover {
        background-image: url("/juniper/resources/images/landing-page/custom-training-o.png");
    }

.schedule-of-classes {
    background-image: url("/juniper/resources/images/landing-page/schedule-of-classes.png");
}

    .schedule-of-classes:hover {
        background-image: url("/juniper/resources/images/landing-page/schedule-of-classes-o.png");
    }

.all-access-training-pass {
    background-image: url("/juniper/resources/images/landing-page/all-access-training-pass.png");
}

    .all-access-training-pass:hover {
        background-image: url("/juniper/resources/images/landing-page/all-access-training-pass-o.png");
    }

.on-demand-courses {
    background-image: url("/juniper/resources/images/landing-page/on-demand-courses.png");
}

    .on-demand-courses:hover {
        background-image: url("/juniper/resources/images/landing-page/on-demand-courses-o.png");
    }

.list-of-courses {
    background-image: url("/juniper/resources/images/landing-page/list-of-courses.png");
}

    .list-of-courses:hover {
        background-image: url("/juniper/resources/images/landing-page/list-of-courses-o.png");
    }

.university-program {
    background-image: url("/juniper/resources/images/landing-page/university-program.png");
}

    .university-program:hover {
        background-image: url("/juniper/resources/images/landing-page/university-program-o.png");
    }

.forums {
    background-image: url("/juniper/resources/images/landing-page/forums.png");
}

    .forums:hover {
        background-image: url("/juniper/resources/images/landing-page/forums-o.png");
    }
.course-enrollments {
    background-image: url("/juniper/resources/images/landing-page/clip-03.png");
}

.subscription-days-remaining {
    background-image: url("/juniper/resources/images/landing-page/cal-01.png");
}

.training-hours-completed {
    background-image: url("/juniper/resources/images/landing-page/clock-02.png");
}

.realized-value-to-date {
    background-image: url("/juniper/resources/images/landing-page/chart-04.png");
}

.accordion-item-content {
    padding: 0px !important;
}

    .accordion-item-content table {
        width: 100%;
    }

    .accordion-item-content tr th {
        padding: 5px 20px;
    }

    .accordion-item-content tr td {
        padding: 5px 20px;
        padding-left: 41px;
    }

    .accordion-item-content tr:nth-child(odd) {
        background-color: #eeeeee;
    }

    .accordion-item-content tr:nth-child(1) {
        background-color: #E0E0E0;
    }

.accordion-scroll {
    overflow-y: auto;
    max-height: 300px;
}

.row-sort-up > th > a {
    padding-left: 25px;
    margin-left: -5px;
    background: url("/juniper/resources/images/landing-page/sort-up.png") left center no-repeat;
    background-size: contain;
    text-decoration: none;
    vertical-align: central;
    color: #000;
}

.row-sort-down > th > a {
    padding-left: 25px;
    margin-left: -5px;
    background: url("/juniper/resources/images/landing-page/sort-down.png") left center no-repeat;
    background-size: contain;
    text-decoration: none;
    vertical-align: central;
    color: #000;
}

.swiper-container {
    height: 400px !important;
}

.swiper-slide {
    background-position: center !important;
    background-size: cover !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-slide-content {
    max-height: 80%;
    min-height: 50%;
    background-color: #84b135;
    display: flex;
    color: white;
}

    .swiper-slide-content .swiper-slide-content-margin {
        display: flex;
        flex-direction: column;
        margin: 30px 40px;
        justify-content: space-between;
    }

        .swiper-slide-content .swiper-slide-content-margin h1 {
            text-align: left;
            margin-top: -10px;
            text-transform: capitalize;
            color: white;
            font-size: 30px;
        }

        .swiper-slide-content .swiper-slide-content-margin .swiper-slide-description {
            text-transform: none;
            text-align: left;
            max-width: 400px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .swiper-slide-content .swiper-slide-content-margin .swiper-slide-button {
            max-width: 150px;
            background-color: white;
            color: black;
            height: 35px;
            min-height: 35px;
            padding: 5px 10px;
            border-radius: 0px;
            margin-top: 10px;
        }

            .swiper-slide-content .swiper-slide-content-margin .swiper-slide-button:hover {
                background-color: #0095A9 !important;
                color: white !important;
            }

    .swiper-slide-content.right {
        margin: auto 8% auto auto;
    }

    .swiper-slide-content.left {
        margin: auto auto auto 8%;
    }

.expired-event {
    color: red;
}

.accordion-wrapper .open .news-wrapper {
    padding: 20px 52px !important;
}

.accordion-item.open .accordion-arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-arrow {
    background: url("/juniper/resources/images/landing-page/dot-arrow.svg") left center no-repeat;
    pointer-events: none;
    margin-left: 13px;
    margin-top: 18px;
    height: 25px;
    width: 25px;
    position: absolute;
    background-size: contain;
    text-decoration: none;
    vertical-align: central;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-prev:after {
    opacity: 0;
}

.swiper-button-next:after {
    opacity: 0;
}

.swiper-button-prev {
    height: 100%;
    top: 22px;
    width: 35px;
    left: 0px;
}

.swiper-button-next {
    height: 100%;
    top: 22px;
    width: 35px;
    right: 0px;
}

.login-wrapper {
    display: flex;
    width: 100%;
}

.modLogin tbody {
    width: 225px;
    display: flex;
    flex-direction: column;
}

.login-container {
    margin: 40px 5% auto 5%;
    width: 30%;
    height: auto;
}

.login-option-header {
    background-color: white;
    border-bottom: 1px solid #008894;
    width: 225px;
    color: #008894;
    box-sizing: border-box;
    position: relative;
    outline: 0;
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: 14pt;
    font-family: lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0;
    min-width: 80px;
    border-radius: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.login-button-wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.login-button-container {
    padding: 10px;
    margin: auto;
}

div.login-button-wrapper > div:nth-child(2) {
    padding-top: 15px;
}

.login-option-button {
    width: 225px;
}

    .login-option-button:hover {
        background-color: #2f80a9 !important;
    }

#divLoginBox {
    padding: 10px;
    width: 245px;
    margin: 0px auto auto auto;
}

    #divLoginBox tr {
        padding: 2px 0px;
        width: 225px;
    }

    #divLoginBox td input {
        max-width: 160px;
        margin-right: 0px;
    }

    #divLoginBox td {
        padding-bottom: 0px;
    }

    #divLoginBox label {
        height: auto;
        color: #008894;
        position: relative;
        display: inline-block;
        white-space: nowrap;
        font-size: 11pt;
        font-weight: 700;
        text-align: left;
        margin: 0;
        width: 80px;
        line-height: 27px;
        padding: 5px 0px;
    }

#login__tbLogin {
    margin: 0px;
    background-color: #efefef;
    border: none;
    display: inline-block;
    font-size: 11pt;
    padding: 5px 10px;
    border-radius: 0;
    width: 145px;
}

#login__tbPassword {
    margin: 0px;
    background-color: #efefef;
    border: none;
    display: inline-block;
    font-size: 11pt;
    padding: 5px 10px;
    border-radius: 0;
    width: 145px;
}

    #login__tbPassword input -internal-autofill-selected {
        background-color: #efefef !important;
    }

#login__btnLogin {
    padding-top: 7px;
    height: 31px;
    width: 60px;
}

    #login__btnLogin tbody {
        width: 60px;
    }

        #login__btnLogin tbody tr {
            width: 60px;
        }

    #login__btnLogin .bkimage_button_left {
        display: none;
    }

    #login__btnLogin #login__btnLogin_img_m {
        padding: 5px 10px;
        height: 30px !important;
        font-size: 11pt;
        font-weight: 700;
        color: white;
        background: none !important;
        float: right;
        background-color: #008894 !important;
        width: 60px;
        color: white;
        box-sizing: border-box;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: 0;
        display: inline-block;
        white-space: nowrap;
        text-decoration: none;
        vertical-align: baseline;
        font-weight: 700;
        text-align: center;
        margin: 0;
        border-radius: 0;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        #login__btnLogin #login__btnLogin_img_m:hover {
            background-color: #2f80a9 !important;
        }

#divCustomerLogin {
    margin-top: 7px;
    padding-top: 10px;
}

.user-login-page {
    background-image: url("../resources/images/login-page/hero.jpg");
}

.user-login-page {
    margin-top: -40px;
    min-height: 550px;
    height: 70vh;
    background-size: cover;
}

#login__pLogin {
    padding: 20px 30px;
    background: white;
    width: 300px;
    display: flex;
}

#divLoginFailed font {
    line-height: 16px;
}

#divCustomerLogin a {
    color: #008894;
}

    #divCustomerLogin a:hover {
        color: #2f80a9;
    }

.button-active {
    background-color: #2f80a9 !important;
}

.login-option-button {
    display: block !important;
    visibility: visible !important;
}

.login-header {
    display: flex;
    background-color: #5a8f00;
    width: 60%;
    height: 249px;
    margin-top: 40px;
}

.login-logo-container {
    background-color: white;
}

.login-header-text {
    font-size: 14.5px;
    padding: 0px;
    color: white;
    text-transform: uppercase;
    margin: auto 5% auto 40%;
    line-height: 1.2;
}

    .login-header-text h1 {
        font-size: 40px;
        color: white;
    }

    .login-header-text button {
        float: left;
    }

        .login-header-text button {
            background-color: #008894;
        }
            .login-header-text button:hover {
                background-color: #2f80a9 !important;
            }


#divLoginFailed {
    width: 225px;
    margin-top: 5px;
    margin-left: 10px;
}

    #divLoginFailed font {
        font-size: 13.5px;
    }

#divContentWrapper {
    background-color: #fff;
}

#PortalWrapper {
    display: flex;
    flex-direction: column;
}

.modLogin {
    display: flex;
    flex-direction: column;
}

    .modLogin label {
        font-size: 10pt !important;
        line-height: 8px !important;
    }

    .modLogin input {
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    .modLogin #login__btnLogin_img_m {
        width: 175px;
    }

    .modLogin .bkimage_button_table tbody tr {
        width: 225px !important;
        display: flex;
    }

        .modLogin .bkimage_button_table tbody tr .bkimage_button_left {
            width: 0px !important;
        }

        .modLogin .bkimage_button_table tbody tr #login__btnLogin_img_m {
            width: 225px;
            margin: auto !important;
        }

#divCustomerLogin {
    display: flex;
    flex-direction: column;
    padding-top: 6px;
}

    #divCustomerLogin #login__lbReminder {
        margin: auto;
    }

    #divCustomerLogin .login-new-user {
        margin-top: 20px;
        border-top: 1px solid #008894;
        display: flex;
        flex-direction: column;
    }

        #divCustomerLogin .login-new-user .login-new-here {
            margin: auto;
            margin-top: 20px;
        }

        #divCustomerLogin .login-new-user #login__lbRegister {
            margin: auto;
            margin-top: 10px;
            padding: 5px 10px;
            height: 30px !important;
            font-size: 11pt;
            font-weight: 700;
            color: white;
            background: none !important;
            float: right;
            background-color: #008894 !important;
            width: 175px;
            color: white;
            box-sizing: border-box;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            outline: 0;
            display: inline-block;
            white-space: nowrap;
            text-decoration: none;
            vertical-align: baseline;
            font-weight: 700;
            text-align: center;
            border-radius: 0;
            box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        #divCustomerLogin .login-new-user .login-support-container {
            margin-top: 15px;
            text-align: center;
        }

        #divCustomerLogin .login-new-user #login__lbRegister:hover {
            background-color: #2f80a9 !important;
        }

.dropdown-content .page_links:visited {
    color: black;
}

.dropdown-content .page_links {
    color: black;
    font-weight: normal;
}

.training-credit-wrapper {
    margin-top: 5px;
    width: 100%;
}

    .training-credit-wrapper tr {
        display: flex;
    }

        .training-credit-wrapper tr td {
            width: 50%;
        }

            .training-credit-wrapper tr td input {
                width: 100% !important;
            }


.landing-page-icon-text {
    font-size: 16px;
}

.footer {
    background-color: #EFEFEF !important;
}

.nav-link-list-lp {
    display: flex;
    justify-content: flex-end;
}

.nav-link-item-lp {
    display: flex !important;
    padding: 0px 0px 0px 14px !important;
    margin-left: 3px !important;
}

.login-nav {
    width: 55px;
}

    .login-nav .nav-bar-text-black {
        line-height: normal !important;
    }

.register-nav .nav-bar-text-black {
    line-height: normal !important;
}

.login-nav .nav-bar-text-black {
    width: 38px;
    height: auto !important;
}

.register-nav .nav-bar-text-black {
    height: auto !important;
}

.nav-link-item-left {
    margin-left: 4px !important;
}

.nav-bar-text-black {
    line-height: 77px !important;
    height: 100%;
    margin: auto;
    font-size: 14px !important;
}

.dropdown-content {
    margin-top: 77px;
}

.shopping-cart-icon {
    margin-top: 20px !important;
    height: 30px !important;
    text-align: right;
    color: #008894 !important;
    width: 27px;
    background-position: bottom;
    background-image: url(/juniper/resources/images/header/shopping-cart.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    line-height: 8px !important;
    font-size: 10px !important;
}

.nav-link-list-lp {
    padding-right: 0px !important;
}

.icon-27 {
    height: 25px;
    width: 25px;
}

.icon-nav-search-white {
    margin-top: 0px !important;
}

.header-search {
    padding: 0px 5px !important;
    margin-right: 85px;
}

    .header-search.is-active {
        padding-right: 40px !important;
        padding-top: 10px !important;
    }

.nav-link-item-left {
    padding-top: 10px !important;
    text-transform: uppercase;
    position: absolute;
    left: -5px;
    height: 62px !important;
}

.hamburger-container {
    margin-top: 24px;
    margin-bottom: auto;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
}

.nav-link-item-shopping-cart {
    margin-left: 55px !important;
}

.hover .hamburger-line {
    background-color: #008894;
}

.accordion-item-content.accordion-scroll > div {
    min-height: 5px !important;
}

.enrollments-training-link {
    padding: 4px 41px 4px;
    border-top: 1px solid lightgrey;
    display: none;
}

.certifications-link {
    padding: 4px 41px 4px;
    border-top: 1px solid lightgrey;
    display: none;
}

.accordion-sub-content {
    padding-bottom: 5px;
    font-weight: normal;
}

.slice-5col > .slice-item {
    width: 16% !important;
}

.footer-list {
    padding: 37px 20px !important;
}

.slice-4col > li:nth-child(4) {
    margin-left: -10px;
}

html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #0095a9;
}

body::-webkit-scrollbar {
    width: 13px;
}

body {
    background-color: #ffffff !important;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    body::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    body::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        border-radius: 6px;
        border: 3px solid var(--scrollbarBG);
    }

.accordion-scroll::-webkit-scrollbar {
    width: 13px;
}

.accordion-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    .accordion-scroll::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
    }

    .accordion-scroll::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        border-radius: 6px;
        border: 3px solid var(--scrollbarBG);
    }

.track-news-header {
    background-color: #84b135;
}

    .track-news-header .track-news-container {
        color: white;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: normal;
        padding: 10px 20px 10px 50px;
    }

.header-search.is-active {
    background-color: #fff !important;
}

    .header-search.is-active .header-search-input {
        background-color: #eee !important;
    }

.track-news-content {
    padding: 20px 50px;
}

.body-landing-page .news-landing-page .table {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.contact-us-wrapper {
    padding: 0px 20px 20px 20px;
}

.contact_header {
    padding: 20px;
}

#contact #PortalWrapper > table > tbody > tr:nth-child(2) {
    display: none;
}

#contact #PortalWrapper > table > tbody > tr:nth-child(1) {
    display: none;
}

#contact .validation_summary {
    margin-bottom: 20px;
    width: 100% !important;
}

@media only screen and (max-width: 1080px) {
    .logo-icon-background {
        height: auto !important;
    }

    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .header-search.is-active {
        padding-top: 0px !important;
        padding-left: 10px !important;
    }

    #_pSearch table {
        display: inline-flex;
    }

        #_pSearch table td {
            display: table-cell;
            vertical-align: middle;
        }

            #_pSearch table td #CopyShortcut {
                margin: auto 10px;
            }
}

@media only screen and (max-width: 975px) {
    .responsive-nav {
        display: none !important;
    }

    .register-nav {
        height: 100% !important;
    }

    .login-nav {
        height: 100% !important;
    }

    .wrapper {
        height: 100%;
    }

    .top-menu {
        height: 100%;
    }

    .login-wrapper {
        flex-direction: column;
    }

        .login-wrapper .login-header {
            width: 90%;
            margin-top: 40px;
            margin-bottom: 40px;
        }

            .login-wrapper .login-header .login-header-text {
                min-width: 300px;
                margin: auto 10%;
                padding-top: 20px;
                padding-bottom: 20px;
            }

        .login-wrapper .login-container {
            margin: 0px auto auto;
            width: auto;
        }

    .user-login-page {
        height: 100%;
        max-height: 80vh;
        padding-bottom: 40px;
        min-height: 980px;
    }

    #PortalWrapper {
        min-height: 940px;
    }

    #container {
        min-height: 100vh !important;
    }

    .slice-5col {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-left: 70px;
    }

        .slice-5col .slice-item {
            min-width: 150px;
            padding: 5px;
        }

    .slice-4col {
        display: flex;
        flex-wrap: wrap;
    }

        .slice-4col .slice-item {
            height: 130px;
        }

            .slice-4col .slice-item:last-child {
                min-height: 75px;
                height: 75px;
            }

    .footer-wrapper {
        display: flex;
    }

    .footer {
        height: auto !important;
        min-height: 362px;
    }

    .footer-select-wrapper {
        min-width: 190px;
    }

    .paragraph-no-margin {
        margin-bottom: 15px;
        margin-top: 0px;
    }

    #user_activity_info #portalwrapper {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 935px) {
    #top-nav {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .header-search {
        right: 38px !important;
        margin-right: 0px !important;
    }

    .responsive-nav {
        display: none !important;
    }

    .icon-mobile-menu {
        visibility: hidden !important;
    }

    .responsive-nav {
        height: 100%;
        line-height: normal !important;
        visibility: hidden !important;
    }

    .nav-link-item-left {
        margin: auto auto auto 0px !important;
        position: relative !important;
        left: 0px !important;
        height: auto !important;
        padding: 0px !important;
        padding-top: 4px !important;
    }

        .nav-link-item-left .nav-bar-text-black {
            width: auto !important;
            line-height: normal !important;
        }

    .top-menu .nav-link-list-lp .is-active .can-scroll {
        height: 100% !important;
    }

    .nav-bar-text-black {
        height: 100% !important;
    }

    .wrapper {
        height: 100%;
    }

    .top-menu {
        height: 100%;
        margin-right: 20px;
    }

    .nav-link-item-shopping-cart {
        margin: auto 5px auto auto !important;
        position: relative !important;
        height: auto !important;
        padding: 0px !important;
    }

    .shopping-cart-icon {
        margin: 0px !important;
        height: 23px !important;
    }

    .hamburger-container {
        margin-top: auto;
        margin-bottom: auto;
    }

    .dropdown-content {
        margin-top: 56px;
        margin-left: -125px;
    }

    .header-search-wrapper {
        margin-right: 70px !important;
    }

    .body-landing-page .news-landing-page .table {
        margin: 0px auto;
    }

        .body-landing-page .news-landing-page .table .row {
            width: 175px !important;
            margin: auto 5px;
        }

            .body-landing-page .news-landing-page .table .row div {
                width: 175px !important;
            }

    .news-landing-page .center {
        display: flex;
    }
}

#PortalWrapper .pan_frame > tbody {
    display: flex;
    flex-direction: column;
}

    #PortalWrapper .pan_frame > tbody > tr:nth-child(1) {
        display: flex;
        width: 100%;
    }

        #PortalWrapper .pan_frame > tbody > tr:nth-child(1) .pan_caption_bkgrnd {
            width: 100%;
        }

    #PortalWrapper .pan_frame > tbody > tr:nth-child(2) {
        margin-top: -23px;
    }

#PortalWrapper .pan_caption_bkgrnd .pan_caption_frame tr td:nth-child(2) {
    display: flex;
}

    #PortalWrapper .pan_caption_bkgrnd .pan_caption_frame tr td:nth-child(2) a {
        margin: auto 0px auto auto;
    }

.all-access-pass-expired {
    padding: 10px 20px;
    background-color: #FFB71B;
    color: white;
    font-weight: bold;
}

.all-access-pass-none {
    padding: 20px 0px;
}

.all-access-pass-vouchers {
    width: 100%;
    padding: 20px 40px;
}

.cert-vouchers {
    border-top: 1px solid lightgrey;
}

.all-access-pass-voucher-label {
    font-weight: bold;
}

.all-access-pass-voucher-date-example {
    font-style:italic;
    font-size: 10px;
}

.accordion-no-content {
    font-weight: bold;
    padding: 20px 40px;
    margin-bottom: -10px !important;
    margin: auto;
    width: 100%;
}

.no-certifications-found {
    margin-bottom: -15px;
}

.learn-more-certifications {
    margin-top: 15px;
}

#my-training .accordion-no-content {
    padding: 20px 40px 15px 40px;
}

.register-nav {
    margin-left: 45px !important;
}

.header-search-logged-out {
    margin-right: 125px !important;
}

.nav-bar-text-black {
    white-space: nowrap !important;
}

#training #_pPanel_minheight > table:nth-child(2) > tbody > tr > td:nth-child(2) {
    text-align: right;
}

#training #_pSearch > table:nth-child(1) > tbody > tr > td:nth-child(3) {
    text-align: right;
}

#training #_pSearch > table:nth-child(2) > tbody > tr > td:nth-child(3) {
    text-align: right;
}

#user_training_calendar #_pSearch > table:nth-child(1) > tbody > tr > td:nth-child(3) {
    text-align: right;
}

#user_training_calendar #_pSearch > table:nth-child(2) > tbody > tr > td:nth-child(3) {
    text-align: right;
}

#user_training_calendar #_pPanel_minheight > table:nth-child(2) > tbody > tr > td:nth-child(2) {
    text-align: right;
}

#training #_pPanel_minheight > div:nth-child(3) {
    border-top: 1px solid #A8ACB5;
}

#user_training_calendar #_pPanel_minheight > div.user_section > div.user_indent > div:nth-child(3) > table > tbody > tr > td:nth-child(1) {
    display: none;
}

#user_training_calendar #_pPanel_minheight > div.user_section > div.user_indent > div:nth-child(3) > table > tbody > tr > td:nth-child(2) {
    padding-left: 110px;
}

#user_training_calendar #_pPanel_minheight > div.user_section > div.user_indent > div > table > tbody > tr > td:nth-child(3) > img {
    margin: 4px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

#user_training_calendar .user_head4 {
    padding-left: 0px;
}

#training #PortalWrapper {
    margin-top: 20px;
}

#_tbFindCandidateCertifications {
    margin-left: 5px;
}

.candidate-info-label {
    align-items: center;
    display: flex;
}

.candidate-info-header {
    font-size: 10.5px;
    font-style: italic;
    padding: 4px;
}

@media only screen and (max-width: 768px) {
    .header-search-logged-out {
        margin-right: 50px !important;
    }

    @media only screen and (max-width: 600px) {
        #_pPanel_minwidth {
            width: 100% !important;
        }
    }

    @media only screen and (max-width: 500px) {
        #_pInfo_minwidth {
            width: 100% !important;
        }
    }

    @media only screen and (max-width: 440px) {
        .nav-link-item-left {
            display: none !important;
            position: absolute !important;
            z-index: 0 !important;
        }
    }

    @media only screen and (max-width: 400px) {
        .validation_summary {
            width: 100% !important;
        }

        #content #_tbEmail {
            width: 100% !important;
        }

        #content #_tbSubject {
            width: 100% !important;
        }
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .swiper-slide-content.right {
        margin: auto 250px auto auto !important;
    }

    .swiper-slide-content.left {
        margin: auto auto auto 250px !important;
    }

    .register-nav .nav-bar-text-black {
        line-height: 77px !important
    }

    .login-nav .nav-bar-text-black {
        line-height: 77px !important
    }

    .nav-bar-text-black {
        height: auto !important;
    }

    .shopping-cart-icon {
        height: 30px !important;
        line-height: 77px !important
    }

    .login-header-text {
        margin: 15px 20px auto 40%;
    }

    #login__lbReminder {
        text-align: center;
    }

    .login-new-here {
        text-align: center;
    }

    #login__btnLogin_img_m {
        width: 225px !important;
    }
}

.bk_button {
    display:inline-block;
}