  @charset "UTF-8";
/* reset */
 *, *::before, *::after {
	 margin: 0;
	 padding: 0;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
html{
	overflow-x: hidden;

}

body {
	font-family: "Karla", sans-serif;
	line-height: 1.8em;
	color: #212121;
 font-size:1.2rem

}
h1 {
	font-family: "Oswald", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
h2 {
	font-family: "EB Garmond", serif;
	font-weight: 800;
}
h3, h4, h5, h6 {
	font-weight: 700;
	text-transform: uppercase;
}


 .oswald {
	 font-family: "Oswald", sans-serif;
	 font-weight: 500;
	 text-transform: uppercase;
	 line-height: 1.11111;
	 margin-bottom: 0.5em;
	 font-style: normal;
}

#content{
 margin-top:2.5rem;
 z-index: -1
}

.contact-card{
   border-right: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   border-left: 1px solid #ddd;
   border-top:double 6px transparent;
   background-image: linear-gradient(white,white), linear-gradient(to right, #f10000, #ff6a14);
   background-clip: padding-box, border-box;
}
.contact-card ul li{
   list-style: none;
 font-size: .8em;
 line-height:2em
}

.contact-card a{
 color: #c8102e
}

#header ul li{
	 list-style: none 
}

/*COLOR THEMES*/
/*BONFIRE*/
 .bg-bonfire {
	 background-color: #C8102E;
	 color: #fff;
}
 .bg-bonfire-50 {
	 background-color: rgba(200,16,46,.8);
	 color: #fff;
}
 .text-bonfire {
	 color: #C8102E;
}
 .card a{
	 font-weight:600 
}
 .btn-bonfire {
	 background-color: #C8102E;
	 color: #fff;
}
 .btn-bonfire:hover {
	 background-color: #C8102E;
	 color: #fff;
}
 .btn-outline-bonfire {
	 border: #C8102E solid 2px;
	 color: #C8102E;
}
 .btn-outline-bonfire:hover {
	 background-color: #C8102E;
	 color: #ffffff;
}
/*EMBER*/
 .btn-ember {
	 background-color: #912133;
	 color: #fff;
}
 .btn-ember:hover{
	 color: #912133;
	 background-color: #fff;
}
 .btn-outline-ember {
	 border: #912133 solid 2px;
	 color: #ffffff;
}
 .btn-outline-ember:hover {
	 background-color: #912133;
	 color: #ffffff;
}
 .bg-ember {
	 background-color: #912133;
	 color: #fff;
}
 .text-ember {
	 color: #912133;
}
/*DARK*/
 .bg-dark {
	 background-color: #212121;
	 color: #ffffff;
}
 .bg-dark-50 {
	 background-color:rgba(33,33,33,.8);
	 color: #ffffff;
}
 .btn-dark {
	 background-color: #212121;
	 color: #ffffff;
}
 .btn-outline-dark {
	 border: #212121 solid 2px;
	 color: #212121;
}
 .btn-outline-dark:hover {
	 background-color: #212121;
	 color: #ffffff;
}
 .text-dark {
	 color: #212121;
}
/*PINE*/
 .bg-pine {
	 background-color: #1c453c;
	 color: #ffffff;
}
 .text-pine {
	 color: #1c453c;
}
 .btn-pine {
	 background-color: #1c453c;
	 color: #fff;
}
 .btn-outline-pine {
	 border: #1c453c solid 1px;
	 color: #1c453c;
}
 .btn-outline-pine:hover {
	 background-color: #1c453c;
	 color: #ffffff;
}
/*LAKE*/
 .bg-lake {
	 background-color: #00968F;
	 color: #fff;
}
 .btn-lake {
	 background-color: #00968F;
	 color: #ffffff;
}
 .btn-outline-lake {
	 border: #00968F solid 2px;
	 color: #00968F;
}
 .btn-outline-lake:hover {
	 background-color: #00968F;
	 color: #ffffff;
}
 .text-lake {
	 color: #00968F;
}
/*SKY*/
 .bg-sky {
	 background-color: #A0D1CA;
	 color: #1c453c;
}
 .text-sky {
	 color: #A0D1CA;
}
 .btn-sky {
	 background-color: #A0D1CA;
	 color: #00968F;
}
 .call-to-action-item .btn-outline-sky {
	 border: #A0D1CA solid 2px;
	 color: #ffffff;
	 height: calc(2.5rem + .1vh);
	 display: flex;
	 align-items: center;
	 justify-content: start 
}
 .btn-outline-sky {
	 border: #A0D1CA solid 2px;
	 color: #A0D1CA;
}
 .btn-outline-sky:hover {
	 background-color: #A0D1CA;
	 color: #1c453c;
}
/*FLAME*/
 .text-flame {
	 color: #FF6A14;
}
 .bg-flame {
	 background-color: #FF6A14;
	 color: #fff;
}
 .btn-flame {
	 background-color: #FF6A14;
	 color: #fff;
}
 .btn-flame:hover {
	 border: #FF6A14 solid 2px;
	 color: #FF6A14;
}
 .btn-outline-flame {
	 border: #FF6A14 solid 2px;
	 color: #FF6A14;
}
 .btn-outline-flame:hover {
	 background-color: #FF6A14;
	 color: #1c453c;
}
/*STONE*/
 .bg-stone {
	 background-color: rgba(209, 209, 206, .3);
}
 .text-stone {
	 color: #C7C9C7;
}
 .btn-stone {
	 background-color: #C7C9C7;
	 color: #1c453c;
}
 .btn-outline-stone {
	 border: #C7C9C7 solid 2px;
	 color: #C7C9C7;
}
 .btn-outline-stone:hover {
	 background-color: #C7C9C7;
	 color: #212121;
}
/*GA WHITE*/
 .btn-ga {
	 background-color: #ffffff;
	 color: #C8102E;
}
 .btn-outline-ga {
	 border: #ffffff solid 2px;
	 color: #ffffff;
}
 .btn-outline-ga:hover {
	 background-color: #ffffff;
	 color: #212121;
}
 .bg-ga {
	 background-color: #ffffff;
	 color: #212121;
}
 .bg-ga-50 {
	 background-color: rgba(255,255,255,.9);
	 color: #212121;
}
 .text-ga {
	 color: #ffffff;
}
 .text-ga-50 {
	 color: rgba(255,255,255,.9);
}
 .bg-gray {
	 background-color: #eeeeee;
	 color: #212121;
}
 .font-weight-semi {
	 font-weight: 600;
	 font-size: 2rem;
}
 ol, ul {
	 padding-left: 0;
}

.navbar { 
 padding-top: 0;  padding-bottom: 0
        }

 .accordion-button {
	 position: relative;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 width: 100%;
	 color: #757575;
	 text-transform: uppercase;
	 padding: .6rem ;
	 -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
}
 .accordion-button, .accordion-button:focus {
	 -webkit-box-shadow: none;
	 box-shadow: none;
	 font-weight: 600;
}
 .accordion-button:focus, .accordion-button, .accordion-item, .accordion-collapse, .accordion-button:hover, .accordion-header:active, .accordion-button:active {
	 background-color: transparent;
	 box-shadow:none 
}
 .accordion-button:not(.collapsed) {
	 color: #C8102E;
	 background-color: #ffffff;
	 font-weight:600 
}
 .accordion-item {
	 border-top: 0.1rem solid #C7C9C7;
	 width: 100%;
	 margin: .5rem 0 .5rem 0;
}
 .accordion-item:nth-last-of-type(1) {
	 border-bottom: 0.1rem solid #C7C9C7;
	 width: 100%;
	 margin: .5rem 0 .5rem 0;
}

 .no-style {
	 text-decoration: none;
  list-style:none
	
}
 

 .nav-item {
	 padding: 10px 15px;
	 font-size: 1rem;
	 font-weight: 600;
}
 .navbar-light .navbar-nav .nav-link {
	 padding-top: 22px;
	 padding-bottom: 22px;
	 padding-left: 24px;
	 padding-right: 24px;
	 font-size: 18px;
}
 .sm-menu {
	 top: 79%;
	 border: 0;
	 border-radius: 0;
	 opacity: 100%;
}
 .dropdown-item {
	 color: #757575;
	 font-size: 16px;
	 padding: 0;
}
 .dropdown-item:hover {
	 background:none 
}
 .dropdown-item.active:after {
	 transition-timing-function: ease-out;
	 transition-duration: 0.25s;
	 transition-property: transform;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 display: block;
	 width: 100%;
	 height: 2px;
	 content: "";
	 background: #FF6A14;
	 transform: scaleX(0);
	 transform-origin: left;
}
 .dropdown-item.active:hover:after {
	 transform: scaleX(1);
}
 .megamenu-li {
	 position: static;
	 left: 25%;
}
 .megamenu {
	 position: absolute;
	 width: 100%;
	 left: 0;
	 right: 0;
	 padding: 25px;
}
 #audience a {
	 color: #fbfbfb;
	 padding: 0 5px;
	 font-size: .9rem;
	 font-weight: normal;
	 text-transform: uppercase;
}
 #audience>ul>li>:hover{
	 color: #ff6a14;
	 transition: all ease-in-out .6s 
}

 .dropdown h6 {
	 font-weight: 600;
	 text-transform: uppercase;
	 color: #c8102e;
}

