/* DEGREEFINDER */

body.no-scroll .reveal-overlay {
    overflow-y: hidden !important;
}

.degree-page-loader {
    background: #0b384df2 url(/global/img/loading.svg) no-repeat center 5rem / 5rem;
    position: absolute;
    width: 100%;
    z-index: 1000000;
    height: 90vh;
    transition: opacity .5s ease;
}
.degree-page-loader.complete {
    opacity: 0;
}
.degree-page-loader.finished {
    display: none;
}
#degreeFinderModal {
    z-index: 10000000000000;
    max-width: none;
}
#dfNavMobile {
    display: block !important;
    background: #0b384d;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease;
}
#dfNavMobile.expanded {
    max-height: 1000vh;
}
#degreeFinderModal .close-button {
    z-index: 30000;
    color: #d43c00;
    font-size: 3rem;
    background: white;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    right: 0;
}
div#degreeFinderMobile .df-data li ul li[aria-expanded='true'].details-group {
   
}
div#degreeFinderMobile .df-item.level1.first {
    margin-top: 0;
}
div#degreeFinderMobile .df-data.drilldown > li {
    margin-bottom: 0;
}
div#degreeFinderMobile .df-data li ul {
    margin-bottom: 1rem;
}
div#degreeFinderMobile .df-data li ul li {
    margin-left: 0;
    font-size: 0.7rem;
}
div#degreeFinderMobile .df-data {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    min-height: 100vh;
    left: -100%;
}
div#degreeFinderMobile .df-data.active {
    position: relative;
    opacity: 1;
    left: 0;
}
div#degreeFinderMobile .df-data {
    min-height: 100vh;
}
div#degreeFinderMobile .df-data li ul li.avail a, div#degreeFinderMobile .df-data li ul li.setavail a {
    color: #175071;
}
div#degreeFinderMobile .df-data li ul li.js-drilldown-back a {
    color: white;
}
#degreeFinderModal.reveal.loading #degreeFinderModalContent {
    opacity: 0;
}
@media print, screen and (min-width: 40em){
#degreeFinderModal.reveal.full {
    background:white;
    overflow-y: hidden;
}
#degreeFinderModal.reveal.loading {
    background: white url(/global/img/loading.svg) no-repeat center center / 7rem;
}
#degreeFinderModalContent {
    overflow-y: auto;
    max-height: 100%;
}
}
#degreeFinder {
   background: rgba(0,0,0,0.7);
/*   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100vh;
   overflow: hidden; */
}
#degreeFinder {
    background: rgba(0,0,0,0.7);
}
#degreeFinder #df-tabs a {
    text-decoration: none;
    font-style: normal;
}
#dfNav {
   background: #0b384d;
}
#degreeFinder .top-bar ul{
   background: transparent;
}
#dfNav .dropdown.menu>li>span {
    color: white;
    font-family: "Poppins", Arial;
    font-weight: 800;
    position: relative;
    padding: .7rem 1rem;
}
#dfNav .dropdown.menu>li>a {
   color: white;
   font-family: "Quadon", Arial;
   font-size: 1.7rem;
}
#dfNav .dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
    padding-top: .1rem;
}
ul#dfCampusSelect {
    margin-right: 5rem;
}
div#dfGrid {
    background: #0b384d;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
/*#dfGrid {
    background: #0b384d;
    flex: 1 95%;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
}*/
.df-cell {
    background: #165171;
    min-height: 100vh;
}
#degreeFinder .top-bar ul.submenu.is-dropdown-submenu {
    background: #4a778c;
    width: 100%;
    border: none;
}
#degreeFinder .top-bar ul.submenu.is-dropdown-submenu a {
    color: white;
}
#degreeFinder .top-bar ul.submenu.is-dropdown-submenu a:hover {
    background: #d43c00;
}
#degreeFinder #dfGrid .dropdown.menu>li.is-active>a {
    background: #4a778c;
    color: white;
}
.df-data {
   display: none;
}
.df-data.active {
   display: block;
}  
.df-data > li {
    margin-bottom: 1rem;
}
.df-data li a {
    color: white;
    font-family: "Poppins", Arial;
    font-weight: 800;
    padding: 1rem !important;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: 1.3rem;
}
@media print, screen and (min-width: 100em){
.df-data li a {
    font-size: 1.3rem;
    line-height: 1.6rem;
}
}
.df-data li a:first-child {
    /*padding-top: 3rem !important;*/
}
#degreeFinder .dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
    background: #4a778c;
    border: 0;
    width: 100%;
}
#degreeFinder .dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
    background: #4a778c;
    border: 0;
    width: 110.2%;
    max-height: 100vh;
    overflow: auto;
    padding-right: 1.4rem;
}
/*.df-data li ul li {
    width: 100%;
    padding-right: 2rem;
    position: relative;
}*/
#degreeFinder .df-data li ul li {
    width: 100%;
    position: relative;
    margin-left: 1.9rem;
}
.df-data li ul li a {
    background: #175071;
}
.df-data li ul li a {
    font-size: 0.8rem;
    letter-spacing: normal;
}
.df-data li ul li a.active {
    background: #4a778c;
}
li.cell-header {
    background: #175071;
    margin-left: 2rem;
    width: 100% !important;
    padding: 1rem 1rem;
}
li.cell-header span {
    color: #82c4e8;
    font-family: "Poppins", Arial;
    font-weight: 800;
}

