.incident-map .btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 12px 24px;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}
.incident-map .incident-map__top-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: .5rem -15px
}

.incident-map .incident-map__category_buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: .5rem;
    margin-top: .5rem
}

.incident-map .incident-map__category_button {
    font-size: .8rem;
    position: relative
}

.incident-map .incident-map__category_button:first-of-type {
    margin-left: 0
}

.incident-map .incident-map__category_button:last-of-type {
    margin-right: 0
}

.incident-map .incident-map__category_button:after {
    background-color: rgba(0,0,0,.1);
    border-radius: .5rem 0 0 .5rem;
    content: "";
    display: none;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    width: 42.5px;
    z-index: 2
}

.incident-map .incident-map__category_button:hover .incident-map__button-icon {
    left: 17px
}

.incident-map .incident-map__category_button:hover:before {
    transform: rotate(180)
}

.incident-map .incident-map__category_button:hover:after {
    filter: alpha(opacity=100);
    opacity: 1
}

@media(max-width: 767.98px) {
    .incident-map .incident-map__category_button {
        padding-left:.5rem;
        padding-right: .5rem
    }
}

@media(min-width: 768px) {
    .incident-map .incident-map__category_button {
        padding-left:50px
    }

    .incident-map .incident-map__category_button:after {
        display: initial
    }
}

.incident-map .incident-map__button-icon {
    display: none
}

@media(min-width: 768px) {
    .incident-map .incident-map__button-icon {
        align-items:center;
        display: flex;
        height: 100%;
        left: 22px;
        margin-bottom: auto;
        margin-top: auto;
        position: absolute;
        top: 0;
        transition: left .2s ease-in-out
    }
}

.incident-map .search-bar {
    flex: 1 1 auto;
    margin: 0
}

.incident-map .incident-map__map-wrapper {
    display: flex;
    flex-direction: column
}

