.AM_DC_readMoreButton {
    cursor: pointer;
}
.AM_DC_map_container {
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 370px;
}
.AM_DC_mapCopy {
    width: 49%;
    display: inline-block;
    height: 100%;
    text-align: center;
}
.AM_DC_mapCopy h4 {
    width: 80%;
    margin: 20px auto;
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c1800;
}
.AM_DC_mapCopy p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #4c1800;
    margin: 0px 10%;
    width: 80%;
    text-align: left;
    display: inline-block;
}
.AM_DC_mapCopy p p {
    width: 100% !important;
    display: inline;
    margin: 0;
}
.AM_DC_map_map {
    display: inline-block;
    width: 50%;
    height: 370px;
    background-color: rgba(0,255,255,0.3);
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 1024px) {
    .AM_DC_map_container {
        height: auto !important;
        padding-bottom: 20px !important;
    }
    .AM_DC_mapCopy {
        width: 100% !important;
        margin-top: 370px !important;
        text-align: left !important;
        padding:-left: 10% !important;
    }
    .AM_DC_map_map {
        width: 100% !important;
        top: 0 !important;
    }
    .AM_DC_mapCopy h4 {
        margin: 20px auto !important;
    }
}