.df-item.level1.first {
    margin-top: 2rem;
}

.dropdown.menu.vertical>li.opens-right>a::after {
   display: none;
}
.dropdown.menu.vertical>li {
   position: relative;
}
.df-item i.fal.fa-chevron-right {
    color: #d43c00;
    font-size: 2rem;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    right: 1rem;
}

.df-item.level2 i.fal.fa-chevron-right {
    font-size: 20px;
}
.dropdown .is-dropdown-submenu a span {
    font-size: 0.4rem;
}
.df-header {
   position: relative;
}
.df-header .tabs {
    background: rgba(1, 70, 98, 0.6);
    width: 99.8%;
    position: absolute;
    bottom: 0;
    border: none;
    display: flex;
    left: 2px;
}
.df-header .tabs-title {
    float: none;
    flex: 1;
}
.df-header .tabs-title>a {
    color: #ffffff;
    border-radius: 0;
    padding: .5rem 1rem;
    margin: 0;
    font-size: .7rem;
    font-weight: 800;
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
    display: block;
    height: 100%;
}
#dfCell3 .tabs-title>a[aria-selected=true] {
    background: rgb(255 255 255);
    color: #000 !important;
    text-shadow: none !important;
}
#degreeFinder .df-header .tabs-title>a {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}
@media (min-width: 1150px){
    #degreeFinder .df-header .tabs-title>a {
        color: #ffffff;
        border-radius: 0;
        padding: 1rem 1.8rem;
        margin: 0;
        font-size: 0.7rem;
        font-weight: 800;
        text-shadow: 0 0 2px rgba(0,0,0,0.7);
        height: 100%;
        text-align: left;
        border-right: 1px rgba(0,0,0,0.4) solid;
    }
}
@media (min-width: 1300px){
    #degreeFinder .df-header .tabs-title>a {
        font-size: 0.8rem;
    }
}
.df-header .tabs-title>a:hover {
    background: rgb(23, 80, 113);
}
.df-header .tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background: rgb(23, 80, 113);
    color: white;
}
.df-header .tabs-title>a:selected, .tabs-title>a[aria-selected=true] {
    background: rgb(23, 80, 113);
    color: white;
}
.df-content .tabs-content {
    border: none;
    border-top: 0;
    background: transparent;
/*    color: white; */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 20vh;
}
div#dfCell2 {
   position: relative;
}

div#dfCell2.active::after {
    content: " ";
    display: block;
    width: 2rem;
    height: 300vh;
    background: #4a778c;
    position: absolute;
    right: -2rem;
    top: 0;
}

h3.df-degree-title {
    position: absolute;
    color: white;
    line-height: 2rem;
    width: 95%;
    margin: 2.5%;
    font-size: 1.5rem;
}

