.site-footer,
.footer1 {
  border-top: 26px solid var(--gradient1-conference);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;

  .git {
    text-decoration: none;
    u {
      text-decoration: underline;
      &:hover {
        text-decoration: none;
      }
    }
  }

  li::marker {
    color: var(--blue-300);
  }
  ul {
    padding-left: 16px;
    margin-bottom: 0;
  }

  .footer-content {
    display: flex;
    width: 100%;
    padding: var(--Object-Spacing-spacing-48) var(--Object-Spacing-spacing-120)
      var(--Object-Spacing-spacing-80) var(--Object-Spacing-spacing-120);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Object-Spacing-spacing-40);
    background: linear-gradient(
      0deg,
      rgba(18, 20, 44, 0.8) 0%,
      rgba(18, 20, 44, 0.8) 100%
    );

    a {
      color: var(--neutral-0);
      text-decoration-thickness: 1px;
      &:hover,
      &:focus {
        text-decoration: none;
      }
    }

    .footer-logo {
    }
    .footer-main-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      align-self: stretch;

      .footer-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: var(--Object-Spacing-spacing-48, 48px);

        .email-subs {
          display: flex;
          width: 50%;
          flex-direction: column;
          align-items: flex-start;
          gap: var(--Object-Spacing-spacing-24, 24px);
          position: relative;

          p {
            text-decoration: none;
            color: var(--neutral-0);
            font-family: var(--franklin);
            font-size: var(--Body-Text-p-small);
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
          }

          h3 {
            color: var(--yellow-200);
            font-family: var(--dm-sans);
            font-size: var(--Headings-h3);
            font-style: normal;
            font-weight: 600;
            line-height: 80%;
            width: 100%;
            display: block;
            padding: 0;
            margin: 0;
          }

          a {
            text-decoration: none;
            &:hover,
            &:focus {
              span {
                color: var(--brand-navy);
              }
              .button-back {
                width: 60%;
              }
            }
          }

          span {
            z-index: 2;
            transition: 0.25s all;
            padding-top: 2px;
            color: var(--neutral-0);
            text-decoration: none;
            font-family: var(--dm-sans);
            font-size: var(--components-ct-as-button-text);
            font-style: normal;
            font-weight: 900;
            line-height: 145%;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            text-decoration: none;
          }

          input {
            width: 445px;
            display: flex;
            padding: var(--Object-Spacing-spacing-12)
              var(--Object-Spacing-spacing-24);
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            border-radius: 50px;
            border: 1px solid var(--blue-300);
            background: none;
            color: #fff;
            font-family: var(--franklin);
            font-size: var(--Body-Text-p-small);
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 21px */
            letter-spacing: -0.25px;
            &::placeholder {
              color: #fff;
            }
          }
        }

        span {
          color: var(--yellow-200);
          font-family: var(--dm-sans);
          font-size: var(--Headings-h3);
          font-style: normal;
          font-weight: 600;
          line-height: 80%;
        }

        .get-in-touch {
          .columns {
            display: flex;
            align-items: flex-start;
            column-gap: 65px;

            color: var(--neutral-0);
            font-family: var(--franklin);
            font-size: var(--Body-Text-p-small);
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 21px */
            letter-spacing: -0.25px;
            & a {
              color: var(--neutral-0);
              text-decoration-thickness: 1px;
              &:hover,
              &:focus {
                text-decoration: none;
              }
            }
          }
          span.header {
            width: 100%;
            margin-bottom: 24px;
            display: block;
          }
        }

        .group2 li {
          list-style: none;
          span {
            color: var(--blue-300);
            font-family: var(--franklin);
            font-size: var(--Body-Text-p-small);
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: -0.25px;
            display: inline-block;
            width: 16px;
          }
        }
      }
      .divider {
        width: 1px;
        height: 360px;
        background: linear-gradient(
          110deg,
          rgba(161, 196, 229, 0.32) 22.27%,
          rgba(103, 159, 213, 0.4) 86.34%
        );
      }
      .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: var(--Object-Spacing-spacing-24);
        width: 40%;

        h3 {
          color: var(--yellow-200);
          font-family: var(--dm-sans);
          font-size: var(--Headings-h3);
          font-style: normal;
          font-weight: 600;
          line-height: 130%; /* 28.6px */
          align-items: flex-start;
          padding-top: 0;
        }

        .other-links {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          width: 100%;
          max-width: 580px;

          li {
            margin-bottom: 2px;
          }
        }

        h4 {
          color: var(--neutral-0);
          font-family: var(--dm-sans);
          font-size: var(--Headings-h4);
          font-style: normal;
          font-weight: 900;
          line-height: 130%; /* 18.2px */
          letter-spacing: 1px;
          text-transform: uppercase;
        }

        a {
          color: var(--neutral-0);
          font-family: var(--franklin);
          font-size: var(--Body-Text-p-small);
          font-style: normal;
          font-weight: 400;
          line-height: 150%; /* 21px */
          letter-spacing: -0.25px;
          text-decoration-line: underline;
          text-decoration-thickness: 0.25px;
          &:hover,
          &:focus {
            text-decoration: none;
          }
        }

        @media screen and (max-width: 1410px) {
          width: 100%;
        }
      }
    }
  }

  .social-icons {
    display: flex;
    align-items: center;
    gap: var(--Object-Spacing-spacing-24, 24px);
    margin-top: -64px;
    @media screen and (min-width: 774px) and (max-width: 1410px) {
      margin-top: 24px;
    }
  }

  .site-info {
    color: var(--neutral-100);
    font-family: var(--franklin);
    font-size: var(--Body-Text-p-extra-small);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 14px */
    letter-spacing: -0.15px;
    margin: auto;
    text-align: center;
    background: linear-gradient(
      0deg,
      rgba(18, 20, 44, 0.8) 0%,
      rgba(18, 20, 44, 0.8) 100%
    );
    display: flex;
    width: 100%;
    padding: var(--Object-Spacing-spacing-12, 12px) 0px
      var(--Object-Spacing-spacing-24, 24px) 0px;
    justify-content: center;
    align-items: flex-start;
    gap: var(--Object-Spacing-spacing-24, 24px);
    p,
    a {
      color: var(--neutral-100);
      font-family: var(--franklin);
      font-size: var(--Body-Text-p-extra-small);
      font-style: normal;
      font-weight: 400;
      line-height: 140%; /* 14px */
      letter-spacing: -0.15px;
      padding: 0;
      margin: 0;
      max-width: none;
      text-decoration-thickness: 0.5px;
    }
  }

  .footer-ad {
    display: flex;
    padding: var(--Object-Spacing-spacing-32)
      var(--Structure-Spacing-margin-side-standard);
    flex-direction: column;
    align-items: center;
    gap: var(--Object-Spacing-spacing-8);
    align-self: stretch;
    background: linear-gradient(90deg, #f8f0df 0%, #e8d7ba 100%), #fff;

    .small-heading {
      color: var(--brand-navy);
      text-align: center;
      font-family: var(--dm-sans);
      font-size: var(--components-ct-as-button-text);
      font-style: normal;
      font-weight: 900;
      line-height: 145%; /* 15.95px */
      letter-spacing: 1.2px;
      text-transform: uppercase;
    }

    .ad-text {
      color: var(--brand-navy);
      font-family: var(--dm-sans);
      font-size: var(--components-ct-as-card-title);
      font-style: normal;
      font-weight: 700;
      line-height: 120%; /* 24px */
      letter-spacing: -0.25px;
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: var(--Object-Spacing-spacing-32, 32px);
    }

    a {
      color: var(--purple-600);
      font-family: var(--dm-sans);
      font-size: var(--components-ct-as-card-cta);
      font-style: normal;
      font-weight: 500;
      line-height: 135%;
      display: flex;
      gap: var(--Object-Spacing-spacing-24);
      align-items: center;
      transition: ease-out 0.3s;
      animation-timing-function: ease-out;
      animation-duration: 300ms;
      text-decoration: none;

      &:hover,
      &:focus {
        gap: var(--Object-Spacing-spacing-12);
        transition: ease-out 0.3s;
        animation-timing-function: ease-out;
        animation-duration: 300ms;
        text-decoration: none;
      }

      icon {
        display: flex;
        padding: 8.4px;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        border-radius: 28px;
        border: 2px solid var(--purple-600);
      }
    }
  }
  .primary-button,
  .secondary-button {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    font-family: var(--dm-sans);
    font-size: var(--components-ct-as-button-text);
    font-style: normal;
    font-weight: 900;
    line-height: 145%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    transition: 0.25s all;

    span {
      z-index: 2;
      transition: 0.25s all;
      padding-top: 2px;
      color: var(--neutral-0);
      text-decoration: none;
    }

    .button-back {
      width: 44px;
      height: 44px;
      position: absolute !important;
      transition: 0.25s all !important;
      background: #ffe4b8 !important;
      border-radius: 60px !important;
    }

    svg {
      display: flex;
      width: 44px;
      height: 44px;
      padding: var(--Object-Spacing-spacing-12) var(--Object-Spacing-spacing-16);
      align-items: center;
      gap: 30px;
      border-radius: 60px;
      background: var(--neutral-0);
      z-index: 2;
      transition: 0.25s all;
    }

    &:hover,
    &:focus {
      span {
        color: var(--brand-navy);
      }
      .button-back {
        width: 120%;
      }
      svg {
        background: transparent;
      }
    }
  }
}

