
body {
	width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,h7,h8,h9 {
}

/*-------------------- Index Styles -------------*/

/*------------- Youtube Styles -------------*/

.ytp-impression-link-content, .ytp-chrome-top-buttons {
    display: none!important;
}


/* -------------------------------------------*/



.col-12.page-header-container {
	position: relative;
	display: block;
	width: 100%;
}

.page-header {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.banner-video-container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 1% 0;
	width:42%;
}

video{
	object-fit: contain;
}

.col-10.body-wrapper {
	position: relative;
	display: block;
	width:90%;
	margin: 0 auto;
	padding: 3rem 0;
}

.col-10.body-wrapper-sub {
	display: block;
	position: relative;
	margin: 0 auto;
}

.col-12.icon-container{
	position: relative;
	display: block;
	padding: 0 0 1% 0;
}

.col-12.icon-container a{
	text-decoration: none;
	font-size:1.5rem!important;
}

.col-4.item{
	position: relative;
	display: inline-block;
	width: 32%;
	transform: scale(.80);
}

.col-3.item{
	position: relative;
	display: inline-grid;
	width: 24%;
	transform: scale(.80);
}


.col-4.icon{
	position: relative;
	display: inline-block;
	width: 32%;
	transform: scale(.80);
    background-color: rgb(11,35,65);
	color:#fff;
	text-align: center;
	padding: 1%;
}

.col-4.icon:hover{
	transform: scale(.95);
	transition: transform .25s ease-out;
	background-color: #e86100;
	color:rgb(11,35,65);
}

.col-3.icon-btn{
	position: relative;
	display: inline-block;
	width: 24%;
	transform: scale(.80);
    background-color: rgb(11,35,65);
	color:#fff;
	text-align: center;
	padding: 1%;
}

.col-3.icon-btn:hover{
	transform: scale(.95);
	transition: transform .25s ease-out;
	background-color: #e86100;
	color:rgb(11,35,65);
}

.col-3.icon{
	position: relative;
	display: inline-block;
	width: 24%;
}

img.icon-image{
	position: relative;
	display: block;
	width: 100%;
}

.col-12.image-bars {
	position: relative;
	display: block;
	padding: 2rem 0;
}

img.image-bar-graphic {
	position:relative;
	display: block;
	width: 100%;
}

/* ------------------------ Icon Hover ---------------------------------*/
.container{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  box-lines: multiple;
	max-width: none;
}
.box{
  width: 25rem;
  height: 25rem;
  overflow: hidden;
  margin: 5px;
/*  border: 1px solid #000;*/
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.one {
	background: url('../images/ACLC6.png');
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.two {
	background: url('../images/ACLC7.png');
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.three {
	background: url('../images/ACLC5.png');
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.four {
	background: url('../images/ACLC8.png');
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
.cover{
  width: 100%;
  height: 100%;
  background: rgba(11,35,65,0.95);
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
  padding: 10%;
  color: #fff;
  overflow: hidden;
  text-shadow: 1px 1px 0px #000;

}
.cover-content {
	display: block;
	position: relative;
	top:4rem;
}
.cover .title{
  font-style: italic;
}
.box .cover .intro{
  line-height: 1.2em;
  height: 4.8em;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*
.cover .btn{
  padding: 0.5em 1em;
  margin: 0.5em;
  background: rgb(204,78,11);
  float: right;
  border-radius: 0.25em;
}
*/
/*
.btn a{
  color: #fff;
  text-decoration: none;
}
*/
.cover .date{
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 10pt;
}
.box .left{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
   left: 0px;
}
.box .right{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
   right: 0px;
}

.box .top{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
   top: 0px;
}
.box:hover .bottom{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
    bottom: 0px;
}
.box:hover .top-left{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
    top: 0px;
    left: 0px;
}
.box:hover .top-right{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
    top: 0px;
    right: 0px;
}
.box:hover .bottom-left{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
    bottom: 0px;
    left: 0px;
}
.box:hover .bottom-right{
  -webkit-transition: all 0.4s cubic-bezier(.99,.99,0,.61);
    bottom: 0px;
    right: 0px;
}
.left{
  left: -40rem;
}
.right{
  right: -40rem;
}
.top{
  top: -40rem;
}
.bottom{
  bottom: -40rem;
}
.top-left{
  top: -40rem;
  left: -40rem;
}
.top-right{
  top: -40rem;
  right: -40rem;
}
.bottom-left{
  bottom: -40rem;
  left: -40rem;
}
.bottom-right{
  bottom: -40rem;
  right: -40rem;
}
/* Ordering */
  .left{order:1;}
  .right{order:2;}
  .top{order:3;}
  .bottom{order:4;}
  .top-left{order:5;}
  .top-right{order:6;}
  .bottom-left{order:7;}
  .bottom-right{order:8;}



/* -----------------------------------------------------------------*/

/* ------------------------ Faculty Resources Styles ---------------- */

.col-12.images-row-container {
	position: relative;
	display: block;
}

.col-3.image-box {
	position: relative;
	display: inline-block;
	width: 24.5%;
}

.col-4.image-box {
	position: relative;
	display: inline-block;
	width: 32%;
}

img.images {
	position: relative;
	display: block;
	width: 100%;
}

.accordion-item:first-of-type .accordion-button, .accordion-body {
	font-size: 1.25rem;
}

.accordion-button:not(.collapsed) {
	font-size: 1.35rem;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.5rem !important;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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;
}
/* ---------------------- Student Resources STyles ---------------- */

.col-2.student-icon {
	display: inline-block;
	position: relative;
	width: 15%;
	padding: 1rem;
}

.student-icon-img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.col-10.student-txt {
	display: inline-block;;
	position: relative;
	width: 84%;
	float: right;
	padding-top: 6rem;
}

/* ------------------- Mell & Academic Styles ----------------- */

h2.number-style {
	font-size: 4rem;
	color: rgb(133,145,160);
	text-align: center;
}

h3.text-style {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 200;
}

.col-12.floor-plan-contain {
	width:100%;
}
.col-12.floor-plan-contain img {
	width:100%;
}

.footer-url-link span {
    color: #03244d;
}

@media only screen and (min-width: 3850px) {
	
	iframe {
		width:100%;
		height:50%;
	}
}


@media only screen and (max-width: 3840px) {
	
	iframe {
		width:100%;
		height:50%;
	}
}

@media only screen and (max-width: 3440px) {
   
	iframe {
		width:100%;
		height:44%;
	}
}

@media only screen and (max-width: 3000px) {
	iframe {
		width:100%;
		height:55%;
	}
}


@media only screen and (max-width: 2560px) {
	.banner-video-container {
		display: block;
		position: relative;
		width:50%;
		left:0;
	}
	
	iframe {
		width:100%;
		height:40%;
	}
}


@media only screen and (max-width: 1920px) {
  .banner-video-container {
		display: block;
		position: relative;
		width:50%;
		left:0;
	}
	
	iframe {
		width:100%;
		height:37%;
	}
}


@media only screen and (max-width: 1536px) {
   
	/* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:50%;
		left:0;
	}
	
	.col-4.icon {
		width: 32%;
	}
	
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:40%;
	}
 /*-----------------------------*/

}

@media only screen and (max-width: 1440px) {
   
	/* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:50%;
		left:0;
	}
	
	.col-4.icon {
		width: 32%;
	}
	
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:40%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.item {
		width:33%;
	}
	.col-3.icon-btn {
		width:23.5%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.item {
		width:48%;
	}

}

@media only screen and (max-width: 1366px) {
   
	/* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:50%;
		left:0;
	}
	
	.col-4.icon {
		width: 32%;
	}
	
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:40%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.item {
		width:33%;
	}
	.col-3.icon-btn {
		width:23.5%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.item {
		width:48%;
	}

}

@media only screen and (max-width: 1280px) {
   
	/* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:57%;
		left:0;
	}
	
	.col-4.icon {
		width: 32%;
	}
	
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:28%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.item {
		width:33%;
	}
	.col-3.icon-btn {
		width:48%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.item {
		width:48%;
	}

}

@media only screen and (max-width: 962px) {
	/* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		left:0;
	}
	
	.col-4.icon {
		width: 100%;
	}
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:70%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.item {
		width:33%;
	}
	.col-3.icon-btn {
		width:100%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.item {
		width:100%;
	}

}


@media only screen and (max-width: 800px) {
	/* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		left:0;
	}
	
	.col-4.icon {
		width: 100%;
	}
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:43%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.item {
		width:100%;
	}
	.col-3.icon-btn {
		width:100%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.item {
		width:100%;
	}

}

@media only screen and (max-width: 768px) {
   
	/* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		left:0;
	}
	
	.col-4.icon {
		width: 100%;
	}
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:43%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.item {
		width:100%;
	}
	.col-3.icon-btn {
		width:100%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.item {
		width:100%;
	}

}

@media only screen and (max-width: 601px) {
   /* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		left:0;
	}
	
	.col-4.icon {
		width: 100%;
	}
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:43%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.image-box {
		width:100%;
	}
	.col-4.item {
		width:100%;
	}
	.col-3.icon-btn {
		width:100%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.image-box {
		width:100%;
		margin: 0;
	}
	.col-3.item {
		width:100%;
	}
	
}


@media only screen and (max-width: 420px) {
   
	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		left:0;
	}
	
	.col-4.icon {
		width: 100%;
	}
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}

}

@media only screen and (max-width: 414px) {
   /* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		left:0;
	}
	
	.col-4.icon {
		width: 100%;
	}
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:28%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.image-box {
		width:100%;
	}
	.col-4.item {
		width:100%;
	}
	.col-3.icon-btn {
		width:100%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.image-box {
		width:100%;
		margin: 0;
	}
	.col-3.item {
		width:100%;
	}
	
}



@media only screen and (max-width: 375px) {
   /* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		left:0;
	}
	
	.col-4.icon {
		width: 100%;
	}
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:28%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.image-box {
		width:100%;
	}
	.col-4.item {
		width:100%;
	}
	.col-3.icon-btn {
		width:100%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.image-box {
		width:100%;
		margin: 0;
	}
	.col-3.item {
		width:100%;
	}
	
}


@media only screen and (max-width: 360px) {
   /* --------------Index --------------*/
	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		left:0;
	}
	
	.col-4.icon {
		width: 100%;
	}
	
	.col-10.body-wrapper {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 1rem 0;
	}
	
	iframe {
		height:28%;
	}
 /*-----------------------------*/
/* ------ Mell ------------*/
	.col-4.image-box {
		width:100%;
	}
	.col-4.item {
		width:100%;
	}
	.col-3.icon-btn {
		width:100%;
	}
/*--------------------------*/
/*---------- Academic Classroom -------------*/
	.col-3.image-box {
		width:100%;
		margin: 0;
	}
	.col-3.item {
		width:100%;
	}
	
}
