/** RESET **/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/** BASE **/
/** WIDTHS **/
/** FONTS **/
@font-face {
  font-family: "Druk Super";
  font-style: normal;
  font-weight: 400;
  src: url("https://d33wubrfki0l68.cloudfront.net/fce5ea339d4e5937f40bfa5f7533e9ba1e04ee1b/7d596/static/druk-super-6a8c2ed8e10f9e0c8b964be6029a93d7.woff") format("woff"); }

@font-face {
  font-family: "Halyard";
  font-style: normal;
  font-weight: 300;
  src: url("https://d33wubrfki0l68.cloudfront.net/fd502f428ce4548c63f6c498110c3219ee4648af/24ec5/static/halyard-book-e3158a4562e4f53c41829b2f51f7024c.woff2") format("woff2"); }

@font-face {
  font-family: "Halyard";
  font-style: normal;
  font-weight: 400;
  src: url("https://d33wubrfki0l68.cloudfront.net/2fac15b48218f501ae56304d54677356bd93a429/4a4e4/static/halyard-regular-0404252427915475cdf5f50129b68d02.otf") format("opentype"); }

@font-face {
  font-family: "Halyard";
  font-style: normal;
  font-weight: 600;
  src: url("https://d33wubrfki0l68.cloudfront.net/9737f492d7b994426344967f8cbc82394d5fc04a/04e50/static/halyard-semibold-1d37a42d89cdb6ccf1e4b7ece5965f6f.otf") format("opentype"); }

html, body {
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Druk Super", Impact, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 3rem;
  line-height: 0.97;
  margin-bottom: 22px; }

h2 {
  font-size: 2.25rem;
  line-height: 0.97;
  margin-bottom: 22px; }

h3 {
  font-size: 1.875rem;
  line-height: 1.1;
  margin-bottom: 30px; }

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 30px; }

h5 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 20px; }

h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 16px; }

h1, h2, h4 {
  text-transform: uppercase; }

h3, h4, h5, h6 {
  font-family: "Halyard", Helvetica, sans-serif; }

p, ol, ul {
  font-family: "Halyard", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased; }

/** UTILITIES **/
/* responsive media */
img, video, audio {
  max-width: 100%;
  height: auto; }

/* text selection */
::selection {
  color: #000;
  background: #fbd404; }

/* clearfix floats */
.clearfix::after {
  content: '';
  display: table;
  clear: both; }

/* box sizing */
html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important; } }