#degreeLoader.loading {
   background: url(/global/img/loading.svg) no-repeat center center / 100px 100px;
   min-height: 100vh;
}
.degree-loader-mobile.loading {
   background: url(/global/img/loading.svg) no-repeat center center / 100px 100px;
   min-height: 100vh;
}
.degree-loader-mobile .tabs-content ul li::before {
    color: #d43c00;
    content: "\25A0";
    display: inline-block;
    padding-right: 0.5em;
}
#degreeLoader h3 {
    color: white;
}
#degreeLoader .tabs-content h4 {
    font-size: 1.3rem;
    margin-top: 2rem;
    color: white;
}
#degreeLoader .tabs-content ul {
   margin-top: 1rem;
}
 #degreeLoader .tabs-content ul li {
  /* set color of list item text */

  display: block;
  list-style: none; 
  margin: 0 0 16px 1.1225em;
  /* Give the bullet room on the left hand side */

  padding: 0;
  position: relative;
}
#degreeLoader .tabs-content ul li::before {
    color: #d43c00;
    content: "\25A0";
    display: inline-block;
    font-size: 1.4em;
    left: -1.1225em;
    position: absolute;
    top: -0.3em;
}
#degreeLoader a {
    color: white !important;
    outline: none !important;
}
.campuses {
    display: block;
    margin-top: 1rem;
}
.campuses span {
    display: inline-block;
    background: rgba(0,0,0,0.3);
    border-radius: 25px;
    padding: 0 .5rem;
    margin-right: .2rem;
    line-height: 1rem;
    font-size: .5rem !important;
}
.df-data li ul li a {
    color: #6d91a5;
}

.df-data li ul li.avail a,
.df-data li ul li.setavail a {
    color: white;
}
.df-data li a.level1 span {
    font-size: .7rem;
}
.df-data li a.level1 span.ptype {
    display: block;
}
a.df-item.level2 {
    border-bottom: 1px #355b6f solid;
}
ul.vertical.menu.nested.submenu.is-dropdown-submenu.first-sub.js-dropdown-active a.first {
    border-top: 1px #355B77 solid;
}
/*MOBILE*/
#degreeFinderMobile {
    background: #0b384d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
#dfNavMobile {
   background: #0b384d;
}
#degreeFinderMobile .top-bar ul{
   background: transparent;
}
#dfNavMobile .dropdown.menu>li {
    border-bottom: 1px #175071 solid;
    width: 100%;
    padding: .5rem 0;
}
#dfNavMobile .dropdown.menu>li:first-child {
    border-top: 1px #175071 solid;
}
#dfNavMobile .dropdown.menu>li>span {
    color: white;
    font-family: "Poppins", Arial;
    font-weight: 800;
    position: relative;
    padding: .7rem 1rem;
    font-size: .7rem;
}
#dfNavMobile .dropdown.menu>li>a {
    color: white;
    font-family: "Quadon", Arial;
    font-size: 1rem;
}
#dfNavMobile .dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
    padding-top: .1rem;
}
#degreeFinderMobile .title-bar {
    padding: 1rem;
    background: #0b374d;
    position: relative;
    z-index: 7;
}
#degreeFinderMobile .is-drilldown.animate-height {
    transition: height .5s;
    height: auto;
    min-height: 200vh;
    min-width: 100%;
}
.drilldown a {
    color: white;
    font-family: "Poppins", Arial;
    font-weight: 800;
    background: #175071;
    padding: .7rem 1rem;
    border-bottom: 1px #0b374d solid;
    text-transform: uppercase;
}
#degreeFinderMobile li.js-drilldown-back a {
    background: #cc4813;
    font-size: .7rem !important;
}
#degreeFinderMobile .drilldown .js-drilldown-back>a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent white transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem;
}
#degreeFinderMobile button.down-icon {
    color: white;
    font-size: 1.7rem;
    margin-right: .5rem;
    cursor: pointer;
}
#degreeFinderMobile .title-bar h3 {
    font-size: 1rem;
    margin-top: .5rem;
    color: white;
}
#degreeFinderMobile .accordion-menu .menu.nested {
    margin-right: 0;
    margin-left: 0;
} 
#degreeFinderMobile .accordion-menu ul {
   
}
#degreeFinderMobile .accordion-menu li span {
    color: white;
    font-size: .9rem;
    padding: .5rem;
    display: block;
}
#degreeFinderMobile .accordion-menu li a {
    color: white;
    background: #175071;
    font-size: .8rem;
    padding: .7rem .5rem;
    margin-bottom: .1rem;
}
#degreeFinderMobile .accordion-menu li a.active {
    color: white;
    background: #cc4813;
}
#degreeFinderMobile i.fal.fa-chevron-right {
    color: #d43c00;
    font-size: 1.5rem;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    right: 1rem;
}

#degreeFinderMobile .drilldown .is-drilldown-submenu-parent>a.level1 {
    padding: 1.5rem 1rem;
}
#degreeFinderMobile .drilldown .is-drilldown-submenu-parent>a::after {
    display: none !important;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #cc4714;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}
