/* phpcs:ignoreFile */

/*
#map-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: radial-gradient(#CCF5FF, #8CB4D3);
}

#map-wrapper svg > g > g:not(#land) {
    cursor: pointer;
    fill: #fff;
    fill-opacity: 0.4;
    stroke: #000;
    stroke-width: 1px;
    stroke-opacity: 0.4;
    stroke-linejoin: round;
    stroke-linecap: round;
    transition: stroke-width 0.1s linear,fill-opacity 0.1s linear;
}

:not(svg) {
    transform-origin: 0px 0px;
}
*/

#map-wrapper {
    height: 481px;
    width:74%;
    float: left;
}
#map-wrapper canvas.for-ie {
    /*
    display: block;
    width: 100%;
    visibility: hidden;

     */
}

#map-wrapper svg {
    /*
    position: absolute;
    top: 10;
    left: 0;
    width: 100%;
     */
    background: radial-gradient(#CCF5FF, #8CB4D3);
}

#map-wrapper svg text {
    font-size: 10px;
    font-weight: bold;
}

#map-wrapper svg > g > g#land {
    fill: #d1e6c6;
    fill-opacity: 0.8;
    stroke: #000;
    stroke-width: 0.5px;
    stroke-opacity: 0.8;
}

#map-wrapper svg > g > g:not(#land) {
    cursor: pointer;
    fill: #fff;
    fill-opacity: 0.4;
    stroke: #000;
    stroke-width: 1px;
    stroke-opacity: 0.4;
    stroke-linejoin: round;
    stroke-linecap: round;
    transition: stroke-width 0.1s linear, fill-opacity 0.1s linear;
}

#map-wrapper svg > g > g:not(#land).hover,
#map-wrapper svg > g > g:not(#land):hover {
    stroke-width: 2px;
    fill-opacity: 0.2;
}


#where_are_we {
    float: left;
    width: 26%;
    padding-left: 30px;
    background-color: #ccc;
    height: 452px;
    margin-top: 20px;
}

#where_are_we h2{
    float: right;
    margin-right: 4%;
    font-size: 22px;
}
.map-view-content {
    clear: both;
}
.map-view-content a {
    color: #fff;
    text-decoration: none;
}
.map-view-content div, .map-view-content li {
    margin-bottom: 5px;
}