﻿html {
    font-size: 16px; /* 1rem = 16px */
}

body {
    background: var(--white)
}
.body-container{
    padding: 15px 0;
}
.w-33-5 {
    width: 235px;
}

.mt-30 {
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 20px !important;
}
.pb-30{
    padding-bottom: 30px;
}
.mr-20 {
    margin-right: 20px;
}
.w-90px{
    width:90px !important;
}
.mr-4{
    margin-right: 4px !important;
}
.items-end {
    align-items: flex-end;
}
.sf_cols .sf_2cols_1_50, .sf_cols .sf_2cols_2_50 {
    width: 100%;
}
.section-header {
    text-align: left;
    padding-top: 4px;
    position: relative;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    color: var(--brightGrey);
    font: 22px 'BD-CN', sans-serif;
    line-height: 1.2em;
    border-bottom: 4px solid var(--grey200);
}
.sf-Long-text {
    margin-top: 17px;
    padding: 0;
    margin-bottom: 4px;
    color: var(--grey);
    line-height: 20px;
    font-size: 16px;
}
.sf-Long-text strong {
    color: var(--brightGrey);
}
[data-sf-role="text-field-container"] label,
[data-sf-role="dropdown-list-field-container"] label,
[data-sf-role="paragraph-text-field-container"] label,
[data-sf-role="email-text-field-container"] label {
    font: 22px 'BD-CN', sans-serif;
    line-height: 1.2em;
}
[data-sf-role="text-field-container"],
[data-sf-role="dropdown-list-field-container"],
[data-sf-role="paragraph-text-field-container"],
[data-sf-role="email-text-field-container"] {
    display: flex;
    flex-direction: column;
    color: var(--brightGrey);
    font: 22px/26px 'STD-CN', sans-serif !important;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.thanksMsg-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

    .thanksMsg-container i {
        font-size: 50px;
        line-height: normal;
        color: #2FB066;
        padding-right: 20px;
    }

.thanks-success-text {
    font-family: 'BD-CN',sans-serif;
    font-size: 22px;
    margin: 0;
    line-height: 1.5;
    color: #2FB066;
    text-transform: uppercase;
}

.submission-msg-content {
    font-family: 'MD-CN',sans-serif;
    font-size: 22px;
    margin: 0;
    line-height: 1.5;
    color: var(--grey);
    text-transform: uppercase;
}

.orange-btn {
    border: 2px solid var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--white) !important;
    border-radius: 5px;
    padding: 8px 24px;
    font-size: 16px;
    margin: 0 0 8px 0 !important;
    display: inline-block;
    cursor:pointer;
}

    .orange-btn:hover,
    .orange-btn:active,
    .orange-btn:focus {
        background: rgba(255, 255, 255, 0.9);
        color: var(--primaryColor)!important;
        text-decoration: none !important;
        border-color: var(--primaryColor);
    }
.grid-column-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}
.flex-card-continer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.video-embed {
    max-width: 320px;
    width: 100%;
    max-width: 320px;
    width: 100%;
    flex: 1 1 100%;
}
.video-embed .card-resources-link {
    height: 100%;
}
    .video-embed .card-resources-link-with-shadow {
        padding: 12px;
        height: 100%;
    }
    .video-embed .card-resources-link-with-shadow:hover {
        background-color: #fff;
        box-shadow: 0 2px 8px 1px rgba(49, 49, 49, 0.22);
        text-decoration: none;
        padding: 12px;
    }
    .video-embed .video-image-overlay .video-play-btn {
        position: absolute;
        left: calc(50% - 64px);
        top: calc(50% - 64px);
        width: 128px;
        height: auto;
        z-index: 1;
        transition-timing-function: cubic-bezier(.4,0,1,1);
        transition-duration: .3s;
    }
    .video-embed .card-resources-link-with-shadow:hover img.video-play-btn {
        scale: 1.2
    }
    .video-embed .card-border {
        padding: 18px;
        border: 2px solid var(--primaryColor);
        box-sizing: border-box;
        height: 100%;
    }
    .video-embed .card-border .video-image-overlay {
    height: auto;
    }
    .video-embed .card-border .video-image-overlay:after {
        background-color: rgb(70 70 70 / 29%);
    }
.video-embed .card-title {
    color: var(--grey);
    font: 22px 'BD-CN', sans-serif;
    line-height: 24px;
    margin-bottom: 0;
    padding: 18px 0 12px 0;
}
.video-embed .card-desc {
    color: var(--grey);
    font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .tab-right-full {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .grid-column-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.personal-info-form {
    width: 100%;
}
    .gap-24 {
        gap: 24px;
    }

    .sf-fieldWrp input, .sf-fieldWrp textarea {
        background-color: #fff;
        border-radius: 0;
        border: 1px solid #ccc !important;
        box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.62), 0 0 0 0 rgba(0, 0, 0, 0.62);
        -moz-box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.62), 0 0 0 0 rgba(0, 0, 0, 0.62);
        -webkit-box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.62), 0 0 0 0 rgba(0, 0, 0, 0.62);
        color: var(--brightGrey);
        font: 20px 'STD-CN', sans-serif !important;
        height: 48px !important;
        margin-right: 1em;
        margin-top: 5px;
        padding: 11px 20px;
        text-align: left;
        width: 100%;
    }

    .sf-fieldWrp textarea {
        height: 96px !important;
    }

    .sf-fieldWrp select {
        background: url(/Content/images/common/grey-triangle.png) no-repeat right !important;
        background-color: #f2f2f2 !important;
        background-position-x: 94% !important;
        background-size: 20px !important;
        border: 1px solid #ccc !important;
        border-radius: 7px !important;
        color: var(--brightGrey);
        font: 20px 'STD-CN', sans-serif !important;
        height: 48px !important;
        margin-right: 1em;
        margin-top: 5px;
        padding: 11px 20px;
        text-align: left;
        box-shadow: inset -4px -2px 10px 0 #ccc, 0 0 0 0 rgba(0, 0, 0, 0.62);
        -moz-appearance: none;
        -moz-box-shadow: inset -4px -2px 10px 0 #ccc, 0 0 0 0 rgba(0, 0, 0, 0.62);
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
        position: relative !important;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
        -webkit-appearance: none !important;
        -webkit-box-shadow: inset -4px -2px 10px 0 #ccc, 0 0 0 0 rgba(0, 0, 0, 0.62);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s !important;
        width: 100% !important;
    }

    .hide-label label {
        display: none !important;
    }