@media(min-width: 992px) {
    .incident-map .incident-map__map-wrapper {
        flex-direction:row;
        height: 400px
    }

    .incident-map .incident-map__map-wrapper .incident-map__map {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .incident-map .incident-map__map-wrapper .incident-map__information-panel {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.incident-map .incident-map__map-wrapper #capExMap {
    width: 100%!important
}

.incident-map .incident-map__information-panel {
    position: relative
}

@media(min-width: 992px) {
    .incident-map .incident-map__information-panel.open .information-panel {
        width:200%
    }
}

.incident-map .information-panel {
    background: #fff;
    height: 400px;
    transition: width 1s ease-in-out;
    width: 100%
}

@media(min-width: 992px) {
    .incident-map .information-panel {
        height:100%;
        position: absolute;
        right: 0
    }
}

.incident-map .information-panel .information-panel__header {
    background-color: #009fe3;
    color: #fff;
    margin-bottom: 0;
    padding: .5rem 1rem
}

.incident-map .information-panel .information-panel__body {
    color: #333;
    height: 100%;
    overflow: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.incident-map .information-panel .information-panel__contents {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.incident-map .information-panel .side-panel-view-detail-link {
    color: #009fe3
}

.incident-map .information-panel #closeUpdatePanel {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: .8125rem
}

.incident-map .information-panel #closeUpdatePanel:hover {
    color: #dcdcdc
}

.incident-map .information-panel .information-panel-item {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.incident-map .information-panel .information-panel-item:last-child {
    margin-bottom: 0
}

    .incident-map .information-panel .information-panel-item .information-panel-item__header:before {
        display: inline-block;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        margin-right: .5rem
    }

    .incident-map .information-panel .information-panel-item.information-panel-item--incident .information-panel-item__header:before {
        color: rgb(224, 70, 19);
        content: "\f071";
    }

    .incident-map .information-panel .information-panel-item.information-panel-item--planned-activity .information-panel-item__header:before {
        color: rgb(85, 164, 66);
        content: "\f0ad";
    }

.incident-map .timeline {
    margin-top: 10px;
    padding: 10px 0;
    position: relative
}

.incident-map .timeline .blogpost footer {
    border-top: none;
    padding-top: 0
}

.incident-map .timeline .blogpost header h2 {
    font-size: 22px
}

.incident-map .timeline .timeline-item {
    padding: 0 15px
}

.incident-map .timeline .timeline-date-label {
    clear: both;
    color: #fff;
    display: block;
    float: none;
    line-height: 1;
    margin: -10px auto 40px;
    position: relative;
    text-align: center;
    width: 135px;
    z-index: 2
}

.incident-map .timeline .timeline-date-label:after {
    background-color: #09afdf;
    border-radius: 4px;
    bottom: -8px;
    height: 30px;
    position: absolute;
    width: 100%;
    z-index: -1
}

@media(min-width: 768px) {
    .incident-map .timeline .blogpost {
        margin-bottom:0
    }

    .incident-map .timeline:before {
        background-color: #e8e8e8;
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 1px
    }

    .incident-map .timeline .timeline-item {
        clear: left;
        float: left;
        margin-bottom: 80px;
        padding-left: 0;
        padding-right: 40px;
        position: relative;
        width: 50%;
        z-index: 1
    }

    .incident-map .timeline .timeline-item.pull-right {
        clear: right;
        float: right;
        margin-bottom: 0;
        margin-top: 80px;
        padding-left: 40px;
        padding-right: 0;
        position: relative;
        width: 50%
    }

    .incident-map .timeline .timeline-item.pull-right+.timeline-date-label {
        padding-top: 80px
    }

    .incident-map .timeline .timeline-item:after {
        background-color: #eaeaea;
        content: "";
        font-family: FontAwesome;
        height: 1px;
        left: auto;
        position: absolute;
        right: 0;
        top: 20px;
        width: 35px;
        z-index: -1
    }

    .incident-map .timeline .timeline-item:before {
        background-color: #cdcdcd;
        border: 1px solid #cdcdcd;
        border-radius: 100%;
        content: "";
        height: 7px;
        position: absolute;
        right: -4px;
        top: 17px;
        width: 7px
    }

    .incident-map .timeline .timeline-item.pull-right:after {
        left: 0;
        right: auto
    }

    .incident-map .timeline .timeline-item.pull-right:before {
        left: -3px
    }
}

@media(max-width: 767px) {
    .incident-map .timeline .timeline-item.pull-right {
        float:none!important
    }
}

.incident-map .timeline .pv-10 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.incident-map .timeline .ph-10 {
    padding-left: 1rem;
    padding-right: 1rem
}


.incident-map .search-bar {
    font-size: 1.5rem;
    margin: 0 auto;
    width: 100%
}

@media(min-width: 992px) {
    .incident-map .search-bar {
        width: 60.5%
    }
}

.incident-map .search-bar.search-bar--stretched {
    width: 100%
}

.incident-map .search-bar.search-bar--compact .search-bar__inner {
    font-size: .9rem;
    line-height: unset
}

.incident-map .search-bar.search-bar--compact .search-bar__input {
    padding: .25rem 2.25rem .25rem 1rem
}

.incident-map .search-bar.search-bar--compact .search-bar__action {
    font-size: medium;
    margin-right: 1rem
}

.incident-map .search-bar .search-bar__inner {
    line-height: 2.25rem;
    position: relative
}

@media(min-width: 768px) {
    .incident-map .search-bar .search-bar__inner {
        line-height: 3rem
    }
}

.search-bar .search-bar__label {
    margin-bottom: 0;
    width: 100%
}

.incident-map .search-bar .search-bar__label-text {
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 100vw;
    visibility: hidden;
    width: 0
}

.incident-map .search-bar .search-bar__input {
    border: 1px solid #dadada;
    border-radius: 3em;
    color: #333;
    outline: 0;
    padding: .75rem 3.75rem .75rem 2rem;
    width: 100%
}

.incident-map .search-bar .search-bar__input:active, .incident-map .search-bar .search-bar__input:focus {
    border-color: #009fe3
}
.incident-map .search-bar.search-bar--white .search-bar__input {
    background-color: #fff;
}
.incident-map .search-bar.search-bar--text-pacific .search-bar__action, .incident-map  .search-bar.search-bar--text-pacific .search-bar__input {
    color: #009fe3;
}
.incident-map .search-bar .search-bar__action {
    background: transparent;
    border: none;
    color: #333;
    font-size: x-large;
    height: 100%;
    line-height: 2rem;
    margin: 0 2rem 0 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0
}

.incident-map .btn-outline-pacific {
    border-color: #009fe3;
    color: #009fe3;
}
    .incident-map .btn-outline-pacific:hover {
        background-color: #009fe3;
        border-color: #009fe3;
        color: #fff;
    }

