/*--- Container ---*/

.findAMajor {
    padding: 0;
    float: right;
    margin: 20px 0;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
.small .findAMajor {
    background-color: #FFF;
    padding: 10px !important;
    position: relative;
    z-index: 1000;
    margin: 0 !important;
    float: none;
}
.med .findAMajor {
    padding: 0;
    margin: 10px 10px 0 216px;
    float: none;
}
.findAMajor #home { /* Removes Washburn flag that gets added to div */
    display: none !important;
}
.findAMajor * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.findAMajor h2, .findAMajor h3, .viewAllPrograms {
    text-transform: uppercase;
    font-weight: normal;
}
.findAMajor .selectContainerMajor {
    display: none;
}
.small .findAMajor .selectContainerMajor.mobileVisible {
    display: block;
}
.findAMajor .customSelect {
    color: #363636;
    border: 1px solid #b7b7b7;
    padding: 5px 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    margin: 7px 0 17px;
    position: relative;
}
.small .findAMajor .customSelect {
    margin: 7px 0;
}
.findAMajor .customSelect:after {
    content: '';
    width: 11px;
    height: 17px;
    position: absolute;
    background-image: url(../images/custom-select-arrows.png);
    background-repeat: no-repeat;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}
.findAMajor .customSelectInner {
    width: 100% !important;
}
.findAMajor select {
    width: 100% !important;
    height: 35px !important;
    margin-top: 7px;
    z-index: 10;
}

/*---- Button -----*/

.findAMajorButton {
    background-color: #083a6f;
    width: 150px;
}
.small .findAMajorButton {
    padding: 5px;
    width: 100%;
}
.med .findAMajorButton {
    width: 100%;
    float: right;
}
.findAMajorButton h2 {
    color: #FFF;
    font-size: 16px;
    border: none;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.small .findAMajorButton h2 {
    color: #f0b310;
    font-size: 18px;
    border: 2px solid #052854;
}
.findAMajorButton h2:after {
    content: '';
    background-image: url(../images/find-a-major-arrow-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-left: 10px;
}
.findAMajor.open .findAMajorButton h2:after {
    background-image: url(../images/find-a-major-arrow-sprite.png);
    background-position: -15px 0px;
}

/*--- Dropdown ----*/

.findAMajor.open .findAMajorDropdown {
    display: block;
}
.findAMajorDropdown {
    display: none;
    background-color: #FFF;
    position: absolute;
    z-index: 99;
    right: 0;
    width: 345px;
    -moz-box-shadow:    0px 2px 8px 0px #080808;
    -webkit-box-shadow: 0px 2px 8px 0px #080808;
    box-shadow:         0px 2px 8px 0px #080808;
    top: 40px;
}
.small .findAMajorDropdown {
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    -moz-box-shadow: 0px 8px 12px -3px #080808 !important;
    -webkit-box-shadow: 0px 8px 12px -3px #080808 !important;
    box-shadow: 0px 8px 12px -3px #080808 !important;
    top: 75px !important;
}
.med .findAMajorDropdown {
    left: 50%;
    margin-left: -173px;
}
.small .findAMajorDropdownInner {
    padding: 10px;
}
.findAMajorDropdown h3 {
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 20px 20px 0;
}
.small .findAMajorDropdown h3 {
    padding: 0;
}
#tertiaryNav .majorList {
    margin: 0;
}
.small #tertiaryNav .majorList {
    display: none !important;
}
#tertiaryNav .majorList li {
    display: block;
    float: none;
    margin: 10px 0;
    padding: 0 20px 0 32px;
    background: none;
    height: auto;
}
.med #tertiaryNav .majorList li a, #tertiaryNav .majorList li a {
    font-size: 13px;
    color: #363636;
    font-family: Arial, sans-serif;
    line-height: 120%;
    padding: 0;
    text-align: left;
    width: auto;
}
#tertiaryNav .majorList li:first-child {
    margin: 0 0 10px;
}
#tertiaryNav .majorList li.special {
    background-color: #a1cdfe;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 32px;
    margin: 2px 0;
}
.viewAllPrograms {
    display: block;
    background-color: #093b70;
    -moz-box-shadow:inset 0 0 20px #011e48;
    -webkit-box-shadow: inset 0 0 20px #011e48;
    box-shadow: inset 0 0 20px #011e48;
    cursor: pointer;
}
.viewAllPrograms:hover {
    text-decoration: none;
}
.viewAllPrograms {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    padding: 10px 20px;
    margin: 0;
}
.viewAllPrograms:visited {
    color: #FFF;
}
.viewAllPrograms:after {
    content: '';
    width: 13px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/view-all-programs-arrow.png);
    background-repeat: no-repeat;
    margin-left: 15px;
}
.selectContainer {
    position: relative;
    padding: 0 20px;
}
.small .selectContainer {
    padding: 0;
}
#tertiaryNav > ul > li{display: table;float:left;background:url('../images/tertiaryNavListShadow.png') no-repeat 100% 20px;height:100%;height:75px;padding:4px 8px 4px 4px;margin:0;}
#tertiaryNav ul li a{color:#002c5f;font-size:1.45em;text-align:center;width:90px;line-height:1.2em;word-wrap:break-word;padding:0;background: none; display: table-cell;
    vertical-align: middle;width:90px;}
.small #tertiaryNav > ul > li {display:block !important;-webkit-box-sizing: unset;-moz-box-sizing: unset; box-sizing: unset;}
.med #tertiaryNav ul li a {
    width:90px;
    padding: 0;
}
.small #tertiaryNav ul li a {
    display:block !important;
}