/* Add here all your CSS customizations */
#header .header-column .header-extra-info li .header-extra-info-text a {
	color: #0088CC;
}
#header h4 {
  font-weight: 400;
  margin: 0 0 5px 0;
}
#header .header-column .header-extra-info li .feature-box small {
    position: relative;
    top: -4px;
    font-size: 85%;
}
.feature-box .feature-box-icon {
    height: 35px;
    width: 35px;
}

.control-label {
		color: black !important;
		font-weight: bold !important;
	}

.banner_header {
	color: white;
	font: "Lato" !important;
	font-size: 26px;
	font-weight: bold;
}

.banner_footer {
	color: white;
	font: "Lato" !important;
	font-size: 14px;
	font-weight: normal;
}

.form_button {
	background-color: #0c2647;
	border: 1px solid #0c2647;
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: .75em 2.5em;
	margin: 5px;
	text-decoration: none;
	transition: .25s;
	white-space: nowrap;
}
	