/******* simple_blue stylesheet updated 4-28-2016 - Liz Scherer ***********/
body {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5em;
    &.fontSourceSansProLoaded {
        h1, h2, h3, h4 {
            font-family: "Source Sans Pro", sans-serif;
        }
    }
}
.container {
	width: 100%;
	max-width: 45em;
	margin: 1em auto;
	padding-right: 1em;
	padding-left: 1em;
}
h1, h2, h3, h4 {
	color: #005b9c;
	font-family: sans-serif;
	margin: 1em 0 .3em;
}
h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
}
h2 {
	font-size: 1.8em;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
}
h4 {
	font-weight: 400;
	font-style: normal;
}
p {
	margin-bottom: 1em;
}
form {
	border: 1px solid #347cb0;
	padding: 1.5em;
	border-radius: 1em;
	background-color: #ccdeeb;
	margin-top: 1em;
	margin-bottom: 1em;
}
.errorlist.nonfield {
	list-style-type: none;
	position: absolute;
	top: 100px;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid red;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-left: -40px;
	border-radius: 1em;
}
.errorlist li{
list-style-image:none;
}
.errorlist.nonfield li{
color:red;
font-size:22px;
}
@media screen and (min-width:38em) {
form {
	padding: 1.5em 3em;
}
h1 {
	margin-top: 0;
}
}
.btn-primary {
	background-color: #005b9c;
	color: #fff;
}
.form-control {
	width: 100%;
	height: 3em;
	margin-top: .3em;
	border: 1px solid #347cb0;
	border-radius: .5em;
	background-color: #eee;
	font-size: 16px;
}
.form-group {
	margin-bottom: 24px;
}
.submit-button-wrapper {
	text-align: center;
}
.submit-button-wrapper button {
	width: 60%;
	padding: 0;
	height: 3em;
	margin-top: .5em;
	border: none;
	border-radius: .5em;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
	font-style: normal;
}
label {
	font-weight: inherit;
	margin-bottom: 0;
}

.control-label {
    margin-bottom: 8px;
}
