﻿@font-face {
    font-family: 'Inter';
    src: url('/css/fonts/Inter-VariableFont_wght.ttf') format('ttf'), url('/css/fonts/inter-variablefont_wght-webfont.woff2') format('woff2'), url('/css/fonts/inter-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Inter';
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

#siteMessageModal {
    padding: 0px 15px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.normal {
    font-weight: normal;
}

.required {
    color: #B70F0A;
    font-weight: bold
}

.bypass-required-fields-div {
    font-weight: bold;
    margin-bottom: -10px;
}

.valignTop {
    vertical-align: top;
}

h1 {font-size: 1.50em;}
h2 {font-size:1.30em;}
h3 {font-size:1.10em;}
h4 {font-size:0.95em;}
h5 {font-size:0.8em;}
h6 {font-size:0.65em;}
p {
    font-size: 14px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0px;
    letter-spacing: 0.5px;
}

    h1.pageHeading {
        text-transform: uppercase;
        color: #B70F0A;
    }

hr {
    height: 1px;
    background-color: #b4b4b4;
    border: none;
    margin: 15px 0px;
}

.short-red-line {
    background-color: #b70f0a;
    height: 4px;
    width: 50px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

li {
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 14px;
}

ul li ul {
    padding-top: 5px;
}

.small-text {
    font-size: 12px;
}

select {
    font-family: 'Inter';
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

/* Link and Button Styles*/

a {
    color: #B70F0A;
    font-weight: bold;
    text-decoration: underline;
}

    a:active {
        color: #B70F0A !important;
    }

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.ui-widget-content {
    color: #212121;
}

    .ui-widget-content a {
        color: #B70F0A;
    }

.basic-link {
    text-decoration: none;
}

.basic-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.public-survey-testimonial-display {
    padding: 10px 0px;
    font-size: 14px;
}

.white-link {
    color: #FFFFFF !important;
    text-decoration: none;
}

.white-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.admin-btn-fix {
    display: inline-block;
    margin-top: 17px;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
}

.add-clinician-btn {
    padding-top: 7.5px;
    float: right;
}

.return-to-list-btn {
    float: right;
    margin-top: -50px;
}

.site-rating-td {
    text-align: center;
    font-size: 16px;
}

.survey_row {
    background: #efefef;
}

.survey_no_top {
    border-top: none !important;
}

.survey_no_bottom {
    border-bottom: none !important;
}

.survey_star_header {
    font-size: 10px;
    background: #efefef;
}

.survey_star_format {
    padding-right: 5px;
    color: #222;
    font-size: 25px !important;
}

.right-most-button {
    float: right;
    margin-top: -6.5px;
    padding: 6.2px 16px;
}

.white-outline-button {
    border: 2px solid #FFF;
    padding: 7px 16px;
    color: #FFF !important;
    text-decoration: none;
    font-size: 12px !important;
    font-family: 'Inter' !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    white-space: nowrap;
}

    .white-outline-button:hover {
        cursor: pointer;
        background-color: #FFF;
        color: #B70F0A !important;
    }

.compare-button-fit {
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.user-page-nav-btn {
    background-color: #fff;
    border: 2px solid #B70F0A;
    padding: 6px 13px 5px 13px;
    color: #B70F0A;
    text-decoration: none;
    font-size: 10px !important;
    font-family: 'Inter' !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 999;
    position: relative;
}

    .user-page-nav-btn:hover {
        cursor: pointer;
        background-color: #B70F0A;
        color: #fff !important;
    }

.gold-ghost-btn {
    color: #FFC800 !important;
    text-decoration: none;
    padding: 6px 22px;
    border: 2px solid #FFC800;
    border-radius: 40px;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    white-space: nowrap;
}

    .gold-ghost-btn:hover {
        background-color: #FFC800;
        color: #212121 !important;
    }

.red-ghost-btn {
    color: #B70F0A !important;
    text-decoration: none;
    padding: 6px 22px;
    border: 2px solid #B70F0A;
    border-radius: 40px;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    white-space: nowrap;
}

    .red-ghost-btn:hover {
        background-color: #B70F0A;
        color: #FFF !important;
    }

.red-ghost-btn-mini {
    color: #B70F0A !important;
    text-decoration: none;
    padding: 6px 18px;
    border: 2px solid #B70F0A;
    border-radius: 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    white-space: nowrap;
}

    .red-ghost-btn-mini:hover {
        background-color: #B70F0A;
        color: #FFF !important;
    }

.red-btn-mini {
    background-color: #B70F0A;
    color: #FFF !important;
    text-decoration: none;
    padding: 6px 18px;
    border: 2px solid #B70F0A;
    border-radius: 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    white-space: nowrap;
}

    .red-btn-mini:hover {
        background-color: #FFF;
        color: #B70F0A !important;
    }

.red-btn-mini-nohover {
    background-color: #B70F0A;
    color: #FFF !important;
    text-decoration: none;
    padding: 6px 18px;
    border: 2px solid #B70F0A;
    border-radius: 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    white-space: nowrap;
}

.white-ghost-btn {
    color: #FFF !important;
    text-decoration: none;
    padding: 6px 22px;
    border: 2px solid #FFF;
    border-radius: 40px;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    white-space: nowrap;
}

    .white-ghost-btn:hover {
        background-color: #FFF;
        color: #212121 !important;
    }

.clear {clear: both;}
.full-width {width:100%;}
.center {text-align:center;}
.float-left {float: left;}
.float-right {float: right;}

/* Site Colors */
.primary-color {color: #B70F0A;}
.redline-red {color: #B70F0A;}
.redline-dark-red {color: #6d0c11;}
.redline-gold {color: #FFC800;}
.blueline-blue {color: #104171;}
.goldline-gold {color: #FFC800;}
.text-white {color: #FFFFFF !important;}
.text-grey {color: #777777;}
.eye-color {color: #a7a7a9;}

/* Site Header */

.ucf-site-header {
    background-color: #000;
    color: #fff;
}
.ucf-site-header-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 46px;
    flex-wrap: wrap;
    padding: 2px 8px;
}
.ucf-restores-site-header-img {
    height: 40px;
    padding: 0px 8px;
}

.above-site-header {
    background-color: #6d0c11;
    padding: 0px 15px;
    height: 30px;
}

ul.above-site-header-menu {
    list-style-type: none;
    display: flex;
    float: right;
    margin: 0px;
    padding: 0px;
}

    ul.above-site-header-menu > li {
        display: inline-block;
    }

        ul.above-site-header-menu > li:hover {
            background-color: #B70F0A;
        }

        ul.above-site-header-menu > li.above-site-header-admin:hover {
            background-color: #FFF;
            color: #B70F0A !important;
        }

.active-above-site-header-menu {
    background-color: #B70F0A;
    color: #FFC800 !important;
}

ul.above-site-header-menu > li > a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 31px;
    padding: 8px;
}

.site-header-social-icons-div {
    float: right;
}

    .site-header-social-icons-div a {
        padding: 11px 8px 2px 8px;
    }

        .site-header-social-icons-div a:hover {
            background-color: #B70F0A;
        }

.site-header {
    -webkit-box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 15%);
    height: 75px;
    /*position: relative;*/
    z-index: 1;
    background-color: #B70F0A;
    border-bottom: 6px solid #FFFFFF;
}

.logo-image {
    position: relative;
    z-index: 90;
    margin-top: -20px;
    margin-bottom: -86px;
    margin-left: 15px;
    margin-right: 15px;
    height: 150px;
    border: 6px solid #FFF;
    border-radius: 100px;
    background-color: #B70F0A;
}

/* Main Site Menu */
.topnav {
    overflow: hidden;
    float: left;
    z-index: 999;
    margin-top: -6px;
}

    .topnav a {
        float: left;
        display: block;
        color: #FFF;
        letter-spacing: 1px;
        text-align: center;
        padding: 10px 0px;
        margin: 16px 16px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

.topnav-active {
    color: #FFC800 !important;
    background-color: #b70f0a !important;
}

.topnav-inactive {
    color: #FFF !important;
}

.topnav a:hover {
    border-bottom: 4px solid #FFC800;
    color: #FFC800 !important;
}

.topnav .icon {
    display: none;
    font-size: 35px;
    margin: 15px;
    padding-top: 4px;
    position: absolute;
    right: 0;
}

    .topnav .icon:hover {
        border-bottom: 0px;
        color: #FFC800;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        letter-spacing: 0.5px;
        border: none;
        outline: none;
        color: #FFF;
        padding: 0px 16px;
        height: 75px;
        text-transform: uppercase;
        background-color: inherit;
        font-weight: bold;
        margin: 6px 0px 0px 0px;
        display: block;
        cursor: pointer;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

.menu-item-with-sub:hover {
    background-color: #96110d;
    -webkit-box-shadow: inset 0px 6px 0px 0px #6d0c11;
    -moz-box-shadow: inset 0px 6px 0px 0px #6d0c11;
    box-shadow: inset 0px 6px 0px 0px #6d0c11;
}

.dropbtn-active {
    color: #FFC800 !important;
}

.dropbtn-inactive {
    color: #FFF !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #96110d;
    min-width: 160px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    z-index: 999;
    padding: 15px 0px;
    margin-top: -20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .dropdown-content a {
        float: none;
        color: #FFF;
        font-size: 11px;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        margin: 0px;
        border-left: 6px solid #96110d;
    }

        .dropdown-content a:hover {
            border-bottom: none;
            color: #FFC800;
            border-left: 6px solid #FFC800;
            /*background-color: #6d0c11;*/
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn:hover {
    color: #FFC800 !important;
    background-color: #96110d;
}

.dropdown .dropbtn-admin {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 31px;
    border: none;
    outline: none;
    color: #FFF;
    padding: 4px 8px 0px 8px;
    background-color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    margin: -4px 0px -1px 0px;
    display: block;
    cursor: pointer;
}

.dropdown-content-admin {
    display: none;
    position: absolute;
    background-color: #96110d;
    min-width: 160px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    z-index: 999;
    padding: 15px 0px;
}

    .dropdown-content-admin a {
        font-family: 'Inter', sans-serif;
        line-height: normal;
        float: none;
        color: #FFF;
        font-size: 11px;
        padding: 10px 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        display: block;
        text-align: left;
        margin: 0px;
        border-left: 6px solid #96110d;
    }

        .dropdown-content-admin a:hover {
            border-bottom: none;
            color: #FFC800;
            border-left: 6px solid #FFC800;
        }

.dropdown:hover .dropdown-content-admin {
    display: block;
}

.dropbtn-admin:hover {
    color: #FFC800 !important;
}


/* Site Containers */
.section-25 {
    float: left;
    width: 25%;
}

.section-33 {
    float: left;
    width: 33.3%;
}

.section-40 {
    float: left;
    width: 40%;
}

.section-50 {
    float: left;
    width: 50%;
}

.section-50-hp-top {
    float: left;
    width: 50%;
}

.section-60 {
    float: left;
    width: 60%;
}

.section-70 {
    float: left;
    width: 70%;
}

.side-padding-container {
    padding: 0px 15px;
}

.full-padding-container {
    padding: 15px;
}

.full-padding-containerNoBottomPadding {
    padding: 15px 15px 0px 15px;
}

.full-padding-containerNoTopPadding {
    padding: 0px 15px 15px 15px;
}

/* Fixed Content Widths*/
.content-center-900 {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.content-center-400 {
    max-width: 400px;
    margin: auto;
    text-align: center;
}

.content-center-600 {
    max-width: 600px;
    margin: auto;
    /*text-align: center;*/
}

.content-1200 {
    max-width: 1200px;
    margin: auto;
}

.content-900 {
    max-width: 900px;
    margin: auto;
}

.content-700 {
    max-width: 700px;
    margin: auto;
}

.login-container {
    max-width: 425px;
    margin: auto;
    padding-top: 50px;
}

.header-footer-1200 {
    max-width: 1200px;
    margin: auto;
}

/* Log In Page */
.login-page-background {
    background-color: #212121;
    background-image: url("../images/firefighter-gear-hanging.jpg");
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    border-bottom: 3px solid #fff;
    position: absolute;
    width: 100%;
    top: 111px;
    bottom: 215px;
}

/* Page containers to keep footer down*/
#page-container {
    position: relative;
    min-height: 100vh;
}

#footer-spacer {
    padding-bottom: 286px;
}

.footer-spacer-preview-window {
    padding-bottom: 0px !important;
}
/* Site Footer */
.site-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 212px;
    background-color: #212121;
    color: #FFFFFF;
    border-top: 3px solid #FFF;
    clear: both;
}

.footer-details-container {
    display: flex;
    justify-content: space-around;
}

.footer-details-div {
    text-align: center;
    float: left;
    padding: 0px 7.5px;
}

    .footer-details-div p span a {
        color: #fff !important;
    }

.footer-link {
    text-decoration: none;
    font-weight: normal;
}

.footer-link:hover {
    text-decoration: underline;
}

.copyright-text {
    font-size: 13px;
    color: #b0b0b0;
    text-align: center;
    /*position: absolute;
    bottom:0;
    width:100%;*/
}

/* Clincian and Peer Support Provider forms */
#pnlPeerSupportProvider table td {
    vertical-align: top;
}

#pnlClinician table td {
    vertical-align: top;
}

.form-padding {
    margin: 0px 0px 30px 0px;
}

/* Clincian and Peer Support Provider search pages */
.bordered-section {
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #fff;
}

.results-map-container {
    display: flex;
}

.results-container {
    width: 50%;
    float: left;
    background-color: #EFEFEF;
    /*-webkit-box-shadow: 6px 12px 13px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 6px 12px 13px 0px rgba(0,0,0,0.15);
    box-shadow: 6px 12px 13px 0px rgb(0 0 0 / 15%);*/
    position: relative;
    z-index: 1;
    height: 100%;
}

.map-container {
    width: 50%;
    float: left;
    display: flex;
    padding-right: 15px;
    flex-direction: column;
}

.results-disclaimer-container {
}

.filter-options-container {
    /*padding-top: 15px;*/
}

.filter-options-bg {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.filter-options-bg-location {
    padding: 15px 15px 15px 15px;
}
.filter-options-bg-additional {
    padding: 15px 15px 50px 15px;
}

#sliderDisplayArea {
    background-color: #efefef;
    background-image: linear-gradient(#efefef 75%, white 25%);
    padding: 15px 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#pnlSearchMap {
    flex: 50%;
}

#pnlSearchResults {
    padding-top: 30px;
}

    #pnlSearchResults table td {
        border-bottom: 1px dotted #b4b4b4;
    }

.searchResultsNavigationTable {
    /*width: 50%;*/
    margin: auto;
    table-layout: auto;
    text-align: center;
}

    .searchResultsNavigationTable tr td {
        border-bottom: none !important;
        padding: 10px 2px;
    }

        .searchResultsNavigationTable tr td a {
            text-decoration: none;
            padding: 3px 8px;
        }

            .searchResultsNavigationTable tr td a.paging-active {
                background-color: #b70f0a;
                color: #fff;
            }

.searchResultImageTD {
    padding: 10px 15px;
    width: 20%;
}

.searchResultImage {
    height: 110px;
    width: 110px;
    object-fit: cover;
    /*border-radius: 50%;*/
    border: 6px solid #ffffff;
    background-color: #efefef;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
}

.searchResultTD {
    padding: 20px 10px 20px 5px;
}

.searchTitle {
    font-family: 'Inter';
    text-decoration: none;
    font-weight: bold;
    padding: 3px 3px 3px 0px;
    text-transform: uppercase;
}

.searchResultTitle {
    font-size: 19.76px;
    font-family: 'Inter';
    text-decoration: none;
    line-height: 27px;
}

    .searchResultTitle:hover {
        color: #6d0c11;
    }

.searchResultItemTitle {
    font-weight: bold;
    padding: 3px 3px 3px 0px;
}

.searchResultItemWorkPreference {
    font-style: italic;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 3px 3px 0px;
}

.searchResultItem {
    padding: 3px 3px 3px 3px;
}

.filter-selected {
    color: #B70F0A;
    font-weight: bold;
}

.filter-selected-dot {
    background-color: #B70F0A;
    height: 9px;
    width: 9px;
    float: left;
    border-radius: 10px;
    margin: 3px 4px 0px 0px;
}

.searchFormContainer {
    display: block;
}

.search-button {
    background-color: #B70F0A;
    border: none !important;
    padding: 9px 16px;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .search-button:hover {
        cursor: pointer;
        background-color: #940500;
    }

.moreDropDown {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.moreFiltersContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 260px;
    margin: -1px 0px 0px 3px;
    position: relative;
    padding: 8px 7px;
    border: 1px solid #b4b4b4;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}

.moreFilter {
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    height: 35px;
    border-radius: 0px;
    padding: 10px;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    margin-left: 3px;
    border: 1px solid #B4B4B4;
    color: #585858;
    background-color: #fff;
}

    .moreFilter:hover {
        cursor: pointer;
    }

.singleSelect {
    padding:5px !important;
}

.show-hide-search-div {
    background-color: #efefef;
    width: 222px;
    margin: auto;
    padding: 5px 0px 7px 0px;
    border-radius: 20px;
}

    .show-hide-search-div:hover {
        background-color: #d9d9d9;
    }

.show-hide-search {
    display: block;
}

.show-hide-search-div > a {
    color: #585858;
}

.currentLocation {
    display: inline-block;
    padding: 5px 6px;
}

.currentLocation-button {
    background-color: #FFFFFF;
    border: 2px solid #B70F0A;
    padding: 8px 16px;
    color: #B70F0A !important;
    text-decoration: none;
    font-size: 12px !important;
    font-family: 'Inter' !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    white-space: nowrap;
}

    .currentLocation-button:hover {
        cursor: pointer;
        background-color: #B70F0A;
        color: #FFF !important;
    }

.currentLocation-selected a:link, .currentLocation-selected a:visited {
    background-color: #B70F0A !important;
    color: #FFF !important;
}

.searchFormField {
    display: inline-block;
    padding: 3px 3px 3px 3px;
}

.searchFormTextBox {
    height: 23px;
    border: 1px solid #b4b4b4;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Inter';
}

    .searchFormTextBox::placeholder {
        color: #585858;
    }

.searchFormAddressBox {
    width: 300px;
    height: 23px;
    border: 1px solid #b4b4b4;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Inter';
}

    .searchFormAddressBox::placeholder {
        color: #585858;
    }

.searchFormDropDown {
    height: 30px;
    border: 1px solid #777;
    padding: 0px 10px;
    display: inline-block;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 15px;
}

#saveMessage {
    padding: 10px 45px !important;
    text-align: center;
    background-color: #b70f0a;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.validate-email-thank-you-message {
    padding-top: 60px;
}

.register-thank-you-message {
    min-height: 300px;
}

.upload-cert-field {
    text-align: initial;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.upload-cert-label {
    margin: -18px 0px 15px -50px;
}

.formFieldTitleTD {
    vertical-align: top;
    font-weight: bold;
    width: 25%;
}

.form-item-div {
    padding: 8px 0px;
}

.formField {
    display: block;
    margin: 7.5px;
}

.adminFormField {
    display: block;
    margin: 5px;
}

.formFieldWithButtons {
    display: block;
    margin: 30px 7.5px;
}

.formFieldLabel {
    background-color: #FFFFFF;
    position: relative;
    top: 8px;
    left: 25px;
    padding: 0px 5px;
    font-size: 14px;
    font-family: 'Inter';
    width: fit-content;
    width: -moz-fit-content;
    z-index: 100;
    font-weight: bold;
    clear: both;
}

.formField label {
    font-weight: bold;
    font-family: 'Inter';
}

.password-strength-text {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px
}

#strengthMessage {
    font-size: 0.8em;
    color: #585858;
}

#strengthWord {
    float: right;
    margin-top: -20px;
    font-weight: bold;
    font-size: 0.8em;
}

.password-container {
    position: relative;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        padding: 20px 40px 18px 30px;
        box-sizing: border-box;
    }

#eye, #eye2, #eye3 {
    position: absolute;
    top: 26px;
    right: 4%;
    font-size: 22px;
    cursor: pointer;
}

::-ms-reveal { /*This removes the auto password reveal element in Edge*/
    display: none;
}

.relevant-training-div {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e4e4e4;
    margin: 10px 0px;
    box-shadow: 0px 0px 7px 1px rgb(125 125 125 / 30%);
}

.training-content-container {
    display: flex;
    max-width: 400px;
    margin: auto;
}

.remove-training-div {
    float: right;
    font-size: 18px;
    margin-top: -10px;
    margin-right: -5px;
}

#divTrainingNotCompleted {
    max-width: 400px;
    margin: auto;
}

#divAddOtherTraining {
    text-align: center;
    margin-bottom: 25px;
}

/* User Page Relevant Training Display */
.training-div-container {
}

.training-div-row {
    /*padding: 15px 0px;*/
    clear: both;
    border-bottom: 1px dotted #b4b4b4;
}

    .training-div-row:first-child {
        /*padding: 15px 0px;*/
        clear: both;
        border-bottom: none;
    }

.training-div-50 div:last-child {
    padding: 0px 0px 15px 0px;
}

.training-div-50 {
    float: left;
    width: 50%;
}

    .training-div-50 div {
        padding: 15px 5px;
        text-align: center;
    }

        .training-div-50 div a {
            text-decoration: none;
            color: #212121;
            cursor: pointer;
        }
/* End */

.form-error-div {
    padding: 15px;
    border: 1px solid #b70f0a;
    background-color: #ffc6c5;
    border-radius: 5px;
    margin: 0px 2px 4px 2px;
    font-size: 0.8em;
    font-weight: bold;
    color: #B70F0A;
}

.clear-filters-btn-div {
    margin: -15px 0px 35px 0px;
    text-align: center;
    clear: both;
}

.next-step-btn-div {
    margin: 20px 0px 60px 0px;
    clear: both;
}

.next-step-bg-line {
    margin-top: -8px;
    margin-bottom: 22px;
}

.next-step-btn {
    background-color: #d9d9d9;
    padding: 8px 30px;
    color: #585858;
    text-decoration: none;
}

    .next-step-btn:hover {
        background-color: #585858;
        padding: 8px 30px;
        color: #d9d9d9;
        text-decoration: none;
    }

.formTable {
    padding-bottom: 15px;
}

table.specialties-table {
    border-collapse: collapse;
    width: 75%;
    border: 1px solid #b4b4b4;
    margin: auto;
}

    table.specialties-table tr td {
        color: #212121;
        padding: 6px 15px;
        border-bottom: 1px solid #b4b4b4;
        width: 50%
    }

.specialties-level-labels-div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 0px 0px 23px;
}

.specialties-level-labels {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

.specialties-alt-row {
    background-color: #efefef;
}

.specialties-header-td {
    height: 35px;
    background-color: #b70f09;
    border: 1px solid #b70f09;
    color: #fff !important;
    font-weight: bold;
    vertical-align: middle !important;
}

.none-dot {
    background-color: #3E974C;
    height: 11px;
    width: 11px;
    float: left;
    border-radius: 10px;
    margin: 4px;
}

.little-dot {
    background-color: #f6ba0b;
    height: 11px;
    width: 11px;
    float: left;
    border-radius: 10px;
    margin: 4px;
}

.moderate-dot {
    background-color: #EB7A00;
    height: 11px;
    width: 11px;
    float: left;
    border-radius: 10px;
    margin: 4px;
}

.substantial-dot {
    background-color: #B70F0A;
    height: 11px;
    width: 11px;
    float: left;
    border-radius: 10px;
    margin: 4px;
}

.formFieldSubTitle {
    line-height: 20px;
}

.formFieldSubTitleDiv {
    margin: 15px 7.5px;
}

.arcMap-iframe {
    border: 0px;
    width: 100%;
    height: 478px;
}

.arcMap-iframe-user-page {
    border-style: none;
    width: 100%;
    height: 200px;
    background-color: #EFEFEF;
}

.map-search-results-container {
    border: 6px solid #fff;
    border-bottom: 3px solid #fff;
    border-right: 7px solid #fff;
    margin: 40px 15px 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}

.prof-info-table {
    border-collapse: collapse;
    width: 100%;
}

    .prof-info-table td {
        border-bottom: 1px dotted #b4b4b4;
        padding: 10px 5px;
    }

.detailTitle {
    font-weight: bold;
    vertical-align: top;
    width: 150px;
    color: #212121;
}

.detailTitle-email {
    font-weight: bold;
    vertical-align: middle;
    width: 30px;
    /*color: #777;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;*/
}

.detailTitle-support {
    font-weight: bold;
    width: 125px;
    /*color: #777;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    vertical-align: middle;*/
}

.detailTitle-support-firefighters {
    /*display: inline-block;
    background-color: #b70f0a;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;*/
    text-transform: uppercase;
    color: #212121;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    clear: both;
    font-family: 'Inter', sans-serif;
}

.detailTitle-support-policeofficers {
    /*display: inline-block;
    background-color: #344E6B;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;*/
    text-transform: uppercase;
    color: #212121;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    clear: both;
    font-family: 'Inter', sans-serif;
}

.detailTitle-support-dispatch {
    /*display: inline-block;
    background-color: #E5B700;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;*/
    text-transform: uppercase;
    color: #212121;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    clear: both;
    font-family: 'Inter', sans-serif;
}

.toggle-1-container {
    display: flex;
    justify-content: left;
    margin: -20px 0px 15px 0px;
}

.toggle-border {
    border-bottom: 6px solid #b70f0a;
    position: relative;
}

.toggle-left-1 {
    color: #585858;
    text-align: center;
    text-decoration: none;
    padding: 10px 22px;
    border: 2px solid #d9d9d9;
    margin-right: 4px;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
    background-color: #d9d9d9;
}

    .toggle-left-1:hover {
        color: #FFF;
        background-color: #6d0c11;
        border: 2px solid #6d0c11;
    }

.toggle-left-1-selected {
    color: #FFC800;
    background-color: #B70F0A;
    text-decoration: none;
    padding: 10px 22px;
    border: 2px solid #B70F0A;
    margin-right: 4px;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
}

.toggle-right-1 {
    color: #585858;
    text-align: center;
    text-decoration: none;
    padding: 10px 22px;
    border: 2px solid #d9d9d9;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
    background-color: #d9d9d9;
}

    .toggle-right-1:hover {
        color: #fff;
        background-color: #6d0c11;
        border: 2px solid #6d0c11;
    }

.toggle-right-1-selected {
    color: #FFC800;
    background-color: #B70F0A;
    text-decoration: none;
    padding: 10px 22px;
    border: 2px solid #B70F0A;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
}

.user-page-result-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: -15px 0px 15px 0px;
    padding-right: 4px;
}

.user-page-display-text-div {
    padding-top: 10px;
}

.user-page-display-name {
    margin: 10px 0px 5px 0px;
    font-size: 19.76px;
    line-height: 23px;
}

.user-page-display-profession, .user-page-display-dept {
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #212121;
    font-family: 'Inter';
    padding-bottom: 10px;
}

.public-survey-page-display {
    font-size: 12px;
    letter-spacing: 0.5px;
    /*text-align: center;*/
}

.public-survey-date-display {
    color: #555;
    font-size: 12px;
    /*margin-bottom: 10px;*/
}

.public-survey-name-display {
    font-weight: bold;   
    font-size: 16px;
}

.public-survey-star-rating-display {
    font-size: 16px;
    float: right;
    margin-top: -15px;
    margin-right: 15px;
}

.public-survey-star-rating-preview {
    font-size: 25px;
    /*float: right; */
}

.public-survey-star-rating-preview span {
    padding: 0px 2px;
}

.public-survey-support-type-display {
    font-weight: bold;
    font-size: 12px;
}

.user-page-work-preference {
    padding-top: 20px;
    margin-bottom: -10px;
}

.user-card-display-matches {
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #212121;
    font-family: 'Inter';
}

.user-page-display-matches {
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #212121;
    font-family: 'Inter';
}

.user-card-details-psp {
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    /*color: #7a7a7a;*/
    font-family: 'Inter';
    padding-bottom: 10px;
}

.best-match {
    font-size: 11px;
    background-color: #FFC800;
    border-radius: 20px;
    font-weight: bold;
    padding: 3px 10px;
    vertical-align: text-top;
    white-space: nowrap;
}

.insurance-match {
    padding: 3px 8px 3px 6px;
    color: #ffffff;
    background-color: #B70F0A;
    display: inline-block;
    margin: 2px 0px;
}

.specialties-match {
    padding: 3px 8px 3px 6px;
    color: #ffffff;
    background-color: #B70F0A;
    display: inline-block;
    margin: 2px 0px;
}

.specialties-match-psp {
    padding: 3px 8px 3px 6px;
    color: #ffffff;
    background-color: #B70F0A;
    display: inline-block;
    margin: 2px 0px;
}

.telehealth-match {
    padding: 3px 8px 3px 6px;
    color: #ffffff;
    background-color: #B70F0A;
    display: inline-block;
    margin: 2px 0px;
}

.telehealth-user-page {
    font-weight: bold;
}

.user-page-contact-card {
    display: flex;
    align-items: center;
    clear: both;
}

.user-card-display-clinician-location {
    font-size: 12px;
    font-weight: bold;
    color: #B70F0A;
    padding-bottom: 10px;
}

.user-page-display-clinician-location {
    font-size: 12px;
    font-weight: bold;
    color: #B70F0A;
}

    .user-page-display-clinician-location div {
        padding-bottom: 5px;
    }

.user-page-display-psp-location {
    font-size: 12px;
    font-weight: bold;
    color: #B70F0A;
    padding-bottom: 10px;
}

    .user-page-display-psp-location div {
        padding-bottom: 10px;
    }

#pnlContactInfo {
    min-height: 218px;
}

#pnlTraining {
    padding-top: 15px;
}

#pnlInfo {
    margin-top: -15px;
}

.img-headshot-user-page {
    width: 160px;
    height: 160px;
    object-fit: cover;
    /*border-radius: 50%;*/
    border: 6px solid #ffffff;
    background-color: #EFEFEF;
    float: left;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    margin: 15px 30px 10px 0px;
}

.user-page-clinician-label {
    background-color: #B70F0A;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    margin: -35px 0px 0px 30px;
    font-family: 'Inter';
}

.user-page-psp-label {
    background-color: #B70F0A;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    margin-top: -35px;
    font-family: 'Inter';
}

.map-view-clinician-label, .map-view-psp-label {
    background-color: #B70F0A;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    margin-top: -25px;
    font-family: 'Inter';
}

.user-page-clinician-section-headings {
    margin: 0px 0px 15px 0px;
    color: #B70F0A;
    font-family: 'Inter';
}

.user-page-psp-section-headings {
    margin: 0px 0px 15px 0px;
    color: #B70F0A;
    font-family: 'Inter';
}

.user-page-clinic-name, .user-page-psp-title-rank, .user-card-clinic-name, .user-card-psp-title-rank {
    text-transform: none !important;
    color: #7a7a7a;
    line-height: 18px;
}

.user-page-professional-info {
    padding: 15px 0px;
    border-bottom: 1px dotted #b4b4b4;
}

.user-page-rel-training {
    padding: 15px 0px;
}

.tbl-rel-training {
    border-collapse: collapse;
}

    .tbl-rel-training td {
        padding: 8px;
    }

    .tbl-rel-training a {
        text-decoration: none;
        color: #212121;
    }

/* Review List */
.reviewListTable {
    border-collapse: collapse;
    border: 1px solid #b4b4b4;
    width: 100%;
}

    .reviewListTable td {
        vertical-align: middle;
        padding: 8px 15px;
        border-bottom: 1px solid #b4b4b4;
        white-space: nowrap;
    }

    .reviewListTable tr.altRow {
        background: #efefef;
    }

    .reviewListTable tr.header {
        background: #b70f0a;
        color: #fff;
        font-weight: bold;
        border: 1px solid #b70f0a;
        height: 40px;
    }

        .reviewListTable tr.header a:link, a:active {
            color: #fff;
            text-decoration: none;
        }

        .reviewListTable tr.header a:hover {
            color: #FFC800;
        }

.status-approved {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #4caf50;
    padding: 1px 12px;
    border-radius: 30px;
    margin: auto;
    width: 100px;
}

.status-pending {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #ff8700;
    padding: 1px 12px;
    border-radius: 30px;
    margin: auto;
    width: 100px;
}

.status-draft {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #585858;
    padding: 1px 12px;
    border-radius: 30px;
    margin: auto;
    width: 100px;
}

.status-expired {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #b70f0a;
    padding: 1px 12px;
    border-radius: 30px;
    margin: auto;
    width: 100px;
}

.status-definition {
    font-size: 12px;
    padding: 3px 12px;
}

.profile-status-indicator {
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.action-icons-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .action-icons-container a {
        padding: 0px 10px;
    }

        .action-icons-container a:hover {
            color: #B70F0A;
        }

.review_survey_justification {
    justify-content: center;
}

.action-icons-container-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .action-icons-container-center a {
        padding: 0px 10px;
    }

        .action-icons-container-center a:hover {
            color: #B70F0A;
        }

.action-icons {
    color: #585858;
}

.action-delete {
    color: #B70F0A;
}

    .action-delete:hover {
        color: #770a07 !important;
    }

/* Accordion */
.accordion {
    width: 100%;
    height: 425px;
    overflow: hidden;
    /*margin-bottom: 30px;*/
    border-bottom: 3px solid #FFF;
}

    .accordion ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 0;
        padding: 0;
    }

        .accordion ul li {
            display: table-cell;
            vertical-align: bottom;
            position: relative;
            height: 425px;
            background-repeat: no-repeat;
            background-position: center center;
            transition: all 500ms ease;
        }

            .accordion ul li div a {
                display: block;
                height: 425px;
                width: 100%;
                position: relative;
                z-index: 3;
                vertical-align: bottom;
                padding: 15px 20px;
                box-sizing: border-box;
                color: #fff;
                text-decoration: none;
                transition: all 200ms ease;
            }

                .accordion ul li div a * {
                    opacity: 0;
                    margin: auto;
                    width: 100%;
                    text-overflow: ellipsis;
                    position: relative;
                    z-index: 5;
                    white-space: nowrap;
                    overflow: hidden;
                    -webkit-transform: translateX(-20px);
                    transform: translateX(-20px);
                    -webkit-transition: all 400ms ease;
                    transition: all 400ms ease;
                }

                .accordion ul li div a h2 {
                    margin-bottom: 2px;
                    font-size: 2.5em;
                    line-height: 40px;
                    top: 150px;
                    text-align: center;
                }

                .accordion ul li div a p {
                    top: 150px;
                    text-align: center;
                }

                    .accordion ul li div a p.button-style {
                        top: 165px;
                        border: 2px solid #FFF;
                        border-radius: 20px;
                        padding: 6px 22px;
                        width: fit-content;
                        width: -moz-fit-content;
                    }

                        .accordion ul li div a p.button-style:hover {
                            background-color: #FFFFFF;
                            color: #212121;
                        }

.sm-accordion-label {
    position: absolute;
    bottom: 25px;
    overflow: hidden;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 15px;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
}

.sm-redline-label {
    background-color: #B70F0A;
}

.sm-blueline-label {
    background-color: #104171;
}

.sm-goldline-label {
    background-color: #FFC800;
    color: #212121;
}

.redline-gradient {
    background: linear-gradient(180deg, rgb(183 15 10 / 10%) 0%, rgb(183 15 10 / 60%) 100%);
    height: 425px;
}

.blueline-gradient {
    background: linear-gradient(180deg, rgb(16 65 113 / 10%) 0%, rgb(16 65 113 / 60%) 100%);
    height: 100%;
}

.goldline-gradient {
    background: linear-gradient(180deg, rgb(255 200 0 / 10%) 0%, rgb(255 200 0 / 60%) 100%);
    height: 100%;
}

.accordion ul li:nth-child(1) {
    background-color: #B70F0A;
    background-image: url("../images/firefighters-in-front-of-engine.jpg");
    background-size: cover;
    border-right: 3px solid #FFF;
    width: 70%; /*The first image is larger to showcase the site*/
}

.accordion ul li:nth-child(2) {
    background-color: #344E6B;
    background-image: url("../images/police-vest.jpg");
    background-size: cover;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF;
    width: 15%;
}

.accordion ul li:nth-child(3) {
    background-color: #E5B700;
    background-image: url("../images/dispatch-roadmaps.jpg");
    background-size: cover;
    border-left: 3px solid #FFF;
    width: 15%;
}

.accordion ul:hover li {width: 15%;}
.accordion ul:hover li:hover {width: 70%;}
.accordion ul:hover li:hover a {background: rgba(0, 0, 0, 0.6);}
.accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-visit-sites-container {
    display: none;
}

.mobile-visit-blueline-div {
    width: 100%;
    background-color: #104171;
    background: url(../images/police-vest.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

    .mobile-visit-blueline-div a {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: none;
        background-color: #104171;
        padding: 8px 20px;
        -webkit-box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
    }

.mobile-visit-goldline-div {
    width: 100%;
    background-color: #FFC800;
    background: url(../images/dispatch-roadmaps.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

    .mobile-visit-goldline-div a {
        color: #212121;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: none;
        background-color: #FFC800;
        padding: 8px 20px;
        -webkit-box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
    }

.mobile-blueline-gradient {
    background: linear-gradient(180deg, rgb(16 65 113 / 10%) 0%, rgb(16 65 113 / 60%) 100%);
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-goldline-gradient {
    background: linear-gradient(180deg, rgb(255 200 0 / 10%) 0%, rgb(255 200 0 / 60%) 100%);
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro-text-div {
    max-width: 425px;
    padding: 0px 15px;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 100%;
}

.intro-text {
    font-size: 2.5em;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #212121;
    line-height: 40px;
}

.quote {
    font-style: italic;
    margin: 0px;
}
/* Page Headers */
.page-header {
    height: 200px;
    border-bottom: 3px solid #FFF;
    width: 100%;
    display: flex;
}

.page-header-short {
    height: 100px;
    border-bottom: 3px solid #FFF;
    width: 100%;
    display: flex;
}

.ph-div-1 {
    float: left;
    width: 60%;
    background-color: #EFEFEF;
}

.ph-div-2 {
    float: left;
    width: 20%;
    background-color: #EFEFEF;
}

.ph-div-3 {
    float: left;
    width: 20%;
    background-color: #EFEFEF;
}

.ph-text-section-container {
    width: 100%;
    min-height: 30px;
    position: relative;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.ph-text-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ph-text-background-left-1 {
    width: 50%;
    float: left;
    background-color: #B70F0A;
    min-height: 30px;
}

.ph-text-background-right-1 {
    width: 50%;
    float: left;
    background-color: #FFF;
    min-height: 30px;
}

.ph-text-content-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.page-heading-breadcrumb-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-heading-div {
    float: left;
    width: fit-content;
    width: -moz-fit-content;
    white-space: nowrap;
}

.h1-page-heading {
    margin: 0px;
    background-color: #B70F0A;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0px 30px 0px 15px;
    height: 30px;
    line-height: 30px;
}

.breadcrumb-div {
    background-color: #fff;
    line-height: 29px;
    width: 100%;
    float: left;
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
}

    .breadcrumb-div a {
        color: #777777;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: normal;
        margin-left: 30px;
    }

        .breadcrumb-div a:hover {
            color: #B70F0A;
            font-weight: bold;
        }

.path-separator {
    font-size: 16px;
    font-weight: bold;
}

.ph-image-container-1 {
    height: 200px;
    border-right: 6px solid #FFF;
    background-size: cover;
}

.ph-image-container-2 {
    height: 200px;
    border-right: 6px solid #FFF;
    background-size: cover;
}

.ph-image-container-3 {
    height: 200px;
    background-size: cover;
}

.ph-image-container-short-1 {
    height: 100px;
    border-right: 6px solid #FFF;
    background-size: cover;
}

.ph-image-container-short-2 {
    height: 100px;
    border-right: 6px solid #FFF;
    background-size: cover;
}

.ph-image-container-short-3 {
    height: 100px;
    background-size: cover;
}

.ph-admin-1 {background-image: url("../images/firefighters-with-hose.jpg");background-position: center;}
.ph-admin-2 {background-image: url("../images/firefighters-highfive-2.jpg");}
.ph-admin-3 {background-image: url("../images/firefighter-gear-hanging.jpg");}
.ph-survey-1 {background-image: url("../images/firefighters-with-hose.jpg");background-position: center;}
.ph-survey-2 {background-image: url("../images/firefighters-highfive-2.jpg");}
.ph-survey-3 {background-image: url("../images/firefighter-gear-hanging.jpg");}
.ph-profile-1 {background-image: url("../images/firefighters-with-hose.jpg");background-position: center;}
.ph-profile-2 {background-image: url("../images/firefighters-highfive-2.jpg");}
.ph-profile-3 {background-image: url("../images/firefighter-gear-hanging.jpg");}
.ph-register-1 {background-image: url("../images/firefighters-with-hose.jpg");background-position: center;}
.ph-register-2 {background-image: url("../images/firefighters-highfive-2.jpg");}
.ph-register-3 {background-image: url("../images/firefighter-gear-hanging.jpg");}
.ph-additional-resources-1 {background-image: url("../images/firefighters-laughing.jpg");background-position: center;}
.ph-additional-resources-2 {background-image: url(../images/FirstResponder8.jpg);background-position: right;}
.ph-additional-resources-3 {background-image: url("../images/firefighter-gear-hanging.jpg");}
.ph-for-cl-psp-1 {background-image: url("../images/therapy-session-blue.jpg");background-position: center;}
.ph-for-cl-psp-2 {background-image: url("../images/helping-hands.jpg");background-position: center;}
.ph-for-cl-psp-3 {background-image: url("../images/hand-in-hand.jpg");background-position: center;}
.ph-about-us-1 {background-image: url("../images/firefighters-with-hose.jpg");background-position: center;}
.ph-about-us-2 {background-image: url("../images/firefighters-highfive-2.jpg");}
.ph-about-us-3 {background-image: url("../images/firefighter-gear-hanging.jpg");}
.ph-for-families-1 {background-image: url("../images/firefighters-with-hose.jpg");background-position: center;}
.ph-for-families-2 {background-image: url("../images/firefighters-highfive-2.jpg");}
.ph-for-families-3 {background-image: url("../images/firefighter-gear-hanging.jpg");}
.ph-clinicians-1 {background-image: url("../images/helping-hands.jpg");background-position: center;}
.ph-clinicians-2 {background-image: url("../images/clinician_with_patient.jpg");}
.ph-clinicians-3 {background-image: url("../images/hand-in-hand.jpg");background-position: center;}
.ph-psp-1 {background-image: url("../images/firefighters-highfive.jpg");background-position: center;}
.ph-psp-2 {background-image: url("../images/firefighter-team-hands.jpg");background-position: center;}
.ph-psp-3 {background-image: url("../images/firefighters-in-front-of-engine-cropped.jpg");background-position: center;}

/* Homepage Content */
.flex-box {
    display: flex;
    justify-content: space-evenly;
}

.selectable-icon-div {
    padding: 15px;
    box-shadow: 0px -8px 28px 0px rgb(0 0 0 / 20%);
}

.selectable-icon {
    height: 100px;
    padding: 15px 20px;
    transition: height 0.25s;
}

    .selectable-icon:hover {
        height: 140px;
    }

.background-image-1 {
    background-image: url("../images/firefighters-putting-out-fire.jpg");
    background-size: cover;
    height: 100%;
}

.background-image-2 {
    background-image: url("../images/helping-hands.jpg");
    background-size: cover;
    height: 100%;
}

.bg-light-grey {background-color: #EFEFEF;}
.bg-dark-grey {background-color: #212121;}
.bg-main-line-color {background-color: #B70F0A;}

.two-sided-section-container-1, .two-sided-section-container-2 {
    width: 100%;
    min-height: 425px;
    position: relative;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.two-sided-section-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.two-sided-section-background-left-1 {
    width: 60%;
    float: left;
    min-height: 425px;
}

.two-sided-section-background-right-1 {
    width: 40%;
    background-color: #EFEFEF;
    float: left;
    min-height: 425px;
}

.two-sided-section-background-left-2 {
    width: 60%;
    float: left;
    min-height: 425px;
    background-color: #B70F0A;
}

.two-sided-section-background-right-2 {
    width: 40%;
    background-color: #FFF;
    float: left;
    min-height: 425px;
}

.two-sided-section-content-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.heading-text-container {
    padding-top: 50px;
    margin-right: 30px;
    /* max-width: 400px;*/
}

.full-width-section-container-425 {
    min-height: 425px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.full-width-section-container {
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.full-width-about-us {
    background-color: #212121;
    background-image: url("../images/firefighters-putting-out-fire.jpg");
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    min-height: 325px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.full-width-additional-res {
    background-color: #212121;
    background-image: url(../images/FirstResponder8.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    min-height: 325px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.additional-res-special-div {
    padding: 50px 0px;
    color: #FFF;
}

.homepage-box-container-top {
    margin: 50px 7.5px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
}

.homepage-box-container-left {
    margin: 0px 7.5px 30px 0px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
}

.homepage-box-container-middle {
    margin: 0px 7.5px 30px 7.5px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
}

.homepage-box-container-right {
    margin: 0px 0px 30px 7.5px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
}

.homepage-boxes-container {
    padding: 60px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.homepage-boxes {
    min-height: 395px;
    border-top: 10px solid #212121;
    padding: 25px;
}

.homepage-boxes-top {
    min-height: 285px;
    border-top: 10px solid #212121;
    padding: 25px;
}

.homepage-boxes-images {
    /*margin-top: -85px;*/
    text-align: center;
}

    .homepage-boxes-images img {
        width: 125px;
        transition: width 0.25s;
    }

        .homepage-boxes-images img:hover {
            /* width: 145px;*/
        }

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.homepage-headshot-label-container {
    display: flex;
    justify-content: center;
}

.homepage-headshot-label-div {
    float: left;
    text-align: center;
    padding: 15px;
}

.decorative-map-marker {
    position: absolute;
    right: -10px;
    bottom: -10px;
}

/* Clinician Headshot on Homepage*/
.homepage-headshot-1 {
    position: relative;
    height: 125px;
    width: 125px;
    margin: auto;
    margin-bottom: 15px;
    background-color: #212121;
    border-radius: 100px;
    border: 6px solid #FFF;
    -webkit-box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 15%);
}

.clinician-label {
    background-color: #B70F0A;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    position: relative;
    /*border-bottom: 4px solid #6d0c11;*/
}

.clinician-label-sub-text {
    color: #B70F0A;
    margin-top: -10px;
}

/* Peer Support Provider Headshot on Homepage*/
.homepage-headshot-2 {
    position: relative;
    height: 125px;
    width: 125px;
    margin: auto;
    margin-bottom: 15px;
    background-color: #212121;
    border-radius: 100px;
    border: 6px solid #FFF;
    -webkit-box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 15%);
}

.psp-label {
    background-color: #B70F0A;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    position: relative;
    /*border-bottom: 4px solid #B70F0A;*/
}

.psp-label-sub-text {
    color: #B70F0A;
    margin-top: -10px;
}

.label-results-mobile {
    height: initial;
    margin: 0px 30px;
    line-height: 20px;
    padding: 5px 25px;
}

/* Homepage Special Heading Text */
.homepage-map-div, .homepage-img-boxes-div {
    background-color: #212121;
    border: 6px solid #FFF;
    height: 300px;
    color: white;
    margin-top: 57px;
    -webkit-box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 14px 6px rgb(0 0 0 / 15%);
}

.homepage-about-us-div {
    padding: 50px 15px;
    color: #FFF;
}

.homepage-special-thanks-div {
    padding-bottom: 60px;
}

.float-60 {
    float: left;
    width: 60%;
}

.float-40 {
    float: left;
    width: 40%;
}

.full-box-img-1 {
    height: 300px;
    background-image: url("../images/firefighters-highfive-2.jpg ");
    background-size: cover;
}

.left-box-img-1 {
    border-right: 3px solid #FFF;
    height: 300px;
    background-image: url("../images/firefighters-putting-out-fire.jpg");
    background-size: cover;
}

.right-box-img-1 {
    border-left: 3px solid #FFF;
    height: 300px;
    background-image: url("../images/helping-hands.jpg");
    background-size: cover;
}

.heading-super-text-gold {
    text-transform: uppercase;
    color: #FFC800;
    margin: 0px 0px 5px 0px;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
    font-size: 11.2px;
}

.heading-sub-text-white {
    text-transform: uppercase;
    color: #fff;
    margin: 0px 0px 15px 0px;
    letter-spacing: 0.5px;
    clear: both;
    font-family: 'Inter', sans-serif;
}

.heading-divider-centered-gold {
    width: 50px;
    height: 4px;
    background-color: #FFC800;
    text-align: center;
    margin: auto;
}

.heading-divider-centered-primary {
    width: 50px;
    height: 4px;
    background-color: #B70F0A;
    text-align: center;
    margin: auto;
}

.heading-super-text-primary {
    text-transform: uppercase;
    color: #B70F0A;
    margin: 0px 0px 5px 0px;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
    font-size: 11.2px;
}

.heading-super-text-grey {
    text-transform: uppercase;
    color: #777;
    margin: 0px 0px 5px 0px;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
    font-size: 11.2px;
}

.heading-sub-text-black {
    text-transform: uppercase;
    color: #212121;
    margin: 0px 0px 15px 0px;
    letter-spacing: 0.5px;
    clear: both;
    font-family: 'Inter', sans-serif;
}

.heading-sub-text-blackNoMargin {
    text-transform: uppercase;
    color: #212121;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    clear: both;
    font-family: 'Inter', sans-serif;
}

.heading-divider-left-primary {
    width: 50px;
    height: 4px;
    background-color: #B70F0A;
    margin: 5px 0px 0px 10px;
    float: left;
}

.heading-divider-left-gold {
    width: 50px;
    height: 4px;
    background-color: #FFC800;
    margin: 5px 0px 0px 10px;
    float: left;
}

/* Sub-Page Styles */

.content-pane-60 {
    float: left;
    width: 60%;
}

.content-pane-40 {
    float: left;
    width: 40%;
}

.content-pane-50 {
    float: left;
    width: 50%;
}

.user-page-content-pane-50 {
    float: left;
    width: 50%;
}

.floating-card-style-1-container {
    margin: 15px 0px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 14px 3px rgb(0 0 0 / 10%);
}

.floating-card-style-1 {
    border-top: 10px solid #212121;
    padding: 15px 30px 20px 30px;
}

.floating-card-style-2-container {
    margin: 15px 7.5px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 14px 3px rgb(0 0 0 / 10%);
}

.floating-card-style-2 {
    padding: 20px;
}

.regional-resources-div {
    padding: 0px 15px;
    border: 1px solid #b70f0a;
    background-color: #ffe7e6;
}

/* Form Styles */
#divTabs {
    width: 100%;
    display: flex;
    margin-bottom: 10px
}

.ranking-border {
    border: 1px solid #000000;
    border-radius: 50px;
    width: 10px;
    height: 9px;
    font-size: 10px;
    font-family: monospace;
    color: #000000;
    padding: 1px 0px 4px 4px;
    display: inline-block;
    position: relative;
    top: -3px;
    text-align: left;
    margin-left: 5px;
    cursor: pointer;
}

.form-field-div-70 {
    width: 70%;
    float: left;
}

.form-field-div-60 {
    width: 60%;
    float: left;
}

.form-field-div-50 {
    width: 50%;
    float: left;
}

.form-field-div-40 {
    width: 40%;
    float: left;
}

.form-field-div-30 {
    width: 30%;
    float: left;
}

.form-field-div-20 {
    width: 20%;
    float: left;
}

.form-field-div-80 {
    width: 80%;
    float: left;
}

#r8 { /* Registration step 3 city, state, zip*/
    margin-top: -5px;
}

#r11 { /* Registration step 3 telehealth options*/
    float: left;
    margin-top: 10px;
}

#d49 { /* Registration step 3 phone*/
    margin-top: -15px;
}

#r26 { /* Registration step 3 preferred methods of contact*/
    float: left;
    margin-top: -10px;
}

#d26 { /* Registration step 3 preferred methods of contact*/
    margin-left: 8px;
}

#r221, #r222 { /* ATTESTATION section */
    margin-top: -30px;
    margin-bottom: -50px;
}

#f221, #f222 { /* ATTESTATION checkbox */
    margin-top: -123px;
    margin-left: 15px;
}

button#f26_ms {
    height: 38px;
    margin-top: 22px;
}

#d11 { /* Registration step 3 telehealth options*/
    margin-left: 8px;
}

.required-multiselect-dropdown {
    color: #B70F0A;
    font-weight: bold;
    padding-left: 0px !important;
}

.form-menu-item {
    display: inline-block;
    padding: 8px;
    margin: 0px 2px 0px 2px;
    color: #585858;
    background-color: #d9d9d9;
    width: 20%;
    text-align: center;
    font-size: 12px;
}

.form-menu-item-selected {
    display: inline-block;
    padding: 8px;
    margin: 0px 2px 0px 2px;
    color: #ffffff;
    background-color: #B70F0A;
    width: 20%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.form-menu-link {
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.form-menu-link-selected {
    display: inline-block;
    padding: 5px 5px 5px 0px;
}

.password-strength {
    height: 10px;
    border-radius: 15px;
    border: 1px solid #B4B4B4;
    margin-bottom: 25px;
}

.password-strength-gauge {
    height: 10px;
    border-radius: 15px;
    /*border: 1px solid #636363;*/
    width: 0;
}

.green-radio-btn {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 5px #3E974C;
    padding: 9px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -5px;
}

    .green-radio-btn:hover {
        cursor: pointer;
        background-color: #3E974C;
        border: 2px solid #fff;
        box-shadow: 0px 0px 0px 5px #3E974C;
    }

.green-radio-btn-selected {
    background-color: #3E974C;
}

.green-radio-btn-modal-selected {
    background-color: #3E974C;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 5px #3E974C;
    padding: 8px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -5px;
}

.green-radio-btn-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 4px #3E974C;
    padding: 6px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -8px;
}


.yellow-radio-btn {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 5px #f6ba0b;
    padding: 9px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -5px;
}

    .yellow-radio-btn:hover {
        cursor: pointer;
        background-color: #f6ba0b;
        border: 2px solid #fff;
        box-shadow: 0px 0px 0px 5px #f6ba0b;
    }

.yellow-radio-btn-selected {
    background-color: #f6ba0b;
}

.yellow-radio-btn-modal-selected {
    background-color: #f6ba0b;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 5px #f6ba0b;
    padding: 8px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -5px;
}

.yellow-radio-btn-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 4px #f6ba0b;
    padding: 6px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -8px;
}

.orange-radio-btn {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 5px #EB7A00;
    padding: 9px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -5px;
}

    .orange-radio-btn:hover {
        cursor: pointer;
        background-color: #EB7A00;
        border: 2px solid #fff;
        box-shadow: 0px 0px 0px 5px #EB7A00;
    }

.orange-radio-btn-selected {
    background-color: #EB7A00;
}


.orange-radio-btn-modal-selected {
    background-color: #EB7A00;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 5px #EB7A00;
    padding: 8px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -5px;
}

.orange-radio-btn-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 4px #EB7A00;
    padding: 6px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -8px;
}

.red-radio-btn {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 5px #B70F09;
    padding: 9px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -5px;
}

    .red-radio-btn:hover {
        cursor: pointer;
        background-color: #B70F0A;
        border: 2px solid #fff;
        box-shadow: 0px 0px 0px 5px #B70F09;
    }

.red-radio-btn-selected {
    background-color: #B70F09;
}

.red-radio-btn-modal-selected {
    background-color: #B70F0A;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 5px #B70F0A;
    padding: 8px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -5px;
}

.red-radio-btn-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 4px #B70F0A;
    padding: 6px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    top: -8px;
}

.clinician-category-table {
    border-collapse: collapse !important;
    width: 80%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.clinician-category-table-modal {
    border-collapse: collapse !important;
}

.video-category-tab {
    padding: 12px 22px;
    font-family: 'Inter';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #585858;
    background-color: #d6d6d6;
    border-right: 4px solid #ffffff;
}

.highlighted-video-bar-green {
    border-bottom: 8px solid #3E974C;
    border-right: 8px solid #3E974C;
    border-left: 8px solid #3E974C;
}

.highlighted-video-bar-yellow {
    border-bottom: 8px solid #f6ba0b;
    border-right: 8px solid #f6ba0b;
    border-left: 8px solid #f6ba0b;
}

.highlighted-video-bar-orange {
    border-bottom: 8px solid #EB7A00;
    border-right: 8px solid #EB7A00;
    border-left: 8px solid #EB7A00;
}

.highlighted-video-bar-red {
    border-bottom: 8px solid #B70F0A;
    border-right: 8px solid #B70F0A;
    border-left: 8px solid #B70F0A;
}

.sub-group-heading {
    color: #B70F0A;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0px 15px 0px;
    background-color: #fff;
    width: fit-content;
    width: -moz-fit-content;
    padding-right: 10px;
    position: relative;
    clear: both;
    font-size: 16px;
}

.sub-group-heading-hr {
    background-color: #b70f0a;
    margin-top: -26px;
    height: 2px;
}

.divider-hr {
    background-color: #b70f0a;
    height: 2px;
}

.radio input, .checkbox input {
    position: absolute;
    left: -9999px;
}

.radio label, .checkbox label {
    position: relative;
    margin: 3px;
    padding: 7px 15px;
    border: 1px solid #B4B4B4;
    xborder-radius: 25px;
    color: #000;
    background-color: #FFF;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    font-size: 14px;
}

.radio input:checked + label {
    background-color: #B70F0A;
    color: #FFF;
    border: 1px solid #f5a4a2;
    -webkit-box-shadow: inset 0px 0px 0px 2px #f5a4a2;
    -moz-box-shadow: inset 0px 0px 0px 2px #f5a4a2;
    box-shadow: inset 0px 0px 0px 2px #f5a4a2;
}

.checkbox input:checked + label {
    background-color: #B70F0A;
    color: #FFF;
    border: 1px solid #f5a4a2;
    -webkit-box-shadow: inset 0px 0px 0px 2px #f5a4a2;
    -moz-box-shadow: inset 0px 0px 0px 2px #f5a4a2;
    box-shadow: inset 0px 0px 0px 2px #f5a4a2;
}

.basic-checkboxes input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    background: url(/images/unchecked-checkbox.png) no-repeat; /* this image will be shown when the state is OFF */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    margin-left: -21px;
    cursor: pointer;
}

.basic-checkboxes label {
    padding: 0px;
    cursor: pointer;
    display: block;
    position: relative;
    box-sizing: border-box;
    line-height: 24px;
}

.basic-checkboxes input:checked {
    background: url(/images/checked-checkbox.png) no-repeat; /* this image will be shown when the state is ON */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    margin-left: -21px;
    cursor: pointer;
}

.registerCheckbox {
    line-height: 38px;
}

.registerRadio {
    line-height: 38px;
}

    .registerRadio input, .registerCheckbox input {
        position: absolute;
        left: -9999px;
    }

    .registerRadio label, .registerCheckbox label {
        background-color: #FFFFFF;
        border: 2px solid #B70F0A;
        padding: 8px 16px;
        color: #B70F0A;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        font-weight: bold;
        margin-right: 4px;
        white-space: nowrap;
    }

        .registerRadio label:hover, .registerCheckbox label:hover {
            cursor: pointer;
            background-color: #B70F0A;
            color: #FFF;
        }

    .registerRadio input:checked + label {
        cursor: pointer;
        background-color: #B70F0A;
        color: #FFF;
    }

.registerCheckbox input:checked + label {
    cursor: pointer;
    background-color: #B70F0A;
    color: #FFF;
}

.formField > input {
    height: 26px;
    border: 1px solid #B4B4B4;
    padding: 8px 10px 2px 30px;
    width: -webkit-fill-available;
    width: -moz-available;
    background-color: #FFF;
    font-family: 'Inter';
}

.adminFormField > input {
    height: 26px;
    border: 1px solid #B4B4B4;
    padding: 8px 10px 2px 30px;
    width: -webkit-fill-available;
    width: -moz-available;
    background-color: #FFF;
    font-family: 'Inter';
}

.primary-button {
    background-color: #B70F0A !important;
    border: none !important;
    padding: 9px 16px !important;
    color: #FFF !important;
    text-decoration: none;
    font-size: 12px !important;
    font-family: 'Inter' !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    white-space: nowrap;
}

    .primary-button:hover {
        cursor: pointer;
        background-color: #940500;
    }

.primary-button-fix {
    height: 38px !important;
    margin-top: 17px;
}

.secondary-button {
    background-color: #FFFFFF;
    border: 2px solid #B70F0A;
    padding: 7px 16px;
    color: #B70F0A !important;
    text-decoration: none;
    font-size: 12px !important;
    font-family: 'Inter' !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    white-space: nowrap;
}

    .secondary-button:hover {
        cursor: pointer;
        background-color: #B70F0A;
        color: #FFF !important;
    }

input:focus-visible {
    border: none;
    border-radius: 0pt;
    box-shadow: 0 0 0 1pt #B70F0A;
    outline: none;
    transition: .1s;
}

textarea {
    /*border-radius: 5px;*/
    padding: 10px 30px;
    border: 1px solid #B4B4B4;
    width: -webkit-fill-available;
    width: -moz-available;
}

.select {
    height: 38px;
    border-radius: 0px;
    padding: 8px 10px 2px 30px;
    border: 1px solid #B4B4B4;
    width: -webkit-fill-available;
    width: -moz-available;
}

.select-status {
    border: 1px solid #b4b4b4;
    border-radius: 0px;
    padding: 8.8px 10px;
    margin-right: 5px;
    margin-top: 17px;
}

#admin-field-selections {
    margin-bottom: 15px;
    display: flex;
    margin-top: -10px;
}

#additional-options-menu-div {
    float: right;
    margin-left: 18px;
    margin-bottom: 10px;
    border-left: 1px solid #b4b4b4;
    padding: 0px 0px 0px 18px;
    min-width: 200px;
}

    #additional-options-menu-div a {
        text-decoration: none;
        line-height: 25px;
    }

        #additional-options-menu-div a:hover {
            color: #212121;
        }

ul.less-indent {
    padding-inline-start: 20px;
}

input[type=file] {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

[type="file"] + label {
    height: 30px;
    line-height: 33px;
    /*border-radius: 5px;*/
    border: 1px solid #B4B4B4;
    color: #B70F0A;
    padding: 3px 40px 3px 10px;
    cursor: pointer;
    position: absolute;
    width: 160px;
    font-weight: bold;
    background-color: #fff;
}

.file-selector {
    padding: 0px;
}

.field-sub-text {
    color: #212121;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    margin-left: -10px;
    position: absolute;
    top: 30px;
    z-index: 9;
}

.drop-area {
    width: 98%;
    height: 320px;
    line-height: 300px;
    margin-top: 30px;
    border: 3px dashed lightgrey;
    border-radius: 5px;
    text-align: center;
}

.textProfile {
    background: url(/images/profile.jpg) no-repeat 5px 10px;
    background-size: 20px;
}

.textAreaProfile {
    background: url(/images/profile.jpg) no-repeat 5px 5px;
    background-size: 20px;
    font-family: 'Inter', sans-serif;
}

.fileUpload {
    background: url(/images/upload.png) no-repeat 5px 10px;
    background-size: 20px;
    background-position-x: 180px;
    background-position-y: center;
}

.uploaded-dept-id-div {
    margin-left: 7.5px;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
}

.uploaded-license-div {
    font-size: 12px;
    font-weight: bold;
    margin-left: 7.5px;
    margin-top: -10px;
    margin-bottom: 10px
}

.uploaded-diploma-div {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 7.5px;
}

.uploaded-training-file-div {
    padding-top: 100px;
    font-size: 12px;
    font-weight: bold;
}

#reactCertResultsTable td {
    padding: 10px 8px;
    border-bottom: 1px solid #ccc;
}


.uploaded-react-training-file-div {
    padding-top: 170px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 115px;
}


.react-email-search-container {
    height: 60px;
    width: 280px;
}

.react-email-search-button {
    margin-left: 200px;
}

.react-email-input-box {
    height: 30px;
    line-height: 33px;
    border: 1px solid #B4B4B4;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    position: absolute;
    width: 170px;
    background-color: #fff;
}



.uploaded-other-training-file-div {
    padding-top: 55px;
    margin-left: 7.5px;
    font-size: 12px;
    font-weight: bold;
}

.pendingFileUpload {
    /*position: absolute;
    padding-top: 65px;*/
    font-size: 12px;
}

.status-message {
    line-height: 20px;
}

.highlighted-section-draft-status {
    background-color: #fff4cc;
    border: 1px solid #efc727;
    padding: 15px;
    margin-bottom: 6px;
}

.highlighted-section-pending-status {
    background-color: #ffe5c9;
    border: 1px solid #ff8700;
    padding: 15px;
    margin-bottom: 6px;
}

.highlighted-section-approved-status {
    background-color: #dbf4dc;
    border: 1px solid #4caf50;
    padding: 15px;
    margin-bottom: 6px;
}

.highlighted-section-email-verification {
    background-color: #ffc6c5;
    border: 1px solid #b70f0a;
    padding: 15px;
    margin-bottom: 6px;
}

.highlighted-section-1 {
    background-color: #fff4cc;
    border: 1px solid #efc727;
    padding: 20px;
}

.highlighted-section-2 {
    background-color: #b3f2d0;
    border: 1px solid #b3f2d0;
    padding: 20px;
}

.image-iframe {
    height: 450px;
    border: 1px dotted #000;
    position: relative;
    width: 100%;
    resize: vertical;
    overflow: auto;
}

.profile-image-rules {
    margin-right: 15px;
}

.image-uploader-container {
    position: fixed;
    width: 100%;
}

.imager-selector-container {
    padding: 10px;
    position: absolute;
    background: #FFF;
    /*border: 1px solid rgb(223, 223, 223);*/
    left: 0px;
    top: 50px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
}

.imager-edit-container {
    z-index: 2004;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    outline: none;
    border: 1px solid white;
    top: 100px !important;
    left: 0px !important;
    width: 300px;
    height: 482px;
    margin: auto;
    position: relative;
}

.imager-edit-container-safari {
    z-index: 2004;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    outline: none;
    border: 1px solid white;
    top: 100px !important;
    left: 0px !important;
    bottom: 0px;
    width: 300px;
    height: auto !important;
    margin: auto;
    position: relative;
}

#imagers {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
}

a#btnAddImage {
    color: #B70F0A;
    text-decoration: none;
    padding: 6px 18px;
    border: 2px solid #B70F0A;
    border-radius: 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    line-height: 63px;
}

    a#btnAddImage:hover {
        background-color: #B70F0A;
        color: #FFF;
    }

