:root {
  --edge-space: 16px;
  --outside-space: calc((150px * -0.4) + (150 / 1600 * 100vw * 1.4));
  --inside-space: calc((240px * -0.4) + (240 / 1600 * 100vw * 1.4));
  --vertical-space: calc((80px * -0) + (80 / 1600 * 100vw * 1));
  --max-width: 1700px;
}
@media screen and (min-width: 1601px) {
  :root {
    --vertical-space: 80px;
    --outside-space: 150px;
    --inside-space: 240px;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --outside-space: 30px;
    --vertical-space: 30px;
    --inside-space: 30px;
  }
}
#alertable {
  background: #f5d319;
  position: relative;
}
#alertable .graphic-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.06;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
#alertable .graphic-1 svg {
  height: 150%;
  width: auto;
  position: absolute;
  bottom: 0;
}
#alertable .graphic-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
#alertable .graphic-2 svg {
  height: 100%;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#alertable .inside {
  max-width: var(--max-width);
  margin: auto;
  padding: 70px var(--outside-space) 250px var(--outside-space);
  margin-top: 160px;
}
@media screen and (max-width: 1090px) {
  #alertable .inside {
    margin-top: 105px;
  }
}
@media screen and (max-width: 920px) {
  #alertable .inside {
    margin-top: 83px;
  }
}
@media screen and (max-width: 800px) {
  #alertable .inside {
    padding-bottom: 220px;
    padding-top: 38px;
  }
}
#alertable .inside .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 40px;
  position: relative;
}

