#AM_DC_areaTabs {
    position: relative;
}
.AM_DC_fiveLocalAreaTabs_tabs,
.AM_DC_areaTabs_content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.AM_DC_fiveLocalAreaTabs_tabs {
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.AM_DC_fiveLocalAreaTabs_tabs::-webkit-scrollbar,
.AM_DC_areaTabs_content_left::-webkit-scrollbar {
    display: none;
}

.AM_DC_fiveLocalAreaTabs_tabs ul {
    padding: 0;
    list-style: none;
    text-align: center;
    min-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.AM_DC_fiveLocalAreaTabs_tabs ul li {
    display: inline-block;
    min-width: 160px;
    margin: 0 1%;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    cursor: pointer;
}

.AM_DC_areaTabs_selected {
    color: #03a8b0;
    border-bottom: 2px solid #03a8b0;
}

.AM_DC_areaTabs_content_left {
    width: 50%;
    height: 400px;
    background-color: #f5f5f5;
    border-radius: 5px 0px 0px 5px;
    text-align: left;
    padding: 30px;
    display: inline-block;
    margin-right: -10px;
    position: absolute;
    left: 0;
    top: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#AM_DC_areaTabs_content_right {
    width: 50%;
    height: 460px;
    display: inline-block;
    border-radius: 5px;
    z-index: 9;
    background-position: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
#AM_DC_areaTabs_content_left_button {
    color: #03a8b0;
    cursor: pointer;
}
.AM_DC_areaTabs_content {
    width: 80%;
    position: relative;
    text-align: right;
}

#AM_DC_areaTabs_content_left_copy {
    display: block;
    margin-bottom: 20px;
}

.AM_DC_areaTabs_arrow_left {
    width: auto;
    height: 100%;
    position: absolute;
    left: 6%;

}
.AM_DC_areaTabs_arrow_right {
    width: auto;
    height: 100%;
    position: absolute;
    right: 6%;
}
.AM_DC_areaTabs_arrow_left img,
.AM_DC_areaTabs_arrow_right img {
    height: 30px;
    width: 20px;
    position: relative;
    top: 48%;
    cursor: pointer;
}

/*--- mobile ---*/

@media only screen and (max-width: 1024px) {
    .AM_DC_fiveLocalAreaTabs_tabs {
        overflow-x: scroll;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        padding-left: 6%;
    }
    #AM_DC_areaTabs_content_right {
        width: 100%;
        height: 280px;
        position: absolute;
        left: 0;
        border-radius: 5px 5px 0 0;
    }
    .AM_DC_areaTabs_content_left {
        width: 100%;
        position: relative;
        right: 0;
        margin: 0;
        margin-top: 240px;
        border-radius: 0 0 5px 5px;
        height: auto;
        margin-bottom: 30px;
    }
    .AM_DC_areaTabs_content_left_inner.AM_DC_readMoreText {
        width: 100%;
    }
    .AM_DC_areaTabs_arrow_right,
    .AM_DC_areaTabs_arrow_left {
        display: none;
    }
}

/*--- hover states --- */
