@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=====COLORS=====*/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
    color: #005290;
  }
  90% {
    transform: scale(1.3);
    color: #ff443b;
  }
  100% {
    transform: scale(1);
    color: #005290;
  }
}
@keyframes pulse-hover {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
    color: #ffb351;
  }
  90% {
    transform: scale(1.3);
    color: #ff443b;
  }
  100% {
    transform: scale(1);
    color: #ffb351;
  }
}
/*ex: @include transition(color, 0.1s); */
/**
 * Start Vanilla CSS 1.0.2 
 */
em, i, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

p, code, pre, kbd {
  margin: 0 0 1em 0;
}

blockquote {
  margin: 0 1em 1em 1em;
}

cite {
  font-style: italic;
}

li ul, li ol {
  margin: 0 1em;
}

ul, ol {
  margin: 0 1em 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

pre {
  margin: 1em 0;
  white-space: pre;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

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

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* End Vanilla CSS
*/
/*=======================
	CLEARS
=========================*/
.clear {
  clear: both;
}

/*=======================
	STRUCTURE
=========================*/
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background-color: white;
  overflow: hidden;
  z-index: 2;
}

#push {
  height: 85vh;
}

#page {
  height: 100%;
  line-height: 1.4;
  font-size: 20px;
  color: #545454;
  font-family: "Roboto", sans-serif;
}

.content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
  display: block;
}
.content-wrapper.small {
  max-width: 800px;
}
.content-wrapper.medium {
  max-width: 1200px;
}
.content-wrapper.large {
  max-width: 1800px;
}

#main {
  padding-top: 106px;
  clear: both;
  overflow: hidden;
}

#primary {
  width: 100%;
  padding: 60px 0;
  float: left;
  background-size: cover;
  background-position: center center;
}
#primary.no-padding {
  padding: 0;
}

#secondary {
  width: 400px;
  float: right;
  padding: 60px 0 60px 60px;
  margin-right: -460px;
}

.primary-secondary-wrapper {
  margin-right: 460px;
}

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#site-title {
  margin-top: 0;
  margin-bottom: 12px;
}

#branding {
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 3;
  border-bottom: 1px solid #f7f7f7;
}
#branding .content-wrapper {
  overflow: visible;
  position: static;
}
#branding .header-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}
#branding .site-logo {
  max-width: 350px;
  font-size: 0;
}

.mobile-menu-button-wrapper {
  display: none;
  justify-self: end;
}
.mobile-menu-button-wrapper .mobile-menu-button {
  padding: 6px 20px;
  display: inline-block;
  color: #005290;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.mobile-menu-button-wrapper .mobile-menu-button:hover, .mobile-menu-button-wrapper .mobile-menu-button.active {
  color: #ffb351;
}
.mobile-menu-button-wrapper .mobile-menu-button:hover .mobile-menu-icon div, .mobile-menu-button-wrapper .mobile-menu-button.active .mobile-menu-icon div {
  background-color: #ffb351;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div {
  height: 2px;
  width: 14px;
  background-color: #005290;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div:nth-child(2) {
  margin: 3px 0;
}
.mobile-menu-button-wrapper .mobile-menu-button span {
  vertical-align: middle;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  display: block;
  font-size: 18px;
}
#primary-nav ul {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
#primary-nav ul li a {
  padding: 20px 15px;
  display: block;
  color: #005290;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#primary-nav ul li a:hover {
  color: #ffb351;
}
#primary-nav ul li.current-menu-item > a, #primary-nav ul li.current-menu-ancestor > a, #primary-nav ul li.current_page_ancestor > a, #primary-nav ul li.current_page_parent > a, #primary-nav ul li.current-page-ancestor > a, #primary-nav ul li.current-page-item > a, #primary-nav ul li.current_page_item > a, #primary-nav ul li.current-menu-parent > a {
  color: #ffb351;
}
#primary-nav ul li.current-menu-item > a:hover, #primary-nav ul li.current-menu-ancestor > a:hover, #primary-nav ul li.current_page_ancestor > a:hover, #primary-nav ul li.current_page_parent > a:hover, #primary-nav ul li.current-page-ancestor > a:hover, #primary-nav ul li.current-page-item > a:hover, #primary-nav ul li.current_page_item > a:hover, #primary-nav ul li.current-menu-parent > a:hover {
  color: #ffb351;
}
#primary-nav ul li.current-menu-item.button, #primary-nav ul li.current-menu-ancestor.button, #primary-nav ul li.current_page_ancestor.button, #primary-nav ul li.current_page_parent.button, #primary-nav ul li.current-page-ancestor.button, #primary-nav ul li.current-page-item.button, #primary-nav ul li.current_page_item.button, #primary-nav ul li.current-menu-parent.button {
  background-color: #005290 !important;
}
#primary-nav ul li.current-menu-item.button a, #primary-nav ul li.current-menu-ancestor.button a, #primary-nav ul li.current_page_ancestor.button a, #primary-nav ul li.current_page_parent.button a, #primary-nav ul li.current-page-ancestor.button a, #primary-nav ul li.current-page-item.button a, #primary-nav ul li.current_page_item.button a, #primary-nav ul li.current-menu-parent.button a {
  color: #ffb351 !important;
}
#primary-nav ul li.current-menu-item.donate-button a:before, #primary-nav ul li.current-menu-ancestor.donate-button a:before, #primary-nav ul li.current_page_ancestor.donate-button a:before, #primary-nav ul li.current_page_parent.donate-button a:before, #primary-nav ul li.current-page-ancestor.donate-button a:before, #primary-nav ul li.current-page-item.donate-button a:before, #primary-nav ul li.current_page_item.donate-button a:before, #primary-nav ul li.current-menu-parent.donate-button a:before {
  display: none;
}
#primary-nav ul li.current-menu-item.donate-button a:after, #primary-nav ul li.current-menu-ancestor.donate-button a:after, #primary-nav ul li.current_page_ancestor.donate-button a:after, #primary-nav ul li.current_page_parent.donate-button a:after, #primary-nav ul li.current-page-ancestor.donate-button a:after, #primary-nav ul li.current-page-item.donate-button a:after, #primary-nav ul li.current_page_item.donate-button a:after, #primary-nav ul li.current-menu-parent.donate-button a:after {
  opacity: 1;
  animation: none;
}
#primary-nav ul li.button {
  margin-left: 20px;
  padding: 0;
  border: 0px solid white;
}
#primary-nav ul li.button a {
  padding: 6px 20px;
  border: 4px solid #ffb351;
  color: #005290;
}
#primary-nav ul li.button:hover a {
  color: #ffb351;
}
#primary-nav ul li.donate-button a {
  padding-left: 40px;
  position: relative;
}
#primary-nav ul li.donate-button a:before, #primary-nav ul li.donate-button a:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 20px;
  line-height: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform-origin: center;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#primary-nav ul li.donate-button a:before {
  opacity: 1;
  z-index: 1;
  animation: pulse 5s ease infinite;
}
#primary-nav ul li.donate-button a:after {
  opacity: 0;
  z-index: 2;
  animation: pulse-hover 5s ease infinite;
}
#primary-nav ul li.donate-button a:hover:after {
  opacity: 1;
}
#primary-nav ul li.nav-title > a {
  display: none;
}
#primary-nav ul li.nav-title > span {
  padding: 5px 15px;
  display: block;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
