@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Knockout34;
  src: url("../fonts/Knockout-34.woff2") format("woff2"), url("../fonts/Knockout-34.woff") format("woff");
}
@font-face {
  font-family: Knockout54;
  src: url("../fonts/Knockout-54.woff2") format("woff2"), url("../fonts/Knockout-54.woff") format("woff");
}
@font-face {
  font-family: Knockout69;
  src: url("../fonts/Knockout-69.woff2") format("woff2"), url("../fonts/Knockout-69.woff") format("woff");
}
@font-face {
  font-family: SnellBold;
  src: url("../fonts/SnellBT-Bold.woff2") format("woff2"), url("../fonts/SnellBT-Bold.woff") format("woff");
}
/**
 * Define media queries
 */
@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mediabox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #FBF8EC;
  color: #131E83;
}

button, a {
  cursor: pointer;
}

.sfg__helper-text {
  position: absolute;
  font-size: 0;
  line-height: 0;
}

.fl__body-freeze {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
}

.sfg__main-body {
  position: relative;
}

.sfg__section--blue {
  background-image: url("../img/noise.png");
  background-size: 250px, 950px;
  background-repeat: repeat;
  background-color: #131E83;
  color: #FBF8EC;
}
.sfg__section--blue .sfg__button:focus {
  border-color: #FBF8EC;
}
.sfg__section--blue .sfg__fine-print a {
  color: #FBF8EC;
}
.sfg__section--black {
  background-color: #0E0E0E;
  color: #FBF8EC;
}
.sfg__section--black .sfg__button:focus {
  border-color: #FBF8EC;
}
.sfg__section--black .sfg__fine-print a {
  color: #FBF8EC;
}