.ASPEN .site-footer,
.Malnutrition-Awareness-Week .site-footer,
.Rhoads-Research-Foundation .site-footer {
  border-top: none;
  &:before {
    content: " ";
    background: url('data:image/svg+xml,<svg width="1728" height="27" viewBox="0 0 1728 27" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_12762_58933" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1728" height="27"><rect width="1728" height="26" transform="matrix(1 0 0 -1 0 26.5996)" fill="url(%23paint0_linear_12762_58933)"/></mask><g mask="url(%23mask0_12762_58933)"><rect width="3138.26" height="67.2242" transform="matrix(1 0 0 -1 -99.8047 39.6094)" fill="url(%23paint1_linear_12762_58933)"/><rect width="3138.26" height="67.2242" transform="matrix(1 0 0 -1 -99.8047 39.6094)" fill="url(%23paint2_linear_12762_58933)" fill-opacity="0.6" style="mix-blend-mode:lighten"/><rect width="3138.26" height="67.2242" transform="matrix(1 0 0 -1 -99.8047 39.6094)" fill="url(%23paint3_linear_12762_58933)" fill-opacity="0.4" style="mix-blend-mode:darken"/><g style="mix-blend-mode:color-dodge" opacity="0.7"><path d="M-115.609 31.5996C1286.39 -66.4004 2582.39 17.6087 2582.39 17.6087" stroke="url(%23paint4_linear_12762_58933)" stroke-width="37"/><path d="M-115.609 31.5996C1286.39 -66.4004 2582.39 17.6087 2582.39 17.6087" stroke="url(%23paint5_linear_12762_58933)" stroke-opacity="0.6" stroke-width="37" style="mix-blend-mode:lighten"/><path d="M-115.609 31.5996C1286.39 -66.4004 2582.39 17.6087 2582.39 17.6087" stroke="url(%23paint6_linear_12762_58933)" stroke-opacity="0.4" stroke-width="37" style="mix-blend-mode:darken"/></g><g style="mix-blend-mode:screen" opacity="0.4"><path d="M-137.608 -32.3997C844.392 141.6 2486.39 -78.3997 2486.39 -78.3997" stroke="url(%23paint7_linear_12762_58933)" stroke-width="37"/><path d="M-137.608 -32.3997C844.392 141.6 2486.39 -78.3997 2486.39 -78.3997" stroke="url(%23paint8_linear_12762_58933)" stroke-opacity="0.6" stroke-width="37" style="mix-blend-mode:lighten"/><path d="M-137.608 -32.3997C844.392 141.6 2486.39 -78.3997 2486.39 -78.3997" stroke="url(%23paint9_linear_12762_58933)" stroke-opacity="0.4" stroke-width="37" style="mix-blend-mode:darken"/></g><g style="mix-blend-mode:screen" opacity="0.2"><path d="M-137.608 -32.3997C844.392 141.6 2486.39 -78.3997 2486.39 -78.3997" stroke="url(%23paint10_linear_12762_58933)" stroke-width="10"/></g></g><defs><linearGradient id="paint0_linear_12762_58933" x1="6.68976e-07" y1="4.6752" x2="88.4409" y2="404.623" gradientUnits="userSpaceOnUse"><stop stop-color="%23641F45"/><stop offset="1" stop-color="%23542E8E"/></linearGradient><linearGradient id="paint1_linear_12762_58933" x1="1569.13" y1="67.2242" x2="1569.13" y2="4.72386" gradientUnits="userSpaceOnUse"><stop stop-color="%230A72BA"/><stop offset="0.6" stop-color="%23033E74"/><stop offset="1" stop-color="%23002857"/></linearGradient><linearGradient id="paint2_linear_12762_58933" x1="1569.13" y1="52.3258" x2="1568.97" y2="-0.0903824" gradientUnits="userSpaceOnUse"><stop stop-color="%23641F45" stop-opacity="0"/><stop offset="1" stop-color="%23641F45"/></linearGradient><linearGradient id="paint3_linear_12762_58933" x1="142.648" y1="67.2242" x2="337.963" y2="-607.103" gradientUnits="userSpaceOnUse"><stop offset="0.075" stop-color="%233E9ED8"/><stop offset="1" stop-color="%230A72BA"/></linearGradient><linearGradient id="paint4_linear_12762_58933" x1="1240.01" y1="-52.8794" x2="1233.27" y2="76.9008" gradientUnits="userSpaceOnUse"><stop stop-color="%230A72BA"/><stop offset="0.6" stop-color="%23033E74"/><stop offset="1" stop-color="%23002857"/></linearGradient><linearGradient id="paint5_linear_12762_58933" x1="1238.41" y1="-21.9434" x2="1231.97" y2="86.8519" gradientUnits="userSpaceOnUse"><stop stop-color="%23641F45" stop-opacity="0"/><stop offset="1" stop-color="%23641F45"/></linearGradient><linearGradient id="paint6_linear_12762_58933" x1="19.6349" y1="-116.261" x2="680.936" y2="936.53" gradientUnits="userSpaceOnUse"><stop stop-color="%23641F45"/><stop offset="0.5" stop-color="%233E9ED8"/><stop offset="1" stop-color="%230A72BA"/></linearGradient><linearGradient id="paint7_linear_12762_58933" x1="1388.36" y1="-37.7198" x2="1383.88" y2="48.4653" gradientUnits="userSpaceOnUse"><stop stop-color="%230A72BA"/><stop offset="0.6" stop-color="%23033E74"/><stop offset="1" stop-color="%23002857"/></linearGradient><linearGradient id="paint8_linear_12762_58933" x1="1387.29" y1="-17.1757" x2="1383.25" y2="55.0886" gradientUnits="userSpaceOnUse"><stop stop-color="%23641F45" stop-opacity="0"/><stop offset="1" stop-color="%23641F45"/></linearGradient><linearGradient id="paint9_linear_12762_58933" x1="-90.9151" y1="-114.547" x2="201.542" y2="780.69" gradientUnits="userSpaceOnUse"><stop stop-color="%23641F45"/><stop offset="0.5" stop-color="%233E9ED8"/><stop offset="1" stop-color="%230A72BA"/></linearGradient><linearGradient id="paint10_linear_12762_58933" x1="1608" y1="7.60041" x2="-67.9999" y2="1.60041" gradientUnits="userSpaceOnUse"><stop stop-color="%2358BDF9"/><stop offset="1" stop-color="white"/></linearGradient></defs></svg>');
    display: block;
    width: 100%;
    height: 27px;
  }

  .footer-content,
  .site-info {
    background: var(--neutral-800);
  }
}

