body.page-template-map #content #map-header {
    position: relative;
    padding: 40px 0;
    background: #024794;
    border-bottom: 2px solid #e8e8e8;
}
body.page-template-map #content #map-header a {
    position: absolute;
    top: 50%;
    margin-top: -1em;
}

body.page-template-map #content #map-header h2.pageTitle {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

body.page-template-map #content #map-header a {
    float: left;
    color: #fff;
}


body.page-template-map #content #page {
    overflow: hidden;
}

body.page-template-map #zone-content {
    margin-bottom: 0;
}

body.page-template-map #content #map-wrap {
    width: 55%;
    padding-right: 0.9375rem;
}

/* MAP NAVIGATION */
body.page-template-map #content #mapnav {
    padding: 15px 10px !important;
    margin: 0 !important;
    background: #444;
    line-height: 1;
}
body.page-template-map #content #mapnav > li {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
body.page-template-map #content #mapnav > li:before {
    display: none !important;
}
body.page-template-map #content #mapnav > li + li {
    border-left: 1px solid #9b9b9b;
}
body.page-template-map #content #mapnav > li a {
    color: #f2c413;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

body.page-template-map #content #mapnav > li a:hover,
body.page-template-map #content #mapnav > li.active a {
    color: #fff;
}


/* MAP */
body.page-template-map #content #highmaps {
    height: 800px;
}


/* PROJECT LIST */
body.page-template-map #content #country-details {
    position: relative;
    padding-right: 0;
    padding-left: 0.9375rem;
    width: 45%;
}
body.page-template-map #content #country-details .global-projects,
body.page-template-map #content #country-details > div:first-child > * {
    padding-right: 20px;
}

body.page-template-map #content #country-details .none-shown {
    padding-top: 25px;
    font-style: italic;
    font-family: 'Cabin', sans-serif;
}

body.page-template-map #content #country-details ul {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
}
body.page-template-map #content #country-details ul > li:before {
    display: none !important;
}

body.page-template-map #content #country-details > div:first-child {
    overflow: auto;
}


body.page-template-map #content #countries > li {
    padding-top: 25px;
    padding-bottom: 80px;
    padding-right: 0.9375rem;
}
body.page-template-map #content #countries .country-name {
    margin: 0;
    padding: 0;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #555;
    line-height: 1;
    text-transform: uppercase;
}
body.page-template-map #content #countries .project-count {
    margin: 0;
    padding: 0;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #555;
    line-height: 18px;
    text-transform: uppercase;
}

body.page-template-map #content #countries .projects {
    margin-top: 15px !important;
    padding-top: 25px !important;
    border-top: 1px dotted #919191;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 18px;
}
body.page-template-map #content #countries .projects > li + li {
    padding-top: 40px;
}
body.page-template-map #content #countries .projects h5 {
    margin: 0;
    padding: 0;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 26px;
    text-transform: inherit;
}
body.page-template-map #content #countries .projects .description {
    padding-bottom: 15px;
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    text-transform: inherit;
}
body.page-template-map #content #countries .projects .image {
    text-align: right;
    overflow: hidden;
}
body.page-template-map #content #countries .projects .viewproject {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #024794;
    border-top: 1px dotted #919191;
    border-bottom: 1px dotted #919191;
    text-decoration: none;
    line-height: 1;
}
body.page-template-map #content #countries .projects .viewproject:hover {
    color: #666666;
    background-color: #eee;
}
body.page-template-map #content #countries .projects .faculty {
    color: #000;
    font-weight: bold;
}
body.page-template-map #content #countries .projects .facdept {
    color: #000;
}

body.page-template-map #content #country-details .global-projects {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background: #4c4c4c;
}
body.page-template-map #content #country-details .global-projects a {
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}
body.page-template-map #content #country-details .global-projects a:hover {
    text-decoration: underline;
}

@media all and (max-width: 40rem) {
    body.page-template-map #content #map-header a {
        position: relative;
        display: block;
        margin-top: 20px;
        text-align: center;
        float: none;
    }

    body.page-template-map #content #mapnav {
        text-align: center;
    }

    body.page-template-map #content #map-wrap,
    body.page-template-map #content #country-details {
        width: 100%;
        float: none !important;
    }
}
