.dropdown_container__logged_in-onZBq,
.dropdown_container__logged_out-4Cwuv {
  position: absolute;
  right: -3px;
  top: calc(var(--nav-height) + 6px);
  width: 150px;
  animation: 0.3s ease fadeIn-1uGLO;
  filter: drop-shadow(0 0 3px rgba(0,0,0,0.30196));
}

@media screen and (min-width: 950px) {

.dropdown_container__logged_in-onZBq,
.dropdown_container__logged_out-4Cwuv {
    right: -74%;
    top: calc(var(--nav-height) - 12px);
}
  }

.dropdown_container__logged_in-onZBq::before,
.dropdown_container__logged_out-4Cwuv::before {
  content: "";
  border-style: solid;
  border-width: 6px 11px 6px;
  border-color: transparent white transparent transparent;
  position: absolute;
  left: 127px;
  top: -17px;
  transform: rotate(90deg);
  filter: drop-shadow(-4px 0px 2.5px rgba(0,0,0,0.18824));
  z-index: -1;
}

@media screen and (min-width: 950px) {

.dropdown_container__logged_in-onZBq::before,
.dropdown_container__logged_out-4Cwuv::before {
    left: 107px;
}
  }

.dropdown_options-LGlVJ {
  background-color: white;
  padding: 0 15px;
}

.dropdown_option-5MmHq {
  color: var(--color-medium-gray-3);
  display: flex;
  align-items: center;
  border-bottom: 1px dotted var(--color-medium-gray);
  font-family: var(--font-display);
  width: 100%;
  padding: 10px 0;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
}

li.dropdown_options-LGlVJ:first-child,
li.dropdown_options-LGlVJ:first-child {
  padding-top: 10px;
}

li.dropdown_options-LGlVJ:last-child,
li.dropdown_options-LGlVJ:last-child {
  padding-bottom: 10px;
}

li.dropdown_options-LGlVJ:last-child a,
li.dropdown_options-LGlVJ:last-child button {
  border-bottom: none;
}

.dropdown_option-5MmHq:hover {
  border-bottom: 1px solid black;
  color: var(--color-dark-gray);
}

