  ﻿/*#region majors*/
#majors-container, #majors-container2, #majors-container3 {
    background-color: #FFF;
    background: url('/img/home_master/bkg_home_student_life.png');
    border-top: 6px solid #76A226
}

#major-text, #major-text2, #major-text3 {
    padding: 5rem 10rem;
}

#major-text3 {
    width: 1500px;
    margin: 0 auto;
}

#major-text-small-head, #student-life-text-small-head {
    font-size: 2rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 2rem;
}

#major-text-large-head, #major-text-large-head2, #major-text-large-head3 {
    font-size: 5rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 4.85rem;
    padding: 1rem 0;
}

#major-text-content, #major-text-content2, #major-text-content3 {
    font-size: 1.5rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 2.5rem;
}

#majorTextSearchbox {
    padding: 1rem 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#major-search-box {
    background: #FFF;
    padding: 1rem;
    border: 1px solid #0B2404;
}

#major-search-icon {
    background: #4F7019;
    text-align: center;
    padding: 1.5rem 1rem 1rem 1rem;
    vertical-align: middle;
}

    #major-search-icon i, #major-search-icon2 i, #major-search-icon3 i {
        color: #fff;
    }

    #major-search-icon:hover i, #major-search-icon2:hover i, #major-search-icon3:hover i {
        color: #0B2404;
    }

#txtMajorSearch, #txtMajorSearch2, #txtMajorSearch3 {
    margin: 0;
    background-color: #FFF;
    border: none;
    font-size: 1.25rem;
    -webkit-box-shadow: none; /* inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
    box-shadow: none /* inset 0 1px 2px rgba(10, 10, 10, 0.1);*/
}


input[id^="txtMajorSearch"]::-webkit-input-placeholder, input[id^="txtMajorSearch2"]::-webkit-input-placeholder, input[id^="txtMajorSearch3"]::-webkit-input-placeholder {
    color: #0B2404;
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtMajorSearch"]::-moz-placeholder, input[id^="txtMajorSearch2"]::-moz-placeholder, input[id^="txtMajorSearch3"]::-moz-placeholder {
    color: #0B2404;
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtMajorSearch"]:-ms-input-placeholder, input[id^="txtMajorSearch2"]:-ms-input-placeholder, input[id^="txtMajorSearch3"]:-ms-input-placeholder {
    color: #0B2404;
    font-weight: bold;
    font-size: 1.25rem;
}

input[id^="txtMajorSearch"]:-moz-placeholder, input[id^="txtMajorSearch2"]:-moz-placeholder, input[id^="txtMajorSearch2"]:-moz-placeholder {
    color: #0B2404;
    font-weight: bold;
    font-size: 1.25rem;
}

#major-cluster-container, #major-cluster-container2 {
    background: #FFF;
    height:100%
}

.major-cluster-item {
    position: relative;
    margin: 0 auto;
}

.major-cluster-text {
    position: absolute;
    bottom: 1.75rem;
    padding: 0 1rem;
    font-size: 1.25rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.45rem;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    transition: all .25s ease-in-out;
    width: 100%;
    height: 3rem;
}

.major-cluster-item img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity: .25;
    transition: all .25s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.major-cluster-item:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

.major-cluster-item:hover .major-cluster-text {
    color: #FFF;
}

#clusterContain {
    padding: 5rem 0;
}

.clusterItem {
    padding: 2rem;
    text-align: center;
    height: 175px;
}

.clusterText {
    border: 1px solid #76A226;
    color: #0B2404;
    padding: 2rem 1rem;
    background: rgba(255,255,255,.9);
    margin: auto;
    height: 100%;
}

    .clusterText:hover {
        border: 1px solid #76A226;
        color: #76A226;
        background: #FFF;
        margin: auto;
        height: 100%;
    }

#mobileClusters {
    padding-top: 3rem;
    display: none;
}

#mobileClusterHeader {
    width: 100%;
    font-weight: bold;
    border: 1px solid #FFF;
    background-color: rgba(79,112,25,1);
}

    #mobileClusterHeader i {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -ms-transition: -ms-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }

#mobileClusterList {
    padding-left: .5rem;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

    #mobileClusterList.open {
        height: 275px;
    }

#mobileClusterHeader.open i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#mobileClusterList ul {
    list-style: none;
}
/*#endregion*/


#academicsSearch {
    width: 400px;
    max-width: 100%;
    padding: 1rem 0 4rem 0;
}

#academicsSearch label {
    font-family: 'Roboto Condensed', sans-serif;
    color: #0B2404;
    font-size: 1.15rem;
}

