/* These styles are added to the main styles (style.css) */

@media only screen and (min-width: 64em) {

	.admission-and-cost__wrapper.content-container {
		max-width: 58rem;
	}

}

.calendar__wrapper {
	position: relative;
}

.loader__wrapper {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#calendar.loading .fc-body {
	opacity: 0.2;
}

.landing-hero__subtitle{
	font-size: 2.25rem!important;
}

.hero__video-container video{
	min-height: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.generic-content__item--events {
	position:relative;
	z-index: 2;
}

.pre-content h3{
	color: #063872;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2rem;
}

/* Related Items */
.related-items__wrapper {
	max-width: initial;
}

.related-items__title {
    font-weight: 900;
    margin-top: 0;
	margin-bottom: 2rem;
}

.related-items__list-item {
    margin: 0 0 1rem 0;
}

.landing-hero-breadcrumbs__quick-links-item a{
	padding: 0.83333rem !important;
	border: 4px solid #fff;
	margin: 0.25rem;
}

.page-template-page-future-students .landing-hero-breadcrumbs__quick-links-item a{
	border: 0;
}

.photo-block-carousel__name{
	color: #fff;
    margin: 18rem 0 0;
    text-transform: uppercase;
}

.photo-block-carousel__text{
	color: #fff;
    text-transform: uppercase;
	margin: 0;
}

.photo-carousel-content-area__photo{
	margin: auto 0;
}

.block-photo-carousel-content-area{
	background-color: rgb(225, 230, 236);
}

/* Related Items Asides */
aside.related-article{
	width: 50%;
    min-width: 18rem;
    border-top: solid;
    border-bottom: solid;
}

aside.related-article.left{
    float: left;
	text-align: left;
	margin: 0.2rem 1rem 0 0;
}

aside.related-article.right{
    float: right;
	text-align: right;
	margin: 0.2rem 0 0 1rem;
}

aside.related-article h6{
	margin: 0.5rem 0!important;
}

aside.related-article h4{
	line-height: 1;
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

aside.related-article h4 a{
	text-decoration: none!important;
}

@media screen and (max-width:768px){
	.hero__video-container{
		width: 100%;
		overflow: hidden;
		display: block; 
	}
	.hero__video-container #bg-video {
		margin-left: 0;
		display: block;
	}
	.touchevents .hero__video-container video {
		display: block;
	}
}

@media screen and (min-width:1000px){
	.cta-with-image {
		display: flex;
		align-items: center;
	}
	.cta-with-image.layout-left 	{ flex-direction: row; }
	.cta-with-image.layout-right 	{ flex-direction: row-reverse; }
	.cta-with-image.layout-top 		{ flex-direction: column; }
	.cta-with-image.layout-bottom { flex-direction: column-reverse; }
}

.cta-with-image__image {
	max-width: 78rem;
	width:95%;
}


.banner-title-image {
	margin: 1rem;
}
.banner-title-image img {
	max-width: 100%;
	max-height: 140px;
	object-fit: contain;
}
@media screen and (min-width:768px){
	.banner-title-image img {
		max-height: 200px;
	}
}

.form_container input,
.form_container select {
	border: 1px solid rgb(118, 118, 118);
}
#form_7f0efd52-d051-440e-8ba3-02f987f67f6b button {
	background-color: #20528c;
	color: white;
	text-transform: uppercase;
	padding: 1rem;
	font-weight: bold;
	font-family: futura-pt,sans-serif;
}