.contactpage__icon i{
    height:64px;
    width:64px;
    background: #1A1A17;
    border-radius: 64px;
    text-align: center;
    line-height: 4rem;
    color:#fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.contactpage__icon p{
    font-size: 1.125rem;
}

.contactpage__icon{
    clear: both;
    margin-bottom: 1.5em;
}

.contactpage__icon h4{
    color:#1A1A17;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-top: 2px;
}

.contactpage__addressbanner{
    background: rgba(26, 26, 23,0.8);
    min-width: 240px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    left:17.5%;
    height: 100%;
}

.contactpage__addressbanner.typography p:not(.button) a:not(.button) {
    color: #fff;
}

.contactpage__addressbanner *{
    color:#fff !important;
}

.contactpage__addressbanner img{
    max-height: 100px;
}

.toast {
    position: fixed;
    top: 150px;
    max-width: 450px;
    z-index: 99999;
    right: 50px;
}

.toast .toast-header {
    background-color: #B2A799;
}

.toast .toast-header *{
    color: #fff !important;
}
.contactpage .nav-tabs .btn-secondary.active{
    background-color: #306A63 !important;
    color: #fff !important;
}
.contactpage .nav-tabs .btn-secondary{
    border: 1px solid #cfcfcf !important;
}
.contactpage form select{
    color: #000000a3 !important;
}

@media only screen and (max-width : 768px) {
    .contactpage__addressbanner{
        left:0;
    }

    .contactpage__addressbanner{
        height:auto !important;
        position: relative !important;
        width: 100% !important;
    }

    .contactpage__addressbanner .center-vertical {
        top: unset;
        transform: none;
    }
}