﻿@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('font/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('font/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('font/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('font/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('font/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('font/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('font/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('font/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('font/MYRIADPRO-BOLD.woff') format('woff');
}

body {
    font-family: 'Myriad Pro Regular', Arial;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #4D4D4F;
    background-color: #eff8f8;
}

header, .mainclientlogo{
    background-color: #ffffff;
}

form[name="aspnetForm"]{
    height: 0px; /* Fixes issue where form was overlaying elements, preventing inspeciton */
}

a {
    color: #008378;
    text-decoration: none;
}

    a:hover {
        color: #008378;
        cursor: pointer;
        text-decoration: none;
    }

h1 {
    font-size: 2.625em;
    font-weight: 300;
    color: #4D4D4F;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 1.75em;
    }
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    color: #4D4D4F;
}

h3 {
    font-size: 1em;
    color: #4D4D4F;
}

.mainheadercontainer {
    background-color: #ffffff;
}

.mainheadermenu {
    height: 58px;
    background-color: #7cbfb8;
    position: relative;
    z-index: 50;
    margin: 0 auto;
}

.mainpage {
    margin: 0px auto;
    padding: 0;
    width: 970px;
}

/* Header styles*/
.mainheader {
    height: 70px;
    position: relative;
}

.mainheadercontent {
    vertical-align: middle;
}

.mainheadercontent h2 {
    color: #7bc043;
    float: left;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 6px;
}

.mainheadercontent h2::first-letter {
    font-size: 1.2em;
    text-transform: uppercase;
}

.mainheadercontent h5 {
    color: #7bc043;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 10px;
}

.mainheadercontent h5::first-letter {
    font-size: 1em;
    text-transform: uppercase;
}

.navbar{
    padding-bottom: .25rem;
}

.mainclientlogo a img {
    height: 35px;
}

.mainclientlogo .nav-link{
    padding-bottom: 0;
}

.vertical-spacer {
    width: 1px;
    height: 30px;
    background-color: #7bc043;
    margin: 5px 10px 0px 10px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0px;
    background-color: transparent;
    border: none;
}

.description-text {
    line-height: 2;
}

.action-icon {
    color: #ffffff;
}

.ss-icon {
    position: relative;
    top: .1875em;
    padding-right: 5px;
    display: none;
}

.main-content {
    background-color: #eff8f8;
    min-height: 75vh;
}

.welcome h2{
    font-weight: bold;
}

.hr {
    height: 1px;
    background-color: #dddddd;
}

.toast-message {
    color: #ffffff;
}

.support-section{
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
}

.support-section a{
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 100;
    font-family: 'Myriad Pro Regular';
    position: absolute;
    right: 0;
    bottom: .5rem;
}

.support-section h4{
    display: none;
}
/* Header styles*/


/* Card CSS */
.courseset-card .card-body {
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.courseset-card .card-text{
    font-size: 13px;
}

.card-promoted-body {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    min-height:12em;
}

.card-promoted-text{
    padding-left: 85px;
    color: #4D4D4F;
}

.card-promoted-text img{
    display: none; /* Prevent visuals from breaking in promoted card. */
}

.card-icon {
    padding-left: 2rem;
    width:200px;
}

.card-icon-large {
    width: auto;
    height: 90px;
    max-width: 100%;
    margin-bottom: 1rem;
}

.card-image-wrapper{
    display: flex;
    justify-content: center;
    min-height: calc(106px);
}

.card-button-wrapper{
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

@media (max-width: 767.98px) {
    .card-icon {
        display: none;
    }
}

/*Flip Promoted below featured on small screen*/
.promotedswitchblock-sm {
    display:none;
}
.promotedswitchblock-lg {
    display: flex;
}
@media screen and (max-width: 767.98px) {
    .promotedswitchblock-sm {
        display: flex;
    }
    .promotedswitchblock-lg {
        display:none;
    }
}
/*End Flip Promoted below featured on small screen*/

.card-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #008378;
}
.card-promoted-title {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #008378;
}

.card {
    word-wrap: normal !important;
    background: #ffffff;
    border: none;
    position: relative;
    box-shadow: 0 6px 20px 0 rgb(0 56 48 / 12%);
}

.card:hover{
    box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 70%);
}

.card .button-icon img{
    padding-block: 0;
}

.button-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.card-promoted {

}

.card .featured-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 100%;
}

.card.courseset-card, .card.course-card {
    cursor: pointer;
}

.card.courseset-card:hover, .card.course-card:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24), 0 16px 24px 0 rgba(0, 0, 0, 0.3);
}

.card-text {
    flex-direction: column;
    gap: .5rem;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4D4D4F;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}   

