.custom-map {
    width: 100%;
    margin-bottom: 40px;
}

.custom-map .title-cont {
    padding: 0 15px;
    text-align: center;
}

.custom-map .title-cont h2 {
    display: inline-flex;
    flex-direction: column;
}

.custom-map .title-cont h2 span:first-of-type {
    display: inline-block;
    font-family: 'Mission Gothic_Black';
    color: #1e3060;
    font-size: 52px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 auto 5px 0;
}

.custom-map .title-cont h2 span:last-of-type {
    display: inline-block;
    font-family: 'Mission Gothic_Regular';
    color: #e81944;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 0 60px;
}

.custom-map .map-cont {
    position: relative;
    width: 100%;
    min-height: 980px;
    padding-top: 25px;
}

.custom-map .map-cont .background {
    display: none;
}

.custom-map .map-cont .mobile-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.custom-map .map-cont .mobile-inner .top-section {
    margin: 0 auto 30px;
    text-align: center;
}

.custom-map .main-section {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
    border: 1px solid white;
}

.custom-map .main-section .title-area {
    padding: 20px 25px;
    text-align: center;
    color: white;
    font-size: 19px;
    line-height: 26px;
    background-color: #e81944;
    border-bottom: 1px solid white;
}

.custom-map .main-section .area-item {
    position: relative;
    padding: 20px;
    background-color: rgba(96, 204, 237, 0.85);
    cursor: pointer;
}

.custom-map .main-section .area-item h3 {
    font-family: 'Mission Gothic_Bold';
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 0 25px;
    text-transform: uppercase;
    color: #1e3060;
}

.custom-map .main-section .area-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    height: 1px;
    background-color: white;
}

.custom-map .main-section .area-item:last-child::after {
    display: none;
}

.custom-map .mobile-inner .airport {
    text-align: center;
    margin: 20px auto;
}

.custom-map .mobile-inner .area-content {
    display: none;
    position: relative;
    background-color: white;
    padding: 25px 15px 15px;
}

.custom-map .mobile-inner .area-content.active {
    display: block;
}

.custom-map .mobile-inner .list-content.inactive {
    display: none;
}

.custom-map .mobile-inner .area-content .close-section {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #e81944;
    font-size: 16px;
    text-transform: uppercase;
}

.custom-map .mobile-inner .area-content .close-section i {
    margin-left: 5px;
}

.custom-map .mobile-inner .area-content .map-icon {
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto 20px;
}

.custom-map .mobile-inner .area-content .map-icon .icon-title {
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateX(40%);
    font-family: 'Mission Gothic_Black';
    background-color: #1e3060;
    color: white;
    padding: 3px 9px;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
}
.custom-map .mobile-inner .area-content .map-icon .icon-title a {
    color: inherit;
}
.custom-map .mobile-inner .desktop-card,
.custom-map .mobile-inner .desktop-card.active {
	display: none;
}

.custom-map .mobile-inner .area-content .area-card {
    position: relative;
    margin-bottom: 10px;
}

.custom-map .mobile-inner .area-content .area-card:last-child {
    margin-bottom: 0;
}

.custom-map .mobile-inner .area-content .area-card .img-cont {
    position: relative;
    padding-bottom: 39%;
}

.custom-map .mobile-inner .area-content .area-card .img-cont .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    pointer-events: none;
}



.custom-map .mobile-inner .area-content .area-card .card-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 55%;
    padding: 8px 35px 8px;
    text-align: right;
    background-color: white;
}

.custom-map .mobile-inner .area-content .area-card .card-label.alt-title {
    width: 72%;
}

.custom-map .mobile-inner .area-content .area-card .card-label h4 {
    font-family: 'Mission Gothic_Black';
    font-size: 28px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    color: #424947;
}

.custom-map .mobile-inner .area-content .area-card .card-label.alt-title h4 {
    font-size: 19px;
    line-height: 17px;
}

