
#et-boc .et-l .contact .main-content{
    margin: 16px 0;
}

#et-boc .et-l .contact .main-content {
    display: block;
}
#et-boc .et-l .contact .locations-content{
    margin-top: 16px;
}

#et-boc .et-l .contact .main-content .contact-title {
    /* font-family: "avenir-black"; */ font-weight: 700;
    font-size: 2rem;
    color: #4E4E4D;
}
#et-boc .et-l .contact .main-content .contact-text {
    font-size: .85rem;
    color: #4E4E4D;
}
#et-boc .et-l .contact .main-content .button.button-small {
    padding: 8px;
    margin-top: 10px;
    color: #FFF;
}
#et-boc .et-l .contact .location-item {
    /* padding: 1rem 2rem; */
    padding: 16px;
    text-align: left;
    border-radius: 10px;
    /* margin-top: 20px; */
    cursor: pointer;
}
#et-boc .et-l .contact .location-item .link-footer {
    text-decoration: underline;
    font-weight: bold;
}
#et-boc .et-l .contact .location-item h4{
    /* font-family: "avenir-black"; */ font-weight: 700;
    color: #4E4E4D;
    font-size: 12px;
}
#et-boc .et-l .contact .location-item.active {
    background-color: #E70042;
}
#et-boc .et-l .contact .location-item.active *,
#et-boc .et-l .contact .location-item.active .text{
    color: #FFF;
}
#et-boc .et-l .contact .location-item.active .button.button-small {
    background: #FFF;
    color: #4E4E4D;
}
#et-boc .et-l .contact .location-item a,
#et-boc .et-l .contact .location-item .text {
    color: #4E4E4D;
    font-size: 10px;
}
.contact-content {
    padding: 80px 0;
}
.contact-content h4 {
    color: #4E4E4D;
    /* font-family: 'avenir-black'; */
    font-size: 2rem;
    text-align: center;
}
.contact-content .content-options {
    display: flex;
    justify-content: space-around;
    width: 50%;
    margin: 30px auto 0;
    min-width: 400px;
    align-items: center;
}
.contact-content .content-options .wsp-link{
    background-color: #25d366;
    border-radius: 30px;
    display: inline-flex;
    font-size: 12px;
    padding: 4px 12px;
    text-align: center;
    align-items: center;
    line-height: 26px;
    cursor: pointer;
    color: #fff;
    fill: transparent;
    box-sizing: content-box;
}
.contact-content .content-options .wsp-button-text{
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    color: #fff;
    fill: transparent;
    font-family: Segoe UI,Segoe UI Local,Segoe WP,Segoe UI Web,Segoe UI Arabic Web,Segoe UI Cyrillic Web,Segoe UI Greek Web,Segoe UI Hebrew Web,Tahoma,Helvetica Neue,Helvetica,Meiryo UI,Meiryo,Arial Unicode MS,sans-serif;
}
@media (max-width: 950px) {
    /* #et-boc .et-l .contact .main-content { grid-template-columns: 1fr;grid-template-rows:1fr 400px}  */
}
@media (max-width: 700px) {
    #et-boc .et-l .contact .location-item a,
    #et-boc .et-l .contact .location-item .text,
    #et-boc .et-l .contact .main-content .contact-text {font-size: 1rem;}
}

@media screen and (min-width: 980px){
    #et-boc .et-l .contact .main-content {
        display: flex;
    }
    /* #et-boc .et-l .contact .main-content > div{
        flex: 1 0 auto;
    } */
    #et-boc .et-l .contact .main-content > div:first-child{
        flex: 0 0 70%;
    }
    #et-boc .et-l .contact .main-content > div:last-child{
        flex: 0 0 30%;
    }
    #et-boc .et-l .contact iframe{
        width: 100%;
        height: 600px;
        border: 0;
    }
    #et-boc .et-l .contact .main-content {
        /* display: grid; */
        /* grid-template-columns: 400px 1fr; */
    }
    #et-boc .et-l .contact .main-content .article {
        padding: 0 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px){
    #et-boc .et-l .contact .locations-content{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #et-boc .et-l .contact .locations-content .location-item{
        flex: 1 0 30%;
        margin-bottom: 32px;
    }
    #et-boc .et-l .contact iframe{
        height: 360px;
    }
}