.nav-banner-bg {
	background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(180deg, #99BBDD, #9EBEDF);
    background-image: linear-gradient(180deg, #99BBDD, #9EBEDF);
    background-color: #99BBDD;
}

.contact-header h1 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 48px;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 20px !important;
	text-align: center;
}

.contact-header h5 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 50px !important;
	text-align: center;
	padding-right: 120px;
	padding-left: 120px;
}

.thumbnail-border {
	border: 1px solid #FFFFFF !important;
}

.photo-border {
	border: 10px solid #E9E9E9;
}

.intro-caption-text {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	font-size: 16px !important;
	line-height: 18px !important;
	margin-top: 10px;
}

.intro-caption-subtext {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #555555;
	font-size: 14px !important;
	line-height: 16px !important;
	margin-top: 5px;
}

.contactinfo {
	border: 1px solid #E9E9E9;
	box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF !important;
}

.contactinfo h1 {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
}

.contactinfo p {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #333333 !important;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 3px;
}

.white-container {
	background-color: #FFFFFF;
  	padding-top: 75px;
  	padding-bottom: 75px;
}

@media (max-width: 959px)
{
	.contact-header h5 {
		margin-bottom: 30px !important;
		padding-right: 20px;
		padding-left: 20px;
	}

	.contactinfo {
		margin-bottom: 30px !important;
	}
}