.custom-map .mobile-inner .area-content .area-card .card-link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-map .mobile-inner .area-content .area-card:nth-child(1) .card-link,
.custom-map .mobile-inner .area-content .area-card:nth-child(1) .img-cont .bg-color,
.custom-map .desktop-area-cards .area-cards .area-card:nth-child(1) .img-cont .bg-color,
.custom-map .desktop-area-cards .area-cards .area-card:nth-child(1) .card-label .card-link{
    background-color: #f7d642;
}
.custom-map .mobile-inner .area-content .area-card:nth-child(2) .card-link,
.custom-map .mobile-inner .area-content .area-card:nth-child(2) .img-cont .bg-color,
.custom-map .desktop-area-cards .area-cards .area-card:nth-child(2) .img-cont .bg-color,
.custom-map .desktop-area-cards .area-cards .area-card:nth-child(2) .card-label .card-link{
    background-color: #c6d83d;
}
.custom-map .mobile-inner .area-content .area-card:nth-child(3) .card-link,
.custom-map .mobile-inner .area-content .area-card:nth-child(3) .img-cont .bg-color,
.custom-map .desktop-area-cards .area-cards .area-card:nth-child(3) .img-cont .bg-color,
.custom-map .desktop-area-cards .area-cards .area-card:nth-child(3) .card-label .card-link{
    background-color: #60cced;
}
.custom-map .mobile-inner .area-content .area-card:nth-child(4) .card-link,
.custom-map .mobile-inner .area-content .area-card:nth-child(4) .img-cont .bg-color,
.custom-map .desktop-area-cards .area-cards .area-card:nth-child(4) .img-cont .bg-color,
.custom-map .desktop-area-cards .area-cards .area-card:nth-child(4) .card-label .card-link{
    background-color: #1e3060;
}

    
.custom-map .mobile-inner .area-content .area-card .card-link i {
    font-size: 18px;
    color: white;
}

.custom-map .desktop-cont {
    display: none;
}

.custom-map .map-cont {
    background: url('/includes/client_public/assets/images/map/map-bg.png')center/cover no-repeat;
}

