/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./theme_src/scss/pages/get-informed.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.get-informed {
  --row-height: 18rem;
}
.get-informed__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 30rem) {
  .get-informed__inner {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .get-informed__inner {
    padding: 3rem;
  }
}
.get-informed__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 30rem) {
  .get-informed__header {
    flex-direction: row;
    align-items: flex-end;
  }
}
.get-informed__header-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 64rem) {
  .get-informed__header-left {
    flex-direction: row;
    align-items: flex-end;
  }
}
.get-informed__header-right {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.get-informed__featured-articles {
  display: none;
}
.get-informed__title {
  width: 100%;
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  padding-top: 3.5rem;
}
@media screen and (min-width: 48rem) {
  .get-informed__title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 64rem) {
  .get-informed__title {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 90rem) {
  .get-informed__title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.get-informed__title::after {
  content: "";
  position: relative;
  display: block;
  background: var(--gradient-redorange);
  height: 0.5625rem;
  width: 100%;
  max-width: 15rem;
  border-radius: 30px;
  bottom: -0.25em;
  margin: 0 0 0.625em;
}
@media screen and (min-width: 48rem) {
  .get-informed__title::after {
    max-width: 24.375rem;
    bottom: -0.375em;
  }
}
@media screen and (min-width: 30rem) {
  .get-informed__title {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 64rem) {
  .get-informed__title {
    width: 40%;
  }
}
.get-informed__subheading {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0 0 1rem;
}
@media screen and (min-width: 48rem) {
  .get-informed__subheading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 90rem) {
  .get-informed__subheading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64rem) {
  .get-informed__subheading {
    padding: 2rem 3rem;
  }
}
.get-informed__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 10rem;
  height: 3.625rem;
  margin: auto 0;
  cursor: pointer;
  color: var(--color-black);
  background-color: transparent;
  border-radius: 3.125rem;
}
.get-informed__button.focus-visible {
  outline: 1px solid var(--color-text) !important;
}
.get-informed__button:focus-visible {
  outline: 1px solid var(--color-text) !important;
}
.get-informed__button-outer-text {
  display: none;
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0;
  color: inherit;
}
.get-informed__button-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.get-informed__button-x {
  display: none;
  opacity: 0;
  width: 18px;
  margin: 0 auto;
}
.get-informed__button-icon {
  min-width: 25px;
  margin-right: 0.5rem;
}
.get-informed__button-pagination {
  display: none;
  margin: 2rem 0;
  cursor: pointer;
}
.get-informed__clear-container {
  margin: 0 0 1rem auto;
}
.get-informed__clear-button {
  margin: 0;
  padding: 0.5rem 0.75rem;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  height: 2rem;
  min-width: 0;
  min-width: initial;
  transition: background 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
}
.get-informed__clear-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.get-informed__clear-button:hover {
  color: #000;
  border-color: var(--color-orange);
  background-color: var(--color-orange);
}
.get-informed__clear-button:hover:disabled {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.get-informed__pagination-container {
  display: flex;
  justify-content: center;
}
.get-informed__content {
  position: relative;
  min-height: 50vh;
  overflow: clip;
}
.get-informed__content-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .get-informed__content-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 64rem) {
  .get-informed__content-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.get-informed__content-pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-informed__button-sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transform: translateX(-100%);
  width: 10rem;
  height: 0;
}
.get-informed__button-sticky-container-inner {
  position: absolute;
  top: 3rem;
  left: 0;
  overflow: hidden;
  width: 10rem;
  height: 2.75rem;
}
@media screen and (min-width: 64rem) {
  .get-informed__button-sticky-container-inner {
    top: 0;
  }
}
.get-informed__button-sticky {
  position: absolute;
  top: -100%;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 10rem;
  height: 2.75rem;
  margin: auto 0;
  border-radius: 1.5625rem;
  cursor: pointer;
}
.get-informed__button-sticky:after {
  border-radius: 1.5625rem;
}
@media screen and (min-width: 64rem) {
  .get-informed__button-sticky {
    border-radius: 0 0 1.5625rem 1.5625rem;
  }
  .get-informed__button-sticky:after {
    border-radius: 0 0 1.5625rem 1.5625rem;
  }
}
.get-informed__form-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}
.get-informed__form-outer {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav-height-mobile);
  overflow: hidden;
  transform: translateX(-100%);
  width: 360px;
  max-width: calc(100vw - var(--container-padding) * 2px);
  height: 100vh;
  max-height: calc(100% - var(--nav-height-mobile));
  z-index: 10;
}
@media screen and (min-width: 30rem) {
  .get-informed__form-outer {
    max-width: 100vw;
  }
}
@media screen and (min-width: 80rem) {
  .get-informed__form-outer {
    top: 0;
    max-height: 100%;
  }
}
.get-informed__form-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: #000;
  overflow: auto;
  padding: 1rem;
}
.get-informed__search {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.get-informed__search-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid #fff;
}
.get-informed__search-input {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-right: 1rem;
  border: none;
  background: transparent;
  color: #fff;
  flex-grow: 1;
  height: 1.875rem;
}
@media screen and (min-width: 48rem) {
  .get-informed__search-input {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.get-informed__search-icon {
  height: 30px;
}
.get-informed__search-button {
  display: none;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  padding: 0;
  opacity: 0;
}
.get-informed__search-button-x {
  width: 1.125rem;
}
.get-informed__expander {
  border: 1px solid #fff;
  margin-bottom: 1rem;
}
.get-informed__expander-button {
  width: 100%;
  background: transparent;
  border: none;
  padding: 1rem 1rem 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.get-informed__expander-button.active {
  position: relative;
}
.get-informed__expander-button.active::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 8px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--gradient-orangered);
}
.get-informed__expander-button-title {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 48rem) {
  .get-informed__expander-button-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 90rem) {
  .get-informed__expander-button-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.get-informed__expander-button-chevron {
  width: 1.125rem;
}
.get-informed__expander-content {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
}
.get-informed__expander-item > input:checked + label > span {
  background-color: #fff;
  color: #000;
}
.get-informed__expander-item > input:checked + label > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: var(--gradient-orangered);
}
.get-informed__expander-item-text {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 48rem) {
  .get-informed__expander-item-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.get-informed__none {
  grid-column: span 3;
  display: flex;
  justify-content: center;
}
.get-informed__date-container {
  padding: 1rem;
}
.get-informed__date-lines-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 5rem;
  padding: 0 0.625rem;
  margin-bottom: -10px;
}
.get-informed__date-line {
  background: var(--color-text-gray);
  width: 0.3125rem;
  height: 100%;
}
.get-informed__date-line.active {
  background: var(--gradient-orangered);
}
.get-informed__date-min-max {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.get-informed__date-min-max-text {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.get-informed__date-range-container {
  display: grid;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
  background: transparent;
}
.get-informed__date-range-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background: #fff;
}
.get-informed__date-range-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background: none;
  pointer-events: none;
}
.get-informed__date-range-input::-webkit-slider-runnable-track, .get-informed__date-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.get-informed__date-range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;
}
.get-informed__date-range-input::-moz-range-track {
  background: none;
}
.get-informed__date-range-input::-webkit-slider-thumb {
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
}
.get-informed__date-range-input::-moz-range-thumb {
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
}
.get-informed__loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}
.get-informed__loader {
  display: block;
  font-size: 0;
  color: #333;
  position: relative;
  box-sizing: border-box;
  width: 120px;
  height: 96px;
}
.get-informed__loader > div {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-animation-name: loader-animation;
          animation-name: loader-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.get-informed__loader > div:nth-child(1) {
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s;
  -webkit-animation-delay: -0.23s;
          animation-delay: -0.23s;
}
.get-informed__loader > div:nth-child(2) {
  -webkit-animation-duration: 0.62s;
          animation-duration: 0.62s;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.get-informed__loader > div:nth-child(3) {
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s;
  -webkit-animation-delay: -0.44s;
          animation-delay: -0.44s;
}
.get-informed__loader > div:nth-child(4) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: -0.31s;
          animation-delay: -0.31s;
}
.get-informed__loader > div:nth-child(5) {
  -webkit-animation-duration: 0.74s;
          animation-duration: 0.74s;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}
@-webkit-keyframes loader-animation {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.3);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes loader-animation {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.3);
  }
  100% {
    transform: scaleY(1);
  }
}

