﻿
/*** STYLING FOR IN-PAGE DEGREE SEARCH CONTROL BOXES ***/

.search-control-border-wrap {
    padding: 0px 50px 50px;
    border: 2px #4F3674 solid;
}

.search-control-border-wrap legend {
    width: 60%;
}

h2.search-control-border-header {
    margin-bottom: 0px;
    font-family: "Nunito Sans", Arial, Verdana, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.degree-list {
    column-count: 2;
}

#degree-listing-section, 
#degree-sunset-section {
    max-width: 900px;
}

.degree-list-td-name a {
    color: #4F3674;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.degree-search-content {
    max-width: 1280px;
}

.search-param-wrapper select {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 800;
    font-family: "Nunito Sans", Arial, Verdana, sans-serif;
    border: 1px #4F3674 solid;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 350px;
}

.search-param-wrapper {
    margin: 0px auto;
    padding: 0px 20px 20px;
}

    .search-param-wrapper p {
        margin-bottom: 10px;
        font-size: 20px;
        color: #000;
        font-weight: 800;
        font-family: "Nunito Sans", Arial, Verdana, sans-serif;
    }

#degreeSuggestionBar {
    margin: 0px auto 20px;
    padding: 10px 20px 20px;
    width: 100%;
    display: block;
    border: none;
    color: #2f1a45;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    line-height: 25px;
    font-family: 'Roboto Slab', Arial, Verdana, sans-serif;
}

#degreeSuggestionBar span {
    margin: 10px auto;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
}

#degreeSuggestionBar:hover {
    text-decoration: none;
}

.results-count {
    font-weight: 600;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
}

@media screen and (max-width: 767px) {
    .degree-list {
        column-count: 1;
    }

    #degree-listing-section {
        font-size: 16px;
    }

    h2.search-control-border-header {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 28px;
    }

    .search-param-wrapper select {
        font-size: 16px;
    }

}

p.bu-collapse-name {
    font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
    color: #4F3674;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}

/*** BELOW THIS IS STYLES FOR DEGREE SEARCH TABLE/CARD LAYOUT 03/16/2021 ***/
/* Degree Search Box and Table Styles */
#degree-search-wrapper {
    margin: 0px auto;
}

    #degree-search-top h1 {
        margin: 0px;
        color: #000;
        font-size: 20px;
        font-family: "Nunito Sans", Arial, Verdana, sans-serif;
        font-weight: 300;
    }

    #degree-search-top h2 {
        margin: 0px;
        font-size: 20px;
        color: #000;
        line-height: 25px;
        font-family: "Nunito Sans", Arial, Verdana, sans-serif;
        font-weight: 300;
    }

.degree-search-bar {
    margin: 10px auto 20px;
    width: 100%;
}

#MainContent_GenericContent_txtSearchField { /* Degree Search field ID & styles */
    margin: 0px 10px 0px 0px;
    padding: 10px 10px 10px 35px;
    font-size: 1em;
    font-family: Arial, Verdana, sans-serif;
    width: 100%;
    border: 1px solid #53c5e9;
    background: #FFF url(/images/search-icon.png) no-repeat 10px 12px;
}

#degree-search-button {
    margin-top: 25px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #333;
    text-align: center;
    font-family: "Nunito Sans", Arial, Verdana, sans-serif;
    font-weight: 800;
    text-decoration: none;
    background-color: #D6A800;
    display: block;
    border: 1px #9e8103 solid;
}

    #degree-search-button:hover {
        border: 1px #333 solid;
        background-color: #FFF;
    }

.margin-bottom-20 {
    margin-bottom: 20px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}

table.degree-list {
    width: 100%;
}

    table.degree-list th {
        padding: 10px;
        font-size: 1.3em;
        color: #000;
        font-family: "Roboto", Arial, Verdana, sans-serif;
        font-weight: 500;
    }

    table.degree-list td {
        padding: 10px 10px 10px 16px;
    }

.degree-list-td-name, .degree-list-header-text {
    text-align: left;
    vertical-align: top;
}

.degreeListTable tr.altRow, .altRow {
    background-color: #F5F5F5;
}

span.error {
    margin-bottom: 20px;
    color: red;
    font-style: italic;
    font-size: 0.8em;
    display: block;
}

#degree-search-wrapper label {
    font-size: 16px;
}

/* List only Styling */
.degree-search-group-header-list {
    width: 100%;
    padding: 20px;
    background-color: #CC3333;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 5px;
}

.degree-search-group-header-list:not(:first-child) {
    margin-top: 20px;
}


/* Card only Styling */
.degree-search-group-header-card {
    width: 100%;
    padding: 20px;
    background-color: #CC3333;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 5px;
}

.degree-search-group-header-card:not(:first-child){
    margin-top:20px;
}

.card {
    height: 400px;
    width: 30%;
    margin: 0px 10px 20px 0px;
    display: inline-block;
    vertical-align: top;
}

.card-header {
    background-color: #4F3674;
    color: #dddddd;
    font-weight: bold;
}

.card-footer {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .card-footer ul {
        list-style: none;
        margin: 5px 0px;
    }

    .card-footer ul li {
        margin: 0px 0px 5px 0px;
    }

/* Mobile modifications */
@media screen and (max-width: 767px) {
    #degreeSuggestionBar {
        display: none;
    }

    .degree-search {
        padding: 0px;
    }

    .degree-search-content {
        padding: 20px;
        width: 100%;
    }

    #degree-search-wrapper {
        width: 100%;
    }

    .search-param-wrapper {
        width: 100%;
    }

    h1 {
        font-size: 24px;
    }

    .mobile-hide {
        display: none;
    }

    .degree-list-td-name {
        width: 100%;
    }

    #degree-listing-section {
        width: 100%;
    }
}
