.videoWrapperOuter {
	max-width:640px; 
	margin-left:auto;
	margin-right:auto;
}
.videoWrapperInner {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 50%;
	padding-top: 25px;
	height: 0;
}
.videoWrapperInner iframe, .videoWrapperInner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.editable__container iframe,
.editable__container video {
    max-width: 100%;
}

.component__title,
.cta__button,
.pagetitle,
span.featuredblock__title {
    text-transform: uppercase !important;
}


ul#gmap-location-list li {
    margin: 0px;
    padding-top: 0px;
}

ul#gmap-location-list a {
    display: block !important;
    background: #7cb0d3;
    color: #fff !important;
    padding: 10px 20px;
}

.pagetitle {
    border-bottom: 1px solid #7cb0d3;
}

.section--light .editable__container--inner.editable__container--inner h2,
.section--light .editable__container--inner.editable__container--inner h3,
.section--light .editable__container--inner.editable__container--inner h4,
.section--light .editable__container--inner.editable__container--inner h5,
.section--light .editable__container--inner.editable__container--inner h6 {
    color: #7cb0d3;
}