/* banner */
.section.banner-xl-title .banner__title {
	font-size:   3rem;
	line-height: 3rem;
    font-family: "Dancing Script", cursive;
}


/* featured blocks */
.section.fb-grid-a-title-overlaps-image .featuredblocks-grid-a .featuredblocks .featuredblock__title {
	border-radius: 10px;
	padding:       15px 8px 0;
	margin:        -28px auto 0;
}

/* int map */
.section--dark .cta__link.component__link--1 {
	color: #fff !important;
}
.section--dark a {
	color: #fff !important;
}

/* footer */
.image-overlapping-footer .ple-module-overlay > .ple-module-overlay-layer {
	max-height: 25px !important;
}
.hours__dayname {
    font-weight:    700 !important;
    text-transform: uppercase;
}
.section.footer-hours .hours-a .hours__day .hours__dayname {
	width: 105px;
}

/* CTA button */
.cta_button_defaults, .contactform--a .contactform__submit input, .form-a .form__submit input, .cta__button--icon, .cta__link--icon, .cta__button, .banner-e__form form .submit {
    min-height: 2.25rem;
    font-size: 1rem;
    line-height: 1;
    padding: 4px 8px;
	height: auto;
}

/* Custom colors */
.section__bg--dark-2::before {
    background: rgb(12, 120, 188);
    background: -moz-linear-gradient(90deg, rgba(12, 120, 188, 1) 0%, rgba(17, 173, 230, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(12, 120, 188, 1) 0%, rgba(17, 173, 230, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 120, 188, 1) 0%, rgba(17, 173, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c78bc",endColorstr="#11ade6",GradientType=1);
}
.section--light .cta__button.component__button--2 {
	color: #fff;
	background: rgb(12,120,188);
	background: -moz-linear-gradient(90deg, rgba(12,120,188,1) 0%, rgba(17,173,230,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(12,120,188,1) 0%, rgba(17,173,230,1) 100%);
	background: linear-gradient(90deg, rgba(12,120,188,1) 0%, rgba(17,173,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c78bc",endColorstr="#11ade6",GradientType=1);
}
.section--light .cta__button.component__button--2:hover {
    background: #1391d2;
    box-shadow: inset 0 0 0 50px #2cabec;
}
.section--dark .cta__button.component__button--2 {
    background: #99a8af !important;
}
.section--light .cta__button.component__button--1 {
    background: rgb(12,120,188);
    background: -moz-linear-gradient(90deg, rgba(12,120,188,1) 0%, rgba(17,173,230,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(12,120,188,1) 0%, rgba(17,173,230,1) 100%);
    background: linear-gradient(90deg, rgba(12,120,188,1) 0%, rgba(17,173,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c78bc",endColorstr="#11ade6",GradientType=1);
}
.articles__categories .mm-listview>li:not(.mm-divider):after {
    color: #1391d2;
}
li.articles__categories-item {
    background-color: #fff;
}

/* Media */
@media(max-width: 767px;){
    .section.banner-xl-title .banner__title {
	    font-size:   2rem;
	    line-height: 2rem;
    }
}