.card-text img{
    height: auto !important;
}

.card-status {
    padding: 8px 32px 15px;
}

.card-footer.card-button {
    padding: 0;
    margin: -1px;
}

.card-footer.card-button .btn {
    padding: 12px 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.26;
    color: #FFF;
    background: #008378;
}

.card-footer.card-button > .btn-course {
    border-color: #66a137;
}

.card-footer.card-button > .btn-document {
    border-color: #008378;
}

.card-footer.card-button .btn-course {
    background-color: #008378;
    border-color: #008378;
}

.card-footer.card-button .btn-document {
    background-color: #008378;
    border-color: #008378;
}

#carousel{
    background:white;
}

.image-carousel-box {
    max-height: 15em;
    object-fit: contain;
    border-radius: 0.25rem;
}

.carousel-caption {
    color: white;
    text-shadow: 0 0 12px black, 0 0 5px black, 0 0 2px #008378;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    background-color: rgba(255,255,255);
    opacity:1;
}
.carousel-control-prev {
    border-radius: 0.25rem 0px 0px 0.25rem;
}
.carousel-control-next {
    border-radius: 0px 0.25rem 0.25rem 0px;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23008378' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23008378' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-inner {
    border-radius: 0.25rem;
}

.carousel-indicators li {
    background-color: rgba(0, 131, 120, 0.5);
}

.carousel-indicators .active {
    background-color: #20c997;
}

.status-completed {
    background-color: transparent;
    border-bottom: solid 2px transparent;
}

.status-completed.online {
    border-color: transparent;
}

.status-completed.video {
    border-color: transparent;
}

.status-started {
    background-color: #f8f7e6;
}

.status-not-started {
    background-color: transparent;
}

.card-duration .ss-icon {
    color: #6c6c6c;
}

.card-duration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-width-card{
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.full-width-card .card-title{
    color: #4D4D4F;
}

.full-width-card .card-body{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 2rem;
}

.card-body-second-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

/* Card Button Styles */

.card .btn{
    padding: .15rem .6rem;
}

.card a.btn-primary{
    background-color: #006f60;
    border-color: #006f60;
    border-radius: 3px;
    color: #ffffff;
}

.card a.btn-primary:hover, 
.card a.btn-primary:active, 
.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #004030;
    border-color: #004030;
    color: #ffffff;
}

.card a.btn.btn-outline-primary{
    color: #4D4D4F;
}

.card a.btn.btn-outline-primary:hover{
    background-color: #ffffff;
}

.btn.btn-tertiary {
    font-family: 'Myriad Pro Regular';
    border-radius: 3px;
    font-weight: normal;
    letter-spacing: .25px;
    background-color: #e7f3f1;
    border: solid 1px #4D4D4F;
    font-size: 13px;
    padding: 0.25rem 1rem;
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:active {
    background-color: #8bf7e5;
    color: #006f60 !important;
    border: solid 1px #4D4D4F;
}

.line-clamp{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .card .featured-image{
        display: none;
    }
}

@media (max-width: 992px) {
    .full-width-card .card-body {
        flex-direction: column;
    }    

    .card-body-second-section{
        flex-direction: row;
        justify-content: space-between;
    }

    .card-promoted {
        margin-top: 1em;
    }
    .card-promoted-body {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        min-height:16em;
        width:100%;
    }

    .card-promoted-text{
        padding-left: 0;
    }
}

/* End Card CSS */


/* Footer CSS */

.footer-nav {
    height: 128px;
    padding-top: 30px;
}

.footer-text {
    font-size: 13px;
    line-height: 2;
}

.footer-text a {
    font-weight: bold;
    margin-right: 28px;
    padding-right: .5em;
    white-space: nowrap;
}


@media (max-width: 767.98px) {
    .footer-text {
        line-height: 1.5;
        text-align: center;
    }

    .footer-text a {
        margin: 0;
    }

    .footer-nav {
        height: 90px;
        padding-top: 10px;
    }
}

@media (max-width: 321px) {
    .footer-nav-relative {
        position: relative;
    }
}

/* End Footer CSS */

/* Header CSS */

.learning-center {
    cursor: pointer;
}

.content-fill {
    top: 384px;
}

.title-bar {
    font-family: 'Myriad Pro Bold';
    font-weight: 900
}

.title-bar h1 {
    color: #ffffff;
    line-height: 1.5;
    font-size: 2.1em;
    padding-block: 1rem;
    margin-bottom: 0;
    display: inline-block; /* Prevents entire bar from being clickable home link */
}

.title-masthead {
    background: #006F60;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.title-spacer {
    display: none;
}

.title-nav {
    background: linear-gradient(89.35deg, #003D35 21.48%, rgba(0, 172, 157, 0.619792) 96.46%) !important;
}

.cc-nav-bar{
    display: flex;
    flex-direction: row;
}

.cc-nav-bar li{
    list-style: none;
}

.cc-navbar-nav{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 !important;
}

.cc-navbar-nav .nav-link{
    margin: 0 !important;
    padding: .35rem 1.5rem !important;
    font-size: 14px !important;
    color: #ffffff;
    font-weight: 600 !important;
    letter-spacing: .5px;
}

.cc-navbar-nav a.active{
    color: #006F60 !important;
    background-color: #eff8f8;
    border-bottom: none !important;
} 

.cc-navbar-nav a:hover{
    border-bottom: none !important;
}

@media (max-width: 767.98px) {
    .content-fill {
        top: 224px;
    }

    .title-bar {
        height: 64px;
    }

        .title-bar h1 {
            line-height: 64px;
            font-size: 1.75em;
        }

    .title-masthead {
        height: 128px;
    }

    .title-spacer {
        height: 64px;
    }
}

.title-nav .nav-link {
    font-weight: 400 !important;
    line-height: 1.25;
    padding-top: 20px;
    padding-bottom: 26px;
    margin-right: 2rem;
    font-size: 18px;
}

    .title-nav .nav-link.active {
        color: #ffffff;
    }

    .title-nav .nav-link:hover {
        color: #ffffff;
    }

.top-nav .nav-link {
    /*color: #4D4D4F;*/
    font-size: 18px;
    font-weight: 600;
    color: #595959;
    line-height: 1em;
    white-space: nowrap;
}

    .top-nav .nav-link:hover {
        color: #008378;
    }

.top-nav .link-welcome {
    font-size: 13px;
    color: #747474;
    font-weight: normal;
    font-style: italic;
}

.navbar-green .navbar-toggler {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .navbar-green .navbar-toggler:focus {
        outline: 5px auto #747474;
    }

.navbar-green .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 111, 102, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-force-margin {
    margin-left: 30%;
}

@media (max-width: 1200px) {
    .navbar-force-margin {
        margin-left: 20%;
    }
}

@media (max-width: 992px) {
    .navbar-force-margin {
        margin-left: 1%;
    }
}
/* End Header CSS */

/* Start Custom Select */
.custom-select:focus {
    border-color: #f6f6f6 !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(69, 69, 69, 0.5);
}

.custom-select.ddlstatus option.All {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
}

.custom-select.ddlstatus option.Complete:hover {
    background-color: #008378;
}

.custom-select.ddlstatus option.Incomplete {
    background-color: #4D4D4F;
}

.custom-select.ddlstatus option.Reference {
    background-color: #7cbfb8;
}

.Oval-Complete {
    color: #78c339;
}

.Oval-Incomplete {
    color: #ff4400;
}

.Oval-Reference {
    color: #c6c6c6;
}
/* End Custom Select */

/* Start Report CSS*/
.report-table {
    border: none;
}

    .report-table th, td {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-color: #adadad;
    }

        .report-table th, .report-table th a {
            font-size: 13px;
            font-weight: bold;
            line-height: 1.54;
            text-align: left;
            color: #4D4D4F;
            padding-bottom: 11px;
            padding-right: 20px;
            line-height: 1.2
        }

            .report-table th a:hover {
                color: #4D4D4F;
            }

            .report-table th .sort-asc, .report-table th .sort-desc {
                border-bottom: solid 4px #008378;
            }

    .report-table.mobile td {
        padding: 20px 0px;
    }

    .report-table .small {
        font-weight: 600;
    }

.font-60 {
    font-size: 0.6em;
}

.report-table-footer {
}

    .report-table-footer table {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .report-table-footer span {
        padding: 8px 20px;
        border-radius: 5px;
        background-color: #008378;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
        color: #ffffff;
    }

    .report-table-footer a {
        padding: 8px 20px;
        border-radius: 5px;
        background-color: #ffffff;
        border: solid 2px #e4e4e4;
        color: #008378;
    }

@media (max-width: 767.98px) {
    .report-table-footer table {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .report-table-footer span {
        padding: 5px 12px;
    }

    .report-table-footer a {
        padding: 5px 12px;
    }

    .report-table.mobile .report-table-footer td {
        padding: 7px 1px;
    }
}
/* End Report CSS*/

/* Welcome Video Styles*/
.welcome-video iframe{
    width: 640px;
    height: 380px;
}

@media (max-width: 767.98px) {
    .welcome-video iframe {
        width: 100%;
        height: 100%;
    }
}


/* Overwrite Bootstrap */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}