/* components */
@import url("components/_action-boxes-79ec781dfbf3c04ebd1f2e84d9aa26a5.css");
@import url("components/_footer-b5f97fd86a571a46b6c0fbc9090f35e0.css");
@import url("components/_forms-6264cf57531463a36f03ace538d358f7.css");
@import url("components/_helpers-06b8a75d0786527185446568bde45046.css");
@import url("components/_layout-df67ae7a51444be7cac74efbb7ee7475.css");
@import url("components/_scrollbar-822678c4fbbd7bd999ef7339e61664a3.css");
@import url("components/_typography-e18ab568daa33bd55d1818162a8c652e.css");
@import url("site-header/site-header-845c793b9922f9baf2634b633ed76a62.css");
@import url("picture-grid-629e146f7dbb3cca1eefb9a5562f66c6.css");
@import url("extra-e954812e583b4664a97dda589bb9f44f.css");

/*@import url("errors-51b904821238e8199c866a29ca850948.css");*/

#choice {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 700px) {
    #choice {
        flex-direction: column;
    }
}

.c-phone-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 200px;
    font-weight: bold;
    background-color: rgba(255, 150, 54, 0.68);
    /*border: 1px solid #C49171;*/
    border: 1px solid transparent;
}

.c-phone-button:hover {
    color: #fff !important;
    /*background-color: #ffd107 !important;*/
    background-color: rgba(255, 150, 54, 0.64);
    border: 1px solid rgba(255, 150, 54, 0.64);
}

@media only screen and (max-width: 729px) {
    .c-phone-button {
        width: 120px;
        height: 40px;
        font-size: 0.7rem;
    }
}

.c-map-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 200px;
    font-weight: bold;
    /*background-color: #4b8378;*/
    background-color: rgb(224 237 254);
    border: none;
    color: #0b3c5d;
}
.c-map-button:hover {
    background-color: rgb(224 237 254) !important;
    border: #0b3c5d !important;
    color: #0b3c5d;
}

@media only screen and (max-width: 729px) {
    .c-map-button {
        width: 120px;
        height: 40px;
        font-size: 0.7rem;
        padding: 6px;
    }
}

.c-cta-button {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 50px;
    margin-top: 25px;
}

.c-accordion-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
}

@media only screen and (max-width: 550px) {
    .c-accordion-header {
        padding: 8px !important;
    }
}

.c-accordion-header__icon {
    font-size: 1.4rem !important;
    margin-right: 10px;
}

.c-accordion-body * {
    font-size: 1.1rem !important;
}

@media only screen and (max-width: 550px) {
    .c-accordion-body * {
        font-size: 1rem !important;
    }
}

.l-mobile-cta-buttons {
    display: none;
}

@media only screen and (max-width: 549px) {
    .l-mobile-cta-buttons {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}


