.overlay-get-involved-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.16);
  }
  
  .get-involved-popup {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    visibility: hidden;
    z-index: 1000;
    box-sizing: border-box;
    padding: 20px 0;
    height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    overflow-y: auto;
  }
  
  .get-involved-popup .container {
    position: relative;
  }
  
  .get-involved-popup .ajax-progress {
    display: none !important;
  }
  
  .get-involved-popup .loading-form-popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
  }
  
  .get-involved-popup .loading-form-popup svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .get-involved-popup.thanks-you-message-init .get-involved-popup--body {
    display: none;
  }
  
  .get-involved-popup.thanks-you-message-init .get-involved-popup--thanks-you {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  
  .get-involved-popup .get-involved-popup--thanks-you {
    display: none;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 60px;
    height: 100vh;
    max-height: calc((var(--vh, 1vh) * 100) - 64px);
  }
  
  .get-involved-popup .get-involved-popup--thanks-you .thanks-you-close-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    outline: none;
    border: none;
    border-radius: 4px;
    background: #D24F1D;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 16px;
  }
  
  .get-involved-popup .get-involved-popup--thanks-you .inner {
    width: 100%;
    text-align: center;
  }
  
  .get-involved-popup .get-involved-popup--thanks-you .inner img {
    margin-bottom: 7px;
  }
  
  .get-involved-popup .get-involved-popup--thanks-you .inner h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  
  .get-involved-popup .get-involved-popup--thanks-you .inner p {
    margin: 0;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 18px;
  }
  
  .get-involved-popup .error-message {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 15px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    padding: 0 20px;
    width: 100%;
  }
  
  .get-involved-popup .error-message.init {
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
  }
  
  .get-involved-popup .error-message .error-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
    border-left: solid 4px #CC3300;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 16px 20px;
  }
  
  .get-involved-popup .error-message .error-wrapper .icon {
    flex: 0 0 40px;
    max-width: 40px;
  }
  
  .get-involved-popup .error-message .error-wrapper .error-close {
    flex: 0 0 22px;
    cursor: pointer;
    padding: 4px;
    max-width: 22px;
    font-size: 18px;
  }
  
  .get-involved-popup .error-message .error-wrapper .desc {
    flex: 0 0 calc(100% - 66px);
    padding: 0 30px 0 16px;
    max-width: calc(100% - 66px);
  }
  
  .get-involved-popup.init {
    visibility: visible;
  }
  
  .get-involved-popup--item {
    margin: 0 -20px;
    border-top: solid 4px #f2f2f2;
    padding: 24px 20px;
  }
  
  .get-involved-popup--item:first-child {
    border: none;
  }
  
  .get-involved-popup--heading {
    position: relative;
    z-index: 3;
  }
  
  .get-involved-popup--heading h3 {
    margin: 0;
    color: #212121;
    font-size: 24px;
    line-height: 24px;
  }
  
  .get-involved-popup--heading .close-get-involved-popup {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: #212121;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
  }
  
  .get-involved-popup--thumbnail {
    margin: 0px 0 20px;
    text-align: center;
  }
  
  .get-involved-popup--thumbnail img {
    display: inline-block;
    max-width: 100%;
  }
  
  .get-involved-popup--content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }
  
  .get-involved-popup--content p {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  
  .get-involved-popup--content .btn--impact {
    display: block;
    margin: 16px 0 0;
    border-radius: 4px;
    background: #D24F1D;
    padding: 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
  }
  
  .get-involved-popup--content .form-wrapper {
    margin-top: 18px;
  }
  
  .get-involved-popup--content .form-wrapper fieldset {
    margin: 0;
    padding: 0;
  }
  
  .get-involved-popup--content .form-wrapper fieldset legend {
    display: none;
  }
  
  .get-involved-popup--content .form-wrapper fieldset .js-webform-radios {
    display: flex;
  }
  
  .get-involved-popup--content .form-wrapper fieldset .js-webform-radios .js-form-item {
    flex-basis: 0;
    flex-grow: 1;
    margin-bottom: 28px;
    max-width: 100%;
  }
  
  .get-involved-popup--content .form-wrapper fieldset .js-webform-radios .js-form-item label {
    padding-left: 36px;
    line-height: 24px !important;
  }
  
  .get-involved-popup--content .form-wrapper fieldset .js-webform-radios .js-form-item label:after {
    top: 0;
    left: 0;
    border: 1px solid #CBCBCB;
    border-radius: 50%;
    background-image: none;
    width: 24px;
    height: 24px;
  }
  
  .get-involved-popup--content .form-wrapper fieldset .js-webform-radios .js-form-item label:before {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    border-radius: 50%;
    background-color: #FFB925;
    width: 14px;
    height: 14px;
    content: '';
  }
  
  .get-involved-popup--content .form-wrapper fieldset .js-webform-radios .js-form-item input[type="radio"]:checked+label:after {
    border-color: #007bff;
  }
  
  .get-involved-popup--content .form-wrapper fieldset .js-webform-radios .js-form-item input[type="radio"]:checked+label:before {
    opacity: 1;
  }
  
  .get-involved-popup--content .form-wrapper .js-form-type-textfield.form-item--error,
  .get-involved-popup--content .form-wrapper .js-form-type-email.form-item--error {
    margin-bottom: 16px;
  }
  
  .get-involved-popup--content .form-wrapper .js-form-type-textfield input[type="text"],
  .get-involved-popup--content .form-wrapper .js-form-type-textfield input[type="email"],
  .get-involved-popup--content .form-wrapper .js-form-type-email input[type="text"],
  .get-involved-popup--content .form-wrapper .js-form-type-email input[type="email"] {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 48px;
  }
  
  .get-involved-popup--content .form-wrapper .js-form-type-textfield input[type="text"]::-moz-placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-textfield input[type="email"]::-moz-placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-email input[type="text"]::-moz-placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-email input[type="email"]::-moz-placeholder {
    color: #9E9E9E;
  }
  
  .get-involved-popup--content .form-wrapper .js-form-type-textfield input[type="text"]:-ms-input-placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-textfield input[type="email"]:-ms-input-placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-email input[type="text"]:-ms-input-placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-email input[type="email"]:-ms-input-placeholder {
    color: #9E9E9E;
  }
  
  .get-involved-popup--content .form-wrapper .js-form-type-textfield input[type="text"]::placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-textfield input[type="email"]::placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-email input[type="text"]::placeholder,
  .get-involved-popup--content .form-wrapper .js-form-type-email input[type="email"]::placeholder {
    color: #9E9E9E;
  }
  
  .get-involved-popup--content .form-wrapper .js-form-type-textfield label,
  .get-involved-popup--content .form-wrapper .js-form-type-email label {
    display: none;
  }
  
  .user-logged-in .get-involved-popup .webform-submission-add-form .js-form-type-email.hide-email-field {
    display: none;
  }
  
  .get-involved-popup--content .form-wrapper .form-actions input {
    display: block;
    margin: 16px 0 0;
    border-radius: 4px;
    background: #D24F1D;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
  }
  
  .get-involved-popup--content .form-wrapper .form-actions input:disabled {
    background: #BDBDBD;
  }
  
  .get-involved-popup--content .form-wrapper .form-actions.already-subscribed input {
    background: #31CDA9;
  }
  
  @media only screen and (min-width:1025px) {
    .get-involved-popup {
      position: fixed;
      top: 0%;
      right: -100%;
      transition: all 1s ease;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
      background-color: #fff;
      padding-bottom: 0;
      width: 530px;
      height: 100vh;
    }
  
    .get-involved-popup.init {
      right: 0;
    }
  }
  
  @media only screen and (max-width:1024px) {
    .get-involved-popup .error-message {
      position: fixed;
    }
  
    .get-involved-popup {
      top: 100%;
      transition: all 0.5s ease;
      background: #ffffff;
      width: 100%;
    }
  
    .get-involved-popup.init {
      top: 0;
    }
  }
  