html{
	font-family: 'Roboto', sans-serif;
	color: #000;
	height: 100%;
	overflow: auto;
}

body{
	overflow: auto;
	margin: 0;
	text-align: center;
	background-color:#314c74;
	background-image: url('newbg.jpg');
	background-position: right;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

hgroup{
	margin-top: 100px;
}
h1{
	padding-left: 210px;
	margin-bottom: 35px;
}
h2{
	font-size: 1.6em;
	font-weight: 400;
	margin-bottom: 21px;
}
h2.program {
	margin: 0;
	color: #fffffe;
	font-weight: 300;
}

.logo{
	background-image: url('//www.liberty.edu/media/1414/microsites/referral/lulogo.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 58px;
}


#mainbox{
	width: 25%;
	display: inline-block;
	margin-top: 50px;
	padding: 25px;
	padding-bottom: 65px;
	border-radius: 2px;
	background-color: #fffffe;
}

#waiver{
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 25px;
}

#mainbox a{
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #389fd6;
	padding: 16px 18px 16px 18px;
	text-decoration: none;
	white-space: nowrap;
	
	background: #fffffe; /* Old browsers */
	/*background: -moz-linear-gradient(top, #fff 0%, #27497e 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#27497e)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #fff 0%,#27497e 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #fff 0%,#27497e 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #fff 0%,#27497e 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #fff 0%,#27497e 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#27497e',GradientType=0 ); /* IE6-9 */
}

#mainbox a.green{
	border: none;
	color: #fffffe;
	margin-left: 15px;
	padding-left: 32px;
	padding-right: 32px;
	background: #389fd6; /* Old browsers */
	/*background: -moz-linear-gradient(top, #389fd6 0%, #6d881a 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389fd6), color-stop(100%,#6d881a)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #389fd6 0%,#6d881a 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #389fd6 0%,#6d881a 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #389fd6 0%,#6d881a 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #389fd6 0%,#6d881a 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389fd6', endColorstr='#6d881a',GradientType=0 ); /* IE6-9 */
}

footer {
	background-position: center;
	width: 100%;
	z-index: -1;
	margin-bottom: 10px;
	margin-top: 30px;
}
#footer-content {
	width: 100%;
	z-index: 3;
	color: #fffffe
}
#footer-content a{
	text-decoration: none;
	color: #fffffe;
}
ul {
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
	width: 100%;
	display: block;
	position: relative;
}
input[type=radio]{
	position: absolute;
	visibility: hidden;
}
input[type=radio]:checked ~ .choice::before {
	background: #389fd6;
}
label.school {
	position: relative;
  	padding: 10px 25px 25px 35px;
  	margin: 10px auto;
 	height: 30px;
  	z-index: 9;
  	cursor: pointer;
  	-webkit-transition: all 0.25s linear;
}
ul li .choice {
	position: relative;
	border: 2px solid #389fd6;
	border-radius: 100%;
	height: 18px;
	width: 18px;
	top: -20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
ul li .choice::before {
	display: block;
  	position: relative;
	content: '';
  	border-radius: 100%;
  	height: 12px;
  	width: 12px;
  	top: 3px;
	left: 0px;
  	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
#radios {
	width: 75%;
   	margin: 0 auto;
   	margin-bottom: 30px;
   	text-align: left;
   	padding-left: 25px;
}
#otherwise {
	display: none;
	width: 25%;
	padding: 7px 25px;
	margin: 0 auto;
    border-top: 1px solid #bbbbbb;
	border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
	background-color: #fffffe;
}
#otherwise a {
	font-size: .9em;
	font-weight: 400px;
	text-decoration: none;
	color: #389fd6;
}
svg.info {
	position: relative;
	top: 4px;
}
svg.arrow {
	position: relative;
	top: 8px;
}

@media screen and (max-width: 1607px) {
	label.school {
		padding: 0;
		margin-left: 30px;
	}
	label.school.luoa {	
		float: left;
		top: -20px;
	}
	.choice.luoa {
		top: -10px;
	}
}
@media screen and (max-width: 1364px) {
	#mainbox #apply {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (max-width: 1308px) {
	#buttons {
		width: 80%;
		margin: 0 auto;
	}
	#mainbox #apply {
		margin-left: 0px;
		position: relative;
		top: 30px;
	}
}
@media screen and (max-width: 1155px) {
	#mainbox {
		width: 40%;
	}
	#otherwise {
		width: 40%;
	}
	#mainbox #apply {
		position: relative;
		margin-left: 15px;
		top: 0px;
	}
}
@media screen and (max-width: 1022px) {
	#mainbox #apply {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 991px) {
	#mainbox {
		width: 50%;
	}
	#otherwise {
		width: 50%;
	}
	#radios {
		width: 70%;
	}
}
@media screen and (max-width: 793px) {
	#buttons {
		width: 90%;
	}
}
@media screen and (max-width: 706px) {
	#mainbox {
		width: 65%;
	}
	#otherwise {
		width: 65%;
	}
}
@media screen and (max-width: 542px) {
	#mainbox {
		width: 85%;
	}
	#otherwise {
		width: 85%;
	}
	footer {
		box-sizing: border-box;
		padding: 5px;
	}
	#footer-content {
		width: 98%;
	}
}
@media screen and (max-width: 460px) {
	body{
		background-repeat: no-repeat;
	}
	hgroup{
		margin-top: 20px;
	}
	#mainbox{
		margin-bottom: 20px;
	}
	#otherwise {
		margin-top: -20px;
	}
	footer{
		background-image: none;
		background-color:#314c74;
	}
	#footer-content{
		position: static;
	}
}
@media screen and (max-width: 415px) {
	#buttons {
		width: 70%;
	}
	#mainbox #apply {
		top: 35px;
		margin-left: 0px;
	}
}