@media screen and (max-width: 800px) {
  #alertable .inside .top {
    margin-bottom: 41px;
  }
}
#alertable .inside .top #breadcrumbs {
  margin-bottom: 0;
}
#alertable .inside .top #breadcrumbs * {
  color: #003b5c;
}
#alertable .inside .title {
  display: flex;
  align-items: center;
  column-gap: 23px;
}
@media screen and (max-width: 800px) {
  #alertable .inside .title {
    flex-direction: column;
    text-align: center;
    row-gap: 15px;
  }
}
#alertable .inside .title .icon {
  width: 80px;
  height: 80px;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-bell.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 8px;
}
@media screen and (max-width: 800px) {
  #alertable .inside .title .icon {
    width: 60px;
    height: 60px;
  }
}
#alertable .inside .title .right .secondary-heading {
  margin-bottom: 0;
}
#alertable .inside .title .right .date {
  font-size: 18px;
  color: #003b5c;
}
#alertable .inside .top .right {
  display: flex;
}
@media screen and (max-width: 800px) {
  #alertable .inside .top .right {
    display: none;
  }
}
#alertable .inside .top .right,
#alertable .inside .mobile-share {
  align-items: center;
  column-gap: 36px;
}
#alertable .inside .top .right .bookmark-page a,
#alertable .inside .mobile-share .bookmark-page a {
  color: #003b5c;
}
#alertable .inside .top .right .bookmark-page a svg path,
#alertable .inside .mobile-share .bookmark-page a svg path {
  fill: #003b5c;
}
#alertable .inside .top .right .share,
#alertable .inside .mobile-share .share {
  display: flex;
  align-items: center;
  column-gap: 13px;
  font-size: 14px;
  font-weight: 700;
  color: #003b5c;
  font-family: "Roboto", "Times New Roman", Times, serif;
  text-transform: uppercase;
}
#alertable .inside .top .right .icons,
#alertable .inside .mobile-share .icons {
  display: flex;
  align-items: center;
  column-gap: 13px;
}
#alertable .inside .mobile-share {
  display: none;
  flex-wrap: wrap;
  row-gap: 15px;
  align-items: center;
  margin-top: 50px;
  column-gap: 25px;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #alertable .inside .mobile-share {
    display: flex;
  }
}
#alertable .inside .mobile-share .bookmark-page a {
  font-size: 12px;
}
#alertable .inside .mobile-share .share {
  font-size: 12px;
}
#alertable.critical {
  background: #c33418;
}
#alertable.critical .inside .top #breadcrumbs * {
  color: #fff;
}
#alertable.critical .inside .top .right .bookmark-page a,
#alertable.critical .inside .mobile-share .bookmark-page a {
  color: #fff;
}
#alertable.critical .inside .top .right .bookmark-page a svg path,
#alertable.critical .inside .mobile-share .bookmark-page a svg path {
  fill: #fff;
}
#alertable.critical .inside .top .right .share,
#alertable.critical .inside .mobile-share .share {
  color: #fff;
}
#alertable.critical .inside .top .right .icons svg path,
#alertable.critical .inside .mobile-share .icons svg path {
  fill: #fff;
}
#alertable.critical .inside .title .icon {
  filter: brightness(0) invert(1);
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-urgent.svg);
}
#alertable.critical .inside .title .right .secondary-heading,
#alertable.critical .inside .title .right .date {
  color: #fff;
}
#alertable.eoc {
  background: #de7008;
}
#alertable.eoc .inside {
  padding-bottom: 130px;
}
@media screen and (max-width: 1090px) {
  #alertable.eoc .inside {
    margin-top: 105px;
  }
}
@media screen and (max-width: 1000px) {
  #alertable.eoc .inside {
    padding-bottom: 87px;
  }
}
@media screen and (max-width: 920px) {
  #alertable.eoc .inside {
    margin-top: 83px;
  }
}
@media screen and (max-width: 800px) {
  #alertable.eoc .inside {
    padding-bottom: 30px;
    padding-top: 38px;
  }
}
#alertable.eoc .inside .top #breadcrumbs * {
  color: #fff;
}
#alertable.eoc .inside .top .right .bookmark-page a,
#alertable.eoc .inside .mobile-share .bookmark-page a {
  color: #fff;
}
#alertable.eoc .inside .top .right .bookmark-page a svg path,
#alertable.eoc .inside .mobile-share .bookmark-page a svg path {
  fill: #fff;
}
#alertable.eoc .inside .top .right .share,
#alertable.eoc .inside .mobile-share .share {
  color: #fff;
}
#alertable.eoc .inside .top .right .icons svg path,
#alertable.eoc .inside .mobile-share .icons svg path {
  fill: #fff;
}
#alertable.eoc .inside .title .icon {
  filter: brightness(0) invert(1);
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-active.svg);
}
#alertable.eoc .inside .title .right .secondary-heading,
#alertable.eoc .inside .title .right .date {
  color: #fff;
}
#alertable.test {
  background: #9ac750;
}
#alertable.test .inside .title .icon {
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-info.svg);
}
#alertable.cancelled {
  background: #919191;
}
#alertable-eoc {
  background: none;
  max-width: var(--max-width);
  margin: auto;
}
#alertable-eoc .alert-container {
  margin-top: -41px;
}
@media screen and (max-width: 1000px) {
  #alertable-eoc .alert-container {
    margin-top: 0;
  }
}
#alertable-eoc .active-alerts {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: var(--outside-space);
}
@media screen and (min-width: 1680px) {
  #alertable-eoc .active-alerts {
    max-width: initial;
    margin-left: calc((100vw - var(--max-width)) / 2);
  }
}
@media screen and (max-width: 1000px) {
  #alertable-eoc .active-alerts {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
#alertable-eoc .active-alerts .alerts-container {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (min-width: 1680px) {
  #alertable-eoc .active-alerts .alerts-container {
    max-width: initial;
  }
}
@media screen and (max-width: 1000px) {
  #alertable-eoc .active-alerts .alerts-container {
    flex-direction: column;
    width: 100%;
  }
}
#alertable-eoc .active-alerts .alerts-container .alert .icon {
  width: 78px;
}
#alertable-eoc .active-alerts .alerts-container .alert .description {
  padding: 12px 22px 12px 22px;
}
#alertable-eoc .active-alerts .alerts-container .alert .description .title {
  font-size: 22px;
}
#alertable-eoc .active-alerts .alerts-container .alert .description .date {
  font-size: 14px;
}
#alertable-eoc .active-alerts .container-heading {
  align-self: flex-start;
  position: relative;
  padding: 7px 20px 7px 0px;
}
@media screen and (max-width: 1000px) {
  #alertable-eoc .active-alerts .container-heading {
    padding: 7px 20px 7px var(--outside-space);
    width: 100%;
  }
}
#alertable-eoc .active-alerts .container-heading:before {
  content: "";
  background: #003b5c;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
}
#alertable-eoc .inside {
  max-width: var(--max-width);
  margin: auto;
  margin: var(--vertical-space) var(--outside-space) 20px var(--outside-space);
}