#primary-nav ul li.menu-item-has-children > a {
  position: relative;
}
#primary-nav ul li.menu-item-has-children > a span {
  position: relative;
}
#primary-nav ul li.menu-item-has-children > a span:before {
  content: "";
  height: 0;
  width: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: -13px;
  border-top: 6px solid #005290;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: border-top 0.3s ease;
  -moz-transition: border-top 0.3s ease;
  -o-transition: border-top 0.3s ease;
  transition: border-top 0.3s ease;
}
#primary-nav ul li.menu-item-has-children:hover > a {
  color: #ffb351;
}
#primary-nav ul li.menu-item-has-children:hover > a span:before {
  border-top: 6px solid #ffb351;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  width: 100%;
  padding: 20px 2%;
  display: flex;
  justify-content: end;
  align-items: baseline;
  position: absolute;
  left: -9999px;
  font-size: 18px;
  background-color: rgba(0, 81, 145, 0.88);
  opacity: 0;
  z-index: 10000;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity 0.3s, left 0s 0.3s;
  -moz-transition: opacity 0.3s, left 0s 0.3s;
  -o-transition: opacity 0.3s, left 0s 0.3s;
  transition: opacity 0.3s, left 0s 0.3s;
}
#primary-nav ul li.menu-item-has-children .sub-menu a {
  padding: 3px 15px;
  color: white;
  font-weight: bold;
}
#primary-nav ul li.menu-item-has-children .sub-menu a:hover {
  color: white;
  text-decoration: underline;
}
#primary-nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  padding-right: 15px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a span:before {
  display: none;
}
#primary-nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a {
  color: white;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  padding: 5px 0;
  display: grid;
  gap: 0;
  background-color: transparent;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  position: static;
  opacity: 1 !important;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu a {
  color: #ffb351;
  font-weight: normal;
  text-transform: none;
}
#primary-nav ul li:hover .sub-menu {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, left 0s 0s;
  -moz-transition: opacity 0.3s, left 0s 0s;
  -o-transition: opacity 0.3s, left 0s 0s;
  transition: opacity 0.3s, left 0s 0s;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: "League Gothic", sans-serif;
  font-weight: normal;
}
h1.no-bottom-margin, h2.no-bottom-margin, h3.no-bottom-margin, h4.no-bottom-margin, h5.no-bottom-margin, h6.no-bottom-margin {
  margin-bottom: 0;
}

h1, h2 {
  margin-bottom: 30px;
}

h3, h4, h5, h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 70px;
  line-height: 1;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 36px;
}

h5, h6 {
  font-size: 32px;
}

a {
  text-decoration: none;
}