.drilldown .is-drilldown-submenu a.level2 {
    position: relative;
    padding: 1.3rem 1rem;
    padding-right: 2.1rem !important;
}
.degree-loader-mobile {
    min-height: 200vh;
    height: auto;
    background: #0c364d;
    padding-bottom: 20vh;
}
#degreeFinderMobile .df-header .tabs {
    background: rgba(255, 255, 255, .4);
    width: 100%;
    position: relative;
    bottom: 0;
    border: none;
    left: 0;
}
#degreeFinderMobile .tabs-title {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
#degreeFinderMobile .df-header .tabs-title>a {
    color: #ffffff;
    border-radius: 0;
    padding: .5rem 1rem;
    font-size: .8rem;
    font-weight: 800;
    text-shadow: none;
    margin: .2rem;
    line-height: normal;
}
#degreeFinderMobile li.tabs-title.is-active a {
    background: #cc4714;
}
/*HIDE ELEMENTS*/
.no-js .top-bar {
  display: none;
}
#degreeFinderMobile .tabs-content h4 {
    font-size: 1rem;
    margin-top: 2rem;
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
   
}
/*LIGHT COLOR*/
#degreeFinder.light #dfNav .dropdown.menu>li>a {
    color: #175070;
}
#degreeFinder.light #dfNav {
    background: white;
}
#degreeFinder.light div#dfGrid {
    background: white;
}
#degreeFinderModal.reveal.light {
    background: white;
}
/* STANDALONE */
.degree-finder-page #degreeFinder {
    padding-bottom: 1rem;
    background: #0a384c;
}

.degree-finder-page #degreeFinderMobile {
    background: #0b384d;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: visible;
}
.degree-finder-page #degreeFinderMobile .is-drilldown.animate-height {
    transition: height .5s;
    height: auto;
    min-height: 0;
    min-width: 100%;
}
.degree-finder-page .df-content .tabs-content {
    background: white;
}
.degree-finder-page .df-content .tabs-content p {
    color: black;
}
.degree-finder-page #degreeFinderMobile .df-header .tabs-title>a {
    color: #ffffff;
    border-radius: 0;
    padding: .5rem 1rem;
    font-size: 0.5rem;
    font-weight: 800;
    text-shadow: none;
    margin: 0;
    line-height: normal;
    border-right: 1px rgba(255,255,255,0.1) solid;
}
.degree-finder-page .drilldown a {
    color: #175071;
    font-family: "Poppins", Arial;
    font-weight: 800;
    background: white;
    padding: .7rem 1rem;
/*    border-bottom: 1px #0b374d solid; */
    border-bottom: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1rem;
    padding-right: 2.1rem !important;
}
.degree-finder-page .drilldown .tabs-panel a {
    color: #cd4713 !important;
    text-transform: none;
    padding: 0 !important;
    text-decoration: underline;
    display: inline;
}
.degree-finder-page #degreeFinderMobile .df-header .tabs-title>a {
    padding: 1rem 0.4rem !important;
}
.degree-finder-page #degreeFinderMobile li.js-drilldown-back a {
    background: #cc4813;
    font-size: .7rem !important;
    color: white;
}
.degree-finder-page #degreeFinderMobile .tabs-title {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    background: #004663;
}
.degree-finder-page #degreeFinderMobile .df-header .tabs-title>a{
    background: transparent;
}
.degree-finder-page #degreeFinderMobile .df-header .tabs-title.is-active > a {
    background: #cc4714;
}
.degree-finder-page #degreeFinderMobile .title-bar {
    padding: .1rem 1rem;
    background: #0b374d;
    position: relative;
    z-index: 7;
}
.degree-finder-page div#dfGrid {
    background: #0b384d;
}
.degree-finder-page #degreeLoader .df-content .tabs-content h3,
.degree-finder-page #degreeLoader .df-content .tabs-content p,
.degree-finder-page #degreeLoader .df-content .tabs-content li {
    color: black;
}
.degree-finder-page #degreeLoader .df-content .tabs-content a {
    color: #c4481c !important;
}

.show-for-small-only span.campuses {
    display: block;
    margin-top: 10px;
    padding-right: 1rem;
}

.show-for-small-only span.campuses span {
    display: inline-block;
    background: rgba(0,0,0,0.1);
    border-radius: 25px;
    padding: 0 .5rem;
    margin-right: .2rem;
    line-height: 1rem;
    font-size: .2rem !important;
    margin-bottom: .5rem;
}