/**
Theme Name: UMBC Astra
Author: Bryan Barnes
Author URI: https://wpastra.com
Description: Astra: wpastra.com
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: umbc-astra
Template: astra
*/

.program-finder-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-rows: auto;
    /* width: 1152px; */
    margin-top: 30px;
}

.program-finder-filter {
    width: 374px;
    font-size: 16px;
    /* margin: 0.5rem 0; */
    padding: 33px 20px;
}

.program-finder-filter-search-location-degree-study {
    display: flex; 
    flex-direction: column;
    gap: 35px;
}

.program-finder-search-div {
    display: grid;
    grid-template-columns: auto auto;
    gap: 50px;
    width: 326px;
    height: 42px;
    border-radius: 2px;
    border: 2px solid var(--Gray-Rule, #C4C4C4);
    background: var(--Lightest-Gray-Fill, #F6F6F6);
    padding: 10px 20px;
}

.program-finder-search-div input {
    width: 219px;
    height: 20px !important;
    color: var(--gray-80, #333F48) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    border: 0px !important;
    background: var(--Lightest-Gray-Fill, #F6F6F6);
}

.program-finder-search-div input:focus {
    outline: none !important;
    background: var(--Lightest-Gray-Fill, #F6F6F6);
}

.program-finder-filter fieldset {
    border: 0;
    padding: 0;
}

.program-finder-filter fieldset legend {
    margin-bottom: 10px !important;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--Dark-Gray, #535353);
}

.campus-location {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.campus-location-filter {
    display: flex;
    width: 157px;
    height: 101px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 2px solid var(--Gray-Rule, #C4C4C4);
    /* margin-bottom: 10px; */
}

.campus-location-filter label {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.campus-location-filter label svg {
    margin-left: 30px;
}

.campus-location-filter label span {
    color: var(--Medium-Gray-Fill, #808080);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.degree-level, .area-of-study {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.degree-level-filter, .area-of-study-filter {
    display: flex;
    height: 38px;
    padding: 10px 12px;
    align-items: center;
    gap: 15px;
    border-radius: 2px;
    border: 2px solid var(--Darkest-Gray, #2A2B2C);
    color: #030405;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    /* margin-right: 10px;
    padding: 4px 8px;
    overflow: hidden;
    float: left; */
}

.degree-level-filter span:hover, .area-of-study-filter span:hover, .campus-location-filter span:hover {
    cursor: pointer;
}

.degree-level-filter label input, .area-of-study-filter label input, .campus-location-filter label input {
    display: none;
}

.program-finder-filter-results {
    width: 850px;
    /* margin: 0.5rem 0; */
    margin-left: 25px;
    padding: 64px 70px 64px 16px;
}

.program-finder-welcome-and-display-program-text {
    display: flex;
    /* padding: 64px 84px 64px 16px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.program-finder-welcome-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
}

.program-finder-welcome-text h1 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.program-finder-welcome-text p {
    color: var(--Black, #030405);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.program-finder-display-program-text h2 {
    color: var(--Black, #030405);
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}

.program-finder-filter-result-programs-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 24px;
}

.program-finder-filter-result-programs {
    display: grid;
    grid-template-columns: 100px auto 0px 200px;
    column-gap: 12px;
    grid-auto-rows: auto;
    width: 768px;
    padding: 12px;
    border-radius: 2px;
    border: 1px solid var(--Gray-Rule, #C4C4C4);
}

.program-finder-filter-result-title-degree-quick-facts {
    display: flex;
    flex-direction: column;
}

.program-finder-filter-result-title-degree-quick-facts h2 {
    color: var(--Black, #030405);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.08px;
}

.program-finder-filter-result-degree-level-buttons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.program-finder-filter-result-degree-level-buttons button {
    display: flex;
    padding: 2px 6px;
    align-items: center;
    gap: 6px;
    border-radius: 2px;
    border: 1px solid var(--Gray-Rule, #C4C4C4);
    background: #fff;
    color: var(--Darkest-Gray, #2A2B2C);
    /* Small Text */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.program-summary {
    margin-bottom: 6px;
}

.program-summary .program-summary-text {
    /* Small Text */
    font-family: Inter;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.program-finder-filter-result-title-degree-quick-facts .program-finder-filter-result-hide-summary {
    color: var(--Medium-Gray-Fill, #808080);
    font-family: Inter;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
}

.program-finder-filter-result-title-degree-quick-facts p:hover {
    cursor: pointer;
}

.program-finder-filter-result-title-degree-quick-facts hr {
    border-radius: 2px;
    border: 1px solid var(--Gray-Rule, #C4C4C4);
    margin-bottom: 6px !important;
}

.program-block-vertical-line {
    background: var(--gray-50, #D0D7DC);
    width: 2px;
    align-self: stretch;    
}

.program-finder-filter-result-programs-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.program-finder-filter-result-programs-button button {
    display: flex;
    width: 175px;
    height: 32px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: var(--Light-Gray-Fill, #E5E5E5);
    border: none;
}

@media screen and (max-width: 768px) {
    .program-finder-container {
        width: auto;
        grid-template-columns: repeat(1, 1fr);
    }

    .program-finder-filter {
        width: auto;
    }

    .program-finder-filter-results {
        width: auto;
        margin-left: 0;
    }
}
