@charset "utf-8";
/* CSS Document for CIU Online Inner Page*/



 .onlineInner .content__wrapper {
    background: url("../images/bg.jpg") center center no-repeat #e7e7e7;
    background-attachment: fixed;
}

 .onlineInner h1 {
    font-size: 2.1em;
    line-height: 1em;
    margin: 10px 0;
    font-weight: 300;
    color: #002b5c;
}

.onlineInner .main_content .onlineSection {
	border-top:1px solid #4b4848;
	margin-top: 40px;
	padding-top: 10px;
}

.onlineInner .main_content h2, .onlineInner .main_content h3 {
    font-size: 1.6em;
    line-height: 0.9375em;
    margin:1em 0;
    font-weight: 300;
    text-transform: uppercase;
	color:#002b5c;
}
.onlineInner .main_content h2 {
margin-bottom:.5em;	
}

 /* START -- .online-programs ========================================= */


.online-programs a span {
    color: #002e56;
    display: block;
    line-height: 1;
    opacity: 1;
    padding: 15px 8px;
    text-align: center;
/*    text-transform: capitalize; */
    width: 100%;
    min-height: 76px;
    margin-bottom: 15px;
    background-color: #ffd24f;
}

.online-programs a:hover span, .online-programs a:focus span {
    background-color: #ffe7a3;
}



@media (min-width: 580px) {

	.online-programs a span {
		min-height: 62px;
	}	
	
}



 /* START -- .onlineTestimonial ========================================= */

.onlineTestimonial img {display:none;}

.onlineTestimonial .quote * {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
}
.onlineTestimonial .credit * {
	font-size:16px;
	line-height:1.3;
	font-weight:500;
	color:#002b5c;
}

@media (min-width: 580px) {
.onlineTestimonial img {display:block;}

}

 /* START -- .careerContact ========================================= */

.onlineInner .main_content .careerContact h3 { 
    font-size: 1.2em;
    font-weight: 400;
    text-transform: none;
	color:#002b5c;
}

.careerContact .stat {
	display:block;
	font-weight:400;
	font-size:6em !important;
	line-height:1em !important;
	letter-spacing:-0.05em;
} 

.careerContact p {
	font-weight:400;
	font-size:1.2em;
	line-height:1.2em;
	max-width:90%;
	color:#002b5c;
}
.careerContact .last-col p{
font-size:1em;
color:#4b4848;
}
.careerContact strong {
	color:#002b5c;
}

/* START -- menu ========================================= */
.section__sidebar-first .menu-level-1 ul li.first {
	border-top:1px solid #e7e7e7;
}
.section__sidebar-first .menu-level-1 ul li {
	border-bottom:1px solid #e7e7e7;
	padding:10px 0 10px 13px;
	width:100%;
}
.section__sidebar-first .menu-level-1 ul li a {
	color:#002b5c;
}