.page-header {
  padding: 20px 0;
  background-color: #005290;
}
.page-header .page-title {
  margin-bottom: 0;
  color: white;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.entry-header {
  margin-bottom: 40px;
}
.entry-header .entry-title {
  margin-bottom: 15px;
  font-size: 54px;
}

.header-image {
  min-height: 30vw;
  background-size: cover;
  background-position: center 25%;
}
.header-image .content-wrapper {
  width: 100%;
  max-width: 1840px;
  min-height: 30vw;
  display: grid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header-image .header-image-logo {
  max-height: 30vw;
  max-width: 500px;
  width: auto;
  padding: 30px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header-image .header-image-logo.x-left {
  justify-self: start;
}
.header-image .header-image-logo.x-center {
  justify-self: center;
}
.header-image .header-image-logo.x-right {
  justify-self: end;
}
.header-image .header-image-logo.y-top {
  align-self: start;
}
.header-image .header-image-logo.y-center {
  align-self: center;
}
.header-image .header-image-logo.y-bottom {
  align-self: end;
}
.header-image.top {
  background-position: center top;
}
.header-image.center {
  background-position: center center;
}
.header-image.three-quarter {
  background-position: center 75%;
}
.header-image.bottom {
  background-position: center bottom;
}

.content-wrapper {
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  margin-bottom: 30px;
  text-align: center;
}
.content-wrapper .entry-content p:last-child, .content-wrapper .entry-content ol:last-child, .content-wrapper .entry-content ul:last-child, .content-wrapper .page-content p:last-child, .content-wrapper .page-content ol:last-child, .content-wrapper .page-content ul:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content ul, .content-wrapper .page-content ul {
  line-height: 1.1;
}
.content-wrapper .entry-content li, .content-wrapper .page-content li {
  padding-bottom: 6px;
}
.content-wrapper .entry-content li:last-child, .content-wrapper .page-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .entry-content .has-text-color a, .content-wrapper .page-content .has-text-color a {
  color: inherit;
}
.content-wrapper .entry-content .has-text-color a:hover, .content-wrapper .page-content .has-text-color a:hover {
  color: inherit;
  text-decoration: underline;
}
.content-wrapper .entry-content a, .content-wrapper .page-content a {
  color: #005290;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.content-wrapper .entry-content a:hover, .content-wrapper .page-content a:hover {
  color: #ffb351;
}
.content-wrapper .article-wrapper .entry-title a {
  color: #005290;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.content-wrapper .article-wrapper .entry-title a:hover {
  color: #ffb351;
}
.content-wrapper .article-wrapper article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid white;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#home-slideshow {
  margin-bottom: 0;
}
#home-slideshow .slide {
  min-height: 80vh;
  display: grid;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center 20%;
  text-align: center;
}
#home-slideshow .slide .slide-content-wrapper {
  min-height: 800px;
  display: grid;
  align-items: center;
  justify-content: center;
}
#home-slideshow .slide .slide-content {
  padding: 80px 0;
}
#home-slideshow .slide .slide-title {
  font-size: 65px;
  line-height: 0.9;
  color: white;
  font-family: "League Gothic", sans-serif;
}
#home-slideshow .slide .slide-buttons {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
#home-slideshow .slide .slide-buttons:first-child {
  margin-top: 0;
}
#home-slideshow .slide .button {
  padding: 15px 30px;
  display: block;
  font-size: 25px;
  font-weight: bold;
  opacity: 0.9;
  border: 0px solid white !important;
}
#home-slideshow .slick-dots {
  bottom: 20px;
}
#home-slideshow .slick-dots .slick-active button:before {
  color: #ffb351;
}
#home-slideshow .slick-dots button:before {
  font-size: 20px;
  color: white;
  opacity: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#home-slideshow .slick-dots button:hover:before {
  color: #ffb351;
}

#home-news {
  clear: both;
  background-color: #ffb351;
  text-align: center;
}
#home-news h2 {
  color: white;
}

#featured-news h2 {
  color: #005290;
  text-align: center;
}
#featured-news .featured-news-wrapper {
  margin-top: 50px;
}
#featured-news .featured-news-wrapper .featured-news-item {
  margin-bottom: 60px;
  display: grid;
  grid-auto-flow: column;
  gap: 40px;
  align-items: center;
}
#featured-news .featured-news-wrapper .featured-news-item:last-child {
  margin-bottom: 0;
}
#featured-news .featured-news-wrapper .featured-news-item h3 {
  margin-bottom: 5px;
  text-transform: none;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#featured-news .featured-news-wrapper .featured-news-item .featured-news-thumbnail {
  width: 450px;
}
#featured-news .featured-news-wrapper .featured-news-item .featured-news-date {
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #999999;
}
#featured-news .featured-news-wrapper .featured-news-item .featured-news-excerpt {
  margin-bottom: 30px;
}
#featured-news .featured-news-wrapper .featured-news-item .featured-news-excerpt p:last-child {
  margin-bottom: 0;
}

#news {
  background-color: #f7f7f7;
  text-align: center;
}
#news h2 {
  color: #005290;
}

.news-wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
}
.news-wrapper .news-item {
  text-align: left;
  background-color: white;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-wrapper .news-item:hover {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
}
.news-wrapper .news-item:hover h3 {
  color: #005290;
}
.news-wrapper .news-item a {
  height: 100%;
  padding: 30px;
  display: block;
  color: #545454;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.news-wrapper .news-item h3 {
  margin-bottom: 5px;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news-wrapper .news-item .news-date {
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #999999;
}
.news-wrapper .news-item .news-excerpt p:last-child {
  margin-bottom: 0;
}
.news-wrapper .news-item .news-thumbnail {
  margin-top: 20px;
  text-align: center;
}

#load-more-posts {
  margin: 30px auto 0;
  cursor: pointer;
}
#load-more-posts.disabled {
  background-color: #e8e8e8 !important;
  cursor: not-allowed;
  border: 4px solid #e8e8e8;
  color: #005290;
}

