#content-header {
    position: relative;
    background: url('/template/img/page/access/greens.png') no-repeat;
    background-position-x: 35%;
    height: 180px;
    margin: 20px 0 20px;
}
#content-header p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #050001;
}
#content-images {
    margin-bottom: 70px;
}

.content-directions {
    padding: 35px 45px;
    background: #ffffff;
    border-bottom: 3px solid #fcf9ed;
}
#column-directions-container .content-directions:last-child {
    border: none;
    margin-bottom: 45px;
}
.content-directions_icon-header span {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-left: 25px;
}
.content-directions_info {
    color: #050001;
    font-size: 14px;
}
.content-directions_title {
    font-weight: bold;
}
.content-directions .row {
    margin-bottom: 20px;
}
.content-directions .row:last-child {
    margin-bottom: 0;
}
.content-directions_value span {
    margin-bottom: 16px;
    display: block;
}
.row .content-directions_value span:last-child {
    margin-bottom: 0;
}

#content-access-area {
    height: 600px;
    margin-bottom: 130px;
}