.get-informed-card {
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  background: #fff;
  opacity: 0;
  transform: translate(0, 1.5rem);
  -webkit-animation: gi-card-fade 300ms ease-in forwards;
          animation: gi-card-fade 300ms ease-in forwards;
}
@media screen and (min-width: 64rem) {
  .get-informed-card {
    margin: 0;
  }
}
.get-informed-card__image {
  aspect-ratio: 2/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.get-informed-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.get-informed-card__content {
  flex-grow: 1;
  padding: 1.5rem 1.5rem 4rem;
  overflow: hidden;
  position: relative;
}
.get-informed-card__by-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.get-informed-card__tag {
  display: inline-block;
  background-color: var(--color-red);
  color: #fff;
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.375rem 0.5rem;
  min-width: 6.25rem;
}
.get-informed-card__date {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-text-gray);
}
@media screen and (min-width: 48rem) {
  .get-informed-card__date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.get-informed-card__title {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and (min-width: 48rem) {
  .get-informed-card__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.get-informed-card__excerpt {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.get-informed-card__link {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  text-transform: uppercase;
}

@-webkit-keyframes gi-card-fade {
  0% {
    opacity: 0;
    transform: translate(0, 1.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes gi-card-fade {
  0% {
    opacity: 0;
    transform: translate(0, 1.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/*# sourceMappingURL=get-informed.css.map*/