a, a:active, #video-box .close {
    text-decoration: none;
}

.site-header img {
    max-width: 100%;
}

.display-block {
    display: block;
}

#map {
    position: relative;
    margin-bottom: 60px;
}

#map .image_wrap {
    position: relative;
}

#map .inner {
    overflow: visible;
    position: relative;
}

#map .inner > img {
    display: block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.marker {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 61px;
    margin: -48px 0 0 -25px;
    cursor: pointer;
    background: url(assets/marker_id.png) no-repeat;
}

.marker:hover, .marker.active {
    z-index: 5;
}

.marker .name-tag {
    position: absolute;
    bottom: 70px;
    left: 0;
    display: none;
    width: 120px;
    margin-left: -32px;
    text-align: center;
}

.marker .name-tag span {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 4px 6px;
    display: inline-block;
    -moz-box-shadow: 1px 5px 6px #999;
    -webkit-box-shadow: 1px 5px 6px #999;
    box-shadow: 1px 5px 6px #999;
    color: #FF9900;
    font-weight: bold;
}

.marker .name-tag:after {
    content: ' ';
    height: 0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #FFFFFF;
}

.marker:hover .name-tag {
    display: block;
}

#marker_0 {
    background-position: 0px 0px;
    top: 57%;
    left: 20%;
}

#marker_1 {
    background-position: -50px 0px;
    top: 53%;
    left: 28%;
}

#marker_2 {
    background-position: -100px 0px;
    top: 51%;
    left: 35%;
}

#marker_3 {
    background-position: -150px 0px;
    top: 55%;
    left: 72%;
}

#marker_4 {
    background-position: -200px 0px;
    top: 47%;
    left: 42%;
}

#marker_5 {
    background-position: -250px 0px;
    z-index: 0;
    top: 40%;
    left: 23%;
}

#marker_6 {
    background-position: -300px 0px;
    top: 44%;
    left: 50%;
}

#marker_7 {
    background-position: -350px 0px;
    top: 41%;
    left: 58%;
}

#marker_0:hover, #marker_0.active {
    background-position: 0px -61px;
    top: 57%;
    left: 20%;
}

#marker_1:hover, #marker_1.active {
    background-position: -50px -61px;
    top: 53%;
    left: 28%;
}

#marker_2:hover, #marker_2.active {
    background-position: -100px -61px;
    top: 51%;
    left: 35%;
}

#marker_3:hover, #marker_3.active {
    background-position: -150px -61px;
    top: 55%;
    left: 72%;
}

#marker_4:hover, #marker_4.active {
    background-position: -200px -61px;
    top: 47%;
    left: 42%;
}

#marker_5:hover, #marker_5.active {
    background-position: -250px -61px;
    z-index: 0;
    top: 40%;
    left: 23%;
}

#marker_6:hover, #marker_6.active {
    background-position: -300px -61px;
    top: 44%;
    left: 50%;
}

#marker_7:hover, #marker_7.active {
    background-position: -350px -61px;
    top: 41%;
    left: 58%;
}

.map_layer {
    transition: opacity 0.5s;
    display: block;
    z-index: 10;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -138px;
    background: #efefef;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    width: 275px;
    min-height: 140px;
    margin-bottom: 10px;
    border-radius: 8px;
    -moz-box-shadow: 1px 5px 6px #999;
    -webkit-box-shadow: 1px 5px 6px #999;
    box-shadow: 1px 5px 6px #999;
    cursor: default;
}

.map_layer .inner {
    margin: 15px 20px 17px;
}

.map_layer.listView {
    position: relative;
    left: 0;
    top: 0;
    margin: 20px 0 30px;
    opacity: 1;
    width: 100%;
    min-height: 0;
    background: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.map_layer.listView .inner {
    margin: 0;
}

.map_layer.listView .close, .map_layer.listView .layer-nav {
    display: none;
}

.offScreen {
    left: -9999px !important;
}

@media (min-width: 1060px) {
    #map {
        overflow: hidden;
    }

    .map_layer {
        margin-left: 0;
    }

    #map_layer_0 {
        top: 100px;
        left: 148px;
    }

    #map_layer_1 {
        top: 80px;
        left: 198px;
    }

    #map_layer_2 {
        top: 75px;
        left: 245px;
    }

    #map_layer_3 {
        top: 95px;
        left: 150px;
    }

    #map_layer_4 {
        top: 60px;
        left: 285px;
    }

    #map_layer_5 {
        top: 30px;
        left: 167px;
    }

    #map_layer_6 {
        top: 50px;
        left: 335px;
    }

    #map_layer_7 {
        top: 40px;
        left: 65px;
    }
}

