/* Theme Name: FYI Wordpress
 * Description: Theme for FYI website
 * Requires at least: WordPress 4.9.6
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal "https://necolas.github.io/normalize.css/" */

/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Fierce Vector";
  src: url("./fonts/Fierce-Vector.eot");
  src: url("./fonts/Fierce-Vector.eot?#iefix") format("embedded-opentype"), url("./fonts/Fierce-Vector.woff2") format("woff2"), url("./fonts/Fierce-Vector.woff") format("woff"), url("./fonts/Fierce-Vector.svg#Fierce-Vector") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

.fyi-background-red {
  background-color: #FF2791;
}

.fyi-background-red_secondary {
  background-color: #EE4799;
}

.fyi-background-green {
  background-color: #11B44A;
}

.fyi-background-green_secondary {
  background-color: #029445;
}

.fyi-background-blue {
  background-color: #163E91;
}

.fyi-background-orange {
  background-color: #F68A16;
}

.fyi-background-white {
  background-color: #fff;
}

.fyi-background-black {
  background-color: #000;
}

.fyi-color-red {
  color: #FF2791;
}

.fyi-color-red_secondary {
  color: #EE4799;
}

.fyi-color-green {
  color: #11B44A;
}

.fyi-color-green_secondary {
  color: #029445;
}

.fyi-color-blue {
  color: #163E91;
}

.fyi-color-orange {
  color: #F68A16;
}

.fyi-color-white {
  color: #fff;
}

.fyi-color-black {
  color: #000;
}

