.body__layout__alpha {
    --bg-color-dark: #40579b;
    --bg-color-light: #eee;
    --heading-main-font-size: 237.5%;
    --heading-main-color: #00a589;
    --text-color-dark: white;
}

a {
    color: var(--bg-color-dark);
}


.alpha-top {
    background-color: var(--bg-color-dark);
    color: var(--text-color-dark);
}

.alpha-top__inner {
    display: flex;
    padding: 1em;
    justify-content: space-between;
}
@media screen and (max-width: 899px) {
    .alpha-top__inner {
        display: block;
    }
}
@media screen and (max-width: 499px) {
    .alpha-top__inner {
        text-align: center;
    }
}

.alpha-top__tel {
    display: flex;
    align-items: baseline;
}
@media screen and (max-width: 899px) {
    .alpha-top__tel {
        display: block;
        margin-top: 1em;
		text-align: center;
    }
}

.alpha-top__tel-text {
    font-size: 143.75%;
    margin-right: 1em;
}
@media screen and (max-width: 499px) {
    .alpha-top__tel-text {
        display: block;
    }
}

.alpha-top__tel-link {
    color: var(--text-color-dark);
    font-size: 168.75%;
    font-weight: bold;
}
@media screen and (max-width: 499px) {
    .alpha-top__tel-link {
        display: block;
    }
}


.alpha-page-headers .module {
    max-width: 100%;
    overflow: hidden;
}

.alpha-page-headers .page-headers__overlay {
    top: 0;

    background-color: transparent;
}

.alpha-page-headers .page-headers__title {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 40%;

    color: var(--text-color-dark);
    font-size: 262.5%;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}
@media screen and (max-width: 499px) {
    .alpha-page-headers .page-headers__title {
        font-size: 200%;
    }
}

.alpha-page-headers .page-headers__description {
    position: absolute;
    right: 1em;
    bottom: 1em;
    width: 40%;

    color: var(--text-color-dark);
    font-size: 225%;
    font-weight: 100;
    text-align: right;
}
@media screen and (max-width: 499px) {
    .alpha-page-headers .page-headers__description {
        font-size: 175%;
    }
}

.alpha-page-headers .page-headers__button {
    display: none;
}


.alpha-cta {
    background: var(--bg-color-light) center center no-repeat;
    background-size: cover;
    padding: 4em;
}
@media screen and (max-width: 899px) {
    .alpha-cta {
        background-position: right;
        padding: 2em;
    }
}

.alpha-cta__inner {
    max-width: 40em;
}
@media screen and (max-width: 499px) {
    .alpha-cta__inner {
        max-width: 100%;
    }
}

.alpha-cta__heading {
    color: var(--heading-main-color);
    font-size: var(--heading-main-font-size);
    padding-bottom: 0.5em;
    text-transform: uppercase;
}

.alpha-cta__subheading {
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 1.5em;
	color: #cf7f00;
}

.alpha-cta__text {
    padding-bottom: 3em;
	color:white;
	font-size:125%;
}

.alpha-cta__call-now {
    text-align: center;
}

.alpha-cta__call-heading {
    font-size: 143.75%;
    font-weight: normal;
    padding-bottom: 1em;
}

.alpha-cta__call-link {
    background-color: var(--bg-color-dark);
    border-radius: 0.75em;
    color: var(--text-color-dark);
    display: inline-block;
    font-size: 125%;
    font-weight: bold;
    padding: 1em 2em;
}


.alpha-icons__inner {
    padding: 5em;
}
@media screen and (max-width: 899px) {
    .alpha-icons__inner {
        padding: 2em;
    }
}

