.c-layout-page .lv3banner {
	background-image: url('/admissions/images/cover_banner1.jpg');
	background-position: 55% 86%;
	background-size: cover;
}

.c-layout-page .page-title-ct {

    display: inline;
    font-weight: bold;
    font-size: 50px;
    color: #ffffff;
    padding: 10px 0;
    text-shadow: 1px 5px 6px black;
   /* background-color: rgba(33,73,113,0.8); */

}	



@media (max-width: 991px){
	.c-layout-page .lv3banner {
		/*min-height: 160px;*/
		background-position: 58% 93%;
		/*padding-top: 65px;*/
	}
}



/* TRAVIS - New Student CheckList - Normal*/
.chklist label {
	margin:0px 0px 15px 30px;
    position: relative;
}
/* DUPLICATED BECAUSE FIRST ONE IS NOT BEING RECOGNIZED AT ALL BY CHROME BROWSER */
.chklist label { 
margin: 0px 0px 15px 30px;
    position: relative;
    }
.chklist label:before{
	 content:"\f00c";
	 font-family: FontAwesome;
	 width:20px;
	 height:20px;
	 background-color:#214971;
	 color:#214971;
	 display:inline-block;
	 cursor: pointer;
	 line-height: 22px;
	 font-size:20px;
	 margin-right:5px;
	 left:-30px;
	 position: absolute;
	 overflow: hidden;
}
.chklist input[type=checkbox]{ display:none;}
.chklist input[type=checkbox]:checked ~  label:before { color:white;}

/* TRAVIS - New Student CheckList - Printer */
.chklist.printer input[type=checkbox]:checked ~  label:before { font-size: 20px !important;}
.chklist.printer label:before{
	background-color: white !important;
	border:1px black solid !important; 
	color:black !important;
	font-size:0;
}