body {
  background: #fff;
  color: #000;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

audio:focus {
  outline: none;
}

html {
  font-size: 21px;
  line-height: 27px;
}

body {
  font-family: SUSE, Arial, sans-serif;
  font-weight: 400;
}

p,
ul,
ol {
  font-size: 21px;
  line-height: 27px;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fyi-h1,
.fyi-h2,
.fyi-h3,
.fyi-h4,
.fyi-h5,
.fyi-h6 {
  font-weight: 400;
  margin: 0 0 0.8em 0;
  padding: 0;
}

h1,
.fyi-h1 {
  font-size: 52px;
  line-height: 52px;
}

h2,
.fyi-h2 {
  font-size: 48px;
  line-height: 48px;
}

h3,
.fyi-h3 {
  font-size: 48px;
  line-height: 56px;
}

h4,
.fyi-h4 {
  font-size: 30px;
  line-height: 40px;
}

h5,
.fyi-h5 {
  font-size: 26px;
  line-height: 34px;
}

h6,
.fyi-h6 {
  font-size: 26px;
  line-height: 33px;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.6em 0;
}

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

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

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

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

.fyi-font-primary {
  font-family: SUSE, Arial, sans-serif;
}

.fyi-font-secondary {
  font-family: "Fierce Vector", Arial, sans-serif;
}

.fyi-text-default {
  font-size: 21px;
  line-height: 27px;
}

.fyi-text-sm {
  font-size: 19px;
  line-height: 24px;
}

.fyi-text-lg {
  font-size: 24px;
  line-height: 31px;
}

.fyi-text-lg p {
  font-size: 24px;
  line-height: 31px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fyi-container {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.fyi-container--sm {
  max-width: 1160px;
}

.fyi-container--lg {
  max-width: 1390px;
}

.fyi-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fyi-wrapper:before {
  content: "";
  display: table;
}

.fyi-hidden {
  display: none;
}

.fyi-block {
  display: block;
}

.fyi-row {
  margin: 0 -15px;
}

[class*=fyi-col-] {
  padding: 0 15px;
}

.fyi-col-1 {
  width: 8.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
}

.fyi-col-2 {
  width: 16.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

.fyi-col-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.fyi-col-4 {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

.fyi-col-5 {
  width: 41.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
}

.fyi-col-6 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.fyi-col-7 {
  width: 58.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
}

.fyi-col-8 {
  width: 66.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
}

.fyi-col-9 {
  width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.fyi-col-10 {
  width: 83.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
}

.fyi-col-11 {
  width: 91.6666666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
}

.fyi-col-12 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.fyi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fyi-flex--justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fyi-flex--justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fyi-flex--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fyi-flex--justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fyi-flex--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fyi-flex--align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fyi-flex--align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fyi-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fyi-flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fyi-flex--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fyi-flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fyi-flex--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fyi-pb-0 {
  padding-bottom: 0px;
}

.fyi-pb-1 {
  padding-bottom: 8px;
}

.fyi-pb-2 {
  padding-bottom: 16px;
}

.fyi-pb-3 {
  padding-bottom: 24px;
}

.fyi-pb-4 {
  padding-bottom: 32px;
}

.fyi-mb-0 {
  margin-bottom: 0px;
}

.fyi-mb-1 {
  margin-bottom: 8px;
}

.fyi-mb-2 {
  margin-bottom: 16px;
}

.fyi-mb-3 {
  margin-bottom: 24px;
}

.fyi-mb-4 {
  margin-bottom: 32px;
}

.fyi-footer-copy {
  font-size: 17px;
  line-height: 22px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fyi-map-embed {
  height: 364px;
  position: relative;
  z-index: 1;
}

.fyi-map-embed iframe {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.fyi-footer-addresses {
  padding-top: 46px;
}

.fyi-btn {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 26px;
  height: 50px;
  background: #ccc;
  border: 0;
  border-radius: 8px;
}

.fyi-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.fyi-btn-default-text,
.fyi-btn-red-text,
.fyi-btn-red_secondary-text,
.fyi-btn-green-text,
.fyi-btn-green_secondary-text,
.fyi-btn-blue-text,
.fyi-btn-orange-text {
  height: auto;
  line-height: 1;
  padding: 0;
  background: transparent;
  text-transform: none;
  font-size: 19px;
  line-height: 24px;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  text-transform: uppercase;
}

.fyi-btn-default {
  color: "";
}

.fyi-btn-default-filled {
  background-color: #C9C9C9;
  color: #000;
}

.fyi-btn-default-filled:hover {
  background-color: rgba(201, 201, 201, 0.8);
}

.fyi-btn-default-filled:active {
  background-color: rgba(201, 201, 201, 0.9);
}

.fyi-btn-default-outlined {
  border: 2px solid #C9C9C9;
  background-color: transparent;
  color: "";
}

.fyi-btn-default-outlined:hover {
  background-color: rgba(201, 201, 201, 0.2);
}

.fyi-btn-default-outlined:active {
  background-color: rgba(201, 201, 201, 0.1);
}

.fyi-btn-default-filled_inversed {
  background-color: #fff;
  color: #C9C9C9;
}

.fyi-btn-default-filled_inversed:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.fyi-btn-default-filled_inversed:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.fyi-btn-default-text {
  color: "";
}

.fyi-btn-red {
  color: #FF2791;
}

.fyi-btn-red-filled {
  background-color: #FF2791;
  color: #fff;
}

.fyi-btn-red-filled:hover {
  background-color: rgba(255, 39, 145, 0.8);
}

.fyi-btn-red-filled:active {
  background-color: rgba(255, 39, 145, 0.9);
}

.fyi-btn-red-outlined {
  border: 2px solid #FF2791;
  background-color: transparent;
  color: #FF2791;
}

.fyi-btn-red-outlined:hover {
  background-color: rgba(255, 39, 145, 0.2);
}

.fyi-btn-red-outlined:active {
  background-color: rgba(255, 39, 145, 0.1);
}

.fyi-btn-red-filled_inversed {
  background-color: #fff;
  color: #FF2791;
}

.fyi-btn-red-filled_inversed:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.fyi-btn-red-filled_inversed:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.fyi-btn-red-text {
  color: #FF2791;
}

.fyi-btn-red_secondary {
  color: #EE4799;
}

.fyi-btn-red_secondary-filled {
  background-color: #EE4799;
  color: #fff;
}

.fyi-btn-red_secondary-filled:hover {
  background-color: rgba(238, 71, 153, 0.8);
}

.fyi-btn-red_secondary-filled:active {
  background-color: rgba(238, 71, 153, 0.9);
}

.fyi-btn-red_secondary-outlined {
  border: 2px solid #EE4799;
  background-color: transparent;
  color: #EE4799;
}

.fyi-btn-red_secondary-outlined:hover {
  background-color: rgba(238, 71, 153, 0.2);
}

.fyi-btn-red_secondary-outlined:active {
  background-color: rgba(238, 71, 153, 0.1);
}

.fyi-btn-red_secondary-filled_inversed {
  background-color: #fff;
  color: #EE4799;
}

.fyi-btn-red_secondary-filled_inversed:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.fyi-btn-red_secondary-filled_inversed:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.fyi-btn-red_secondary-text {
  color: #EE4799;
}

.fyi-btn-green {
  color: #11B44A;
}

.fyi-btn-green-filled {
  background-color: #11B44A;
  color: #fff;
}

.fyi-btn-green-filled:hover {
  background-color: rgba(17, 180, 74, 0.8);
}

.fyi-btn-green-filled:active {
  background-color: rgba(17, 180, 74, 0.9);
}

.fyi-btn-green-outlined {
  border: 2px solid #11B44A;
  background-color: transparent;
  color: #11B44A;
}

.fyi-btn-green-outlined:hover {
  background-color: rgba(17, 180, 74, 0.2);
}

.fyi-btn-green-outlined:active {
  background-color: rgba(17, 180, 74, 0.1);
}

.fyi-btn-green-filled_inversed {
  background-color: #fff;
  color: #11B44A;
}

.fyi-btn-green-filled_inversed:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.fyi-btn-green-filled_inversed:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.fyi-btn-green-text {
  color: #11B44A;
}

.fyi-btn-green_secondary {
  color: #029445;
}

.fyi-btn-green_secondary-filled {
  background-color: #029445;
  color: #fff;
}

.fyi-btn-green_secondary-filled:hover {
  background-color: rgba(2, 148, 69, 0.8);
}

.fyi-btn-green_secondary-filled:active {
  background-color: rgba(2, 148, 69, 0.9);
}

.fyi-btn-green_secondary-outlined {
  border: 2px solid #029445;
  background-color: transparent;
  color: #029445;
}

.fyi-btn-green_secondary-outlined:hover {
  background-color: rgba(2, 148, 69, 0.2);
}

.fyi-btn-green_secondary-outlined:active {
  background-color: rgba(2, 148, 69, 0.1);
}

.fyi-btn-green_secondary-filled_inversed {
  background-color: #fff;
  color: #029445;
}

.fyi-btn-green_secondary-filled_inversed:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.fyi-btn-green_secondary-filled_inversed:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.fyi-btn-green_secondary-text {
  color: #029445;
}

.fyi-btn-blue {
  color: #163E91;
}

.fyi-btn-blue-filled {
  background-color: #163E91;
  color: #fff;
}

.fyi-btn-blue-filled:hover {
  background-color: rgba(22, 62, 145, 0.8);
}

.fyi-btn-blue-filled:active {
  background-color: rgba(22, 62, 145, 0.9);
}

.fyi-btn-blue-outlined {
  border: 2px solid #163E91;
  background-color: transparent;
  color: #163E91;
}

.fyi-btn-blue-outlined:hover {
  background-color: rgba(22, 62, 145, 0.2);
}

.fyi-btn-blue-outlined:active {
  background-color: rgba(22, 62, 145, 0.1);
}

.fyi-btn-blue-filled_inversed {
  background-color: #fff;
  color: #163E91;
}

.fyi-btn-blue-filled_inversed:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.fyi-btn-blue-filled_inversed:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.fyi-btn-blue-text {
  color: #163E91;
}

.fyi-btn-orange {
  color: #F68A16;
}

.fyi-btn-orange-filled {
  background-color: #F68A16;
  color: #fff;
}

.fyi-btn-orange-filled:hover {
  background-color: rgba(246, 138, 22, 0.8);
}

.fyi-btn-orange-filled:active {
  background-color: rgba(246, 138, 22, 0.9);
}

.fyi-btn-orange-outlined {
  border: 2px solid #F68A16;
  background-color: transparent;
  color: #F68A16;
}

.fyi-btn-orange-outlined:hover {
  background-color: rgba(246, 138, 22, 0.2);
}

.fyi-btn-orange-outlined:active {
  background-color: rgba(246, 138, 22, 0.1);
}

.fyi-btn-orange-filled_inversed {
  background-color: #fff;
  color: #F68A16;
}

.fyi-btn-orange-filled_inversed:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.fyi-btn-orange-filled_inversed:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.fyi-btn-orange-text {
  color: #F68A16;
}

.fyi-header-footer-blocks svg {
  display: block;
}

.fyi-main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.fyi-main-nav .menu a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  position: relative;
  z-index: 1;
}

.fyi-main-nav .menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.fyi-main-nav .menu a:hover:before {
  width: 100%;
}

.fyi-main-nav .menu .current-menu-item a:before {
  width: 100%;
}

.fyi-main-nav .menu > li + li {
  margin-left: 0px;
}

.fyi-line-images {
  gap: 18px;
  margin-left: auto;
  margin-right: 18px;
}

.fyi-line-images img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  max-height: 59px;
}

.fyi-line-social {
  padding-top: 8px;
  padding-bottom: 8px;
}

.fyi-line-social div {
  padding-top: 2px;
  padding-right: 8px;
}

.fyi-line-social a {
  margin-left: 8px;
}

.fyi-line-logo {
  padding-top: 18px;
  padding-bottom: 18px;
}

.fyi-line-logo img {
  display: block;
}

.fyi-line-logo .menu .current-menu-item a:before {
  width: 100%;
}

.fyi-line-logo .menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #163E91;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.fyi-line-logo .menu-item a:hover:before {
  width: 100%;
}

.fyi-line-logo .menu-item + .menu-item {
  position: relative;
}

.fyi-line-logo .menu-item + .menu-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  bottom: -3px;
  width: 1px;
  background: #C9C9C9;
}

.fyi-program-nav {
  position: relative;
  z-index: 1;
}

.fyi-program-nav-label {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 5;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  border-radius: 4px;
  padding: 3px 11px;
}

.fyi-line-help {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.fyi-line-help span {
  display: block;
}

.fyi-mobile-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(22, 62, 145, 0.5);
  display: none;
}

.fyi-mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 1000;
  display: none;
}

.fyi-mobile-nav-menus {
  background: #E4F8FF;
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 1;
}

.fyi-mobile-nav-menus ul {
  margin: 0;
  padding: 0 16px 20px 16px;
  list-style: none outside none;
}

.fyi-mobile-nav-menus a {
  color: #163E91;
  display: block;
  padding: 4px 0;
}

.fyi-mobile-nav-menus-title {
  padding: 8px 16px;
}

.fyi-mobile-nav-menus-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #fff;
}

.fyi-mobile-nav-menus-close svg {
  display: block;
}

.fyi-mobile-nav-menus-show {
  border: 0;
  background: transparent;
  margin-left: 16px;
}

.fyi-mobile-nav-menus-show svg {
  display: block;
}

.fyi-mobile-menu-active .fyi-mobile-nav-backdrop {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.fyi-mobile-menu-active .fyi-mobile-nav-wrapper {
  display: block;
}

.fyi-mobile-menu-active .fyi-mobile-nav-menus {
  display: block;
  -webkit-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  opacitty: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fyi-mobile-menu-open .fyi-mobile-nav-backdrop {
  opacity: 1;
}

.fyi-mobile-menu-open .fyi-mobile-nav-menus {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fyi-block-form {
  padding-top: 50px;
  padding-bottom: 8px;
  background-position: center center;
  background-size: cover;
}

.fyi-block-form-title {
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 26px;
}

.fyi-block-form-title span {
  display: block;
}

.fyi-block-form-form {
  max-width: 445px;
  margin: 0 auto;
  width: 100%;
}

.fyi-form-item {
  padding-bottom: 24px;
}

.fyi-form-item-last {
  padding-bottom: 0;
}

.fyi-form-item p {
  display: block;
  padding: 0;
  margin: 0;
}

.fyi-form-item input:not([type=submit]),
.fyi-form-item textarea {
  width: 100%;
  padding: 10px 21px;
  border: 1px solid #979797;
  border-radius: 0;
  font-size: 21px;
  line-height: 23px;
  display: block;
  height: 53px;
  outline: none;
  color: #000;
}

.fyi-form-item textarea {
  height: 200px;
  min-height: 200px;
  resize: vertical;
  padding-top: 16px;
  padding-bottom: 16px;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #F68A16;
  border-color: #F68A16;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #029445;
  border-color: #029445;
  color: #fff;
}

.wpcf7-spinner {
  display: block;
  margin: 16px auto;
}

.wpcf7-not-valid-tip {
  color: yellow;
}

.fyi-program-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.fyi-program-section-image {
  min-height: 80vw;
  position: relative;
  margin-bottom: 24px;
}

.fyi-program-section-image-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.fyi-program-section-title {
  margin-bottom: 20px;
}

.fyi-program-section-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fyi-program-section-text p {
  margin-bottom: 1em;
}

.fyi-program-section-text p:last-of-type {
  margin-bottom: 0;
}

.fyi-program-section-text ul {
  line-height: 34px;
  list-style: none outside none;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
}

.fyi-program-section-text ul li:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='24'%3E%3Cpath fill='%23163E91' d='M8.3238096 23L6.242857 19.495237L2.3 18.619047L2.6833334 14.566667L0 11.5L2.6833334 8.4333334L2.3 4.3809524L6.242857 3.5047619L8.3238096 0L12.047619 1.5880952L15.771428 0L17.852381 3.5047619L21.795238 4.3809524L21.411905 8.4333334L24.095238 11.5L21.411905 14.566667L21.795238 18.619047L17.852381 19.495237L15.771428 23L12.047619 21.411905L8.3238096 23ZM10.897619 15.388095L17.085714 9.1999998L15.552381 7.6119046L10.897619 12.266666L8.5428572 9.9666662L7.0095239 11.5L10.897619 15.388095Z'/%3E%3C/svg%3E%0A");
  margin-right: 6px;
  margin-bottom: -4px;
  display: inline-block;
  vertical-align: middle;
}

.fyi-block-home-hero {
  padding-top: 90px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center top;
}

.fyi-block-home-hero-content {
  background: #EA0575;
  color: #fff;
  padding: 20px;
}

.fyi-block-home-hero-title {
  margin-bottom: 10px;
}

.fyi-block-home-hero-description {
  margin-bottom: 20px;
}

.fyi-block-home-hero-programs a {
  margin-bottom: 0;
}

.fyi-block-program-hero {
  background-size: cover;
  background-position: center top;
}

.fyi-block-program-hero .fyi-container {
  padding-top: 90px;
  padding-bottom: 60px;
}

.fyi-block-program-hero-content {
  color: #fff;
  padding: 20px;
}

.fyi-block-program-hero-title {
  margin-bottom: 10px;
}

.fyi-block-program-hero-description {
  margin-bottom: 20px;
}

.fyi-content-section {
  padding-bottom: 40px;
  word-wrap: break-word;
}

.fyi-content-section-inner {
  margin: 0 -15px;
  padding-top: 20px;
}

.fyi-content-section .gr-richtext a {
  text-decoration: underline;
}

.fyi-content-section .gr-richtext iframe {
  max-width: 100%;
}

.fyi-content-section .gr-richtext img {
  display: block;
}

.fyi-content-section .gr-richtext h1,
.fyi-content-section .gr-richtext h2,
.fyi-content-section .gr-richtext h3,
.fyi-content-section .gr-richtext h4,
.fyi-content-section .gr-richtext h5,
.fyi-content-section .gr-richtext h6 {
  font-family: "Fierce Vector", Arial, sans-serif;
  margin-bottom: 23px;
}

.fyi-content-section .gr-richtext hr {
  margin-bottom: 30px;
}

.fyi-content-section .gr-richtext ul {
  line-height: 34px;
  list-style: none outside none;
}

.fyi-content-section .gr-richtext ul li {
  position: relative;
}

.fyi-content-section .gr-richtext ul li:before {
  content: url(./img/bullet.svg);
  position: absolute;
  left: -36px;
  top: 4px;
}

.fyi-content-section .fyi-accent-color-blue h1,
.fyi-content-section .fyi-accent-color-blue h2,
.fyi-content-section .fyi-accent-color-blue h3,
.fyi-content-section .fyi-accent-color-blue h4,
.fyi-content-section .fyi-accent-color-blue h5,
.fyi-content-section .fyi-accent-color-blue h6,
.fyi-content-section .fyi-accent-color-blue .fyi-accent-color {
  color: #163E91;
}

.fyi-content-section .fyi-accent-color-blue hr {
  background-color: #163E91;
  border: 0;
  height: 1px;
}

.fyi-content-section .fyi-accent-color-blue .gr-richtext ul li:before {
  content: url(./img/bullet-blue.svg);
}

.fyi-content-section .fyi-accent-color-green h1,
.fyi-content-section .fyi-accent-color-green h2,
.fyi-content-section .fyi-accent-color-green h3,
.fyi-content-section .fyi-accent-color-green h4,
.fyi-content-section .fyi-accent-color-green h5,
.fyi-content-section .fyi-accent-color-green h6,
.fyi-content-section .fyi-accent-color-green .fyi-accent-color {
  color: #11B44A;
}

.fyi-content-section .fyi-accent-color-green hr {
  background-color: #11B44A;
  border: 0;
  height: 1px;
}

.fyi-content-section .fyi-accent-color-green .gr-richtext ul li:before {
  content: url(./img/bullet-green.svg);
}

.fyi-content-section .fyi-accent-color-orange h1,
.fyi-content-section .fyi-accent-color-orange h2,
.fyi-content-section .fyi-accent-color-orange h3,
.fyi-content-section .fyi-accent-color-orange h4,
.fyi-content-section .fyi-accent-color-orange h5,
.fyi-content-section .fyi-accent-color-orange h6,
.fyi-content-section .fyi-accent-color-orange .fyi-accent-color {
  color: #F68A16;
}

.fyi-content-section .fyi-accent-color-orange hr {
  background-color: #F68A16;
  border: 0;
  height: 1px;
}

.fyi-content-section .fyi-accent-color-orange .gr-richtext ul li:before {
  content: url(./img/bullet-orange.svg);
}

.fyi-content-section .fyi-accent-color-red h1,
.fyi-content-section .fyi-accent-color-red h2,
.fyi-content-section .fyi-accent-color-red h3,
.fyi-content-section .fyi-accent-color-red h4,
.fyi-content-section .fyi-accent-color-red h5,
.fyi-content-section .fyi-accent-color-red h6,
.fyi-content-section .fyi-accent-color-red .fyi-accent-color {
  color: #FF2791;
}

.fyi-content-section .fyi-accent-color-red hr {
  background-color: #FF2791;
  border: 0;
  height: 1px;
}

.fyi-content-section .fyi-accent-color-red .gr-richtext ul li:before {
  content: url(./img/bullet-red.svg);
}

.fyi-content-section .fyi-accent-color-red_secondary h1,
.fyi-content-section .fyi-accent-color-red_secondary h2,
.fyi-content-section .fyi-accent-color-red_secondary h3,
.fyi-content-section .fyi-accent-color-red_secondary h4,
.fyi-content-section .fyi-accent-color-red_secondary h5,
.fyi-content-section .fyi-accent-color-red_secondary h6,
.fyi-content-section .fyi-accent-color-red_secondary .fyi-accent-color {
  color: #EE4799;
}

.fyi-content-section .fyi-accent-color-red_secondary hr {
  background-color: #EE4799;
  border: 0;
  height: 1px;
}

.fyi-content-section .fyi-accent-color-red_secondary .gr-richtext ul li:before {
  content: url(./img/bullet-red.svg);
}

.fyi-content-section .fyi-image-slider {
  position: relative;
  margin-bottom: 36px;
}

.fyi-content-section .fyi-buttons {
  gap: 20px;
}

.fyi-content-section .fyi-quote-item {
  position: relative;
  z-index: 1;
}

.fyi-content-section .fyi-quote-item:last-child {
  margin-bottom: 50px;
}

.fyi-content-section .fyi-quote-item:last-child hr {
  display: none;
}

.fyi-content-section .fyi-quote-item hr {
  width: 190px;
  margin: 56px auto 24px auto;
}

.fyi-content-section .fyi-quote-item svg {
  display: inline-block;
}

.fyi-content-section .fyi-quote-item svg:last-of-type {
  vertical-align: bottom;
  margin-left: 6px;
}

.fyi-content-section .fyi-donate-col {
  padding: 36px 24px;
  height: 100%;
  margin-bottom: 40px;
}

.fyi-content-section .fyi-donate-col hr {
  max-width: 190px;
  background: #fff;
  margin: 32px auto;
}

.fyi-content-section .fyi-donate-col h1,
.fyi-content-section .fyi-donate-col h2,
.fyi-content-section .fyi-donate-col h3,
.fyi-content-section .fyi-donate-col h4,
.fyi-content-section .fyi-donate-col h5,
.fyi-content-section .fyi-donate-col h6 {
  color: #fff;
  font-family: "Fierce Vector", Arial, sans-serif;
}

.fyi-content-section .fyi-donate-col p {
  margin-bottom: 6px;
}

.fyi-content-section .fyi-donate-col ul {
  margin-top: 6px;
  margin-bottom: 6px;
}

.fyi-content-section .fyi-donate-col a {
  text-decoration: underline;
}

.fyi-content-section .fyi-resource-item hr {
  margin: 24px 0;
}

.fyi-block-handbook {
  background: #FFF08F;
  margin-bottom: 50px;
  -webkit-box-shadow: inset 0 -16px 0 #fff, inset 0 16px 0 #fff;
  box-shadow: inset 0 -16px 0 #fff, inset 0 16px 0 #fff;
}

.fyi-block-handbook-inner {
  max-width: 1130px;
}

.fyi-block-handbook-text {
  padding-top: 20px;
  padding-bottom: 24px;
}

.fyi-block-handbook a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fyi-block-handbook img {
  display: block;
  width: 220px;
}

.fyi-block-simple-hero {
  background-size: cover;
  background-position: center top;
}

.fyi-block-simple-hero .fyi-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fyi-block-simple-hero-content {
  padding: 20px;
}

@media (min-width: 576px) {
  .fyi-text-sm-right {
    text-align: right;
  }

  .fyi-sm-hidden {
    display: none;
  }

  .fyi-sm-block {
    display: block;
  }

  .fyi-col-sm-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .fyi-col-sm-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .fyi-col-sm-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fyi-col-sm-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .fyi-col-sm-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .fyi-col-sm-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fyi-col-sm-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .fyi-col-sm-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .fyi-col-sm-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .fyi-col-sm-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .fyi-col-sm-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .fyi-col-sm-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fyi-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fyi-sm-flex--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fyi-sm-flex--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fyi-sm-flex--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fyi-sm-flex--justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fyi-sm-flex--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fyi-sm-flex--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fyi-sm-flex--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fyi-sm-flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fyi-sm-flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fyi-sm-flex--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fyi-sm-flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fyi-sm-flex--column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fyi-btn {
    font-size: 26px;
    line-height: 30px;
  }

  .fyi-btn-default-text,
  .fyi-btn-red-text,
  .fyi-btn-red_secondary-text,
  .fyi-btn-green-text,
  .fyi-btn-green_secondary-text,
  .fyi-btn-blue-text,
  .fyi-btn-orange-text {
    font-size: 19px;
    line-height: 24px;
  }

  .fyi-line-social a {
    margin-left: 18px;
  }

  .fyi-program-section-image {
    min-height: 60vw;
  }

  .fyi-block-handbook-text {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  h1,
  .fyi-h1 {
    font-size: 73px;
    line-height: 73px;
  }

  h2,
  .fyi-h2 {
    font-size: 62px;
    line-height: 62px;
  }

  h4,
  .fyi-h4 {
    font-size: 39px;
    line-height: 46px;
  }

  h5,
  .fyi-h5 {
    font-size: 30px;
    line-height: 40px;
  }

  .fyi-md-hidden {
    display: none;
  }

  .fyi-md-block {
    display: block;
  }

  .fyi-col-md-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .fyi-col-md-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .fyi-col-md-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fyi-col-md-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .fyi-col-md-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .fyi-col-md-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fyi-col-md-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .fyi-col-md-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .fyi-col-md-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .fyi-col-md-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .fyi-col-md-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .fyi-col-md-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fyi-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fyi-md-flex--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fyi-md-flex--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fyi-md-flex--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fyi-md-flex--justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fyi-md-flex--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fyi-md-flex--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fyi-md-flex--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fyi-md-flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fyi-md-flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fyi-md-flex--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fyi-md-flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fyi-md-flex--column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fyi-main-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 8px;
  }

  .fyi-main-nav .menu > li + li {
    margin-left: 22px;
  }

  .fyi-line-logo .menu {
    margin: 0;
    padding: 16px 0;
    list-style: none outside none;
    border-radius: 4px;
    border: 1px solid #C9C9C9;
    background: #E4F8FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fyi-line-logo .menu-item {
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }

  .fyi-line-logo .menu-item a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #163E91;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }

  .fyi-program-nav {
    margin-top: 24px;
  }

  .fyi-program-section {
    max-width: 768px;
    margin: 0 auto;
  }

  .fyi-program-section-text .fyi-list-double {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .fyi-block-home-hero {
    padding-top: 140px;
    padding-bottom: 50px;
    min-height: 654px;
  }

  .fyi-block-home-hero-content {
    width: 80%;
  }

  .fyi-block-program-hero .fyi-container {
    padding-top: 0;
    padding-bottom: 136px;
    min-height: 654px;
  }

  .fyi-block-program-hero-content {
    padding: 40px 52px 44px 66px;
  }

  .fyi-content-section-inner {
    margin: 0;
    padding-top: 30px;
  }

  .fyi-content-section-inner > [class*=fyi-col-] {
    padding: 0 30px;
  }

  .fyi-content-section-wrapper-margin-sm .fyi-container {
    margin-top: -136px;
  }

  .fyi-content-section-wrapper-margin-sm .fyi-content-section-inner {
    min-height: 140px;
  }

  .fyi-content-section-wrapper-margin-lg .fyi-container {
    margin-top: -368px;
  }

  .fyi-content-section-wrapper-margin-lg .fyi-content-section-inner {
    min-height: 370px;
  }

  .fyi-content-section .gr-richtext img {
    height: auto;
    max-width: calc(100% + 60px);
    margin-left: -30px;
  }

  .fyi-content-section .fyi-image-slider .swiper-button-next {
    right: -33px;
  }

  .fyi-content-section .fyi-image-slider .swiper-button-prev {
    left: -33px;
  }

  .fyi-content-section .fyi-buttons {
    gap: 30px;
  }

  .fyi-content-section .fyi-quote-item svg:first-of-type {
    position: absolute;
    left: -36px;
    top: 1px;
  }

  .fyi-content-section .fyi-donate-col {
    margin-bottom: 0;
  }

  .fyi-block-handbook {
    -webkit-box-shadow: inset 0 -36px 0 #fff, inset 0 36px 0 #fff;
    box-shadow: inset 0 -36px 0 #fff, inset 0 36px 0 #fff;
  }

  .fyi-block-handbook-text {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fyi-block-simple-hero .fyi-container {
    padding-top: 0;
    padding-bottom: 368px;
    min-height: 654px;
  }

  .fyi-block-simple-hero-content {
    padding: 45px 30px 35px 30px;
    min-width: 570px;
  }
}

@media (min-width: 992px) {
  .fyi-text-lg-right {
    text-align: right;
  }

  .fyi-lg-hidden {
    display: none;
  }

  .fyi-lg-block {
    display: block;
  }

  .fyi-col-lg-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .fyi-col-lg-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .fyi-col-lg-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fyi-col-lg-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .fyi-col-lg-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .fyi-col-lg-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fyi-col-lg-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .fyi-col-lg-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .fyi-col-lg-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .fyi-col-lg-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .fyi-col-lg-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .fyi-col-lg-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fyi-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fyi-lg-flex--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fyi-lg-flex--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fyi-lg-flex--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fyi-lg-flex--justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fyi-lg-flex--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fyi-lg-flex--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fyi-lg-flex--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fyi-lg-flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fyi-lg-flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fyi-lg-flex--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fyi-lg-flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fyi-lg-flex--column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fyi-main-nav {
    padding-top: 4px;
  }

  .fyi-main-nav .menu {
    padding-bottom: 0;
  }

  .fyi-line-social {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .fyi-line-social a {
    margin-left: 10px;
  }

  .fyi-line-logo .menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fyi-program-nav {
    margin-top: 0;
    margin-left: 32px;
  }

  .fyi-program-nav-label {
    left: -24px;
  }

  .fyi-line-help span {
    margin-right: 10px;
    display: inline-block;
  }

  .fyi-program-section {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
  }

  .fyi-program-section-image {
    margin-bottom: 0;
    min-height: 574px;
  }

  .fyi-program-section-image-inner {
    right: -15px;
  }

  .fyi-program-section-content {
    padding: 30px 10px;
  }

  .fyi-program-section-title {
    margin-bottom: 24px;
  }

  .fyi-lg-flex--row .fyi-program-section-content {
    padding-right: 10px;
  }

  .fyi-lg-flex--row-reverse .fyi-program-section-content {
    padding-left: 10px;
  }

  .fyi-lg-flex--row-reverse .fyi-program-section-image-inner {
    right: 0;
    left: -15px;
  }

  .fyi-block-home-hero-content {
    width: calc(50% - 20px);
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 90px;
    -webkit-box-shadow: -450px 0 0 #EA0575;
    box-shadow: -450px 0 0 #EA0575;
  }

  .fyi-content-section-inner {
    padding-top: 60px;
  }

  .fyi-content-section-inner > [class*=fyi-col-] {
    padding: 0 60px;
  }

  .fyi-content-section .gr-richtext img {
    max-width: calc(100% + 120px);
    margin-left: -60px;
  }

  .fyi-content-section .fyi-image-slider .swiper-button-next {
    right: -50px;
  }

  .fyi-content-section .fyi-image-slider .swiper-button-prev {
    left: -50px;
  }
}

@media (min-width: 1200px) {
  .fyi-xl-hidden {
    display: none;
  }

  .fyi-xl-block {
    display: block;
  }

  .fyi-col-xl-1 {
    width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }

  .fyi-col-xl-2 {
    width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }

  .fyi-col-xl-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .fyi-col-xl-4 {
    width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }

  .fyi-col-xl-5 {
    width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }

  .fyi-col-xl-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fyi-col-xl-7 {
    width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }

  .fyi-col-xl-8 {
    width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }

  .fyi-col-xl-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .fyi-col-xl-10 {
    width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }

  .fyi-col-xl-11 {
    width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }

  .fyi-col-xl-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .fyi-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fyi-xl-flex--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fyi-xl-flex--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .fyi-xl-flex--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fyi-xl-flex--justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fyi-xl-flex--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fyi-xl-flex--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fyi-xl-flex--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .fyi-xl-flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fyi-xl-flex--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .fyi-xl-flex--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .fyi-xl-flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fyi-xl-flex--column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fyi-line-logo .menu-item {
    padding: 0 25px;
  }

  .fyi-line-logo .menu-item a {
    font-size: 22px;
  }

  .fyi-program-section-content {
    padding: 40px 60px;
  }

  .fyi-block-home-hero-content {
    -webkit-box-shadow: -500px 0 0 #EA0575, -1000px 0 0 #EA0575, -1500px 0 0 #EA0575;
    box-shadow: -500px 0 0 #EA0575, -1000px 0 0 #EA0575, -1500px 0 0 #EA0575;
  }
}

@media (min-width: 1400px) {
  .fyi-main-nav .menu > li + li {
    margin-left: 31px;
  }

  .fyi-line-social a {
    margin-left: 18px;
  }
}