.maps-widget {
    padding: 0 15px;
    margin: 0 auto 30px;
    position: relative;
    width: 100%;
    max-width: 1400px;

}
.maps-widget .title-container {
    text-align: center;
    position: relative;
}
.maps-widget .title-container .section-icon {
    height: 40px;
    width: 40px;
    line-height: 42px;
    font-size: 20px;
    border-radius: 50%;
    border-top-right-radius: 0;
    text-align: center;
    color: #fff;
    display: inline-block;
}

/* So we don't duplicate icons if inside map panel */
.map-panel .maps-widget .title-container {
    display: none;
}

.maps-widget .title-container .section-icon i {
    font-style: normal;
}
.maps-widget .title-container h2 {
    display: inline-block;
    font-size: 32px;
    line-height: 50px;
    vertical-align: middle;
    margin: 0.2rem 0 0 8px;
    font-family: Marine-BoldItalic;
    color: #222;
}
@media(min-width:769px){
    .maps-widget .title-container .section-icon {
        height: 50px;
        width: 50px;
        line-height: 52px;
        font-size: 25px;
    }
    .maps-widget .title-container h2 {
        font-size: 48px;
        margin: 40px 0 40px 14px;
    }
}
.maps-widget .map-toggles {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.maps-widget .map-toggles .map-toggle {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 0;
    padding-bottom: 4px;
    display: inline;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 2em;
    font-family: 'Avenir LT W01_55 Roman1475520';
}
.maps-widget .map-toggles .map-toggle span {
    font-weight: 400;
}
.maps-widget .map-toggles .map-toggle.active {
    border-bottom: 4px solid #77b7f5;
}

.maps-widget .map-wrapper {
    display: none;
    justify-content: center;

}
.maps-widget .map-wrapper.active {
    display: block;
}
.maps-widget .map-wrapper img {
    margin: auto;
}
.maps-widget .link-cont {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.maps-widget .link-cont a {
    color: #222;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    min-width: 175px;
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Avenir LT W01_55 Roman1475520';
}

@media(min-width: 1025px) {
    .maps-widget .link-cont a:hover {
        background-color: #fd801c;
        color: #fff;
    }
}
