  / Global /
 .no-gutters {
	 margin-left: 0;
	 margin-right: 0;
}
 .p-0 {
	 padding-right: 0;
	 padding-left: 0;
}
 .pt-0 {
	 padding-top: 0;
}
 .pb-0 {
	 padding-bottom: 0;
}
 .text-bold {
	 font-weight: 700;
}
/ Navigation - Global /
 #nav-mobile .nav-title, #nav-desktop .nav-title {
	 font: 700 18px/1.4 'Source Sans Pro';
	 color: #111111;
}
 #nav-mobile .nav-link, #nav-desktop .nav-link {
	 font: 400 18px/1.4 'Source Sans Pro';
	 color: #111111;
}
/ Navigation - Main /
 @media(min-width: 992px) {
	 .nav-main {
		 background: #c8102e;
		 padding: 12px 0;
	}
}
 .nav-main .container-fluid {
	 display: block;
}
 @media (min-width: 992px) {
	 .nav-main .container {
		 display: flex;
		 align-items: center;
	}
}
 .nav-main .container-fluid-mobile {
	 background: #c8102e;
	 padding: 12px 10px;
}
 #nav-mobile .mobile-nav-main-items .nav-link {
	 color: #ffffff;
	 font-size: 18px;
}
 #nav-mobile .mobile-nav-main-items .nav-link:after {
	 display: none;
}
 .nav-main .flex-container {
	 display: flex;
	/*justify-content: space-evenly;
	 */
	 justify-content: end;
	 padding-top: 10px;
}
 .nav-main img {
	 height: 33px;
	 padding-left: 15px;
}
 @media (min-width: 992px) {
	 .nav-main .nav-main-list-items {
		 display: flex;
		 align-items: center;
		 margin-left: auto;
	}
}
 .nav-main .nav-main-items {
	 display: flex;
	 margin: 0 auto;
}
 .nav-main .nav-item {
	 padding: 0 20px;
}
 .nav-main .nav-link {
	 color: #ffffff;
}
 .nav-main .nav-link:hover {
	 text-decoration: none !important;
	 cursor: pointer;
}
 .nav-main .search-field {
	 border-radius: 100px;
	 width: 100%;
	 height: 38px;
	 background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(150, 12, 34) 100%);
	 border: none;
	 padding-right: 40px;
}
 @media (min-width: 992px) {
	 .nav-main .search-field {
		 max-width: 350px;
	}
}
 .nav-main input {
	 color: #ffffff;
	 padding: .5rem;
}
 .nav-main input:focus-visible, .nav-main input:focus {
	 box-shadow: none;
	 border: 1px solid #ffffff;
	 outline: none;
}
 .nav-main .container-search-bar {
	 position: relative;
}
 .nav-main .fa-magnifying-glass {
	 position: absolute;
	 right: 20px;
	 top: 10px;
	 color: #ffffff;
}
 .nav-main .nav-main-item .nav-link {
	 font-size: 18px;
}
 .navbar-default .navbar-collapse {
	 border-color: #c8102e;
}
 .nav-main .magnifying-glass {
	 padding: 0;
	 height: 18px;
	 position: absolute;
	 right: 15px;
	 top: 10px;
}
/ Navigation - Mobile /
 @media (min-width: 992px) {
	 #nav-mobile {
		 display: none;
	}
}
 @media (min-width: 768px) and (max-width: 991px) {
	 #nav-mobile .navbar-toggle {
		 display: block;
	}
}
 #nav-mobile .container-fluid {
	 margin: 0 -1px -1px;
	 background-color: #ffffff;
	 padding-right: 15px;
	 padding-left: 15px;
}
 @media (min-width: 768px) and (max-width: 991px) {
	 #nav-mobile .container-fluid {
		 padding-right: 0;
		 padding-left: 0;
	}
}
 #nav-mobile .navbar-header {
	 background-color: #c8102e;
}
 #nav-mobile.navbar {
	 margin-bottom: 0;
}
 #nav-mobile.navbar-default .navbar-toggle {
	 border-color: transparent;
}
 #nav-mobile.navbar-default .navbar-toggle .icon-bar {
	 background-color: #fff9d9;
}
 #nav-mobile .navbar-toggle .icon-bar {
	 height: 4px;
}
 #nav-mobile.navbar-default .navbar-toggle:hover, #nav-mobile.navbar-default .navbar-toggle:focus {
	 background-color: transparent;
}
 #nav-mobile .navbar-brand img {
	 height: 28px;
}
 #nav-mobile .dropdown a {
	 text-decoration: none;
}
 #nav-mobile.navbar-default .navbar-nav > li > a {
	 color: #111111;
}
 #nav-mobile.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	 color: #111111;
}
 #nav-mobile.navbar-default .navbar-nav > .open > a, #nav-mobile.navbar-default .navbar-nav > .open > a:hover, #nav-mobile.navbar-default .navbar-nav > .open > a:focus {
	 background-color: #f5f5f5;
}
 #nav-mobile .navbar-nav .open .dropdown-menu {
	 background-color: #f5f5f5;
}
 #nav-mobile .panel-title {
	 font: 400 20px/1.4 'Source Sans Pro';
}
 #nav-mobile .panel-default > .panel-heading {
	 color: #111111;
	 background-color: transparent;
	 border-color: transparent;
}
 #nav-mobile .nav > li > a:hover, .nav > li > a:focus {
	 background-color: transparent;
}
 #nav-mobile .panel-default > .panel-heading + .panel-collapse > .panel-body {
	 background-color: #f5f5f5;
}
 #nav-mobile .navbar-collapse {
	 padding-left: 0;
	 padding-right: 0;
}
 #nav-mobile .panel-group .panel + .panel{
	 margin-top: 0;
}
 #nav-mobile .list-group {
	 padding-left: 2rem;
}
 #nav-mobile .panel-default {
	 border: 0;
	 position: relative;
}
 #nav-mobile .panel-default:after {
	 content: '';
	 position: absolute;
	 border-bottom: 1px solid #f5f5f5;
	 width: 96%;
	 top: 0;
	 left: 2%;
}
 #nav-mobile .link {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 align-items: center;
}
 #nav-mobile .panel-group {
	 margin-bottom: 0;
}
 #nav-mobile .link .arrow-down {
	 border: solid black;
	 border-width: 0 1px 1px 0;
	 display: inline-block;
	 padding: 5px;
	 margin-left: auto;
	 transition: all .6s;
}
 #nav-mobile .link.collapsed > .arrow-down {
	 transform: rotate(45deg);
}
 #nav-mobile .link > .arrow-down {
	 transform: rotate(225deg);
}
 #nav-mobile .panel {
	 background-color: transparent;
	 box-shadow: none;
}
 #nav-mobile .panel-default {
	 border-color: transparent;
}
 #nav-mobile .panel-default > .panel-heading + .panel-collapse > .panel-body {
	 border-top-color: transparent;
}
 #nav-mobile .nav-link {
	 position: relative;
}
 #nav-mobile .nav-link:after {
	 content: '';
	 position: absolute;
	 border-bottom: 1px solid #e9e9e9;
	 width: 96%;
	 top: 0;
	 left: 2%;
}
 #nav-mobile .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	 border-top: none;
}
 #nav-mobile .panel-collapse {
	 background-color: #f5f5f5;
}
 #nav-mobile h5 a {
	 position: relative;
	 padding-bottom: .5rem;
}
 #nav-mobile h5 a:after{
	 content: '';
	 position: absolute;
	 border-bottom: 1px solid #e9e9e9;
	 width: 100%;
	 bottom: 0;
	 left: 0;
}
 #nav-mobile h5 a.no-border:after {
	 display: none;
}
 @media (max-width: 991px) {
	 .navbar-header {
		 float: none;
	}
	 .navbar-toggle {
		 display: block;
	}
	 .navbar-collapse.collapse {
		 display: none!important;
	}
	 .navbar-collapse.collapse.in {
		 display: block!important;
	}
}
 @media (min-width: 768px) and (max-width: 992px) {
	 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		 margin-left: 0;
	}
}
 #nav-mobile.navbar {
	 background-color: #c8102e;
	 border-color: #c8102e;
	 border-radius: 0;
}
/ Navigation - Desktop /
 #nav-desktop {
	 background-color: #ffffff;
}
 @media (max-width: 991px) {
	 #nav-desktop {
		 display: none;
	}
}
 @media (min-width: 992px) {
	 #nav-desktop .container-fluid {
		/*max-width: 1520px;
		 */
	}
}
 #nav-desktop .nav {
	 margin: 0;
}
 #nav-desktop .dropdown {
	 position: static;
}
 #nav-desktop .caret {
	 border: solid #111111;
	 border-width: 0 1px 1px 0;
	 display: inline-block;
	 padding: 4px;
	 transition: all .3s;
	 transform: rotate(45deg);
	 margin-left: 5px;
	 margin-top: -5px;
}
 #nav-desktop .dropdown a {
	 text-decoration: none !important;
	 color: #111111;
}
 #nav-desktop .dropdown-toggle[aria-expanded="true"], #nav-desktop .dropdown-toggle:hover {
	 text-decoration: underline !important;
	 text-decoration-color: #c8102e !important;
	 text-decoration-thickness: 4px !important;
	 text-underline-offset: 28px !important;
}
/* #nav-desktop .dropdown-toggle:hover, #nav-desktop .dropdown-toggle:active, #nav-desktop .dropdown-toggle:focus {
	 */
	/* text-decoration: underline;
	 */
	/* text-decoration-color: #c8102e;
	 */
	/* text-decoration-thickness: 4px;
	 */
	/* text-underline-offset: 26px;
	 */
	/* 
}
 */
 #nav-desktop .dropdown-menu {
	 box-shadow: none;
	 padding: 3rem 0;
	 min-height: 650px;
	 height: auto;
	 font-size: 18px;
	 border-radius: 0;
	 width: 100%;
	 border: 0;
	 border-top: 1px solid #e9e9e9;
}
 #nav-desktop .dropdown-menu a:hover {
	 text-decoration: underline !important;
}
 #nav-desktop .navbar-collapse {
	 padding: 0;
}
 #nav-desktop .nav-title {
	 padding: 10px;
}
 #nav-desktop [class*='col-'] ul:not(:first-child){
	 margin-top: 22px;
}
 #nav-desktop #undergrad li a, #nav-desktop #grad li a {
	 position: relative;
	 display: block;
	 padding: 10px;
}
 #nav-desktop .degree-toggle {
	 background-color: #f5f5f5;
	 border: 1px solid #e9e9e9;
	 border-radius: 41px;
	 display: inline-block;
	 margin: 0 0 2rem 2rem;
}
 #nav-desktop .degree-toggle [name="degree-type"] {
	 display: none 
}
 #nav-desktop .degree-toggle input[type="radio"]+label {
	 color: rgba(0,0,0,.8);
	 padding: 10px 20px;
	 cursor: pointer;
	 user-select: none;
}
 #nav-desktop .degree-toggle input[type="radio"]:checked+label {
	 background-color: #ffffff;
	 color: #111111;
	 border-radius: 41px;
	 border: 1px solid rgba(0,0,0,.4);
}
 #nav-desktop label {
	 margin-bottom: 0;
}
 #nav-desktop .oval {
	 background-color: #f5f5f5;
	 border-radius: 50px;
	 max-width: 350px;
	 width: 100%;
	 height: 75px;
	 display: flex;
	 align-items: center;
	 padding: 0 1rem;
}
 #nav-desktop .oval a:hover {
	 text-decoration: none;
}
 #nav-desktop .about-mb {
	 margin-bottom: 1rem;
}
 @media (min-width: 1200px) {
	 #nav-desktop .mb {
		 margin-bottom: 0;
	}
	 #nav-desktop .about-mb-xl {
		 margin-bottom: 1rem;
	}
}
 #nav-desktop .about-link {
	 width: 100%;
}
 #nav-desktop .about-link:hover {
	 background: transparent;
}
 @media (min-width: 768px) and (max-width: 1399px) {
	 #nav-desktop .academics-p {
		 padding: 10px 15px;
	}
}
 #nav-desktop .box {
	 display: flex;
	 align-items: center;
	 border: 1px solid #e9e9e9;
	 border-radius: 8px;
	 font-size:16px;
}
 #nav-desktop .box p {
	 margin: 0 !important;
	 line-height: 1.4;
}
 #nav-desktop .box-image {
	 max-width: 90px;
	 width: 100%;
}
 #nav-desktop .box-text {
	 padding: 0 1rem;
}
 #nav-desktop .box-1, #nav-desktop .box-2 {
	 margin-bottom: 1rem;
}
 #nav-desktop .box-4 p {
	 margin: 0 !important;
}
 #nav-desktop .cards .btn-primary {
	 background-color:#ffffff;
	 color: #000000;
}
 #nav-desktop .card {
	 padding: 10px 15px;
}
 #nav-desktop img {
	 max-width: 350px;
	 width: 100%;
}
 #nav-desktop .col-academics {
	 width: 33.33333%;
	 float: left;
	 padding-right: 1.25rem;
	 padding-left: 1.25rem;
}
 @media (min-width: 1200px) {
	 #nav-desktop .col-academics {
		 width: 25%;
		 float: left;
	}
}
 #nav-desktop .col-academics-images {
	 width: 33.33333%;
	 float: left;
}
 @media (min-width: 1200px) {
	 #nav-desktop .col-academics-images {
		 width: 50%;
		 float: left;
	}
}
 #nav-desktop .col-card {
	 width: 100%;
	 float: left;
}
 @media (min-width: 1200px) {
	 #nav-desktop .col-card {
		 width: 50%;
		 float: left;
	}
}
 #nav-desktop .white-btn {
	 border-width: 0;
	 width: 100%;
	 position: relative;
	 padding: 20px;
	 border-bottom-left-radius: 8px;
	 border-bottom-right-radius: 8px;
	 border-left: 1px solid #e9e9e9;
	 border-bottom: 1px solid #e9e9e9;
	 border-right: 1px solid #e9e9e9;
	 font-size: 20px;
	 background: #f5f5f5;
	 color: #111111;
}
 #nav-desktop .white-btn:after {
	 content: '';
	 position: absolute;
	 background: no-repeat 50% / 80% url(../img/arrow-right-black.png);
	 width: 15px;
	 height: 13px;
	 top: 40%;
	 left: 80%;
}
 #nav-desktop .pop-health {
	 padding: 10px 15px;
}
 #nav-desktop .image-pop-health {
	 border-radius: 8px;
	 max-width: 350px;
	 width: 100%;
}
 @media (min-width: 768px) and (max-width: 1199px) {
	 #nav-desktop .clearfix-research {
		 clear: both;
	}
}
 #nav-desktop .col-card .white-btn::after {
	 left: 83%;
}
 #nav-desktop .box-5 {
	 margin-top: 2rem;
}
 #nav-desktop .arrow-up-right-from-square {
	 height: 15px;
	 display: inline;
	 width: auto;
}
 #nav-desktop .arrow-up-right-from-square.menu {
	 margin-top: 5px;
}
 #nav-desktop .arrow-up-right-from-square.athletics {
	 margin-top: 2px;
}
 @media (min-width: 768px) and (max-width: 1420px) {
	 #nav-desktop .caret {
		 display: none;
	}
	 #nav-desktop .fa-arrow-up-right-from-square {
		 font-size: 13px;
	}
}
 #nav-desktop .right-link a {
	 color: #111111;
}
 @media (min-width: 768px) and (max-width: 1260px) {
	 #nav-desktop .right-link a, #nav-desktop .dropdown a {
		 font-size: 16px;
		 font-size: 1.55vw;
	}
}
 #nav-desktop .right-link a:hover {
	 text-decoration: none;
}
 #nav-desktop.navbar {
	 margin-bottom: 0;
	 border:0;
}
 .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	 background-color: transparent;
}
 @media (min-width: 992px) and (max-width: 1420px) {
	 .nav > li > a {
		 padding: 10px 8px;
	}
}
 .nav > li > a:hover, .nav > li > a:focus {
	 background-color: transparent;
}
 #nav-desktop .navbar {
	 border: 0;
}
 @media (min-width: 768px) and (max-width: 1199px) {
	 #nav-desktop .clearfix-about {
		 clear: both;
	}
}
 @media (min-width: 768px) and (max-width: 1199px) {
	 #nav-desktop .clearfix-academics {
		 clear: both;
	}
}
 @media (min-width: 768px) and (max-width: 1199px) {
	 #nav-desktop .clearfix-coogs {
		 clear: both;
	}
}
 #nav-desktop .nav > li > a {
	 padding: 10px;
}
 @media (min-width: 992px) {
	 #nav-desktop .nav.navbar-nav > li > a {
		 padding: 27.5px 8px;
	}
}
 @media (min-width: 1200px) {
	 #nav-desktop .nav.navbar-nav > li > a {
		 padding: 27.5px 10px;
	}
}
 @media(max-width: 1510px) {
	 #nav-desktop .box-image {
		 display: none;
	}
	 #nav-desktop .box-text {
		 padding: 1rem;
	}
	 #nav-desktop .box-4 p {
		 margin: 15px 0 10px 0 !important;
	}
}
/** Top Stories **/
 #nav-desktop .grid-image {
	 background-color: #e9e9e9;
	 aspect-ratio: 720 / 540;
	 border-radius: 8px;
	 margin: 0 auto;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center center;
	 font-size: 0;
}
 #nav-desktop .section-grid {
	 margin: 0 -1.25rem -1.125rem;
}
 #nav-desktop .article-title {
	 font-size: 20px;
}
 #nav-desktop p {
	 margin-top: 0 !important;
}
 #nav-desktop .dropdown-menu .tour {
	 margin-top:0;
	 background-color:#f5f5f5;
}
 #nav-desktop .dropdown-menu .tour p {
	 background-color: #f5f5f5;
	 margin: 0 !important;
}
 @media (min-width: 768px) and (max-width: 1199px) {
	 .navbar-right {
		 float: left !important;
	}
}
 @media(min-width: 1200px) {
	 #nav-desktop p {
		 margin: 15px 0 10px 0 !important;
	}
}
/**/
#nav-desktop .dropdown-menu:focus-within {
	 display:block  !important;
}

.search-submit {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: transparent;
}  