.page-template-template-donate #main {
  position: relative;
}

#primary.donate-page-content {
  padding: 0;
  position: relative;
  z-index: 2;
}
#primary.donate-page-content .content-wrapper {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.9);
}

#page-background {
  background-position: center 15%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.donation-radio .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.donation-radio .gfield_radio .gchoice .gfield-choice-input {
  position: absolute;
  left: -999999px;
}
.donation-radio .gfield_radio .gchoice label {
  padding: 14px 20px !important;
  min-width: 100px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background-color: #005290;
  border: 4px solid #005290;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.donation-radio .gfield_radio .gchoice label:before, .donation-radio .gfield_radio .gchoice label:after {
  display: none;
}
.donation-radio .gfield_radio .gchoice:hover label {
  background-color: white;
  color: #005290;
}
.donation-radio .gfield_radio .gchoice input[type=radio]:checked + label {
  background-color: white !important;
  color: #005290 !important;
}

#staff {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}
#staff .staff {
  padding: 30px;
  background-color: white;
}
#staff .staff .staff-image-wrapper {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#staff .staff .staff-image-wrapper:hover .staff-image {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
#staff .staff .staff-image {
  margin-bottom: 30px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
#staff .staff .staff-image .staff-image-secondary {
  position: absolute;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
#staff .staff .staff-image img {
  opacity: 0;
}
#staff .staff .staff-image div {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center 25%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#staff .staff p:last-child {
  margin-bottom: 0;
}

#board .board-group .board-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}
#board .board-group .board-member {
  background-color: #f7f7f7;
}
#board .board-group .board-member .board-member-image {
  height: 400px;
  background-size: cover;
  background-position: center center;
}
#board .board-group .board-member .board-member-name {
  padding: 20px;
  padding-bottom: 10px;
  color: #005290;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
#board .board-group .board-member .board-member-content {
  padding: 20px;
  padding-top: 0;
}
#board .board-group .board-member .board-member-content p:last-child {
  margin-bottom: 0;
}
#board .board-group.has-background {
  background-color: #f7f7f7;
}
#board .board-group.has-background .board-member {
  background-color: white;
}

#honorary-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  background-color: #f7f7f7;
  text-align: center;
  font-weight: bold;
}

.impact-section {
  margin-right: 20px;
  margin-left: -20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bfbfbf;
  opacity: 0;
  -webkit-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  -moz-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  -o-transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
  transition: opacity 0.3s, margin-left 0.3s, margin-right 0.3s;
}
.impact-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px;
}
.impact-section.active {
  opacity: 1;
  margin-left: 0;
  margin-right: 0;
}
.impact-section .impact-section-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
  font-weight: bold;
  line-height: 1;
}
.impact-section .impact-section-title img, .impact-section .impact-section-title span {
  vertical-align: middle;
}
.impact-section .impact-section-title img {
  margin-right: 10px;
}
.impact-section .impact-section-title span {
  font-size: 30px;
}
.impact-section .impact-section-description {
  margin-bottom: 20px;
}
.impact-section .impact-section-stat-row {
  margin-bottom: 10px;
  font-weight: bold;
}
.impact-section .impact-section-stat-row:last-child {
  margin-bottom: 0;
}
.impact-section .impact-section-stat-row span {
  font-size: 26px;
}

#past-impact-reports h2 {
  text-align: center;
}

.image-fader {
  position: relative;
}
.image-fader:hover .main-image {
  opacity: 0;
}
.image-fader:hover .hover-image {
  opacity: 1;
}
.image-fader .main-image {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.image-fader .hover-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.image-fader .hover-image img {
  max-height: 100%;
  width: auto;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget .widget-title {
  font-size: 26px;
  margin-bottom: 20px;
}
#secondary .widget ul {
  margin: 0;
  list-style: none;
}
#secondary .widget ul li {
  margin-bottom: 10px;
}
#secondary .widget ul li:last-child {
  margin-bottom: 0;
}
#secondary .widget ul li .post-date {
  display: block;
  font-size: 16px;
}
#secondary .widget ul li a {
  color: #005290;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secondary .widget ul li a:hover {
  color: #ffb351;
}

/*=======================
	FOOTER
=========================*/
.footer-wrapper {
  max-height: 85vh;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 1;
}
.footer-wrapper .upper-footer-wrapper {
  padding: 40px 0;
  background-color: white;
}
.footer-wrapper .upper-footer-wrapper .upper-footer {
  display: grid;
  align-items: center;
  font-size: 0;
}
.footer-wrapper .upper-footer-wrapper .upper-footer .upper-footer-content-wrapper {
  width: 100%;
}
.footer-wrapper .lower-footer-wrapper {
  padding: 20px 0;
  background-color: #005290;
  color: white;
}
.footer-wrapper .lower-footer-wrapper a {
  color: white;
}
.footer-wrapper .lower-footer-wrapper .lower-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 40px;
}

