.btn {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border-radius: 4px;
	position: relative;
}
.btn.sharp {
	border-radius: 0;
}
.btn-main {
	background: #23366F;
	color: #fff!important;
	border-color: #12402a;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 7px 9px;
    font-size: 16px;
    height: 37px;
    letter-spacing: .04em;
}
.btn-group-lg>.btn, .btn-lg a {
	text-decoration: none;
}
.btn-group-lg>.btn, .btn-lg:hover {
	background-color: #333333;
}

.btn-easy {
	color: #23366F;
	font-weight: 700;
	border: 2px solid #23366F;
	height:31px;
	letter-spacing: .0125em;
}
.btn-easy:hover {
	background-color: #23366F40;
}
.carousel-caption {
	position: absolute;
	right: 5%;
	bottom: 20px;
	left: 5%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.lead {
	font-size: 18px;
	font-weight: 400;
	color: #3c3c3c;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#virtualcampus {
	background-color: #eaeaea;
	color: #3c3c3c;
}
#virtualcampus h2 h3 {
	color: #0053a0;
}
#virtualcampus h2 {
	font-size: 24px;
	line-height: 1.4;
}
#virtualcampus h3 {
	font-size: 24px; 
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.icon-bar {
    background-color: #A9A9A9 !important;
}
.icons{
	position: relative;
}
.icons::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 28px;
	font-weight: 900;
	left: -40px;
	color: #23366F;
	top: 10px;
}
.icons-resources::before{
	content: "\f0c0";
	font-size: 26px;
}
.icons-home::before{
	content: "\f0fa";
}
.stay-home, .resources{
	padding-left: 2.3em;
}
.h5, h5 {
	font-size: 20px;
	color: #3c3c3c;
	padding: 15px 0 10px;
	margin: 0;
}
.stay-home a {
	font-weight: bold;
	color: #23366F;
}
.resources a {
	font-weight: bold;
	color: #23366F;
}

/* APPLY SECTION */

.my-1{
	margin: 1rem 0;
}
.my-2{
	margin: 2rem 0;
}
.my-3{
	margin: 3rem 0;
}
.my-4{
	margin: 4rem 0;
}
.my-5{
	margin: 5rem 0;
}
.py-1{
	padding: 1rem 0;
}
.py-2{
	padding: 2rem 0;
}
.py-3{
	padding: 3rem 0;
}
.py-4{
	padding: 4rem 0;
}
.py-5{
	padding: 5rem 0;
}
.reg-flex{
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.flex-md-6{
	padding-left: 15px;
	padding-right: 15px;
	flex:0 0 100%;
}
.mega-button{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border: 2px solid #c3c5c0;
	box-shadow: 0 4px 6px hsla(0, 0%, 0%, 0.2);
	padding: 0rem 1rem .75rem;
	background-color: rgba(245, 245, 245, 0.95);
	height: 100%;
}
.mega-button>.flex-item{
	padding-right: 0;
	border-right: none;
	align-self: flex-start; 	
}
.mega-button>i{
	color: #a2a1a1;
	align-self: flex-end;
	font-size: 3.2rem;
}
.mega-button:hover{
	transition: 0.2s;
	background-color: rgb(243, 243, 243);
	color: #FBFBFB;
}
.apply-title{
	font-weight: 600;
	color: #e2e2e2;
	text-decoration: none!important;
}
.apply-header{
	color: #515151;
}
.apply-h3{
	font-size: 18px;
}
.apply-body{
	font-size: 14px;
	color: #747474;
	margin:0;
}
/*.font-light{
	font-weight: 200;
}*/
.apply-background{
	background-size: cover;
	padding: 5rem 0;
	background-color: #23366F;
}
.section-header{
	padding: 1em 0;
}
@media screen and (min-width:900px) {
	.reg-flex{
		flex-direction: row;
	}
	.flex-md-6{
		flex-basis: 50%
	}
	.apply-header{
		padding-top: 0;
	}
	.mega-button{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0rem 1rem .75rem;
	}
	.mega-button>i{
		align-self: center;
		padding-left: 2rem;
	}
	.mega-button>.flex-item{
		padding-right: 1rem;
		border-right: 2px solid #e2e2e2;
	}
}

#apply-home {
	padding-top: 0px;
}

#apply-home h3 {
	margin-top: 10px;
}

#apply-home h2 {
	font-size: 2.5em;
}

#apply-home a {
	text-decoration: none;
}
.navbar-inverse .navbar-toggle {
	border-color: #555;
}
.navbar-toggle {
	padding: 5px 8px;
	margin-top: 10px;
	margin-bottom: 0px;
}