#alertable-eoc .intro-inside {
  max-width: var(--max-width);
  margin: auto;
  margin: 150px var(--outside-space) 100px var(--outside-space);
}

@media screen and (max-width: 1000px) {
  #alertable-eoc .intro-inside {
    margin-top: var(--vertical-space);
  }
}

#alertable-eoc .wysi {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 40px;
}

#alertable-eoc .wysi > div {
  flex: 1;
  min-width: 300px;
}

#alertable-eoc .wysi > div img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #alertable-eoc .wysi {
    flex-direction: column;
  }
}
#alertable-eoc .wysi .content > *:last-child {
  margin-bottom: 0;
}
#alertable-eoc .wysi .secondary-heading {
  flex: 0 0 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  #alertable-eoc .wysi .secondary-heading {
    flex: 0 0 calc(165px + 20.9375vw);
  }
}
@media screen and (max-width: 1000px) {
  #alertable-eoc .wysi .secondary-heading {
    flex: initial;
    margin-bottom: 0.7em;
  }
}
#alertable-eoc .eoc-info-repeater {
  /* background: #001a29; */
}

.info-post-wrapper {
  border-top: 1px solid #000 !important;
}

#alertable-eoc .eoc-info-repeater .info-post .post-title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", "Times New Roman", Times, serif;
  display: flex;
  padding: 18px 0;
  cursor: pointer;
  border-bottom: 1px solid rgb(0, 0, 0);
}
@media screen and (max-width: 1600px) {
  #alertable-eoc .eoc-info-repeater .info-post .post-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1400px) {
  #alertable-eoc .eoc-info-repeater .info-post .post-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  #alertable-eoc .eoc-info-repeater .info-post .post-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #alertable-eoc .eoc-info-repeater .info-post .post-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 800px) {
  #alertable-eoc .eoc-info-repeater .info-post .post-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  #alertable-eoc .eoc-info-repeater .info-post .post-title {
    padding: 11px 0;
  }
}
#alertable-eoc .eoc-info-repeater .info-post .post-title .text {
  flex-grow: 1;
  line-height: 1.5;
  padding: 4px 0;
}
#alertable-eoc .eoc-info-repeater .info-post .post-title .toggle-icon {
  padding: 0 25px;
}

