/*NEW MAP CSS*/

.urw-map {
    margin-bottom: 90px;
}

.urw-map svg a .cls-2 {
    transition: fill 0.3s;
}

.urw-map svg a .cls-2:hover {
    fill: #D42D26;
}

.urw-map svg a.is-active .cls-2 {
    fill: #D42D26;
}

.urw-map .active-country {
    font-weight: 300;
    font-size: 35px;
    font-family: "FlamaCondensed";
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
    color: #D42D26;
}

.urw-map .country-name {
    height: 20px;
}

.urw-map .selected-country .cls-2 {
    fill: #D42D26;
}

.urw-map a {
    cursor: pointer;
}

.urw-map .filter {
    position: relative;
    zoom: 1;
    background: #DDDDDD;
    padding: 25px;
    padding-top: 0;
    margin-bottom: 10px;
    z-index: 15;
    display: block;
    clear: both;
    margin: 5%;
    font-family: "FlamaCondensed";
    letter-spacing: 0.12em;
}

.urw-map .filter h2 {
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}

.urw-map .dropdown button {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 0;
    position: relative;
}

.urw-map .dropdown .btn {
    text-align: left;
}

.urw-map .dropdown button span.label {
    font-size: 16px;
}

.urw-map .dropdown button span.caret {
    position: absolute;
    top: 48%;
    right: 4%;
    color: #D42D26;
}

.urw-map .dropdown ul {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

.urw-map .dropdown.country {
    margin-bottom: 15px;
}

.urw-map .access-link {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}

.urw-map a.map-button {
    text-align: center;
    font-family: 'FlamaCondensed';
    font-size: 18px;
    padding: 1rem;
    padding-right: 30px;
    padding-left: 30px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background-color: #DDDDDD;
    justify-content: center;
    pointer-events: none;
    cursor: default;
}

.urw-map a:hover {
    text-decoration: none;
    color: white;
}

.urw-map a.active {
    background-color: #D42D26;
    pointer-events: all;
    cursor: pointer;
}

.urw-map a.active:hover {
    background-color: #D42D26;
}
.urw-map .map-image{
    position: relative;
    
}
.urw-map .map-image .intro-title{
    position: absolute;
    top: 88%;
    line-height: 1;
    z-index: 10;
    left: 50%;
    width: 25%;
    max-width: 930px;
    margin: auto;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

}

@media screen and (min-width: 63.9375em) {
    .urw-map .filter,
    .urw-map .access-link {
        display: none;
    }
}

@media screen and (max-width: 63.9375em) {
    .urw-map svg a {
        pointer-events: none;
        cursor: default;
    }
    .urw-map .map-image .intro-title{
        display: none;
    }
}