.promptText {
    color: black;
    font-weight: bold;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.initiallyhidden {
    display: none;
}

.selectedhighlights {
    font-size: 0.8rem;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

.sliders {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sliders::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%; 
    background: #006b00;
    cursor: pointer;
}


.sliders::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
}

.strikeout {
    text-decoration: line-through;
    color: darkgray;
}

  /*                                 */
 /* Modifications for accessibility */
/*                                 */

#recsHost h5 {
    line-height: 1.5;
}

footer p {
    font-size: 0.88rem;
}

.badge {
    font-size: 80%;
}

.badge-primary {
    background: #005AB3 !important;
}

.badge-warning {
    background: #6c757d !important;
}

.bg-faded {
    background: #fafafa;
}

.card p {
    line-height: 1.5;
}

.commentDiv{
    background-color: #E3F1FF;
    border: 1px;
    border-color: #E3F1FF;
    border-radius: 12px;
}

.commentBox {
    padding: 6px;
    width: 100%;
}

#primaryLink {
    color: #005AB3;
    display: inline;
    text-decoration: underline;
    white-space: nowrap;
}

#primaryLink:visited {
    color: #6138ad;
}

#questionnaireLink {
    color: #005AB3;
    display: inline;
    text-decoration: underline;
}

#questionnaireLink:visited {
    color: #6138ad;
}

#getSupportButton {
    background: green;
    color: #fff;
    font-size: 20px;
}

#clearButton {
    background: #6c757d;
    color: #fff;
    font-size: 16px;
}

#PDlogo {
    max-width: 33%;
    border-radius: 2%;
}

#textPhoto {
    border-radius: 15%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.text-photo-div {
    max-height: 100vh;
}

.toast-warning {
    opacity: 1 !important;
    background-color: #990000 !important;
    width: 100%;
}

.toast-message {
    font-size: 16px;
}

.getRatingsButton {
    background:  #004080;
    color: #ffff;
    min-width: 318px;
    font-size: 16px;
    margin: 0px;
}

.getRatingsButton:hover {
    color: #ffff;
}

.distanceSpan {
    height: 58px;
    display: table-cell; 
    vertical-align: middle;
}

.jumbo-header {
    position: relative;
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background:#C8E4FF;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    box-shadow: none;
    margin-bottom: 0px;
}

/* Practiced at home icon
.practicedHome i {
    height: 20px;
    width: 20px;
}*/

.successBtn {
    background:  #004080;
    color: #ffff;
    font-size: 16px;
    padding-left: 0.84rem;
    padding-right: 0.84rem;
}

.successBtn:hover {
    color: #ffff;
}

.dismissBtn {
    background: #6c757d;
    color: #fff;
    font-size: 16px;
    padding-left: 0.84rem;
    padding-right: 0.84rem;
}

.dismissBtn:hover {
    color: #ffff;
}

.closeMatch {
    height: 18px;
    width: 18px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-top;
}

.modMatch {
    height: 18px;
    width: 18px;
    background-color: #e69000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-top;
}

.poorMatch {
    height: 18px;
    width: 18px;
    background-color: #990000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-top;
}

@media (max-width: 992px) {

    #PDlogo {
        max-width: 40%;
    }

    .text-photo-div{
        max-height: 80vh;
    }

}

@media (max-width: 576px) {

    #PDlogo {
        max-width: 50%;
    }

    #textPhoto {
        max-width: 100%;
    }

    .jumbo-header h1 {
        font-size: 8vw;
    }
      
    .jumbo-header h3 {
        font-size: 5vw;
    }

    [data-toggle="collapse"] {
        display: none !important;
    }

}

@media (max-width: 480px) {
    
    #PDlogo {
        max-width: 90%;
    }

    .modal-footer {
        display: block;
    }

    .successBtn {
        width: 95%;
        display: block;
    }

    .dismissBtn {
        width: 95%;
        display: block;
    }

    .modal-footer>:not(:first-child) {
        margin-left: 0.375rem;
    }
}

@media (max-width: 360px) {

    .getRatingsButton {
        min-width: 100%;
    }
}