@media screen and (max-width: 800px) {
  #alertable-eoc .eoc-info-repeater .info-post .post-title .toggle-icon {
    padding: 0 15px;
  }
}
#alertable-eoc .eoc-info-repeater .info-post .post-title.open .toggle-icon {
  font-size: 0;
  height: 3px;
  background: black;
  padding: 0;
  width: 11px;
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #alertable-eoc .eoc-info-repeater .info-post .post-title.open .toggle-icon {
    margin-right: 15px;
  }
}
#alertable-eoc .eoc-info-repeater .info-post .tertiary-heading {
  color: #fff;
}
#alertable-eoc .eoc-info-repeater .info-post:first-child .post-title {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#alertable-eoc .eoc-info-repeater .info-post .content {
  /* color: #fff; */
  /* background: #001f31; */
  display: flex;
  padding: 25px 50px;
  column-gap: 40px;
}
@media screen and (max-width: 1600px) {
  #alertable-eoc .eoc-info-repeater .info-post .content {
    /* padding: calc(20px + 1.875vw) calc(-10.4px + 7.15vw);
		column-gap: calc(1.2px + 2.425vw); */
  }
}
@media screen and (max-width: 1100px) {
  #alertable-eoc .eoc-info-repeater .info-post .content {
    flex-direction: column;
  }
  #alertable-eoc .eoc-info-repeater .info-post .content ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  #alertable-eoc .eoc-info-repeater .info-post .content {
    padding: 20px;
  }
}
#alertable-eoc .eoc-info-repeater .info-post .content .content-heading {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", "Times New Roman", Times, serif;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  #alertable-eoc .eoc-info-repeater .info-post .content .content-heading {
    font-size: 21px;
  }
}
@media screen and (max-width: 800px) {
  #alertable-eoc .eoc-info-repeater .info-post .content .content-heading {
    font-size: 18px;
  }
}
#alertable-eoc
  .eoc-info-repeater
  .info-post
  .content
  .content-wrap
  > *:last-child {
  margin-bottom: 0;
}
#alertable-eoc .eoc-info-repeater .info-post .content .custom-link {
  margin: 2em 0;
}
#alertable-eoc .eoc-info-repeater .info-post .content .resources-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
#alertable-eoc
  .eoc-info-repeater
  .info-post
  .content
  .resources-wrap
  .custom-link {
  margin: 1em 0;
}
#alertable-eoc .active-alerts:after {
  display: none;
}
#alertable-iframe {
  position: relative;
}
#alertable-iframe .inside {
  max-width: var(--max-width);
  margin: auto;
  padding: 0 var(--outside-space) 0 var(--outside-space);
}
#alertable-iframe .inside iframe {
  width: 100%;
  height: 625px;
  margin-top: -175px;
}
#cta-connected .inside .top .secondary-heading {
  margin-bottom: 30px;
}
#cta-connected .inside .top .border {
  width: 400px;
  height: 1px;
  background: #fff;
  margin: auto;
  opacity: 0.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .top .border {
    width: 300px;
  }
}
#cta-connected .inside .bottom .custom-button {
  align-self: center;
}
#cta-connected .inside .graphic-arrows {
  top: 14px;
}
.evacuation-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: rgba(0, 26, 41, 0.9);
  display: none;
}

.evacuation-modal #modal-content video {
  width: 100%;
}

.evacuation-modal #modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plyr {
  --plyr-color-main: rgb(222, 112, 8);
  --plyr-control-background: rgba(222, 111, 8, 0.471);
  --plyr-progress-played: rgb(222, 112, 8);
  --plyr-progress-buffered: #ccc;
}