.dropdown h6  a{

	 color: #c8102e;
}
 .navi {
	 color: #262626;
	 padding: 15px 10px;
}
 .navi:hover {
	 color: #c8102e;
}

 .logo{
	 width:400px;
	 max-width:calc(100vw - 72px);
	 position:absolute;
	 top:50%;
	 z-index:15;
	 transition: all 2s linear;
	 display: block;
}
 .brand {
	 color: #fbfbfb;
	 text-transform: uppercase;
	 font-family: "Oswald", sans-serif;
	 font-weight: 800;
	 font-size: 1.4rem;
	 display: block;
	 position: relative;
	 top: 12px;
	 transition: all 0.5s linear;
	 list-style: none;
}
 .brand_small {
	 color: #212121;
	 text-transform: uppercase;
	 letter-spacing: 0.1rem;
	 font-family: "Lora", serif;
	 font-weight: 400;
	 font-size: 9px !important;
	 display: block;
	 padding-left: 115px !important;
	 position: absolute;
	 top: 25%;
	 transition: all 0.5s linear;
	 list-style: none;
}
 @media screen and (device-aspect-ratio: 40/71){
	 .brand_small {
		 display:none 
	}
}
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	 .brand_small {
		 color: #212121;
		 text-transform: uppercase;
		 letter-spacing: 0.1rem;
		 font-family: "Lora", serif;
		 font-weight: 400;
		 font-size: 9px !important;
		 display: block;
		 padding-left: 10px !important;
		 position: absolute;
		 top: 25%;
		 transition: all 0.5s linear;
		 list-style: none;
	}
}
 @media(max-width: 320px){
	 .brand_small {
		 display:none 
	}
}
 #main {
	 -webkit-transition: all .5s linear;
	 transition: all .2s linear;
}
 #top-utility li {
	 font-family: "Karla", sans-serif;
	 display: inline;
	 padding-bottom: 5px;
}
 #top-utility li a {
	 font-size: 1em;
	 color: #cc0012;
	 display: inline;
	 text-transform: uppercase;
	 padding-bottom: 5px;
}
 @media print, screen and (max-width: 64.064em) {
	 #mySidenav .title {
		 font-size: 1em;
		 text-transform: uppercase;
		 color: #912133;
		 font-family: "Oswald", sans-serif;
		 font-weight: normal;
	}
	 #custom-cards h2 {
		 font-size: 1.5rem;
	}
	 #mobile-menu .dropdown-item .navbar {
		 font-size: 14px;
		 -webkit-transition: all .5s linear;
		 transition: all .5s linear;
	}
	 #desk-menu .dropdown-item {
		 font-size: 13px;
	}
	 #mySidenav a {
		 font-size: 1em;
		 text-transform: uppercase;
		 color: #00968F;
		 font-family: "Karla", sans-serif;
		 font-weight: normal;
	}
	 .carousel-caption h5 {
		 font-family: "Karla", sans-serif;
		 font-size: 1.5rem;
		 text-transform: uppercase;
	}
	 .top-nav {
		 max-height: 60px;
		 background: #ffffff !important;
	}
	 #audience li a:hover {
		 color: #C8102E;
	}
}

 @media print, screen and (max-width: 84.064em) {
	 #quick-links a {
		 font-size: .7rem;
	}
	 .navbar a {
		 font-size: .9rem;
		 padding: 3px;
		 z-index: 6;
	}
	 #mobile {
		 background: #fbfbfbfb;
	}
}
 #mobile-menu .accordion-button.collapsed {
	 color: #212121;
	 background: #ffffff;
}
 #mobile-menu .accordion h6 {
	 color: #C8102E;
	 font-size: 1.2rem;
	 text-transform: uppercase;
	 font-weight: 600;
}
 #mobile-menu .navbar {
	 background: #ffffff;
}

 #top-utility {
	 -webkit-transition: all .5s linear;
	 transition: all .5s linear;
}
 #top-utility ::-moz-selection {
	 color: #fff;
}
 #top-utility ::selection {
	 color: #fff;
}
 #top-utility .search-box {
	 position: relative;
	 height: 35px;
	 width: 35px;
	 border-radius: 0%;
	 -webkit-transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	 transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 #top-utility .search-box.active {
	 min-width: 275px;
}
 #top-utility .search-box input {
	 width: 100%;
	 height: 100%;
	 border: 1px solid #212121;
	 border-radius: 0px;
	 background: #fff;
	 outline: none;
	 padding: 0 40px 0 20px;
	 font-size: 16px;
	 opacity: 0;
	 -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	 transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 #top-utility .search-box input.active {
	 opacity: 1;
}
 #top-utility .search-box input::-webkit-input-placeholder {
	 color: #C7C9C7;
	 font-size: 1rem;
	 text-align: center;
	 font-family: "Karla", sans-serif;
}
 #top-utility .search-box input:-ms-input-placeholder {
	 color: #C7C9C7;
	 font-size: 1rem;
	 text-align: center;
	 font-family: "Karla", sans-serif;
}
 #top-utility .search-box input::-ms-input-placeholder {
	 color: #C7C9C7;
	 font-size: 1rem;
	 text-align: center;
	 font-family: "Karla", sans-serif;
}
 #top-utility .search-box input::placeholder {
	 color: #C7C9C7;
	 font-size: 1rem;
	 text-align: center;
	 font-family: "Karla", sans-serif;
}
 #top-utility .search-box .search-icon {
	 position: absolute;
	 left: 0%;
	 top: -50%;
	 -webkit-transform: translateY(0%);
	 transform: translateY(0%);
	 height: 45px;
	 width: 45px;
	 background: #ffffff;
	 border-radius: 100%;
	 text-align: center;
	 line-height: 35px;
	 font-size: 18px;
	 color: #212121;
	 cursor: pointer;
	 z-index: 1;
	 -webkit-transition: all 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	 transition: all 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 #top-utility .search-box .search-icon.active {
	 position: absolute;
	 right: 0%;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 height: 35px;
	 width: 35px;
	 background: #212121;
	 border-radius: 0px;
	 text-align: center;
	 line-height: 35px;
	 font-size: 15px;
	 color: #ffffff;
	 -webkit-transform: translateY(-50%) rotate(360deg);
	 transform: translateY(-50%) rotate(360deg);
}
 #top-utility .search-box .cancel-icon {
	 position: absolute;
	 right: 10%;
	 top: 0%;
	 -webkit-transform: translateY(-10%);
	 transform: translateY(-10%);
	 font-size: 15px;
	 color: #212121;
	 cursor: pointer;
	 -webkit-transition: all 1.5s cubic-bezier(0.1, 0.7, 1, 0.1);
	 transition: all 1.5s cubic-bezier(0.1, 0.7, 1, 0.1);
}
 #top-utility .search-box .cancel-icon.active {
	 position: absolute;
	 right: 5%;
	 top: 20%;
	 font-size: 15px;
	 color: #212121;
	 -webkit-transform: translateY(-15%) rotate(360deg);
	 transform: translateY(-15%) rotate(360deg);
	 -webkit-transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	 transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 #top-utility .search-box .search-data {
	 text-align: center;
	 padding-top: 7px;
	 color: #fff;
	 font-size: 18px;
	 word-wrap: break-word;
}
 #top-utility .search-box .search-data.active {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}
 .vsu-new-search.active {
	 width: 350px;
}
 .vsu-new-search .searchType {
	 width: 100%;
	 height: 100%;
	 border-radius: 0px;
	 border: 1px solid #212121;
	 outline: none;
	 padding: 0 40px 0 20px;
	 font-size: 16px;
	 opacity: 0;
	 transition: all 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 .vsu-new-search .searchType.active {
	 opacity: 1;
}
 #vsu-search {
	
	 padding: 20px 34px;
	 font-size: 1rem;
	 position: relative;
	 top: 5px;
}

.btn-submit{
 height:44px;
 border-radius:0;
 font-size:18px;
	position: relative;
	top: 6.7px;
}

 #mobile #vsu-search {
	 
	 padding: 5px 20px 5px 20px;
	 border-left:none;
	 border-right:none;
	 border-top:none;
	 border-bottom:1px solid #ddd;
}
 #mobile #vsu-search .input-group{
	 width: 100%;
}
 #mobile li{
	 list-style:none 
}
 .expand {
	 display: none;
}

 button {
	 background: transparent;
	 box-shadow: 0px 0px 0px transparent;
	 border: 0px solid transparent;
	 text-shadow: 0px 0px 0px transparent;
}
 button:hover {
	 box-shadow: 0px 0px 0px transparent;
	 border: 0px solid transparent;
	 text-shadow: 0px 0px 0px transparent;
}
 button:active {
	 outline: none;
	 border: none;
}
 button:focus {
	 outline: 0;
}

input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
	 width: auto;
	 overflow: visible;
	 font: inherit;
	 -webkit-font-smoothing: inherit;
	 -moz-osx-font-smoothing: inherit;
	 line-height: normal;
	 color: inherit;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;

	 border-radius: 0;
	 outline: 0;
	 font-family: "Karla",sans-serif;
	 font-size: calc(1rem - .09vw);
	 font-style: normal;
	 line-height: 1.5;
	 transition-timing-function: ease-out;
	 transition-duration: .25s;
	 transition-property: border-color;
	 border: 2px solid #e5e5e5;
	 display: inline-block;
	 width: 100%;
	 padding: 10px;
	 color: #1e1e11;
	 margin: 5px 0 0;
}

select {
 
 background-color: white;
 border: thin solid blue;
 border-radius: 4px;
 display: inline-block;
 font: inherit;
 line-height: 1.5em;
 padding: 0.5em 3.5em 0.5em 1em;
 /* reset */
 margin: 0;      
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: none;
 -moz-appearance: none;
}

