.ContactArea {
    position: relative;
    z-index: 1030
}

.ContactArea-expandButton {
    background-color: #00673e;
    color: #fff;
    -webkit-transform: rotate(-90deg) translate(50%, 0);
    transform: rotate(-90deg) translate(50%, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    padding: 5px 15px 5px 30px;
    display: block;
    right: 24px;
    top: 50%;
    position: fixed;
    line-height: 1;
    cursor: pointer;
    margin: 0
}

.ContactArea-expandButton:focus,
.ContactArea-expandButton:hover,
.ContactArea-expandButton:active {
    color: #fff;
    text-decoration: none
}

/* .ContactArea-expandButton::before {
    position: absolute;
    top: 5px;
    left: 6px;
    content: "";
    background-image: url(../fonts/7cab184924bd42d1bc07886a23a803dd.woff);
    display: inline-block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
} */

.ContactArea-large {
    background-color: #fff;
    right: 0;
    top: 50%;
    position: fixed;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 200px;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 10;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)
}

.ContactArea-toggle {
    right: -40px;
    top: 50%;
    position: fixed
}

.ContactArea-toggle~.ContactArea-large {
    right: -200px;
    -webkit-transition: right 300ms cubic-bezier(.17, .04, .03, .94);
    transition: right 300ms cubic-bezier(.17, .04, .03, .94)
}

.ContactArea-toggle:checked~.ContactArea-large {
    right: 0
}

.ContactArea-toggle:checked~.ContactArea-expandButton {
    display: none
}

.ContactArea-expandButtonLarge {
    background-color: #00673e;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    position: relative;
    cursor: pointer
}
.ContactArea-expandButtonLarge i{
    float: left;
    margin-left: 15px;
    margin-right: -25px;
}


.ContactArea-inner {
    font-size: .875rem
}

.ContactArea-inner>div {
    border-bottom: 1px solid #dee2e6
}

.ContactArea-inner>div:last-child {
    border: 0
}

.ContactArea-phoneNumber {
    position: relative;
    padding-left: 25px
}

.ContactArea-phoneNumber::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    background-image: url(../fonts/643dcf5aec974506be0afc17c465edcb.woff);
    display: inline-block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.ContactArea-email {
    position: relative;
    padding-left: 25px
}

.ContactArea-email::before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    background-image: url(../fonts/ec3af98e099f44f3b400175c2f964a18.woff);
    display: inline-block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

@media print {
    .ContactArea {
        display: none
    }
}

@media(min-width:576px) {
    .ContactArea-expandButton {
        right: 34px;
        padding: 10px 20px 10px 15px
    }

    .ContactArea-expandButton::before {
        top: 9px;
        left: 8px;
        height: 17px;
        width: 17px
    }
}