@media (min-width: 1025px) {
    .custom-map {
        margin-bottom: 120px;
    }

    .custom-map .map-cont {
        background: none;
    }

    .custom-map .map-cont .background {
        display: block;
        width: 100%;
    }

    .custom-map .map-cont .mobile-inner {
        display: none;
    }

    .custom-map .map-cont {
        position: relative;
        min-height: 0;
        height: 100%;
        padding: 0;
    }

    .custom-map .desktop-cont {
        display: block;
    }

    .custom-map .desktop-cont .map-item {
        position: absolute;
        cursor: pointer;
        transition: transform 0.4s;
    }

    .custom-map .desktop-cont .map-item svg {
        fill: white;
        opacity: 0.5;
        transition: all 0.4s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .custom-map .desktop-cont .map-item:hover svg {
        opacity: 1;
        fill: #23cfef;
    }

    .custom-map .desktop-cont .map-item.chelsea {
        top: 9.5%;
        left: 7.5%;
        width: 5%;
        height: 13%;
        
    }

    .custom-map .desktop-cont .map-item.dexter {
        top: 6%;
        left: 25.5%;
        width: 6%;
        height: 16%;
    }

    .custom-map .desktop-cont .map-item.arbor {
        top: 7.5%;
        left: 36.2%;
        width: 16%;
        height: 42%;
    }

    .custom-map .desktop-cont .map-item.ypsi {
        top: 30.5%;
        left: 55%;
        width: 6.5%;
        height: 17%;;
    }

    .custom-map .desktop-cont .map-item.manchester {
        bottom: 23%;
        left: 6.5%;
        width: 5%;
        height: 13%;
    }

    .custom-map .desktop-cont .map-item.saline {
        bottom: 28%;
        left: 34.5%;
        width: 8%;
        height: 21%;
    }

    .custom-map .desktop-cont .map-item.milan {
        bottom: 1.5%;
        left: 47.5%;
        width: 6%;
        height: 16%;
    }
    
    .custom-map .desktop-cont .map-item.airport {
        top: 47%;
        right: 5%;
    }

    .custom-map .desktop-cont .map-item::after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #e51a47;
        position: absolute;
        transition: background-color 0.4s;
    }

    .custom-map .desktop-cont .map-item.chelsea::after {
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .custom-map .desktop-cont .map-item.dexter::after {
        top: 53%;
        left: 47%;
        transform: translate(-50%, -50%);
    }

    .custom-map .desktop-cont .map-item.arbor::after {
        top: 65%;
        left: 60%;
        width: 16px;
        height: 16px;
    }

    .custom-map .desktop-cont .map-item.ypsi::after {
        top: 50%;
        left: 57%;
    }

    .custom-map .desktop-cont .map-item.manchester::after {
        top: 38%;
        left: 44%;
    }

    .custom-map .desktop-cont .map-item.saline::after {
        top: 30%;
        left: 55%;
    }

    .custom-map .desktop-cont .map-item.milan::after {
        top: 55%;
        left: 55%;
    }

    .custom-map .desktop-cont .map-item.airport::after {
        display: none;
    }

    .custom-map .desktop-cont .map-item:hover::after {
        background-color: white;
    }

    .custom-map .desktop-cont .map-item .map-item-title {
        color: #1e3060;
        font-size: 34px;
        line-height: 34px;
        text-transform: uppercase;
        position: absolute;
        margin: 0;
        font-family: 'Mission Gothic_Regular';
        font-weight: 600;
    }

    .custom-map .desktop-cont .map-item.chelsea .map-item-title {
        top: 55%;
        left: 65%;
        transform: translateY(-50%);
    }

    .custom-map .desktop-cont .map-item.dexter .map-item-title {
        top: 40%;
        left: 57%;
    }

    .custom-map .desktop-cont .map-item.arbor .map-item-title {
        top: 63%;
        left: -48%;
        font-size: calc(34px + (50 - 34) * ((100vw - 1025px) / (1700 - 1025)));
    }

    .custom-map .desktop-cont .map-item.ypsi .map-item-title {
        top: 42%;
        left: 75%;
    }

    .custom-map .desktop-cont .map-item.manchester .map-item-title {
        top: 30%;
        left: 75%;
    }

    .custom-map .desktop-cont .map-item.saline .map-item-title {
        top: 23%;
        left: 72%;
    }

    .custom-map .desktop-cont .map-item.milan .map-item-title {
        top: 47%;
        left: 75%;
    }

    .custom-map .desktop-cont .overlay-item {
        position: absolute;
        top: -100px;
        right: 8%;
        text-align: center;
    }

    .custom-map .desktop-cont .overlay-item .map-img {
        display: block;
        margin: 0 auto 35px;
        width: 120px;
    }

    .custom-map .desktop-cont .overlay-item .text-cont {
        padding: 18px 10px;
        background-color: #e81944;
        border: 1px solid white;
        max-width: 200px;
    }

    .custom-map .desktop-cont .overlay-item .text-cont p {
        color: white;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .custom-map .desktop-cont .overlay-item .see-more {
        position: relative;
        text-align: center;
        padding: 10px;
        background-color: #1e3060;
        color: white;
        font-family: 'Mission Gothic_Bold';
        font-size: 22px;
        transform: translateY(-7px);
    }

    .custom-map .desktop-cont .overlay-item .see-more img {
        position: absolute;
        top: 50%;
        right: -18px;
        width: 11px;
        transform: translateY(-50%);
    }
    .custom-map .desktop-cont .desktop-area-cards .area-content{
    	display: none;
    }
    .custom-map .desktop-area-cards {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .custom-map .desktop-area-cards .area-cards {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-map .desktop-area-cards .area-card {
        position: relative;
        margin: 0 8px 16px;
        width: calc(50% - 32px);
        pointer-events: all;
    }

    .custom-map .desktop-area-cards .area-card .card-label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -1px;
        padding: 8px 35px 8px;
        text-align: right;
        background-color: white;
    }

    .custom-map .desktop-area-cards .area-card .card-label.alt-title {
        padding-left: 5px;
        max-width: 72%;
    }

    .custom-map .desktop-area-cards .area-card .card-label.alt-title h4 {
        font-size: 19px;
        line-height: 20px;
    }

    .custom-map .desktop-area-cards .area-card .card-label h4 {
        font-family: 'Mission Gothic_Black';
        font-size: 28px;
        line-height: 24px;
        margin: 0;
        text-transform: uppercase;
        color: #424947;
    }

    .custom-map .desktop-area-cards .area-card .card-link {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-map .desktop-area-cards .area-card .card-link i {
        font-size: 18px;
        color: white;
    }

    .custom-map .desktop-area-cards .area-card .img-cont {
        padding-bottom: 60%;
    }

    .custom-map .desktop-area-cards .area-card .img-cont .bg-color {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.75;
        pointer-events: none;
    }

    .custom-map .desktop-area-cards .desktop-card {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%); 
        display: flex;
        width: 72%;
        min-width: 950px;
        display: none;
        pointer-events: all;
    }

    .custom-map .desktop-area-cards .desktop-card.active {
        display: block;
    }

    .custom-map .desktop-area-cards .desktop-card .img-container {
        position: absolute;
        z-index: 1;
        width: 44%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        left: -7%;
        transform: translate(5%, -50%);
    }

    .custom-map .desktop-area-cards .desktop-card .img-container img {
        width: 100%;
    }

    .custom-map .desktop-area-cards .desktop-card .img-container .title {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        padding: 12px;
        background-color: #1e3060;
    }

    .custom-map .desktop-area-cards .desktop-card .img-container .title h4 {
        margin: 0;
        color: white;
        font-size: calc(27px + (64 - 27) * ((100vw - 1025px) / (1700 - 1025)));
        line-height: calc(32px + (50 - 32) * ((100vw - 1025px) / (1700 - 1025)));
    }

    .custom-map .desktop-card .inner-content {
        background-color: white;
        position: relative;
        padding: 30px 50px 35px 180px;
        width: 75%;
        margin-left: auto;
    }

    .custom-map .desktop-card .inner-content p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    .custom-map .desktop-card .close-card {
        position: absolute;
        top: 25px;
        right: 20px;
        display: inline-flex;
        align-items: center;
        font-size: 17px;
        text-transform: uppercase;
        color: #e51a47;
        z-index: 1;
        cursor: pointer;
    }

    .custom-map .desktop-card .close-card i {
        margin-left: 6px;
    }

    .custom-map .title-cont {
        max-width: 1200px;
        text-align: left;
    }

    .custom-map .title-cont h2 {
        flex-direction: row;
        align-items: flex-end;
    }

    .custom-map .title-cont h2 span:last-of-type {
        margin-left: 20px;
        font-size: calc(35px + (52 - 35) * ((100vw - 1025px) / (1400 - 1025)));
        line-height: 1.09;
    }

    .custom-map .title-cont h2 span:first-of-type {
        font-size: calc(72px + (94 - 72) * ((100vw - 1025px) / (1400 - 1025)));
        line-height: .753;
    }

    .custom-map #mich {
        position: absolute;
        top: 22%;
        left: 43%;
        width: 26px;
        pointer-events: none;
    }

    .custom-map #eastern {
        position: absolute;
        top: 35%;
        left: 57%;
        width: 26px;
        pointer-events: none;
    }

}

@media (min-width: 1250px) {
    
    .custom-map .desktop-cont .overlay-item .map-img {
        width: 200px;
    }

    .custom-map .desktop-cont .overlay-item .text-cont {
        max-width: 310px;
    }

    .custom-map .desktop-area-cards .desktop-card {
        top: 12%;
    }

    .custom-map .desktop-card .inner-content {
        padding: 70px 50px 35px 250px;
    }

}

@media (min-width: 1400px) {
    .custom-map .title-cont {
        text-align: center;
    }

    .custom-map .title-cont h2 span:last-of-type {
        font-size: 52px;
        line-height: 55px;
    }
    .custom-map .title-cont h2 span:first-of-type {
        font-size: 94px;
        line-height: 70px;
    }
    .custom-map .desktop-cont .map-item.arbor .map-item-title {
        left: -35%;
    }

    .custom-map .desktop-area-cards .desktop-card {
        top: 18%;
    }
}