.map_layer.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.map_layer .close {
    position: absolute;
    top: 6px;
    right: 6px;
    background: url('assets/close.png') center right no-repeat;
    text-indent: -9999em;
    width: 15px;
    height: 16px;
    cursor: pointer;
}

.map_layer h4 {
    margin: 0 0 10px;
    font-size: 1.3em;
    font-weight: normal;
    color: #E47911;
}

.map_layer p {
    margin: 0;
    line-height: 1.286em;
    font-size: 0.9em;
}

.map_layer .layer-footer {
    position: relative;
    margin-top: 10px;
    color: #004B91;
}

.map_layer .layer-nav {
    float: right;
    position: relative;
}

.layer-nav span {
    cursor: pointer;
}

.layer-nav .prev {
    padding-left: 16px;
}

.layer-nav .next {
    padding-right: 16px;
}

.layer-nav .prev:before {
    content: ' ';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('assets/icons.png') -20px -2px no-repeat;
    cursor: pointer;
}

.layer-nav .next:after {
    content: ' ';
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    background: url('assets/icons.png') -36px -2px no-repeat;
    cursor: pointer;
}

#map_layer_0 .layer-nav .prev {
    cursor: default;
    color: #CCCCCC;
}

#map_layer_7 .layer-nav .next {
    cursor: default;
    color: #CCCCCC;
}

#map_layer_0 .layer-nav .prev:before {
    cursor: default;
    background: url('assets/icons.png') -49px -2px no-repeat;
}

#map_layer_7 .layer-nav .next:after {
    cursor: default;
    background: url('assets/icons.png') -68px -2px no-repeat;
}

.map_layer .video-link {
    padding-left: 20px;
}

.map_layer .video-link:before {
    content: ' ';
    position: absolute;
    top: -2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('assets/icons.png') -2px -2px no-repeat;
}

.map_layer .video-link:hover {
    color: #0f3647;
}

#video-box {
    position: absolute;
    z-index: 9999;
    left: 5%;
    width: 90%;
    padding: 4px 12px 10px 12px;
    display: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#video-box h1 {
    margin: 10px 0;
    font-size: 1.3em;
    font-weight: normal;
    color: #E47911;
}

@media (min-width: 1080px) {
    #video-box {
        width: 80%;
        left: 10%;
    }
}

@media (min-width: 1280px) {
    #video-box {
        width: 60%;
        left: 20%;
    }
}

#video-box .close-btn {
    position: absolute;
    color: #004B91;
    display: block;
    padding-right: 20px;
    top: 8px;
    right: 12px;
    height: 15px;
    background: url('assets/close.png') center right no-repeat;
    cursor: pointer;
}

#video-box .close:hover {
    color: black;
}

#video-box .inner {
    clear: both;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#video-box iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

#video-box .footer {
    position: relative;
    margin: 10px 0 0 0;
    color: #004B91;
}

#video-box .close-link {
    padding-left: 20px;
    cursor: pointer;
}

#video-box .close-link:before {
    content: ' ';
    position: absolute;
    top: -2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('assets/icons.png') -84px -2px no-repeat;
}


#video-box .nav {
    position: absolute;
    top: 0;
    right: 0;
}

#video-box .nav span {
    cursor: pointer;
}

#video-box .nav .prev {
    padding-left: 16px;
}

#video-box .nav .next {
    padding-right: 16px;
}

#video-box .nav .prev:before {
    content: ' ';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('assets/icons.png') -20px -2px no-repeat;
}

#video-box .nav .next:after {
    content: ' ';
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    background: url('assets/icons.png') -36px -2px no-repeat;
}

#video-box.first .nav .prev, #video-box.last .nav .next {
    color: #CCCCCC;
    cursor: default;
}

#video-box.first .nav .prev:before {
    cursor: default;
    background: url('assets/icons.png') -49px -2px no-repeat;
}

#video-box.last .nav .next:after {
    cursor: default;
    background: url('assets/icons.png') -68px -2px no-repeat;
}

#page.dimmed {
    opacity: 0.4;
}

#content > article + .outer-wrapper {
    margin-bottom: 60px;
}