/** TEMPLATE: MAP TABS **/
.tabs-container .right.three-fourths,
.map-locations .info-right {
    padding-top: 16px !important;
}

.tabs-container .img-left,
.map-locations .views-row {
    padding-top: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.map-locations .info-right {
    float: right;
}

.tabs-container .img-left h3,
.map-locations .info-right h4 {
    font-size: 16px;
}

.tabs-container .tab-content h3.heading-icon,
.map-locations .info-right h4.heading-icon {
    padding: 0 0 0 25px;
}

.tabs-container .tab-content .img-left h3,
.map-locations .info-right h4 {
    padding-top: 0;
}

.map-locations .info-right p {
    padding-top: 6px;
    line-height: 18px;
}

/** OVERRIDES **/
.page-map .ui-tabs {
    border: none;
    padding: 0;
}

.page-map .ui-tabs-nav {
    border: 0;
    padding: 0 !important;
    border-bottom: 1px #febd34 solid;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
}

.page-map #content .ui-tabs-nav li {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}

#content .ui-tabs-nav li a, #content .ui-tabs .ui-tabs-nav li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0px 9px;
    text-decoration: none;
    cursor: pointer;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #575757;

    font-weight: 300;
}

.page-map #content .ui-tabs-nav li a:hover {
    color: #feb61d;
}

.page-map #content .ui-tabs-nav li.ui-state-active a:hover {
    color: #fff;
}

.page-map #content .ui-tabs-nav li.ui-state-active a {
    color: #fff;
    background-color: #febd3f;
}

.page-map .ui-tabs-panel {
    padding: 22px 25px 0 25px;
}

@media screen and (min-width: 1032px) {
    .tabs-container .right.three-fourths,
    .map-locations .info-right {
        padding-top: 16px !important;
        width: 645px;
    }

    #content .ui-tabs-nav li a, #content .ui-tabs .ui-tabs-nav li a {
        height: 38px;
        line-height: 38px;
        padding: 0px 16px;
    }
}