#donation-box {
  padding: 80px 0;
  position: relative;
  background-color: #005290;
  color: white;
  text-align: center;
  clear: both;
  z-index: 2;
}
#donation-box h1, #donation-box h2, #donation-box h3, #donation-box h4 {
  color: white;
}
#donation-box p:last-child, #donation-box ul:last-child, #donation-box ol:last-child {
  margin-bottom: 0;
}
#donation-box .donate-buttons {
  margin: 40px 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
#donation-box .donate-buttons .button {
  min-width: 70px;
}
#donation-box .donate-buttons .button:hover {
  background-color: #005290 !important;
}
#donation-box .donate-buttons .button.gray-button:hover {
  color: #e8e8e8 !important;
}

#footer-image {
  min-height: 30vw;
  background-size: cover;
  background-position: center center;
  clear: both;
}
#footer-image.top {
  background-position: center top;
}
#footer-image.quarter {
  background-position: center 25%;
}
#footer-image.three-quarter {
  background-position: center 75%;
}
#footer-image.button {
  background-position: center bottom;
}

#footer-nav {
  margin-bottom: 50px;
}
#footer-nav ul {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  align-items: baseline;
}
#footer-nav ul li.nav-title > a {
  display: none;
}
#footer-nav ul li a, #footer-nav ul li span {
  padding: 5px 15px;
  display: block;
  color: #005290;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
#footer-nav ul li a:hover {
  text-decoration: underline;
}
#footer-nav ul li .sub-menu {
  display: block;
  padding-top: 8px;
}
#footer-nav ul li .sub-menu a {
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
}

#footer-newsletter {
  width: 50%;
  padding-right: 30px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#footer-newsletter h3 {
  margin-bottom: 10px;
  color: #005290;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#footer-newsletter .gform_wrapper {
  position: relative;
}
#footer-newsletter .gform_body {
  padding-right: 220px;
}
#footer-newsletter .gform_body input {
  height: 50px;
  padding: 8px 20px;
  outline: 0px solid white;
  border: 0px solid white;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  background-color: #f5f5f5;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
  line-height: 30px;
  font-size: 18px;
}
#footer-newsletter .gform_footer {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer-newsletter .gform_footer .button {
  width: 200px;
  height: 50px;
  margin-bottom: 0;
  background-color: #ff443b;
  color: white;
  border: 0px solid white;
  line-height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#footer-newsletter .gform_footer .button:hover {
  background-color: #005290;
}

#footer-search {
  width: 50%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#footer-search #searchform {
  position: relative;
  padding-right: 220px;
}
#footer-search #s {
  height: 50px;
  width: 100%;
  padding: 8px 20px;
  border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  background: #f5f5f5;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
  outline: 0px solid white;
  border: 0px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#footer-search #searchsubmit {
  width: 200px;
  height: 50px;
  padding: 8px 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff443b;
  color: white;
  border: 0px solid white;
  line-height: 30px;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#footer-search #searchsubmit:hover {
  background-color: #005290;
}

#footer-social-nav ul {
  margin: 0;
  list-style: none;
  display: grid;
  align-items: center;
  justify-content: end;
  grid-template-columns: repeat(auto-fit, 36px);
  font-size: 0;
}
#footer-social-nav ul li {
  height: 36px;
  width: 36px;
}
#footer-social-nav ul li.facebook span {
  background: #1e77f0;
}
#footer-social-nav ul li.twitter span {
  background: #55acee;
}
#footer-social-nav ul li.linkedin span {
  background: #0077b5;
}
#footer-social-nav ul li.instagram span {
  background: radial-gradient(circle farthest-corner at 35% 100%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 10% 140%, #feda7e, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e42e66 50%, #fa5332 70%, #ffdc80 100%);
}
#footer-social-nav ul li.youtube span {
  background: #f00;
}
#footer-social-nav ul li a {
  height: 36px;
  width: 36px;
  position: relative;
  display: block;
  text-align: center;
}
#footer-social-nav ul li a:hover span {
  opacity: 1;
}
#footer-social-nav ul li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#footer-social-nav ul li a i {
  font-size: 20px;
  line-height: 36px;
  position: relative;
  z-index: 2;
}