.Malnutrition-Awareness-Week .site-footer {
  .footer-content {
    background: var(--maw-footer);
  }

  &:before {
    background: var(--MAW-MAW-Gradient-1);
  }
}

.podcast-modal,
.modal-nonmember,
.modal-noaccount,
.bookstore-modal-nonmember,
.bookstore-modal-member {
  display: none;
  padding: var(--Object-Spacing-spacing-60, 60px)
    var(--Object-Spacing-spacing-80, 80px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Object-Spacing-spacing-40, 40px);
  border-radius: 12px;
  border: 8px solid var(--Blue-200, #bad9e1);
  background: var(--Blue-110, #eaf4f6);
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  max-width: 450px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;

  &.open {
    display: inline-flex;
  }

  svg {
    max-width: 100%;
  }

  .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }

  .header {
    display: flex;
    padding-right: var(--Object-Spacing-spacing-12, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Object-Spacing-spacing-8, 16px);

    .title {
      color: var(--Primary-brand-navy, #002857);
      font-family: var(--dm-sans);
      font-size: var(--Headings-h3);
      font-style: normal;
      font-weight: 600;
      line-height: 130%; /* 57.2px */
    }

    .desc {
      color: var(--Neutral-600, #34353f);
      font-family: var(--franklin);
      font-size: var(--Body-Text-p-small);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 42px */
      letter-spacing: -0.5px;
    }
  }

  .card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Object-Spacing-spacing-24, 48px);
    align-self: stretch;

    > div {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 36px;
      align-self: stretch;

      .sub-title {
        color: var(--brand-navy);
        font-family: var(--dm-sans);
        font-size: var(--Headings-h4, 14px);
        font-style: normal;
        font-weight: 900;
        line-height: 130%; /* 18.2px */
        letter-spacing: 1px;
        text-transform: uppercase;
      }

      .link {
        color: var(--blue-600);
        font-family: var(--franklin);
        font-size: var(--Body-Text-p-standard, 17px);
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 27.2px */
        letter-spacing: -0.25px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
      }

      icon {
        display: flex;
        width: 43.75px;
        height: 43.75px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 50px;
        background: var(--brand-red);
      }

      .logo {
        display: none;
        &.apple {
          width: 170px;
        }
        &.spotify {
          width: 115px;
        }
        &.soundcloud {
          width: 196px;
        }

        svg {
          max-width: 100%;
          height: auto;
        }
      }
    }
  }
}

.bookstore-modal-member,
.bookstore-modal-nonmember {
  max-width: 515px;
}

.Rhoads-Research-Foundation .footer-ad {
  background: linear-gradient(90deg, #ebfbff 0%, #bad9e1 100%), #fff;
}