.sfg__margins {
  padding-left: 50px;
  padding-right: 50px;
}
.sfg__button {
  background-color: #FF0000;
  border-radius: 50px;
  color: #FBF8EC;
  border: none;
  font-family: "Knockout54", sans-serif;
  font-size: calc(10px + 4 * ((100vw - 375px) / 1065));
  border: 2px solid #FF0000;
  text-transform: uppercase;
  padding: 9px 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.sfg__button:focus {
  background-color: #FBF8EC;
  color: #FF0000;
}
.sfg__button--reverse {
  background-color: transparent;
  border: 2.6px solid #131E83;
  color: #131E83;
}
.sfg__button--reverse:focus {
  background-color: #FF0000;
  color: #FBF8EC;
  border-color: #FF0000;
}

.sfg__copy {
  font-family: "Knockout34", sans-serif;
  font-size: calc(10px + 8 * ((100vw - 375px) / 1065));
  line-height: 175%;
  padding-bottom: 17px;
}
.sfg__copy p {
  font-family: "Knockout34", sans-serif;
  font-size: calc(10px + 8 * ((100vw - 375px) / 1065));
  line-height: 175%;
  padding-bottom: 17px;
}
.sfg__copy--large {
  font-size: calc(12px + 8 * ((100vw - 375px) / 1065));
  line-height: 160%;
}
.sfg__copy--large p, .sfg__copy--large ul, .sfg__copy--large ol {
  font-size: calc(12px + 8 * ((100vw - 375px) / 1065));
  line-height: 160%;
}
.sfg__copy--black {
  color: #0E0E0E;
}
.sfg__copy a {
  color: #131E83;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid #131E83;
  transition: all 0.3s ease-in-out;
}
.sfg__copy a:focus {
  color: #0442EB;
  border-bottom: 2px solid #0442EB;
}
.sfg__copy strong {
  font-family: "Knockout54", sans-serif;
}
.sfg__copy h1, .sfg__copy h2, .sfg__copy h3,
.sfg__copy h4, .sfg__copy h5, .sfg__copy h6 {
  padding-bottom: 23px;
}
.sfg__copy h1 {
  font-family: "Knockout54", sans-serif;
  text-transform: uppercase;
  font-size: calc(20px + 42.5 * ((100vw - 375px) / 1065));
  line-height: 140%;
}
.sfg__copy h2 {
  font-family: "Knockout54", sans-serif;
  text-transform: uppercase;
  font-size: calc(20px + 20 * ((100vw - 375px) / 1065));
  line-height: 130%;
}
.sfg__copy h3 {
  font-family: "Knockout54", sans-serif;
  font-size: calc(16px + 17 * ((100vw - 375px) / 1065));
}
.sfg__copy h4 {
  font-family: "Knockout54", sans-serif;
  font-size: calc(16px + 12 * ((100vw - 375px) / 1065));
}
.sfg__copy h5 {
  font-family: "Knockout69", sans-serif;
  font-size: calc(14px + 21 * ((100vw - 375px) / 1065));
  text-transform: uppercase;
}
.sfg__copy h6 {
  font-family: "Knockout54", sans-serif;
  font-size: calc(8px + 8 * ((100vw - 375px) / 1065));
  text-transform: uppercase;
  line-height: 130%;
}
.sfg__copy ul, .sfg__copy ol {
  font-size: calc(10px + 8 * ((100vw - 375px) / 1065));
  line-height: 175%;
  list-style: disc;
  padding: 0 25px 22px;
}
.sfg__copy ul li, .sfg__copy ol li {
  padding-bottom: 10px;
}
.sfg__copy ul li:last-of-type, .sfg__copy ol li:last-of-type {
  padding-bottom: 0;
}
.sfg__copy ol {
  list-style: decimal;
}
.sfg__copy img, .sfg__copy video {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 18px;
  margin-top: 25px;
}
.sfg__copy img {
  height: auto;
}
.sfg__copy p + img,
.sfg__copy p + video {
  margin-top: 25px;
}
.sfg__copy p:first-of-type img {
  margin-top: 0;
}

.sfg__title--h1 {
  font-family: "Knockout54", sans-serif;
  text-transform: uppercase;
  font-size: calc(20px + 42.5 * ((100vw - 375px) / 1065));
  line-height: 140%;
}

.sfg__title--h2 {
  font-family: "Knockout54", sans-serif;
  text-transform: uppercase;
  font-size: calc(20px + 20 * ((100vw - 375px) / 1065));
  padding-bottom: 20px;
  line-height: 130%;
}

.sfg__title--h3 {
  font-family: "Knockout54", sans-serif;
  font-size: calc(16px + 17 * ((100vw - 375px) / 1065));
  line-height: 130%;
}

.sfg__title--h4 {
  font-family: "Knockout54", sans-serif;
  font-size: calc(16px + 12 * ((100vw - 375px) / 1065));
  line-height: 135%;
}

.sfg__title--h5 {
  font-family: "Knockout69", sans-serif;
  font-size: calc(14px + 21 * ((100vw - 375px) / 1065));
  text-transform: uppercase;
}

.sfg__title--h6 {
  font-family: "Knockout54", sans-serif;
  font-size: calc(8px + 8 * ((100vw - 375px) / 1065));
  text-transform: uppercase;
  line-height: 135%;
}

.sfg__fine-print {
  font-family: "Knockout34", sans-serif;
  line-height: 120%;
  font-size: calc(8px + 3 * ((100vw - 375px) / 1065));
  text-align: center;
}
.sfg__fine-print--large {
  line-height: 130%;
  font-size: calc(11px + 3 * ((100vw - 375px) / 1065));
}
.sfg__fine-print a {
  color: #131E83;
}

.sfg__illustration {
  width: 100%;
  margin-bottom: -4px;
}

.sfg__form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sfg__input-field-wrap {
  display: flex;
  flex-flow: column-reverse;
  width: 47%;
}
.sfg__input-field-wrap--email {
  width: 100%;
}

.sfg__form-label,
.sfg__form-input {
  transition: all 0.2s;
  touch-action: manipulation;
}

.sfg__form-input:placeholder-shown + .sfg__form-label {
  cursor: text;
  color: #FBF8EC;
  font-family: "Knockout34", sans-serif;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 10px;
  text-transform: none;
  transform-origin: left bottom;
  transform: translate(0, 9px) scale(1);
  text-align: left;
}

::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

::-moz-placeholder {
  opacity: 0;
  transition: inherit;
}

::-ms-input-placeholder {
  opacity: 0;
  transition: inherit;
}

.sfg__form-input:focus::-webkit-input-placeholder {
  color: #FBF8EC;
  opacity: 1;
}

.sfg__form-input:focus::-moz-placeholder {
  color: #FBF8EC;
  opacity: 1;
}

.sfg__form-input:focus::-ms-input-placeholder {
  color: #FBF8EC;
  opacity: 1;
}

.sfg__form-input:not(:placeholder-shown) + .sfg__form-label,
.sfg__form-input:focus + .sfg__form-label {
  font-family: "Knockout34", sans-serif;
  font-size: 10px;
  transform: translate(0, -0.5rem) scale(1);
  color: #FBF8EC;
  padding: 0;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}

.sfg__form-input:-webkit-autofill + .sfg__form-label,
.sfg__form-input:-webkit-autofill:hover + .sfg__form-label,
.sfg__form-input:-webkit-autofill:focus + .sfg__form-label {
  font-family: "Knockout34", sans-serif;
  font-size: 10px;
  transform: translate(0, -0.5rem) scale(1);
  color: #FBF8EC;
  padding: 0;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}

.sfg__form-input {
  font-family: "Knockout34", sans-serif;
  font-size: 10px;
  border: 1px solid #FBF8EC;
  border-top: none;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: transparent;
  padding: 0 10px 3px;
  color: #FBF8EC;
  margin-bottom: 12px;
}

.sfg__form-input::placeholder {
  color: #FBF8EC;
  font-family: "Knockout34", sans-serif;
  font-size: 10px;
}

.sfg__form-button {
  display: block;
  margin: 18px auto 20px;
}

.sfg__home-section {
  position: relative;
  padding-top: 43px;
  padding-bottom: 20px;
}

.sfg__hero-wrap {
  padding: 30px 0;
  max-width: 1050px;
  display: block;
  margin: 0 auto;
}

.sfg__hero-title {
  text-align: center;
  padding-bottom: 0;
}

.sfg__hero-copy {
  text-align: center;
  padding: 15px 0;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.sfg__hero-image {
  width: 100%;
  height: auto;
}

.sfg__image, .accomp__item-img-wrap img {
  border-radius: 10px;
}

@media screen and (min-width: 375px) {
  .sfg__margins {
    padding-left: 57px;
    padding-right: 57px;
  }
  .sfg__margins--large {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sfg__image, .accomp__item-img-wrap img {
    border-radius: 15px;
  }
}
@media screen and (min-width: 720px) {
  .sfg__margins {
    padding-left: 85px;
    padding-right: 85px;
  }
  .sfg__margins--large {
    padding-left: 150px;
    padding-right: 150px;
  }

  .sfg__button {
    padding: 15px 25px;
  }

  .sfg__copy {
    padding-bottom: 25px;
  }
  .sfg__copy p {
    padding-bottom: 25px;
  }
  .sfg__copy ul, .sfg__copy ol {
    padding: 0 25px 25px;
  }
  .sfg__copy img, .sfg__copy video {
    margin-bottom: 30px;
    margin-top: 35px;
  }
  .sfg__copy p + img,
.sfg__copy p + video {
    margin-top: 35px;
  }

  .sfg__title--h6 {
    line-height: 148%;
  }

  .sfg__fine-print {
    max-width: 750px;
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .sfg__input-field-wrap {
    width: 26%;
  }
  .sfg__input-field-wrap--email {
    width: 45%;
  }

  .sfg__form-input {
    border-width: 2px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 11px;
  }

  .sfg__form-input:not(:placeholder-shown) + .sfg__form-label,
.sfg__form-input:focus + .sfg__form-label {
    font-size: 11px;
  }

  .sfg__form-input:-webkit-autofill + .sfg__form-label,
.sfg__form-input:-webkit-autofill:hover + .sfg__form-label,
.sfg__form-input:-webkit-autofill:focus + .sfg__form-label {
    font-size: 11px;
  }

  .sfg__form-input::placeholder {
    font-size: 11px;
  }

  .sfg__form-button {
    display: inherit;
    margin: 20px auto 25px;
  }

  .sfg__home-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sfg__hero-wrap {
    padding: 55px 0;
  }

  .sfg__hero-copy {
    padding: 30px 0 40px;
    width: 75%;
    max-width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .sfg__margins {
    padding-left: 130px;
    padding-right: 130px;
  }
  .sfg__margins--large {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sfg__button {
    padding: 12px 35px;
  }

  .sfg__copy {
    padding-bottom: 30px;
  }
  .sfg__copy p {
    padding-bottom: 30px;
  }
  .sfg__copy--large {
    line-height: 175%;
  }
  .sfg__copy--large p, .sfg__copy--large ul, .sfg__copy--large ol {
    line-height: 175%;
  }
  .sfg__copy ul, .sfg__copy ol {
    padding: 0 25px 30px;
  }
  .sfg__copy p + img,
.sfg__copy p + video {
    margin-top: 55px;
  }
  .sfg__copy img, .sfg__copy video {
    border-radius: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .sfg__fine-print {
    max-width: 750px;
    width: 80%;
    display: block;
    margin: 0 auto;
    line-height: 130%;
  }

  .sfg__form {
    align-items: center;
  }

  .sfg__input-field-wrap {
    width: 20%;
  }
  .sfg__input-field-wrap--email {
    width: 32%;
  }

  .sfg__form-input:placeholder-shown + .sfg__form-label {
    font-size: 14px;
    padding-left: 17px;
  }

  .sfg__form-input:not(:placeholder-shown) + .sfg__form-label,
.sfg__form-input:focus + .sfg__form-label {
    font-size: 14px;
    transform: translate(0, -0.5rem) scale(1);
  }

  .sfg__form-input:not(:placeholder-shown) + .sfg__form-label,
.sfg__form-input:focus + .sfg__form-label {
    padding: 0;
    transform: translate(0, -0.5rem) scale(1);
  }

  .sfg__form-input:-webkit-autofill + .sfg__form-label,
.sfg__form-input:-webkit-autofill:hover + .sfg__form-label,
.sfg__form-input:-webkit-autofill:focus + .sfg__form-label {
    font-size: 14px;
  }

  .sfg__form-input {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 10px 6px;
  }

  .sfg__form-input::placeholder {
    font-size: 14px;
  }

  .sfg__form-button {
    display: inherit;
    margin: 0;
  }

  .sfg__home-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sfg__hero-wrap {
    padding: 70px 0;
  }

  .sfg__hero-copy {
    padding: 30px 0 45px;
    width: 65%;
  }

  .sfg__image, .accomp__item-img-wrap img {
    border-radius: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .sfg__margins {
    padding-left: 180px;
    padding-right: 180px;
  }
  .sfg__margins--large {
    padding-left: 275px;
    padding-right: 275px;
  }

  .sfg__button {
    padding: 12px 40px;
  }

  .sfg__copy {
    padding-bottom: 35px;
  }
  .sfg__copy p {
    padding-bottom: 35px;
  }
  .sfg__copy ul, .sfg__copy ol {
    padding: 0 25px 35px;
  }
  .sfg__copy img, .sfg__copy video {
    margin-bottom: 65px;
    margin-top: 70px;
  }
  .sfg__copy p + img,
.sfg__copy p + video {
    margin-top: 70px;
  }

  .sfg__input-field-wrap {
    width: 21%;
  }
  .sfg__input-field-wrap--email {
    width: 34%;
  }

  .sfg__form-input:placeholder-shown + .sfg__form-label {
    font-size: 16px;
    padding-left: 20px;
  }

  .sfg__form-input {
    font-size: 16px;
  }

  .sfg__form-input:not(:placeholder-shown) + .sfg__form-label,
.sfg__form-input:focus + .sfg__form-label {
    font-size: 16px;
    transform: translate(0, -0.5rem) scale(1);
  }

  .sfg__form-input:not(:placeholder-shown) + .sfg__form-label,
.sfg__form-input:focus + .sfg__form-label {
    padding: 0;
    transform: translate(0, -0.5rem) scale(1);
  }

  .sfg__form-input:-webkit-autofill + .sfg__form-label,
.sfg__form-input:-webkit-autofill:hover + .sfg__form-label,
.sfg__form-input:-webkit-autofill:focus + .sfg__form-label {
    font-size: 16px;
  }

  .sfg__form-input::placeholder {
    font-size: 16px;
  }

  .sfg__home-section {
    padding-top: 130px;
    padding-bottom: 115px;
  }

  .sfg__hero-wrap {
    padding: 77px 0;
  }

  .sfg__hero-copy {
    padding: 30px 0 52px;
    width: 60%;
  }
}
@media screen and (min-width: 1800px) {
  .sfg__button {
    font-size: 16px;
  }

  .sfg__copy {
    font-size: 20px;
  }
  .sfg__copy--large {
    font-size: 22px;
  }
  .sfg__copy--large p, .sfg__copy--large ul, .sfg__copy--large ol {
    font-size: 22px;
  }
  .sfg__copy p {
    font-size: 20px;
  }
  .sfg__copy h1 {
    font-size: 67px;
  }
  .sfg__copy h2 {
    font-size: 44px;
  }
  .sfg__copy h3 {
    font-size: 36px;
  }
  .sfg__copy h4 {
    font-size: 31px;
  }
  .sfg__copy h5 {
    font-size: 38px;
  }
  .sfg__copy h6 {
    font-size: 18px;
  }
  .sfg__copy ul, .sfg__copy ol {
    font-size: 20px;
  }

  .sfg__title--h1 {
    font-size: 67px;
  }

  .sfg__title--h2 {
    font-size: 44px;
  }

  .sfg__title--h3 {
    font-size: 36px;
  }

  .sfg__title--h4 {
    font-size: 31px;
  }

  .sfg__title--h5 {
    font-size: 38px;
  }

  .sfg__title--h6 {
    font-size: 18px;
  }

  .sfg__fine-print {
    font-size: 12px;
  }
  .sfg__fine-print--large {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .sfg__section--blue .sfg__button:hover {
    border-color: #FBF8EC;
  }
  .sfg__section--black .sfg__button:hover {
    border-color: #FBF8EC;
  }

  .sfg__button:hover {
    background-color: #FBF8EC;
    color: #FF0000;
  }

  .sfg__button--reverse:hover {
    background-color: #FF0000;
    color: #FBF8EC;
    border-color: #FF0000;
  }

  .sfg__copy a:hover {
    color: #0442EB;
    border-bottom: 2px solid #0442EB;
  }
}
.header__skip-cta {
  font-family: "Knockout54", sans-serif;
  position: absolute;
  border-radius: 0;
  text-decoration: none;
  height: 0;
  color: transparent;
  border-color: transparent;
}
.header__skip-cta:focus {
  position: static;
  border: 1px solid #FBF8EC;
  color: #FBF8EC;
  background-color: #FF0000;
  height: auto;
}

.header__body-wrap {
  position: relative;
  background-color: #FBF8EC;
}
.header__body-wrap--small {
  background-color: #141F83;
}
.header__body-wrap--small .header__nav-social-list-icon {
  fill: #FBF8EC;
}

.header__donate-callout {
  background-color: #131E83;
}

.header__donate-dropdown-cta {
  background-image: url("../img/noise.png");
  background-size: 250px, 950px;
  background-repeat: repeat;
  font-family: "Knockout54", sans-serif;
  line-height: 130%;
  width: 100%;
  border: none;
  background-color: #131E83;
  font-size: 13px;
  text-align: center;
  color: #FBF8EC;
  padding: 15px 20px;
  position: relative;
}
.header__donate-dropdown-cta:after {
  content: "+";
  position: absolute;
  font-size: 40px;
  font-family: "Knockout34", sans-serif;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-out;
}
.header__donate-dropdown-cta--open:after {
  transform: translateY(-50%) rotate(45deg);
}
.header__donate-dropdown-cta:focus .header__donate-cta-copy:after {
  visibility: visible;
  width: 100%;
}

.header__donate-cta-copy {
  width: fit-content;
  width: -moz-fit-content;
  max-width: 80%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.header__donate-cta-copy:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FBF8EC;
  visibility: hidden;
  bottom: -5px;
  transition: all 0.3s ease-in-out;
}

.header__donate-dropdown-body-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  width: 70%;
  display: none;
  margin: 0 auto;
}

.header__donate-dropdown-copy-wrap {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.header__donate-dropdown-title {
  display: none;
}

.header__donate-dropdown-copy {
  text-align: center;
  padding-bottom: 0;
}

.header__donate-cta-body-wrap {
  padding-bottom: 30px;
}

.header__donate-cta-list-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0 10px;
  max-width: 500px;
  margin: 0 auto;
}

.header__donate-cta-list-item {
  padding-bottom: 7px;
  width: 40%;
  margin: 0 4px;
}

.header__donate-cta {
  display: block;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: 1px solid #FBF8EC;
  color: #FBF8EC;
}
.header__donate-cta:focus {
  background-color: #FF0000;
  color: #FBF8EC;
  border-color: #FF0000 !important;
}

.header__donate-fine-print {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.header__nav-body-wrap {
  display: flex;
  top: 0;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 35px;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header__nav-body-wrap--open .header__nav-logo-wrap {
  position: absolute;
  top: 54px;
}

.header__primary-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header__nav-logo-wrap {
  width: 85px;
  z-index: 3;
}

.header__nav-logo {
  width: 100%;
}

.header__nav-donate {
  display: block;
  margin: 0 0 0 auto;
  padding: 9px 10px;
}
.header__nav-donate:focus {
  border-color: #FF0000;
}

.header__menu-btn {
  border: none;
  background-color: transparent;
  height: 25px;
  margin-left: 10px;
  padding: 0;
  z-index: 3;
  cursor: pointer;
}
.header__menu-btn--open {
  position: absolute;
  top: 65px;
  right: 37px;
}

.header__menu-btn-line {
  display: block;
  width: 33px;
  position: relative;
  left: 50%;
  height: 4px;
  border: 1px solid #131E83;
  border-radius: 10px;
  background: #131E83;
  transform: rotate(0deg) translateX(-50%);
  transition: 0.25s ease-in-out;
}

.header__menu-btn-line:first-of-type {
  top: -4px;
}

.header__menu-btn-line:nth-child(2) {
  top: 0px;
}

.header__menu-btn-line:nth-child(3) {
  top: 4px;
}

.header__menu-btn--open .header__menu-btn-line:first-of-type,
.header__menu-btn--open .header__menu-btn-line:nth-child(2) {
  background-color: #131E83;
  width: 33px;
  height: 4px;
  border: 1px solid #131E83;
}

.header__menu-btn--open .header__menu-btn-line:first-of-type {
  transform: rotate(45deg) translateX(0%);
  top: 2px;
  left: 1px;
}

.header__menu-btn--open .header__menu-btn-line:nth-child(2) {
  transform: rotate(-45deg) translateX(0%);
  top: -2px;
  left: 3%;
}

.header__menu-btn--open .header__menu-btn-line:nth-child(3) {
  width: 0;
  height: 0;
  border: none;
}

.header__nav-content-wrap {
  display: none;
  background-color: #FBF8EC;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  padding: 0;
}

.header__nav-content-wrap--open {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header__nav-content {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.header__nav-list-wrap {
  padding-bottom: 25px;
}

.header__nav-list-item {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.header__nav-list-link {
  color: #131E83;
  font-family: "Knockout69", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  outline: none;
}
.header__nav-list-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #131E83;
  visibility: hidden;
  bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.header__nav-list-link:focus {
  color: #131E83;
  outline: none;
}
.header__nav-list-link:focus:after {
  visibility: visible;
  width: 100%;
}

.header__nav-content-donate {
  display: table;
  margin: 0 auto;
  font-size: 15px;
  padding: 15px 40px;
}

.header__secondary-block {
  order: -1;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__nav-lang {
  border-color: #131E83;
  color: #131E83;
}

.header__nav-social-list-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}

.header__nav-social-list-item {
  width: 21px;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
}
.header__nav-social-list-item:last-of-type {
  padding-right: 0;
}

.header__nav-social-list-icon svg {
  width: 100%;
  height: 16px;
}

@media screen and (min-width: 375px) {
  .header__nav-logo-wrap {
    width: 115px;
  }

  .header__menu-btn {
    margin-left: 15px;
  }

  .header__nav-donate {
    padding: 9px 20px;
  }

  .header__secondary-block {
    padding-bottom: 0;
  }

  .header__nav-content {
    top: 55%;
  }

  .header__nav-list-wrap {
    padding-bottom: 40px;
  }

  .header__nav-list-link {
    font-size: 25px;
  }
}
@media screen and (min-width: 375px) and (orientation: landscape) {
  .header__nav-content {
    top: 60%;
  }

  .header__nav-list-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .header__nav-list-item {
    width: 30%;
    text-align: center;
    padding-bottom: 15px;
  }

  .header__nav-list-link {
    font-size: 20px;
  }

  .header__nav-content-donate {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 720px) {
  .header__donate-dropdown-cta {
    font-size: 16px;
    padding: 20px;
  }
  .header__donate-dropdown-cta:after {
    transform: translateY(-50%);
  }
  .header__donate-dropdown-cta--open:after {
    transform: translateY(-50%) rotate(45deg);
  }

  .header__donate-dropdown-body-wrap {
    width: 85%;
  }

  .header__donate-dropdown-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 50px;
  }

  .header__donate-dropdown-copy-wrap {
    width: 45%;
  }

  .header__donate-dropdown-title {
    display: block;
    padding-bottom: 15px;
  }

  .header__donate-dropdown-copy {
    text-align: left;
    width: 85%;
  }

  .header__donate-cta-body-wrap {
    width: 50%;
    padding-bottom: 0;
  }

  .header__donate-cta-list-wrap {
    padding: 0 0 15px 0;
  }

  .header__donate-fine-print {
    text-align: left;
  }

  .header__nav-body-wrap {
    padding: 20px 80px;
  }

  .header__nav-body-wrap--open .header__nav-logo-wrap {
    top: 70px;
  }

  .header__nav-logo-wrap {
    width: 180px;
  }

  .header__menu-btn--open {
    top: 85px;
    right: 80px;
  }

  .header__nav-list-wrap {
    padding-bottom: 60px;
  }

  .header__nav-list-item {
    padding-bottom: 40px;
  }

  .header__nav-list-link {
    font-size: 29px;
  }

  .header__nav-social-list-item {
    width: 40px;
    padding-right: 15px;
  }

  .header__nav-social-list-icon svg {
    height: 23px;
  }
}
@media screen and (min-width: 720px) and (orientation: landscape) {
  .header__nav-list-wrap {
    padding-bottom: 20px;
  }

  .header__nav-list-item {
    padding-bottom: 30px;
  }

  .header__nav-list-link {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .header__donate-dropdown-cta {
    font-size: 16px;
    padding: 20px 30px;
  }
  .header__donate-dropdown-cta:after {
    font-size: 40px;
    right: 55px;
  }

  .header__donate-cta-copy {
    max-width: 75%;
  }

  .header__donate-dropdown-body-wrap {
    width: 80%;
  }

  .header__donate-dropdown-body {
    justify-content: center;
    padding: 45px 0 65px;
  }

  .header__donate-dropdown-copy-wrap {
    margin: 0;
    width: 42%;
  }

  .header__donate-dropdown-copy {
    line-height: 134%;
  }

  .header__donate-dropdown-title {
    line-height: 120%;
    text-transform: none;
    padding-bottom: 15px;
  }

  .header__donate-cta-body-wrap {
    width: 48%;
  }

  .header__donate-cta-list-wrap {
    justify-content: space-between;
    max-width: none;
    padding: 0;
  }

  .header__donate-cta-list-item {
    width: 47%;
    padding-bottom: 23px;
  }

  .header__donate-cta {
    font-size: 17px;
  }

  .header__donate-fine-print {
    margin: 0 0 0 15px;
    width: 95%;
  }

  .header__nav-body-wrap {
    padding: 20px 40px 20px 55px;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
  }

  .header__primary-block {
    width: 92.5%;
  }

  .header__nav-logo-wrap {
    position: relative;
    width: 17%;
    max-width: 150px;
  }

  .header__nav-donate {
    order: 3;
    margin: 0;
    font-size: 10px;
    padding: 12px 14px;
  }

  .header__menu-btn {
    display: none;
  }

  .header__nav-content-wrap {
    display: flex;
    margin: 0 auto;
    background-color: transparent;
    overflow-y: inherit;
    position: relative;
    min-height: inherit;
    width: 63%;
  }

  .header__nav-content {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
    width: 100%;
  }

  .header__nav-list-wrap {
    padding-bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .header__nav-list-item {
    padding: 0;
  }

  .header__nav-list-link {
    font-size: calc(16px + 6 * ((100vw - 960px) / 480));
  }

  .header__nav-content-donate {
    display: none;
  }

  .header__secondary-block {
    order: 0;
    width: 7%;
    padding-bottom: 0;
  }

  .header__nav-lang {
    font-size: 10px;
    padding: 12px 17px;
  }

  .header__nav-social-list-wrap {
    display: none;
  }
}
@media screen and (min-width: 960px) and (orientation: landscape) {
  .header__nav-list-item {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .header__donate-dropdown-cta {
    padding: 20px 30px;
  }
  .header__donate-dropdown-cta:after {
    right: 100px;
  }

  .header__donate-cta-copy {
    max-width: 70%;
  }

  .header__donate-dropdown-body-wrap {
    width: 67%;
    max-width: 1150px;
  }

  .header__donate-dropdown-title {
    width: 90%;
  }

  .header__donate-dropdown-copy {
    width: 75%;
  }

  .header__donate-cta {
    font-size: 20px;
  }

  .header__nav-body-wrap {
    padding: 20px 35px 20px 120px;
  }

  .header__primary-block {
    width: 92%;
  }

  .header__nav-logo-wrap {
    width: 16%;
    max-width: 180px;
  }

  .header__nav-donate,
.header__nav-lang {
    font-size: 12px;
    padding: 13px 23px;
  }

  .header__secondary-block {
    justify-content: center;
  }

  .header__nav-content-wrap {
    width: 62%;
  }
}
@media screen and (min-width: 1800px) {
  .header__nav-list-link {
    font-size: 23px;
  }
}
@media (hover: hover) {
  .header__donate-dropdown-cta:hover .header__donate-cta-copy:after {
    visibility: visible;
    width: 100%;
  }

  .header__donate-cta:hover {
    background-color: #FF0000;
    color: #FBF8EC;
    border-color: #FF0000 !important;
  }

  .header__nav-social-list-wrap:hover > .header__nav-social-list-item {
    opacity: 0.5;
  }

  .header__nav-social-list-wrap:hover > .header__nav-social-list-item:hover {
    opacity: 1;
  }

  .header__nav-list-link:hover {
    color: #131E83;
  }
  .header__nav-list-link:hover:after {
    visibility: visible;
    width: 100%;
  }

  .header__nav-donate:hover {
    border-color: #FF0000;
  }
}
.footer__join-body-wrap {
  text-align: center;
  padding: 35px 35px 30px;
}

.footer__join-title {
  padding-bottom: 23px;
}

.footer__join-form {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.footer__content-wrap {
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
  position: relative;
}

.footer__copy-wrap {
  width: 55%;
}

.footer__logo-wrap {
  width: 85%;
  max-width: 160px;
  margin-bottom: 15px;
  display: block;
}

.footer__logo {
  width: 100%;
  height: auto;
}

.footer__address-wrap {
  padding-bottom: 8px;
}
.footer__address-wrap p {
  font-family: "Knockout34", sans-serif;
}

.footer__address-title {
  font-family: "Knockout54", sans-serif;
}

.footer__address {
  font-family: "Knockout34", sans-serif;
}

.footer__copy-credit-wrap {
  margin-bottom: 15px;
}

.footer__copy-credit {
  font-family: "Knockout34", sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #FBF8EC;
  padding: 5px 3px;
  font-size: 5px;
  display: initial;
}

.footer__copy-fine-print {
  text-align: left;
  margin: 0;
}

.footer__links-wrap {
  width: 30%;
  align-self: flex-end;
}

.footer__nav-list-wrap {
  position: absolute;
  top: 21px;
}

.footer__nav-list-item {
  padding-bottom: 1px;
}

.footer__nav-item {
  color: #FBF8EC;
  text-decoration: none;
  position: relative;
  transition: 0.25s ease-in-out;
}
.footer__nav-item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FF0000;
  visibility: hidden;
  bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.footer__nav-item:focus {
  color: #FF0000;
}
.footer__nav-item:focus:after {
  visibility: visible;
  width: 100%;
}

.footer__social-list-wrap {
  display: flex;
  align-items: center;
}

.footer__social-list-item {
  width: 20%;
  max-width: 28px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}

.footer__social-link-icon {
  width: 100%;
}

.footer__links-icon {
  width: 90%;
  max-width: 220px;
  padding-top: 17px;
}

@media screen and (min-width: 375px) {
  .footer__copy-wrap {
    width: 45%;
  }

  .footer__copy-credit {
    padding: 5px;
  }

  .footer__links-wrap {
    width: 35%;
  }

  .footer__social-list-item {
    width: 15%;
    margin-right: 7px;
  }
}
@media screen and (min-width: 720px) {
  .footer__join-body-wrap {
    padding: 55px;
  }

  .footer__join-title {
    padding-bottom: 30px;
  }

  .footer__content-wrap {
    justify-content: flex-start;
    padding: 50px;
  }

  .footer__copy-wrap {
    width: 50%;
  }

  .footer__logo-wrap {
    width: 70%;
    max-width: 220px;
    margin-bottom: 25px;
  }

  .footer__address-wrap {
    padding-bottom: 25px;
  }

  .footer__copy-credit-wrap {
    margin-bottom: 25px;
  }

  .footer__copy-credit {
    padding: 7px 10px;
    font-size: 8px;
  }

  .footer__links-wrap {
    width: 40%;
    align-self: flex-start;
  }

  .footer__nav-list-wrap {
    position: relative;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }

  .footer__nav-list-item {
    padding-bottom: 25px;
    margin-right: 10px;
    width: 43%;
  }

  .footer__social-list-wrap {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
  }

  .footer__social-list-item {
    width: 100%;
    display: block;
    margin: 0 0 13px 0;
  }

  .footer__links-icon {
    padding-top: 0;
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
}
@media screen and (min-width: 960px) {
  .footer__join-body-wrap {
    padding: 70px 75px 80px;
  }
  .footer__join-body-wrap .HeaderHtml h1 {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .footer__join-title {
    padding-bottom: 37px;
  }

  .footer__join-form-input {
    margin: 0;
  }

  .footer__join-form-button {
    max-width: 28%;
  }

  .footer__join-form-fine-print {
    padding-top: 57px;
  }

  .footer__content-wrap {
    padding: 70px 85px;
  }

  .footer__copy-wrap {
    width: 55%;
  }

  .footer__logo-wrap {
    width: 70%;
    margin-bottom: 40px;
  }

  .footer__address-wrap {
    padding-bottom: 40px;
  }

  .footer__copy-credit-wrap {
    margin-bottom: 30px;
  }

  .footer__copy-credit {
    font-size: 10px;
  }

  .footer__links-wrap {
    width: 40%;
  }

  .footer__nav-list-item {
    padding-bottom: 30px;
  }

  .footer__social-list-wrap {
    top: 70px;
    right: 85px;
  }

  .footer__links-icon {
    bottom: 70px;
    right: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__join-body-wrap {
    padding: 82px 90px 95px;
  }
  .footer__join-body-wrap .HeaderHtml h1 {
    width: 75%;
  }

  .footer__join-title {
    padding-bottom: 47px;
  }

  .footer__join-form {
    max-width: 1100px;
  }

  .footer__content-wrap {
    padding: 100px 105px;
  }

  .footer__logo-wrap {
    width: 70%;
    margin-bottom: 50px;
  }

  .footer__address-wrap {
    padding-bottom: 60px;
  }

  .footer__copy-credit {
    font-size: 12px;
  }

  .footer__links-wrap {
    width: 57%;
  }

  .footer__nav-list-item {
    padding-bottom: 37px;
  }

  .footer__social-list-wrap {
    top: 112px;
    right: 120px;
  }

  .footer__links-icon {
    bottom: 110px;
    right: 115px;
  }
}
@media (hover: hover) {
  .footer__nav-item:hover {
    color: #FF0000;
  }
  .footer__nav-item:hover:after {
    visibility: visible;
    width: 100%;
  }

  .footer__social-list-wrap:hover > .footer__social-list-item {
    opacity: 0.5;
  }

  .footer__social-list-wrap:hover > .footer__social-list-item:hover {
    opacity: 1;
  }
}
.social__list-wrap {
  display: none;
}

@media screen and (min-width: 960px) {
  .social__list-wrap {
    display: block;
    position: absolute;
    right: 2.4%;
    top: 32px;
    z-index: 1;
  }

  .social__list-item {
    padding-bottom: 15px;
    transition: all 0.3s ease-in-out;
  }

  .social__list-item-img {
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .social__list-wrap {
    right: 55px;
  }

  .social__list-item {
    padding-bottom: 20px;
  }

  .social__list-item-img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (hover: hover) {
  .social__list-wrap:hover > .social__list-item {
    opacity: 0.5;
  }

  .social__list-wrap:hover > .social__list-item:hover {
    opacity: 1;
  }
}
.modal__body-wrap {
  background-color: rgba(251, 248, 236, 0.9);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.modal__body-wrap--active {
  display: block;
  min-height: 450px;
  overflow: scroll;
}

.modal__content-wrap, .sfg__flex {
  border-radius: 20px;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  min-height: 475px;
  max-width: 600px;
}
.modal__content-wrap--join, .sfg__flex {
  background-color: #131E83;
  color: #FBF8EC;
  justify-content: space-between;
  display: none;
}
.modal__content-wrap--donate {
  display: none;
  background-color: #FBF8EC;
  border: 8px solid #131E83;
  min-height: 460px;
  max-width: 450px;
}
.modal__content-wrap--donate .modal__menu-btn-line {
  background-color: #131E83;
}

.modal__menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  height: 20px;
  z-index: 51;
}
.modal__menu-btn:focus .modal__menu-btn-line {
  background-color: #FF0000;
}

.modal__menu-btn-line {
  position: relative;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #FBF8EC;
}
.modal__menu-btn-line:first-of-type {
  transform: rotate(45deg) translateX(10%);
}
.modal__menu-btn-line:last-of-type {
  transform: rotate(-45deg) translateX(10%);
}

.modal__content-img-wrap {
  display: none;
}

.modal__content-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.modal__content-form-wrap {
  width: 100%;
  position: relative;
}

.modal__content-form {
  width: 90%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__content-form .ContactInformation {
  margin-top: 10px;
}
.modal__content-form .at-form-submit {
  margin-top: 10px;
}
.modal__content-form .at-form-submit input {
  font-family: "Knockout54", sans-serif;
  font-size: calc(10px + 4 * ((100vw - 375px) / 1065));
  padding: 9px 25px;
  background-color: #FBF8EC !important;
  color: #131E83 !important;
  border-color: #FBF8EC !important;
  display: block !important;
  margin: 0 auto;
}
.modal__content-form .at-form-submit input:focus {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #FBF8EC;
}
.modal__content-form .at .at-fieldset {
  padding-top: 0;
  padding-bottom: 0;
}
.modal__content-form .at-inner .at-title {
  font-family: "Knockout54", sans-serif;
  font-size: calc(16px + 12 * ((100vw - 375px) / 1065));
  line-height: 135%;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px;
}
.modal__content-form .HeaderHtml h1 {
  text-align: center;
}
.modal__content-form .at-row .at-text {
  margin: 0;
}
.modal__content-form .at-row .at-text input {
  margin-bottom: 5px;
  height: 30px;
}
.modal__content-form .FirstName.LastName,
.modal__content-form .EmailAddress.MobilePhone {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.modal__content-form .FirstName.LastName label,
.modal__content-form .EmailAddress.MobilePhone label {
  width: 47%;
  flex: inherit;
}
.modal__content-form .error {
  padding: 0 !important;
  margin-bottom: 5px !important;
}

.modal__donate-title {
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: center;
  width: 95%;
  display: block;
  margin: 0 auto;
}

.modal__donate-copy {
  text-align: center;
}

.modal__donate-logo {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  max-width: 110px;
  height: auto;
}

.modal__content-clouds {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}

.modal__donate-body-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.modal__donate-list-wrap {
  width: 90%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 10px;
}

.modal__donate-list-item {
  width: 47%;
  padding-bottom: 10px;
}

.modal__donate-item-cta {
  width: 100%;
  text-align: center;
}

.modal__content-city {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.modal__donate-fine-print {
  width: 90%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 375px) {
  .modal__content-wrap--donate {
    min-height: 500px;
  }
}
@media screen and (min-width: 720px) {
  .modal__body-wrap--active {
    min-height: 650px;
  }

  .modal__content-wrap, .sfg__flex {
    width: 85%;
    max-width: 900px;
  }
  .modal__content-wrap--donate {
    min-height: 650px;
    max-width: 650px;
  }

  .modal__content-form .HeaderHtml h1 {
    padding-bottom: 20px;
  }
  .modal__content-form .FirstName.LastName label,
.modal__content-form .EmailAddress.MobilePhone label {
    width: 48%;
  }
  .modal__content-form .SmsLegalDisclaimer p {
    width: 100%;
  }

  .modal__donate-body-wrap {
    width: 75%;
  }

  .modal__donate-copy {
    padding-bottom: 35px;
  }

  .modal__donate-logo {
    top: 6%;
    width: 40%;
    max-width: 150px;
  }

  .modal__donate-list-wrap {
    padding-bottom: 20px;
  }

  .modal__donate-fine-print {
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .modal__body-wrap--active {
    min-height: 700px;
  }

  .modal__content-wrap, .sfg__flex {
    max-width: 1200px;
    width: 90%;
    min-height: 700px;
  }
  .modal__content-wrap--donate {
    min-height: 690px;
    max-width: 1100px;
  }

  .modal__content-img-wrap {
    display: inline;
  }

  .modal__content-img-wrap {
    width: 47%;
  }

  .modal__content-form-wrap {
    width: 50%;
  }

  .modal__content-form {
    width: 85%;
    top: 50%;
  }
  .modal__content-form .at .at-fieldset {
    padding: 0;
  }
  .modal__content-form .HeaderHtml {
    padding: 0;
  }
  .modal__content-form .HeaderHtml h1 {
    padding-bottom: 10px;
  }
  .modal__content-form .FirstName.LastName,
.modal__content-form .EmailAddress.MobilePhone {
    flex-wrap: wrap;
  }
  .modal__content-form .FirstName.LastName label,
.modal__content-form .EmailAddress.MobilePhone label {
    width: 100%;
  }

  .modal__donate-body-wrap {
    width: 90%;
    top: 49%;
  }

  .modal__donate-copy {
    padding-bottom: 35px;
  }

  .modal__donate-logo {
    top: 8%;
    width: 45%;
    max-width: 180px;
  }

  .modal__donate-list-item {
    width: 15%;
  }

  .modal__donate-item-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .modal__donate-fine-print {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .modal__content-wrap, .sfg__flex {
    min-height: 600px;
  }
  .modal__content-wrap--donate {
    min-height: 730px;
  }

  .modal__content-form .HeaderHtml h1 {
    font-size: 20px;
  }

  .modal__donate-logo {
    top: 8%;
    max-width: 220px;
  }
}
@media (hover: hover) {
  .modal__content-form .at-form-submit input:hover {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
    color: #FBF8EC !important;
  }
}
.home__hero-secondary-logo {
  display: none;
}

.home__hero-video-wrap {
  width: 100%;
  margin-bottom: -4px;
  position: relative;
}

.home__hero-link-wrap:after {
  content: "";
  background-image: url("../img/play-button.svg");
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home__hero-video {
  width: 100%;
}

.home__hero-form-body-wrap {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home__hero-form-body-wrap .at-inner .at-title {
  width: 75%;
  display: block;
  margin: 0 auto;
  font-family: "Knockout54", sans-serif;
  text-transform: uppercase;
  font-size: calc(20px + 20 * ((100vw - 375px) / 1065));
  line-height: 130%;
}

.home__page-callout {
  text-align: center;
}

.home__callout-title {
  padding-bottom: 13px;
}

.home__callout-copy {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.home__about-section {
  padding-bottom: 0;
  margin-bottom: -3px;
  overflow: hidden;
}

.home__about-list-item {
  padding-bottom: 69px;
}

.home__about-item-img {
  width: 100%;
  margin-bottom: 25px;
}

.home__about-item-copy-wrap {
  text-align: center;
}

@media screen and (min-width: 720px) {
  .home__hero-link-wrap:after {
    width: 90px;
    height: 90px;
  }

  .home__hero-form-body-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home__callout-copy-wrap {
    padding-bottom: 0;
  }

  .home__callout-copy {
    width: 75%;
  }

  .home__about-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .home__about-list-item {
    padding-bottom: 150px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .home__about-list-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .home__about-list-item:nth-of-type(odd) .home__about-item-img {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .home__about-list-item:nth-of-type(odd) .home__about-item-copy-wrap {
    text-align: left;
    padding-left: 80px;
    padding-right: 0;
  }

  .home__about-item-img {
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 0;
    position: relative;
    width: 55%;
  }

  .home__about-item-copy-wrap {
    text-align: right;
    padding-right: 80px;
    padding-left: 0;
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .home__hero-body-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px;
  }

  .home__hero-secondary-logo-wrap {
    width: 12%;
    margin: 8% auto 0;
  }

  .home__hero-secondary-logo {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 250px;
    max-width: 100px;
  }

  .home__hero-video-wrap {
    width: 65%;
    margin-bottom: 0;
    margin-right: 80px;
    border-radius: 20px;
  }

  .home__hero-link-wrap:after {
    width: 60px;
    height: 60px;
  }

  .home__hero-video {
    width: 100%;
    border-radius: 20px;
  }

  .home__hero-form-body-wrap {
    padding: 45px 50px 30px;
    width: 75%;
    display: block;
    margin: -50px auto 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
  }
  .home__hero-form-body-wrap .at-inner .at-title {
    width: 100%;
    font-size: calc(16px + 17 * ((100vw - 375px) / 1065));
  }
  .home__hero-form-body-wrap .HeaderHtml h1 {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .home__callout-title {
    padding-bottom: 27px;
  }

  .home__callout-illustration {
    margin-top: -30px;
  }

  .home__about-section {
    padding-top: 175px;
  }

  .home__about-list-item {
    padding-bottom: 220px;
  }
  .home__about-list-item:nth-of-type(odd) .home__about-item-copy-wrap {
    padding-left: 130px;
  }

  .home__about-item-img {
    width: 52%;
  }

  .home__about-item-copy-wrap {
    padding-right: 130px;
    width: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .home__hero-body-wrap {
    align-items: center;
    margin-top: 20px;
  }

  .home__hero-secondary-logo-wrap {
    width: 7%;
    margin: -7% auto 0;
  }

  .home__hero-secondary-logo {
    max-height: 350px;
    margin-left: 35%;
  }

  .home__hero-video-wrap {
    width: 61%;
    margin-right: 140px;
  }

  .home__hero-link-wrap:after {
    width: 80px;
    height: 80px;
  }

  .home__hero-form-body-wrap {
    padding: 45px 88px 30px;
    width: 70%;
    margin: -70px auto 0;
  }
  .home__hero-form-body-wrap .HeaderHtml h1 {
    width: 75%;
  }

  .home__hero-form .sfg__input-field-wrap {
    width: 27%;
  }
  .home__hero-form .sfg__input-field-wrap--email {
    width: 40%;
  }

  .home__callout-copy {
    width: 65%;
  }

  .home__callout-illustration {
    margin-top: -60px;
  }

  .home__about-section {
    padding-top: 200px;
  }

  .home__about-list-item {
    padding-bottom: 250px;
  }
  .home__about-list-item:nth-of-type(odd) .home__about-item-copy-wrap {
    padding-left: 180px;
  }

  .home__about-item-img {
    width: 54%;
  }

  .home__about-item-copy-wrap {
    padding-right: 180px;
    width: 37%;
  }
}
@media screen and (min-width: 1800px) {
  .home__hero-secondary-logo {
    max-width: 150px;
  }

  .home__hero-form-body-wrap .at-title {
    font-size: 36px;
  }
}
.about__body-wrap {
  padding-bottom: 30px;
}

.about__copy-wrap {
  color: #0E0E0E;
}
.about__copy-wrap p, .about__copy-wrap ul, .about__copy-wrap ol,
.about__copy-wrap span, .about__copy-wrap h1, .about__copy-wrap h2,
.about__copy-wrap h3, .about__copy-wrap h4, .about__copy-wrap h5, .about__copy-wrap h6 {
  padding-left: 20px;
  padding-right: 20px;
}
.about__copy-wrap p span {
  padding-left: 0;
  padding-right: 0;
}
.about__copy-wrap p img,
.about__copy-wrap p video {
  margin-bottom: 18px;
  margin-top: 18px;
}

@media screen and (min-width: 375px) {
  .about__copy-wrap p, .about__copy-wrap ul, .about__copy-wrap ol,
.about__copy-wrap span, .about__copy-wrap h1, .about__copy-wrap h2,
.about__copy-wrap h3, .about__copy-wrap h4, .about__copy-wrap h5, .about__copy-wrap h6 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 720px) {
  .about__body-wrap {
    max-width: 950px;
    display: block;
    margin: 0 auto;
  }

  .about__copy-wrap img,
.about__copy-wrap video {
    margin-bottom: 50px;
  }
  .about__copy-wrap p, .about__copy-wrap ul, .about__copy-wrap ol,
.about__copy-wrap span, .about__copy-wrap h1, .about__copy-wrap h2,
.about__copy-wrap h3, .about__copy-wrap h4, .about__copy-wrap h5, .about__copy-wrap h6 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .about__copy-wrap h1, .about__copy-wrap h2, .about__copy-wrap h3,
.about__copy-wrap h4, .about__copy-wrap h5, .about__copy-wrap h6 {
    width: 70%;
    max-width: 650px;
  }
  .about__copy-wrap p img,
.about__copy-wrap p video {
    margin-bottom: 25px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 960px) {
  .about__copy-wrap img,
.about__copy-wrap video {
    border-radius: 35px;
    margin-bottom: 70px;
  }
  .about__copy-wrap p, .about__copy-wrap ul, .about__copy-wrap ol,
.about__copy-wrap span, .about__copy-wrap h1, .about__copy-wrap h2,
.about__copy-wrap h3, .about__copy-wrap h4, .about__copy-wrap h5, .about__copy-wrap h6 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .about__copy-wrap h1, .about__copy-wrap h2, .about__copy-wrap h3,
.about__copy-wrap h4, .about__copy-wrap h5, .about__copy-wrap h6 {
    padding-bottom: 35px;
  }
  .about__copy-wrap p img,
.about__copy-wrap p video {
    margin-bottom: 40px;
    margin-top: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .about__copy-wrap img,
.about__copy-wrap video {
    margin-bottom: 100px;
  }
  .about__copy-wrap p, .about__copy-wrap ul, .about__copy-wrap ol,
.about__copy-wrap span, .about__copy-wrap h1, .about__copy-wrap h2,
.about__copy-wrap h3, .about__copy-wrap h4, .about__copy-wrap h5, .about__copy-wrap h6 {
    padding-left: 155px;
    padding-right: 155px;
  }
  .about__copy-wrap h1, .about__copy-wrap h2, .about__copy-wrap h3,
.about__copy-wrap h4, .about__copy-wrap h5, .about__copy-wrap h6 {
    width: 80%;
    padding-bottom: 50px;
    max-width: 950px;
  }
  .about__copy-wrap p img,
.about__copy-wrap p video {
    margin-bottom: 65px;
    margin-top: 70px;
  }
}
.news__body-wrap {
  max-width: 650px;
  display: block;
  margin: 0 auto;
  padding-bottom: 53px;
}

.news__nav-list-wrap {
  padding-bottom: 55px;
}

.news__nav-list-item {
  text-align: center;
  padding-bottom: 20px;
}
.news__nav-list-item:last-of-type {
  padding-bottom: 0;
}

.news__article-list-link {
  color: #131E83;
  text-decoration: none;
  padding: 28px 20px;
  display: block;
}
.news__article-list-link:focus .news__article-item-button {
  background-color: #FBF8EC;
  color: #FF0000;
}

.news__nav-item-button {
  font-family: "Knockout34", sans-serif;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  color: #131E83;
  padding: 0;
  font-size: calc(16px + 6 * ((100vw - 375px) / 1065));
}
.news__nav-item-button--active {
  font-family: "Knockout54", sans-serif;
  border-bottom: 2px solid #FF0000;
  padding-bottom: 2px;
}

.news__article-list-item {
  text-align: center;
  border: 3px solid #131E83;
  border-radius: 20px;
  margin-bottom: 69px;
}
.news__article-list-item:last-of-type {
  margin-bottom: 45px;
}

.news__article-item-details {
  font-family: "Knockout54", sans-serif;
  text-transform: uppercase;
}

.news__article-item-title {
  padding-bottom: 11px;
}

.news__load-more {
  border: none;
  background-color: transparent;
  color: #131E83;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.news__load-more:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #FF0000;
  visibility: hidden;
  bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.news__load-more:focus:after {
  visibility: visible;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .news__body-wrap {
    padding-bottom: 115px;
  }

  .news__nav-list-wrap {
    padding-bottom: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .news__nav-list-item {
    padding: 0 10px 0;
  }

  .news__article-list-link {
    padding: 40px 80px 50px;
  }

  .news__article-list-item {
    border-radius: 30px;
    margin-bottom: 85px;
  }
  .news__article-list-item:last-of-type {
    margin-bottom: 65px;
  }

  .news__article-item-details {
    padding-bottom: 30px;
  }

  .news__article-item-title {
    padding-bottom: 20px;
  }

  .news__article-item-copy {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .news__body-wrap {
    width: 93%;
    max-width: 1000px;
  }

  .news__nav-list-wrap {
    padding-bottom: 122px;
  }

  .news__nav-list-item {
    padding: 0 23px 0;
  }

  .news__article-list-wrap {
    padding-bottom: 50px;
  }

  .news__article-list-link {
    padding: 40px 100px 55px;
  }

  .news__article-list-item {
    margin-bottom: 105px;
  }
  .news__article-list-item:last-of-type {
    margin-bottom: 105px;
  }

  .news__article-item-copy {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .news__body-wrap {
    width: 87%;
    padding-bottom: 125px;
  }

  .news__article-list-link {
    padding: 45px 138px 68px;
  }

  .news__article-item-details {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 1800px) {
  .news__nav-item-button {
    font-size: 24px;
  }

  .news__article-item-details {
    font-size: 24px;
  }
}
@media (hover: hover) {
  .news__article-list-link:hover .news__article-item-button {
    background-color: #FBF8EC;
    color: #FF0000;
  }

  .news__load-more:hover:after {
    visibility: visible;
    width: 100%;
  }
}
.join__body-wrap {
  padding-bottom: 10px;
}

.join__hero-cta-wrap {
  max-width: 1350px;
  display: block;
  margin: 0 auto;
}

.join__hero-cta-img {
  width: 100%;
}

.join__hero-cta-content-wrap {
  padding: 42px 0;
}

.join__hero-cta-content {
  color: #131E83;
  text-decoration: none;
  border: 3px solid #131E83;
  border-radius: 20px;
  text-align: center;
  padding: 25px 30px 30px;
  margin-bottom: 45px;
}
.join__hero-cta-content:last-of-type {
  margin-bottom: 0;
}
.join__hero-cta-content:focus .join__hero-cta-content-cta {
  background-color: #FBF8EC;
  color: #FF0000;
}

.join__hero-cta-content-title {
  text-transform: uppercase;
  padding-bottom: 20px;
}

.join__hero-cta-content-copy {
  text-align: center;
}

.join__blurb-wrap {
  text-align: center;
  padding: 50px 0 5px;
}

.join__blurb-title {
  padding-bottom: 27px;
}

.join__toolkit-body-wrap {
  max-width: 1500px;
  display: block;
  margin: 0 auto;
}

.join__toolkit-list-item {
  padding-bottom: 48px;
}

.join__toolkit-item-img {
  width: 100%;
  margin-bottom: 21px;
}

.join__toolkit-item-title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.join__toolkit-item-cta {
  display: table;
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .join__hero-cta-content-wrap {
    padding: 65px 0;
    display: flex;
    justify-content: space-between;
  }

  .join__hero-cta-content {
    padding: 25px 20px 30px;
    width: 48%;
    margin: 0;
  }

  .join__blurb-wrap {
    padding: 60px 0 40px;
    width: 70%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
  }

  .join__toolkit-list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .join__toolkit-list-item {
    width: 47%;
    padding-bottom: 60px;
  }

  .join__toolkit-item-img {
    border-radius: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .join__hero-cta-wrap {
    width: 94%;
  }

  .join__hero-cta-content-wrap {
    padding: 85px 0;
  }

  .join__hero-cta-content {
    padding: 35px 30px 40px;
  }

  .join__hero-cta-content-title {
    padding-bottom: 27px;
  }

  .join__hero-cta-content-copy {
    padding-bottom: 25px;
  }

  .join__blurb-wrap {
    width: 60%;
    padding: 67px 0 40px;
  }

  .join__blurb-title {
    padding-bottom: 40px;
  }

  .join__toolkit-list-item {
    padding-bottom: 80px;
  }

  .join__toolkit-item-img {
    border-radius: 14px;
    margin-bottom: 35px;
  }

  .join__toolkit-item-title {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .join__hero-cta-wrap {
    width: 87%;
  }

  .join__hero-cta-content-wrap {
    padding: 110px 0;
  }

  .join__hero-cta-content {
    padding: 35px 40px 45px;
  }

  .join__hero-cta-content-title {
    padding-bottom: 32px;
  }

  .join__blurb-wrap {
    width: 55%;
    max-width: 800px;
    padding: 67px 0 50px;
  }

  .join__toolkit-item-img {
    border-radius: 20px;
    margin-bottom: 40px;
  }
}
@media (hover: hover) {
  .join__hero-cta-content:hover .join__hero-cta-content-cta {
    background-color: #FBF8EC;
    color: #FF0000;
  }
}
.blog__hero-details {
  text-align: center;
  font-family: "Knockout54", sans-serif;
  font-size: calc(12px + 10 * ((100vw - 375px) / 1065));
  line-height: 130%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 45px;
}

.blog__hero-details-date,
.blog__hero-details-cat {
  display: block;
}

.blog__hero-details-date {
  font-family: "Knockout34", sans-serif;
}

.blog__hero-details-cat {
  padding-bottom: 4px;
}

.blog__hero-title {
  text-transform: none;
  font-size: calc(16px + 24 * ((100vw - 375px) / 1065));
  width: 90%;
  display: block;
  margin: 0 auto;
}

.blog__body-wrap {
  padding: 15px 0 60px;
  max-width: 1050px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .blog__hero-details {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 27px;
  }

  .blog__hero-details-date {
    font-family: "Knockout54", sans-serif;
    position: relative;
    padding-right: 20px;
  }
  .blog__hero-details-date:after {
    content: "  ・  ";
    font-family: "Knockout54", sans-serif;
    font-size: calc(25px + 5 * ((100vw - 375px) / 1065));
    line-height: 0%;
    position: absolute;
    top: 42%;
    right: -15px;
    transform: translateY(-50%);
  }

  .blog__hero-details-cat {
    padding-left: 20px;
  }

  .blog__hero-title {
    width: 100%;
  }

  .blog__body-wrap {
    padding: 30px 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .blog__body-wrap {
    padding: 45px 0 160px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__body-wrap {
    padding: 65px 0 200px;
  }
}
@media screen and (min-width: 1800px) {
  .blog__hero-details {
    font-size: 24px;
  }

  .blog__hero-details-date:after {
    font-size: 24px;
  }

  .blog__hero-title {
    font-size: 44px;
  }
}
.accomp__body-wrap {
  position: relative;
  max-width: 500px;
  display: block;
  margin: 0 auto 75px;
}

.accomp__body-road {
  height: auto;
  bottom: 0px;
  top: 0;
  width: 55px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #131E83 60%, rgba(255, 255, 255, 0) 60%);
  background-position: center;
  background-size: 3px 65px;
  background-repeat: repeat-y;
  z-index: 0;
}
.accomp__body-road::before {
  position: absolute;
  content: "";
  top: 0;
  left: 4px;
  bottom: 0;
  border-left: 3px solid #131E83;
}
.accomp__body-road::after {
  position: absolute;
  content: "";
  top: 0;
  right: 4px;
  bottom: 0;
  border-right: 3px solid #131E83;
}

.accomp__list-wrap {
  color: #0E0E0E;
}

.accomp__list-item {
  background-color: #FBF8EC;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 205px;
  z-index: 1;
}
.accomp__list-item:first-of-type {
  padding-top: 10px;
}
.accomp__list-item:last-of-type {
  margin-bottom: 20px;
}

.accomp__item-img-wrap img {
  height: auto;
}

.accomp__item-img, .accomp__item-img-wrap img {
  width: 100%;
}

.accomp__item-img + .accomp__item-img, .accomp__item-img-wrap img + .accomp__item-img, .accomp__item-img-wrap .accomp__item-img + img, .accomp__item-img-wrap img + img {
  margin-top: 25px;
}

.accomp__item-img-wrap + .accomp__item-copy-wrap {
  margin-top: 25px;
}

.accomp__item-img + .accomp__item-copy-wrap, .accomp__item-img-wrap img + .accomp__item-copy-wrap {
  margin-bottom: 25px;
}

.accomp__item-copy-wrap {
  padding: 0 30px;
}
.accomp__item-copy-wrap--blockquote {
  text-align: center;
  padding: 35px 20px;
}

.accomp__item-copy-wrap + .accomp__item-img-wrap {
  margin-top: 25px;
}

.accomp__item-title {
  text-transform: uppercase;
}

.accomp__item-copy {
  font-family: "Knockout34", sans-serif;
  padding-bottom: 0;
}
.accomp__item-copy p, .accomp__item-copy ul, .accomp__item-copy ol {
  font-family: "Knockout34", sans-serif;
}
.accomp__item-copy p:last-of-type, .accomp__item-copy ul:last-of-type, .accomp__item-copy ol:last-of-type {
  padding-bottom: 0;
}

.accomp__item-blockquote {
  padding-bottom: 29px;
  font-family: "Knockout34", sans-serif;
  color: #131E83;
}
.accomp__item-blockquote:before {
  content: "";
  background-image: url("../img/quote-mark.svg");
  width: 40px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.accomp__item-blockquote-credit {
  color: #131E83;
}

@media screen and (min-width: 375px) {
  .accomp__item-copy-wrap {
    padding: 0 36px;
  }
  .accomp__item-copy-wrap--blockquote {
    padding: 35px 20px;
  }
}
@media screen and (min-width: 720px) {
  .accomp__body-wrap {
    margin: 0 auto 120px;
  }
}
@media screen and (min-width: 960px) {
  .accomp__body-wrap {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 150px;
  }

  .accomp__page-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .accomp__list-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    background-color: transparent;
    padding-top: 0;
    margin-bottom: 150px;
  }
  .accomp__list-item:first-of-type {
    padding-top: 17px;
  }

  .accomp__item-img-wrap {
    width: 43%;
    position: relative;
  }
  .accomp__item-img-wrap:nth-child(odd) .accomp__item-img, .accomp__item-img-wrap:nth-child(odd) img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accomp__item-img-wrap:nth-child(even) .accomp__item-img, .accomp__item-img-wrap:nth-child(even) img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .accomp__item-img, .accomp__item-img-wrap img {
    width: 100%;
    height: auto;
  }

  .accomp__item-img-wrap + .accomp__item-copy-wrap {
    margin-top: 5px;
  }

  .accomp__item-copy-wrap {
    width: 41%;
    padding: 0;
    position: relative;
  }
  .accomp__item-copy-wrap:nth-child(odd) {
    padding-left: 85px;
    text-align: right;
  }
  .accomp__item-copy-wrap:nth-child(odd):after {
    content: "";
    height: 3px;
    width: 70px;
    background-color: #131E83;
    display: block;
    position: absolute;
    top: 20px;
    right: -23%;
    border-top: 10px #FBF8EC solid;
    border-bottom: 10px #FBF8EC solid;
  }
  .accomp__item-copy-wrap:nth-child(even) {
    padding-right: 85px;
  }
  .accomp__item-copy-wrap:nth-child(even):before {
    content: "";
    height: 3px;
    width: 70px;
    background-color: #131E83;
    display: block;
    position: absolute;
    top: 20px;
    left: -23%;
    border-top: 10px #FBF8EC solid;
    border-bottom: 10px #FBF8EC solid;
  }
  .accomp__item-copy-wrap--blockquote {
    text-align: center !important;
    align-self: center;
  }
  .accomp__item-copy-wrap--blockquote:before, .accomp__item-copy-wrap--blockquote:after {
    display: none !important;
  }

  .accomp__item-title {
    line-height: 127%;
    padding-bottom: 27px;
  }

  .accomp__item-copy {
    line-height: 190%;
  }
  .accomp__item-copy p, .accomp__item-copy ul, .accomp__item-copy ol, .accomp__item-copy span {
    line-height: 190%;
  }

  .accomp__item-blockquote {
    padding-bottom: 35px;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .accomp__item-blockquote:before {
    width: 60px;
    height: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .accomp__body-wrap {
    margin-bottom: 180px;
  }

  .accomp__list-item {
    margin-bottom: 175px;
  }

  .accomp__item-copy-wrap {
    width: 43%;
  }
  .accomp__item-copy-wrap:nth-child(odd) {
    padding-left: 130px;
  }
  .accomp__item-copy-wrap:nth-child(odd):after {
    width: 80px;
    top: 5px;
    right: -17%;
  }
  .accomp__item-copy-wrap:nth-child(even) {
    padding-right: 130px;
  }
  .accomp__item-copy-wrap:nth-child(even):before {
    width: 80px;
    top: 5px;
    left: -17%;
  }

  .accomp__item-title {
    padding-bottom: 40px;
  }

  .accomp__item-blockquote:before {
    width: 90px;
    height: 60px;
  }
}
@media screen and (min-width: 1800px) {
  .accomp__item-copy-wrap:nth-child(odd):after {
    width: 90px;
  }
  .accomp__item-copy-wrap:nth-child(even):before {
    width: 90px;
  }
}
.basic__body-wrap {
  padding: 30px 0 60px;
  max-width: 550px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .basic__body-wrap {
    padding: 40px 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .basic__body-wrap {
    max-width: 1050px;
    padding: 55px 0 160px;
  }
}
@media screen and (min-width: 1200px) {
  .basic__body-wrap {
    padding: 63px 0 200px;
  }
}
.fourohfour__body-wrap {
  padding: 40px 0 80px;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.fourohfour__lede-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.fourohfour__lede-img {
  width: 40%;
}

.fourohfour__lede-copy-wrap {
  width: 55%;
  text-align: center;
  padding-bottom: 10px;
}

.fourohfour__copy-title {
  text-transform: uppercase;
  padding-bottom: 15px;
}

.fourohfour__copy {
  padding-bottom: 0;
}

.fourohfour__donate-wrap {
  border: 4px solid #131E83;
  border-radius: 20px;
  padding: 30px 20px;
}

.fourohfour__donate-list-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.fourohfour__donate-list-item {
  width: 47%;
  padding-bottom: 10px;
}

.fourohfour__donate-item-cta {
  width: 100%;
  display: block;
  text-align: center;
  font-size: calc(11px + 14 * ((100vw - 375px) / 1065));
  padding: 13px 15px;
}

.fourohfour__donate-fine-print {
  font-size: calc(12px + 4 * ((100vw - 375px) / 1065));
}

@media screen and (min-width: 720px) {
  .fourohfour__body-wrap {
    padding: 60px 0 120px;
  }

  .fourohfour__lede-img {
    width: 30%;
  }

  .fourohfour__lede-copy-wrap {
    width: 65%;
    padding-bottom: 0;
  }

  .fourohfour__copy {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .fourohfour__donate-wrap {
    padding: 40px 60px;
  }

  .fourohfour__donate-list-wrap {
    padding-bottom: 25px;
  }

  .fourohfour__donate-list-item {
    padding-bottom: 15px;
  }

  .fourohfour__donate-item-cta {
    padding: 16px 25px;
    border-width: 3px;
  }
}
@media screen and (min-width: 960px) {
  .fourohfour__body-wrap {
    max-width: 950px;
  }

  .fourohfour__lede-wrap {
    padding-bottom: 11px;
  }

  .fourohfour__donate-wrap {
    display: block;
    width: 93%;
    margin: 0 auto;
    padding: 60px 95px 35px;
  }

  .fourohfour__donate-list-wrap {
    padding-bottom: 40px;
  }

  .fourohfour__donate-list-item {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fourohfour__body-wrap {
    padding: 70px 0 170px;
  }

  .fourohfour__lede-copy-wrap {
    width: 70%;
  }

  .fourohfour__copy-title {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .fourohfour__copy {
    width: 70%;
  }

  .fourohfour__donate-wrap {
    padding: 68px 117px 35px;
  }

  .fourohfour__donate-list-item {
    padding-bottom: 25px;
  }

  .fourohfour__donate-item-cta {
    padding: 22px 25px;
  }
}
@media screen and (min-width: 1800px) {
  .fourohfour__donate-item-cta {
    font-size: 26px;
  }

  .fourohfour__donate-fine-print {
    font-size: 17px;
  }
}
.at-inner {
  background-color: transparent !important;
}
.at-inner .at-title {
  font-family: "Knockout54", sans-serif;
  text-transform: uppercase;
  font-size: calc(20px + 35 * ((100vw - 375px) / 1065));
  line-height: 140%;
  color: #FBF8EC;
}

.HeaderHtml h1 {
  font-family: "Knockout34", sans-serif !important;
  font-size: calc(12px + 8 * ((100vw - 375px) / 1065));
  line-height: 140%;
  color: #FBF8EC !important;
}

.at-row input {
  font-family: "Knockout34", sans-serif;
  font-size: 10px;
  border: 1px solid #FBF8EC !important;
  border-radius: 7px;
  background-color: transparent !important;
  padding: 0 10px 3px;
  color: #FBF8EC;
  margin-bottom: 12px;
}

.ContactInformation .at-legend {
  display: none;
}

.at-row .at-text {
  color: #FBF8EC;
  text-align: left;
  font-family: "Knockout34", sans-serif;
  font-size: 10px;
}
.at-row .at-text input, .at-row .at-text .intl-tel-input {
  font-family: "Knockout34", sans-serif !important;
  font-size: 10px !important;
  color: #FBF8EC !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 5px !important;
}

.at-legal,
.at-legal p {
  font-family: "Knockout34", sans-serif;
  line-height: 120%;
  font-size: calc(8px + 3 * ((100vw - 375px) / 1065));
  text-align: center;
  color: #FBF8EC;
}
.at-legal a,
.at-legal p a {
  color: #FBF8EC;
  text-decoration: underline;
}

.SmsLegalDisclaimer p {
  padding-top: 15px;
}
.SmsLegalDisclaimer p em {
  color: #FBF8EC !important;
}

.UpdateMyProfile {
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}
.UpdateMyProfile .text {
  font-family: "Knockout34", sans-serif;
  line-height: 120%;
  font-size: calc(8px + 3 * ((100vw - 375px) / 1065));
  text-align: center;
  color: #FBF8EC;
}
.UpdateMyProfile .text a {
  color: #FBF8EC;
  text-decoration: underline;
}

.updateMyProfileSection .text {
  display: inline-block;
  margin-bottom: 5px;
}

.at-form-submit {
  padding: 0 !important;
}

.at-submit {
  background-color: #FF0000 !important;
  border-radius: 50px !important;
  color: #FBF8EC !important;
  border: none !important;
  font-family: "Knockout54", sans-serif !important;
  font-size: calc(10px + 4 * ((100vw - 375px) / 1065));
  border: 2px solid #FF0000 !important;
  text-transform: uppercase !important;
  padding: 9px 25px !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease-in-out;
  float: none !important;
}
.at-submit:focus {
  background-color: #FBF8EC;
  color: #FF0000;
}

.at label.error,
.error {
  color: #FF0000 !important;
}

.at-row-full, .at-row-full > div:first-child {
  width: fit-content;
  width: -moz-fit-content;
}

@media screen and (min-width: 720px) {
  .at-row input {
    border-width: 2px !important;
    border-radius: 9px !important;
  }

  .at-row .at-text {
    font-size: 11px;
  }
  .at-row .at-text input, .at-row .at-text .intl-tel-input {
    font-size: 11px !important;
    margin-top: 5px !important;
  }

  .SmsLegalDisclaimer p {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .at-submit {
    padding: 15px 25px;
  }
}
@media screen and (min-width: 960px) {
  .at-inner .at-title {
    padding-left: 0;
    padding-right: 0;
  }

  .at-row .at-text {
    font-size: 14px;
  }
  .at-row .at-text input, .at-row .at-text .intl-tel-input {
    font-size: 14px !important;
    margin-top: 5px !important;
  }
  .at-row .at-text input {
    padding: 0 17px !important;
    height: 2.5rem !important;
  }
  .at-row .at-text .iti--allow-dropdown input {
    padding-left: 52px !important;
  }

  .SmsLegalDisclaimer p {
    line-height: 130%;
  }

  .at-submit {
    padding: 12px 35px;
  }
}
@media screen and (min-width: 1800px) {
  .at-inner .at-title {
    font-size: 60px;
  }

  .HeaderHtml h1 {
    font-size: 22px;
  }

  .at-legal,
.at-legal p {
    font-size: 12px;
  }

  .UpdateMyProfile .text {
    font-size: 12px;
  }

  .at-submit {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .at-submit:hover {
    background-color: #FBF8EC !important;
    color: #FF0000 !important;
  }
}
.policy__article-wrap .sfg__hero-title {
  font-family: "Knockout69", sans-serif;
  font-size: calc(40px + 60 * ((100vw - 375px) / 1065));
  line-height: 90%;
}

.policy__body-wrap {
  padding: 11px 0 45px;
}

.policy__list-item {
  border: 2px solid #131E83;
  border-radius: 15px;
  margin-bottom: 15px;
}

.policy__list-item-link {
  color: #131E83;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: "Knockout69", sans-serif;
  font-size: calc(23px + 22 * ((100vw - 375px) / 1065));
  line-height: 100%;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
}
.policy__list-item-link:focus {
  color: #FF0000;
}

@media screen and (min-width: 720px) {
  .policy__body-wrap {
    padding: 0 0 75px;
    max-width: 1050px;
    display: block;
    margin: 0 auto;
  }

  .policy__list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .policy__list-item {
    width: 48.5%;
    margin-bottom: 27px;
  }

  .policy__list-item-link {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 45px 20px;
  }
}
@media screen and (min-width: 960px) {
  .policy__body-wrap {
    padding: 0 0 120px;
  }

  .policy__list-item {
    width: 49%;
  }

  .policy__list-item-link {
    padding: 55px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .policy__body-wrap {
    padding: 0 0 150px;
  }

  .policy__list-item-link {
    padding: 65px 20px;
  }
}
@media screen and (min-width: 1800px) {
  .policy__article-wrap .sfg__hero-title {
    font-size: 110px;
  }

  .policy__list-item-link {
    font-size: 48px;
  }
}
@media (hover: hover) {
  .policy__list-item-link:hover {
    color: #FF0000;
  }
}
/*! mediabox v1.1.3 | (c) 2018 Pedro Rogerio | https://github.com/pinceladasdaweb/mediabox */
.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}

.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content:focus {
  outline: none;
}

.mediabox-close:focus {
  outline: #ffffff solid 1px;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}

.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==") no-repeat;
  background-size: 24px 24px;
  border: none;
}

.mediabox-close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) {
  .mediabox-content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) {
  .mediabox-content iframe {
    height: 320px !important;
  }

  .mediabox-close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) {
  .mediabox-content iframe {
    height: 220px !important;
  }

  .mediabox-close {
    bottom: 262px;
  }
}
.policy-detail__body-wrap {
  max-width: 650px;
  display: block;
  margin: 0 auto;
}

.policy-detail__hero-wrap {
  text-align: center;
}

.policy-detail__hero-copy-wrap {
  padding-bottom: 50px;
}

.policy-detail__hero-title {
  font-family: "Knockout69", sans-serif;
  text-transform: uppercase;
  font-size: calc(40px + 60 * ((100vw - 375px) / 1065));
  padding-bottom: 15px;
  line-height: 90%;
}

.policy-detail__hero-date {
  font-family: "Knockout34", sans-serif;
}

.policy-detail__body {
  padding-bottom: 75px;
}

.policy-detail__cta {
  display: table;
  margin: 0px auto 45px;
}

.policy-detail__toggle-list-item:last-of-type {
  border-bottom: 2px solid #131E83;
}

.policy-detail__item-toggle {
  line-height: 145%;
  color: #0E0E0E;
  width: 100%;
  background: transparent;
  border: none;
  border-top: 2px solid #131E83;
  padding: 25px 20px;
  margin: 0;
  text-align: left;
  position: relative;
  transition: height 2.5s ease-in-out;
}
.policy-detail__item-toggle span {
  display: block;
  width: 85%;
}
.policy-detail__item-toggle:after {
  content: "";
  background-image: url("../img/arrow.svg");
  width: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
  transition: all 0.5s ease-in-out;
}
.policy-detail__item-toggle--open:after {
  transform: rotate(90deg);
}

.policy-detail__item-content {
  max-height: 0;
  display: none;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  transition: max-height 0.5s ease-out;
}

.policy-detail__item-toggle--open ~ .policy-detail__item-content {
  display: block;
}

.policy-detail__item-copy-wrap {
  padding-bottom: 45px;
  color: #0E0E0E;
}
.policy-detail__item-copy-wrap img, .policy-detail__item-copy-wrap video {
  width: 115%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.policy-detail__item-cta {
  display: table;
  margin: -25px auto 45px;
}

@media screen and (min-width: 375px) {
  .policy-detail__item-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .policy-detail__item-copy-wrap img, .policy-detail__item-copy-wrap video {
    width: 130%;
  }
}
@media screen and (min-width: 720px) {
  .policy-detail__hero-copy-wrap {
    padding-bottom: 60px;
  }

  .policy-detail__body {
    padding-bottom: 105px;
  }

  .policy-detail__cta {
    margin: 0 auto 65px;
  }

  .policy-detail__item-toggle {
    padding: 35px 40px;
  }
  .policy-detail__item-toggle:after {
    right: 35px;
  }

  .policy-detail__item-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .policy-detail__item-copy-wrap {
    padding-bottom: 55px;
  }
  .policy-detail__item-copy-wrap img, .policy-detail__item-copy-wrap video {
    width: 100%;
  }

  .policy-detail__item-cta {
    margin: -25px auto 55px;
  }
}
@media screen and (min-width: 960px) {
  .policy-detail__body-wrap {
    width: 93%;
    max-width: 1000px;
  }

  .policy-detail__hero-copy-wrap {
    padding-bottom: 75px;
  }

  .policy-detail__hero-title {
    padding-bottom: 20px;
  }

  .policy-detail__body {
    padding-bottom: 135px;
  }

  .policy-detail__copy {
    width: 79%;
    display: block;
    margin: 0 auto;
  }

  .policy-detail__cta {
    margin: 0 auto 60px;
  }

  .policy-detail__toggle-list-wrap {
    width: 100%;
    max-width: 1050px;
    display: block;
    margin: 0 auto;
  }

  .policy-detail__item-toggle {
    padding: 40px 50px;
  }
  .policy-detail__item-toggle:after {
    width: 23px;
    height: 25px;
    right: 35px;
  }

  .policy-detail__item-content {
    padding-left: 90px;
    padding-right: 90px;
  }

  .policy-detail__item-cta {
    margin: -35px auto 65px;
  }
}
@media screen and (min-width: 1200px) {
  .policy-detail__body-wrap {
    width: 87%;
  }

  .policy-detail__item-toggle {
    padding: 52px 70px;
  }
  .policy-detail__item-toggle:after {
    right: 48px;
  }

  .policy-detail__item-content {
    padding-left: 140px;
    padding-right: 140px;
  }

  .policy-detail__cta {
    margin: -17px auto 78px;
  }
}
@media screen and (min-width: 1800px) {
  .policy-detail__hero-title {
    font-size: 110px;
  }
}
.voting__hero-cta-img {
  width: 100%;
}

.voting__hero-copy {
  padding-top: 15px;
  width: 90%;
  display: block;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

.voting__cta-list-wrap {
  padding-top: 20px;
}

.voting__cta-list-item {
  border: 2px solid #131E83;
  border-radius: 15px;
  margin-bottom: 15px;
}

.voting__hero-cta-content {
  color: #131E83;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: "Knockout69", sans-serif;
  text-transform: uppercase;
  font-size: calc(23px + 22 * ((100vw - 375px) / 1065));
  line-height: 100%;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
}
.voting__hero-cta-content:focus {
  color: #FF0000;
}

.voting__dates-wrap {
  text-align: center;
  padding: 40px 0;
}

.voting__dates-title {
  text-transform: uppercase;
  padding-bottom: 30px;
}

.voting__dates-list-item {
  padding-bottom: 20px;
}
.voting__dates-list-item:last-of-type {
  padding-bottom: 0;
}

.voting__dates-item-title {
  text-transform: uppercase;
  font-family: "Knockout54", sans-serif;
  padding-bottom: 10px;
}

.voting__dates-item-copy {
  width: 85%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.voting__dates-item-copy p:last-of-type {
  padding-bottom: 0;
}

.voting__faq-title {
  text-align: center;
  padding-bottom: 30px;
}

.voting__q-body-wrap {
  padding-bottom: 60px;
}

.voting__q-copy-wrap {
  text-align: center;
  padding-bottom: 20px;
}

.voting__q-copy-title {
  padding-bottom: 10px;
}

.voting__video-body-wrap {
  padding-bottom: 60px;
}

.voting__video-title {
  text-align: center;
  padding-bottom: 30px;
}

.voting__video-item-wrap {
  padding-bottom: 40px;
}

.voting__video-item-title {
  text-align: center;
  padding-bottom: 20px;
  color: #0E0E0E;
  text-transform: uppercase;
  width: 95%;
  display: block;
  margin: 0 auto;
}

.voting__video-item {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}

@media screen and (min-width: 720px) {
  .voting__hero-copy {
    padding-top: 30px;
    width: 70%;
    max-width: 600px;
    font-size: 18px;
  }

  .voting__cta-list-wrap {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .voting__cta-list-item {
    width: 48.5%;
    margin-bottom: 27px;
  }

  .voting__hero-cta-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 45px 20px;
  }

  .voting__dates-wrap {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 45px 0 37px;
  }

  .voting__dates-title {
    padding-bottom: 35px;
  }

  .voting__dates-item-copy {
    width: 70%;
  }

  .voting__faq-title {
    padding-bottom: 35px;
  }

  .voting__q-body-wrap {
    padding-bottom: 100px;
  }

  .voting__q-copy-wrap {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
  }

  .voting__q-copy-title {
    padding-bottom: 15px;
  }

  .voting__video-body-wrap {
    padding-bottom: 100px;
    width: 100%;
  }

  .voting__video-title {
    padding-bottom: 50px;
  }

  .voting__video-list-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 105%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .voting__video-item-wrap {
    width: 48%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .voting__hero-copy {
    padding-top: 40px;
    width: 80%;
    max-width: 800px;
    font-size: 20px;
  }

  .voting__hero-cta-content-title {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .voting__cta-list-wrap {
    padding-top: 10px;
  }

  .voting__cta-list-item {
    width: 49%;
  }

  .voting__hero-cta-content {
    padding: 55px 20px;
  }

  .voting__dates-wrap {
    padding: 52px 0 37px;
  }

  .voting__dates-title {
    padding-bottom: 40px;
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .voting__faq-title {
    padding-bottom: 40px;
  }

  .voting__q-body-wrap {
    padding-bottom: 130px;
  }

  .voting__q-copy-wrap {
    width: 85%;
  }

  .voting__q-copy-title {
    padding-bottom: 20px;
  }

  .voting__q-copy {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .voting__video-body-wrap {
    padding-bottom: 150px;
  }

  .voting__video-title {
    padding-bottom: 60px;
  }

  .voting__video-list-wrap {
    display: flex;
    justify-content: space-between;
  }

  .voting__video-item-wrap {
    width: 49%;
    padding-bottom: 0;
  }

  .voting__video-item-title {
    padding-bottom: 26px;
    width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .voting__hero-copy {
    padding-top: 47px;
    font-size: 22px;
  }

  .voting__hero-cta-content-title {
    width: 70%;
  }

  .voting__cta-list-wrap {
    padding-top: 26px;
  }

  .voting__hero-cta-content {
    padding: 65px 20px;
  }

  .voting__dates-title {
    padding-bottom: 45px;
  }

  .voting__faq-title {
    padding-bottom: 45px;
  }

  .voting__q-body-wrap {
    padding-bottom: 155px;
  }

  .voting__video-body-wrap {
    padding-bottom: 185px;
  }

  .voting__video-title {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1800px) {
  .voting__hero-cta-content {
    font-size: 48px;
  }
}
@media (hover: hover) {
  .voting__hero-cta-content:hover {
    color: #FF0000;
  }
}
.page-template-inauguration .header__primary-block {
  width: 100%;
}
.page-template-inauguration .social__list-item-img svg path,
.page-template-inauguration .header__nav-social-list-icon svg path {
  fill: #FBF8EC;
}
.page-template-inauguration .header__donate-callout {
  background-color: #FBF8EC !important;
  color: #131E83;
}
.page-template-inauguration .header__donate-dropdown-cta {
  background-color: #FBF8EC;
  color: #131E83;
}
.page-template-inauguration .header__donate-cta {
  border: 1px solid #131E83;
  color: #131E83;
}
.page-template-inauguration .header__donate-cta:focus {
  background-color: #FF0000;
  color: #FBF8EC;
  border-color: #FF0000 !important;
}
.page-template-inauguration .header__nav-lang {
  display: none;
}

.inaug__body-wrap {
  background: #141f83;
  background: linear-gradient(180deg, #141f83 0%, #1d1d7e 10%, #381a70 25%, #601559 45%, #950e3c 70%, #c70820 100%);
  min-height: 100vh;
  padding-bottom: 100px;
}

.inaug__content-wrap {
  padding-top: 50px;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.inaug__content-title {
  color: #FBF8EC;
  text-transform: none;
  padding-bottom: 150px;
}

.inaug__content-copy-wrap {
  background-color: #FBF8EC;
  color: #0E0E0E;
  padding: 30px;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}

.inaug__content-video-wrap {
  width: 100%;
  position: relative;
  margin: -100px auto 0;
}

.inaug__content-video-link:after {
  content: "";
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.inaug__content-video {
  width: 100%;
}

.inaug__content-copy {
  padding-top: 50px;
  padding-bottom: 0;
}
.inaug__content-copy .signature {
  width: 50%;
  max-width: 350px;
  min-width: 200px;
  margin: 0;
}

.inaug__footer-wrap .footer__logo-wrap,
.inaug__footer-wrap .footer__address-wrap,
.inaug__footer-wrap .footer__copy-fine-print {
  display: none;
}
.inaug__footer-wrap .footer__copy-credit-wrap {
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
.inaug__footer-wrap .footer__copy-credit {
  color: #FBF8EC;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 720px) {
  .inaug__body-wrap {
    padding-bottom: 130px;
  }

  .inaug__content-wrap {
    padding-top: 80px;
  }

  .inaug__content-title {
    padding-bottom: 220px;
  }

  .inaug__content-copy-wrap {
    padding: 60px;
  }

  .inaug__content-video-wrap {
    margin: -200px auto 0;
  }

  .inaug__content-video-link:after {
    width: 90px;
    height: 90px;
  }

  .inaug__content-copy {
    padding-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .page-template-inauguration .header__nav-body-wrap {
    padding: 20px 40px;
  }

  .inaug__body-wrap {
    padding-bottom: 200px;
  }

  .inaug__content-wrap {
    padding-top: 120px;
  }

  .inaug__content-title {
    padding-bottom: 300px;
  }

  .inaug__content-copy-wrap {
    padding: 90px;
  }

  .inaug__content-video-wrap {
    margin: -260px auto 0;
  }

  .inaug__content-video-link:after {
    width: 60px;
    height: 60px;
  }

  .inaug__content-copy {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-inauguration .header__nav-body-wrap {
    padding: 20px 55px;
  }

  .inaug__body-wrap {
    padding-bottom: 300px;
  }

  .inaug__content-wrap {
    padding-top: 150px;
  }

  .inaug__content-copy-wrap {
    padding: 95px;
  }

  .inaug__content-video-wrap {
    margin: -300px auto 0;
  }

  .inaug__content-video-link:after {
    width: 80px;
    height: 80px;
  }
}
@media (hover: hover) {
  .page-template-inauguration .header__donate-cta:hover {
    background-color: #FF0000;
    color: #FBF8EC;
    border-color: #FF0000 !important;
  }
}
@media screen and (min-width: 960px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.sfg__hide {
  display: none !important;
}

.sfg__section--blue {
  background-color: #131E83 !important;
  background-repeat: repeat !important;
  background-size: 250px, 950px !important;
}

.sfg__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about__copy-wrap p img {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (min-width: 375px) {
  .about__copy-wrap p img {
    width: calc(100% + 70px);
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media screen and (min-width: 720px) {
  .about__copy-wrap p img {
    width: calc(100% + 150px);
    margin-right: -75px;
    margin-left: -75px;
  }
}
@media screen and (min-width: 960px) {
  .about__copy-wrap p img {
    width: calc(100% + 230px);
    margin-right: -115px;
    margin-left: -115px;
  }
}
@media screen and (min-width: 1200px) {
  .about__copy-wrap p img {
    width: calc(100% + 310px);
    margin-right: -155px;
    margin-left: -155px;
  }
}
.join__hero-cta-content {
  display: block;
}

.accomp__item-copy-wrap:nth-child(even)::before {
  box-sizing: content-box;
}
.accomp__item-copy-wrap:nth-child(odd)::after {
  box-sizing: content-box;
}

.home__hero-video-wrap:after {
  background-image: url("data:image/svg+xml,%3Csvg width='124' height='124' viewBox='0 0 124 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='61.961' cy='61.961' r='61.961' fill='%23131E83'/%3E%3Cpath d='M82.0254 59.7294C84.0254 60.8841 84.0254 63.7709 82.0254 64.9256L53.6288 81.3203C51.6288 82.475 49.1288 81.0317 49.1288 78.7223L49.1288 45.9328C49.1288 43.6234 51.6288 42.18 53.6288 43.3347L82.0254 59.7294Z' fill='%23FBF8EC'/%3E%3C/svg%3E%0A");
}

.accomp__item-blockquote:before {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='50' viewBox='0 0 90 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.3613 5.31243L49.3077 5.26163V4.31387V3V1.97353L48.2816 2.00034C44.0228 2.11163 39.0619 2.72241 33.4065 3.82321C27.6789 4.82796 22.2847 6.72543 17.2285 9.51492L17.2285 9.5149L17.2221 9.51848C12.0289 12.4333 7.98581 16.0979 5.12907 20.5234L5.12407 20.5311L5.11921 20.5389C2.3844 24.9521 1 29.5669 1 34.3686C1 38.2031 2.17636 41.6012 4.52896 44.5215L4.53647 44.5308L4.54421 44.54C7.07707 47.5343 10.5717 49 14.9 49C18.9525 49 22.2207 47.8444 24.5525 45.4075C26.9355 42.9227 28.1385 39.9378 28.1385 36.5037C28.1385 33.584 27.3117 31.2055 25.5147 29.5403C23.8064 27.8495 21.8003 26.9635 19.5308 26.9635C18.1174 26.9635 16.8326 27.1943 15.6994 27.6857C15.2962 27.8194 14.9018 27.9531 14.5161 28.087C15.2421 24.3555 16.5309 21.2335 18.358 18.6934C20.4898 15.7296 23.0419 13.3017 26.016 11.4019C29.1165 9.4919 32.6004 8.05301 36.4756 7.09097C40.3834 6.1208 44.3451 5.52801 48.3613 5.31243ZM88.0536 5.31243L89 5.26163V4.31387V3V1.97353L87.9739 2.00034C83.7151 2.11163 78.7543 2.72241 73.0989 3.8232C67.3713 4.82795 61.9771 6.72543 56.9208 9.5149L56.9144 9.51848C51.7213 12.4333 47.6781 16.0979 44.8214 20.5234L44.8164 20.5311L44.8115 20.5389C42.0767 24.9521 40.6923 29.5669 40.6923 34.3686C40.6923 38.2031 41.8687 41.6012 44.2213 44.5215L44.2288 44.5308L44.2365 44.54C46.7694 47.5343 50.264 49 54.5923 49C58.6448 49 61.913 47.8444 64.2448 45.4075C66.6278 42.9227 67.8308 39.9378 67.8308 36.5037C67.8308 33.5841 67.0041 31.2056 65.2071 29.5404C63.4987 27.8495 61.4926 26.9635 59.2231 26.9635C57.8097 26.9635 56.5249 27.1943 55.3917 27.6857C54.9885 27.8194 54.5941 27.9531 54.2084 28.087C54.9344 24.3555 56.2232 21.2335 58.0503 18.6934C60.1822 15.7296 62.7342 13.3017 65.7084 11.4019C68.8088 9.49188 72.2928 8.053 76.1679 7.09097C80.0757 6.1208 84.0374 5.52801 88.0536 5.31243Z' fill='%23FBF8EC' stroke='%23FF0000' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.home__hero-link-wrap::after {
  background-image: url("data:image/svg+xml,%3Csvg width='124' height='124' viewBox='0 0 124 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='61.961' cy='61.961' r='61.461' fill='%23131E83' fill-opacity='0.25' stroke='%23FBF8EC'/%3E%3Cpath d='M82.0254 59.7294C84.0254 60.8841 84.0254 63.7709 82.0254 64.9256L53.6288 81.3203C51.6288 82.475 49.1288 81.0317 49.1288 78.7223L49.1288 45.9328C49.1288 43.6234 51.6288 42.18 53.6288 43.3347L82.0254 59.7294Z' fill='%23FBF8EC'/%3E%3C/svg%3E%0A");
}

.policy-detail__item-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='25' viewBox='0 0 21 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99707 3.17342L19.0293 12.9099L5.99707 22.6464L5.99707 3.17342Z' stroke='%231E3892' stroke-width='2.35904'/%3E%3Crect x='7.53516' y='25' width='7.1922' height='24.1802' transform='rotate(-180 7.53516 25)' fill='%23FBF8EC'/%3E%3C/svg%3E%0A");
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0;
}

.sfg__flex {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  height: 100%;
  transform: none;
  border: 0;
}

.modal__menu-btn {
  outline: none;
}

@media screen and (min-width: 1200px) {
  .modal__content-wrap--donate {
    min-height: 680px;
  }
}

/*# sourceMappingURL=main.css.map */