#pnlSearchResultsContainer {
    padding: 3rem 2rem;
}

#pnlSearchResultsContainer h3 {
    color: rgba(79,112,25,1);
}


#academicsSearchBTNGroup .button {
    font-weight: bold;
    border: 1px solid #FFF;
    font-size: 1.15rem;
    width: 95%;
    background: #4F7019;
    white-space: nowrap;
}

#academicsSearchBTNGroup .button:hover {
    background: #76A226;
}


#fouryearoptionsbutton .button, #viewAllProgramLink .button, #certificatesbutton .button, #transfersbutton .button, #twoyearoptionsbutton .button, #onlinebutton .button{
    font-weight: bold;
    margin-top: 1.5rem;
    border: 1px solid #FFF;
    font-size: 1.45rem;
    width: 100%;
    background: #4F7019;
    white-space: nowrap;
}



    #pnlSearchResults ul {
        list-style: none;
        list-style-type: none;
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        padding-left: 1rem;
    }

    #pnlSearchResults li {
        padding: .5rem 0;
    }

/*#region media types*/
@media(max-width:1725px) {    
    #major-text {
        padding: 5rem 7rem;
    }
}
@media(max-width:1600px) {    
    #major-text-small-head, #student-life-text-small-head {
        font-size: 1.85rem;
        line-height: 1.75rem;
    }

    #major-text-large-head, #student-life-large-head {
        font-size: 4rem;
        line-height: 3.85rem;
    }
}
@media(max-width:1500px) {
    #major-text-small-head, #student-life-text-small-head {
        font-size: 1.75rem;
        line-height: 1.65rem;
    }

    #major-text-large-head, #student-life-large-head {
        font-size: 3.5rem;
        line-height: 3.35rem;
    }

    .major-cluster-text {
        font-size: 1.2rem;
        padding: 0 .5rem;
        bottom: 2.75rem;
    }
}
@media(max-width:1300px) {    
    #major-text, #major-cluster-col {
        width: 100% !important;
    }
    .major-cluster-text {
        font-size: 1.5rem;
        bottom: 1rem;
        padding: 0 1rem;
    }
}
@media(max-width:1150px)
{
    #pnlSearchResults ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}
@media(max-width:875px) {
    #major-text {
        padding: 5rem 4rem;
    }
    .major-cluster-text {
        font-size: 1.2rem;
        padding: 0 .5rem;
        bottom: .25rem;
    }
}
@media(max-width:750px) {
    #major-text-small-head {
        font-size: 1.35rem;
        line-height: 1.25rem;
    }

    #major-text-large-head {
        font-size: 3rem;
        line-height: 2.75rem;
    }

    input[id^="txtMajorSearch"]::-webkit-input-placeholder {
        color: #0B2404;
        font-weight: bold;
        font-size: 1rem;
    }

    input[id^="txtMajorSearch"]::-moz-placeholder {
        color: #0B2404;
        font-weight: bold;
        font-size: 1rem;
    }

    input[id^="txtMajorSearch"]:-ms-input-placeholder {
        color: #0B2404;
        font-weight: bold;
        font-size: 1rem;
    }

    input[id^="txtMajorSearch"]:-moz-placeholder {
        color: #0B2404;
        font-weight: bold;
        font-size: 1rem;
    }

    #major-text-serachbox {
        margin-top: .25rem;
    }

    #major-search-box {
        padding: .5rem;
    }

    #major-search-icon {
        padding: 1rem .5rem;
    }
    #pnlSearchResults ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}
@media(max-width:639px) {
    #fouryearoptionsbutton .button, #viewAllProgramLink .button, #certificatesbutton .button, #transfersbutton .button, #onlinebutton .button {
        font-weight: bold;
        margin-top: 1rem;
        font-size: 1rem;
        white-space: nowrap;
    }
    #academicsSearchBTNGroup {
        padding:0 2rem;
    }
    #academicsSearchBTNGroup .button {
        font-size: 1rem;
        width: 100%;
    }
    .major-cluster-text {
        bottom: 1rem;
        padding: 0 1rem;
        font-size: 1.5rem;
        line-height: 1.45rem;
        height: 3rem;
    }
    #mobileClusters {
        display: block;
        padding-top: 1rem;
    }

    #major-cluster-col {
        display: none;
    }
}
@media(max-width:600px) {
    #major-text {
        padding: 3rem 2rem;
    }
    #major-text-large-head, #student-life-large-head {
        font-size: 1.85rem;
        line-height: 1.75rem;
    }
    #major-text-small-head, #student-life-text-small-head {
        font-size: 1.15rem;
        line-height: 1rem;
    }
}
/*#endregion*/