.primary-heading {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  .primary-heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 1500px) {
  .primary-heading {
    font-size: 61px;
  }
}
@media screen and (max-width: 1400px) {
  .primary-heading {
    font-size: 58px;
  }
}
@media screen and (max-width: 1100px) {
  .primary-heading {
    font-size: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .primary-heading {
    font-size: 47px;
  }
}
@media screen and (max-width: 800px) {
  .primary-heading {
    font-size: 39px;
  }
}

#current-status .active-alerts.styled-alerts {
  position: relative;
  margin-top: 60px;
  padding: 90px 0;
}
@media screen and (max-width: 1090px) {
  #current-status .active-alerts.styled-alerts {
    display: block;
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 950px) {
  #current-status .active-alerts.styled-alerts {
    padding: 0px 0;
  }
}
@media screen and (max-width: 800px) {
  #current-status .active-alerts.styled-alerts {
    margin-bottom: 0;
  }
}
#current-status .description .title,
#current-status {
  color: #003b5c;
}
#current-status {
  color: white;
}
#current-status .active-alerts.styled-alerts .alerts-container {
  width: initial;
  max-width: 650px;
  margin-left: auto;
  height: initial;
  overflow: initial;
  overflow-x: initial;
}
@media screen and (max-width: 950px) {
  #current-status .active-alerts.styled-alerts .alerts-container {
    max-width: initial;
  }
}
@media screen and (max-width: 800px) {
  #current-status .active-alerts.styled-alerts .alerts-container {
    margin-left: calc(-1 * var(--outside-space));
    width: calc(100% + 2 * var(--outside-space));
  }
}

#current-status {
  margin-top: 160px;
  background: #003b5c;
  position: relative;
}
@media screen and (max-width: 1090px) {
  #current-status {
    margin-top: 105px;
  }
}
@media screen and (max-width: 920px) {
  #current-status {
    margin-top: 83px;
  }
}
#current-status .graphic {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  max-width: var(--max-width);
  transform: translateX(-50%);
}
#current-status .graphic svg {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
#current-status .inside {
  max-width: var(--max-width);
  margin: auto;
  position: relative;
  padding: 0 var(--outside-space);
  display: flex;
  align-items: center;
  column-gap: 8%;
  z-index: 25;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  #current-status .inside {
    flex-direction: column;
    align-items: initial;
  }
}
#current-status .inside *:not(a) {
  color: white;
}
#current-status .inside .primary-heading {
  color: white;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 800px) {
  #current-status .inside .primary-heading {
    margin-bottom: 21px;
  }
}
#current-status .inside.inside-no-alerts .top-no-alerts .primary-heading {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  #current-status .inside.inside-no-alerts .no-alerts {
    padding-bottom: 64px;
  }
}
#current-status .inside .left {
  flex: 0 0 50%;
  padding: 150px 0;
}
@media screen and (max-width: 950px) {
  #current-status .inside .left {
    flex: 0 0 39%;
    padding: 66px 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #current-status .inside .left {
    flex: 0 0 100%;
    padding-top: 90px;
  }
}

#content {
  max-width: var(--max-width);
  margin: auto;
  padding-top: var(--vertical-space);
  padding-bottom: 0;
}

#content .inside {
  padding-inline: var(--outside-space);
  padding-bottom: var(--vertical-space);
}

#content .inside .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#content .inside .top .left {
  min-width: 700px;
  color: #003b5c;
}

#content .inside .top .right p:last-of-type {
  margin-bottom: 0;
}

#content .box {
  padding-inline: var(--outside-space);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 50px;
}

.bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

#current-status .graphic-overlay {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 48%;
  top: 0;
  background-repeat: no-repeat;
  margin: auto;
  transform: translateX(-50%);
  max-width: var(--max-width);
}

.bottom-load-more {
  padding-top: var(--vertical-space);
}

@media screen and (max-width: 1400px) {
  #current-status .graphic-overlay {
    min-width: 1300px;
    left: -100px;
    transform: none;
    background-size: cover;
  }

  #content .inside .top .left {
    min-width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  #content .inside .top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
  }
}

@media screen and (max-width: 800px) {
  #content .box {
    gap: 25px;
    row-gap: 35px;
  }
}

#load-more-button {
  cursor: pointer;
}

.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #de7008;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
