/* Global */

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {
	font-family: 'Lato', Arial, sans-serif; 
	font-weight: 400; 
	color: #3a3a3a;
	text-rendering: optimizeLegibility;
}

@font-face {
font-family: 'DiCn';
font-style: normal;
font-weight: normal;
src: local('DiCn'), url('/includes/fonts/DiCn/DiCnMd.ttf') format('truetype');
}

table > tbody {
	border: none;
	background-color: none;
}

table > tbody > td {
	border: none;
	background-color: none;
}

table tr:nth-of-type(even) {
    background-color: transparent !important;
}

/* Wrapper Styles */

.wrapper {
	width: 100%;
	padding: 2.0em 0;
}

.wrapper-nopad {
	width: 100%;
}

.wrapper-gradient {
	width: 100%;
	background: #445784; 
	background: -moz-linear-gradient(top,  #445784 0%, #20376c 100%); 
	background: -webkit-linear-gradient(top,  #445784 0%,#20376c 100%); 
	background: linear-gradient(to bottom,  #445784 0%,#20376c 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#445784', endColorstr='#20376c',GradientType=0 );
}

.wrapper-short {
	width: 100%;
	padding: 1.5em 0;
}

.wrapper-nav {
	width: 100%;
	height: 3.0em;
}

.wrapper-footer {
	width: 100%;
	padding: 2.0em 0;
}

/* Navigation Styles */

header {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #20376c;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s; 
}

	header div.logo {
		padding-top: 15px;
		transition: opacity 0.35s ease-in-out;
		-moz-transition: opacity 0.35s ease-in-out;
		-webkit-transition: opacity 0.35s ease-in-out;
    	opacity: 0;
	}
	
	header div.navlinks {
		transition: transform .2s ease-in-out;
	}
	
	header div.navlinks-inner {
		transition: transform .2s ease-in-out;
	}
	
	header div.navapply {
		transition: opacity 0.35s ease-in-out;
		-moz-transition: opacity 0.35s ease-in-out;
		-webkit-transition: opacity 0.35s ease-in-out;
    	opacity: 0;
		position: relative;
		top: -35px;
	}

header.larger {
    height: 80px; }
    
    header.larger div.logo {
      opacity: 1.0;
    }
    
    header.larger div.navlinks {
	    transform: translate3d(0px, 15px, 0px);  
    }
    
    header.larger div.navlinks-inner {
	    transform: translate3d(0px, 8px, 0px);  
    }
    
    header.larger div.navapply {
      opacity: 1;
    }
    
    header.larger a.btn-apply {
	    background: #1fbbfd;
	    color: #fff;
	    padding: 10px 20px;
	    font-weight: bold;
    }
    
    header.larger a.btn-apply:hover {
	    background: #1fbbfd;
	    color: #fff;
	    text-decoration: none;
	    font-weight: bold;
    }

ul.navbar {
	list-style: none;
	display: inline-block;
}

ul.navbar li {
	margin: 0 0 0 2.0em;
	display: inline-block;
}

ul.navbar li.test {
	margin: 0 0 0 2.0em;
	display: inline-block;
}

ul.navbar li.req {
	margin: 0 0 0 2.0em;
	display: inline-block;
	position: relative;
	top: -10px;
}

ul.navbar li a {
	display: block;
	color: #1fbbfd;
	padding: 0 0 0 0;
	margin-top: 0.65em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.navbar li a:hover {
	color: #1fbbfd;
	text-decoration: underline;
}

/* Header Banner Image Styles */

.banner-aags-cg {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-aags-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-aags-ccna {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-aags-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-bsba-cg {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-bsba-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-bsba-ccna {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-bsba-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-bshs-cg {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-bshs-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-bshs-ccna {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-bshs-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-mba-cg {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-mba-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-mba-ccna {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-mba-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-mbahc-cg {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-mbahc-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-mbahc-ccna {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-mbahc-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-medas-cg {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-medas-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-medas-ccna {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-medas-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-medcl-cg {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-medcl-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-medcl-ccna {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-medcl-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-msml-cg {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-msml-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-msml-ccna {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-msml-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-main-info {
	width: 100%;
	height: 21.875em;
	background: url(../../images/img-header-main-info.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}

.banner-button {
	position: relative; 
	top: 8.0em;
}

.banner-scripture {
}

.txt-banner-button {
}

.reqinfo-btn {
	background: #fff;
	border: 1px solid #edc059;
	border-radius: 8px;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.reqinfo-btn:hover {
	background: #edc059;
	color: #fff;
}



.btn-apply {
	cursor: pointer;
}

/* Body Banner Styles */

.body-mbahc-cg {
	width: 100%;
	height: 17.8em;
	background: url(../../images/img-body-mbahc-cg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.body-mbahc-ccna {
	width: 100%;
	height: 17.8em;
	background: url(../../images/img-body-mbahc-ccna.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Text Styles */

h3.section {
	padding: 0;
	margin: 0;
	font-size: 2.4em;
	text-transform: uppercase;
}

h3.section-unique {
	padding: 0;
	margin: 0.2em 0;
	font-size: 2.4em;
	text-transform: uppercase;
}

h3.section-nosub {
	padding: 0;
	margin: 0 0 1.0em 0;
	font-size: 2.4em;
	text-transform: uppercase;
}

h4.section-sub {
	padding: 0;
	margin: -0.25em 0 2.5em 0;
	text-transform: uppercase;
}

h5.section-end {
	padding: 0;
	margin: 2.5em 0 0 0;
}

h5.scripture {
}

h5.welcome-sub {
	font-weight: 700;
}

.shadow {
	text-shadow: 0px 0px 0.75em rgba(0, 0, 0, 0.85);
}

.txt-quote-aags {
	margin-top: 3.0em;
	font-size: 1.25em;
}

.txt-quote-bsba {
	margin-top: 3.0em;
	font-size: 1.25em;
}

.txt-quote-bshs {
	margin-top: 3.0em;
	font-size: 1.25em;
}

.txt-quote-mba {
	margin-top: 4.8em;
	font-size: 1.25em;
}

.txt-quote-medas {
	margin-top: 4.0em;
	font-size: 1.25em;
}

.txt-quote-medcl {
	margin-top: 4.0em;
	font-size: 1.25em;
}

.txt-quote-msml {
	margin-top: 3.5em;
	font-size: 1.25em;
}

.txt-footer {
	font-size: 1.0em;
}

.row-space {
	margin-bottom: 1.0em;
}


/* Color Styles */

.white {
	color: #fff;
}

.gray-lt {
	color: #b9b7b2;
}

/* Background Color Styles */

.bg-blue-nav {
	background: #20376c;
}

.bg-blue-mid {
	background: #416595;
}

.bg-gray-lt {
	background: #f6f6f5;
}

.bg-gray-drk {
	background: #393939;
}

/* Misc Styles */

.footer-button {
	margin: 4.3em 0;
}

/* Icon Bullet Images */

ul.mba {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.mba li {
	height: 56px;
	padding-left: 5.0em;
	padding-top: 1.0em;
}

li.values {
	background: url(../../images/icn-values.png) no-repeat left top;
}

li.door {
	background: url(../../images/icn-door.png) no-repeat left top;
}

li.campuses {
	background: url(../../images/icn-campuses.png) no-repeat left top;
}

li.aid {
	background: url(../../images/icn-financial-aid.png) no-repeat left top;
}

li.ratio {
	background: url(../../images/icn-ratio.png) no-repeat left top;
}

/* Unique Link List */

ul.community-linklist {
	margin: 0;
	padding: 0;
}


.community-linklist li {
	float: left;
	width: 20%;
	height: 270px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.community-linklist li > img {
	vertical-align: top;
	width: 100%;
}
.community-des {
	background: rgba(33, 75, 131, 0.85);
	height: 50px;
	padding: 0 6% 0;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	bottom: 0;
}
.community-linklist li:hover .community-des {
	height: 100%;
	padding: 22% 6% 0;
	bottom: 0
}
.community-des > span {
	display: block;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 0.5em 0;
	font-weight: 400;
}
.community-des > span span.lower-title {
	text-transform: lowercase;
	font-weight: 400;
	font-size: 25px;
}
.community-linklist li:hover .community-des > span {
	border-bottom: none;
	margin: 0 0 4%;
	padding: 0 0 23px;
	position: relative;
	overflow: hidden
}
.community-linklist li:hover .community-des > span:after {
	background: #1fbcfe;
	height: 3px;
	width: 380px;
	position: absolute;
	left: 50%;
	margin-left: -190px;
	bottom: 0;
	content: ""
}
.community-des > p {
	margin-bottom: 15px;
}
.community-des > a {
	font-family: 'DINCondensed-Bold';
	display: block;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	width: 39px;
}

/* Form Styles */

.btn-submit {
	font-family: DiCn, sans-serif;
	background: #1fbbfd;
	color: #fff;
	padding: 0.25em 1.0em;
	font-weight: 700;
	font-size: 2.5em;
	border: none;
	text-transform: uppercase;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	.txt-quote, txt-quote-aags, txt-quote-bsba, txt-quote-bshs, txt-quote-mba, txt-quote-medas, txt-quote-medcl, txt-quote-msml {
		margin-top: 1.0em;
		font-size: 1.25em;
	}
	
}

@media screen and (max-width: 39.9375em) {
	
	header.larger {
	    height: 70px; 
	}

	ul.navbar {
		margin-top: 52px;
	}
	
	ul.navbar li {
		margin: 0 0 0 1.0em;
		font-size: 0.75em;
	}
	
	ul.navbar li a {
		padding: 0;
	}

	ul.navbar li a:hover {
		padding: 0;
	}
    
    .banner-scripture {
		position: relative;
		top: 2.0em;
	}

	.banner-button {
		position: relative; 
		top: 7.5em;
		text-align: center;
	}
	
	.txt-banner-button {
		line-height: 1.25em;
		font-size: 0.85em;
	}
	
	h3.section {
		padding: 0;
		margin: 0 0 1.0em 0;
		font-size: 1.5em;
		line-height: 1.2em;
		text-transform: uppercase;
	}
	
	h3.section-unique {
		padding: 0;
		margin: 0.2em 0;
		font-size: 1.5em;
		line-height: 1.2em;
		text-transform: uppercase;
	}
	
	h3.section-nosub {
		padding: 0;
		margin: 0 0 1.0em 0;
		font-size: 1.5em;
		line-height: 1.2em;
		text-transform: uppercase;
	}

	h5.scripture {
		font-size: 1.0em;
		font-weight: 700;
	}
	
	.txt-sample {
		font-size: 0.8em;
	}
	
	.txt-quote, txt-quote-aags, txt-quote-bsba, txt-quote-bshs, txt-quote-mba, txt-quote-medas, txt-quote-medcl, txt-quote-msml {
		margin: 1.0em 0;
		font-size: 1.0em;
	}
	
	ul.mba li {
		height: 56px;
		padding-left: 5.0em;
		padding-top: 0.5em;
		margin-bottom: 1.5em;
	}

	.community-linklist li {
		width: 100%;
		height: 270px;
		position: relative;
		overflow: hidden;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}
	
}