a {
  color: inherit;
  text-decoration: none; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container .embed-container object, .embed-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.font-head {
  font-family: "Druk Super", Impact, sans-serif; }

.font-text {
  font-family: "Halyard", Helvetica, sans-serif; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-allcaps {
  text-transform: uppercase; }

.text-caps {
  text-transform: capitalize; }

.text-lower {
  text-transform: lowercase; }

.text-unset {
  text-transform: unset; }

.text-xsmall {
  font-size: 0.75rem; }

.text-small {
  font-size: 0.875rem; }

.text-base {
  font-size: 1rem; }

.text-large {
  font-size: 1.5rem; }

.text-xlarge {
  font-size: 1.875rem; }

.text-giant {
  font-size: 3rem; }

.text-head {
  font-family: "Druk Super", Impact, sans-serif; }

.text-text {
  font-family: "Halyard", Helvetica, sans-serif; }

.font-normal {
  font-weight: normal; }

.toggle-content {
  display: none; }

.toggle-content.is-visible {
  display: block; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.full-width {
  width: 100%; }

.no-radius {
  border-radius: 0; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-border {
  border: none; }

.no-border:hover {
  border: none; }

.margin-top {
  margin-top: 1rem; }

.margin-right {
  margin-right: 1rem; }

.margin-bottom {
  margin-bottom: 1rem; }

.margin-left {
  margin-left: 1rem; }

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-small, .flex-large {
  flex-basis: 100%; }

@media (min-width: 1024px) {
  .flex-large {
    flex: 1; } }

.color_action_primary {
  color: #ed1d23 !important; }

.color_action_secondary {
  color: #00b0f0 !important; }

.bg_action_primary {
  background-color: #ed1d23 !important; }

.bg_action_secondary {
  background-color: #00b0f0 !important; }

.fnf-blue, .primary {
  color: #001aff; }

.mb-large {
  margin-bottom: 2.5rem; }

.mt-large {
  margin-top: 2.5rem; }

/** COMPONENTS **/
.button {
  background: none;
  border: 0.235em solid currentColor;
  padding: 0.125em 0.5em 0.15em;
  line-height: 1.5;
  font-family: "Halyard";
  font-weight: 600;
  font-size: 0.75rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: 0.15s ease transform; }
  .button:hover {
    text-decoration: none;
    cursor: pointer; }

.button-primary {
  color: #001aff; }
  @media (pointer: fine) {
    .button-primary:hover, .button-primary:focus {
      color: white;
      background: #001aff;
      border-color: #001aff; } }
  .button-primary:active {
    transform: scale(0.98); }

.button-large {
  font-size: 1.25rem;
  padding: 0.25em 1.25em 0.35em; }

.button-medium {
  font-size: 1rem;
  padding: 0.25em 1.25em 0.35em; }

.button-full {
  display: block;
  width: 100%; }

.button-banner {
  color: white; }
  @media (pointer: fine) {
    .button-banner:hover, .button-banner:focus {
      color: black;
      background: white;
      border-color: white; } }
  .button-banner:active {
    transform: scale(0.98); }

.button-search {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0.125em 0.5em;
  font-size: 0.75rem;
  cursor: pointer;
  z-index: 3; }
  .button-search svg {
    position: relative;
    top: 2px; }
  @media (pointer: fine) {
    .button-search:hover, .button-search:focus {
      color: #001aff; } }

.fnf-card .header h5 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.5rem; }

.fnf-card .content {
  font-size: 1.25rem;
  line-height: 1.1; }

input[type="text"],
input[type="email"] {
  background: white;
  color: black;
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
  height: 2.75rem;
  font-family: "Halyard", system-ui, BlinkMacSystemFont, "Segoe UI", sans-serif; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder {
    color: black; }

.email-form {
  display: grid;
  grid-template-columns: 1fr 0.5fr; }
  .email-form input {
    height: 3.5rem; }
  .email-form .button {
    flex-shrink: 0;
    margin-left: 0.625rem; }
  .email-form div {
    margin-top: 0.625rem; }

#simple-contact-form form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
  #simple-contact-form form fieldset {
    padding: 12px;
    border: none; }
  #simple-contact-form form label {
    display: block;
    font-size: 16px;
    margin: 12px 0 6px 0; }
  #simple-contact-form form input[type=text],
  #simple-contact-form form textarea,
  #simple-contact-form form select {
    width: 100%;
    border-width: 0;
    outline: 0;
    padding: 12px 15px 15px;
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 400;
    box-sizing: border-box;
    border: solid 3px #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff; }
  #simple-contact-form form .scf-confirm-checkbox {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 12px;
    background-color: #fff;
    font-size: 16px;
    line-height: 2em; }
  #simple-contact-form form input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 3px solid #ddd;
    background-color: #fff;
    margin: 0 16px 0 0;
    padding: 15px;
    border-radius: 0;
    flex: 1 1 auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative; }
  #simple-contact-form form input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 60px;
    position: absolute;
    top: -28px;
    left: 4px;
    color: #0019ff; }
  #simple-contact-form form input[type=submit] {
    width: 60%;
    display: block;
    margin: 55px auto 0;
    font-size: 34px;
    border-width: 8px;
    padding: 20px 0 15px;
    text-decoration: none;
    border: solid 5px #0019ff;
    box-sizing: border-box;
    text-align: center;
    font-family: druk super,Impact,sans-serif;
    letter-spacing: .04em;
    color: #0019ff;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent; }
  #simple-contact-form form .scf-name, #simple-contact-form form .scf-email, #simple-contact-form form .scf-message, #simple-contact-form form .scf-confirm-checkbox, #simple-contact-form form .scf-submit {
    flex: 1 1 100%; }
  #simple-contact-form form .scf-name {
    order: 0; }
  #simple-contact-form form .scf-email {
    order: 1; }
  #simple-contact-form form .scf-message {
    order: 2; }
  #simple-contact-form form .scf-confirm-checkbox {
    order: 3; }
  #simple-contact-form form .scf-submit {
    order: 4; }

#header {
  width: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  background-color: white; }
  #header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    background-color: white;
    height: 50px;
    font-size: 1.125rem;
    /* position: fixed; */
    z-index: 100; }
  #header .menu {
    color: black;
    order: 0;
    flex-basis: 44px;
    padding-left: 12px;
    align-self: center;
    position: relative;
    z-index: 100; }
    #header .menu .fill-current {
      fill: currentColor !important; }
    #header .menu svg {
      width: 1rem;
      height: 1rem; }
  #header .logo {
    order: 1;
    flex-basis: auto;
    align-self: center;
    position: relative;
    z-index: 100; }
    #header .logo img {
      width: 134px;
      height: 20px; }
  #header .donate {
    order: 2;
    align-self: center;
    padding-right: 24px;
    position: relative;
    z-index: 100; }
    #header .donate a {
      font-size: 0.66667rem;
      font-family: "Halyard", Helvetica, sans-serif;
      font-weight: bold;
      color: #001aff;
      line-height: 20px; }
  #header #nav {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 3rem;
    padding-top: 100px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    left: 0; }
    #header #nav.open {
      opacity: 1;
      pointer-events: all;
      visibility: visible; }
    #header #nav.closed {
      opacity: 0;
      pointer-events: none;
      visibility: hidden; }
    #header #nav a {
      display: block;
      font-size: 8vmin;
      text-decoration: none;
      color: #000;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

