#block-novascotiahazards-webform .filter-width select {
     width: 275px;
}

.d-none {
     display: none;
}

.header-inner .language-link {
     font-size: 1.25rem;
     font-weight: 400;
     color: #fff;
}

.header-inner .language-link.is-active {
     display: none !important;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* color */
/* font */
body {
  width: 100%;
  color: #000;
  font-style: normal;
  letter-spacing: normal;
  background: none;
}
@media (max-width: 767px) {
  body {
    line-height: 22px;
  }
}

.text-content {
  color: #000;
}
.text-content p {
  margin: 0 0 0.625rem 0;
}

.field {
  margin: 0;
}
.field:not(:last-child) {
  margin: 0;
}

.breadcrumb {
  margin-top: 1rem;
}

a:focus {
  outline: none;
}

.contextual-region {
  margin-bottom: 0 !important;
}

.node__content {
  padding: 0;
}

.block-system-breadcrumb-block {
  margin: 0;
}

.breadcrumb__item:nth-child(n+2):before {
  border: 0;
  background: url(../images/arrow.svg) no-repeat;
  transform: none;
  margin: 0 0.5rem;
}

.node--unpublished {
  background-color: transparent;
}

ol:not([class]),
ul:not([class]) {
  list-style: unset;
  margin-left: 2rem;
}

.paragraph--type--title {
  font-family: "OpenSans";
  color: #003262;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .paragraph--type--title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
  }
}

.login-wrapper .block,
.login-wrapper .region {
  margin-block-end: 0;
}

