body {
	font-family: 'Avenir Next', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #0072c6;
}

h1 {
	padding: 0 0 30px 0;;
	margin: 0;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #0072c6;
}

h2 {
	padding: 0 0 30px 0;;
	margin: 0;
	font-size: 23px;
	line-height: 30px;
	font-weight: normal;
	color: #0072c6;
}

.center-headers h1, .center-headers h2 {
	text-align: center;
}

p.buttonContainer {
  text-align: center;
}

p.buttonContainer .btn {
  margin: 0 auto;
}

img {
	width: 100%;
}

label {
	font-weight: normal;
}

input {
	width: 90%;
	/*margin-left: 10%;*/
	max-width: 250px;
}

input[type="checkbox"] {
	width: 15px;
	margin-right: 5px;
}

a {
	color: #0072c6;
	text-decoration: none;
}

input.btn.btn-default {
	text-decoration: underline;
}

input.btn.btn-default:hover {
	text-decoration: none;
}

.utility-nav {
	padding-top: 10px;
	font-size: 18px;
}

.grey {
	background-color: #e9e7e7;
	color: #000000;
	padding: 30px;
}

.white {
	background-color: #ffffff;
	color: #000000;
	padding: 30px;
}

.form-padding {
	padding-top: 10px;
}

form {
  margin-top: 8px;
}

.btn-default {
	background-color: #126DAC;
	color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	white-space: normal;
}

.disclaimer {
	font-size: 10px;
	line-height: 15px;
	color: #58585A;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.border-blue-left {
	border-right: 1px solid #0072c6;
}
 }
@media (max-width: 767px) { 
.border-blue-left {
	border-bottom: 1px solid #0072c6;
}
.pad-top {
	padding-top: 20px;
}
 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }
