/* ========================================================================================================================================================================= */
/* == NEW MAP FOR EPLO'S - Based on Leaflet.js library provided in the Europa Webtools ===================================================================================== */
/* ========================================================================================================================================================================= */

#website-body .ep-layout_new_map {
    background-color: #3974bb !important;
    margin-bottom: 2rem !important;
}
#map {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 1200px;
    height: auto !important;
}
#website-body .leaflet-ui {
    border: solid 2px #fff !important;
}
.wtshowInfo .wtinfo {
    width: 30% !important;
}
.wtmenu, .wtpanels {
    z-index: 9 !important;
}
.prunecluster-red {
    border: none !important;
}
.prunecluster {
    background-color: #0A203D !important;
    border: none !important;
}
.wtmap .wtfooter, #leaflet-attribution {
    display: none;
}
#website-body .wtmap .wtcontent {
    border: 2px solid #fff;
}
#website-body .wtmap .wtcontent .leaflet-container a {
    color: #3974bb !important;
}
.wtmap .wtcontent .wtinfo .wtinfocontent {
    overflow: auto;
}
.wtmenu .print {
    display: none;
}
#map .leaflet-menu, #map .leaflet-infopanel {
    z-index: 9;
}
#website-body .ep-layout_new_map .ep_new_map-wrapper {
    margin-top: 2rem;
}
#website-body .ep-layout_new_map .ep_new_map-wrapper .ep-a_heading .ep_title .ep-p_text .ep_name {
    color: #fff;
}
.office-container, .country-offices-container {
    padding-bottom: 15px;
    font-size: 0.9rem;
}
.office-container .office-country, .country-offices-container .office-country {
    font-size: 1.5rem;
    color: #3974bb;
}
.country-offices-container .office-country {
    display: none;
}
.country-offices-container .first-item.office-country {
    display: block;
    padding-bottom: 10px;
}
.office-container .office-city, .country-offices-container .office-city {
    font-size: 1.0rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.office-container .office-wrapper-contact, .country-offices-container .country-wrapper-contact {
    margin: 5px 0;
}
.office-container a,.office-email a, .office-website a {
    color: #3974bb;
}
.office-container a:hover,.office-email a:hover, .office-website a:hover, .office-container a:focus,.office-email a:focus, .office-website a:focus {
    color: #000;
    text-decoration: underline;
}
#website-body  .leaflet-container a.leaflet-popup-close-button {
    padding: 0 !important;
    margin: 10px 10px 0 0 !important;
}
#website-body  .leaflet-container a.leaflet-popup-close-button:focus, #website-body  .leaflet-container a.leaflet-popup-close-button:active {
    outline: dotted 2px currentColor !important;
}
@media screen and (max-width: 640px) {
    #map, #website-body .ep_gridrow.ep-o_product.ep-layout_new_map {
        display: none;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #website-body .ep_gridrow > .ep_gridrow-content > .ep_gridcolumn.ep_new_map-wrapper > .ep_gridcolumn-content {
        height: auto !important;
    }
}

/* ======================================================================================================== */
/* == VIDEO IN IFRAME - Fix appearance ==================================================================== */
/* ======================================================================================================== */

/* // Fix responsive state for video in iframe // */
.ep_iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.ep_iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}