.stacked:first-child {
	padding-top:    0;
}
.stacked {
	padding-top:    0;
	padding-bottom: 0;
}
.wrap__page-content img {
    max-width: 100%;
    height:    auto !important;
}

/* Logo */
.header-f .column-1 .logo__image img {
    width: auto !important;
}
.logo-vertical.image-position--top {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

/* Banner */
.banner-a .banner__title {
    font-size: 3.5rem;
    line-height: 3.5rem;
}
.banner-a .banner__subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
}

/* Header */
.cta-a.cta-a--4 .cta__links-wrapper a:last-child {
    margin-right: 15px;
}

/* Form */
.section--light .contactform--a .contactform__input input:not([type=radio]):not([type=checkbox]), .section--light .contactform--a .contactform__input textarea, .section--light .contactform--a .contactform__input select {
    border-radius: 8px;
}

/* Custom colors */
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button.component__button--1, .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button--icon.component__button--1, .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link--icon.component__button--1 {
    color: #468be7;
    background-color: #ffffff;
    border: 2px solid #1db1f9;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button.component__button--1:hover, .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button--icon.component__button--1:hover, .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link--icon.component__button--1:hover {
    background-color: #1db1f9;
    border-color: #1db1f9;
    color: #fff !important;
}
.section--dark .cta__button.component__button--1, .section--dark .cta__button.component__button--2 {
    color: #fff !important;
}
.section--dark .breadcrumb__item a {
    color: #a2cfec !important;
}

/* Media */
@media(min-width: 992px) {
    .section--light .banner-a .banner__title,
    .section--light .banner-a .banner__subtitle {
        color: #fff !important;
        text-shadow: 1px 1px 1px black;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .cta-a.cta-a--4 .cta__links-wrapper a:last-child {
        margin-right: 0px;
        max-width: 25%;
    }
}
@media(max-width: 767px) {
    .home-service-gallery .gallery-items-wrap {
        flex-direction: column;
    }
    .home-service-gallery .gallery-grid--columns-4 {
        width: 100%;
    }
}

img.strokeimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}