select.classic {
border: unset;
 width: 100%;
 max-width: 400px;
 padding: 0.75rem;
 border: 1px solid rgba(0, 0, 0, 0.1);
 appearance: none;
 background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
 background-repeat: no-repeat;
 background-position: right 0.7rem top 50%;
 background-size: 0.65rem auto;
}
.announcement {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
/*HOMEPAGE TOP BANNER*/
.homepage-hero__container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: calc(100vh - 272px);
	overflow: hidden;
	background-color: #212121;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130px;
	padding-top: 190px;
}
@media print, screen and (min-width: 64.0625em) {
	.homepage-hero__container {
		max-height: calc(100vh - 272px);
   }
}
.cta-hero__container {
	position: sticky;
	top:5%;
	z-index:3 
}
.homepage-hero__header-container {
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	padding-right: 0.9375rem;
	padding-left: .9375rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.homepage-hero__header-container {
	margin-top: 0px;
}
@media print, screen and (min-width: 64.0625em) {
	.homepage-hero__header-container {
		margin-top: 0px;
   }
}
.homepage-hero__header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	font-style: normal;
	font-weight: 800;
	color: #fff;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.homepage-hero__headerP {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	font-style: normal;
	font-family: "Karla", sans-serif;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media print, screen and (min-width: 48em) {
	.homepage-hero__header {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
   }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.homepage-hero__header, .smaller {
		font-size: 3.5rem;
   }
}
@media print, screen and (min-width: 48em) {
	.homepage-hero__header, .smaller {
		font-size: 2rem;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.homepage-hero__header, .smaller {
		font-size: 3rem;
   }
}
.smaller{
	font-size:1.3rem 
}
.homepage-hero__header a:hover {
	text-decoration: underline;
}
.homepage-hero__cta-container {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 64.0625em) {
	.homepage-hero__cta-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 100%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		padding-top: 20px;
   }
}
.homepage-hero__cta-standard {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.homepage-hero__cta-standard:hover {
	color: #ffffff;
}
.homepage-hero__cta-standard:after {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #FF6A14;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.homepage-hero__cta-standard:focus:after, .homepage-hero__cta-standard:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.homepage-hero__cta-header {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.homepage-hero__cta-header {
		-webkit-font-smoothing: antialiased;
		font-size: 1rem;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
		margin-bottom: 10px;
		color: #fff;
		font-family: "Oswald", sans-serif;
   }
}
.homepage-hero__cta-copy {
	font-family: "Karla", sans-serif;
}
.homepage-hero__cta-small-link {
	-webkit-font-smoothing: antialiased;
	font-size: 1rem;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	color: #fff;
	font-family: "Oswald", sans-serif;
}
.homepage-hero__cta-small-link:after {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	position: absolute;
	bottom: -6px;
	left: 0;
	display: block;
	width: 75%;
	height: 2px;
	content: "";
	background: #FF6A14;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.homepage-hero__cta-small-link:focus:after, .homepage-hero__cta-small-link:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
@media print, screen and (min-width: 64.0625em) {
	.homepage-hero__cta-small-link {
		display: none;
   }
}
.homepage-hero__cta-small {
	position: relative;
	display: block;
}
@media print, screen and (min-width: 64.0625em) {
	.homepage-hero__cta-small {
		display: none;
   }
}
.homepage-hero__cta-large {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.homepage-hero__cta-large {
		display: block;
   }
}
.homepage-hero__cta-large .cta__standard:focus, .homepage-hero__cta-large .cta__standard:hover, .homepage-hero__cta-large .lib-cta__standard:focus, .homepage-hero__cta-large .lib-cta__standard:hover {
	background: none;
}
.homepage-hero__overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0.9;
}
.homepage-hero__black-gradient, .black-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.homepage-hero__hero-links {
	background-color: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 10px;
}
.homepage-hero__cta-top-space {
	position: relative;
	top: 1rem;
}
.two-column {
	padding-left: 2.225rem;
	padding-right: 2.225rem;
}
.call-to-action-item {
	list-style: none;
	width: 50%;
}
.scrollable-menu {
	height: auto;
	max-height: 250px;
	overflow-x: hidden;
	padding-left: 1.125rem;
}
.container-lib {
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}
#libTabs .tab-content a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
@media print, screen and (max-width: 64.0625em) {
	.nav-tabs .nav-item .nav-link {
		width: 70vw;
   }
}
.nav-tabs .nav-link:hover {
	background-color: #212121;
	border-color: transparent;
}
.nav-tabs .nav-link:focus {
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #cc0012;
	border-color: #1266f1;
}
.nav-pills {
	margin-left: 0;
}
.nav-pills .nav-link:hover {
	background-color: #ff6a14;
	color:#fbfbfbfb;
	border-color: transparent;
}
.pills .nav-link {
	color: #c8102e;
	background: linear-gradient(to left, transparent 50%, #adadad 50%);
	background-size: 200%;
	background-position: right;
	transition: background-position 0.5s ease-in-out;
}
.pills .nav-link:hover {
	background-position: left;
}
.pills .nav-link.active {
	color: #fbfbfb;
	background: linear-gradient(to left, transparent 80%, #adadad 50%);
	background-size: 200%;
	background-position: right;
	transition: background-position 0.7s ease-in-out;
}
.pills .nav-link.active:hover {
	color: #fbfbfb;
}
.pills .nav-link.active, .pills .show > .nav-link {
	color: #fbfbfbfb ;
	background-color: #c8102e;
	height:100%;
	display: flex;
	align-items: center;
}
.pills .nav-link, .pills .hide> .nav-link {
	color: #fbfbfb;
	background-color: #212121;
	height:100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	border-right: 1px solid rgba(255, 255, 255, 0.9);
	text-transform:uppercase;
	font-weight:bold;
	font-size: .8em 
}
.pills .nav-link.active:after{
	display:inline-block;
	padding-left:.5em;
	font-size: 1.2rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f358";
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #c8102e;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
	border-radius: 0 
}
.nav-pills .nav-link {
	border-radius:0;
	font-size: .7rem;
	text-transform: uppercase;
	padding: 10px 20px 10px;
	line-height: 1;
	background-color: #ddd;
	font-weight: 500;
	color: rgba(0,0,0,.6);
}
.container-flex {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	list-style: none;
}
.pl-pr {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}
.uppercase {
	text-transform: uppercase;
}
.card-header {
	border-radius: 0 !important;
	margin-bottom: 0;
	background-color: #ffffff;
	color: #c8102e;
	padding-left: 0;
	text-transform: uppercase;
}
.list-style-none {
	list-style: none;
}
.fab, .fa-blog {
   /* border: #ff6a14 2px solid;
	*/
   /* border-radius: 100%;
	*/
	padding: 0.9em;
}
.fab:hover {
	opacity: 1;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	color: #ff6a14;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.fa-blog:hover {
	opacity: 1;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	color: #ff6a14;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.department {
	font-weight: 600;
	font-size: 1.2rem;
	font-family: "EB Garmond", serif;
}
#dept-info li {
	padding-bottom: .5rem;
}
#dept-info a {
	color: #fff;
}
#dept-info .email a {
	color: #ff6a14;
}
#dept-info h3, #special h3, .special-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: calc(16px + .1vw);
}
blockquote::after {
	display: block;
	content: "";
	border-bottom: 0.2rem solid #757575;
	width: 100%;
	margin: 0.1em 0 0.1em 0;
	padding-top: 1.5rem;
}
blockquote {
	color: #757575;
	font-size: 1rem;
}
.border-flame {
	border: 2px solid #ff6a14;
}
.special-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: calc(12px + .1vw);
	color: #912133;
}
.fa-hand-point-right {
	color: #ff6a14;
	font-size: 1.2rem;
	padding-right: 0.3em;
}
.diamond {
	content: url(/img/svg/diamond.svg);
	height: 25px;
	padding-right: 15px;
}
.program-highlights li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-bottom: 10px;
}
.link-directory__list-item {
	padding-bottom: .6em;
	padding-top: .4em;
	color: #212121;
}
.link-directory__list-item a {
	color: #00968f;
	text-transform: uppercase;
}
.link-directory__list-item a:hover {
	color: #ff6a14;
}
.link-directory__list-item:after {
	display: block;
	content: "";
	border-bottom: 1px solid #ccc;
}
.form-select{
	border-radius: 0;
	border: 2px solid #757575 
}
.form-select:focus{
	border: 2px solid #ff6a14 
}
#vsu-crm-form {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
div.form_page input[type="password"], div.form_page input[type="text"], div.form_page input[type="email"], div.form_page input[type="tel"], div.form_page input:not([type]), div.form_page textarea, div.form_page select {
	width: auto;
	overflow: visible;
	font: inherit;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	line-height: normal;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	outline: 0;
	font-family: "Karla",sans-serif;
	font-size: calc(1rem - .09vw);
	font-style: normal;
	line-height: 1.5;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	border: 2px solid #e5e5e5;
	display: inline-block;
	max-width: 100%;
	padding: 15px;
	color: #1e1e11;
	margin: 10px 0 0;
}
#contactForms #libTabs input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
	width: auto;
	overflow: visible;
	font: inherit;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	line-height: normal;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbfbfb;
	border-radius: 0;
	outline: 0;
	font-family: "Karla",sans-serif;
	font-style: normal;
	line-height: 1.5;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: border-color;
	transition-property: border-color;
	border: 2px solid #e5e5e5;
	display: inline-block;
	width: 100%;
	padding: 10px;
	color: #1e1e11;
	margin: 10px 0 0;
}
.container__social {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}
.container__social .col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.container__social .contact {
	font-size: 1rem;
}
#social-card .col {
	padding-bottom: .5rem;
}
#departmentCard .card-body {
	border: 1px solid #ddd;
}
.small-caption{
	font-size: 1rem
}
.container-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-sm {
		max-width: 540px;
   }
}
@media (min-width: 768px) {
	.container-sm {
		max-width: 720px;
   }
}
@media (min-width: 992px) {
	.container-sm {
		max-width: 960px;
   }
}
@media (min-width: 1200px) {
	.container-sm {
		max-width: 1140px;
   }
}
.qa {
	padding: 15px;
}
#contactForms label{
	font-size:1.2rem;
	padding:.2em 0;
 font-weight:600
}
label {
	padding: 10px;
}
#costs-calc {
	width: 100%;
	margin-bottom: 1em;
}
#costs-calc .title {
	width: 100%;
	padding: .125em;
	background: #353535;
}
#costs-calc .title .text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	-webkit-font-smoothing: antialiased;
	font-family: "Karla", sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #ffffff;
}
#costs-calc .content {
	float: left;
	width: 100%;
	background-image: url(/2014/images/cost-calc/line-bg-white.png);
}
#costs-calc .content .qa {
	display: none;
}
#costs-calc .content .qa .q {
	font-size: 1.3em;
	font-weight: 200;
	text-align: center;
	padding: 1em;
	line-height: 1.2em;
}
#costs-calc .content .qa .q .number {
	font-size: 2em;
	line-height: 1em;
	font-family: "Karla", sans-serif;
	letter-spacing: -2px;
}
#costs-calc .content .qa .q .number sup {
	font-size: 0.5em;
}
#costs-calc .content .qa .q .number .error {
	font-size: 0.8em;
	line-height: 1em;
	font-family: "Helvetica Neue",Helvetica,Verdana,sans-serif;
}
#costs-calc .content .qa .a input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#costs-calc .content .qa .a input, #costs-calc .content .qa .a input[type=radio] + label span {
	font-size: 1.2em !important;
}
#costs-calc .content .qa .a input[type="text"]:hover, #costs-calc .content .qa .a input[type="number"]:hover, #costs-calc .content .qa .a input[type="text"]:focus, #costs-calc .content .qa .a input[type="number"]:focus, #costs-calc .content .qa .a input[type="radio"]:checked + label span, #costs-calc .content .qa .a input[type="radio"]:hover + label span {
	background: #616161 !important;
	color: #fff !important;
	text-shadow: 1px 1px 1px #000 !important;
}
#costs-calc .content .qa .a a {
	text-decoration: none;
}
#costs-calc .content .qa .button {
	margin: 10px auto;
	color: #FFF;
	font-size: 1.2em;
	font-family: "Karla", sans-serif;
	border: 0px;
	display: block;
	padding: 1em;
	background-color: #C21A13;
	letter-spacing: 1px;
}
#costs-calc .content .qa .button, #costs-calc .content .qa input[type="text"], #costs-calc .content .qa input[type="number"], #costs-calc .content .qa input[type=radio] + label span {
	background: #353535 !important;
	border: 0;
	color: #fff !important;
	text-shadow: 1px 1px 1px #000 !important;
	font-weight: 400 !important;
	cursor: pointer;
	text-align: center;
	margin: 5px auto 5px auto;
	display: block;
	padding: 15px !important;
	line-height: 1.2em;
	width: 75%;
}
#costs-calc .content .controls {
	display: none;
}
@media screen and (min-width: 768px) {
	#costs-calc {
		display: table;
		height: 300px;
   }
	#costs-calc .cost-calc-wrap {
		height: 100%;
   }
	#costs-calc .title {
		height: 100%;
		width: 24%;
		margin-right: 1%;
		float: left;
   }
	#costs-calc .title .text {
		font-size: 1.5em;
   }
	#costs-calc .content {
		height: 100%;
		width: 75%;
		float: right;
   }
	#costs-calc .content .qa .button, #costs-calc .content .qa input[type="text"], #costs-calc .content .qa input[type="number"], #costs-calc .content .qa input[type=radio] + label span {
		width: 50%;
   }
	#costs-calc .content .qa .q .number {
		font-size: 3em;
   }
	#costs-calc .content .qa .q .number .error {
		font-size: 0.5em;
   }
	#costs-calc .content .qa .a {
		padding: 1.5em;
   }
}
.ico {
	width: 125px;
	height: 125px;
	margin: 1.5rem auto 1.2rem auto;
}
.ico.bg2 {
	background-position: 0 -118px;
}
.ico.bg3 {
	background-position: 0 -236px;
}
.ico.bg4 {
	background-position: 0 -354px;
}
#eventCard {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
#eventCard:hover {
	background: #A0D1CA;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
