/* GENERAL SITE CSS */
 #hero {
	 background: #fff url(../../assets/img/scholes-hall-banner.jpg) top center no-repeat;
	 background-size: cover;
	 height: 450px;
}
 #home #hero {
	background: none;
	 height:0;
}
 #home-v2 #hero {
	 background-image: url(../../assets/img/scholes-hall-banner.jpg);
	 background-size: cover;
	 height: 600px;
	 overflow:hidden;
	 background-position: bottom;
}
 .hero-box {
	 background-color: rgba(193, 0, 55, 0.85);
	 border: 2px solid #fff;
	 color: #ffffff;
	 padding: 20px;
	 text-align: left;
	 z-index: 10;
	 margin-top:300px;
}
 .hero-box a {
	 color:#ffffff;
	 text-decoration:underline;
}
 caption, h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	 color:#63666a;
}
 .pd-30 {padding: 30px 0 30px;}
 .pd-50 {padding: 50px 0 50px;}
 .mb-20 {margin-bottom:20px;}
 .mb-30 {margin-bottom:30px;}
 .py-30 {padding:30px 0 30px;}
 .py-60 {padding:60px 0 60px;}
 
 .row-flex {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .card {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 min-width: 0;
	 word-wrap: break-word;
	 background-color: #fff;
	 background-clip: border-box;
	 border: 1px solid rgba(0, 0, 0, .125);
	 border-radius: 0;
}
 .card-body {
	 flex: 1 1 auto;
	 min-height: 1px;
	 padding: 1.25rem;
}
 .card-title {margin-bottom: 0.75rem;}
 
 .card .fa-lg {font-size:2em;}
 
 .h-100 {height: 100%!important;}
 
 .stretched-link::after {
	 position: absolute;
	 display: block;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 1;
	 pointer-events: auto;
	 content: "";
	 background-color: transparent 
}
/* HOMEPAGE CALLOUTS */
 .unm-cherry-inverse {color: #ba0c2f;}
 .unm-turquoise-inverse {color: #007a86;}
 .unm-lobogray-inverse {color: #63666a;}
 .unm-deepdusk-inverse {color: #8a387c;}
 
/* HOMEPAGE ANNOUCEMENT AND FEATURED FACULTY SECTION */
 #announcements {
	 background: #007a86;
	 background-image: url(../../assets/img/banner-faculty-with-two-students.jpg);
	 background-size: cover;
	 padding:30px 0 30px;
}

#announcements h2 {color:#fff;}

#featured-faculty {
	color:#fff;
}
 #featured-faculty a, #featured-faculty a:hover {
	color:#fff;
}

a.white-link, a:hover.white-link {color:#fff;}
/*
 @media (max-width: 992px) {
	 #announcements {
		 background:#fff;
	}
	 #announcements {
		 color: #000;
	}
	 #featured-faculty {
		 margin: 30px -15px 0 -15px;
		 padding: 15px;
		 color: #222;
	}
}
*/
/* ABOUT */
 .panel {
	border-radius:0;
}
 #staff .panel {
	 background: #f6f6f6;
	 border: 0;
}
 .faculty-img {
	 border-radius: 50%;
	 border: 4px solid #ba0c2f;
}
 .grow {
	/*display: inline-block;
	*/
	 transition-duration: 0.3s;
	 transition-property: transform;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 transform: translateZ(0);
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
 .grow:hover {
	 transform: scale(1.05);
}
 .staff-img {
	 border-radius: 50%;
	 border: 4px solid #ba0c2f;
}
 #covid-alert {
	margin-bottom: 20px;
}
 #covid-alert a {
	 color: #fff;
	 text-decoration: underline;
}
 #home #upper {
	 background-color:#c10037;
	 color:#fff;
	 padding:30px 0 15px 0;
}
 .btn.toggle.collapsed::before {
	 content: "+ Show ";
}
 .btn.toggle::before {
	 content: "- Hide ";
}
 .mid {
	 text-align: center;
}
 .rotate {
	/* Safari */
	 -webkit-transform: rotate(-90deg);
	/* Firefox */
	 -moz-transform: rotate(-90deg);
	/* IE */
	 -ms-transform: rotate(-90deg);
	/* Opera */
	 -o-transform: rotate(-90deg);
	/* Internet Explorer */
	 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
 .about-header {
	 background-color: #c10037;
	 color: #fff;
	 padding: 8px 0px 8px 5px;
}
 .right-border {
	 border-right-style: inset;
}
 .announcement {
	 background-color: #5e5d60;
	 color: #fff;
	 border-top: thin solid #c10037;
	 padding: 6px 10px 8px 10px;
	 margin-bottom: 10px;
}
/* Calulator */
 .contractCalculator {
	 min-width:550px;
	 border:1px solid #000;
	 padding:5px;
}
 .dataIn, .dataOut {
	 float:right;
}
 .dataOut {
	 text-align:right;
	 max-width:100px;
}
 .dataInput {
	 padding-right:25px;
	 padding-top:7px;
	 padding-bottom:7px;
}
 .dataResult {
	 padding-left:25px;
	 border-left:1px solid #999;
}
 #yearly {
	 color:green;
}
 p.footer-column-header {
	 font-family: "Vitesse A","Vitesse B",Cambria,Rockwell,"Times New Roman",serif;
	 font-weight: 700;
	 line-height: 1.1;
	 color: inherit;
	 font-size: 18px;
}
/* HOMEPAGE STYLE RESET START */
 #home-v2 #main {
	 padding:0;
	 width:100%;
}
 #home-v2 #main > .container {
	 width: 100%;
	 padding: 0;
}
 #home-v2 #c #primary {
	 padding:0 !important;
}
 #home-v2 #c #secondary, #home-v2 #c #tertiary {
	 display: none;
}
 #home-v2 #upper > .container {
	 width: 100%;
	 padding: 0;
}
 #home-v2 #main > .container > .row {
	 margin: 0;
}