/* =======================================
   Page Section
======================================= */
.page-grid-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.page-grid-wrapper:first-child {
  margin-top: 0px;
}
.page-grid-wrapper:last-child {
  margin-bottom: 0px;
}
.page-grid-wrapper .page-grid-item {
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  background-color: white;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.page-grid-wrapper .page-grid-item:hover {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
}
.page-grid-wrapper .page-grid-item .page-grid-item-thumbnail {
  text-align: center;
}
.page-grid-wrapper .page-grid-item .page-grid-item-title {
  padding: 20px;
  padding-bottom: 10px;
  font-family: "League Gothic", sans-serif;
  font-size: 30px;
}
.page-grid-wrapper .page-grid-item .page-grid-item-excerpt {
  padding: 5px 20px 10px;
  color: #545454;
}
.page-grid-wrapper .page-grid-item .page-grid-item-learn-more {
  padding: 20px;
  padding-top: 0;
}

.page-section {
  padding: 80px 0;
  position: relative;
}
.page-section.medium-width {
  max-width: 1200px;
  margin: 0 auto;
}
.page-section.small-width {
  max-width: 800px;
  margin: 0 auto;
}
.page-section:before {
  content: "";
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  background-color: inherit;
}
.page-section:after {
  content: "";
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background-color: inherit;
}

.number-block-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  align-items: center;
}
.number-block-wrapper:first-child {
  margin-top: 0;
}
.number-block-wrapper .number-block-image {
  max-width: 500px;
  text-align: center;
}
.number-block-wrapper .number-block-numbers {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 30px;
  align-items: center;
}
.number-block-wrapper .number-block-numbers .number-block-number {
  font-size: 85px;
  text-align: right;
  font-family: "League Gothic", sans-serif;
  line-height: 1;
}
.number-block-wrapper .number-block-numbers .number-block-number:nth-child(8n+1) {
  color: #ffb351;
}
.number-block-wrapper .number-block-numbers .number-block-number:nth-child(8n+3) {
  color: #ff443b;
}
.number-block-wrapper .number-block-numbers .number-block-number:nth-child(8n+5) {
  color: #005290;
}
.number-block-wrapper .number-block-numbers .number-block-number:nth-child(8n+7) {
  color: #549ecf;
}

/* =======================================
	Custom
======================================= */
.gform_wrapper .gform_validation_errors > h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.gform_anchor {
  position: relative;
  top: -150px;
}

.w-separator {
  clear: both;
  overflow: hidden;
  line-height: 0;
  height: 1.5rem;
}

.w-separator.size_medium:empty {
  height: 3rem;
}

.align_center {
  text-align: center;
}

.has-uw-blue-background-color {
  background-color: #005290;
}

.has-uw-light-blue-background-color {
  background-color: #549ecf;
}

.has-uw-gray-background-color {
  background-color: #f7f7f7;
}

.has-uw-red-background-color {
  background-color: #ff443b;
}

.has-uw-orange-background-color {
  background-color: #ffb351;
}

.has-uw-black-background-color {
  background-color: #545454;
}

.has-black-background-color {
  background-color: black;
}

.has-white-background-color {
  background-color: white;
}

.has-uw-blue-color {
  color: #005290;
}

.has-uw-light-blue-color {
  color: #549ecf;
}

.has-uw-gray-color {
  color: #f7f7f7;
}

.has-uw-red-color {
  color: #ff443b;
}

.has-uw-orange-color {
  color: #ffb351;
}

.has-uw-black-color {
  color: #545454;
}

.has-black-color {
  color: black;
}

.has-white-color {
  color: white;
}

.wp-block-image {
  margin-bottom: 30px;
}
.wp-block-image:last-child, .wp-block-image.no-bottom-margin {
  margin-bottom: 0;
}
.wp-block-image .wp-element-caption {
  text-align: center;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: 250px;
}

.wp-block-columns {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-columns:first-child {
  margin-top: 0;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column.has-background h1, .wp-block-columns .wp-block-column.has-background h2, .wp-block-columns .wp-block-column.has-background h3, .wp-block-columns .wp-block-column.has-background h4, .wp-block-columns .wp-block-column.has-background h5, .wp-block-columns .wp-block-column.has-background p, .wp-block-columns .wp-block-column.has-background ol, .wp-block-columns .wp-block-column.has-background ul {
  padding-left: 20px;
  padding-right: 20px;
}
.wp-block-columns .wp-block-column.has-background h1:last-child, .wp-block-columns .wp-block-column.has-background h2:last-child, .wp-block-columns .wp-block-column.has-background h3:last-child, .wp-block-columns .wp-block-column.has-background h4:last-child, .wp-block-columns .wp-block-column.has-background h5:last-child, .wp-block-columns .wp-block-column.has-background p:last-child, .wp-block-columns .wp-block-column.has-background ol:last-child, .wp-block-columns .wp-block-column.has-background ul:last-child {
  padding-bottom: 20px;
}

.wp-block-buttons {
  margin-bottom: 30px;
  margin-top: 30px;
}
.wp-block-buttons:first-child {
  margin-top: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}

.button, .wp-block-button__link, .w-btn {
  padding: 8px 20px;
  display: inline-block;
  color: #005290;
  background-color: #ffb351;
  border: 4px solid #ffb351;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.button:hover, .wp-block-button__link:hover, .w-btn:hover {
  background-color: #005290;
  color: #ffb351;
}
.button.blue-button, .wp-block-button__link.blue-button, .w-btn.blue-button {
  background-color: #005290;
  color: white;
  border: 4px solid #005290;
}
.button.blue-button:hover, .wp-block-button__link.blue-button:hover, .w-btn.blue-button:hover {
  background-color: #549ecf;
  color: white;
}
.button.gray-button, .wp-block-button__link.gray-button, .w-btn.gray-button {
  color: #005290;
  background-color: #e8e8e8;
  border: 4px solid #e8e8e8;
}
.button.gray-button:hover, .wp-block-button__link.gray-button:hover, .w-btn.gray-button:hover {
  background-color: #549ecf;
  color: white;
}

#pagination {
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #bfbfbf;
  text-align: center;
  font-size: 0;
}
#pagination .page-numbers {
  padding: 5px;
  font-size: 18px;
  line-height: 1;
}
#pagination .next {
  margin-left: 10px;
}
#pagination .prev {
  margin-right: 10px;
}
#pagination .current {
  padding: 5px 9px;
  background-color: #005290;
  color: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#pagination a {
  color: #005290;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pagination a:hover {
  color: #ffb351;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =======================================
	Gravity Forms
