
body {
	width: 100%;
	overflow-x: hidden;
	font-size: 1.5rem;
}

h1,h2,h3,h4,h5,h6,h7,h8,h9 {
	font-size: 1.5rem;
}

p,a {
	font-size: 1.5rem!important;
}
/*-------------------- Index Styles -------------*/

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

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

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

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

.col-12.icon-container a{
	text-decoration: none;
	font-size:2rem!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{
	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 {
  position: relative;
  width: 100%!important;
  max-width: 100%!important;
  display: flex;
  flex-wrap: wrap;
}
.container .box {
  position: relative;
  width:23%;
  height: 20rem;
  margin: 0 1%;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
}
.icon-container {
	max-width: 100%;
}
.container .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: circle(400px at center 100px);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.container .box:hover .imgBx {
  clip-path: circle(45px at center 46px);
  transition-delay: 0s;
}
.container .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.container .box .content h2 {
  margin: 0;
  padding: 0;
}
.container .box .content a {
  text-decoration: none;
  background: #002417;
  color: #fff;
  padding: 5px;
  display: inline-block;
}
.container .box .content h2,
.container .box .content p,
.container .box .content a {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(20px);
}
.container .box:hover .content h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.container .box:hover .content p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}
.container .box:hover .content a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
/* -----------------------------------------------------------------*/

.carousel-inner {
    height: 40rem;
}
.w-100 {
    height: 40rem;
}
/* ------------------------ 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.5rem;
}

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

.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;
}

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



@media only screen and (min-width: 3840px) {
	.container .box {
		height: 37rem;
	}
	.carousel-inner {
		height: 48rem;
	}
	.w-100 {
		height: 48rem;
	}
}

@media only screen and (max-width: 3440px) {
   .container .box {
		height: 31rem;
	}
	.carousel-inner {
		height: 40rem;
	}
	.w-100 {
		height: 40rem;
	}
}

@media only screen and (max-width: 2560px) {
   .container .box {
		height: 25rem;
	}
	.carousel-inner {
		height: 37rem;
	}
	.w-100 {
		height: 37rem;
	}
}

@media only screen and (max-width: 1920px) {
   .container .box {
		height: 27rem;
	}
	.carousel-inner {
		height: 33rem;
	}
	.w-100 {
		height: 33rem;
	}
}

@media only screen and (max-width: 1600px) {
   .container .box {
	    width:33%;
		height: 24rem;
	    margin: 4% 8%;
	}
	.carousel-inner {
		height: 30rem;
	}
	.w-100 {
		height: 30rem;
	}
}

@media only screen and (max-width: 1366px) {
  
}

@media only screen and (max-width: 1280px) {
   .container .box {
	    width:40%;
		height: 24rem;
	    margin: 4% 5%;
	}
	.carousel-inner {
		height: 27rem;
	}
	.w-100 {
		height: 27rem;
	}
}

@media only screen and (max-width: 1200px) {
	.nav-item {
		width: 100%;
		text-align: center;
		border-right: 0px!important;
	}
	.col-3.image-box {
		position: relative;
		display: inline-block;
		width: 38%;
		margin: 5%;
	}
}

@media only screen and (max-width: 1000px) {
   .container .box {
	    width:44%;
		height: 26rem;
	    margin: 4% 3%;
	}
	.carousel-inner {
		height: 24rem;
	}
	.w-100 {
		height: 24rem;
	}
	.col-3.image-box {
		position: relative;
		display: inline-block;
		width: 38%;
		margin: 5%;
	}
	.nav-item {
		width: 100%;
		text-align: center;
	}
	.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
		text-decoration: underline;
		transform: none;
	}
}

@media only screen and (max-width: 768px) {
   .container .box {
	    width:100%;
		height: 24rem;
	    margin: 4% 3%;
	}
	.carousel-inner {
		height: 18rem;
	}
	.w-100 {
		height: 18rem;
	}
}