body {
    font-family: 'Montserrat', sans-serif !important;
}
.bc {
    color: #6d6e71 !important;
}
.header-wrap {
    display: none;
}

#top-header {
    display: none;
}

footer.copyright-divider {
    display: none;
}

body {
    font-family: Montserrat;
    margin: 0px;
    padding: 0px;
    font-size: medium;
}

.launch-topheader {
    border-bottom: 1px solid #E3E3E3;
    padding: 24px 0 31px 4px;
}

.launch-main {
    max-width: 1150px;
    margin: 0 auto;
    margin-left: 35px;
    padding-left: 0;
}

.fullwidth {
    width: 100%;
}

.launch-main-inner {
    max-width: 1150px;
    margin: 20px auto;
}

.page-content {
    border-bottom-color: #e4e4e4;
}

.inner-title {
    border: 1px solid #cccccc;
    padding: 15px;
}

.inner-title h1 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

table.table thead tr th {
    text-align: left;
    padding: 10px;
    background: #f7f7f7;
    border-left: 1px solid #cccccc;
    border-right: 0px solid #cccccc;
    border-top: 1px solid #cccccc;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

table.table thead tr th:last-child {
    border-right: 1px solid #ccc;
}

table.table {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

table.table tbody tr {
    border: 1px solid #ccc;
    background: #ffffff;
}

table.table tbody tr td {
    border-top: 1px solid #ccc;
    padding: 10px;
    border-right: 1px solid #ccc;
}

table.table tbody tr td:first-child {
    border-left: 1px solid #ccc;
}

table.table tbody tr td:last-child {
    border-right: 1px solid #ccc;
}

body {
    height: 600px;
    overflow: auto;
}

#container {
    overflow: auto;
}

.page-heading .heading-text {
    padding: 0;
}

/* course topic accordion start */
.containerDiv {
    border: 1px solid #cccccc;
    width: 100%;
    display: table;
}

.rowDivHeader {
    border: 1px solid #cccccc;
    background-color: #f3f3f3;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    display: table-row;
    float: left;
    width: 100%;
    border-bottom: 0px;
}

.rowDiv {
    border: 1px solid #ccc;
    background-color: #fff;
    display: table-row;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.rowDiv:last-child {
    border-bottom: 0px;
}

.cellDivHeader {
    border-right: 1px solid #f3f3f3;
    display: table-cell;
    padding: 10px 15px;
    text-align: left;
    float: left;
}

.cellDivHeader:nth-child(1) {
    width: 39%;
}

.cellDivHeader:nth-child(2) {
    width: 18%;
}

.cellDivHeader:nth-child(3) {
    width: 18%;
}

.cellDivHeader:nth-child(4) {
    width: 25%;
    text-align: center;
}

@supports (-ms-ime-align:auto) {
    .cellDivHeader:nth-child(1) {
        width: 41%;
    }

    .cellDivHeader:nth-child(2) {
        width: 20%;
    }

    .cellDivHeader:nth-child(3) {
        width: 19%;
    }

    .cellDivHeader:nth-child(4) {
        width: 20%;
        text-align: center;
    }
}

.cellDiv {
    border-right: 1px solid #ccc;
    display: table-cell;
    width: 8%;
    padding-right: 4px;
    text-align: left;
    border-bottom: none;
    padding: 8px 12px 8px 15px;
    word-break: break-all;
}

.lastCell {
    border-right: none;
    width: 2%;
}

.cellDiv:first-child {
    width: 17%;
    background: rgba(0, 0, 0, 0) url("/img/arrow_left.png") no-repeat scroll left 15px top 10px;
    padding-left: 45px;
}

.table-pannel-body {
    padding: 0px;
}

.table-accordion-wrap {
    border: 1px solid #ccc;
}

h4.panel-subtitle {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-mid .panel+.panel {
    margin-top: 0;
}

.panel-mid .panel-default {
    border-bottom: 0 none #ccc;
    border-color: #ccc;
}

.panel-mid .panel-default:last-child {
    border-bottom: 1px solid #ccc;
}

.clear-accordion {
    clear: both;
    display: both;
    height: 0px;
}

.panel-mid .panel-default {
    float: left;
    width: 100%;
}

#accordion .panel-heading {
    float: left;
    width: 100%;
}

.panel-group {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.collapse.in {
    float: left;
    width: 100%;
}

a:focus {
    outline: none !important;
}

.panel-group .panel+.panel {
    margin-top: 0px !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.rowDiv:first-child {
    border-top: 1px solid #ccc;
}

.cellDiv .btn {
    width: 90px;
    text-align: center;
}

.cellDiv .sf-button.accent {
    width: 90px;
    text-align: center;
    margin-right: 0px;
}

.panel-mid .panel-collapse {
    float: left;
    width: 100%;
    clear: both;
}

#accordion h4.panel-title {
    position: relative;
}

.panel-subtitle span {
    text-transform: none;
    color: #222;
    font-weight: normal;
    position: absolute;
    right: 170px;
}

.panel-heading .accordion-toggle h4:after {
    font-family: 'FontAwesome';
    content: "\f063";
    float: right;
    color: grey;
    overflow: no-display;
    font-size: 18px;
    color: #222;
}

.panel-heading .accordion-toggle.collapsed h4:after {
    content: "\f061";
    font-size: 18px;
    color: #222;
}

a.accordion-toggle {
    text-decoration: none;
}

#accordion h4.panel-title {
    float: left;
    width: 100%;
}

a.accordion-toggle {
    float: left;
    width: 100%;
}

.couse-topic-left {
    float: left;
    width: 68%;
    word-wrap: break-word;
}

.couse-topic-right {
    float: left;
    width: 25%;
    text-align: left;
    padding-left: 15px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000 !important;
}

.panel-heading .accordion-toggle h4::after {
    position: absolute;
    right: 0px;
}

.modal-dialog {
    width: 500px;
    padding-top: 0% !important;
}

/* course topic accordion end */

.has-left-sidebar>article,
.has-left-sidebar .type-page,
.has-left-sidebar .archive-page,
.has-left-sidebar .push-right {
    float: left !important;
}

.pad0 {
    padding: 0;
}

h1.inner-maintitle {
    line-height: 30px !important;
}

.bor_bottom {
    border-bottom: 1px solid #ccc;
}

.new_cont {
    margin-top: 10px;
    padding: 0;
}

.new_cont p span {
    display: block;
    color: #a60008;
    font-size: 18px;
    line-height: 32px;
}

.course_step1 {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image;?>.png") no-repeat scroll left top 10px;
    float: left;
    min-height: 110px;
    width: 80px;
}

.course_step1_selected {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image_hover;?>.png") no-repeat scroll left top 10px;
    float: left;
    min-height: 110px;
    width: 80px;
}


.course_step2 {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image;?>.png") no-repeat scroll left -65px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 150px;
}

.course_step2_selected {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image_hover;?>.png") no-repeat scroll left -65px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 150px;
}

.course_step2_1 {
    background: rgba(0, 0, 0, 0) url("/img/launchcourse_bg<?php echo !empty(TENANT_CODE) ? '_'.TENANT_CODE : '';  ?>.png") no-repeat scroll left -85px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 96px;
}

.course_step2_1_selected {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image_hover;?>.png") no-repeat scroll left -85px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 96px;
}

.course_step3 {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image;?>.png") no-repeat scroll left -200px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 150px;
}

.course_step3_selected {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image_hover;?>.png") no-repeat scroll left -200px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 150px;
}

.course_step3_1 {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image;?>.png") no-repeat scroll left -200px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0px 0px 8px;
    text-align: center;
    width: 118px;
}

.course_step3_1_selected {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image_hover;?>.png") no-repeat scroll left -200px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0px 0px 25px;
    text-align: center;
    width: 118px;
}

.course_step4 {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image;?>.png") no-repeat scroll left -340px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 150px;
}

.course_step4_selected {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image_hover;?>.png") no-repeat scroll left -340px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 150px;
}

.course_step4_1 {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image;?>.png") no-repeat scroll left -340px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 10px 0px 15px;
    text-align: center;
    width: 115px;
}

.course_step4_2 {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image;?>.png") no-repeat scroll left -340px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 10px 0px 0px;
    text-align: center;
    width: 172px;
}

.course_step4_1_selected {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image_hover;?>.png") no-repeat scroll left -200px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 10px 0px 15px;
    text-align: center;
    width: 166px;
}

.course_step5 {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image;?>.png") no-repeat scroll left -465px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 150px;
}

.course_step5_selected {
    background: rgba(0, 0, 0, 0) url("/img/<?php echo $image_hover;?>.png") no-repeat scroll left -465px top 10px;
    float: left;
    min-height: 100px;
    padding: 110px 0 0;
    text-align: center;
    width: 150px;
}

.sf-button.accent {
    border-radius: 6px !important;
    cursor: pointer;
}

.sf-button.outline_btn {
    background-color: #FFFFFF;
    border-radius: 6px;
    color: #555555 !important;
    border: 2px solid #CCCCCC;
    margin: 0px 20px;
}

.sf-button.outline_btn:hover {
    color: #555555 !important;
}

.course_stat {
    float: left;
    min-height: 100px;
    padding: 22px 0 0;
    text-align: left;
    width: 240px;
    margin: 0 0 0 10px;
}

.course_stat h4 {
    color: #a60008;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 0 0px;
}

.course_stat p.training {
    background: rgba(0, 0, 0, 0) url("/img/training_center_icon.png") no-repeat top 5px left;
    padding: 0px 0 0 40px;
    line-height: 26px;
}

.course_stat p.training span {
    font-weight: bold;
    display: block
}

.find_training {
    position: relative;
}

.find_training input[type="text"] {
    width: 100%;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

.find_training a:hover {
    color: #fff;
    text-decoration: none;
}

.marbottom {
    margin-bottom: 20px;
    float: left
}

.training_iconmap {
    background: url("/img/find.png") no-repeat left 7px center !important;
    padding: 8px 14px 8px 30px !important
}


@media only screen and (min-width:992px) and (max-width:1199px) {
    .cellDivHeader:nth-child(1) {
        width: 49%;
    }

    .cellDivHeader:nth-child(2) {
        width: 19%;
    }

    .cellDivHeader:nth-child(3) {
        width: 16%;
        padding-left: 0px;
    }

    .panel-subtitle span {
        right: 134px;
    }

    @supports (-ms-ime-align:auto) {
        .cellDivHeader:nth-child(1) {
            width: 43%;
        }

        .cellDivHeader:nth-child(2) {
            width: 23%;
        }

        .cellDivHeader:nth-child(3) {
            width: 14%;
            padding-left: 0px;
        }

        .cellDivHeader:nth-child(4) {
            width: 18%;
            text-align: center;
        }
    }
}

@media only screen and (min-width:960px) and (max-width:991px) {
    .cellDiv:first-child {
        width: 10%;
    }

    .lastCell {
        width: 1%;
    }

    .cellDivHeader:nth-child(1) {
        width: 33%;
    }

    .cellDivHeader:nth-child(2) {
        width: 23%;
    }

    .cellDivHeader:nth-child(3) {
        width: 20%;
    }

    .panel-subtitle span {
        right: 132px;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .cellDivHeader:nth-child(1) {
        width: 50%;
    }

    .cellDivHeader:nth-child(2) {
        width: 17%;
    }

    .panel-subtitle span {
        right: 140px;
    }

    @supports (-ms-ime-align:auto) {
        .cellDivHeader:nth-child(1) {
            width: 40%;
        }

        .cellDivHeader:nth-child(2) {
            width: 23%;
        }

        .cellDivHeader:nth-child(3) {
            width: 14%;
            padding-left: 0px;
        }

        .cellDivHeader:nth-child(4) {
            width: 18%;
            text-align: center;
        }
    }
}

@media only screen and (max-width:767px) {
    .cellDiv:first-child {
        width: 100%;
    }

    .lastCell {
        width: 100%;
    }

    .cellDiv {
        width: 100%;
        display: inherit;
    }

    /* .rowDivHeader { display:none; } */
    .panel-subtitle span {
        display: none;
    }

    .rowDiv {
        padding-bottom: 10px;
    }

    .cellDiv .btn {
        margin-top: 6px;
    }

    .cellDiv .sf-button.accent {
        margin-top: 6px;
    }

    .cellDiv {
        border-right: 0px;
    }

    .mob-lr0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cellDiv:nth-child(1) {
        position: relative;
        padding-top: 30px;
    }

    .cellDiv:nth-child(1):before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: 'Course Topics';
        text-transform: uppercase;
        font-weight: bold;
        display: block;
    }

    .cellDiv:nth-child(2) {
        position: relative;
        padding-top: 30px;
    }

    .cellDiv:nth-child(2):before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: 'Topic Type';
        text-transform: uppercase;
        font-weight: bold;
        display: block;
    }

    .cellDiv:nth-child(3) {
        position: relative;
        padding-top: 30px;
    }

    .cellDiv:nth-child(3):before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: 'Status';
        text-transform: uppercase;
        font-weight: bold;
        display: block;
    }

    .cellDiv:nth-child(4) {
        position: relative;
        padding-top: 30px;
    }

    .cellDiv:nth-child(4):before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: 'Action';
        text-transform: uppercase;
        font-weight: bold;
        display: block;
    }

    .modal-dialog {
        width: 96%;
    }

    .course_step1 {
        min-height: 75px;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/course.jpg") no-repeat center top 10px;
    }

    .course_step1_selected {
        min-height: 75px;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/course_hover.jpg") no-repeat center top 10px;
    }

    .course_step2 {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/survey.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step2_selected {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/survey_hover.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step2_1 {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/survey.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step2_1_selected {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/survey_hover.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step3 {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/certificate.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step3_selected {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/certificate_hover.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step3_1 {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/certificate.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step3_1_selected {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/certificate_hover.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step4 {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/claim.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step4_selected {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/claim_hover.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step4_1_selected {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/claim_hover.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step4_2 {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/claim.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step4_2_selected {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/claim_hover.jpg") no-repeat center top 10px;
        text-align: center;
    }

    .course_step5 {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/eCard-icon.png") no-repeat center top 10px;
        text-align: center;
        padding: 65px 0 0;
    }

    .course_step5_selected {
        width: 100%;
        background: rgba(0, 0, 0, 0) url("/img/eCard-icon_hover.png") no-repeat center top 10px;
        text-align: center;
        padding: 65px 0 0;
    }

    .course_stat {
        width: 100%;
    }

    .cellDiv:first-child {
        background: none;
        padding: 30px 10px 8px 15px;
    }

    .cellDivHeader:nth-child(2) {
        display: none;
    }

    .cellDivHeader:nth-child(3) {
        display: none;
    }

    .cellDivHeader:nth-child(4) {
        display: none;
    }

    .hori_line {
        display: none;
    }

    .noarrow_bg {
        background: none !important;
        padding: 30px 10px 8px 15px !important;
    }

}

.hideclass {
    display: none !important;
}

.showclass {
    display: block !important;
}

.complete_btn_pad {
    padding: 10px 0;
    float: left;
}

.table_no_bg {
    background: none;
    border: 0;
}

.noarrow_bg {
    background: none !important;
    padding: 30px 10px 8px 15px !important;
}

.table_no_bg>.cellDivHeader {
    border: 0px !important;
}

.textcenter {
    text-align: center !important;
}

.review_btn {
    color: #555555 !important;
    border: 2px solid #CCCCCC;
    margin: 0px 0px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    height: auto;
    padding: 8px 14px;
    text-shadow: none;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}

.review_btn:hover {
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.lock_icon {
    text-align: center !important;
    font-size: 20px !important;
}

input.sf-button.accent {
    padding: 5px 10px;
}

.panel-mid .panel-collapse {
    border-bottom: 1px solid #ccc;
}

.mar_bot {
    margin-bottom: 10px;
}

.font18 {
    font-size: 18px
}

a.sf-button {
    padding: 8px 12px;
}

.cellDiv {
    font-weight: normal;
}

.hori_line {
    background-color: #ccc;
    width: 5px;
    position: absolute;
    height: 85px;
    top: 101px;
    left: 42px;
}

.lock_icon {
    width: 90px;
    display: inline-block
}

.firstchild_wid {
    width: 50% !important;
}

.secchild_wid {
    width: 25% !important;
    text-align: center
}

.threechild_wid {
    width: 25% !important;
    text-align: center
}

.cellDiv:last-child {
    text-align: center;
}

span.pastdue {
    font-size: 11px;
    background-color: #aa0303;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
}

.new_cont blockquote {
    border: 0px;
}

span.upnext {
    font-size: 11px;
    background-color: #207c16;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
}

.sf-button.accent.disabled {
    background-color: #5d5d5d;
    cursor: not-allowed;
    pointer-events: none;
}

#prerequisitesModal {
    top: 30%;
}

.ce-page-load {
    color: green !important;
    display: inline-flex !important;
}

.ce-page-load img {
    width: 20px;
    height: 20px;
    padding-left: 5px !important;
}

.icons2 {
    color: #8B0000;
    font-size: 17px;
}

.bor-box {
    border: 1px solid #CCCCCC;
    border-radius: 0px;
}

.resource {
    padding: 0px;
}

.res-wrap {
    padding: 8px 0px;
}

.res-heading {
    font-size: 22px;
    font-weight: 500;
    padding: 15px 15px;
    color: #222328;
    margin: 0;
}

a.links {
    opacity: 1;
    color: #C10E21;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    display: table;
}

b.icon {
    font-size: 18px;
    display: table-cell;
    vertical-align: top;
    opacity: 1;
    padding: 2px 10px 0px 0px;
}

.txt {
    text-decoration: underline;
    display: table-cell;
    vertical-align: top;
    letter-spacing: 0.70px;
    font-size: 16px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl8 {
    padding-left: 8px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.mt62 {
    margin-top: 62px !important;
}

div#resources-list {
    overflow-y: auto !important;
    overflow-x: unset !important;
    max-height: 351px;
    padding: 0px 10px 15px 15px;
}

.modal.video .modal.video {
    position: fixed !important;
    overflow-y: unset !important;
    overflow-x: unset !important;
}

.modal.video .modal-header .close {
    margin-top: -28px;
    opacity: 0.8;
}

.modal.video .modal-dialog {
    padding-top: 5% !important;
    width: 693px !important;
    height: 630px !important;
}

.modal.video .modal-body {
    margin: 15px 20px 20px 20px;
    overflow: unset !important;
    padding: 15px;
    border: 0px solid #b4b4b4;
}

.modal.video iframe,
.modal.video object,
.modal.video embed,
.modal.video video {
    width: 100% !important;
    height: 100% !important;
}

.modal.video .modal-header {
    margin: 25px 31px 0px 34px !important;
    background: transparent;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0 !important;
    display: table;
    width: 90.20%;
}

.modal.video .modal-header .resource-title {
    display: table-cell;
    vertical-align: middle;
}

.modal.video .modal-header .close-btn {
    display: table-cell;
    vertical-align: middle;
}

.modal.video h4.modal-title {
    font-size: 22px !important;
}

.modal.video .modal-header .close {
    margin-top: -3px !important;
    font-size: 35px;
    outline: none !important;
    font-weight: normal !important;
}

.modal.video .modal-content {
    border-radius: 2px !important;
}

/* New Reseller design CSS */
img.text-logo {
    height: 35px !important;
}

.c-top-nav__logo img,
.c-top-nav__logo svg {
    height: 50px;
}

ul.breadcrumb {
    padding: 10px 16px 15px 0px;
    list-style: none;
    background-color: white;
    margin-left: 77px;
    margin-top: 16px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #707070;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #C10E21;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    text-decoration: underline;
}

.thumbnailBorder {
    border: 1px solid #D3D3D3;
}

.aui-card-img-top {
    height: 250px;
}

.course-header-block {
    display: flex;
    padding-bottom: 8px;
    margin-left: 78px;
    margin-right: 88px;
    border-bottom: .0625rem solid #e3e3e3;
}

.header-image {
    display: flex;
    flex: 0 0 0%;
}

.header-details {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    min-height: 16rem;
    width: 100%;
}

.course-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    font-family: Montserrat;
    font-style: normal;
    line-height: normal;
}

.course-description {
    color: #6d6e71;
    font-size: 16px;
    padding-top: 8px;
}

.course-description > p,
.course-description.fs1rem > p{
    line-height: 24px !important;
}

.action-block {
    margin-top: auto;
    align-self: flex-end;
    position: relative;
    float: inline-end;
    margin-bottom: 4px;
}

.course-action-button {
    color: #ffffff;
    background-color: #bc0000;
    font-size: 16px;
    border-radius: 32px;
    height: auto;
    padding: 8px 24px;
    border: 0px;
}

.course-action-button:disabled {
    opacity: 0.65;
}

.course-action-button:hover {
    box-shadow: 0px 3px 6px #00000029;
}

.play-icon {
    font-size: 18px;
    margin-right: 10px;
}

.descriptionResourcesBlock {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-left: 78px;
    margin-right: 85px;
    margin-top: 25px;
}

.descriptionBlock {
    flex: 1 1 70%;
}

.descriptionBlockFullWidth {
    flex: 1 1 100%;
}

.alert-dialog {
    width: 100%;
    padding: 12px 20px;
}

.hide {
    display: none;
}

.visible {
    display: inline-block;
}

.redCloseIcon {
    opacity: 1;
    padding-top: 8px !important;

    span {
        font-size: 32px;
        font-weight: 500;
        color: #bc0000;
    }
}

.alertTextNotStarted {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}

.descriptionText {
    color: #000B27;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 12px;
}

.showMoreLessLink {
    text-decoration: none !important;
    font-weight: 600 !important;
}

.showLessArrow {
    position: relative;
    top: 2px;
}

.resourcesBlock {
    margin-left: 15px;
}
.descriptionBlock > .fs-mb16  > p {
    font-size: 16px !important;
    margin-bottom: 16px !important;
}
section {
    border: 1px solid #c3c3c3;
    min-height: 230px;
    padding: 0;
    border-radius: 5px;
    float: right;
    width: 100%;

    h1 {
        font-size: 24px;
        font-weight: 500;
        color: #000b27;
        margin-bottom: 16px;
    }

    ul {
        list-style-type: none;
        color: #c10e21;
        padding: 0;
        margin: 0;
    }

    ul li {
        padding-bottom: 14px;
    }

    ul li a span {
        color: #000000;
    }

    ul li a span fa-icon {
        margin-right: 5px;
    }

    ul .viewAll {
        margin-top: 10px;
        font-weight: 500;
    }

    .resourceSectionHeader {
        background-color: #f7f7f7;
        padding-left: 16px;
        padding-top: 8px;
        min-height: 50px;
        border-radius: 4px 4px 0 0;
    }

    .resourceTitle {
        font-size: 26px;
    }

    .resourceSectionBody {
        padding-left: 16px;
        padding-top: 16px;
    }

    .resourceIcon {
        padding-top: 4px;
        width: 20px;
    }

    .resourceLink {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        width: 22vw;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
        white-space: normal;
        color: #c10e21;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
    }
    .res-link {
        overflow: hidden;
        margin-top: -22px;
        margin-left: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.actionDescriptionResourcesBlock {
    margin-left: 78px;
    margin-right: 85px;
}

.sectionActionResources {
    /* display: flex; */
    justify-content: space-between;
    /* padding-bottom: 8px; */
    margin-top: 25px;
}

.completedActionBlock {
    flex: 1 1 70%;
    min-width: 200px;
}

.completedActionBlockFullWidth {
    flex: 0 0 100%;
}

.actionTitle {
    color: #222328;
    font-weight: 500;
    font-size: 26px;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-family: 'Montserrat', sans-serif !important;
}

.singleActionBox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.width-40 {
    width: 40% !important;
}

.completed-action-block {
    display: flex;
    background-color: #ECF3F9;
    padding: 10px 0 10px 16px;
    border-radius: 5px;
    margin-bottom: 16px;
}

.singleActionEachBox {
    margin-right: 10px;
    flex-basis: 50%;
}

.action-block-detail {
    display: flex;
    flex-direction: column;
}

.tagTitle {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tagAction {
    font-weight: 500;
    color: #bc0000;
    text-decoration-line: underline;
}

.blackColor {
    color: #000000 !important;
}

.tagActionClaimed {
    font-weight: 500;
    color: #000000;
    text-decoration-line: underline;
}

.claimed-certificate-arrow {
    color: #c10e21;
    font-size: 11px;
    position: relative;
}

.claimed-ce-menu {
    max-width: 544px;
    min-width: 512px;
    padding-bottom: 16px !important;
    box-shadow: 0 1px 6px 0 #00000029;
    border-radius: 5px;
}

.link-width {
    min-width: 223px;
}

.claimedCeAction {
    padding: 16px 24px;
    display: flex;
}

.claimed-arrow-down {
    margin-right: 5px;
    position: relative;
    top: -1px;
    color: #c10e21;
    border-bottom: 1.9px solid;
    font-size: 17px;
}

.download-all {
    flex: 1 0 0;
    text-align: start;
    align-self: center;
}

.download-all-text {
    text-decoration: underline;
    font-size: 16px !important;
}

/* .download-selected {
    place-self: flex-end;
    padding: 8px 16px;
    font-size: 16px;
} */

.claimed-ce-download-form {
    padding: 16px;
}

.claimedCeBody {
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}

.each-ce-elemet {
    flex: 1 0 100%;
    margin-bottom: 20px;
}

.ce-checkBox {
    transform: scale(1.8);
    /* Increase size */
    -webkit-transform: scale(1.8);
}

.claimedCeLabel {
    font-weight: 500;
}

.claimedCeLabel:hover {
    color: #c10e21;
}

.summary-Item-Box {
    display: none !important;
}

/* #ceDownloadSuccessDialogBox {
    display: flex;
    flex-direction: column;
} */

.download-success-close {
    align-self: flex-end;
    font-size: 24px;
    font-weight: 600;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 0;
}

.download-success-close:hover {
    color: #c10e21;
}

.download-success-close:active {
    color: #c10e21;
}

.download-success-logo {
    width: 128px;
    height: 80px;
    align-self: center;
}

.download-success-text {
    align-self: center;
    color: #2E7C06;
}


.completedResourcesBlock {
    /* width: 30%; */
    margin-left: 10px;
    float: right;
    margin-bottom: 25px;
}

.completedDescriptionBlock {
    margin-top: 16px;
    margin-bottom: 25px;
}


/* Topics CSS STARTS*/

.topics-section-block {
    margin-left: 78px;
    margin-right: 85px;
    margin-top: 1rem;
}

.topics-card {
    width: 100%;
    margin-bottom: 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    background: #fff;
}

.topics-card-tabs {
    margin-left: 110px;
    margin-right: 110px;
}

.no-border{
    border: 0px !important;
}

.topics-title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.98rem;
    color: #000b27;
    margin: 0rem 0rem 1.5rem 0rem;
}

.topics-body {
    margin: 0 1.5rem 2rem 1.5rem;
}

.topics-header-box {
    display: flex;
    flex-direction: row;
}

.topics-header-title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.980rem;
    color: #000b27;
    margin: 0rem 0rem 1.5rem 0rem;
}

p.topics-header-title:nth-of-type(1) {
    flex: 5.8;
    margin-left: 1rem;
}

p.topics-header-title:nth-of-type(2) {
    flex: 1;
}

.course-topic {
    display: flex;
    flex-direction: row;
    box-shadow: 0 0.0625rem 0.375rem 0rem #00000029;
    padding: 0 0 0.75rem 1rem;
    min-height: 5.75rem;
}

.topics-name-column {
    flex: 3;
    padding-top: 1.5rem;
}

.topics-action-column {
    flex: 1;
    padding-top: 0.625rem;
    text-align: center;
    align-content: center;
}

.toggle-label {
    font-weight: normal;
}

.completedTopic {
    border-left: 0.33rem solid #329300;
    margin-bottom: 1rem;
}

.inProgressTopic {
    margin-bottom: 1rem;
    border-left: 0.33rem solid #0281B2;
}

.notStartedTopic {
    border-left: 0.33rem solid #bc0000;
    margin-bottom: 1rem;
}

.disabledTopics {
    margin-bottom: 1rem;
    border-left: 0.33rem solid #555555;
}

.hands-on-session-column {
    flex: 3;
    padding-top: 2.063rem;
}

.training-center-column {
    flex: 1;
    padding-top: 0.625rem;
    text-align: center;
    align-content: center;

    a {
        cursor: pointer;
        color: #c10e21;
    }
}

.topic-name-details {
    font-weight: 600;
    font-size: 1rem;

    & .statusValue {
        &::before {
            content: "\a";
            display: block;
            padding-top: 0.375rem;
        }

        font-weight: 500;
        font-size: 0.75rem;
        line-height: 0.914rem;
        color: #6d6e71;

        &.green {
            color: #329300;
        }

        &.magenta {
            color: #0281B2;
        }

        &.disable {
            color: #6d6e71;
        }
    }
}

.statusValue {
    font-size: 0.875rem;
    color: #888;
}

.statusValue.green {
    color: #329300;
}

.optional-tag {
    margin-left: 0.2rem;
    background: #eee;
    padding: .375rem .625rem;
    font-size: .75rem;
    font-weight: 500;
    border-radius: .25rem;
    border: .063rem solid #999;
    background: #f8f8f8;
}

.form-check-bordered {
    padding-left: 1.5rem;
}

.optionLabel {
    font-weight: 400;

    &:before {
        width: 1rem;
        height: 1rem;
        top: 0.25rem;
    }

    &:after {
        width: 0.563rem;
        height: 0.313rem;
        top: 0.5rem;
        left: 0.219rem;
    }
}

.form-group {
    margin-bottom: 0.875rem;

    input {
        width: 1rem;
        height: 1rem;
        top: 0.25rem;
    }
}

.courseTypeImage {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 !important;
    margin-left: -4px;
    margin-right: 8px;
}

.btn-action {
    padding: 0.5rem 1rem;
    background-color: #0281B2;
    color: white;
    border: none;
    border-radius: 4px;
}

.disabledSurvey {
    background-color: #949494;
    border-color: #949494;
}

.tcinformation {
    color: #444;
    margin-top: 1rem;
}

.form-control.zipcode-class {
    border: 1px solid #ccc !important;
    padding: 0.5rem;
    border-radius: 4px;
}

.seach-btn {
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
    background-color: #bc0000;
    color: white;
    border: none;
    border-radius: 4px;
}

.Shared-class {
    margin-top: 2px;
    background: #F7F7F7;
    padding: 1rem;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}

.quick-facts {
    padding: 1rem 0 1rem 1rem;
    width: 100%;
    height: 100%;
}

.quick-fact-header {
    font-weight: 500;
    color: #000b27;
    font-size: 1.625rem;
    font-family: 'Montserrat', sans-serif !important;
}

.quick-fact-body {
    display: flex;
    text-align: center;
}

.img-size {
    width: 2.5625rem;
    height: 2.5625rem;
    background: transparent;
    opacity: 1;
}

.course-facts {
    border-right: 0.0625rem solid #d2d2d2;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;

    &:last-child {
        border-right: 0;
    }

    .innerFact {
        margin: 1rem auto 0px;

        @media only screen and (max-width:900px) {
            width: 100%;
            display: flex;
        }
    }
}

.instruction-size {
    font-size: 1rem;
    color: #000b27;
    margin-top: 1.375rem;
    font-weight: 500;
    word-break: break-word;
}

.ce-credit {
    color: #c10e21;
}

.fiveview {
    width: calc(100%/5)
}

.fourview {
    width: calc(100%/4)
}

.threeview {
    width: calc(100%/3)
}

.disabledTopics {
    border-left: .33rem solid #555555;
}
.img-resp {
    height: 254px;
    max-width: 457px !important;
    /* max-width: none !important; */
    border: 0;
}
/* Topics CSS ENDS*/

@media only screen and (min-width:992px) {
    img.text-logo {
        height: 46px !important;
        top: 10px;
        width: 149px !important;
    }

    .c-top-nav__logo img,
    .c-top-nav__logo svg {
        height: 95px;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    img.text-logo {
        height: 30px !important;
    }
}

@media only screen and (max-width: 550px) {
    .aui-card-img-top {
        height: 212px !important;
        width: calc(100vw - 30px) !important;
        padding: 1.328px 4px;
        object-fit: fill;
    }
}


/* Hidden by default */
.openDiv {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    /* margin-top: 5px; */
    border-radius: 5px;
    margin-right: 10px;
    max-width: 34rem;
    min-width: 32rem;
}

/* Show when active */
.openDiv.active {
    display: block;
}

.mb0{
    margin-bottom: 0px;
}

#page-loader {
    display: none;
}

.ceSuccessDiv {
    display: none;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 2px;
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: 0 1px 6px 0 #00000029;
    max-width: 34rem;
    min-width: 32rem;
}

.ceSuccessDiv.active {
    display: flex !important;
    flex-direction: column;
}

.download-failed-text {
    align-self: center;
    color: #c10e21;
}


/* START: SURVEY PAGE CSS */

.bg-white {
    background-color: #fff !important;
}
.survey-block {
    display: flex;
    padding-bottom: 8px;
    border-bottom: .0625rem solid #e3e3e3;
    margin-left: 110px;
    margin-right: 110px;
}

.fs-1r {
    font-size: 1rem;
}

.mt15 {
    margin-top: 15px;
}

.mt12 {
    margin-top: 12px;
}
.mt30 {
    margin-top: 30px;
}
.mb6 {
    margin-bottom: 6px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb62 {
    padding-bottom: 62px;
}
.wd100 {
    width: 100px;
}
.pr0 {
    padding-right: 0px;
}
.px0 {
    padding-left: 0;
    padding-right: 0;
}
.mx0 {
    margin-left: 0;
    margin-right: 0;
}
.min-wd22 {
    width: 22%;
}

.min-wd11 {
    width: 11%;
}
.min-wd16 {
    width: 16%;
}
.min-wd20 {
    width: 20%;
}
.my15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.questions {
    padding-top: 0px;
    padding-bottom: 30px;
}
.pl14 {
    padding-left: 14px !important;
}
.pl17 {
    padding-left: 17px !important;
}
.mt-6 {
    margin-top: -6px;
}
.question-block {
    margin: 0px 0 20px 0;
    padding: 0;
    display: block;
    position: relative;
}

h3.survey-sub-title {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 400;
    color: #222328;
    line-height: 100%;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}

.survey-label {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6D6E71;
}

.btn-cancel {
    color: #bc0000;
    background-color: #FFFFFF;
    border: 1px solid #bc0000;
    margin-right: 30px;
}
.act-btns {
    padding-left: 50px;
}
.fw400 {
    font-weight: 400 !important;
}
.wd50 {
    width: 50%;
}
.ml20 {
    margin-left: 20px !important;
}
.mr55 {
    margin-right: 55px !important;
}
table.choice tr > th {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
}
.descriptionBlock > .fs-mb16 > p.lead {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
}
/* RADIO BUTTON CSS */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #222328;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #7e7474;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #C10E21;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #C10E21;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #C10E21;
    border: 1px solid #C10E21;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*  */
.custom-radio-group {
  display: flex; /* Or block, depending on layout needs */
  gap: 10px; /* Adjust spacing between custom buttons */
}

/* Hide the native radio input visually but keep it accessible */
input[type="radio"] {
  -webkit-appearance: none; /* For Webkit browsers */
  appearance: none; /* Standard property */
  background-color: transparent; /* Remove default background */
  margin: 0; /* Remove default margin */
  position: absolute; /* Position off-screen */
  left: -9999px; /* Move far off-screen */
}

/* Style the custom radio button element */
.custom-radio-button {
  display: inline-block;
  width: 20px; /* Adjust size as needed */
  height: 20px; /* Adjust size as needed */
  border: 2px solid #ccc;
  border-radius: 50%; /* Makes it circular */
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

/* Style for the checked state */
input[type="radio"]:checked + .custom-radio-button {
  background-color: #007bff; /* Example checked color */
  border-color: #007bff;
}

/* Add a visual indicator for the checked state */
input[type="radio"]:checked + .custom-radio-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px; /* Size of the inner circle */
  height: 10px; /* Size of the inner circle */
  background-color: white;
  border-radius: 50%;
}

/* Focus styles for accessibility */
input[type="radio"]:focus + .custom-radio-button {
  outline: 2px solid #007bff; /* Example focus outline */
  outline-offset: 2px;
}
/*  */
/* RADIO BUTTON CSS */

/* END: SURVEY PAGE CSS */

/* START::  DISPATCH MODAL CSS */
.modal.dispatch {
    font-family: 'Montserrat', sans-serif !important;
}
.dispatch .modal-header {
    display: flex;
    border-bottom: 1.5px solid #DBDBDB;
    background: #fff;
    padding: 1.25rem 1.5rem 0rem 1.5rem !important;
    flex-direction: row-reverse !important;
}
.dispatch .close {
    opacity: 0.75;
}
.dispatch h4.modal-title {
    font-family: 'Montserrat', sans-serif !important;
}
.dispatch .modal-body {
    font-size: 14.25px;
    padding: 0rem .5rem 1rem .5rem;
    font-family: 'Montserrat', sans-serif;
}
.fw5 {
    font-weight: 500 !important;
    color: #000;
}
.dispatch .modal-footer {
    border-top: 0 !important;
    padding: .5rem 1.25rem 1.75rem 0.75rem;
}
.wd63 {
    width: 63px !important;
}

.logo-size {
    top: 2px !important;
    left: -1px !important;
    position: relative !important;
}
.ml9p {
    margin-left: 6% !important;
}
.ml39 {
    margin-left: 39px !important;
}
.btn-pxy {
    padding: 0.5rem 1.5rem !important;
}
.btn.btn-primary:disabled {
    color: #fff;
    border-color: #949494;
    background: #949494;
}
.ofx-hidden {
    overflow-x: hidden !important;
}
.img-place {
    height: 252px !important;
    width: 380px !important;
    max-width: none !important;
}
.mb1_2 {
    margin-bottom: 1.5rem;
}
.fs1rem > p {
    font-size: 1rem !important;
}
.mb1rem {
    margin-bottom: 1rem;
}
.head-c {
    color: #222328 !important;
}
#longDecriptionContent h2,
#longDecriptionContent h3 {
    color: #6d6e71 !important;
    font-family: 'Montserrat', sans-serif !important;
}
#longDecriptionContent.fs > p {
    font-size: 1rem;
    color: #6d6e71 !important;
}
.lead {
    margin-bottom: 16px !important;
}
p.lead {
    font-size: 1.25rem !important;
    font-weight: 300  !important;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
ul {
    list-style-type: disc;
}
ul.no-style {
    list-style-type: none !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    padding-inline-start: 0 !important;
    unicode-bidi: unset !important;
}

.card {
    border: 0px;
}
.back-btn {
    display: block;
    margin: 5px 80px 23px 80px;
    color: #C10E21;
}
.fa-solid, .fas {
    margin-right: 10px;
}
.fa.icons-no {
    background: black;
    color: white;
    padding: 1px 0 0 0;
    font-size: 18px !important;
    width: 14px;
    margin-left: -1px;
    height: 19px;
    border-radius: 0px 5px 0px 0px !important;
    font-weight: 500 !important;
    max-width: 15px;
    max-height: 100%;
    border: 0 !important;
}
.mr-25 {
    margin-top: -25px !important;
}
.fa.rotate80 {
    transform: rotate3d(0, 0, 6, 80deg);
    margin-left: -1px;

}
.fs13 {
    font-size: 13px !important;
}
.fs21 {
    font-size: 21px !important;
}
.p-btn {
    padding: 3px 24px 7px 24px !important;
}
.fs20 {
    font-size: 20px !important;
}
p {
    line-height: 1.5 !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.width50 {
    width: 50% !important;
}
.bg-color {
    width: 14px;
    height: 19px;
    margin-left: 0px;
    display: inline-block;
    font-weight: 500 !important;
    background-color: #000 !important;
    border-radius: 0px 8px 0px 0px !important;
}

.fa.icons {
    color: white;
    padding: 0px;
    margin-top: -1px;
    margin-left: -1px;
    font-size: 20px !important;
}
table.choice {
    width: 95%;
}
table.choice td {
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 10px 15px 0;
    border-top: 1px solid #d3d3d3;
}
/* Reset the counter on the table */
table.choice {
    counter-reset: alphabetic-row;
}
/* Increment the counter for each table row */
table.choice tr.rw {
    counter-increment: alphabetic-row;
}
/* Add the generated content to the first cell of each row */
table.choice td:first-child::before {
    content: counter(alphabetic-row, lower-alpha) ".";
}
.d-flex {
    display: flex !important;
}
.float-r {
    float: right !important;
}
.mt-15 {
    margin-top: -15px;
}
.mt10 {
    margin-top: 10px;
}
.moreless > span {
  transition: transform 0.2s ease; /* Smooth rotation */
}

.moreless > span.rotate360 {
  transform: rotate(360deg); /* Rotates arrow upwards */
}
.pxy-act {
    padding: 0.5rem 1.5rem;
}
.lc6 {
    color: #6d6e71 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 525px !important;
    }
}
/* END:: DISPATCH MODAL CSS */
@media only screen and (min-width: 992px) {
    .c-top-nav__logo img, .c-top-nav__logo svg {
        height: 80px;
    }
    .wd63 {
    width: 63px !important;
}

}
@media (min-width: 1200px) {
    .container {
        max-width: 1257px !important;
    }
}
    .quest-row.questions {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mandatory {
        font-weight: 400;
        color: #6d6e71;
    }
    .sl.survey-label {
        color: #6d6e71;
        line-height: 1.2;
        font-weight: 600 !important;
        font-size: 1rem;
    }
    .mx-wd {
        max-width: 50% !important;
    }
    .ri-btn.radio-inline, .ri-btn.checkbox-inline {
        padding-left: 0;
        cursor: pointer;
        cursor: pointer;
        margin-bottom: 0;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
        margin: .3125rem .35rem 0.75rem;
    }
    .ri-btn > [type="radio"]:checked + label, .ri-btn > [type="radio"]:not(:checked) + label {
        line-height: 1.5rem;
        padding-left: 0px;
    }
    /* .ri-btn > [type="radio"]:not(:checked) + label:before {
        top: 0px;
    } */
    /* .rin-btn > [type="radio"]:not(:checked) + label:before {
        top: 0px;
    } */
    .ri-btn > [type="radio"]:checked + label:before {
        top: 0px;
    }
    .ri-btn > [type="radio"]:checked + label:after {
        top: 5px;
    }
    .p0 {
        padding: 0 !important;
    }
    .pr0 {
        padding-right: 0 !important;
    }
    .m0 {
        margin: 0 !important;
    }
    .mb25 {
        margin-bottom: 25px !important;
    }
    .mt26 {
        margin-top: 26px;
    }
    .pr12 {
        padding-right: 12px;
    }
    table.choice.quest.cq tr > th {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 0;
    }
    table.choice.cq td {
        border-top: 1px solid #707070;
    }
    table.choice.cq {
        border-bottom: 1px solid #707070;
    }
    table.choice.cq {
        width: 93.5%;
    }
    label.rd-label {
        /* margin-bottom: 0rem; */
    }
    .cab.course-action-button {
        font-weight: 500;
        margin-right: 15px;
        padding: 7px 35px !important;
        border: 2px solid #bc0000 !important;
    }
    .tpa {
        border: 0 !important;
        padding: 20px 0px;
    }
    .tcd {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.2;
        font-family: 'Montserrat', sans-serif !important;
    }
    .nla {
        width: auto;
        font-weight: 500;
        display: inline-block;
        padding: 0.625rem 0.25rem;
        font-size: 1rem !important;
    }
    .tc_center{
        color: #777979;
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 3px;
    }
    .ml2pt5 {
        margin-left: 2.5rem !important;
        font-weight: 600 !important;
    }
    .tpb {
        margin: 0 1.5rem 2rem 1.5rem !important;
    }
    .tf-round4 {
        border-radius: 4px !important;
    }
    .btn-search {
        font-size: 1rem;
        padding: .5rem 1.5rem;
        line-height: 1rem;
    }
    input.fs1r {
        font-size: 1rem !important;
    }
    .zipcode-err {
        display: inline-flex;
        text-align: left;
        color: #a60008;
        font-size: .9rem;
        line-height: 1.3125rem;
        font-weight: 500;
        margin-left: .3125rem;
        cursor: pointer;
    }
    .pre-info {
        white-space: pre-line;
        background: #F7F7F7;
        padding: 0;
        margin: 0;
        font-family: 'Montserrat', sans-serif !important;
    }
    .tc-information {
        padding: 0px 8px 0px 16px;
    }
    .nla.active {
        /* font-size: 0.99rem !important; */
        /* padding: 0.64rem 0.25rem !important; */
        border-bottom-width: medium;
        margin-bottom: -1px;
    }
    .tt {
        margin: 0rem 0rem 1.5rem 0.5rem !important;
    }
    .wd35per {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .p12 {
        padding: 12px !important;
    }
    .bor0 {
        border: 0 !important;
    }
    .p1rem {
        padding: 1rem !important;
    }
    .bg-f8 {
        background-color: #f8f8f8;
    }
    .aui-td-p {
        padding: 0.525rem 0.75rem !important;
    }
    .aui-td-cust {
        color: #6d6e71;
        border: 0 !important;
        padding: 0 !important;
        line-height: 1.5 !important;
        background-color: #f8f8f8;
    }
    .aui-th-cust {
        border-spacing: 0;
        padding: 0 !important;
        border: none !important;
        height: inherit !important;
        color: #222328 !important;
        font-weight: 400 !important;
        padding-left: 1rem !important;
        font-size: .875rem !important;
        text-transform: none !important;
        background: #ffffff !important;
        vertical-align: middle !important;
    }
    .py0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .title-class {
        font-size: 1.125rem;
        color: #222328 !important;
        font-weight: 600 !important;
        font-family: 'Montserrat', sans-serif !important;
    }
    .aui-modal-header {
        border-bottom: 0 !important;
        padding: 0 0 1rem 0 !important;
        margin-bottom: 18px !important;
        background: #ffffff !important;
    }
    .fw600 {
        font-weight: 600 !important;
    }
    .br0 {
        border-right: 0 !important;
    }
    .bt10 {
        border-top: 10px solid #fff !important;
    }
    .min-wd62-tab {
        min-width: 62px !important;
        margin: 0 !important;
    }
    .min-wd179-tab {
        min-width: 179px !important;
        margin: 0 !important;
    }
    .aui-p-tabs .navbar-collapse.cnc .nav-tabs {
        min-height: 47px !important;
    }
    .p-clos {
        padding: 0.5rem .75rem 0.25rem 1rem !important;
        font-size: 50px !important;
        font-weight: 600;
    }
    button.btn-close {
        padding: 10px 10px 1rem 1rem !important;
        font-size: 28px !important;
        font-weight: 600;
    }
    .fs-lh {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .errpan {
        margin-left: 8px !important;
        margin-bottom: 12px !important;
        font-size: 15px !important;
        font-weight: 400 !important;
    }
    .wd52per {
        flex: 0 0 46.5% !important;
        max-width: 52%;
    }



.claimed-arrow-down {
    margin-right: .313rem;
    position: relative;
    top: -.188rem;
    color: #c10e21;
    border-bottom: .119rem solid;
}

/* .claimed-arrow-down svg:not(:root).svg-inline--fa {
    overflow: visible;
} */
.claimed-arrow-down .svg-inline--fa.fa-w-14 {
    width: 0.875em;
}

.claimed-arrow-down .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.download-selected {
    place-self: flex-end;
    padding: .2rem 1rem;
}

.download-selected:disabled {
    color: #fff;
    background-color: #C10E21 !important;
    border-color: #C10E21 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
    .modal.modal-cme .modal-header.amh {
        padding: 0 0 1rem 0 !important;
    }
    .my0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

/* START:: Expiry Date Label */
.edt .aui-tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.edt .aui-tag-item {
    color: #333;
    font-size: 14px;
    border-radius: 6px;
    align-items: center;
    display: inline-flex;
    border: 1px solid #ddd;
    padding: 2.20px 8px 2px 8px;
    background-color: #f9f9f9;
    margin: 0.3rem 0.25rem 0.25rem 0rem;
}
.edt .expiry-tag {
    background: #fef0d0 !important;
    border: .063rem solid #EBD486;
    border-radius: .25rem;
    color: #8e6d00 !important;
}
.edt .aha-icon-warning {
    color: #8e6d00;
    font-style: normal;
    font-size: 1rem;
}
.edt .expiryText {
    font-size: 12px !important;
    text-decoration: none;
    color: inherit;
}
.edt .expireDate {
    font-weight: bold;
}
/* END:: Expiry Date Label */
/* Radio-Button Highlighter :: START */
input[type="radio"]:focus + label {
    box-shadow: 0 0 4px 4px #E17509 !important;
}
.wd-h22 {
    width: 22px;
    height: 22px;
    /* min-height: 50px; */
    /* margin-bottom: 25px; */
}
.wd-h-ql {
    width: 22px;
    height: 22px;
}
.span-txt {
    display: inline-block;
    margin-left: 30px;
}
.wd119 {
    width: 119px;
}
.ml8 {
    margin-left: 8px !important;
}
.wd360 {
    width: 360px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mx-wd47p5 {
    max-width: 47.5% !important;
}
.mx-wd48p5 {
    max-width: 48.5% !important;
}
.my10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px !important;
}
.pr5 {
    padding-right: 5px !important;
}
.wd9per {
    width: 9%;
    vertical-align: sub;
}
.mt5 {
    margin-top: 5px !important;
}
/* Radio-Button Highlighter :: END */


#custom_error_body .launch-main {
	margin: 0 auto !important;
    margin-left: 35px !important;
    padding-left: 0 !important;
}


#custom_error_body .launch-topheader {
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
    padding: 24px 0 31px 4px;
}

.icon-wrapper {
  width: 16px;
  display: inline-block;
}
.icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.mr-l-1 {
    margin-right: 1rem !important;
}
.span-txt-tb {
    display: inline-block;
    margin-left: 30px;
    margin-top: 4px;
}
.header-details.head {
    min-height: 7rem;
}
/* START: Responsive CSS for Survey Page*/
@media (max-width: 767px) {
    .aui-navbar-visible {
        display: block;
    }
    .nav.nav-tabs.nnt {
        margin-left: 4px !important;
    }
    .Shared-class {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .aui-navbar-visible {
        display: none;
    }
}
@media (max-width: 1023px) {
    .row.cr {
        flex-direction: column;
    }
    .mx-wd48p5 {
        max-width: 80% !important;
    }
    .ri-btn.radio-inline, .ri-btn.checkbox-inline {
        display: inherit;
        margin: .3125rem 1rem 0rem;
    }
    .mt5 {
        margin-top: 15px !important;
    }
    .mb20 {
        margin-bottom: 10px;
    }
    .mb25 {
        margin-bottom: 5px !important;
    }
    .span-txt {
        width: 150px;
    }
    .span-txt-tb {
        width: 150px;
        display: inline-block;
    }
    table.choice.cq {
        border-bottom: 0px solid #707070;
    }
    table.choice tr.rw {
        counter-increment: alphabetic-row;
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        width: 90%;
    }
    table.choice.cq td {
        border-top: 0px;
    }
    table.choice.quest.cq tr > th {
        display: none;
    }
    table.choice td {
        padding: 3px 0 2px 0;
    }
    .radio-inline, .checkbox-inline {
        padding-left: 0px;
    }
    .pr5 {
        margin-bottom: 8px;
    }
    .ml8 {
        margin-left: 18px !important;
    }
    .wd360 {
        width: 500px !important;
    }
    .mt26 {
        margin-top: 10px;
    }
    .ml9p {
        margin-left: 9% !important;
        width: 90%;
    }
    section {
        width: unset;
    }
    .training-center-column {
        flex: 2;
    }
    .img-resp {
        height: 13rem !important;
        width: max-content !important;
    }
}

@media (min-width: 1024px) {
    table.choice tr.rw {
        counter-increment: alphabetic-row;
    }
    table.choice.cq td {
        border-top: 1px solid #707070;
    }
    .span-txt-tb {
        display: none;
    }
}

/* END: Responsive CSS for survey page*/


/* Quick Facts Responsive Alignment Fix */
.quick-facts .innerFact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
 
.quick-facts .innerFact > div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
 
.quick-facts .innerFact img.img-size {
    margin: 0 auto;
    display: block;
}
 
.quick-facts .innerFact .instruction-size {
    text-align: center;
    margin: 0 auto;
    margin-top: 1.375rem !important;
}
 
/* Tablet and Mobile Specific Fixes */
@media only screen and (max-width: 1024px) {
    .quick-facts .innerFact {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
    }
 
    .quick-facts .innerFact > div {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
 
    .quick-facts .innerFact img.img-size {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
 
    .quick-facts .innerFact .instruction-size {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: block;
    }
}
 
/* Mobile Specific - Extra enforcement */
@media only screen and (max-width: 767px) {
    .quick-facts .course-facts.fiveview {
        text-align: center;
    }
 
    .quick-facts .innerFact {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
 
    .quick-facts .innerFact > div {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        width: 100%;
    }
 
    .quick-facts .innerFact > div:first-child {
        margin-bottom: 8px;
    }
 
    .quick-facts .innerFact img.img-size {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }
 
    .quick-facts .innerFact .instruction-size {
        text-align: center !important;
        margin: 0 auto;
        padding: 0;
    }
}