#footer {
  width: 100%;
  padding: 44px 0;
  background-color: white; }
  #footer .container {
    padding: 0 22px; }
  #footer ul {
    list-style: none; }
  #footer .footer-links {
    margin: 16px 0; }
    #footer .footer-links li {
      margin-right: 36px; }
    #footer .footer-links a {
      font-size: 1rem;
      text-decoration: underline; }
  #footer .info p {
    font-size: .625rem;
    margin: 10px 0; }
    #footer .info p a {
      text-decoration: underline; }
  #footer .privacy-policy, #footer .terms-of-service {
    font-size: .625rem;
    text-decoration: underline; }
  #footer .footer-socials {
    justify-content: flex-start;
    margin-top: 22px; }
    #footer .footer-socials a {
      color: white;
      background: black;
      width: 44px;
      height: 44px;
      margin-right: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }

/** LAYOUT **/
html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Halyard", Helvetica, sans-serif;
  line-height: 1; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 100%; }

main .content {
  width: 100%;
  margin: 0 auto; }
  main .content p {
    margin: 0 0 1rem 0; }
  main .content ol, main .content ul {
    margin: 0 0 1rem 1.5rem; }
  main .content h1.entry-title {
    font-family: "Halyard", Helvetica, sans-serif;
    font-size: 3rem;
    margin: 0 auto;
    padding: 3rem 1rem 0 1rem;
    width: 100%;
    max-width: 35rem;
    text-transform: unset; }
  main .content .wp-block-group {
    margin: 0 auto;
    padding: 2rem 1rem;
    width: 100%;
    content: '';
    display: table;
    clear: both; }
    main .content .wp-block-group .wp-block-group__inner-container {
      max-width: 35rem;
      margin: 0 auto; }
    main .content .wp-block-group.wide .wp-block-group__inner-container {
      max-width: 780px; }
    main .content .wp-block-group.very-wide .wp-block-group__inner-container {
      max-width: 980px; }
    main .content .wp-block-group.full-width {
      padding-left: 0;
      padding-right: 0; }
      main .content .wp-block-group.full-width .wp-block-group__inner-container {
        max-width: 100%; }
    main .content .wp-block-group .has-small-font-size {
      font-size: 0.875rem; }
    main .content .wp-block-group .has-normal-font-size {
      font-size: 1rem; }
    main .content .wp-block-group .has-medium-font-size {
      font-size: 1.5rem; }
    main .content .wp-block-group .has-larger-font-size {
      font-size: 1.875rem; }
    main .content .wp-block-group .has-huge-font-size {
      font-size: 3rem; }
    main .content .wp-block-group .wp-block-separator {
      margin: 2rem 0; }

#banner {
  width: 100%;
  height: 45px;
  background-color: #001aff;
  display: grid;
  place-items: center; }
  #banner a {
    color: white;
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-weight: bold; }
  #banner a:hover {
    text-decoration: underline; }

@media only screen and (min-width: 1024px) {
  #header {
    margin: 0 auto; }
    #header .container {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      justify-content: space-between;
      flex-wrap: nowrap; }
    #header #menu {
      display: none;
      visibility: hidden;
      height: 0; }
    #header .logo {
      flex-basis: 33%;
      text-align: center;
      align-self: center; }
    #header .donate {
      flex-basis: 33%;
      text-align: right;
      align-self: center; }
    #header #nav {
      flex-basis: 33%;
      position: relative;
      height: 50px;
      width: auto;
      z-index: 1;
      padding: 0;
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      transition: unset;
      display: flex;
      justify-content: flex-start; }
      #header #nav.closed {
        opacity: 1;
        pointer-events: all;
        visibility: visible; }
      #header #nav a {
        font-size: 14px;
        font-weight: normal;
        display: block;
        text-decoration: none;
        color: #000;
        padding: 1rem 1rem 1rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    #header .search {
      display: none;
      visibility: hidden; }
  #banner {
    height: 35px; }
  #main h1.entry-title {
    padding: 3rem 0 0 0; }
  #footer .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  #footer .info {
    flex: 1 1 50%; }
  #footer .footer-socials {
    flex: 1 1 50%;
    justify-content: flex-end;
    margin-top: 0; } }