.login-disclaimer {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.login-disclaimer p {
  font-family: "OpenSans";
  color: #000;
  font-style: normal;
  font-size: var(--font-size-xs);
  /* ~13px */
  line-height: 1.0625rem;
  /* 17px */
  margin-bottom: 1rem;
}
.login-disclaimer a {
  color: var(--color--primary-50);
}
.login-disclaimer a:hover {
  text-decoration: underline;
}

.error-404-container {
  height: calc(100vh - 405px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-404-content {
  padding: 6rem;
}

.error-message {
  padding-bottom: 1rem;
}

header {
  position: relative;
  background-color: #0058a4;
}
header::before {
  background-image: url(../images/header_background_left.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  header::before {
    content: none;
  }
}
header::after {
  background-image: url(../images/header_background_right.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  header::after {
    content: none;
  }
}

footer {
  position: relative;
  background-color: #0058a4;
}
footer::before {
  content: "";
  background-image: url("../images/footer_ribbon_1.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  footer::before {
    content: none;
  }
}
footer::after {
  content: "";
  background-image: url("../images/footer_ribbons.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  footer::after {
    content: none;
  }
}

.hero-homepage .hero-homepage-inner h1,
.hero-homepage .hero-homepage-inner h2,
.hero-homepage .hero-homepage-inner h3,
.hero-homepage .hero-homepage-inner h4 {
  color: #003262;
  font-family: "OpenSans";
  font-size: 56px;
  line-height: 67px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .hero-homepage .hero-homepage-inner h1,
  .hero-homepage .hero-homepage-inner h2,
  .hero-homepage .hero-homepage-inner h3,
  .hero-homepage .hero-homepage-inner h4 {
    font-size: 43px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .hero-homepage .hero-homepage-inner h1,
  .hero-homepage .hero-homepage-inner h2,
  .hero-homepage .hero-homepage-inner h3,
  .hero-homepage .hero-homepage-inner h4 {
    font-size: 36px;
    line-height: 43px;
  }
}
.hero-homepage .hero-homepage-inner:nth-child(2) {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.hero-homepage .hero-homepage-inner:nth-child(2) .paragraph--type--repeater-item-text-link a {
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  align-items: center;
  padding: 13px 16px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 1199px) {
  .hero-homepage .hero-homepage-inner:nth-child(2) .paragraph--type--repeater-item-text-link a {
    padding: 13px 25px;
  }
}
@media (max-width: 767px) {
  .hero-homepage .hero-homepage-inner:nth-child(2) .paragraph--type--repeater-item-text-link a {
    padding: 13px 33px;
  }
}

.paragraph--type--link {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}

.hero-bottom {
  color: #003262;
  font-size: 27px;
  line-height: 40px;
}
.hero-bottom .field {
  max-width: 50%;
}
@media (max-width: 767px) {
  .hero-bottom .field {
    max-width: 100%;
  }
}

.cards-gird-homepage-inner {
  border-color: #d9d9d9;
}

.cards-gird-homepage-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  width: 100%;
  height: 100%;
}

.cards-gird-homepage-item-content-inner-title {
  color: #003262;
}

.cards-gird-homepage-item-content-url {
  position: relative;
}
.cards-gird-homepage-item-content-url a {
  background-image: url("../images/ArrowRight.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  color: transparent;
  display: inline-block;
}
.cards-gird-homepage-item-content-url a:hover {
  background-image: url("../images/ArrowRightBlack.svg");
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.paragraph--type--carousel-gallery {
  padding: 0 0 4rem;
  border-bottom: 0.075rem solid #d9d9d9;
}
@media (max-width: 767px) {
  .paragraph--type--carousel-gallery {
    padding: 0 0 2rem;
  }
}
.paragraph--type--carousel-gallery .slider-list .description {
  font-family: "OpenSans";
}
.paragraph--type--carousel-gallery .field--name-field-carousel-heading {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #003262;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .paragraph--type--carousel-gallery .field--name-field-carousel-heading {
    margin-bottom: 1.5rem;
  }
}
.paragraph--type--carousel-gallery .bottom-wrapper .slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.paragraph--type--carousel-gallery .bottom-wrapper .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  background: #d9d9d9;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.paragraph--type--carousel-gallery .bottom-wrapper .slick-dots li button {
  display: none;
}
.paragraph--type--carousel-gallery .bottom-wrapper .slick-dots li:hover {
  background: #777777;
}
.paragraph--type--carousel-gallery .bottom-wrapper .slick-dots li.slick-active {
  background: #777777;
}
.paragraph--type--carousel-gallery .bottom-wrapper .slick-arrow svg rect {
  transition: all 0.5s ease-in-out;
}
.paragraph--type--carousel-gallery .bottom-wrapper .slick-arrow:hover svg rect {
  fill: #003262;
}

.block-user-login-block .user-login-form input {
  width: 561px;
  max-width: 100%;
}
.block-user-login-block .block__content > ul {
  display: none;
}

.paragraph--type--ongoing-update {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .paragraph--type--ongoing-update {
    padding: 2rem 0;
  }
}
.paragraph--type--ongoing-update .field--name-field-updates-title {
  color: #003262;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
}
.paragraph--type--ongoing-update .ongoing-updates-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.paragraph--type--ongoing-update .ongoing-updates-item .posted-date {
  background-color: rgba(0, 88, 164, 0.1019607843);
  line-height: 1.5625rem;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 0.375rem;
}
.paragraph--type--ongoing-update .ongoing-updates-item h3 {
  font-weight: 400;
  font-size: 1rem;
  text-decoration: underline;
  color: #003262;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.paragraph--type--ongoing-update .ongoing-updates-item svg {
  transition: all 0.5s ease;
}
.paragraph--type--ongoing-update .ongoing-updates-item.closed svg {
  transform: rotate(180deg);
}

.paragraph--type--text-content-editor {
  margin: 3rem 0 4rem;
}
@media (max-width: 767px) {
  .paragraph--type--text-content-editor {
    margin: 2rem 0;
  }
}
.paragraph--type--text-content-editor .text-content {
  padding-bottom: 4rem;
  border-bottom: 0.075rem solid #d9d9d9;
}
@media (max-width: 767px) {
  .paragraph--type--text-content-editor .text-content {
    padding-bottom: 2rem;
  }
}
.paragraph--type--text-content-editor .text-content h1 {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin-bottom: 2rem;
  color: #003262;
}
@media (max-width: 767px) {
  .paragraph--type--text-content-editor .text-content h1 {
    margin-bottom: 1rem;
  }
}
.paragraph--type--text-content-editor .text-content p {
  font-family: "OpenSans";
  color: #000;
  font-size: 1rem;
  line-height: 1.625rem;
  max-width: 34.5rem;
}

.paragraph--type--hero-heading-large {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 4rem 0 3rem;
  gap: 1.5rem;
}
@media (max-width: 61.938rem) {
  .paragraph--type--hero-heading-large {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .paragraph--type--hero-heading-large {
    margin: 2rem auto;
    flex-direction: column;
    align-items: flex-start;
  }
}
.paragraph--type--hero-heading-large .text-content {
  max-width: 34.5rem;
}
.paragraph--type--hero-heading-large .text-content h1 {
  font-family: "OpenSans";
  color: #003262;
  font-size: 3.5rem;
  line-height: 4.25rem;
  font-weight: 400;
  padding-right: 1.875rem;
  margin-bottom: 2rem;
}
@media (max-width: 74.938erem) {
  .paragraph--type--hero-heading-large .text-content h1 {
    font-size: 2.875rem;
    line-height: 3.25rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--type--hero-heading-large .text-content h1 {
    font-size: 2.25rem;
    line-height: 2.7rem;
    margin-bottom: 1rem;
  }
}
.paragraph--type--hero-heading-large .text-content p {
  font-family: "OpenSans";
  font-size: 1rem;
  line-height: 1.6rem;
}
.paragraph--type--hero-heading-large .field--name-field-social-links {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.paragraph--type--hero-heading-large .field--name-field-social-links .paragraph--type--link {
  padding: 0.625rem 1rem;
  border: 0.075rem solid #d9d9d9;
  border-radius: 0.375rem;
}
.paragraph--type--hero-heading-large .field--name-field-social-links .paragraph--type--link .field__item {
  display: flex;
}
.paragraph--type--hero-heading-large .field--name-field-social-links .paragraph--type--link .field__item a {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .paragraph--type--hero-heading-large .field--name-field-social-links .paragraph--type--link .field__item a {
    font-size: 0.9rem;
  }
}

.paragraph--type--link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.paragraph--type--dropdown {
  margin: 3rem 0 4rem;
}
@media (max-width: 767px) {
  .paragraph--type--dropdown {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.paragraph--type--dropdown .finding_option_section_inner:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  right: 10%;
  bottom: 0;
  width: 13.25rem;
  height: 6.25rem;
  background-image: url("../images/img_small_ribbon_1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 35.938rem) {
  .paragraph--type--dropdown .finding_option_section_inner:after {
    display: none;
  }
}
.paragraph--type--dropdown .finding_option_section_inner:before {
  content: "";
  position: absolute;
  right: 20%;
  transform: translateX(-50%);
  bottom: 0;
  width: 11.875rem;
  height: 7.825rem;
  background-image: url("../images/img_small_ribbon_2.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 100rem) {
  .paragraph--type--dropdown .finding_option_section_inner:before {
    right: 22%;
  }
}
@media (max-width: 84.938rem) {
  .paragraph--type--dropdown .finding_option_section_inner:before {
    right: 25%;
  }
}
@media (max-width: 61.938rem) {
  .paragraph--type--dropdown .finding_option_section_inner:before {
    right: 27%;
  }
}
@media (max-width: 35.938rem) {
  .paragraph--type--dropdown .finding_option_section_inner:before {
    display: none;
  }
}
.paragraph--type--dropdown .finding_option_section_inner .option_with_btn_section .button_section .btn:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
  background-image: url("../images/magnifying-glass-solid.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.7s ease-in-out;
}
.paragraph--type--dropdown .finding_option_section_inner .option_with_btn_section .button_section .btn .button_text {
  font-family: "OpenSans";
}

.paragraph--type--basic-cards-2-col {
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .paragraph--type--basic-cards-2-col {
    margin: 2rem 0;
  }
}
.paragraph--type--basic-cards-2-col .text-content h2 {
  font-family: "OpenSans";
  color: #003262;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .paragraph--type--basic-cards-2-col .text-content h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
  }
}

.main-emergency-programs-section .right-side-content .heading-section .heading {
  font-family: "OpenSans";
}
.main-emergency-programs-section .right-side-content .button-section .btn:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 30%;
  right: 0.875rem;
  background-image: url("../images/without-bg-arrow-right.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.7s ease-in-out;
}

.paragraph--type--active-events .current-active-event .heading {
  font-family: "OpenSans";
  font-weight: 400;
  letter-spacing: 0;
}
.paragraph--type--active-events .active-events .active-event-item:last-child .event-list {
  margin-bottom: 0;
}
.paragraph--type--active-events .active-events .active-event-item:hover .event-list {
  box-shadow: 0 0.375rem 0.75rem 0 rgba(58, 66, 74, 0.08);
}
.paragraph--type--active-events .active-events .active-event-item:hover .event-list-inner .event-content {
  color: #0058a4;
  text-decoration: underline;
  text-decoration-color: #0058a4;
}
.paragraph--type--active-events .active-events .active-event-item:hover .icon {
  background-color: #003262;
}

.hazard-cards-sec {
  border-color: #d9d9d9;
}
.hazard-cards-sec .paragraph--type--hazard-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .field--name-field-button-link {
  grid-column: span 2;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards .field--name-field-button-link {
    grid-column: auto;
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .field--name-field-button-link a {
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  color: #fff;
  padding: 0.75rem 1rem;
  background-color: #0058a4;
  min-width: 240px;
  border-radius: 0.375rem;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards .field--name-field-button-link a {
    width: 100%;
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .field--name-field-button-link a:after {
  content: "";
  position: absolute;
  right: 1rem;
  background-image: url("../images/without-bg-arrow-right.svg");
  top: 50%;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
}
.hazard-cards-sec .paragraph--type--hazard-cards .field--name-field-button-link a:hover {
  background-color: #003262;
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards .text-content {
    margin-bottom: 1.5rem;
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content p {
  font-family: "OpenSans";
  color: #000;
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-heading {
  margin-right: 0.75rem;
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-heading {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-heading p {
  font-size: 1rem;
  line-height: 1.625rem;
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-heading h2 {
  font-family: "OpenSans";
  color: #003262;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-heading h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-notice {
  background-color: rgba(203, 31, 23, 0.05);
  border: 0.075rem solid rgba(203, 31, 23, 0.15);
  margin-top: auto;
  padding: 1rem 1rem 1rem 4.25rem;
  border-radius: 0.5rem;
  position: relative;
  margin-left: 0.75rem;
  min-height: 4.5rem;
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-notice {
    margin-left: 0;
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-notice:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-image: url("../images/img_emergency_image.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-notice p {
  font-weight: 700;
  margin: 0.5rem 0;
  line-height: 1.375rem;
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-notice p {
    margin: 0;
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .text-content.field--name-field-notice p strong {
  color: #cb1f17;
}
.hazard-cards-sec .paragraph--type--hazard-cards .section-list {
  grid-column: span 2;
}
@media (max-width: 74.938rem) {
  .hazard-cards-sec .paragraph--type--hazard-cards .section-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .hazard-cards-sec .paragraph--type--hazard-cards .section-list {
    grid-column: auto;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.hazard-cards-sec .paragraph--type--hazard-cards .section-list-item {
  box-sizing: border-box;
  border: 0.075rem solid transparent;
}
.hazard-cards-sec .paragraph--type--hazard-cards .section-list-item .list-heading-with-image .list-heading .heading {
  font-family: "OpenSans";
  font-weight: 300;
}
.hazard-cards-sec .paragraph--type--hazard-cards .section-list-item .arrow-link svg rect {
  transition: all 0.4s ease-in-out;
}
.hazard-cards-sec .paragraph--type--hazard-cards .section-list-item .arrow-link svg path {
  transition: all 0.3s ease-in-out;
}
.hazard-cards-sec .paragraph--type--hazard-cards .section-list-item:hover {
  box-shadow: 0px 0.375rem 0.75rem 0px rgba(58, 66, 74, 0.08);
  border-color: #d9d9d9;
}
.hazard-cards-sec .paragraph--type--hazard-cards .section-list-item:hover .arrow-link svg rect {
  fill: #0058a4;
}
.hazard-cards-sec .paragraph--type--hazard-cards .section-list-item:hover .arrow-link svg path {
  stroke: #fff;
}

.paragraph--type--image-cards-2-col .cards-grid-homepage-inner {
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
}
@media (max-width: 767px) {
  .paragraph--type--image-cards-2-col .cards-grid-homepage-inner {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.paragraph--type--image-cards-2-col .cards-grid-homepage-inner > .cards-grid-homepage-item:nth-child(odd):nth-last-child(1) {
  grid-column: span 2;
}
.paragraph--type--image-cards-2-col .cards-grid-homepage-inner .cards-grid-homepage-item-content-inner-title {
  font-family: "OpenSans";
  color: #003262;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
}
.paragraph--type--image-cards-2-col .cards-grid-homepage-inner .cards-grid-homepage-item-content-url .btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/without-bg-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1rem;
  height: 1rem;
}

.paragraph--type--quick-links .text-content h2 {
  font-family: "OpenSans";
  color: #003262;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .paragraph--type--quick-links .text-content h2 {
    margin-bottom: 1.5rem;
  }
}

footer {
  position: relative;
  background-color: #0058a4;
  padding: 6.875rem 0;
}
@media (max-width: 61.938rem) {
  footer {
    padding: 4.625rem 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 3rem 0;
  }
}
footer .contextual-region, footer .block-block-content {
  margin: 0;
}
footer .text-content {
  position: relative;
  z-index: 1;
}
footer .text-content p {
  font-family: "OpenSans";
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 61.938rem) {
  footer .text-content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  footer .text-content p {
    font-size: 0.75rem;
  }
}
footer .text-content p:not(:first-child) {
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  footer .text-content p:not(:first-child) {
    line-height: 1rem;
    margin-top: 0.5rem;
  }
}
footer .text-content p a {
  font-family: "OpenSans";
  color: #fff;
  line-height: 1.625rem;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
@media (max-width: 767px) {
  footer .text-content p a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
footer .text-content p a:hover {
  box-shadow: none;
  text-decoration: none;
  color: #fff;
}
footer .text-content p a:focus-visible, footer .text-content p a:focus {
  outline: none;
}
footer::before {
  content: "";
  background-image: url("../images/footer_ribbon_1.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  footer::before {
    content: none;
  }
}
footer::after {
  content: "";
  background-image: url("../images/footer_ribbons.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  footer::after {
    content: none;
  }
}

article header {
  display: none;
}

header {
  position: relative;
  background-color: #0058a4;
}
@media (max-width: 767px) {
  header {
    padding: 0.75rem 0;
  }
}
header::before {
  background-image: url(../images/header_background_left.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  header::before {
    content: none;
  }
}
header::after {
  background-image: url(../images/header_background_right.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  header::after {
    content: none;
  }
}
@media (max-width: 767px) {
  header .header-logo-with-menu-button {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 767px) {
  header .header-logo-with-menu-button .site-branding__logo {
    max-width: 7.5rem;
  }
}
header .header-logo-with-menu-button .mobile-menu-button {
  display: none;
}
@media (max-width: 767px) {
  header .header-logo-with-menu-button .mobile-menu-button {
    display: flex;
  }
}
header .header-logo-with-menu-button .mobile-menu-button .menu-button {
  display: none;
}
header .header-logo-with-menu-button .mobile-menu-button .menu-button.active {
  display: block;
  height: 100%;
}
header .block-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .block-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 3.5rem;
    height: calc(100vh - 3.5rem);
    width: 100%;
    z-index: 999999;
    border-top: 0.075rem solid rgba(0, 174, 239, 0.3);
    background-color: #0058a4;
  }
}
@media (min-width: 767px) {
  header .block-menu {
    display: flex !important;
  }
}
header .block-menu .menu {
  gap: 2rem 3rem;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
}
@media (max-width: 767px) {
  header .block-menu .menu {
    max-width: 35rem;
    flex-direction: column;
    margin: 2.75rem auto 0;
    height: 100%;
    padding: 0 1rem;
    align-items: flex-start;
  }
}
header .block-menu .menu .menu__item {
  display: flex;
}
header .block-menu .menu .menu__item .menu__link {
  font-size: 1.25rem;
  line-height: 4.875rem;
  color: #fff;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  header .block-menu .menu .menu__item .menu__link {
    line-height: 1.5rem;
  }
}
header .block-menu .menu .menu__item .menu__link:hover {
  text-decoration: none;
}
header .block-menu .menu .menu__item.menu__item--active-trail .menu__link {
  border-color: #00AEEF;
}

.paragraph--type--alert-item .location_find_section_item {
  border-radius: 0.375rem;
}
.paragraph--type--alert-item .location_find_section_item .left-side-content .logo-with-heading .short-description strong {
  color: #0058a4;
}
.paragraph--type--alert-item .location_find_section_item .left-side-content .logo-with-heading img {
  width: 4.5rem;
}
.paragraph--type--alert-item .location_find_section_item .left-side-content .button-section .btn:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
  background-image: url("../images/without-bg-arrow-right.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.7s ease-in-out;
}

.contacts-accordian-sec .field--name-field-contacts-accordion-heading {
  font-family: "OpenSans";
  color: #003262;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .contacts-accordian-sec .field--name-field-contacts-accordion-heading {
    margin-bottom: 1.5rem;
  }
}
.contacts-accordian-sec .accordion-item .accordion-heading:focus-visible {
  outline: none;
}
.contacts-accordian-sec .accordion-item .accordion-heading button .heading-text {
  font-family: "OpenSans";
  font-weight: 400;
}
.contacts-accordian-sec .accordion-item .accordion-heading button svg {
  transition: all 0.5s ease;
}
.contacts-accordian-sec .accordion-item .accordion-heading.active button svg {
  rotate: 180deg;
}
.contacts-accordian-sec .accordion-item .accordion-body {
  display: none;
}
@media (min-width: 62rem) {
  .contacts-accordian-sec .accordion-item .accordion-body p {
    max-width: 55rem;
  }
}
.contacts-accordian-sec .accordion-item .accordion-body .link-list-item {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.contacts-accordian-sec .accordion-item .accordion-body .link-list-item:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}
.contacts-accordian-sec .accordion-item .accordion-body .link-list-item.type-telephone::before {
  background-image: url("../images/Phone.svg");
}
.contacts-accordian-sec .accordion-item .accordion-body .link-list-item.type-email::before {
  background-image: url("../images/mail.svg");
}
.contacts-accordian-sec .accordion-item .accordion-body .link-list-item.type-address::before {
  background-image: url("../images/MapPin.svg");
}
.contacts-accordian-sec .accordion-item .accordion-body .link-list-item a:focus {
  outline: none;
  box-shadow: none;
}

.paragraph--type--all-hazards {
  padding: 4rem 0;
  border-top: 0.075rem solid #d9d9d9;
}
@media (max-width: 767px) {
  .paragraph--type--all-hazards {
    padding: 2rem 0;
  }
}
.paragraph--type--all-hazards .field--name-field-all-hazards-heading {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .paragraph--type--all-hazards .field--name-field-all-hazards-heading {
    margin-bottom: 1.5rem;
    font-family: "OpenSans";
    padding-right: 3rem;
  }
}
.paragraph--type--all-hazards .section-list-item .list-heading-with-image .list-heading .heading {
  font-family: "OpenSans";
  font-weight: 300;
}
.paragraph--type--all-hazards .section-list-item:hover .heading {
  color: rgba(0, 118, 253, 0.8392156863);
}

.field__item .image-with-content-section .image-content-item {
  margin: 1rem 0;
  padding-bottom: 2rem;
}
@media (max-width: 74.938rem) {
  .field__item .image-with-content-section .image-content-item {
    margin: 3rem 0;
  }
}
@media (max-width: 767px) {
  .field__item .image-with-content-section .image-content-item {
    padding-bottom: 0;
    margin: 2rem 0;
  }
}
.field__item .image-with-content-section .image-content-item .content-section p {
  margin-bottom: 0.75rem;
  line-height: 25.6px;
}
.field__item .image-with-content-section .image-content-item .content-section p:last-child {
  margin-bottom: 0;
}
.field__item .image-with-content-section .image-content-item .content-section a {
  color: var(--color--primary-50);
}
.field__item .image-with-content-section .image-content-item .content-section a:hover {
  text-decoration: underline;
}
.field__item .image-with-content-section h2 {
  font-family: "OpenSans";
  color: #003262;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.field--name-field-content .image-with-content-section img {
  min-width: 16.5rem;
}
.field--name-field-content .image-with-content-section .image-content-item .content-section p {
  margin-bottom: 0.75rem;
  line-height: 25.6px;
}
.field--name-field-content .image-with-content-section .image-content-item .content-section p:last-child {
  margin-bottom: 0;
}
.field--name-field-content .image-with-content-section h2 {
  font-family: "OpenSans";
  color: #003262;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.pdf-width-link {
  border-top: 0.075rem solid #d9d9d9;
}
@media (max-width: 61.938rem) {
  .pdf-width-link {
    margin-bottom: 2.875rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 47.938rem) {
  .pdf-width-link {
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.pdf-width-link .all-resources-categories {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}
@media (max-width: 47.938rem) {
  .pdf-width-link .all-resources-categories {
    margin-bottom: 1rem;
  }
}
.pdf-width-link .all-resources-categories .dropdown-filter {
  width: 22.5rem;
  height: auto;
  line-height: 1.625rem;
  cursor: pointer;
  border-color: #d9d9d9;
  padding: 0.5rem 1.156rem 0.5rem 1rem;
  color: #777777;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/img_arrow_down.svg");
  background-color: #fff;
  background-position: right 0.625rem center;
  border-radius: 0.375rem;
  background-repeat: no-repeat;
}
@media (max-width: 61.938rem) {
  .pdf-width-link .all-resources-categories .dropdown-filter {
    width: 21.875rem;
  }
}
@media (max-width: 47.938rem) {
  .pdf-width-link .all-resources-categories .dropdown-filter {
    width: 100%;
  }
}
.pdf-width-link .all-resources-categories .dropdown-filter:hover, .pdf-width-link .all-resources-categories .dropdown-filter:focus {
  outline: none;
}
.pdf-width-link .all-resources-categories .dropdown-filter::-ms-expand {
  display: none;
}
.pdf-width-link .all-resources-categories .dropdown-filter option {
  cursor: pointer;
}
.pdf-width-link .all-resources-categories .dropdown-filter option:hover {
  background-color: #efefef;
}
@media (max-width: 47.938rem) {
  .pdf-width-link .pdf-width-link-grid {
    row-gap: 0.5rem;
  }
}
.pdf-width-link .pdf-width-link-grid-item {
  height: 100%;
  border: 1px solid transparent;
}
.pdf-width-link .pdf-width-link-grid-item:hover {
  border: 1px solid #d9d9d9;
  box-shadow: 0 0.375rem 0.75rem 0 rgba(58, 66, 74, 0.08);
}
.pdf-width-link .pdf-width-link-grid-item:hover .pdf-width-link-grid-svg svg rect {
  fill: #0058a4;
}
.pdf-width-link .pdf-width-link-grid-item:hover .pdf-width-link-grid-svg svg path {
  stroke: #fff;
}
.pdf-width-link .pdf-width-link-grid-item:hover .pdf-width-link-content .link-content {
  color: #0058a4;
}
.pdf-width-link .pdf-width-link-grid-item .pdf-width-link-grid-svg svg rect,
.pdf-width-link .pdf-width-link-grid-item .pdf-width-link-grid-svg svg path {
  transition: all 0.3s ease-in-out;
}
.pdf-width-link .pdf-width-link-grid-item .pdf-width-link-content .link-content {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #003262;
  text-decoration: none;
}
.pdf-width-link .pdf-width-link-grid-item .link-list-content-inner .link-list-data,
.pdf-width-link .pdf-width-link-grid-item .link-list-content-inner .link-list-text {
  border: none;
  line-height: 1.075rem;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.pdf-width-link .pdf-width-link-grid-item .link-list-content-inner .link-list-text {
  background-color: rgba(203, 31, 23, 0.15);
}

.paragraph--type--all-resources {
  padding: 4rem 0;
  border-top: 0.075rem solid #d9d9d9;
}
@media (max-width: 767px) {
  .paragraph--type--all-resources {
    padding: 2rem 0;
    border: 0;
  }
}
.paragraph--type--all-resources .text-content {
  font-family: "OpenSans";
}
.paragraph--type--all-resources .text-content h2 {
  font-family: "OpenSans";
  color: #003262;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.paragraph--type--all-resources .text-content p {
  font-family: "OpenSans";
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 61.938rem) {
  .paragraph--type--all-resources .text-content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .paragraph--type--all-resources .text-content p {
    font-size: 0.75rem;
  }
}
.paragraph--type--all-resources .text-content p:not(:first-child) {
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  .paragraph--type--all-resources .text-content p:not(:first-child) {
    line-height: 1rem;
    margin-top: 0.5rem;
  }
}
.paragraph--type--all-resources .pdf-width-link {
  border-top: 0;
}
/*# sourceMappingURL=style.css.map */