.drop-down-done-btn {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding: 16px 10px 3px 10px;
    border-top: 2px solid #fff;
    height: 29px;
}

    .drop-down-done-btn a {
        margin-top: 10px;
        background-color: #FFFFFF;
        border: 2px solid #B70F0A;
        padding: 7px 16px;
        color: #B70F0A;
        text-decoration: none;
        font-size: 12px !important;
        font-family: 'Inter' !important;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

        .drop-down-done-btn a:hover {
            cursor: pointer;
            background-color: #B70F0A;
            color: #FFF;
        }

.ui-state-default {
    background: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #454545;
    border: 1px solid #cccccc;
    background: #cccccc;
}

.ui-corner-all {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.caret-down-multiselect {
    padding: 0px 0px 0px 8px;
}

.uncheck-all-icon, .check-all-icon {
    padding: 0px 2px 0px 0px;
}

.ui-multiselect-menu {
    padding: 0px;
}

.ui-multiselect-header {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: auto;
    padding: 6px 15px;
    margin-bottom: 2px;
    /*background-color: #efefef !important;*/
}

.ui-multiselect-checkboxes {
    padding: 0px 8px;
}

    .ui-multiselect-checkboxes li {
        padding-bottom: 0px;
    }

.ui-multiselect-header a {
    text-decoration: none;
    font-family: 'Inter';
    font-size: 12px;
    vertical-align: sub;
}

.ui-multiselect-header .ui-icon {
    float: none;
    vertical-align: middle;
}

.ui-icon-triangle-1-s {
    margin-left: 10px;
}

.redline-multiselect {
    box-sizing: border-box;
    text-align: left;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 35px;
    border-radius: 0px;
    padding: 10px;
    display: inline-block;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    /*margin-left: 10px;*/
    border: 1px solid #B4B4B4;
    color: #585858;
}

.in-my-area-multiselect {
    box-sizing: border-box;
    text-align: left;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 35px;
    border-radius: 0px;
    padding: 10px;
    display: inline-block;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    margin-left: 0px;
    border: 1px solid #B4B4B4;
}

.redline-multiselect-dropdown, .in-my-area-multiselect-dropdown {
    border-radius: 0px !important;
}

.ui-multiselect-checkboxes input {
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 6px;
    cursor: pointer;
    border: 1px solid #585858;
    height: 15px;
    width: 15px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    background: url(/images/unchecked-checkbox.png) no-repeat; /* this image will be shown when the state is OFF */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}

.ui-multiselect-checkboxes label {
    padding: 3px 5px 3px 23px;
    cursor: pointer;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-indent: -25px;
    margin: 2.5px 0px;
}

    .ui-multiselect-checkboxes label span {
        padding-left: 25px;
        font-size: 14px;
    }

.ui-multiselect-single .ui-multiselect-checkboxes label span {
    padding: 5px !important;
    font-size: 14px;
    text-indent: 0 !important;
}

.ui-multiselect-checkboxes input:checked {
    /*background-color: #b70f0a;
    border-color: #b70f0a;*/
    background: url(/images/checked-checkbox.png) no-repeat; /* this image will be shown when the state is ON */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}

    .ui-multiselect-checkboxes input:checked:after {
        /*content: '\2714';
    position: absolute;
    top: 0px;
    left: 2px;
    margin-top: -1.5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;*/
    }

.slider-header-row:first-child {
    border-left: 1px solid #c6c6c6;
}

.slider-header-row:last-child {
    border-right: 1px solid #c6c6c6;
}

.slider-header-row {
    width: 90px;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Inter';
    letter-spacing: 1px;
    color: #212121;
    background-color: #efefef;
    border-top: 1px solid #c6c6c6;
    border-left: 0.5px solid #c6c6c6;
    border-right: 0.5px solid #c6c6c6;
}

.main-question-text {
    font-weight: bold;
    font-size: 1.10em;
}

.no-sound-text {
    float: right;
    font-size: 12px;
}

.bar-green {
    background-color: #3E974C;
    height: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.bar-yellow {
    background-color: #f6ba0b;
    height: 12px;
}

.bar-orange {
    background-color: #EB7A00;
    height: 12px;
}

.bar-red {
    background-color: #B70F09;
    height: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.bar-green-modal {
    background-color: #3E974C;
}

.bar-yellow-modal {
    background-color: #f6ba0b;
}

.bar-orange-modal {
    background-color: #EB7A00;
}

.bar-red-modal {
    background-color: #B70F09;
}

.noSearchResults {
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

.no-search-results-div {
    margin-top: 30px;
}

.matrix {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    user-select: none;
}

    .matrix input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

    .matrix label {
        padding-right: 10px;
        cursor: pointer;
    }

        .matrix label .matrixRadiomark1 {
            background-color: #FFFFFF;
            box-shadow: 0px 0px 0px 4px #f6ba0b;
            padding: 7px;
            font-size: 0.1px;
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
            border-radius: 20px;
            position: relative;
            height: 12px;
            top: -6px;
            left: -5px;
        }

.matrixContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .matrixContainer .matrix:first-child {
        background-color: #f6ba0b;
        height: 14px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        width: 25%;
        text-align: center;
    }

.matrix input:checked ~ label .matrixRadiomark1 {
    background-color: #f6ba0b;
    border: 2px solid #fff;
    padding: 5px;
    color: #212121;
    font-size: 0.1px;
    border-radius: 20px;
    position: relative;
    top: -6px;
    left: -5px;
    box-shadow: 0px 0px 0px 4px #f6ba0b;
}

.matrix label .matrixRadiomark2 {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 4px #EB7A00;
    padding: 7px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    height: 12px;
    top: -6px;
    left: -5px;
}

.matrixContainer .matrix:nth-child(2) {
    background-color: #EB7A00;
    height: 14px;
    width: 25%;
    text-align: center;
}

.matrix input:checked ~ label .matrixRadiomark2 {
    background-color: #EB7A00;
    border: 2px solid #fff;
    padding: 5px;
    color: #212121;
    font-size: 0.1px;
    border-radius: 20px;
    position: relative;
    top: -6px;
    left: -5px;
    box-shadow: 0px 0px 0px 4px #EB7A00;
}

.matrix label .matrixRadiomark3 {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 4px #B70F09;
    padding: 7px;
    font-size: 0.1px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 20px;
    position: relative;
    height: 12px;
    top: -6px;
    left: -5px;
}

.matrixContainer .matrix:last-child {
    background-color: #B70F09;
    height: 14px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 25%;
    text-align: center;
}

.matrix input:checked ~ label .matrixRadiomark3 {
    background-color: #B70F09;
    border: 2px solid #fff;
    padding: 5px;
    color: #212121;
    font-size: 0.1px;
    border-radius: 20px;
    position: relative;
    top: -6px;
    left: -5px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 4px #B70F09;
}

.matrix label .matrixCheckmark {
    position: absolute;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #585858;
    cursor: pointer;
    background-color: #ffffff;
}

.matrix input:checked ~ label .matrixCheckmark {
    background: url(/images/checked-checkbox.png) no-repeat; /* this image will be shown when the state is ON */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    border: 0px;
}

.pspTraining {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    height: 40px;
    padding-top: 10px;
}

    .pspTraining input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

    .pspTraining label {
        padding-right: 10px;
        cursor: pointer;
        color: #212121;
    }

        .pspTraining label .pspCheckmark {
            position: absolute;
            left: 0;
            height: 13.5px;
            width: 13.5px;
            border: 1px solid #585858;
            cursor: pointer;
        }

    .pspTraining input:checked ~ label .pspCheckmark {
        background-color: #B70F09;
        border-color: #B70F0A;
    }

        .pspTraining input:checked ~ label .pspCheckmark:after {
            content: '\2714';
            position: absolute;
            top: 0px;
            left: 2px;
            margin-top: -1.5px;
            color: #ffffff !important;
            font-weight: bold;
            font-size: 11px;
        }

    .pspTraining label {
        /*position: absolute;*/
        left: 0;
        height: 15px;
        width: 15px;
        /*border: 1px dotted #000;*/
        cursor: pointer;
        /*border-radius: 50%;*/
    }

.ui-widget.ui-widget-content {
    border: 1px solid #b4b4b4;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    font-family: 'Inter';
    font-size: 14px;
    margin-top: -2px;
    z-index:9999;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    /*border-top-left-radius: 12px;
    border-top-right-radius: 12px;*/
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0px;
    margin-bottom: 4px;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -9px -4px 0 0;
}

.ui-dialog {
}

    .ui-dialog .ui-dialog-content {
        padding: 0;
    }

.ui-widget-overlay {
    background: #212121;
    opacity: .8;
}

.ui-widget-header {
    border: none;
    background: #fff;
    color: #fff0;
    font-weight: bold;
}

.mental-health-card-section-container {
    padding: 0px 5px;
}


.addiction_thumbnail {
    border: none;
    width: 90%;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}

.what-do-i-do {
    float: right;
    margin-top: -45px;
    margin-right: 20px;
}

    .what-do-i-do a {
        color: #B70F0A;
        font-size: 12px;
        outline: none;
    }

.what-do-i-do-text {
    max-width: 600px;
    padding: 0px 15px;
}

.select-range-button {
    background-color: #585858;
    border: none;
    color: #ffffff;
    font-weight: bold;
    height: 100px;
    font-size: 12px;
    width: 90%;
}

    .select-range-button:hover {
        cursor: pointer;
        background-color: #777;
    }

.range-marker-1 {
    background-color: #3E974C;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 4px #3E974C;
    padding: 5px;
    font-size: 0.1px;
    border-radius: 20px;
    position: relative;
    top: -8px;
}

.range-marker-2 {
    background-color: #f6ba0b;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 4px #f6ba0b;
    padding: 5px;
    font-size: 0.1px;
    border-radius: 20px;
    position: relative;
    top: -8px;
}

.range-marker-3 {
    background-color: #EB7A00;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 4px #EB7A00;
    padding: 5px;
    font-size: 0.1px;
    border-radius: 20px;
    position: relative;
    top: -8px;
}

.range-marker-4 {
    background-color: #B70F0A;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 4px #B70F0A;
    padding: 5px;
    font-size: 0.1px;
    border-radius: 20px;
    position: relative;
    top: -8px;
}

.transparent-range-marker {
    background-color: transparent;
    padding: 9px;
    color: transparent;
    font-size: 0.1px;
    border-radius: 20px;
    position: relative;
    top: -10px;
}

.searchResultsPanelLink {
    color: black;
    font-weight: normal;
    text-decoration: none;
}

.search-results-card-container {
    background-color: white;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    margin: -20px 15px 15px 15px;
    padding-top: 20px;
    padding-bottom: 1px;
}

.search-results-divider-dot {
    font-size: 6px !important;
    color: #b70f0a;
    vertical-align: middle;
    padding: 0px 2px;
}

.search-results-card {
    /*margin: -10px 0px 15px 0px;*/
    border-collapse: collapse;
    width: 100%;
    min-height: 30px;
}

.testimonial-container {
    width: 100%;
    background-color: #EFEFEF;
    position: relative;
    z-index: 1;
    height: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.testimonial-card-container {
    background-color: white;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    /*padding-top: 0px;*/
    /*padding-bottom: 1px;*/
    width: 500px;
    margin: auto;
    padding: 15px;
}

.testimonial-card {
    border-collapse: collapse;
    width: 100%;
}

.public_testimonial_parent_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px 10px;
    align-items: flex-start;
}

.public_testimonial_child_container {
    background-color: white;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    width: 500px;
    padding: 15px;
}

.mental-health-group-card-top-table {
    border-collapse: collapse;
    width: 100%;
}

.mental-health-group-card {
    background-color: #FFF;
    /*border-radius: 15px;*/
    border: 6px solid #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    margin: 10px;
    min-height: 420px;
}

.mental-health-group-card-p {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mental-health-group-card-p-2 {
    min-height: 80px;
}



.mental-health-group-card-video-only {
    background-color: #FFF;
    /*border-radius: 15px;*/
    border: 6px solid #FFF;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    margin: 10px;
    min-height: 300px;
    padding-bottom: 20px;
}

.mental-health-group-card-video-only-p {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mental-health-group-card-video-only-p-2 {
    min-height: 80px;
}

.mentalHealthGroupCardGreenHeader {
    padding: 20px 10px;
    /*border-top-right-radius: 15px;
    border-top-left-radius: 15px;*/
    font-weight: bold;
    background-color: #3E974C;
    color: #FFFFFF;
    text-transform: uppercase;
}

.mentalHealthGroupCardYellowHeader {
    padding: 20px 10px;
    /*border-top-right-radius: 15px;
    border-top-left-radius: 15px;*/
    font-weight: bold;
    background-color: #f6ba0b;
    color: #FFFFFF;
    text-transform: uppercase;
}

.mentalHealthGroupCardOrangeHeader {
    padding: 20px 10px;
    /*border-top-right-radius: 15px;
    border-top-left-radius: 15px;*/
    font-weight: bold;
    background-color: #EB7A00;
    color: #FFFFFF;
    text-transform: uppercase;
}

.mentalHealthGroupCardRedHeader {
    padding: 20px 10px;
    /*border-top-right-radius: 15px;
    border-top-left-radius: 15px;*/
    font-weight: bold;
    background-color: #B70F09;
    color: #FFFFFF;
    text-transform: uppercase;
}

.indicated-selection-div {
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}

.helpNeededNone {
    color: #3E974C;
    text-transform: uppercase;
}

.helpNeededLittle {
    color: #f6ba0b;
    text-transform: uppercase;
}

.helpNeededModerate {
    color: #EB7A00;
    text-transform: uppercase;
}

.helpNeededSubstantial {
    color: #B70F09;
    text-transform: uppercase;
}

.text-align-center {
    text-align: center;
}

.additional-categories-div {
    margin-top: 14px;
}

.videoPlayer {
    height: 350px;
    width: 620px;
}

#moviePanel {
    padding: 0px 10px;
}

.modalVideoPlayer {
    height: 565px;
    width: 670px;
}

.modal-video-table {
    margin-bottom: -18px;
    width: 97%;
}

.below-video-table {
    width: 97%;
    margin-top: -4px;
}

.below-video-table-td {
    background-color: #efefef;
    border: 1px solid #c6c6c6;
    padding: 10px;
}

.video-save-div {
    margin-top: 25px;
    margin-bottom: 35px;
}

.mentalHealthGroupGreenVideo, .mentalHealthGroupGreenVideo > a {
    background-color: #3E974C;
    color: #FFFFFF !important;
}

.mentalHealthGroupYellowVideo, .mentalHealthGroupYellowVideo > a {
    background-color: #f6ba0b;
    color: #FFFFFF !important;
}

.mentalHealthGroupOrangeVideo, .mentalHealthGroupOrangeVideo > a {
    background-color: #EB7A00;
    color: #FFFFFF !important;
}

.mentalHealthGroupRedVideo, .mentalHealthGroupRedVideo > a {
    background-color: #B70F09;
    color: #FFFFFF !important;
}

.draftDateTextbox {
    line-height: 25px;
    text-align: center;
    font-size: 1.5em;
    padding: 7px;
}

.draftDateIteration {
    line-height: 25px;
    text-align: center;
    font-size: 1.5em;
    padding: 7px;
    background-color: lightgray;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #FFF;
    border-bottom: 5px solid transparent;
    display: inline-block;
    padding-right: 5px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 8px solid #FFF;
    border-right: 5px solid transparent;
    display: inline-block;
    padding-right: 5px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-padding {
    padding: 0px 35px;
}

.swiper-button-next, .swiper-button-prev {
    color: #585858;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 5px;
    right: auto;
}

.swiper-slide-dash {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.sticky-note {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 15px;
    margin: 5px;
    border-top: 10px solid #fc0;
}

.center-two-homepage-boxes {
    display: flex;
    justify-content: center;
}

.ucf-restores-hp-div {
    display: flex;
    align-items: center;
}

.clinician-psp-intro-div {
    display: flex;
    align-items: center;
}


/* Compare page */
#compare-popup-clinician, #compare-popup-psp {
    min-height: 200px;
    background-color: #B70F0A;
    position: sticky;
    bottom: 0;
    z-index: 999;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}


#survey-reminder-popup {
    min-height: 20px;
    background-color: #B70F0A;
    position: sticky;
    bottom: 0;
    z-index: 999;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}

#psp-compare-filters, #clinician-compare-filters {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    margin-bottom: 5px;
}

.compare-checkbox-div-search-page {
    margin-top: -15px;
    float: right;
}

.compare-bar {
    display: flex;
    justify-content: space-between;
}

.survey-bar {
    justify-content: space-between;
}

.compare-card-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 15px;
}

.empty-compare-card {
    float: left;
    border: 3px dashed rgb(255 255 255 / 50%);
    height: 146px;
    width: 346px;
    margin-bottom: 15px;
}

.compare-card {
    float: left;
    background-color: #fff;
    height: 150px;
    width: 350px;
    padding-top: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}

.compareResultTitle {
    font-size: 19.76px;
    font-family: 'Inter';
    text-decoration: none;
    line-height: 27px;
}

.remove-compare-card {
    color: #777;
    font-size: 18px;
    float: right;
    padding: 2px 7px;
    cursor: pointer;
    margin-top: -5px;
    margin-right: -1px;
}

.remove-compare-column {
    color: #777;
    font-size: 18px;
    float: right;
    padding: 2px 7px;
    cursor: pointer;
    margin-top: -5px;
    margin-right: -10px;
}

.compare-page-result-image {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border: 6px solid #ffffff;
    background-color: #EFEFEF;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    margin-bottom: 10px;
}

.compare-page-find-btn {
    color: #B70F0A !important;
    text-decoration: none;
    padding: 6px 22px;
    border: 2px solid #B70F0A;
    border-radius: 40px;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

    .compare-page-find-btn:hover {
        background-color: #B70F0A;
        color: #FFF !important;
    }

.filter-label {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.compare-filters-checkboxes input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    background: url(/images/unchecked-checkbox.png) no-repeat; /* this image will be shown when the state is OFF */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}

.compare-filters-checkboxes label {
    padding: 0px 10px 0px 25px;
    cursor: pointer;
    display: block;
    position: relative;
    box-sizing: border-box;
    line-height: 24px;
}

.compare-filters-checkboxes input:checked {
    background: url(/images/checked-checkbox.png) no-repeat; /* this image will be shown when the state is ON */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}

.compare-checkboxes input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    background: url(/images/unchecked-checkbox.png) no-repeat; /* this image will be shown when the state is OFF */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    margin-left: -21px;
    cursor: pointer;
}

.compare-checkboxes label {
    padding: 0px;
    cursor: pointer;
    display: block;
    position: relative;
    box-sizing: border-box;
    line-height: 24px;
}

.compare-checkboxes input:checked {
    background: url(/images/checked-checkbox.png) no-repeat; /* this image will be shown when the state is ON */
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    margin-left: -21px;
    cursor: pointer;
}

.compare-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

table.compare-table tr td {
    border: 1px solid #bbbbbb;
    padding: 5px 10px;
    vertical-align: top;
}

.compare-table-empty-td {
    vertical-align: middle !important;
    height: 70px;
}

table.compare-table tr:nth-child(even) {
    background-color: #e2e2e2;
}

table.compare-table tr:nth-child(odd) {
    background-color: #FFFFFF;
}

.label-cell {
    padding: 0px !important;
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    vertical-align: bottom !important;
}

.compare-title-cell {
    font-weight: bold;
    vertical-align: middle !important;
}

.compare-label {
    font-weight: bold;
    background-color: #B70F0A;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}

.compare-page-img-name-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 5px 0px 15px;
}

.compare-page-display-location {
    font-size: 12px;
    text-align: center;
}

.add-to-compare-list {
    margin-top: 20px;
    margin-bottom: -10px;
    margin-right: -10px;
    float: right;
}

/* Relevant Training */
.training-upload-div {
    float: left;
    padding-top: 10px;
}

.training-img-div {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
}

    .training-img-div img {
        width: 85px;
    }

.other-training-fields {
    float: left;
}

    .other-training-fields input {
        width: 100%;
        padding-right: 30px;
    }

    .other-training-fields textarea {
        width: 100%;
    }

.training-content-container label {
    width: 240px;
    background-position-x: 260px;
}

/* Training Matrix */
.trainingMatrixTable {
    border-collapse: collapse;
    border: 1px solid #b4b4b4;
    width: 100%;
}

    .trainingMatrixTable td.basic-header {
        background: #efefef;
        color: #212121;
        font-weight: bold;
        border: 1px solid #b4b4b4;
        height: 30px;
    }

    .trainingMatrixTable td.redline-header {
        background: #b70f0a;
        color: #fff;
        font-weight: bold;
        border: 1px solid #b70f0a;
        height: 30px;
        text-align: center;
    }

    .trainingMatrixTable td.blueline-header {
        background: #104171;
        color: #fff;
        font-weight: bold;
        border: 1px solid #104171;
        height: 30px;
        text-align: center;
    }

    .trainingMatrixTable td.goldline-header {
        background: #ffc800;
        color: #212121;
        font-weight: bold;
        border: 1px solid #ffc800;
        height: 30px;
        text-align: center;
    }

    .trainingMatrixTable td {
        vertical-align: middle;
        padding: 8px 15px;
        border: 1px solid #b4b4b4;
        vertical-align: middle !important;
    }

    .trainingMatrixTable tr.altRow {
        background: #efefef;
    }

.trainingMatrixCheck {
    font-size: 20px !important;
    color: #3E974C;
}

.trainingMatrixCheckRequired {
    font-size: 20px !important;
    color: #B70F0A;
}

.trainingMatrixCheckRequired2 {
    font-size: 20px !important;
    color: #EB7A00;
}

#divTrainingMatrix {
    margin-left: -15px;
    margin-bottom: -30px;
    margin-top: -5px;
}

/* Admin Dashboard */
.dash-card-container-100 {
    float: left;
    width: 100%;
}

.dash-card-container-50 {
    float: left;
    width: 50%;
}

.dash-card-container-33 {
    float: left;
    width: 33.3%;
}

.dash-card-background-left {
    background-color: #ffffff;
    margin: 5px 5px 5px 15px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    border-radius: 1px;
}

.dash-card-background-middle {
    background-color: #ffffff;
    margin: 5px 5px 15px 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    border-radius: 1px;
}

.dash-card-background-right {
    background-color: #ffffff;
    margin: 5px 15px 5px 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    border-radius: 1px;
}

.dash-label-container {
    display: flex;
    justify-content: center;
}

.dash-card-content {
    padding: 25px 10px;
}

.dashboard-label {
    background-color: #B70F0A;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    position: absolute;
    margin-top: -15px;
    margin-left: 30px;
}

.dashboard-clinician-label {
    background-color: #B70F0A;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    position: absolute;
    margin-top: -15px;
}

.dashboard-psp-label {
    background-color: #B70F0A;
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    position: absolute;
    margin-top: -15px;
}

.dash-account-status-box-25 {
    width: 25%;
    float: left;
}

.dash-account-status-draft-box {
    background-color: #585858;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0px 1.5px 0px 1.5px;
    padding: 8px 5px 12px 5px;
}

.dash-account-status-pending-box {
    background-color: #ff8700;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0px 1.5px 0px 1.5px;
    padding: 8px 5px 12px 5px;
}

.dash-account-status-approved-box {
    background-color: #3E974C;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0px 1.5px 0px 1.5px;
    padding: 8px 5px 12px 5px;
}

.dash-account-status-expired-box {
    background-color: #b70f0a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0px 1.5px 0px 1.5px;
    padding: 8px 5px 12px 5px;
}

.dash-status-number {
    font-size: 28px;
}

.dash-report-heading {
    color: #B70F0A;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 18px;
}

.dash-tab-div {
    padding-top: 10px;
    display: flex;
    align-items: flex-end;
}

.dash-tab-selected {
    background-color: #cfcfcf;
    color: #212121;
    font-weight: bold;
    padding: 6px 15px 5px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    float: left;
}

.dash-tab {
    margin: 0px 2px;
    padding: 6px 15px 5px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
}

    .dash-tab:hover {
        font-weight: bold;
        cursor: pointer;
    }

.dash-tab-hr {
    margin: 0px;
    height: 1.5px;
    background-color: #cfcfcf;
}

.dash-specialty-container {
    width: 287px;
    margin: auto;
}

.dash-specialty-div {
    float: left;
    margin-right: 0px;
}

.dash-specialty-container .dash-specialty-div:last-of-type {
    margin-right: 0px;
    margin-left: 10px;
    padding-left: 8px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #bfbfbf;
}

.dash-specialty-bar {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding: 8px 2px 8px 12px;
    border-radius: 30px;
    margin: 5px auto;
    width: 115px;
    text-align: left;
}

.dash-specialty-marker {
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 2px solid #fff;
    padding: 2px 3px 2px 3px;
    font-size: 11px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    top: -4px;
    width: 25px;
    float: right;
    color: black;
}

.dash-specialty-marker-green {
    box-shadow: 0px 0px 0px 4px #3E974C;
}

.dash-specialty-marker-yellow {
    box-shadow: 0px 0px 0px 4px #f6ba0b;
}

.dash-specialty-marker-orange {
    box-shadow: 0px 0px 0px 4px #EB7A00;
}

.dash-specialty-marker-red {
    box-shadow: 0px 0px 0px 4px #B70F09;
}

.dash-specialty-green {
    background-color: #3E974C;
}

.dash-specialty-yellow {
    background-color: #f6ba0b;
}

.dash-specialty-orange {
    background-color: #EB7A00;
}

.dash-specialty-red {
    background-color: #B70F09;
}

.dash-specialty-header {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    margin-bottom: 15px;
}

.dash-dot-div {
    width: 85px;
    margin: 0px auto 25px auto;
    padding-top: 20px;
    clear: both;
}

.dash-dot {
    height: 10px;
    width: 10px;
    margin-right: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    float: left;
}

    .dash-dot:hover {
        background-color: #585858;
        cursor: pointer;
    }

.dash-dot-div .dash-dot:last-of-type {
    margin-right: 0px;
}

.dash-dot-selected, .dash-dot-selected:hover {
    background-color: #000000;
    cursor: default;
}

#clinicianProfessionDiv, #clinicianTrainingDiv, #clinicianLocationDiv, #clinicianInsuranceDiv,
#pspRankDiv, #pspTrainingDiv, #pspLocationDiv {
    padding: 0px 10px;
}

.clin-profession-legend {
    float: left;
    width: 60%;
    line-height: 20px;
}

.psp-rank-legend {
    float: left;
    width: 30%;
    line-height: 20px;
}

.psp-rank-legend-2 {
    float: left;
    width: 30%;
    padding-left: 10px;
    line-height: 20px;
}

.dash-legend-blocks {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-top: 3px;
}

.specialties-exp-levels-block {
    margin-top: 30px;
}

.total-search-link-click-block, .ranking-status-block {
    display: flex;
    justify-content: center;
    min-height: 232px;
    align-items: center;
}

.dash-total-searches-div {
    float: left;
    padding: 20px;
    background-image: url('../images/dashboard-search-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.dash-total-search-link-number {
    font-weight: bold;
    font-size: 28px;
}

.dash-divider {
    float: left;
    width: 1px;
    min-height: 200px;
    background-color: #bfbfbf;
    margin: 0px 10px;
}

.dash-total-link-click-div {
    float: left;
    padding: 20px;
    background-image: url('../images/dashboard-link-click-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.clinician-ranking-status-div, .psp-ranking-status-div {
    float: left;
    padding: 0px 10px 20px 10px;
    min-width: 140px;
}

.ranking-status-user-image-div {
    margin: auto;
}

.arcMap-iframe-dashboard {
    border: 6px solid #fff;
    margin: 0px 0px 15px 0px;
    width: 100%;
    height: 250px;
    background-color: #CCC;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 15%);
}

.img-headshot-ranking-dashboard {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 5px solid #ffffff;
    background-color: #EFEFEF;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
}

.training-chart-filler {
    background-color: #cfcfcf;
    height: 25px;
    width: 50%;
    float: right;
    margin-top: -3px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.training-chart-count {
    width: 20px;
    text-align: right;
    font-weight: bold;
    float: right;
}

.dash-status-number-link {
    color: #FFFFFF !important;
    text-decoration: none;
}

    .dash-status-number-link:hover {
        text-decoration: none;
        cursor: pointer;
    }

.dash-specialties-link {
    text-decoration: none;
}

    .dash-specialties-link:hover {
        text-decoration: none;
        cursor: pointer;
    }

.dash-legend-link {
    color: #000000 !important;
    font-weight: normal !important;
    text-decoration: none;
}

    .dash-legend-link:hover {
        text-decoration: none;
        cursor: pointer;
    }

.dash-clin-insurance-legend {
    padding-left: 10px;
    padding-top: 25px;
    line-height: 20px;
}

.dash-clin-insurance-legend-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.dash-clin-insurance-chart {
    float: left;
    padding-bottom: 10px;
}

.location-tab-hr {
    margin: 8px 0px;
    border-bottom: 1px dotted #b4b4b4;
    height: 0px;
    background: none;
}

.location-tab-expand-link {
    color: #212121;
    text-decoration: none;
    margin-left: 15px;
}

    .location-tab-expand-link:hover {
        color: #B70F0A;
    }

.location-cities-zip-list {
    margin: 8px 0px 8px 15px;
}

    .location-cities-zip-list div {
        margin: 4px 0px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #b4b4b4;
    }

/* Admin: Send Email Styles */

.email-button-padding {
    padding-bottom: 15px;
}
.email-alldone-padding {
    padding-bottom: 10px;
}
.email-alldone-button {
    margin-top: -17px; 
    padding-bottom:17px;
}
/* Report Styles */
.reports-container-50 {
    float: left;
    width: 50%;
}

.report-detail-view-legend {
    float: left;
    padding-right: 20px;
    width: fit-content !important;
    width: -moz-fit-content !important;
}

.reports-parameter-field {
    width: auto;
    padding: 7px 10px;
    height: 35px !important;
}

.reports-button {
    display: inline-block;
    margin-top: 17px;
    white-space: nowrap;
    height: 17px;
}

.reports-exp-level-none {
    color: #ffffff;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 11px;
    background-color: #3E974C;
    padding: 1px 12px;
    border-radius: 30px;
    margin: auto;
    width: 100px;
}

.reports-exp-level-little {
    color: #ffffff;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 11px;
    background-color: #f6ba0b;
    padding: 1px 12px;
    border-radius: 30px;
    margin: auto;
    width: 100px;
}

.reports-exp-level-moderate {
    color: #ffffff;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 11px;
    background-color: #EB7A00;
    padding: 1px 12px;
    border-radius: 30px;
    margin: auto;
    width: 100px;
}

.reports-exp-level-substantial {
    color: #ffffff;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-size: 11px;
    background-color: #B70F09;
    padding: 1px 12px;
    border-radius: 30px;
    margin: auto;
    width: 100px;
}

.reports-higlight-column {
    background-color: #d1e9fa;
}

.reports-higlight-column-alt {
    background-color: #b3e0ff;
}

.reports-chart-content {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 15px;
}

.report-description-div {
    padding-bottom: 30px;
}

.report-details-legend-chart-container {
    padding-bottom: 15px !important;
}

.report-detail-view-chart-div {
    width: 75%;
    float: left;
}

.report-intro-detail-div {
    background-color: #efefef;
    width: fit-content;
    width: -moz-fit-content;
    padding: 8px 15px;
    border: 1px solid #b4b4b4;
    margin-bottom: 20px;
    border-radius: 20px;
}

.reports-card-div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.reports-card {
    float: left;
    margin: 10px 20px 10px 20px;
    width: 200px;
    text-align: center;
}

.reports-chart_title {
    Font-size: 10pt;
    font-weight: bold;
}

.reports-total-legend {
    float: left;
    margin: 10px 25px 15px 0px;
    min-width: 100px;
}

.basic-table {
    border-collapse: collapse;
}

    .basic-table tr td {
        border: 1px solid #b4b4b4;
        padding: 3px 8px;
    }

.ranking-detail-table {
    margin-top: 15px;
    padding: 15px 0px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.ranking-detail-table-first-col {
    width: 180px;
}

table.ranking-detail-table tr td span:last-child {
    line-height: 25px;
}

.ranking-detail-table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

.ranking-detail-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.ranking-detail-table tr:hover {
    /*background-color: #ddd;*/
}

.ranking-detail-table th {
    background-color: #3e974c;
}


.ranking-bar-graph {
    width: 100%;
    height: 20px;
    border-radius: 15px;
    background-color: #d9d9d9;
}

.ranking-bar-graph-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.ranking-tick {
    background-color: #3e974c;
    height: 20px;
    border-radius: 20px;
}

.ranking-total-div {
    margin-bottom: 15px;
}

.ranking-total {
    font-weight: bold;
    color: #3e974c;
    z-index: 1;
    font-family: 'Inter';
    font-size: 2.5em;
}

.ranking-bar-graph-container {
    width: 100%;
}

.ranking-legend {
    margin: 0px 0px 7px 10px;
    max-width: 200px;
    min-width: 100px;
}

.ranking-chart-title {
    margin: 15px 0px 5px;
    font-weight: bold;
    font-size: 1.10em;
}

.ranking-detail-description {
    margin-bottom: 15px;
}

.ranking-hr {
    margin: 10px 0px 12px 0px;
}

.viewReportsTable {
    border-collapse: collapse;
    border: 1px solid #b4b4b4;
    width: 100%;
}

    .viewReportsTable td {
        vertical-align: middle;
        padding: 8px 15px;
        border: 1px solid #b4b4b4;
        white-space: nowrap;
    }

    .viewReportsTable tr.altRow {
        background: #efefef;
    }

    .viewReportsTable td a {
        text-decoration: none;
    }

        .viewReportsTable td a:hover {
            color: #212121;
        }

.training-tab-div {
    padding-top: 10px;
    display: flex;
    align-items: flex-end;
}

.training-tab-selected {
    background-color: #FFC800;
    color: #212121;
    font-weight: bold;
    padding: 6px 15px 5px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    float: left;
}

.training-tab {
    background-color: #fff5d2;
    margin: 0px 2px;
    padding: 6px 15px 5px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
}

    .training-tab:hover {
        font-weight: bold;
        cursor: pointer;
    }

.training-tab-hr {
    margin: 0px;
    height: 1.5px;
    background-color: #FFC800;
}

table.requirements-table {
    border-collapse: collapse;
    width: 95%;
    margin: auto;
}

    table.requirements-table tr td {
        color: #212121;
        padding: 10px 10px;
        font-size: 14px;
        line-height: 20px;
        vertical-align: top;
    }

    table.requirements-table tr {
        border-bottom: 1px solid #b4b4b4;
    }

        table.requirements-table tr:last-child {
            border-bottom: none;
        }


#site-header-survey-icon {
    font-size: 20px;
    line-height: 32px;
}


.site-header-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 31px;
    padding-bottom: 8px !important;
}



.add-comment-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #B70F0A;
}



.men-at-arms-search-card-label {
    background-color: #6d0c11;
    color: #fff;
    padding: 3px 0px 3px 20px;
    margin-left: -20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 4px 2px 5px #c9c9c9;
}

.k9-search-card-label {
    background-color: #6d0c11;
    color: #fff;
    padding: 3px 8px 3px 20px;
    margin-left: -20px;
    width: fit-content;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 4px 2px 5px #c9c9c9;
}


.men-at-arms-details-card-label {
    background-color: #6d0c11;
    color: #fff;
    padding: 3px 8px 3px 25px;
    margin-left: -25px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 4px 2px 5px #c9c9c9;
}

.k9-details-card-label {
    background-color: #6d0c11;
    color: #fff;
    padding: 3px 8px 3px 25px;
    margin-left: -25px;
    width: fit-content;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 4px 2px 5px #c9c9c9;
}


.psp-training-toggles-container {
    display: flex;
}




/* Dashboard media queries */
@media screen and (max-width: 1210px) {
    .training-chart-filler {
        width: 35%;
    }
}

@media screen and (max-width: 1000px) {
    .training-chart-filler {
        width: 50%;
    }
}

@media screen and (max-width: 620px) {
    .training-chart-filler {
        width: 30%;
    }
}
/* end */

@media screen and (max-width: 1195px) {
    .clin-profession-legend {
        width: 100%;
        margin-bottom: 20px;
    }

    .psp-rank-legend {
        width: 50%;
    }

    .psp-rank-legend-2 {
        width: 50%;
        padding-left: 0px;
        clear: both;
        margin-bottom: 30px;
        margin-top: -15px;
    }
}

/* For resizing of the site menu */
@media screen and (max-width: 1070px) {
    .topnav a, .dropdown .dropbtn, .dropbtn-admin {
        display: none;
    }

        .topnav a.icon {
            display: inline-block;
        }

    .topnav.responsive {
        position: relative;
        z-index: 1;
        width: 100%;
        background-color: #b70f0a;
        border-bottom: 6px solid #FFF;
        margin-top: -56px;
        padding-top: 150px;
    }

        .topnav.responsive .icon {
            position: absolute;
            z-index: 999;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

            .topnav.responsive a:hover {
                border-bottom: 0px;
            }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }

    .dropdown .dropbtn {
        height: 50px;
        margin-top: 0px;
    }

    .menu-item-with-sub:hover {
        -webkit-box-shadow: inset 0px 0px 0px 0px #B70F0A;
        -moz-box-shadow: inset 0px 0px 0px 0px #B70F0A;
        box-shadow: inset 0px 0px 0px 0px #B70F0A;
    }
}

@media screen and (max-width: 1180px) {
    .thank-you-div-right {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .section-50-hp-top {
        width: 100%;
    }

    .homepage-boxes-top {
        min-height: 200px;
    }

    .homepage-box-container-top {
        margin: 20px 30px 0px 30px;
    }

    .two-sided-section-container-1, .two-sided-section-background-right-1 {
        min-height: 585px;
    }

    .ucf-restores-hp-div {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .thank-you-div-right {
        padding-left: 60px;
    }

    .compare-card-container {
        flex-direction: column;
    }

    .reports-chart-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 1000px) {
    .psp-training-toggles-container {
        flex-direction: column;
    }
    .user-page-result-navigation {
        justify-content: center;
        padding-bottom: 15px;
    }

    .user-page-content-pane-50 {
        width: 100%;
        float: none;
    }

    .thank-you-div-right {
        padding-left: 110px;
    }

    .return-to-list-btn {
        float: none;
        margin: 20px 0px;
    }

    .dash-card-container-50 {
        float: left;
        width: 100%;
    }

    .dash-card-container-33 {
        float: left;
        width: 100%;
    }

    .reports-container-50 {
        float: left;
        width: 100%;
    }

    .clin-profession-legend {
        float: left;
        width: 60%;
    }

    .psp-rank-legend {
        float: left;
        width: 30%;
    }

    .psp-rank-legend-2 {
        float: left;
        width: 30%;
        padding-left: 10px;
        margin-top: 0px;
        clear: none;
    }

    .dash-card-background-right {
        margin: 5px 15px 5px 15px;
    }

    .dash-card-background-middle {
        margin: 5px 15px 5px 15px;
    }

    .dash-card-background-left {
        margin: 5px 15px 5px 15px;
    }

    .report-detail-view-chart-div {
        width: 100%;
    }
    .ucf-site-header-inner {
        justify-content: center;
    }
}
    @media screen and (max-width: 850px) {
        .results-container {
            width: 100%;
            float: none;
        }

        .map-container {
            width: 100%;
            float: none;
            padding-right: 0px;
        }

        .results-map-container {
            display: initial;
        }

        .footer-details-container {
            display: flex;
            justify-content: space-evenly;
            flex-direction: row;
            flex-wrap: wrap;
            max-width: 500px;
            margin: auto;
        }

        #footer-spacer {
            padding-bottom: 400px;
        }

        .thank-you-div-right {
            padding-left: 150px;
        }

        .compare-table {
            table-layout: inherit;
        }
    }

    @media screen and (max-width: 768px) {
        .section-25, .section-33, .section-40, .section-50, .section-50-hp-top, .section-60, .form-field-div-20, .form-field-div-30, .form-field-div-40, .form-field-div-50, .form-field-div-60, .form-field-div-70 {
            width: 100%;
        }

        .homepage-box-container-left, .homepage-box-container-middle, .homepage-box-container-right {
            margin: 0px 0px 15px 0px;
        }

        .homepage-boxes {
            min-height: fit-content;
        }

        .heading-text-container {
            margin: auto;
        }

        .homepage-map-div {
            margin-top: 20px;
        }

        .two-sided-section-container-1 {
            min-height: 1075px;
        }

        .two-sided-section-background-left-1 {
            width: 100%;
            min-height: 500px;
        }

        .two-sided-section-background-right-1 {
            width: 100%;
            min-height: 575px;
        }

        .two-sided-section-container-2 {
            min-height: 640px;
        }

        .two-sided-section-background-left-2 {
            width: 100%;
            min-height: 365px;
        }

        .two-sided-section-background-right-2 {
            width: 100%;
            min-height: 275px;
        }

        .content-pane-60, .content-pane-50, .content-pane-40 {
            width: 100%;
            float: none;
        }

        .ph-text-section-container {
            min-height: 60px;
        }

        .ph-text-background-left-1, .ph-text-background-right-1 {
            width: 100%;
        }

        .page-heading-breadcrumb-container {
            display: block;
        }

        .breadcrumb-div a {
            margin-left: 15px;
        }

        .mental-health-card-section-container {
            display: block;
        }

        .videoPlayer {
            height: 100%;
            width: 100%;
        }

        .modalVideoPlayer {
            height: 100%;
            width: 100%;
        }

        .relevant-training-div-container {
            width: 100%;
        }

        .floating-card-style-1-container {
            margin: 0px 0px 40px 0px;
        }

        .center-two-homepage-boxes {
            display: block;
        }

        .homepage-box-container-top {
            margin: 20px 10px 10px 10px;
        }

        .ucf-restores-hp-div {
            display: flex;
            align-items: center;
            flex-direction: row;
        }

        .clinician-psp-intro-div {
            flex-direction: column;
        }

        .thank-you-div-right {
            padding-left: 0px;
        }

        #d11 {
            margin-top: 15px;
        }

        #ContentPlaceHolder1_moviePanel {
            margin-right: 16px;
        }

        .no-sound-text {
            float: none;
        }
    }

    @media screen and (max-width: 600px) {
        .accordion {
            height: auto;
        }

            .accordion ul li,
            .accordion ul li:hover,
            .accordion ul:hover li,
            .accordion ul:hover li:hover {
                position: relative;
                display: table;
                table-layout: fixed;
                width: 100%;
                -webkit-transition: none;
                transition: none;
            }

                .accordion ul li:nth-child(1),
                .accordion ul li:nth-child(2),
                .accordion ul li:nth-child(3) {
                    width: 100%;
                }

                .accordion ul li:nth-child(1) {
                    margin-bottom: -12px;
                }

                .accordion ul li:nth-child(2) {
                    /*border-left: none;
                border-right: none;
                border-top: 6px solid #FFFFFF;
                margin-bottom: -5px;*/
                    display: none;
                }

                .accordion ul li:nth-child(3) {
                    /*border-left: none;
                border-top: 6px solid #FFFFFF;
                margin-bottom: -5px;*/
                    display: none;
                }

        .mobile-visit-sites-container {
            display: block;
        }

        .user-page-contact-card {
            display: flex;
            align-items: center;
            flex-direction: column;
            text-align: center;
            clear: both;
            margin-top: 20px;
        }

        .user-page-clinician-label {
            margin: auto;
            margin-top: -60px;
        }

        .user-page-psp-label {
            margin: auto;
            margin-top: -60px;
        }

        .img-headshot-user-page {
            margin: 15px 0px 10px 0px;
        }

        .user-page-display-text-div {
            padding-top: 0px;
        }

        .user-page-display-matches {
            text-align: center;
        }

        .next-step-btn-div {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            align-content: center;
        }

            .next-step-btn-div a {
                margin: 5px;
                text-align: center;
            }

        .next-step-bg-line {
            display: none;
        }

        .what-do-i-do {
            margin-left: 15px;
            margin-top: 10px;
            margin-right: 0px;
            float: none;
        }

        .add-to-compare-list {
            margin-top: 0px;
            margin-bottom: 0px;
            margin-right: 0px;
            float: none;
            display: flex;
            justify-content: center;
            line-height: 25px;
        }

        .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
            border: 1px solid #fff;
            background: none;
        }

        .right-most-button {
            float: none;
            margin-top: 0px;
            padding: 9px 16px;
        }

        .clin-profession-legend {
            width: 100%;
        }

        .psp-rank-legend {
            width: 50%;
        }

        .psp-rank-legend-2 {
            float: left;
            width: 50%;
            padding-left: 0px;
            clear: both;
            margin-top: -15px;
        }
    }

@media screen and (max-width: 515px) {
    .login-container {
        padding-top: 100px;
    }

    .logo-image {
        margin-top: 5px;
        margin-bottom: -95px;
    }

    #txtEmail, #txtPassword, #txtConfirmPassword, #txtNewPassword, #txtConfirmNewPassword {
        width: /*230px*/ -webkit-fill-available !important;
    }

    #footer-spacer {
        padding-bottom: 575px;
    }

    .searchFormContainer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-between;
        align-items: stretch;
    }

    .searchFormTextBox {
        width: 200px;
    }

    .searchFormField {
        padding: 3px 3px 10px 3px;
    }

    input#fNameSearch {
        width: 231px !important;
    }

    div#divCurrentLocation {
        margin-bottom: 15px;
    }

    .user-page-nav-btn {
        white-space: nowrap;
        display: table-cell;
    }

    table.specialties-table {
        width: 100%;
    }

    .add-clinician-btn {
        padding-top: 30px;
        float: none;
    }

    .redline-multiselect {
        height: 50px;
    }

    .searchFormTextBox {
        height: 40px;
    }

    .searchFormAddressBox {
        height: 40px;
    }

    .moreFilter {
        height: 50px;
        line-height: 28px;
    }

    .primary-button {
        padding: 15px 25px !important;
    }

    .secondary-button {
        padding: 13px 25px;
    }

    .registerRadio label, .registerCheckbox label {
        padding: 13px 25px;
        line-height: 60px;
    }

    .formField > input {
        height: 40px;
    }

    .adminFormField > input {
        height: 40px;
    }

    .select {
        height: 50px;
    }

    .radio label, .checkbox label {
        padding: 13px 25px;
        line-height: 55px;
    }

    [type="file"] + label {
        height: 45px;
        line-height: 50px;
    }

    .field-sub-text {
        top: 35px;
    }

    .uploaded-license-div {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .uploaded-dept-id-div {
        padding-top: 25px;
    }

    .drop-area {
        height: 310px;
        margin-top: 45px;
    }

    .ui-multiselect-checkboxes label {
        padding: 4px 1px 10px 21px;
        font-size: 15px;
    }

    .drop-down-done-btn a {
        padding: 11px 25px;
    }

    .select-status {
        padding: 15px 10px;
    }

    .password-container input[type="password"], .password-container input[type="text"] {
        padding: 25px 40px 23px 30px;
    }

    #eye, #eye2, #eye3 {
        top: 31px;
    }

    #d26 {
        margin-top: 15px;
    }

    button#f26_ms {
        height: 52px;
        margin-top: 12px;
    }

    #ContentPlaceHolder1_moviePanel {
        padding: 0px 5.5px;
    }

    .react-email-input-box {
        height: 42px;
    }
}

