body, h1, h2, h3, h4, h5, h6, p {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
	color: #032E41;
}

#thank-you-name {
	font-weight: bold;
	font-size: 250%;
}

#info-received {
	font-weight: bold;
	font-size: 150%;
}

#rectangle {
	color: #032E41;
	width: 100%;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #D1D3D4;
}
.privacy-link:focus #rectangle {
	border-color: #65afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #65afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #65afe9;
}

#submit-another-link {
	font-size: 18px;
}

#confirmation-block {
	font-style: italic;
	font-size: 125%;
	margin-top: 30px;
}

#confirmation-block.confirm-component {
	margin-top: auto;
}

.bold-text {
	font-weight: bold;
}
label.required:after {
	color: #BF0029;
	content: '\a0 *';
	display: inline;
}
.help-block {
	font-size: 9pt;
	color: #56616D;
}

#addAnotherPersonButton {
	background-color: #032E41;
	color: #FFFFFF;
}

#submitButton {
	background-color: #BCE3F8;
	color: #032E41;
}

@media (min-width: 768px){
	.col-sm-3 {
		width: 31%;
	}
}

span.loading {
	overflow: hidden;
}
span.loading #loadingModal {
	display: block;
}

.errors {
	color: red;
	text-align: left;
}
.center {
	margin-left: auto;
	margin-right: auto;
}

#wh-link {
	position: relative;
	background: #032E41;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FBF9F8;
	display: inline-block;
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: none;
	margin: 30px auto;
	font-size: 150%;
}

/*right arrow*/
#wh-link:after {
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #032E41;
}

.footer-style {
	text-align: center;
	background-size: 100% auto !important;
}

.header-style {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 1.75rem 0rem;
}

.form-control::-moz-placeholder {
	color: #D1D3D4;
	opacity: 1; /* for Firefox */
}

/* for IE */
.form-control:-ms-input-placeholder {
	color: #D1D3D4;
}

/* for Microsoft Edge */
.form-control::-webkit-input-placeholder {
	color: #D1D3D4;
}

.form-control {
	border: 1px solid #D1D3D4;
}

a {
	color: #33689A;
}

span.btn {
	font-size: 24px;
}

span#addBtn {
	margin-top: 1em;
}

select.multilist {
	height: 8em;
	overflow: auto;
}

.section-header {
	font-size: 16px;
	margin-bottom: 8px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.submitted-message {
	text-align: center;
	color: #032E41
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
}

.darkblue-button {
	background-color: #032E41 !important;
	color: #FFFFFF;
}