@CHARSET "UTF-8";

.service-icon {
	background-color: #215c98;
    border-radius: 50%;
    display: inline-block;
    height: 140px;
    padding-top: 50px;
    font-size: 20px;
    color: #FFF;
    font-weight: bolder;
    text-align: center;
    width: 140px;
    margin: 0 20px 40px 0;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.75);
}

#main-content .row {
	margin-bottom: 20px;
}

.service-pdf {
	background-color: #cb2323;
	padding-top: 28px;
}

.pdf-text {
	margin-top: 35px;
}

.btn-default {
	background-color: #FFF;
	color: #215c98;
}

@media (min-width: 768px) {
	.form-right {
		text-align: right;
		margin-top: 32px;
	}
}

header {
	margin-bottom: 20px;
}

h1, h2, h3 {
	color: #215c98;
}

footer {
	background-color: #215c98;
	color: #FFF;
}

footer a,
footer a:hover {
	color: #FFF;
}

footer h1, h2, h3 {
	color: #FFF;
}
