.readmore {
    color: cornflowerblue;
    text-decoration: underline;
    cursor: pointer;
}

.loading {
    /*font-family: Arial;
    font-size: 14pt;*/
    opacity: 0.7;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    align-content: center;
}

.school-card:target {
    animation-name: highlight-selected;
    animation-duration: 4s;
}

@keyframes highlight-selected {
    from {
        background-color: white;
    }

    to {
        background-color: #D5EEFC;
    }
}

ul.program-list {
    list-style-type: circle;
    font-weight: normal;
}

ul.pathway-list {
    list-style-type: square;
    font-weight: bolder;
}

.bold {
    font-weight: bold;
}

.option-bold {
    font-weight: bold;
}

.option-padding {
    padding-left: 20px !important;
}

.option-disabled {
    pointer-events: none;
    opacity: 0.6;
}

#ddlProgramsPathway {
    border: 1px solid #C8C8C8;
    padding: 10px 10px;
    height: 45px;
    width: 365px;
    font-size: 1rem;
}

.rddlPopup_Default {
    font-size: 1rem;
}

#ddlProgramsPathway span.rddlFocused .rddlFakeInput{
    background-image: linear-gradient(#C8C8C8, #C8C8C8);
}


#ddlProgramsPathway span.rddlFakeInput {
    background-image: linear-gradient(white, white);
}

#ddlProgramsPathway_DropDown li.rddlItem {
    font-size: 1rem;
}

#ddlProgramsPathway_DropDown li.rddlItemSelected {
    background-color: #2391e5;
    color: black;
}

#ddlProgramsPathway_DropDown li.rddlItemHovered {
    background-color: #23abe5;
}

#ddlProgramsPathway span.rddlFocused {
    color: black;
}

#ddlProgramsPathway span.rddlInner {
    background-image: linear-gradient(white, white);
}

.rcbEmptyMessage {
    font-style: normal !important;
}

@media (min-width:300px) and (max-width:525px) {
    #address {
        width: 30rem !important;
    }
}

@media (min-width:525px) and (max-width:995px) {
    #address {
        width: 28.5rem !important;
    }
}