@media screen and (max-width: 475px) {
    .training-upload-div {
        float: none;
    }
    .uploaded-training-file-div {
        padding-top: 60px;
    }

    .uploaded-react-training-file-div {
        padding-top: 80px;
    }

    .react-email-search-container {
        clear: both;
        margin-top: 100px;
        margin-bottom: 20px;
    }

}

    @media screen and (max-width: 460px) {
        
    }


    /* Media Query for Attestation checkbox */

    @media screen and (max-width: 705px) {
        #f221, #f222 {
            margin-top: -143px;
        }
    }

    @media screen and (max-width: 582px) {
        #f221, #f222 {
            margin-top: -163px;
        }
    }

    @media screen and (max-width: 504px) {
        #f221, #f222 {
            margin-top: -183px;
        }
    }

    @media screen and (max-width: 432px) {
        #f221, #f222 {
            margin-top: -203px;
        }
    }

    @media screen and (max-width: 415px) {
        #f221, #f222 {
            margin-top: -223px;
        }
    }

    @media screen and (max-width: 363px) {
        #f221, #f222 {
            margin-top: -243px;
        }
    }

    @media screen and (max-width: 322px) {
        #f221, #f222 {
            margin-top: -263px;
        }
    }

    @media print {
        .above-site-header {
            display: none !important;
        }

        .site-header {
            display: none !important;
        }

        .site-footer {
            display: none !important;
        }

        .no-print {
            display: none !important;
        }

        .reports-container-50 {
            float: left;
            width: 100%;
        }
    }