@keyframes fadeIn-1uGLO {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.profileIconDropdownContainer-DM-LM {
  position: relative;
  height: 24px;
}

@media screen and (min-width: 950px) {

.profileIconDropdownContainer-DM-LM {
    height: 26px;
}
  }

.profileIconDropdownContainer-DM-LM button:focus-visible {
    outline: none;
    color: var(--color-dark-blue);
  }

.profileIconDropdownContainer-DM-LM button:active {
    -webkit-tap-highlight-color: transparent;
  }

.dropdownWrapper-uKGWv {
  padding: 15px 0;
}

.profileIconLoggedOutBtn-F9aJJ {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.profileIconLoggedOutImg-UUxUk {
  height: 24px;
  width: 24px;
  display: block;
}

@media screen and (min-width: 950px) {

.profileIconLoggedOutImg-UUxUk {
    height: 26px;
    width: 26px;
}
  }

.profileIconLoggedInBtn-bBuDe {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-radius: 50%;
  font-size: 11px;
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: 24px;
  width: 24px;
  background: var(--color-blue);
}

@media screen and (min-width: 950px) {

.profileIconLoggedInBtn-bBuDe {
    height: 26px;
    width: 26px;
}
  }

.profileIconLoggedInBtn-bBuDe:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.bannerCta-zeT3Q {
  background-color: var(--color-dark-gray);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem; /* 10px */
  font-weight: bold;
  height: 1.5rem; /* 22px */
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  text-transform: uppercase;
}
.bannerCta-zeT3Q:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
@media (min-width: 900px) {
  .bannerCta-zeT3Q {
    font-size: 0.75rem; /* 12px */
    height: 1.635rem; /* 26px */
}
  }
.subscribeLink--J2VD {
  background: var(--color-blue);
  border-radius: 3px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem; /* 10px */
  font-weight: bold;
  height: 1.375rem; /* 22px */
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 3.75rem; /* 60px */
  transition: 0.3s ease all;
  outline: none;
}
.subscribeLink--J2VD:focus,
  .subscribeLink--J2VD:hover {
    background: var(--color-blue-2);
  }
@media (min-width: 900px) {
  .subscribeLink--J2VD {
    font-size: 0.75rem; /* 12px */
    height: 1.875rem; /* 30px */
    width: 5.625rem; /* 90px */
}
  }
:root {
  --nav-logo-base: 1.5rem; /* 24px */
  --nav-logo-full-text-base: 4.625rem; /* 74px */
  --nav-logo-pad: 0.25rem; /* 4px */
  --nav-logo-height: calc(var(--nav-logo-base) + var(--nav-logo-pad) * 2);
  --nav-logo-full-text-height: var(--nav-logo-base); /* 24px */
  --nav-height: var(--nav-logo-height); /* 32px */
}

@media screen and (min-width: 950px) {

:root {
    --nav-logo-base: 2.25rem; /* 36px */
    --nav-logo-full-text-base: 7rem; /* 112px */
    --nav-logo-full-text-height: var(--nav-logo-base); /* 36px */
    --nav-height: calc(var(--nav-logo-height) + 4px); /* 48px */
}
  }

.headerContainer-8KxQ5 {
  position: sticky;
  top: 0;
  top: var(--nav-inset-top, 0);
  background: #fff;
  background: var(--nav-bg, #fff);
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  box-shadow: 0 0 5px rgba(0,0,0,0.30196);
  transition: background .3s;

  /**
   * Z-Index Hierarchy, per the IAB spec
   * https://www.iab.com/wp-content/uploads/2017/08/IABNewAdPortfolio_FINAL_2017.pdf
   *
   * < 0             - Background
   * 0-4999          - Main Content, Standard Ads
   * 5000-1999999    - Expanding Advertising
   * 5000000-5999999 - Expanding Site Navigation Elements
   * 6000000+        - ...
   */
  z-index: 300000;
}

.headerContainer__offset-fNQzi {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.headerContainer__offset-fNQzi .right-4LP3J {
    visibility: hidden;
    pointer-events: none;
  }

/*
 * Prevent excessive CLS on homepage caused by banner
 * @TODO: This should be done via CSS variables
 */
.headerContainer__maybe_banner-2jH77 {
  margin-bottom: 1.5rem;
}
@media (min-width: 900px) {
.headerContainer__maybe_banner-2jH77 {
    margin-bottom: 1.635rem;
}
  }

.flex-aYeiI {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0.75rem;
}

.header-1t1JE {
  justify-content: space-between;
  position: relative;
  height: calc(1.5rem + 0.25rem * 2);
  height: var(--nav-height);
  width: calc(100% - 15px);
  max-width: var(--standard-max-width);
  margin: 0 auto;
}

@media screen and (min-width: 950px) {

.header-1t1JE {
    width: var(--standard-width);
}
  }

.left-ajw3c {
  justify-content: flex-start;

  /* Ensure the .center is actually centered regardless of the width of .left and .right */
  flex: 1;
}

.right-4LP3J {
  justify-content: flex-end;

  /* Ensure that .center can't push .right off the screen */
  min-width: -moz-max-content;
  min-width: max-content;
  flex: 1;
}

.center-oMgM8 {
  justify-content: center;
  overflow: hidden;
}

.logoLink-Wt3sq {
  display: block;
  color: #030303;
  cursor: pointer;

  /* We pad the logo to make the hit area larger */
  padding: 0.25rem;
  padding: var(--nav-logo-pad);

  /* Negate the padding on the left and right so the logo doesn't shift */
  margin: 0 calc(-1 * 0.25rem);
  margin: 0 calc(-1 * var(--nav-logo-pad));
}

.logoLink-Wt3sq:focus-visible {
    outline: 2px solid var(--color-blue);
    outline-offset: 2px;
  }

.logoLink-Wt3sq :where(svg, img) {
    display: block;
    height: 1.5rem;
    height: var(--nav-logo-base);
    width: 1.5rem;
    width: var(--nav-logo-base);
  }

.logoLink__full_text-LFpzD {
  cursor: pointer;
}

.logoLink__full_text-LFpzD:focus-visible {
    outline: 2px solid var(--color-blue);
    outline-offset: 2px;
  }

.logoLink__full_text-LFpzD :where(svg, img) {
    display: block;
    fill: black;
    height: 1.5rem;
    height: var(--nav-logo-full-text-height);
    width: 4.625rem;
    width: var(--nav-logo-full-text-base);
  }

.headerTitle-ypLIj {
  font-size: 0.75rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 950px) {

.headerTitle-ypLIj {
    font-size: 1rem;
}
  }

.headerText-EI4-q {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.25;
  color: var(--color-blue);
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media screen and (min-width: 950px) {

.headerText-EI4-q {
    font-size: 1rem;
}
  }

@media print {
  .headerContainer-8KxQ5 {
    display: none;
  }
}
.footer-VfsmT {
  background: #333;
  color: white;
  font-family: var(--font-sans);
  padding: 20px var(--standard-gutter);
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.75;
}

@media (min-width: 900px) {

.footer-VfsmT {
    padding: 45px var(--standard-gutter) 83px;
}
  }

.footerContainer-pfbjC {
  color: white;
  margin: 0 auto;
  width: 100%;
  max-width: var(--standard-max-width);
}

.footerMainText-wQ3og {
  font-size: 22px;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
}

@media (min-width: 900px) {

.footerMainText-wQ3og {
    font-size: 36px;
}
  }

.footerMainText-wQ3og::after {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px dotted white;
  margin-top: 10px;
}

@media (min-width: 900px) {

.footerMainText-wQ3og::after {
    border-bottom: 2px dotted var(--color-medium-gray);
}
  }

.footerFlexContainer-XKe5g {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 900px) {

.footerFlexContainer-XKe5g {
    flex-direction: row;
}
  }

.footerImageContainer-omuef {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.footerImage-fMFhw {
  aspect-ratio: 3/2;
  width: 317px;
  height: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (min-width: 900px) {

.footerImage-fMFhw {
    width: 600px;
}
  }

.footerLinks-m1THn {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  order: 1;
  line-height: 1.5;
}

@media (min-width: 900px) {

.footerLinks-m1THn {
    order: 0;
}
  }

.footerLink-uRzI4 {
  color: white;
  font-size: 18px;
  margin-bottom: 0.6em;
  text-decoration-color: var(--color-medium-blue);
  text-underline-offset: 3px;
}

@media (min-width: 900px) {

.footerLink-uRzI4 {
    font-size: 24px;
}
  }

.footerLink-uRzI4:hover {
  text-decoration-color: var(--color-blue);
}

.footerText-PzHcy {
  font-size: 14px;
  margin-bottom: 23px;
}

@media (min-width: 900px) {

.footerText-PzHcy {
    font-size: 18px;
}
  }

.footerSmallLink-tZvCu {
  color: white;
  line-height: 3;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 12px;
}

@media (min-width: 900px) {

.footerSmallLink-tZvCu {
    font-size: 13px;
}
  }

.footerSocialMedia-7KIIV {
  font-size: 18px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 360px;
}

.footerSocialMedia-7KIIV a {
    padding: 0.25rem;
    color: #fff;
  }

@media (min-width: 900px) {

.footerSocialMedia-7KIIV {
    font-size: 24px;
    max-width: 420px;
}
  }

.footerSocialIcon-UQyIx {
  display: flex;
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.grid-c0--6 {
  display: grid;
  grid-template-columns: 1;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted white;
}

@media (min-width: 500px) {
  .grid-c0--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .grid-c0--6 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-VfsmT ul {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
}

.footer-VfsmT p {
  margin: 1em 0;
}

@media print {
  .footer-VfsmT {
    display: none;
  }
}
