.search-programs-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 40px;
    justify-content: space-between;
}

.search-options {
    flex: 0 0 auto;
    width: 20%;
    min-height: 200px;
    padding: 10px 0 10px 0;
}

.search-programs {
    flex: 0 0 auto;
    width: 75%;
    padding: 10px 0 10px 0;
    margin-left: 40px;
    /*    border: 2px solid blue;*/
    /*min-height: 300px;
    height: 300px;*/
}

.program-search-accordion-container {
    width: 100%;
}

.clear-all-link {
    font-size: 0.9rem;
}

.mobile-search-filters-link {
    display: none;
}

.mobile-close-search-filter-icon, .mobile-program-search-filter-header, .program-search-controls {
    display: none;
}

.search-programs-results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.search-program-accordion {
    width: 100%;
}

.search-program-accordion hr {
    margin: 0;
}

.search-tooltip {
    min-width: unset;
    width: 215px;
    top: -175px;
    left: 95px;
}

.search-program-item {
    margin-top: 10px;
    margin-bottom: 0;
}

.search-program-item .program-search-tooltip {
    position: absolute;
    left: 90px;
}

.search-program-header {
    background-color: unset;
    font-size: 1.0rem;
    padding: 10px;
}

.search-options h5 {
    margin-left: 10px;
    margin-bottom: 20px;
}

.search-options-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-options input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #F0F0F0;
    line-height: 1px;
}

.search-program-body {
    padding: 5px 10px;
    background-color: #ffffff;
    /*border-bottom: 1px solid #F0F0F0;*/
}

.search-program-degree-types,
.search-program-areas-of-interest,
.search-program-colleges,
.search-program-format {
    list-style: none;
    margin: 0 0 1em 0;
}

.search-program-degree-types li,
.search-program-areas-of-interest li,
.search-program-colleges li,
.search-program-format li
{
    display:flex;
    padding: 5px 5px;
}

.search-program-degree-types li > label,
.search-program-areas-of-interest li > label,
.search-program-colleges li > label,
.search-program-format li > label {
    display: flex;
    align-items: flex-start;
}

.search-program-degree-types li > label > input,
.search-program-areas-of-interest li > label > input,
.search-program-colleges li > label > input,
.search-program-format li > label > input {
    margin-top: 4px;
    margin-right: 7px;
}

/*Search Input Styles*/
/*.search-programs-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}*/

.search-programs-input .search-programs-icon {
    padding: 10px;
    background: #f0f0f0;
}

.search-programs-input input {
    padding: 10px 10px 10px 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    background: url('data:image/svg+xml;utf8, <svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>')
    no-repeat right 10px center;
}

/*Search Card Results Container*/
.search-programs-card {
    flex: 0 0 calc(94% / 3);
    max-width: calc((94% / 3));
}

.search-programs-card-container {
    width: 100%;
    /*justify-content: center;*/
    gap: 30px !important;
    /* margin-left: 40px; */
}

.search-programs-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0;
    border-bottom: 3px solid #FF8200;
    text-decoration: none;
}

.search-programs-card-header {
    height: 175px;
    cursor: pointer;
}

.search-programs-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 30px;
    /*padding: 10px;*/
    /*padding: 15px 25px;*/
    /*padding: 10px 15px 5px;*/
}

.search-programs-card-content {
    position: relative;
    /*   padding-top: 12px;*/
    background-color: unset;
    padding: 12px 0;
    margin-top: -12px;
}

.search-programs-card-title h3 {
    font-size: 20px;
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
}

.search-programs-card-content h4 {
    margin-top: auto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    /*text-align: center;*/
}

.dl-orange-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    padding: 6px 10px;
    border: 2px solid #FF8200;
    border-radius: 5px;
    background-color: #ffffff;
    color: #4b4b4b;
    margin-top: 20px;
    margin-left: 15px;
}

.dl-orange-primary:hover {
    border-color: #FF8200;
    background-color: #ffffff;
    color: #4b4b4b;
}

@media only screen and (max-width: 1024px) {

    .search-degree-types {
        position: fixed;
        background-color: #f6f6f6;
        width: 90vw;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 2000;
        transition: transform 0.5s ease, opacity 0.5s ease;
        transform: translateX(100%);
        opacity: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .search-program-body {
        background-color: #f6f6f6;
    }

    .search-degree-types.open {
        transition: transform 0.5s ease, opacity 0.5s ease;
        transform: translateX(0);
        background-color: #f6f6f6;
        right: 0;
        opacity: 1;
    }

    .program-search-accordion-container {
        flex: 1;
        overflow-y: auto;
        padding: 0 20px;
        /*margin-bottom: 20px;*/
    }

    .search-tooltip {
        min-width: unset;
        width: 245px;
        top: -156px;
        left: 110px;
    }

    .mobile-program-search-filter-header {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: baseline;
        padding: 5px 20px;
        background-color: #FFFFFF;
        position: sticky;
        top: 0;
    }
    .mobile-search-filters-link {
        display: block;
    }

    .clear-all-link {
        display: none;
    }

    .mobile-close-search-filter-icon {
        display: block;
        background: transparent;
        margin-left: auto;
        margin-right: -15px;
    }

    .mobile-close-search-filter-icon:hover,
    .mobile-close-search-filter-icon:focus {

        background-color: transparent;
    }

    .mobile-close-search-filter-icon svg {
        stroke: #4B4B4B;
    }

    .search-programs-container {
        display: block;
    }

    #searchControls {
        /*margin-top: auto;*/
        position: sticky;
        bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 20px;
        background: #FFFFFF;
    }

    #searchControls button {
        flex: 1;
        margin: 5px;
    }

    .search-options {
        flex: none;
        width: 100%;
        min-height: unset;
        padding: 0 20px;
    }

    .search-programs {
        width: 100%;
        margin-left: 0;
    }

    .search-programs-card-container {
        margin-left: 0;
    }

    .search-programs-card {
        flex: unset;
        max-width: unset;
        width: 80%;
    }

    .search-program-results-description {
        width: 80%;
        margin: auto;
    }
}