.map {
    background: #1B4370;
}

.map__wrap {
    position: relative;
}

.map__text {
    padding: 50px 0;
}

.map__text,
.map__text .sub-heading,
.map__text h2 {
    color: #fff;
}

.map__image {
    margin: 0 -22px;
    background: #000F21;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.map__image img.main-map {
    width: 1387px;
    max-width: 1387px;
    margin-left: -670px;
    z-index: -1;
    position: relative;
}

.map__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #002855;
    opacity: 0.7;
}

.location-tooltip {
	margin:0 0 0;
	padding: 0 0 0 0;
    position: absolute;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
    cursor: pointer;

    -webkit-animation: animate-hover 1s infinite  alternate;
    animation: animate-hover 1s infinite  alternate;
}

@-webkit-keyframes animate-hover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

@keyframes animate-hover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}


.location-tooltip .tooltiptext {
    background-color: #FF6800;
    color: #fff;
    text-align: center;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.5em;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    margin-top: -24px;
}

.location-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #FF6800 transparent transparent transparent;
}

.location-tooltip:hover .tooltiptext {
    visibility: visible;
}

.location-tooltip--1 {
    top: 53px;
    right: auto;
    left: 72px;
}

.location-tooltip--2 {
    top: 96px;
    right: auto;
    left: 86px;
}

.location-tooltip--2 .tooltiptext {
    width: 190px;
}

.location-tooltip--3 {
    bottom: 68px;
    left: -79px;
}

@media (max-width: 400px) {
    .location-tooltip--1 img {
        max-width: none;
    }

    .location-tooltip--2 img {
        max-width: none;
    }
}

@media (min-width: 442px) {
    .location-tooltip--1 {
        top: 53px;
        right: auto;
        left: 60px;
    }
    
    .location-tooltip--2 {
        top: 96px;
        right: auto;
        left: 72px;
    }
}

@media (min-width: 768px) {
    .map__text {
        padding:  60px 0;
    }

    .map__image {
        margin: 0 -52px;
    }
    
    .map__image img.main-map {
        margin-left: -450px;
        margin-top: -52px;
    }

    .location-tooltip--1 {
        top: 20px;
        left: 380px;
        right: auto;
    }
    
    .location-tooltip--2 {
        top: 62px;
        left: 393px;
        right: auto;
    }
    
    .location-tooltip--3 {
        bottom: 79px;
        left: 140px;
        right: auto;
    }
}

@media (min-width: 1025px) {
    .location-tooltip--1 {
        top: 26px;
        left: 377px;
        right: auto;
    }
    
    .location-tooltip--2 {
        top: 67px;
        left: 389px;
        right: auto;
    }
    
    .location-tooltip--3 {
        bottom: 81px;
        left: 144px;
        right: auto;
    }
}

@media (min-width: 1200px) {
    .map {
        background: #000F21;
        position: relative;
        overflow: hidden;
    }
    
    .map::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% - 430px);
        height: 100%;
        background: rgba(0,40,85,1);
    }

    .map__text {
        padding:  100px 16px 100px 0;
        width: 50%;
        position: relative;
        z-index: 2;
    }

    .map__image {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .map__image::after {
        content: '';
        position: absolute;
        width: 200%;
        height: 100%;
        top: 0;
        left: 0;
       /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002855+0,002855+100&1+0,1+16,0.56+100 */
        background: linear-gradient(to right,  rgba(0,40,85,1) 0%,rgba(0,40,85,1) 5%,rgba(0,40,85,0.56) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        opacity: 1;
    }

    .map__wrap {
        position: relative;
    }

    .map__image {
        overflow: inherit;
    }

    .map__image {
        background: none;
        height: 100%;
    }

    .map__image img.main-map {
        margin-left: auto;
        margin-top: 0;
        height: 100%;
    }

    .map__image {
        left: auto;
       right: -317px;
    }

    .location-tooltip--1 {
        top: 90px;
        right: 194px;
        left: auto;
    }
    
    .location-tooltip--2 {
        top: 130px;
        right: 177px;
        left: auto;
    }
    
    .location-tooltip--3 {
        bottom: 81px;
        left: auto;
        right: 430px;
    }

    .location-tooltip .tooltiptext {
        font-size: 16px;
        padding: 2px 10px;
    }

    .location-tooltip--2 .tooltiptext {
        width: 190px;
        padding: 2px 0px;
    }

    .map::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc(50% + 97px);
        height: 100%;
        background: #fff;
        z-index: 1;
        opacity: 0.1;
    }
}

@media (min-width: 1367px) {
    .location-tooltip--1 {
        top: 77px;
        right: 194px;
        left: auto;
    }

    .location-tooltip--2 {
        top: 115px;
        right: 177px;
        left: auto;
    }

    .location-tooltip--3 {
        bottom: 74px;
        left: auto;
        right: 430px;
    }
}