.content-module__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.sidebar__cta-wrapper {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}
.eggroll {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1.125rem;
}
.sidebar-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 2rem;
	padding-right: 2rem;
	-webkit-box-flex: 4;
	-ms-flex-positive: 4;
	flex-grow: 4;
}
.card-header {
	padding: .9rem .7rem;
	margin-bottom: 0;
	font-size: 1.2rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #C8102E;
	border-color: #C8102E;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #FF6A14;
	border-color: #C8102E;
}
.dptimg {
	width: 100%;
	position: relative;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	max-height: 400px;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}
.department-padding {
	padding-left: 1.25rem;
}
.tertiary-landing-hero__container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	z-index: 6;
}
.tertiary-landing-hero {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #221010;
}
.tertiary-landing-hero__header {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
   /*! padding-left: 2.625rem;
	*/
	padding-right: 1.125rem;
	padding-top: 100px;
	padding-bottom: 40px;
}
.tertiary-landing-hero__wrapper {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}
.related-links__container {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media print, screen and (min-width: 64.0625em) {
	.related-links__container {
		padding-top: 90px;
		padding-bottom: 90px;
   }
}
.related-links__container--primary {
	background-color: #C8102E;
}
.related-links__container {
	position: relative;
}
.related-links__gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.related-links__kicker-container, .related-links__list {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.related-link__list-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0rem;
	padding-left: 0rem;
	margin-bottom: 15px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
img, svg {
	display: block;
}
.chat-btn{
	position: fixed;
	right: 50px;
	bottom: 30px;
	width:100px;
	filter: drop-shadow(3px 3px 2px rgb(0 0 0 / 0.4));
	z-index: 1 
}
.related-link__list-item .cta__featured {
	max-width: 100%;
}
.cta__featured--dark {
	border: 3px solid #ffffff;
	color: #fff;
}
.cta__featured, .related-link {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	outline: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: border-color,color;
	transition-property: border-color,color;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
}
.cta__featured:hover{
	color: #cc0012;
	background: #FBFBFB;
	border: 2px solid #cc0012;
	transition: background 1s ease 
}
.related-link:hover {
	color: #fbfbfbfb;
	background: #FF6A14;
	border: 2px solid #FBFBFB;
	transition: background 1s ease 
}
.cta__featured, .related-link {
	font-family: "Karla", sans-serif;
	font-size: .8rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1875;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left:auto;
	margin-right:auto 
}
@media print, screen and (min-width: 64.0625em) {
	.related-link__list-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
   }
}
@media print, screen and (min-width: 48em) {
	.related-link__list-item {
		padding-right: .9375rem;
   }
}
.related-link__list-item {
	margin-bottom: 15px;
	list-style: none;
}
.num, .mon {
	font-family: "Karla", sans-serif;
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-weight: 800;
	color: #C7C9C7;
	padding-bottom: 1.5rem;
}
.det {
	color: #212121;
	line-height: 2rem;
	padding-bottom: 1.5rem;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
   }
	50% {
		background-position: 100% 50%;
   }
	100% {
		background-position: 0% 50%;
   }
}
#directory .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-direction: column;
	flex-direction: column;
}
.depts {
	line-height: 1.4rem;
	font-family: EB Garmond;
	padding-left: .6rem;
	padding-right: .9375rem;
}
/*COLLEGE LANDING*/
.college-hero__container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 50vw;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.2);
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__container {
		min-height: 20vw;
   }
}
/*DEPARTMENT LANDING*/
.department__container {
	position: relative;
		top: -2.5rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 25vh;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.2);
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 64.0625em) {
	.department__container {
		min-height:10vh;
		position: relative;
		top: -2.5rem;
   }
}
.college-hero__header-container {
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.college-hero__header-container {
	margin-top: 0px;
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__header-container {
		margin-top: 0px;
   }
}
.college-hero__header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-style: normal;
	font-weight: 800;
	color: #fff;
	font-family: "Oswald", sans-serif;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-bottom: 1.125rem 
}
.cta-link:hover{
	color:#FF6A14 
}
#ctas {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.container-overlay {
	max-height: calc(100vh - 85vh);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.cta-overlay {
	z-index: 1;
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.home-hero-academics_container {
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: calc(100vh - 872px);
	overflow: hidden;
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics_container {
		padding-top: 120px;
		padding-bottom: 120px;
   }
}
.home-hero-academics__header a {
	color: #ffffff;
}
.home-hero-academics__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: calc(100vh - 272px);
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__container {
		height: calc(100vh - 672px);
   }
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics__container {
		height: calc(100vh - 472px);
   }
}
@media print, screen and (min-width: 28em) {
	.home-hero-academics__container {
		height: calc(100vh - 472px);
   }
}
.home-hero-academics__cta-container, .home-hero-academics__header-container {
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
.home-hero-academics__header-container {
	margin-top: 0px;
	text-align: center;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__header-container {
		margin-top: 0px;
   }
}
.home-hero-academics__header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	font-size: 3.625rem;
	font-style: normal;
	font-weight: 800;
	color: #fff;
}
.home-hero-academics__headerP {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics__header {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
   }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.home-hero-academics__header {
		font-size: 2.5em;
   }
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics__header {
		font-size: 4.5em;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__header {
		font-size: 4.625em;
   }
}
.home-hero-academics__header a:hover {
	text-decoration: underline;
}
.home-hero-academics__cta-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
   }
}
@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
	.home-hero-academics__cta-column {
		padding-right: 0.9375rem;
   }
}
.home-hero-academics__cta-standard {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.home-hero-academics__cta-standard:hover {
	color: #ffffff;
}
.home-hero-academics__cta-standard:after {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #C8102E;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.home-hero-academics__cta-standard:focus:after, .home-hero-academics__cta-standard:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home-hero-academics__cta-header {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-header {
		-webkit-font-smoothing: antialiased;
		font-size: 1rem;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
		margin-bottom: 10px;
		color: #fff;
		font-family: "Oswald", sans-serif;
   }
}
.home-hero-academics__cta-small-link {
	-webkit-font-smoothing: antialiased;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	color: #fff;
	font-family: "Oswald", sans-serif;
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics__cta-small-link {
		padding: 10px;
   }
}
.home-hero-academics__cta-small-link:after {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	position: absolute;
	bottom: -6px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.home-hero-academics__cta-small-link:focus:after, .home-hero__cta-small-link:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-small-link {
		display: none;
   }
}
.home-hero-academics__cta-small {
	position: relative;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.home-hero-academics__cta-small {
		padding-right: 10px;
		padding-left: 10px;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-small {
		display: none;
   }
}
.home-hero-academics__cta-large {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-large {
		display: block;
   }
}
.home-hero-academics__cta-large .cta__standard:focus, .home-hero-academics-large .cta__standard:hover, .home-hero-academics__cta-large .lib-cta__standard:focus, .home-hero-academics__cta-large .lib-cta__standard:hover {
	background: none;
}
.home-hero-academics__overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	overflow: hidden;
}
.college-hero__header-container {
	z-index:2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.college-hero__header-container {
	margin-top: 0px;
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__header-container {
		margin-top: 0px;
   }
}
.college-hero__header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-style: normal;
	font-weight: 800;
	color: #fff;
	font-family: "Oswald", sans-serif;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-bottom: 1.125rem;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.college-hero__header, .smaller {
		font-size: 2.5em;
   }
}
@media print, screen and (min-width: 48em) {
	.college-hero__header {
		font-size: 2.5em;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__header, .smaller {
		font-size: 2.8em;
   }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.smaller {
		font-size: 2em;
   }
}
@media print, screen and (min-width: 48em) {
	.smaller {
		font-size: 2.5em;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.smaller {
		font-size: 2.625em;
   }
}
.college-hero__header a:hover {
	text-decoration: underline;
}
.college-hero__cta-container {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__cta-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 100%;
	   /*! padding-right: 1.25rem;
		*/
	   /*! padding-left: 1.25rem;
		*/
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
   }
}
.college-hero__cta-standard, footer .links li a {
	font-style: normal;
	line-height: 1rem;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	margin-block: 2px;
	position: relative;
	font-family: "Karla", sans-serif;

}
.college-hero__cta-standard {
	color: #fff;
}
.college-hero__cta-standard:hover {
	color: #ffffff;
}
.college-hero__cta-standard:after, footer li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background-color: #FF6A14;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .35s ease 
}
.college-hero__cta-standard:focus:after, .college-hero__cta-standard:hover:after, footer a:hover:after {
	transform: scaleX(1);
}
.college-hero__cta-header {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__cta-header {
		-webkit-font-smoothing: antialiased;
		font-size: 1rem;
		font-style: normal;
		font-weight: 800;
		line-height: 2em;
		text-transform: uppercase;
		display: block;
		font-family: "Oswald", sans-serif;
   }
}
.college-hero__cta-copy {
	font-family: "Karla", sans-serif;
}
.college-hero__cta-small-link {
	-webkit-font-smoothing: antialiased;
	font-size: .8rem;
	font-style: normal;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-family: "Karla", sans-serif;
	padding: .2rem .8rem 
}
.college-hero__cta-small-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50%;
	height: 2px;
	content: "";
	background-color: #FF6A14;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .35s ease 
}
.college-hero__cta-small-link:focus:after, .college-hero__cta-small-link:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__cta-small-link {
		display: none;
   }
}
.college-hero__cta-small {
	position: relative;
	display: block;
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__cta-small {
		display: none;
   }
}
.college-hero__cta-large {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.college-hero__cta-large {
		display: block;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.cta-large {
		display: block;
		text-align:center 
   }
}
.college-hero__cta-large .cta__standard:focus, .college-hero__cta-large .cta__standard:hover, .college-hero__cta-large .lib-cta__standard:focus, .college-hero__cta-large .lib-cta__standard:hover {
	background: none;
}
.college-hero__overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0.9;
}
.college-hero__black-gradient, .black-overlay {
	background-color: rgba(0, 0, 0, .1);
}
.college-hero__hero-links {
	background-color: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 10px;
}
.college-hero__cta-top-space {
	position: relative;
	top: 1rem;
}
.hero__bg {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
}
.image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
.video-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.video-wrapper iframe {
	width: 100vw;
	height: 56.25vw;
   /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;
   /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-controls{
	position: absolute;
	bottom: 10px;
	right: 0;
	padding-right:25px;
	padding-bottom: 20px;
	z-index: 4 
}
.bcls-button{
	color: #fbfbfb;
}
.bcls-button:hover{
	color: #FF6A14;
	transition: color 1s;
}
.flame-border::after {
	display: block;
	content: "";
	border-bottom: 0.2rem solid #FF6A14;
	width: 22%;
	margin: 0.1em 0 0.1em 0;
	padding-top: 0.5rem;
}
.lake-border::after {
	display: block;
	content: "";
	border-bottom: .3rem solid #00968F;
	width: 100%;
}
.smaller {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-weight: 500;
	font-family: "EB Garmond", serif;
	color: #ffffff;
	font-style: italic;
}
.home-hero-academics__headerP {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	font-size: 1.2rem;
	font-style: normal;
	color: #fff;
	z-index: 21;
}
.department-title-wrapper {
	max-height: 370px;
	height:350px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#hup {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 25vh;
	overflow: hidden;
	position: relative;
	background: #C8102E;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.feature-banner__copy-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.feature-banner__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: calc(100vh - 572px);
	overflow: hidden;
}
.feature-banner__background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background-blend-mode: multiply;
	background-image: url(https://unsplash.com/photos/TmAAklbdKJs);
	background-size: cover;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
   }
	50% {
		background-position: 100% 50%;
   }
	100% {
		background-position: 0% 50%;
   }
}
.feature-banner__copy-wrapper {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 1200px;
	max-width: 100%;
}
.feature-banner__copy-container {
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
	.feature-banner__copy-container {
		padding-right: .9375rem;
		padding-left: .9375rem;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.feature-banner__copy-container {
	   /*! z-index: 2;
		*/
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 75%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
   }
}
@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
	.feature-banner__copy-container {
		padding-right: .9375rem;
		padding-left: .9375rem;
   }
}
.related-links__copy-container {
	z-index: 20;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media print, screen and (min-width: 48em) {
	.related-links__copy-container {
		padding-right: .9375rem;
		padding-left: .9375rem;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.related-links__copy-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
		margin-left: 16.66667%;
   }
}
@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
	.related-links__copy-container {
		padding-right: .9375rem;
		padding-left: .9375rem;
   }
}
.feature-banner-caption {
	-webkit-font-smoothing: antialiased;
	font-family: "Oswald", sans-serif;
	font-size: .8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.feature-banner__header {
	font-family: "EB Garmond", serif;
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	color: #ffffff;
}
@media print, screen and (min-width: 64.0625em) {
	.feature-banner__header {
		font-size: 3.375rem;
   }
}
.feature-banner__copy {
	font-family: "Karla", sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 30px;
}
.feature-banner__copy p {
	font-weight: 400;
}
.underline{
	text-decoration: 2px underline 
}
.card-title{
	text-transform: none;
	font-size:1.1rem;
}
.news.card-title {
	font-family: "EB Garmond", serif;
}
#header ul li {
	list-style: none;
}
.btn, .card, .card-img-top, .card-footer {
	border-radius: 0 !important;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 10px;
	font-size: .775rem;
	line-height: 1.6;
}
td{
	font-size:.7rem;
	line-height:1rem 
}
.table-sm>:not(caption)>*>* {
	padding: 0.2rem 1rem;
}
.headline{
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: calc(18px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
	padding-bottom: 1.7rem 
}
.card-img-top {
	width: 100%;
	height: 2rem;
	min-height:22vh;
	object-fit: cover;
	object-position: center 
}
.card-img-top.department {
	width: 100%;
	height: auto;
	max-height:25vh;
	object-fit: cover;
	object-position: center 
}
.card-img-top.auto-height {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center 
}
.card-img-top-half {
	width: 100%;
	height: 5vw;
	-o-object-fit: cover;
	object-fit: cover;
}
@media print, screen and (max-width: 64rem) {
	.card-img-top-half {
		width: 100%;
		height: 25vw;
		-o-object-fit: cover;
		object-fit: cover;
   }
	.card-img-top {
		width: 100%;
		max-height: 50vw;
		-o-object-fit: cover;
		object-fit: cover;
   }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.card-img-top-half {
		width: 100%;
		height: 10vw;
		-o-object-fit: cover;
		object-fit: cover;
   }
}
.hero h2 {
	font-size: 3.5em;
	color: white;
	margin-bottom: 15px;
}
.hero p {
	font-size: 1.5em;
	color: white;
	margin-bottom: 25px;
}
.yoooo {
	font-size: 2.5em;
	color: #212121;
	margin-bottom: 0;
	font-family: "EB Garmond", serif;
}
.eventDate {
	color: #ffffff;
	margin-bottom: 0;
	font-family: "Oswald", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	border-top: 0.3rem solid #A0D1CA;
	border-bottom: 0.3rem solid #A0D1CA;
	font-size: 4rem;
	text-align: center;
}
.yo {
	font-size: 1em;
	color: #FF6A14;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
}
.box span {
	font-size: 1em;
	color: #ffffff;
	line-height: 25px;
}
.carousel-indicators [data-mdb-target] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 100%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
}
.carousel-indicators .active {
	opacity:1 
}
#toggleCarousel {
	position: absolute;
	left: 50%;
	right: 50%;
	top:30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin-right: 0;
	margin-top: 2rem;
	margin-left: 0;
	opacity: .9;
	visibility: hidden;
	transition: visibility 0s linear 300ms, opacity 400ms;
	z-index: 10;
}
.img-round{
	border-radius: 50%;
}
.carousel-caption {
	position:absolute;
	transform: translateY(-50%);
	bottom: initial;
	top: 50%;
	padding-top:1.25rem;
	padding-bottom:1.25rem;
	text-align: left;
}
.carousel-caption h5 {
	font-family: "Karla", sans-serif;
	font-size: 2rem;
	text-transform: uppercase;
}
.carousel-caption p {
	font-family: "Karla", sans-serif;
	font-size: 1rem;
	line-height: 1.2rem 
}
.carousel-caption h5::after {
	display: block;
	content: "";
	border-bottom: 0.3rem solid #C8102E;
	width: 9rem;
	margin: .5rem 0 .5rem 0;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: white;
	text-align: center;
	background: none;
	border: 0;
	opacity: .8;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-next, .carousel-control-prev {
		-webkit-transition: none;
		transition: none;
   }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 6rem;
	height: 6rem;
	background-repeat: no-repeat;
	background-position: 20%;
	background-size: 200% 200%;
}
.carousel-inner img {
	height: calc(100vh - 372px);
	-o-object-fit: cover;
	object-fit: cover;
}
.carousel-inner.dept img {
	height: calc(100vh - 672px);
	object-fit: cover;
}
@media print, screen and (max-width: 48em) {
	.carousel-inner.dept img {
		height: calc(100vh - 572px);
   }
}
.dept_nav{
	display: inline-block;
	width: 36px;
	height: 36px;
	padding-bottom:2em;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	margin-right: 16px;
	background-color: #c8102e 
}
.dept_nav i{
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease 
}
.dept_nav:hover i{
	color: #ff6a14 
}
.cap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.overlay {
	display: none;
	position: fixed;
   /* full screen */
	width: 100vw;
	height: 100vh;
   /* transparent black */
	background: rgba(0, 0, 0, 0.7);
   /* middle layer, i.e. appears below the sidebar */
	z-index: 3;
	opacity: 0;
   /* animate the transition */
	transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
	display: block;
	opacity: 1;
}
.carousel-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
aside .card {
	height: auto;
}
aside .card-header {
	padding-left: 1.125rem;
	border-radius: 0px !important;
}
aside .list-group .list-group-item {
	padding-left: 0;
}
.list-group-item {
	padding: .1rem 1rem;
}
.smallest{
	font-size: 1em 
}
#contact .card{
	border: 1px solid #757575 !important;
}
.card {
	height: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.hover:hover{
	background:#cc0012;
	color:#fff 
}
.card.box{
	height: 50vh 
}
#contact ul {
	list-style: none;
	text-decoration: none;
}
.btn-social {
	padding: 15px;
	color: #212121;
}
.dropdown-menu {
	width: 100%;
}
.nav-item:hover {
	color: #C8102E;
}
.st0 {
	fill: #FF6A14;
}
.social li {
	display: inline;
	padding: 5px;
	font-size: 1em;
}
.news .card-body {
	padding: 25px 0 !important;
}
@media print, screen and (max-width: 768px) {
	.column-main {
		min-width: 100%;
		padding-left: .9375rem;
		padding-right: .9375rem;
   }
	.direct a {
		font-size: 1em;
		text-decoration: none;
		color: #fff;
   }
	.social {
		margin-top: 0px;
   }
	.direct-sm a {
		font-size: 1.2em;
		text-decoration: none;
   }
	.carousel-item.home {
		min-height: calc(100vh - 72px);
   }
	.carousel-item.home img {
		-o-object-fit: cover;
		object-fit: cover;
		height: calc(100vh - 72px);
   }
	.carousel-item.multi {
		min-height: 450px;
   }
	.carousel-item.multiple {
		min-height: 450px;
   }
	.cap {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2;
   }
	.overlay {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: .75;
		z-index: -1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
   }
	.cap-left {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2;
   }
	.overlay-left {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: .75;
		z-index: -1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
   }
	.cap-right {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2;
   }
	.overlay-right {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: .75;
		z-index: -1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
   }
}
.gallery__container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-right: 1.125rem;
	padding-left: 1.125rem;
}
.accordion>li{
	text-decoration: none;
}
.separator {
	width: var(--width);
	height: var(--height);
	background-image: -webkit-gradient(linear, left top, right bottom, from(var(--top-color)), color-stop(50%, var(--top-color)), color-stop(50%, var(--bottom-color)), to(var(--bottom-color)));
	background-image: linear-gradient(to bottom right, var(--top-color), var(--top-color) 50%, var(--bottom-color) 50%, var(--bottom-color));
}
.separator.reverse {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.vertical .separator.reverse {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.home-hero__header a {
	color: #ffffff;
}
.card-cover h2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.home-hero__container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100vh - 772px);
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero__container {
		min-height: calc(100vh - 372px);
   }
}
.home-hero__cta-container, .home-hero__header-container {
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	padding-right: .9375rem;
	padding-left: .9375rem;
	padding-bottom: 6rem;
}
.home-hero__header-container {
	margin-top: 0px;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero__header-container {
		margin-top: 0px;
   }
}
.home-hero__header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-size: calc(1rem + 2vw);
	font-style: normal;
	font-weight: 800;
}
.home-hero__headerP {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-bottom: .5rem;
	font-size: calc(.7rem + .5vw);
	font-style: normal;
	font-weight: 400;
	font-family: "Karla", sans-serif;
	line-height: 1.5em 
}
.home-hero__header a:hover {
	text-decoration: underline;
}
.home-hero__cta-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: start;
	width: 100%;
	padding-bottom: 60px;
	padding-right: .9375rem;
	padding-left: .9375rem;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero__cta-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 100%;
	   /*! padding-right: 1.25rem;
		*/
	   /*! padding-left: 1.25rem;
		*/
   }
}
.home-hero__cta-standard {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.home-hero__cta-standard.dark {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#212121;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.home-hero__cta-standard:hover {
	color: #ffffff;
}
.home-hero__cta-standard.dark:hover {
	color: #cc0012;
}
.home-hero__cta-standard:after {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #C8102E;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.home-hero__cta-standard:focus:after, .home-hero__cta-standard:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home-hero__cta-header {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero__cta-header {
		-webkit-font-smoothing: antialiased;
		font-size: 1rem;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
		margin-bottom: 10px;
		color: #fff;
		font-family: "Oswald", sans-serif;
   }
}
.home-hero__cta-small-link {
	-webkit-font-smoothing: antialiased;
	font-size: 1rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	color: #fff;
	font-family: "Oswald", sans-serif;
}
.home-hero__cta-small-link:after, .cta-link:after {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	position: absolute;
	bottom: -6px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.home-hero__cta-small-link:focus:after, .home-hero__cta-small-link:hover:after, .cta-link:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero__cta-small-link {
		display: none;
   }
}
.home-hero__cta-small {
	position: relative;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.home-hero__cta-small {
		padding-right: 10px;
		padding-left: 10px;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero__cta-small {
		display: none;
   }
}
.home-hero__cta-large {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero__cta-large {
		display: block;
   }
}
.home-hero__cta-large .cta__standard:focus, .home-hero__cta-large .cta__standard:hover, .home-hero__cta-large .lib-cta__standard:focus, .home-hero__cta-large .lib-cta__standard:hover {
	background: none;
}
.home-hero__overlay {
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}
.home-hero__black-gradient, .black-overlay {
	background:linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.9));
}
/*Academics Hero*/
.home-hero-academics__header a {
	color: #ffffff;
}
.home-hero-academics__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: calc(100vh - 272px);
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__container {
		height: calc(100vh - 672px);
   }
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics__container {
		height: calc(100vh - 472px);
   }
}
@media print, screen and (min-width: 28em) {
	.home-hero-academics__container {
		height: calc(100vh - 472px);
   }
}
.home-hero-academics__cta-container, .home-hero-academics__header-container {
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	padding-right: .9375rem;
	padding-left: .9375rem;
}
.home-hero-academics__header-container {
	margin-top: 0px;
	text-align: center;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__header-container {
		margin-top: 0px;
   }
}
.home-hero-academics__header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	font-size: 3.625rem;
	font-style: normal;
	font-weight: 800;
	color: #fff;
}
.home-hero-academics__headerP {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics__header {
		padding-right: .9375rem;
		padding-left: .9375rem;
   }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.home-hero-academics__header {
		font-size: 2.5em;
   }
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics__header {
		font-size: 4.5em;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__header {
		font-size: 4.625em;
   }
}
.home-hero-academics__header a:hover {
	text-decoration: underline;
}
.home-hero-academics__cta-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
   }
}
@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
	.home-hero-academics__cta-column {
		padding-right: .9375rem;
		padding-left: .9375rem;
   }
}
.home-hero-academics__cta-standard {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.home-hero-academics__cta-standard:hover {
	color: #ffffff;
}
.home-hero-academics__cta-standard:after {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #C8102E;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.home-hero-academics__cta-standard:focus:after, .home-hero-academics__cta-standard:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home-hero-academics__cta-header {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-header {
		-webkit-font-smoothing: antialiased;
		font-size: 1rem;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
		margin-bottom: 10px;
		color: #fff;
		font-family: "Oswald", sans-serif;
   }
}
.home-hero-academics__cta-small-link {
	-webkit-font-smoothing: antialiased;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	color: #fff;
	font-family: "Oswald", sans-serif;
}
@media print, screen and (min-width: 48em) {
	.home-hero-academics__cta-small-link {
		padding: 10px;
   }
}
.home-hero-academics__cta-small-link:after {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	position: absolute;
	bottom: -6px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
}
.home-hero-academics__cta-small-link:focus:after, .home-hero__cta-small-link:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-small-link {
		display: none;
   }
}
.home-hero-academics__cta-small {
	position: relative;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.home-hero-academics__cta-small {
		padding-right: 10px;
		padding-left: 10px;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-small {
		display: none;
   }
}
.home-hero-academics__cta-large {
	display: none;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__cta-large {
		display: block;
   }
}
.home-hero-academics__cta-large .cta__standard:focus, .home-hero-academics-large .cta__standard:hover, .home-hero-academics__cta-large .lib-cta__standard:focus, .home-hero-academics__cta-large .lib-cta__standard:hover {
	background: none;
}
.home-hero-academics__overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}
.home-hero-academics__animated-gradient {
	background-color: #000;
}
.home-hero-academics__black-gradient, .black-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.home-hero-academics__navy-gradient {
	background: linear-gradient(1turn, #000 10%, #171b48 30%);
}
.home-hero-academics__headline-navy-gradient {
	background: rgba(23, 27, 72, 0.7);
	padding: 5px;
	max-width: 85%;
	margin: 0 auto;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__headline-navy-gradient {
		max-width: 100%;
		padding: 15px;
   }
}
.home-hero-academics__hero-links-black-gradient {
	background-color: rgba(0, 0, 0, 0.7);
	max-width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
	.home-hero-academics__hero-links-black-gradient {
		padding-left: 10%;
   }
}
.home-hero-academics__cta-container.home-hero-academics__hero-links-black-gradient {
	padding-bottom: 120px;
}
.home-hero-academics__cta-top-space {
	position: relative;
	top: 60px;
}
.hero__bg {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
}
.mason {
	text-decoration: none;
	list-style: none;
}
#masonary .bg-ember:hover {
	background-color: #cc0002;
}
#masonary .bg-dark:hover {
	background-color: #cc0002;
}
#color-box{
	transition:background-color 1s 
}
#color-box.bg-ember.hover:hover {
	background-color: #cc0002;
	transition:background-color 1s 
}
#color-box.bg-ga.hover:hover {
	background-color: #ff6a14;
	transition:background-color 1s linear 
}
#color-box.bg-lake.hover:hover {
	background-color: #A0D1CA;
	transition:background-color 1s linear 
}
.box h1 {
	font-size: 4rem;
	text-align: center;
	font-weight: 800;
	line-height: 1.1em;
	font-family: "Oswald", sans-serif;
}
.box p {
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
}
.color-box h1 {
	font-size: 2rem;
	text-align: center;
	font-weight: 800;
	line-height: 2rem;
	font-family: "Oswald", sans-serif;
}
.color-box p {
	font-size: 1.1rem;
	line-height: 1.2em;
	text-align: center;
}
.news-box {
	font-size: 1.2rem;
	padding-left: .125rem;
	text-transform: uppercase;
}
@media print, screen and (max-width: 48em) {
	.box p {
		font-size: 1rem;
		text-transform: uppercase;
		line-height: 1em;
		text-align: center;
   }
	.color-box h1 {
		font-size: 1.5rem;
		text-align: center;
		font-weight: 800;
		line-height: 1.1em;
		font-family: "Oswald", sans-serif;
   }
	.color-box p {
		font-size: 1rem;
		line-height: 1em;
		text-align: center;
   }
	.news-box {
		font-size: 1rem;
		padding-left: .125rem;
   }
}
@media (max-width: 1291px) {
	.home-hero__container {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: calc(100vh - 272px);
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.7);
   }
	.cap {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2;
   }
	.overlay {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: .75;
		z-index: -1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
   }
	.cap-left {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2;
   }
	.overlay-left {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: .75;
		z-index: -1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
   }
	.cap-right {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 2;
   }
	.overlay-right {
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: .75;
		z-index: -1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
   }
}
.column__container {
   /* max-width: 1279px;
	*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px auto 0px auto;
	padding-top: 30px;
	padding-bottom: 30px 
}
.column__main {
	padding-right: 1.125rem;
   /*! padding-left: 1.125rem;
	*/
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70.83333%;
	flex: 0 0 70.83333%;
	max-width: 70.83333%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
@media print, screen and (max-width: 48em) {
	.column__main {
		padding-right: .9375rem;
		padding-left: .9375rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90.83333%;
		flex: 0 0 90.83333%;
		max-width: 90.83333%;
   }
}
@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
	.sidebar-wrapper {
		padding-right: .9375rem;
		padding-left: .9375rem;
		list-style: none;
   }
}
.column__side-nav-wrapper {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 98%;
	flex: 0 0 98%;
	max-width: 98%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	list-style: none;
}
@media print, screen and (min-width: 64.0625em) {
	.column__side-nav-wrapper {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 29.16667%;
		flex: 0 0 29.16667%;
		max-width: 29.16667%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
		list-style: none;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.side-nav__large {
		display: block;
		margin-bottom: 30px;
		list-style: none;
   }
}
.side__cta-links-small {
	width: 100%;
}
.side-nav_large {
	display: block;
	margin-bottom: 30px;
}
.side-nav_list {
	border: 0;
	border-bottom: 1px #e5e5e5;
	border-style: solid;
	list-style: none;
}
.side-nav_list-item {
	border: 0;
	border-top: 1px #e5e5e5;
	border-style: solid;
	list-style: none;
}
.related.side-nav_list {
	border: 0;
	list-style: none;
	width: 50%;
}
.related.side-nav_list-item {
	border: 0;
	list-style: none;
}
.side-nav_list-item-folder {
	border: 0;
	border-top: 1px #e5e5e5;
	border-style: solid;
	list-style: none;
}
#asideCTA .cta__side-nav {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: .6rem;
	padding-right: .5rem;
}
.cta__side-nav {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}
.cta__side-nav.link-directory {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	color: #757575;
}
.cta__side-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #757575;
	text-decoration: none 
}
.related .cta__side-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #ff6a14;
	line-height: .1rem;
}
.cta__side-nav .cta__side-nav--copy {
	font-weight: 600;
 	line-height: 1.3rem;

}
.cta__side-nav.active .cta__side-nav--copy {
	color: #cc0002;
	line-height: 1.3rem;
	font-weight: 600;
}
.cta__side-nav.active .cta__side-nav--copy:hover {
	-webkit-text-decoration: underline 1px solid;
	text-decoration: underline 1px solid;
}
.side__cta-link {
	list-style: none;
}
.info-button {
	list-style: none;
}
.deptName {
	font-family: "EB Garamond", serif;
	font-size: 2.5rem;
	font-weight: 600;
	color: #ffffff;
}
#block {
	width: 100%;
}
#deptNav {
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#deptHead {
	background: linear-gradient(-45deg, #212121, #212121, #C8102E, #212121);
	background-size: 400% 400%;
	-webkit-animation: gradient 30s ease infinite;
	animation: gradient 30s ease infinite;
}
@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
   }
	50% {
		background-position: 100% 50%;
   }
	100% {
		background-position: 0% 50%;
   }
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
   }
	50% {
		background-position: 100% 50%;
   }
	100% {
		background-position: 0% 50%;
   }
}
.breadcrumb {
	margin-top: 1rem;
	font-size: .75rem;
}
.breadcrumb.dept {
	padding-left: 1.5rem;
	margin-top: 1rem;
	font-size: .75rem;
}
.breadcrumb-item {
	color: #cc0002;
}
.breadcrumb-item a {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: color;
	transition-property: color;
	font-size: .95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.16667;
	color: #757575;
	outline: 0;
}
.breadcrumb-item a:hover {
	text-decoration: underline;
}
.breadcrumb-item.active a {
	color: #757575;
}
.nav-arrow {
	content: url(/image/nav-arrow.svg);
	width: 15px;
	height: 15px;
	display: inline-block;
}
.nav-arrow bonfire {
	content: url(/image/nav-arrow.svg);
	width: 15px;
	height: 15px;
	display: inline-block;
	fill: #cc0012;
}
.nav-arrow flame {
	content: url(/image/nav-arrow.svg);
	width: 15px;
	height: 15px;
	display: inline-block;
	fill: #ff6a14;
}
#asideCTA .cta__side-nav .cta__arrow-side-nav {
	fill: #ff6a14;
}
.cta__side-nav.active .cta__arrow-side-nav {
	fill: #ff6a14;
}
.cta__side-nav.folder:hover {
	color: #757575;
	-webkit-text-decoration: underline 1px solid;
	text-decoration: underline 1px solid;
}
.cta__side-nav.folder .cta__arrow-side-nav {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: ease-in-out all .4s;
	transition: ease-in-out all .4s;
}
.side-nav_list-item-folder:hover > .cta__side-nav.folder .cta__arrow-side-nav {
	fill: #ff6a14;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: ease-in-out all .4s;
	transition: ease-in-out all .4s;
}
.cta__arrow-side-nav {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: fill;
	transition-property: fill;
	fill: #757575;
}
.cta__arrow-side-nav.ga {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: fill;
	transition-property: fill;
	fill: #fff;
}
.cta__arrow-side-nav.flame {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: fill;
	transition-property: fill;
	fill: #cc0012;
}
.cta__arrow-side-nav.link-directory {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: fill;
	transition-property: fill;
	fill: #00968f;
}
.cta__side-nav.link-directory:hover {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-webkit-transition-property: fill;
	transition-property: fill;
	color: #00968f;
}
.cta__arrow, .cta__featured-copy {
	display: inline-block;
	padding: 4px 6px;
}
a:hover {
	color: inherit;
}
.carousel-item.multi .col, .carousel-item.multi .col-sm, .carousel-item.multi .col-md {
	margin-top: 7%;
	min-height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.carousel-item.multiple .col, .carousel-item.multiple .col-sm, .carousel-item.multiple .col-md {
	margin-top:8%;
	margin-bottom:2%;
	min-height:350px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.caption {
	position: absolute;
	bottom: 15%;
}
.figure-caption {
	color: #212121;
	line-height:1.5em;
	padding-bottom:2em 
}
.subhead {
	color: #212121;
	font-size: 3.5em;
	text-transform: uppercase;
	padding: 15px;
	font-family: "Oswald", sans-serif;
	line-height: .9em;
}
#featured-3 i {
	font-size: 5em;
}
.dark-feature {
	font-family: "EB Garmond", serif;
	font-size: 4rem;
	line-height: .7em;
}
.small {
	font-family: "Oswald", sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .2em;
	color: #ffffff;
}
.biggie {
	font-size: 5rem;
	color: #C8102E;
	font-weight: 800;
}
.numbers_copy {
	font-size: 1.5rem;
	color: #C7C9C7;
	font-family: "EB Garmond", serif;
	line-height: -8em;
}
.numbers_copy::after {
	display: block;
	content: "";
	border-bottom: 0.2rem solid #C7C9C7;
	width: 100%;
	margin: .1em 0 .1em 0;
	padding-top: 10px;
}
.heading {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #912133;
}
.facts-figures__container {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
   /*! margin: 60px auto;
	*/
	padding-left: .9375rem;
	padding-right: .9375rem;
}
.facts-figures__facts-figures-wrapper, .facts-figures__wrapper-small-module {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}
.facts-figures__wrapper-small-module {
	border: 0;
	border-bottom: 1px #e5e5e5;
	border-style: solid;
	padding: 15px;
}
.facts-figures__kicker-container {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 10px;
	padding-right: .975rem;
}
.facts-figures__kicker-container.dept-module {
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 0rem;
	padding-right: 0rem;
}
.accreditation-label {
	-webkit-box-flex: 0;
	max-width: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: "Oswald", sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 2;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.facts-figures__kicker a {
	color: #c8102e;
}
.facts-figures__kicker a:hover {
	color: #ff6a14;
}
.page-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	-webkit-font-smoothing: antialiased;
	font-family: "EB Garmond", serif;
	font-size: 4.2em;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
	color: #ffffff;
}
.karla-heavy {
	font-family: "Karla", sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
.facts-figures__body {
	padding-bottom: 20px;
}
.facts-figures__body.dept-module {
	padding: 0;
}
.custom-cards__yo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: "Karla", sans-serif;
	font-size: calc(1.2rem + .2vw);
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.facts-figures__wrapper {
	margin-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
	.facts-figures__wrapper {
		margin-bottom: 60px;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.facts-figures__wrapper {
		margin-bottom: 0;
   }
}
.facts-figures__wrapper:last-child {
	margin-bottom: 0;
}
.facts-figures__body-small-module {
	padding-bottom: 30px;
}
.facts-figures__three-cards, .numbers, .eggroll {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 1.05rem;
	padding-left: 1.05rem;
}
@media print, screen and (min-width: 48em) {
	.facts-figures__three-cards {
		padding-right: .9375rem;
		padding-left: .9375rem;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.facts-figures__three-cards {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 100%;
		padding-right: 1.25rem;
		padding-left: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.facts-figures__two-cards {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 1.25rem;
		padding-left: 0;
   }
}
@media print, screen and (min-width: 64.0625em) and (min-width: 48em) {
	.facts-figures__three-cards {
		padding-right: .9375rem;
		padding-left: .9375rem;
   }
}
@media print, screen and (min-width: 48em) {
	.facts-figures__three-cards {
		padding-left: 0;
   }
}
@media print, screen and (min-width: 64.0625em) {
	.facts-figures__three-cards {
		padding-left: 0;
   }
}
.facts-figures__subheader {
	font-family: "Oswald", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	color: #C8102E;
   /* padding-right: .9375rem;
	*/
   /* padding-left: .9375rem;
	*/
}
.facts-figures__subheader.dept-module {
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	color: #C8102E;
	padding-right: 0rem;
	padding-left: 0rem;
}
.facts-figures__copy {
	font-family: "EB Garmond", serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.33333;
	color: #212121;
	font-style: italic;
   /* padding-right: .9375rem;
	*/
   /* padding-left: .9375rem;
	*/
}
.facts-figures__copy.dept-module {
	font-family: "EB Garmond", serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.33333;
	color: #212121;
	font-style: italic;
	padding-right: 0rem;
	padding-left: 0rem;
}
.image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}
.homepage-hero__container>div iframe {
	width: 100vw;
	height: 56.25vw;
   /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 200vh;
	min-width: 250.77vh;
   /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#diagonal {
	background: #ffffff;
	background-image: -webkit-linear-gradient(150deg, #912133 35%, #ffffff 35%);
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 20px;
}
#diagonal-reverse {
	background: #C8102E;
	background-image: -webkit-linear-gradient(-150deg, #912133 35%, #C8102E 75%);
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 20px;
}
#diagonal-accent {
	background: #212121;
	background-image: -webkit-linear-gradient(-150deg, #A0D1CA 35%, #212121 35%);
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 20px;
}
#diagonal-ember {
	background: #912133;
	background-image: -webkit-linear-gradient(150deg, #C8102E 35%, #912133 35%);
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 20px;
}
.brand-tactic__kicker {
	-webkit-font-smoothing: antialiased;
	font-family: "Oswald", sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	line-height: .2em;
}
.brand-tactic__subheader {
	font-family: "EB Garmond", serif;
	font-size: 4rem;
	font-style: normal;
	font-weight: 800;
	text-transform: lowercase;
	line-height: .2em;
}
.brand-tactic__subheader::after {
	display: block;
	content: "";
	border-bottom: 0.2rem solid #FF6A14;
	width: 25%;
	margin: 1.5rem .2rem .6rem 0;
}
.brand-tactic__copy {
	font-weight: 400;
	line-height: 1.33333;
}
.diagonal-svg {
	background: url(/_files/css/img/dome5.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.highlight {
	background: linear-gradient(91deg, #c8102e, #ff6a14);
	background-size: 400% 400%;
	-webkit-animation: featureGradiant 12s ease infinite;
	animation: featureGradiant 12s ease infinite;
}
@-webkit-keyframes featureGradiant {
	0% {
		background-position: 0% 51%;
   }
	50% {
		background-position: 100% 50%;
   }
	100% {
		background-position: 0% 51%;
   }
}
@keyframes featureGradiant {
	0% {
		background-position: 0% 51%;
   }
	50% {
		background-position: 100% 50%;
   }
	100% {
		background-position: 0% 51%;
   }
}

.form-check{

	display: flex;
	align-items: center;
	justify-content: start
	
}

input[type=checkbox] {
	/* Add if not using autoprefixer */
	 -webkit-appearance: none;
	/* Remove most all native input styles */
	 -moz-appearance: none;
	 appearance: none;
	/* For iOS < 15 */
	 margin: 1em;
	 font: inherit;
	 color: #c8102e;
	 width: .9em;
	 height: 1.5em;
	 border: 0.12em solid #757575;
	 border-radius: 0;
	 transform: translateY(.3em);
	 display: inline-grid;
	 place-content: center;
}

.form-check input[type=checkbox] {
	/* Add if not using autoprefixer */
	 -webkit-appearance: none;
	/* Remove most all native input styles */
	 -moz-appearance: none;
	 appearance: none;
	/* For iOS < 15 */
	 font: inherit;
	 color: #c8102e;
	 width: 1.6em;
	 height: 1.5em;
	 border: 0.12em solid #757575;
	 border-radius: 0;
	 transform: translateY(.3em);
	 display: inline-grid;
	 place-content: center;
}
 input[type=checkbox]::before {
	 content: "";
	 width: 0.75em;
	 height: 1em;
	 -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	 clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	 transform: scale(0);
	 transform-origin: bottom left;
	 transition: 120ms transform ease-in-out;
	 box-shadow: inset 1em 1em currentColor;
	/* Windows High Contrast Mode */
	 background-color: #ff6a14 
}
 input[type=checkbox]:checked::before {
	 transform: scale(1);
}
 input[type=checkbox]:focus {
	 outline: max(2px, 0.15em) solid currentColor;
	 outline-offset: max(2px, 0.15em);
}
 input[type=checkbox]:disabled {
	 --form-control-color: var(--form-control-disabled);
	 color: var(--form-control-disabled);
	 cursor: not-allowed;
}
 .form-control + .form-control {
	 margin-top: 1em;
}
 .form-control--disabled {
	 color: var(--form-control-disabled);
	 cursor: not-allowed;
}
.form-control{
   width: auto;
  overflow: visible;
  font: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  line-height: normal;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  outline: 0;
  font-family: "Karla",sans-serif;
  font-size: calc(1rem - .09vw);
  font-style: normal;
  line-height: 1.5;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  border: 2px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  padding: 15px;
  color: #1e1e11;
  margin: 10px 0 0;
}
.form-control + .form-control {
	margin-top: 1em;
}
.form-control--disabled {
	color: var(--form-control-disabled);
	cursor: not-allowed;
}

.form-check-input{
	width: 2rem;
}
 input[type=radio] {
	/* Add if not using autoprefixer */
	 -webkit-appearance: none;
	/* Remove most all native input styles */
	 -moz-appearance: none;
	 appearance: none;
	/* For iOS < 15 */
	 background-color: var(--form-background);
	/* Not removed via appearance */
	 margin: 1em;
	 font: inherit;
	 color: #c8102e;
	 width: .6em;
	 height: 1.7em;
	 border: 0.15em solid #757575;
	 border-radius: 50%;
	 transform: translateY(-0.075em);
	 display: inline-grid;
	 place-content: center;
}
 input[type=radio]::before {
	 content: "";
	 width: 0.75em;
	 height: 0.85em;
	 -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	 clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	 transform: scale(0);
	 transform-origin: bottom center;
	 transition: 120ms transform ease-in-out;
	 box-shadow: inset 2em 1em #c8102e;
	/* Windows High Contrast Mode */
	 background-color: #333;
}
 input[type=radio]:checked::before {
	 transform: scale(1);
}
 input[type=radio]:focus {
	 outline: max(2px, 0.15em) solid #333;
	 outline-offset: max(2px, 0.15em);
}
.form-control + .form-control {
	margin-top: 1em;
}
.form-control--disabled {
	color: var(--form-control-disabled);
	cursor: not-allowed;
}
input[type=radio] {
   /* Add if not using autoprefixer */
	-webkit-appearance: none;
   /* Remove most all native input styles */
	-moz-appearance: none;
	appearance: none;
   /* For iOS < 15 */
	background-color: var(--form-background);
   /* Not removed via appearance */
	margin: 1em;
	font: inherit;
	color: #c8102e;
	width: 1.15em;
	height: 1.5em;
	border: 0.15em solid #757575;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: inline-grid;
	place-content: center;
}
input[type=radio]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	-webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
   /* Windows High Contrast Mode */
	background-color: #ff6a14;
}
input[type=radio]:checked::before {
	transform: scale(1);
}
input[type=radio]:focus {
	outline: max(2px, 0.15em) solid currentColor;
	outline-offset: max(2px, 0.15em);
}
input[type=radio]:disabled {
	--form-control-color: var(--form-control-disabled);
	color: var(--form-control-disabled);
	cursor: not-allowed;
}

footer li{
	list-style: none
}

/*! wysiwyg.css v0.0.3 | MIT License | github.com/jgthms/wysiwyg.css */
 .wysiwyg {
	 line-height: 1.6;
}
 .wysiwyg a {
	 text-decoration: none;
	 color:#c8102e;
}
 .wysiwyg a:hover {
	 border-bottom: 1px solid 
}
 .wysiwyg abbr {
	 border-bottom: 1px dotted;
	 cursor: help 
}
 .wysiwyg cite {
	 font-style: italic 
}
 .wysiwyg hr {
	 background: #e6e6e6;
	 border: none;
	 display: block;
	 height: 1px;
	 margin-bottom: 1.4em;
	 margin-top: 1.4em 
}
 .wysiwyg img {
	 vertical-align: text-bottom 
}
 .wysiwyg ins {
	 background-color: lime;
	 text-decoration: none 
}
 .wysiwyg mark {
	 background-color: #ff0 
}
 .wysiwyg small {
	 font-size: 1.2em 
}
 .wysiwyg strong {
	 font-weight: 600 
}
 .wysiwyg sub, .wysiwyg sup {
	 font-size: 0.8em 
}
 .wysiwyg sub {
	 vertical-align: sub 
}
 .wysiwyg sup {
	 vertical-align: super 
}
 .wysiwyg dl, .wysiwyg ol, .wysiwyg ul, .wysiwyg blockquote, .wysiwyg pre, .wysiwyg table {
	 margin-bottom: 1rem;
}
 .wysiwyg p:last-child, .wysiwyg dl:last-child, .wysiwyg ol:last-child, .wysiwyg ul:last-child, .wysiwyg blockquote:last-child, .wysiwyg pre:last-child, .wysiwyg table:last-child {
	 margin-bottom: 0 
}
 .wysiwyg p:empty {
	 display: none 
}
 .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
	 font-weight: 600;
	 line-height: 1.2 
}
 .wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child {
	 margin-top: 0 
}
 .wysiwyg h1 {
	 font-size: 2.4em;
	 margin-bottom: 0.58333em;
	 margin-top: 0.58333em;
	 line-height: 1 
}
 .wysiwyg h2 {
	 font-size: 2em;
}
 .wysiwyg h3 {
	 font-size: 1.3em;
}
 .wysiwyg h4 {
	 font-size: 1.2em;
}
 .wysiwyg h5 {
	 font-size: 1.1em;
}
 .wysiwyg h6 {
	 font-size: 1em;
}
 .wysiwyg dd {
	 margin-left: 1.4em 
}
 .wysiwyg ol, .wysiwyg ul {
	 list-style-position: outside;
	 margin-left: 1.4em 
}
 .wysiwyg ol {
	 list-style-type: decimal 
}
 .wysiwyg ol ol {
	 list-style-type: lower-alpha 
}
 .wysiwyg ol ol ol {
	 list-style-type: lower-roman 
}
 .wysiwyg ol ol ol ol {
	 list-style-type: lower-greek 
}
 .wysiwyg ol ol ol ol ol {
	 list-style-type: decimal 
}
 .wysiwyg ol ol ol ol ol ol {
	 list-style-type: lower-alpha 
}
 .wysiwyg ul {
	 list-style-type: disc 
}
 .wysiwyg li::marker{
	 color:#FF6a14 
}
 .wysiwyg ul ul {
	 list-style-type: circle 
}
 .wysiwyg ul ul ul {
	 list-style-type: square 
}
 .wysiwyg ul ul ul ul {
	 list-style-type: circle 
}
 .wysiwyg ul ul ul ul ul {
	 list-style-type: disc 
}
 .wysiwyg ul ul ul ul ul ul {
	 list-style-type: circle 
}
 .wysiwyg blockquote {
	 border-left: 4px solid #e6e6e6;
	 padding: 0.6em 1.2em 
}
 .wysiwyg blockquote p {
	 margin-bottom: 0 
}
 .wysiwyg code, .wysiwyg kbd, .wysiwyg samp, .wysiwyg pre {
	 -moz-osx-font-smoothing: auto;
	 -webkit-font-smoothing: auto;
	 background-color: #f2f2f2;
	 color: #333;
	 font-size: 0.9em 
}
 .wysiwyg code, .wysiwyg kbd, .wysiwyg samp {
	 border-radius: 3px;
	 line-height: 1.77778;
	 padding: 0.1em 0.4em 0.2em;
	 vertical-align: baseline 
}
 .wysiwyg pre {
	 overflow: auto;
	 padding: 1em 1.2em 
}
 .wysiwyg pre code {
	 background: none;
	 font-size: 1em;
	 line-height: 1em 
}
 .wysiwyg figure {
	 margin-bottom: 2.8em;
	 text-align: center 
}
 .wysiwyg figure:first-child {
	 margin-top: 0 
}
 .wysiwyg figure:last-child {
	 margin-bottom: 0 
}
 .wysiwyg figcaption {
	 font-size: 0.8em;
	 margin-top: 0.875em 
}
 .wysiwyg table {
	 width: 100% 
}
 .wysiwyg table pre {
	 white-space: pre-wrap 
}
 .wysiwyg th, .wysiwyg td {
	 font-size: 1.2em;
	 padding: 0.7em;
	 border: 1px solid #e6e6e6;
	 line-height: 1.4 
}
 .wysiwyg thead tr, .wysiwyg tfoot tr {
	 background-color: #f5f5f5 
}
 .wysiwyg thead th, .wysiwyg thead td, .wysiwyg tfoot th, .wysiwyg tfoot td {
	 font-size: 0.9em;
	 padding: 0.77778em 
}
 .wysiwyg thead th code, .wysiwyg thead td code, .wysiwyg tfoot th code, .wysiwyg tfoot td code {
	 background-color: #fff 
}
 .wysiwyg tbody tr {
	 background-color: #fff 
}
 .wysiwyg img{
	 max-width: 100%;
	 height: auto 
}

.cta{
 align-items: center;
 background-color: transparent;
 border: 2px solid #212121;
 box-sizing: border-box;
 color: #212121;
 cursor: pointer;
 display: inline-flex;
text-transform:uppercase;
  line-height: 1.5;
 font-size: .75rem;
 font-weight: 500;
 padding:0.625rem 1.5rem 0.5rem;
 justify-content: center;
 text-align: center;
 text-decoration: none;
 transition: all .3s;
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
 width:100%;
 vertical-align:bottom;
 margin-bottom:.5rem;
}
.cta:focus {
 color: #171e29;
 
}
.cta:hover {
 background-color: #212121;
 border-color: #212121;
 color:#fff
}