.programs-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    font-family: 'Arial', sans-serif;
}

.search-bar {
    text-align: right;
    margin-bottom: 20px;
}

.search-input {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.programs-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.program-card {
    background-color: white;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}

.program-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.program-page-lh h4{
    width: 100%;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 24px;
}
main{ min-height: 100vh;}
.program-page-row > div{
    margin: 0;
}
.program-page-row .program-page-lh .filter-group {
    display: flex;
    flex-wrap: wrap;
   
}
.filter-group-2{ margin-bottom: 20px;}
footer{
    position: relative;
}
.program-page-row .program-page-rh:before{ 
    z-index: -1;
}
.program-page-rh::-webkit-scrollbar {
    display: none;
}
.program-page-row .program-page-lh{     padding-bottom: 30px;}
#programs-filter-root .programs-list{ grid-row-gap: 0;}
.program-prog_mincredits{font-weight: 500; color: #707579; display: inline-block; width: 100%; font-size: 12px; letter-spacing: 1px; margin: 0;}
.learn-more{ position: absolute; opacity: 0; font-size: 0; top: 0; bottom: 0; left: 0; right: 0; margin: 0;}
#programs-filter-root .program-page-row .program-page-rh .program-list-box-main .program-list-box{ border-right: 0; border-bottom: 0; border-top: 0; text-align: left; position: relative;}
.program-title{font-size: 16px; margin: 0 0 18px; display: inline-block; width: 100%;font-weight: normal;line-height: 1.3em;}
.program-degree{font-size: 14px; color: #707579; margin: 0 0 -3px; display: inline-block; width: 100%;}
#programs-filter-root .program-page-row .program-page-rh{ padding-top: 0;}
.results-header h3{ font-size: 18px; font-weight: 600; margin: 0;}
.results-header{ display: flex; justify-content: space-between;border-bottom: 1px solid #cad2d9; padding: 13px 0; margin: 0 0 24px; position: relative;}
.search-input-pro-filter{ width: 43%;}
.search-input-pro-filter > div { width: 100;}
main .search-input-pro-filter input[type=text]{ height: 30px; border: 0; border-radius: 0; background: none; width: 100%; padding: 0; font-size: 18px;}
.minors-and-links{display: flex ; flex-direction: column; justify-content: flex-start; align-items: flex-start; margin-bottom: 30px;}
.arrow-btn-link{ 
    background-color: #32373c;
    border: none;
    color: #e50e2e;
    border-radius: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 10px 0 0;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    line-height: normal;
    background: none;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.arrow-btn-link::before{
    content: "";
    background: url(https://caldwell.edu/wp-content/themes/caldwell/images/link-arrow-red.svg) center center no-repeat;
    width: 15px;
    height: 13px;
    position: absolute;
    right: -24px;
    top: 0.35em;
    background-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.arrow-btn-link:hover::before{
    right: -30px;
}
.program-page-row .program-page-lh .clear-filters{
    width: auto;
    background: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    box-shadow: none;
    text-transform: uppercase;
    color: #08121a;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 22px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 14px;
    display: inline-block;
    height: auto;
}
.program-page-row .program-page-lh .clear-filters:hover{ outline: none;    box-shadow: none;}
.program-page-row .program-page-lh .clear-filters::before, .program-page-row .program-page-lh .clear-filters::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #08121a;
}

.program-page-row .program-page-lh .clear-filters::after {
    transform: rotate(-45deg);
}
.program_main .filter-btn {
    width: auto;
    line-height: normal;
    min-height: 46px;
    display: block;
    border: 1px solid #08121a;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    font-size: 16px;
    padding: 12px 15px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    color: #08121a;
    cursor: pointer;
    transition: all 0.5s;
    height: auto;
}
.program_main .filter-btn.active, .program_main .filter-btn:hover{
    border-color: #ca0f2c;
    background: #ca0f2c;
    color: #ffffff;
}
.learn-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #b5101b; 
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}
.program-page-lh h3{ 
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 26px;
}
.filter-group button{ }
.filters-section {
    padding: 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.filters-section select, .filters-section button {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
}

.clear-filters {
    background-color: #b5101b;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}

.clear-filters:hover {
    background-color: #8c0d16;
}
@media screen and (max-width: 639px) {
    .results-header{ flex-direction: column;}
    .results-header h3{ margin-bottom: 10px;}
    .search-input-pro-filter{ width: 100%;}
    .program-page-lh h3{ font-size: 40px; margin-bottom: 20px;}
}