/**** Map Actions ****/

#eastern:hover > *, #western:hover path, #central:hover > * {
    fill: #0f393c;
    cursor: pointer;
}

.interactive-map svg {
    min-height: 480px;
    width: 100%;
}

.cls-15, .cls-10, .cls-11, .cls-16, .cls-12, .cls-13, .cls-14 {
    pointer-events: none;
}

/**** Mobile ****/

/**** Titles ****/
.interactive-map {
    position: relative;
    margin-bottom: 30px;
}

.interactive-map .title1 {
    color: var(--dark-teal);
    font-family: var(--font-fraunces);
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 37px;
}

.interactive-map .title2 {
    color: var(--dark-teal);
    font-size: 30px;
    font-weight: 700;
    font-family: var(--font-fraunces);
    display: block;    
    margin-bottom: 20px;
}

/**** Links ****/

.interactive-map .links-wrapper {
    margin-bottom: 30px;
}

.interactive-map .links-wrapper .region-button {
    color: var(--dark-teal);
    font-size: 17px;
    font-weight: 700;
    font-family: var(--font-fraunces);
    background-color: transparent;
    display: block;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.interactive-map .mini-map {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 100px;
    right: 30px;
}

.interactive-map .header-wrapper {
    margin: 0 30px;
}

.interactive-map .mobile-region-buttons {
    background-color: #286366;
    width: 100%;
    height: 40px;
}

.interactive-map .mobile-region-buttons .button-wrapper {
    margin: 0 auto;
    width: 318px;
}

.interactive-map .mobile-region-buttons .button-wrapper > button {
    color: white;
    background-color: transparent;
    font-family: var(--font-fraunces);
    font-weight: var(--weight-bold);
    font-size: 55px;
    position: relative;
    padding: 0 10px;
    top: -22px;
}

/**** Dashes ****/
.interactive-map .mobile-region-buttons .button-wrapper .mobile-dash {
    width: 34px;
    height: 5px;
    background-color: white;
    display: inline-block;
    position: relative;
    top: -37px;
    cursor: pointer;
}

.interactive-map .mobile-region-buttons .button-wrapper .mobile-dash.active {
    background-color: var(--light-green);
}

.interactive-map .mobile-region-buttons .button-wrapper .dash-wrapper {
    margin: 0 47px;
    display: inline-block;
}

/**** Link Highlight ****/
.interactive-map .links-wrapper .region-button.active {
    text-decoration: underline;
}

/**** Popup ****/
.interactive-map .region-detail {
    background-color: #105156;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

.interactive-map .region-detail.active {
    opacity: 1;
    pointer-events: all;
    position: relative;
}


/**** Close Button ****/
.interactive-map .region-detail .button-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 16px;
    padding-top: 6px;
}

.interactive-map .region-detail .close-button {
    background-color: transparent;
    font-size: 22pt;
    font-family: var(--font-fraunces);
    font-weight: 700;
    color: var(--light-green);
}

.interactive-map .region-detail .popup-top {
    padding: 0 30px;
    min-width: 270px;
}

/**** Text ****/
.interactive-map .region-detail .text-wrapper {
    min-width: 270px;
    max-width: 600px;
}

.interactive-map .region-detail .inner-title1 {
    color: var(--white);
    font-family: var(--font-fraunces);
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.interactive-map .region-detail .inner-title2 {
    color: white;
    font-size: 20px;
    font-weight: 900;
    font-family: raleway, sans-serif;
    display: block;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 12px;
}

.interactive-map .region-detail .inner-desc {
    font-size: 15px;
    line-height: 22px;
    color: white;
}

.interactive-map .region-detail .scroll-button-wrapper {
    display: flex;
    align-items: center;
    min-width: 270px;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto;
}

.interactive-map .region-detail .scroll-button-wrapper > * {
    color: white;
    background-color: transparent;
    font-family: var(--font-fraunces);
    font-weight: var(--weight-bold);
}

.interactive-map .region-detail .current-region {
    font-size: 15px;
    text-transform: capitalize;
}

.interactive-map .region-detail .scroll-button-wrapper > button {
    font-size: 55px;
}

/**** Images ****/
.interactive-map .region-detail .interactive-map-images {
    margin-bottom: 20px;
}

.interactive-map .region-detail .interactive-map-images .slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.interactive-map .region-detail .interactive-map-images .slide {
    margin: 0 10px;
}

.interactive-map .region-detail .interactive-map-images .slide .img-cont {
    max-width: 137px;
}

.interactive-map .region-detail .interactive-map-images .slides .content-section > h4 {
    color: white;
    font-family: var(--font-fraunces);
    font-size: 16px;
    line-height: 22px;
    max-width: 137px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

/**** Bottom Region ****/

.interactive-map .popup-bottom {
    background-image: url(/includes/public/assets/shared/bottomBackground.png);
    /* height: 100%; */
    width: 100%;
}

.interactive-map .interactive-map-events {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 40px;
    margin: 0 30px;
}

.interactive-map .interactive-map-events .events-title-wrapper {
    margin-bottom: 40px;
}

.interactive-map .interactive-map-events .events-title {
    color: white;
    font-family: var(--font-fraunces);
    font-size: 30px;
    font-weight: 700;
}

.interactive-map .interactive-map-events .events-title-wrapper .events-title-center {
    display: none;
}

.interactive-map .region-detail .slider-cont {
    display: none;
}

.interactive-map .region-detail .slider-cont-two .events-scroll-button-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: -8px;
    max-width: 300px;
    margin: 0 auto;
}

.interactive-map .region-detail .events-scroll-button-wrapper > * {
    color: white;
    background-color: transparent;
    font-family: var(--font-fraunces);
    font-weight: var(--weight-bold);
}

.interactive-map .region-detail .events-scroll-button-wrapper > button {
    font-size: 55px;
}

/**** Slides ****/
.interactive-map-events .event.slick-slide {
    margin: 0 auto;
    width: 300px;
    /* height: 150px; */
    display: flex;
}

.interactive-map-events .event.slick-slide {
    opacity: 0;
    pointer-events: none;
}

.interactive-map .region-detail.active .interactive-map-events .event.slick-slide.slick-active {
    opacity: 1;
    pointer-events: all;
}

/**** Date ****/
.interactive-map .interactive-map-events .date-cont{
   height: 105px;
   min-width: 105px;
   border-radius: 50%; 
   background-color: var(--dark-teal);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.interactive-map-events .date-month, .interactive-map-events .date-day {
    display: block;
    color: white;
}

.interactive-map-events .date-month {
    font-size: 23px;
    font-weight: 900;
    font-family: raleway, sans-serif;
    text-transform: uppercase;
}

.interactive-map-events .date-day {
    font-family: var(--font-fraunces);
    font-weight: var(--weight-bold);
    font-size: 46px;
    margin-top: -16px;
}

/**** Details ****/
.interactive-map .events .event .details-cont {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    padding-right: 40px;
}

.interactive-map .details-cont .details-title {
    color: white;
    font-size: 20px;
    font-weight: 900;
    font-family: raleway, sans-serif;
    margin-bottom: 18px;
}

.interactive-map .details-cont .details-address1, .interactive-map .details-cont .city-state-zip {
    color: white;
    font-size: 15px;
    font-family: raleway, sans-serif;
    display: block;
}

.interactive-map .details-cont .location-wrapper {
    display: flex;
}

.interactive-map .details-cont .location-wrapper > i {
    font-size: 18px;
    color: var(--light-green);
    margin-right: 10px;
    margin-top: 4px;
}

.interactive-map .details-cont .more-caption {
    color: var(--light-green);
    font-size: 16px;
    font-weight: 700;
    font-family: raleway, sans-serif;
    text-decoration: underline;
    margin-left: 24px;
    margin-top: 10px;
}

.interactive-map .details-cont .more-caption > i {
    text-decoration: none;
    margin-left: 8px;
}

@media (max-width: 800px) {
    .interactive-map .map-wrapper {
        width: 100%;
        overflow: hidden;
    }

    .interactive-map .map-wrapper-inner {
        width: 150%;
        transition: transform 0.5s ease;
        position: relative;
    }
}

@media (min-width: 801px) {
    .interactive-map .mobile-region-buttons {
        display: none;
    }

    .interactive-map .links-wrapper .region-button.active {
        text-decoration: none;
        color: var(--dark-teal);
    }
}

@media (max-width: 972px) {
    .interactive-map .collection-images {
        width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 620px) {
    .interactive-map .collection-images {
        width: auto;
    }
}

@media (max-width: 1087px) {
    .interactive-map .popup-top .text-wrapper {
        margin: 0 auto;
    }
}

/**** Desktop ****/
@media (min-width: 68em) {
    /**** Titles ****/

    .interactive-map {
        position: relative;
        overflow: hidden;
    }

    .interactive-map svg {
        position: relative;
    }

    .interactive-map .regions {
        /* max-height: 831px; */
    }

    .interactive-map .region-detail {
        height: 100%;
    }

    .interactive-map .header-text-wrapper {
        position: absolute;
        top: 10px;
        left: 40px;
        z-index: 9;
    }

    .interactive-map .title1 {
        font-size: 40px;
    }
    
    .interactive-map .title2 {
        font-size: 28px;
        line-height: 32px;
        width: 260px;
        margin-bottom: 30px;
    }

    /**** Links ****/

    .interactive-map .links-wrapper .region-button {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .interactive-map .links-wrapper .region-button.active {
        text-decoration: none;
        color: var(--dark-teal);
    }

    .interactive-map .links-wrapper .region-button:hover, .interactive-map .links-wrapper .region-button.hovered {
        text-decoration: underline;
    }

    .interactive-map #western.hovered > path, .interactive-map #central.hovered > *, .interactive-map #eastern.hovered > *  {
        fill: #0f393c;
    }

    .interactive-map .mini-map {
        position: absolute;
        top: 60px;
        right: 40px;
        z-index: 9;
        width: 185px;
        height: 185px;
    }

    .interactive-map .mobile-region-buttons {
        display: none;
    }

    /**** Top Region ****/
    .interactive-map .region-detail .popup-top {
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        max-width: 1250px;
        margin-top: 5px;
        padding: 0 30px;
    }

    /**** Text ****/
    .interactive-map .region-detail .text-wrapper {
        width: 400px;
    }

    .interactive-map .region-detail .inner-title1 {
        font-size: 40px;
    }
    
    .interactive-map .region-detail .inner-title2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 26px;
        width: 260px;
    }

    .interactive-map .region-detail .inner-desc {
        font-size: 18px;
        line-height: 30px;
    }

    .interactive-map .region-detail .scroll-button-wrapper {
        width: 200px;
        min-width: 200px;
        margin: 0;
    }
    
    /**** Images ****/
    .interactive-map .region-detail .collection-images {
        max-width: 720px;
    }

    .interactive-map .region-detail .interactive-map-images .slides {
        display: flex;
        flex-wrap: wrap;
    }

    .interactive-map .region-detail .interactive-map-images .slide {
        margin: 0 15px;
    }

    .interactive-map .region-detail .interactive-map-images .slide .img-cont {
        max-width: 206px;
    }

    .interactive-map .region-detail .interactive-map-images .slides .content-section > h4 {
        color: white;
        font-family: raleway, sans-serif;
        font-size: 18px;
        line-height: 25px;
        max-width: 206px;
        margin-top: 9px;
        margin-bottom: 35px;
        font-weight: 700;
    }

    /**** Bottom Region ****/

    .interactive-map .popup-bottom {
        padding: 0 30px 30px;
        background-image: url(/includes/public/assets/shared/bottomBackground.png);
        /* height: 800px; */
        width: 100%;
    }

    .interactive-map .interactive-map-events {
        margin: 0 auto;
        max-width: 1200px;
        padding-top: 40px;
    }

    .interactive-map .interactive-map-events .events-title-wrapper {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .interactive-map .interactive-map-events .events-title {
        font-size: 40px;
        min-width: 225px;
    }

    .interactive-map .interactive-map-events .events-title-wrapper .events-title-center {
        display: block;
        border-bottom: 1px solid white;
        width: 68%;
        z-index: 10;
        opacity: 0.5;
        position: relative;
        top: -40px;
        margin-left: 25px;
        margin-right: 15px;
    }

    .interactive-map .region-detail .slider-cont {
        display: block;
    }

    .interactive-map .region-detail .events-scroll-button-wrapper {
        display: flex;
        align-items: center;
        width: 110px;
        justify-content: space-between;
        margin-top: -8px;
    }

    .interactive-map .region-detail .events-scroll-button-wrapper > * {
        color: white;
        background-color: transparent;
        font-family: var(--font-fraunces);
        font-weight: var(--weight-bold);
    }

    .interactive-map .region-detail .events-scroll-button-wrapper > button {
        font-size: 55px;
    }

    .interactive-map .region-detail .slider-cont-two {
        display: none;
    }

    /**** Slides ****/
    .interactive-map-events .event.slick-slide {
        /* height: 150px; */
        display: flex;
    }

    .slick-slide {
        opacity: 0;
        pointer-events: none;
    }

    .slick-slide.slick-active {
        opacity: 1;
        pointer-events: all;
    }

    /**** Date ****/
    .interactive-map .interactive-map-events .date-cont{
       height: 120px;
       min-width: 120px;
    }

    /**** Details ****/
    .interactive-map .events .event .details-cont {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

    .interactive-map .details-cont .details-title {
        color: white;
        font-size: 20px;
        font-weight: 900;
        font-family: raleway, sans-serif;
        margin-bottom: 18px;
    }

    .interactive-map .details-cont .details-address1, .interactive-map .details-cont .city-state-zip {
        color: white;
        font-size: 15px;
        font-family: raleway, sans-serif;
        display: block;
    }

    .interactive-map .details-cont .location-wrapper {
        display: flex;
    }

    .interactive-map .details-cont .location-wrapper > i {
        font-size: 18px;
        margin-right: 10px;
        margin-top: 4px;
    }

    .interactive-map .details-cont .more-caption {
        font-size: 16px;
        font-weight: 700;
        font-family: raleway, sans-serif;
        text-decoration: underline;
        margin-left: 24px;
        margin-top: 10px;
    }

    .interactive-map .details-cont .more-caption > i {
        text-decoration: none;
        margin-left: 8px;
    }
}

/**** Between Desktop and Mobile ****/

@media (min-width: 80em) {
    .interactive-map .header-text-wrapper {
        top: 35px;
    }
}