.hide-label strong {
    display: none !important;
}
    .sf-fieldWrp button {
        background-color: var(--primaryColor);
        color: var(--white);
        border: 2px solid var(--primaryColor);
        padding: 6px 18px;
    }

        .sf-fieldWrp button:hover {
            background-color: var(--white);
            color: var(--primaryColor);
            border: 2px solid var(--primaryColor);
            padding: 6px 18px;
        }

    [data-sf-role="checkboxes-field-container"] strong,
    [data-sf-role="multiple-choice-field-container"] strong {
        font: 22px/26px 'BD-CN', sans-serif;
        color: var(--brightGrey);
        display: inline-block;
        width: 100%;
        margin-bottom: 8px;
        float: left;
    }

    [data-sf-role="checkboxes-field-container"] input, [data-sf-role="multiple-choice-field-container"] input {
        padding: 0;
        width: 24px;
        height: 24px !important;
        background: none !important;
        box-shadow: none !important;
        margin: 0 !important;
    }

    [data-sf-role="error-message"] {
        font: 16px/20px 'STD-CN', sans-serif;
        color: var(--danger);
        text-align: right;
        display: block !important;
        height: 20px !important;
        margin-bottom: 0 !important;
    }

    [data-sf-role="checkboxes-field-container"] label,
    [data-sf-role="multiple-choice-field-container"] label {
        display: flex;
        gap: 8px;
        color: var(--brightGrey);
        font: 22px/26px 'STD-CN', sans-serif !important;
        line-height: 1.2em;
    }

    [data-sf-role="checkboxes-field-container"] div,
    [data-sf-role="multiple-choice-field-container"] div {
        width: auto;
        float: left;
        margin-right: 20px;
    }

    @media (min-width: 576px) {
        .sf_cols .sf_2cols_1_50, .sf_cols .sf_2cols_2_50 {
            width: 50%;
        }
    }

    .sf_cols .sf_2cols_1_25 {
        width: 25%;
    }

    .sf_cols .sf_2cols_2_75 {
        width: 75%;
    }

    @media (min-width: 576px) {
        .sf_cols .sf_2cols_1_25 {
            width: 20%;
        }

        .sf_cols .sf_2cols_2_75 {
            width: 80%;
        }
    }

    .loader {
        /*margin: 60px auto;*/
        font-size: 10px;
        position: absolute;
        top: 40%;
        left: 45%;
        text-indent: -9999em;
        border-top: 1em solid rgba(0, 0, 0, 0.2);
        border-right: 1em solid rgba(0, 0, 0, 0.2);
        border-bottom: 1em solid rgba(0, 0, 0, 0.2);
        border-left: 1em solid #ffffff;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
    }

    @-webkit-keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes load8 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    /*-----------------------------------------------------------*/
    /*Rep Caps Request Form*/
    .repCapRequestForm {
        max-width: 50%;
    }

        .repCapRequestForm h1 {
            color: var(--secondaryColor);
            font: 27px 'BD-CN', sans-serif;
        }

        .repCapRequestForm label {
            color: var(--brightGrey);
            font-family: 'BD-CN', sans-serif;
            font-size: 22px;
            text-align: left;
            padding-bottom: 0;
            font-weight: 600;
            margin-top: 5px;
            margin-bottom: 0px;
            display: block;
            width: 100%
        }

        .repCapRequestForm input,
        .repCapRequestForm textarea {
            color: #57585a;
            font-family: 'STD-CN', sans-serif;
            font-size: 20px !important;
            line-height: 26px !important;
            text-align: left;
            border-radius: 0;
            background-color: #fff;
            -moz-box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.62), 0 0 0 0 rgba(0, 0, 0, 0.62);
            -webkit-box-shadow: inset 1px 1px 10px 0 rgb(0 0 0 / 62%), 0 0 0 0 rgb(0 0 0 / 62%);
            box-shadow: inset 1px 1px 10px 0 rgb(0 0 0 / 62%), 0 0 0 0 rgb(0 0 0 / 62%);
            padding: 11px 20px;
            border: 1px solid #ccc !important;
            margin-right: 1em;
            margin-top: 5px;
            height: 48px !important;
            width: 100%;
        }

            .repCapRequestForm input:focus,
            .repCapRequestForm textarea:focus {
                outline: none
            }

            .repCapRequestForm input[type='date'] {
                width: calc(100% - 200px)
            }

            .repCapRequestForm input[type='checkbox'],
            .repCapRequestForm input[type='checkbox']:focus {
                width: 18px !important;
                height: 18px !important;
                -moz-box-shadow: inset 0 0 0 20px #fff, 0 0 0 0 rgba(255, 255, 255, 0.62) !important;
                -webkit-box-shadow: inset 0 0 0 20px #fff, 0 0 0 0 rgb(255 255 255 / 62%) !important;
                box-shadow: inset 0 0 0 20px #fff, 0 0 0 0 rgb(255 255 255 / 62%) !important;
                outline: 2px solid #999 !important;
                margin-right: 10px !important;
            }

                .repCapRequestForm input[type='checkbox']:checked,
                .repCapRequestForm input[type='checkbox']:checked:focus {
                    -moz-box-shadow: inset 0 0 0 2px #e2e2e2, 0 0 0 0 #d8d8d8 !important;
                    -webkit-box-shadow: inset 0 0 0 2px #e2e2e2, 0 0 0 0 #d8d8d8 !important;
                    box-shadow: inset 0 0 0 2px #e2e2e2, 0 0 0 0 #d8d8d8 !important;
                    outline: 2px solid #999 !important;
                    margin-right: 10px !important;
                    outline-offset: 0 !important;
                }

    .reqCapsFormCheckbox strong {
        /*color: var(--brightGrey);
    font-family: 'BD-CN', sans-serif;
    font-size: 22px;
    text-align: left;
    padding-bottom: 0;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
    display: block;
    width: 100%;*/
        display: none;
    }

    .reqCapsFormCheckbox label {
        font-size: 18px;
        font-family: 'STD-CN', sans-serif;
    }

    .caps-form-submit-btn {
        margin-top: 30px;
    }

        .caps-form-submit-btn button {
            display: inline-block;
            border-radius: 4px;
            padding: 2px 35px 2px 35px;
            font: 18px 'STD-CN', sans-serif;
            line-height: 1.4;
            cursor: pointer;
            border: 2px solid var(--primaryColor);
            background-color: var(--primaryColor);
            color: #fff;
        }

            .caps-form-submit-btn button:hover,
            .caps-form-submit-btn button:focus {
                outline: none;
                box-shadow: none;
                background-color: var(--white);
                color: var(--linkHoverColor);
                text-decoration: none;
                border-color: var(--linkHoverColor);
            }

    /*Document List*/
    .link-list {
        display: inline-block;
        width: 100%;
        color: var(--primaryColor);
        font-family: 'STD-CN', sans-serif;
        font-size: 20px;
        line-height: 1.4;
        padding: 1px 0;
    }

        .link-list:hover {
            color: var(--linkHoverColor);
            text-decoration: underline;
        }

    .inactive-link {
        color: var(--linkColor);
    }

    .active-link {
        color: var(--linkHoverColor);
    }

    tr th {
        background-color: var(--primaryColor);
        color: #fff;
        font-size: 16px;
        padding: 16px 18px !important;
    }

    tbody th, tbody td {
        padding: 12px 18px !important;
    }

    tbody tr:nth-child(even) {
        background-color: var(--lightGreyShade);
    }

    @media (max-width: 1199px) {
        .repCapRequestForm input[type='date'] {
            width: calc(100% - 100px);
        }
    }

    @media (max-width: 991px) {
        .repCapRequestForm {
            max-width: 100%;
        }

            .repCapRequestForm input[type='date'] {
                width: 100%;
            }
    }
    /*End Rep Caps Request Form*/
    /*-----------------------------------------------------------*/



    /*Responsive*/
    @media all and (min-width: 1301px) {
        .content-main-body-container > .container > .row > .col-md-3 {
            max-width: 24% !important;
            flex: 0 0 24%;
        }

        .content-main-body-container > .container > .row > .col-md-9 {
            max-width: 76% !important;
            flex: 0 0 76%;
        }
    }

    @media all and (min-width: 1501px) {
        .content-main-body-container > .container > .row > .col-md-3 {
            max-width: 20% !important;
            flex: 0 0 20%;
        }

        .content-main-body-container > .container > .row > .col-md-9 {
            max-width: 80% !important;
            flex: 0 0 80%;
        }
    }

    @media all and (min-width: 1601px) {
        .content-main-body-container > .container > .row > .col-md-3 {
            max-width: 19% !important;
            flex: 0 0 19%;
        }

        .content-main-body-container > .container > .row > .col-md-9 {
            max-width: 81% !important;
            flex: 0 0 81%;
        }
    }

    @media all and (min-width: 1801px) {
        .content-main-body-container > .container > .row > .col-md-3 {
            max-width: 17% !important;
            flex: 0 0 17%;
        }

        .content-main-body-container > .container > .row > .col-md-9 {
            max-width: 83% !important;
            flex: 0 0 83%;
        }
    }

    @media all and (min-width: 2001px) {
        .content-main-body-container > .container > .row > .col-md-3 {
            max-width: 15% !important;
            flex: 0 0 15%;
        }

        .content-main-body-container > .container > .row > .col-md-9 {
            max-width: 85% !important;
            flex: 0 0 85%;
        }
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .container {
            max-width: 97%;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: 92%;
        }
    }

    @media (max-width: 767px) {
        .container {
            max-width: 100%;
        }
    }

.items-center {
    align-items: center;
}

.gap-2 {
    gap: 0.5rem !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.bg-btn{
    height:44px !important;
    line-height:44px !important;
    padding-top: 0 !important;
}
.login-btn-orange{
    background: var(--primaryColor);
    border:1px solid var(--primaryColor);
    color: var(--white);
    padding: 10px 16px 5px;   
}
.login-btn-orange:hover{
    background: var(--white);
    color: var(--primaryColor);
    border:1px solid var(--primaryColor);
}

.input-group-addon {
    border: 1px solid #ced4da;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-left: 0;
    padding: 5px 10px 4px 10px;
}

.input-group-addon:hover{
    cursor:pointer;
    border: 1px solid  var(--primaryColor);
    background:  var(--primaryColor);
    color:var(--white)
}