.logo.text-alignment--left .logo__title, .logo.text-alignment--left .logo__caption {
    font-size: 2rem;
    line-height: 2rem;
}

.component__subtitle {
    color:#444 !important;
}

.wrap__page-content img {
    border-radius: 8px;
}

h3.locations__title.component__title,
h4.locations__caption.component__subtitle {
	text-align: center !important;
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: none;
}

.article__content ul li, 
.article__content ol li {
	list-style-type: circle !important;
	margin-left: 25px !important;
}

.gradient {
    background-image: -webkit-linear-gradient(#fff, #D4E4EE); /* Safari 5.1 - 6.0 */
    background-image: -o-linear-gradient(#fff, #D4E4EE); /* Opera 11.1 - 12.0 */
    background-image: -moz-linear-gradient(#fff, #D4E4EE); /* Firefox 3.6 - 15 */
    background-image: linear-gradient(#fff, #D4E4EE); /* Standard */
}