.evacuation-modal .close-modal {
  position: absolute;
  display: flex;
  align-items: center;
  column-gap: 7px;
  right: 0;
  top: 26px;
  transform: translate(0%, -100%);
  color: #fff;
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-weight: 700;
  padding: 30px 0px 30px 30px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .evacuation-modal .close-modal {
    right: 12px;
  }
}
.evacuation-modal .close-modal svg {
  position: relative;
}
.evacuation-modal .inside {
  position: absolute;
  width: 1000px;
  height: 625px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .evacuation-modal .inside {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .evacuation-modal .inside {
    width: 100%;
  }
}
.evacuation-modal .inside iframe {
  width: 100% !important;
  height: 100% !important;
}
.call-button {
  display: none;
  position: fixed;
  right: 2px;
  bottom: 59px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .call-button {
    display: block;
  }
} /*# sourceMappingURL=single-alertable.css.map */

.evacuation-orders-wrapper,
.evacuation-alerts-wrapper,
.evacuation-map-wrapper,
.evacuation-video-updates-wrapper,
.resources-city-services-wrapper,
.evacuation-road-parks-wrapper,
.previous-updates-wrapper {
  margin-top: 80px;
}

.evacuation-map-wrapper .map-wrapper iframe {
  width: 100%;
  height: 625px;
}

.evacuation-map-wrapper .map-wrapper {
  display: flex;
  gap: 45px;
  margin-top: 40px;
  @media screen and (max-width: 1728px){
    gap: calc((45px * 0.13) + (45/1728*100vw * 0.87));
  }
  @media screen and (max-width: 1000px){
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
.evacuation-map-wrapper .map-wrapper a.map-portal-link {
  background: #003b5c;
  flex: 0 0 calc(33.3333% - 30px);
  padding: 50px 60px;
  @media screen and (max-width: 1728px){
    flex: 0 0 calc(33.3333% - 2 * ((45px * 0.13) + (45/1728*100vw * 0.87)) / 3);
  }
  @media screen and (max-width: 800px){
    padding: 37px 32px;
  }

  .secondary-heading, .tertiary-heading{
    color: #fff;
    margin: 0px;
    text-align: center;
    margin-block: 30px;
    @media screen and (max-width: 1728px){
      margin-block: calc((50px * 0.33) + (50/1728*100vw * 0.67));
    }
  }
}

.evacuation-video-updates-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.evacuation-video-updates-card-grid .evacuation-video-updates-card .top video {
  width: 100%;
}

.evacuation-video-updates-card-grid
  .evacuation-video-updates-card
  .content
  p:last-of-type {
  margin-bottom: 0;
}

.btn-group-grid {
  margin: var(--vertical-space) var(--outside-space) var(--vertical-space)
    var(--outside-space);
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap: 10px;
  transition:
    transform 0.4s ease,
    width 0.4s ease;
}

.btn-group-grid .btn {
  flex: 0 0 225px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background-color: #f5f5f5;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #003b5c;
  font-family: "Roboto", "Times New Roman", Times, serif;
}

.btn-group-grid .btn:hover {
  background-color: #de7008;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-group-grid .btn:hover svg {
  filter: invert(1) brightness(1.5);
}

.video-title {
  margin-block: 20px;
  font-size: 22px;
}

.evacuation-video-updates-card .date {
  color: #767676;
  margin-bottom: 15px;
}

.evacuation-video-updates-card .top {
  position: relative;
  height: auto;
}

.evacuation-video-updates-card .top video {
  width: 100%;
}

.evacuation-video-updates-card .top .overlay {
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.evacuation-video-updates-card .top #play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 60px;
}

@media (max-width: 1000px) {
  .video-title {
    margin-block: 10px;
    font-size: 18px;
  }

  .evacuation-video-updates-card .date {
    margin-bottom: 7px;
  }

  #alertable-eoc .inside {
    margin-bottom: 40px;
  }

  #alertable-eoc .wysi > div img {
    margin: auto;
    max-width: 400px;
  }

  .evacuation-orders-wrapper,
  .evacuation-alerts-wrapper,
  .evacuation-map-wrapper,
  .evacuation-video-updates-wrapper,
  .resources-city-services-wrapper,
  .evacuation-road-parks-wrapper,
  .previous-updates-wrapper {
    margin-top: 40px;
  }

  .evacuation-map-wrapper .map-wrapper iframe {
    height: 450px;
  }

  #alertable-eoc .wysi > div {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .btn-group-grid .btn:hover {
    background-color: #f5f5f5;
    color: initial;
  }

  .btn-group-grid .btn:hover svg {
    filter: initial;
  }

  .btn-group-grid .btn {
    flex: 0 0 calc(50% - 10px);
    padding: 20px 10px;
    height: auto;
    font-size: 0.7rem;
  }

  .btn-group-grid .btn svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .evacuation-orders-wrapper,
  .evacuation-alerts-wrapper,
  .evacuation-map-wrapper,
  .evacuation-video-updates-wrapper,
  .resources-city-services-wrapper,
  .evacuation-road-parks-wrapper,
  .previous-updates-wrapper {
    margin-top: 30px;
  }

  .evacuation-map-wrapper .map-wrapper iframe {
    height: 300px;
  }

  .evacuation-video-updates-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