======================================= */
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#main .gform_wrapper.gform_legacy_markup_wrapper .gform_previous_button, #main .gform_wrapper.gravity-theme .gform_previous_button {
  height: auto;
}
#main .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
#main .gform_wrapper, #main .gform_confirmation_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
#main .gform_wrapper:first-child, #main .gform_confirmation_wrapper:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper.bordered {
  padding: 30px;
  background-color: #f1f1f1;
  border: 1px solid #939393;
}
#main .gform_confirmation_wrapper.login_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.thin_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.no-bottom-margin {
  margin-bottom: 0px;
}
#main .gform_wrapper .bordered {
  padding: 30px;
  background-color: #f1f1f1;
  border: 1px solid #939393;
}
#main .gform_wrapper .bordered.captcha-beside-submit {
  padding-bottom: 60px;
}
#main .gform_wrapper .login_form, #main .gform_wrapper .thin_form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_wrapper .login_form .gform_footer, #main .gform_wrapper .thin_form .gform_footer {
  text-align: center;
}
#main .gform_wrapper.no-bottom-margin_wrapper {
  margin-bottom: 0px;
}
#main .gform_wrapper .captcha-beside-submit .gform_body {
  position: relative;
}
#main .gform_wrapper .captcha-beside-submit .gform_body .beside-submit {
  position: absolute;
  bottom: -100px;
  right: 160px;
}
#main .gform_wrapper .captcha-beside-submit .gform_footer {
  padding-top: 40px;
  text-align: right;
}
#main .gform_wrapper .captcha-beside-submit .gform_footer .button {
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#main .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: none;
}
#main .gform_wrapper.gravity-theme .gform_previous_button.button {
  background-color: #005290;
  border-color: #005290;
  color: white;
}
#main .gform_wrapper.gravity-theme .gform_previous_button.button:hover {
  background-color: #549ecf;
}
#main .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address {
  margin-left: 0;
  margin-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
  flex: 0 0 33.33%;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_city {
  margin-bottom: 0 !important;
  padding-right: 13px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_state {
  padding-left: 7px;
  padding-right: 7px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
  padding-right: 0;
  padding-left: 13px;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_country {
  flex: 0 0 100%;
  padding: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), #main .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 25px;
}
#main .gform_wrapper.gravity-theme .gfield-choice-input {
  top: auto;
}
#main .gform_wrapper .gform_body {
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
  /* Hide the radio */
  /* Prepare the label */
  /* radios aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
#main .gform_wrapper .gform_body input[type=color], #main .gform_wrapper .gform_body input[type=date], #main .gform_wrapper .gform_body input[type=datetime-local], #main .gform_wrapper .gform_body input[type=datetime], #main .gform_wrapper .gform_body input[type=email], #main .gform_wrapper .gform_body input[type=month], #main .gform_wrapper .gform_body input[type=number], #main .gform_wrapper .gform_body input[type=password], #main .gform_wrapper .gform_body input[type=search], #main .gform_wrapper .gform_body input[type=tel], #main .gform_wrapper .gform_body input[type=text], #main .gform_wrapper .gform_body input[type=time], #main .gform_wrapper .gform_body input[type=url], #main .gform_wrapper .gform_body input[type=week], #main .gform_wrapper .gform_body select, #main .gform_wrapper .gform_body textarea {
  padding: 6px 10px;
  font-size: 20px;
  background-color: white;
  border: 1px solid #939393;
  outline: 0px solid white;
}
#main .gform_wrapper .gform_body .gchoice {
  margin-bottom: 10px;
}
#main .gform_wrapper .gform_body .gchoice:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked),
#main .gform_wrapper .gform_body [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #939393;
  background: #ffffff;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0px;
  background-color: #005290;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked),
#main .gform_wrapper .gform_body [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=radio]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #939393;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 0px;
  background-color: #005290;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .gform_body [type=radio]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-bottom: 0;
}

body > .select2-container {
  z-index: 999999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 38px !important;
  font-size: 20px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #939393 !important;
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #939393 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}

@media screen and (max-width: 641px) {
  #main .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0;
  }

  #main .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 0;
    line-height: 1;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_right, #main .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    flex: 100%;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .address_city, #main .gform_wrapper.gravity-theme .ginput_container_address .address_state {
    padding: 0;
    margin-bottom: 25px !important;
  }

  #main .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
    padding: 0;
  }

  #main .gform_wrapper .captcha-beside-submit .gform_body .beside-submit {
    position: static;
  }

  #main .gform_wrapper .bordered.captcha-beside-submit, #main .gform_wrapper .bordered {
    padding: 20px;
  }

  #main .gform_wrapper.gravity-theme .ginput_complex.ginput_container_email {
    gap: 25px;
  }

  #main .gform_wrapper.gravity-theme .ginput_card_expiration_container {
    gap: 25px;
  }

  #main .gform_wrapper.gravity-theme .ginput_cardextras {
    gap: 25px;
  }
}
/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1280px) {
  #branding .header-wrapper {
    grid-template-columns: auto 120px;
  }

  .mobile-menu-button-wrapper {
    display: block;
  }

  #primary-nav {
    width: 300px;
    position: fixed;
    top: 106px;
    bottom: 0;
    right: -300px;
    background-color: #005290;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  #primary-nav > div {
    padding: 20px 0px;
  }
  #primary-nav.active {
    right: 0;
  }
  #primary-nav ul {
    display: block;
  }
  #primary-nav ul li a {
    padding: 5px 25px;
    color: white;
  }
  #primary-nav ul li a:hover {
    color: #ffb351;
  }
  #primary-nav ul li.button {
    margin-left: 15px;
    margin-top: 10px;
  }
  #primary-nav ul li.nav-title > span {
    padding-left: 25px;
    padding-right: 25px;
  }
  #primary-nav ul li.menu-item-has-children.active > a {
    color: #ffb351;
  }
  #primary-nav ul li.menu-item-has-children.active > a span:before {
    border-top: 6px solid #ffb351;
  }
  #primary-nav ul li.menu-item-has-children.active > .sub-menu {
    height: auto;
  }
  #primary-nav ul li.menu-item-has-children > a span:before {
    border-top: 6px solid white;
  }
  #primary-nav ul li.menu-item-has-children > .sub-menu {
    height: 0;
    position: static;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #primary-nav ul li.menu-item-has-children > .sub-menu .sub-menu {
    height: auto !important;
    padding: 0;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu {
    padding: 0;
    display: block !important;
    opacity: 1;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 10px;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 10px;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li:last-child .sub-menu {
    padding-bottom: 0 !important;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu .sub-menu {
    padding: 0 0 15px !important;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu .sub-menu li:first-child {
    padding-top: 0px;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu .sub-menu li:last-child {
    padding-bottom: 0px;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu a {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 900px) {
  .number-block-wrapper {
    grid-template-columns: auto;
  }
  .number-block-wrapper .number-block-image {
    max-width: none;
    grid-row: 1;
  }

  #featured-news .featured-news-wrapper .featured-news-item .featured-news-thumbnail {
    width: 300px;
  }

  #page-background {
    position: fixed;
    background-attachment: scroll;
    z-index: unset;
  }

  .primary-secondary-wrapper {
    margin-right: 0;
  }

  #secondary {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    border-top: 1px solid #bfbfbf;
  }

  #wrapper {
    z-index: unset;
  }

  #push {
    height: 0;
  }

  .footer-wrapper {
    position: relative;
    max-height: none;
    z-index: unset;
  }

  #footer-newsletter {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }

  #footer-search {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  #home-slideshow .slide .slide-content-wrapper {
    min-height: 400px;
  }

  .page-section, #donation-box {
    padding: 50px 0;
  }

  .header-image.has-image {
    margin-bottom: 50px;
  }

  .header-image.has-image .content-wrapper {
    bottom: -70px;
  }

  .header-image .header-image-logo {
    padding: 0;
    justify-self: center !important;
    align-self: end !important;
    font-size: 0;
  }

  .header-image .header-image-logo img {
    max-height: 50px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  #primary.donate-page-content .content-wrapper {
    padding: 50px 20px;
  }

  #featured-news .featured-news-wrapper .featured-news-item {
    grid-auto-flow: row;
    gap: 10px;
  }
  #featured-news .featured-news-wrapper .featured-news-item .featured-news-thumbnail {
    width: auto;
    text-align: center;
  }

  .footer-wrapper .lower-footer-wrapper .lower-footer {
    grid-template-columns: auto;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  #footer-social-nav ul {
    justify-content: center;
  }

  #footer-newsletter .gform_body, #footer-search #searchform {
    padding-right: 0;
  }

  #footer-search #searchsubmit, #footer-newsletter .gform_footer {
    margin-top: 10px;
    position: static;
  }

  #footer-search #searchsubmit, #footer-newsletter .gform_footer .button {
    width: 100%;
  }

  .number-block-wrapper .number-block-numbers .number-block-number {
    font-size: 40px;
  }
}
@media screen and (max-width: 580px) {
  #branding .header-wrapper {
    grid-template-columns: auto 85px;
  }

  .mobile-menu-button-wrapper .mobile-menu-button {
    padding: 5px;
  }

  #home-slideshow .slide .slide-title {
    font-size: 12vw;
  }

  .page-header .page-title {
    font-size: 48px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 30px;
  }

  .news-wrapper .news-item a, #staff .staff {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .number-block-wrapper .number-block-numbers {
    grid-template-columns: auto;
    text-align: center;
  }
  .number-block-wrapper .number-block-numbers .number-block-number {
    justify-self: center;
  }
  .number-block-wrapper .number-block-numbers .number-block-text {
    margin-bottom: 20px;
  }
  .number-block-wrapper .number-block-numbers .number-block-text:last-child {
    margin-bottom: 0;
  }

  .page-grid-wrapper, .news-wrapper, #staff, #board .board-group .board-members, #honorary-members {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

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