@charset "UTF-8";
#contact-header-image {
	background-image:url(../images/header-images/about-tile-large.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center top;
	width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
#contact-header-image {
    background-image:url(../images/header-images/about-tile-large-2x.jpg);
}
}
@media only screen and (max-width: 1068px) {
#contact-header-image {
    background-repeat: no-repeat;
	background-image:url(../images/header-images/about-tile-medium.jpg);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1068px), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
#contact-header-image {
	background-image:url(../images/header-images/about-tile-medium-2x.jpg);
}
}
@media only screen and (max-width: 770px) {
#contact-header-image {
    background-repeat: no-repeat;
	background-image:url(../images/header-images/about-tile-small.jpg);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 770px), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
#contact-header-image {
	background-image:url(../images/header-images/about-tile-small-2x.jpg);
}
}

.about-content {
    max-width: 816px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
}
.about-content p {
    font-size: 16px;
	line-height: 26px;
}
@media only screen and (max-width: 480px) {
	.about-content {
	padding-bottom: 0px;
}
}