.alpha-icons__icons {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 899px) {
    .alpha-icons__icons {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.alpha-icons__icon {
    padding: 1em;
    text-align: center;
    width: 25%;
}
@media screen and (max-width: 899px) {
    .alpha-icons__icon {
        width: 16em;
    }
}

.alpha-icons__icon-image {
    display: block;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1em;
    width: 50%;
}

.alpha-icons__icon-heading {
    color: var(--heading-main-color);
    font-size: 137.5%;
    font-weight: bold;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}

.alpha-icons__icon-text {
    font-size: 118.75%;
}


.alpha-wide {
    background-color:#d69a39;
    background-size: cover;
    color: var(--text-color-dark);
}

.alpha-wide__inner {
    padding: 5em;
    text-align: center;
}
@media screen and (max-width: 899px) {
    .alpha-wide__inner {
        padding: 2em;
    }
}
.alpha-wide .alpha-cta__text{
	padding-bottom:0;
}

.alpha-wide__heading {
    color: var(--heading-main-color);
    font-size: var(--heading-main-font-size);
    padding-bottom: 1em;
    text-transform: uppercase;
}

.alpha-wide__text {
    margin: 0 auto;
    max-width: 665px;
	font-size: 143.75%;
}


.alpha-image {
    background-color: var(--bg-color-light);
}

.alpha-image__inner {
    padding: 6em;
}
@media screen and (max-width: 899px) {
    .alpha-image__inner {
        padding: 2em;
    }
}

.alpha-image__heading {
    color: var(--heading-main-color);
    font-size: var(--heading-main-font-size);
    padding-bottom: 1em;
    text-transform: uppercase;
}


.alpha-list {
    background: var(--bg-color-dark) center center no-repeat;
    background-size: cover;
    color: var(--text-color-dark);
}

.alpha-list__inner {
    padding: 5em;
}
@media screen and (max-width: 899px) {
    .alpha-list__inner {
        padding: 2em;
    }
}

.alpha-list__heading {
    color: var(--heading-main-color);
    font-size: var(--heading-main-font-size);
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
}

.alpha-list__items {
    columns: 2;
    font-size: 143.75%;
    font-weight: bold;
    list-style-position: inside;
    list-style-type: disc;
    margin: 0 auto;
    max-width: 830px;
}
@media screen and (max-width: 899px) {
    .alpha-list__items {
        columns: 1;
        text-align: center;
    }
}


.alpha-testimonials {
    background: var(--bg-color-light) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.alpha-testimonials .module {
    max-width: 100%;
}

.alpha-testimonials .generic__inner {
    padding-top: 8em;
    padding-bottom: 5em;
    max-width: 1200px;
}
@media screen and (max-width: 767px) {
    .alpha-testimonials .generic__inner {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.alpha-testimonials .testimonials__list {
    margin: 0 auto;
    max-width: 58.333%;
}
@media screen and (max-width: 767px) {
    .alpha-testimonials .testimonials__list {
        max-width: 65%;
    }
}

.alpha-testimonials .testimonials__item {
    position: relative;

    font-size: 156.25%;
}

.alpha-testimonials .testimonials__quote::before {
    position: absolute;
    left: -0.5em;
    top: -0.5em;

    color: var(--bg-color-dark);
    content: "\201C";
    font-size: 800%;
    line-height: 1;
}

.alpha-testimonials .testimonials__quote::after {
    position: absolute;
    right: -0.5em;
    bottom: -0.75em;

    color: var(--bg-color-dark);
    content: "\201D";
    font-size: 800%;
    line-height: 1;
}

.alpha-testimonials .testimonials__citation {
    margin: 0;
    padding: 1em 3em 0 3em;
    text-align: right;
}

.alpha-testimonials .testimonials__citation-person::before {
    content: "\2013 ";
}

.alpha-testimonials .feeds__view-all {
    display: none;
}


.alpha-location {
    padding: 4em;
}
@media screen and (max-width: 899px) {
    .alpha-location {
        padding: 2em;
    }
}

.alpha-location__inner {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 899px) {
    .alpha-location__inner {
        display: block;
    }
}

.alpha-location__info {
    text-align: center;
    width: 37.5%;
}
@media screen and (max-width: 899px) {
    .alpha-location__info {
        width: 100%;
    }
}

.alpha-location__map {
    width: 60%;
}
@media screen and (max-width: 899px) {
    .alpha-location__map {
        margin-top: 1em;
        width: 100%;
    }
}

.alpha-location__heading {
    color: var(--heading-main-color);
    font-size: var(--heading-main-font-size);
    padding-bottom: 0.5em;
    text-transform: uppercase;
}

.alpha-location__text {
    font-size: 143.75%;
}

.alpha-location__tel {
    display: inline-block;
    font-size: 140%;
    font-weight: bold;
    padding: 1em 0;
}

.alpha-location__map .generic__inner {
    padding: 0;
}

.alpha-location__map .locations__list {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .alpha-location__map .locations__list {
        display: block;
    }
}

.alpha-location__map .locations__location {
    min-width: 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .alpha-location__map .locations__location {
        margin-top: 2em;
        padding: 0;
        text-align: center;
        width: 100%;
    }
}

.alpha-location__map .locations__location-title {
    color: var(--heading-main-color);
}

.alpha-location__map .locations__location-getdirections {
    width: 10em;
}
@media screen and (max-width: 767px) {
    .alpha-location__map .locations__location-getdirections {
        margin-left: auto;
        margin-right: auto;
    }
}


.body__layout__alpha .footer {
    background-color: var(--bg-color-dark);
    color: var(--text-color-dark);
}

.body__layout__alpha .footer__inner {
    font-weight: bold;
}

.body__layout__alpha .footer__designer {
    color: var(--text-color-dark);
}
