@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&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=====*/
@font-face {
  font-family: "ZapfRenaissanceAntiquaBold";
  src: url("../webFonts/ZapfRenaissanceAntiquaBold/font.woff2") format("woff2"), url("../webFonts/ZapfRenaissanceAntiquaBold/font.woff") format("woff");
}
/*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%;
  margin: 0 auto -400px;
}

#page {
  height: 100%;
  line-height: 1.4;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #2d2d2d;
}

#footer, #push {
  height: 400px;
}

.content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
  display: block;
}
.content-wrapper.large {
  max-width: 1800px;
}
.content-wrapper.medium {
  max-width: 1300px;
}
.content-wrapper.medium-small {
  max-width: 1200px;
}
.content-wrapper.high-z-index {
  z-index: 10;
}
.content-wrapper.no-overflow {
  overflow: visible;
}
.content-wrapper.no-relative {
  position: static;
}
.content-wrapper.no-padding {
  padding: 0;
}

#main {
  padding-top: 128px;
  clear: both;
}

#primary {
  width: 100%;
  padding: 100px 0;
  float: left;
  overflow: hidden;
}
#primary.negative-top-padding {
  padding-top: 0;
  margin-top: -60px;
  overflow: visible;
}

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

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

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

#branding {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #2d5890;
  z-index: 9999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#branding .site-logo {
  margin: -20px 0 -32px 15%;
  font-size: 0;
}
#branding .header-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
}

.mobile-menu-button-wrapper {
  display: none;
  text-align: center;
  justify-self: end;
}
.mobile-menu-button-wrapper .mobile-menu-button {
  padding: 20px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: white;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.mobile-menu-button-wrapper .mobile-menu-button span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  -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.active .mobile-menu-icon div:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mobile-menu-button-wrapper .mobile-menu-button.active .mobile-menu-icon div:nth-child(2) {
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.mobile-menu-button-wrapper .mobile-menu-button.active .mobile-menu-icon div:nth-child(3) {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon {
  margin-top: -1px;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div {
  height: 3px;
  width: 21px;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div:nth-child(1) {
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div:nth-child(2) {
  margin: 4px 0;
}
.mobile-menu-button-wrapper .mobile-menu-button .mobile-menu-icon div:nth-child(3) {
  transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
}

.home #branding .site-logo {
  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;
}
.home #branding .site-logo.visible {
  opacity: 1;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  display: grid;
  align-items: stretch;
  justify-self: end;
}
#primary-nav > div {
  display: grid;
  align-items: stretch;
}
#primary-nav ul {
  display: flex;
  align-items: stretch;
  margin: 0;
}
#primary-nav ul li {
  display: grid;
  align-items: stretch;
}
#primary-nav ul li.donate-button {
  background-color: #ce4b13;
  text-align: center;
  -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;
}
#primary-nav ul li.donate-button i {
  margin-top: -18px;
  display: block;
  line-height: 18px;
}
#primary-nav ul li.donate-button a {
  color: white !important;
}
#primary-nav ul li.donate-button:hover {
  background-color: #4294fe;
}
#primary-nav ul li.donate-button.current-menu-item > a, #primary-nav ul li.donate-button.current_page_ancestor > a, #primary-nav ul li.donate-button.current_page_parent > a, #primary-nav ul li.donate-button.current-page-ancestor > a, #primary-nav ul li.donate-button.current-page-item > a, #primary-nav ul li.donate-button.current_page_item > a, #primary-nav ul li.donate-button.current-menu-parent > a, #primary-nav ul li.donate-button.current-menu-ancestor > a {
  color: white !important;
}
#primary-nav ul li.donate-button.current-menu-item > a:hover, #primary-nav ul li.donate-button.current_page_ancestor > a:hover, #primary-nav ul li.donate-button.current_page_parent > a:hover, #primary-nav ul li.donate-button.current-page-ancestor > a:hover, #primary-nav ul li.donate-button.current-page-item > a:hover, #primary-nav ul li.donate-button.current_page_item > a:hover, #primary-nav ul li.donate-button.current-menu-parent > a:hover, #primary-nav ul li.donate-button.current-menu-ancestor > a:hover {
  color: white !important;
}
#primary-nav ul li a {
  padding: 10px 30px;
  display: grid;
  align-items: center;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  -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: #77b2ff;
}
#primary-nav ul li.current-menu-item > 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, #primary-nav ul li.current-menu-ancestor > a {
  color: #ff910c !important;
}
#primary-nav ul li.current-menu-item > 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, #primary-nav ul li.current-menu-ancestor > a:hover {
  color: #ff910c !important;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children > a span {
  position: relative;
}
#primary-nav ul li.menu-item-has-children > a span:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: -15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  -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, #primary-nav ul li.menu-item-has-children.active > a {
  color: #77b2ff;
}
#primary-nav ul li.menu-item-has-children:hover > a:after, #primary-nav ul li.menu-item-has-children.active > a:after {
  border-top: 5px solid #77b2ff;
}
#primary-nav ul li.menu-item-has-children:hover > a span:after, #primary-nav ul li.menu-item-has-children.active > a span:after {
  border-top: 5px solid #77b2ff;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  display: block;
  position: absolute;
  left: -99999px;
  top: 100%;
  opacity: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.4);
  overflow: auto;
  overflow-x: hidden;
  -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 li {
  display: block;
}
#primary-nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a span:after, #primary-nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children.active > a span:after {
  border-top: 5px solid #2d5890;
}
#primary-nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  padding-right: 30px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a span:after {
  border-top: 5px solid #2d2d2d;
}
#primary-nav ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a:hover span:after {
  border-top: 5px solid #2d5890;
}
#primary-nav ul li.menu-item-has-children .sub-menu li a {
  padding: 5px 20px;
  font-size: 16px;
  color: #2d2d2d;
}
#primary-nav ul li.menu-item-has-children .sub-menu li a:hover {
  color: #2d5890;
}
#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 .sub-menu {
  height: 0;
  left: 0;
  top: 0;
  position: relative;
  opacity: 1;
  background-color: #eeeeee;
  box-shadow: unset;
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu li {
  width: auto !important;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu.active {
  height: auto;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu a {
  font-size: 14px;
  padding: 5px 20px 5px 30px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
#primary-nav ul li:hover .sub-menu {
  max-height: 5000px;
  left: 10px;
  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;
  color: #2d5890;
  font-family: "ZapfRenaissanceAntiquaBold", sans-serif;
}

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

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

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 32px;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
}

h5, h6 {
  font-size: 26px;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  max-width: 40%;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
}
.content-wrapper .entry-content ol:last-child, .content-wrapper .entry-content ul:last-child, .content-wrapper .entry-content p:last-child, .content-wrapper .page-content ol:last-child, .content-wrapper .page-content ul:last-child, .content-wrapper .page-content p:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content a:not(.wp-block-button__link):not(.button), .content-wrapper .page-content a:not(.wp-block-button__link):not(.button) {
  color: #2d5890;
  -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 .entry-content a:not(.wp-block-button__link):not(.button):hover, .content-wrapper .page-content a:not(.wp-block-button__link):not(.button):hover {
  color: #ce4b13;
}
.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 .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;
}

.content-padding {
  padding: 100px 0;
}

.page-header {
  min-height: 50vh;
  padding: 120px 0;
  display: grid;
  align-content: center;
  background-color: #2d5890;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.page-header .content-wrapper {
  z-index: 2;
}
.page-header.has-image {
  position: relative;
}
.page-header.has-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.page-header h1 {
  color: white;
  margin-bottom: 0;
}
.page-header .page-header-text {
  margin-top: 30px;
}
.page-header .page-header-text p:last-child {
  margin-bottom: 0;
}

#home-header .header-content-wrapper {
  display: grid;
  grid-template-columns: 55% 45%;
}
#home-header .header-content {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
}
#home-header .header-content h1, #home-header .header-content h2 {
  font-size: 55px;
}
#home-header .header-content h1, #home-header .header-content h2, #home-header .header-content h3, #home-header .header-content h4, #home-header .header-content h5, #home-header .header-content h6 {
  color: #2d2d2d;
}
#home-header .header-logo {
  height: 350px;
  width: 350px;
  margin: -180px auto 30px;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  background-color: white;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
#home-header .header-logo img {
  max-width: 80%;
  margin-left: -10px;
}
#home-header .header-slideshow-wrapper {
  padding-left: 40px;
}
#home-header .header-slideshow-wrapper .slick-dots li {
  margin: 0;
}
#home-header .header-slideshow-wrapper .slick-dots li.slick-active button:before {
  color: #ce4b13;
}
#home-header .header-slideshow-wrapper .slick-dots li button:before {
  opacity: 1;
  color: #2d5890;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#home-header .header-slideshow-wrapper .slick-dots li button:hover:before {
  color: #ce4b13;
}
#home-header .header-slideshow .slide-wrapper {
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}
#home-header .header-slideshow .slide-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 0;
  right: 15px;
  background-color: #edeff2;
}
#home-header .header-slideshow .slide {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
#home-header .header-slideshow-caption {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

#home-columns {
  position: relative;
}
#home-columns:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2d5890;
}
#home-columns .home-column-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  align-items: stretch;
}
#home-columns .home-column-wrapper .home-column {
  padding: 10px 0;
  display: grid;
  align-items: stretch;
  color: #2d2d2d;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-columns .home-column-wrapper .home-column .home-column-inner-wrapper {
  display: grid;
  grid-template-columns: auto 150px;
  align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
#home-columns .home-column-wrapper .home-column:hover {
  padding-top: 0;
  padding-bottom: 20px;
}
#home-columns .home-column-wrapper .home-column:hover .home-column-content-wrapper .home-column-title span {
  color: #4294fe;
}
#home-columns .home-column-wrapper .home-column:hover .home-column-icon {
  background-color: #4294fe;
}
#home-columns .home-column-wrapper .home-column .home-column-content-wrapper {
  padding: 20px;
  display: grid;
  align-items: center;
  background-color: white;
  text-align: center;
  font-size: 18px;
}
#home-columns .home-column-wrapper .home-column .home-column-content-wrapper .home-column-title {
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
}
#home-columns .home-column-wrapper .home-column .home-column-content-wrapper .home-column-title span {
  color: #ce4b13;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#home-columns .home-column-wrapper .home-column .home-column-icon {
  padding: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #ce4b13;
  -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;
}

#home-content {
  background-color: #2d5890;
  color: white;
  text-align: center;
}
#home-content h1, #home-content h2, #home-content h3, #home-content h4, #home-content h5, #home-content h6 {
  color: white;
}

#home-numbers {
  padding-bottom: 100px;
  position: relative;
  color: white;
}
#home-numbers .content-wrapper {
  z-index: 2;
}
#home-numbers .home-numbers-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px 60px;
  text-align: center;
}
#home-numbers .home-numbers-wrapper .number-icon {
  margin-bottom: 10px;
}
#home-numbers .home-numbers-wrapper .number {
  margin-bottoM: 10px;
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
}
#home-numbers .home-numbers-wrapper .number-text {
  font-size: 24px;
}
#home-numbers:before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1d3655;
}
#home-numbers:after {
  content: "";
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #2d5890;
}

#home-content-slider .content-slider-wrapper {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
}
#home-content-slider .content-slider-wrapper .content-slider-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
}
#home-content-slider .content-slider-wrapper .content-slider-above-title {
  font-size: 28px;
  font-weight: bold;
}
#home-content-slider .content-slider-wrapper .content-slider-content {
  padding-left: 80px;
}
#home-content-slider .content-slider-wrapper .content-slider-content-wrapper {
  padding-bottom: 20px;
}
#home-content-slider .content-slider-wrapper .slick-dots {
  left: 80px;
  text-align: left;
}
#home-content-slider .content-slider-wrapper .slick-dots li {
  margin: 0;
}
#home-content-slider .content-slider-wrapper .slick-dots li.slick-active button:before {
  color: #ce4b13;
}
#home-content-slider .content-slider-wrapper .slick-dots li button:before {
  opacity: 1;
  color: #2d5890;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#home-content-slider .content-slider-wrapper .slick-dots li button:hover:before {
  color: #ce4b13;
}

#home-content-block {
  background-size: cover;
  background-position: right center;
}
#home-content-block .home-content-block-content {
  max-width: 40%;
}
#home-content-block .home-content-block-above-title {
  font-size: 28px;
  font-weight: bold;
}
#home-content-block .home-content-block-image {
  display: none;
  margin-bottom: 40px;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center center;
}

#home-news-events .home-news-events-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 120px;
}

#home-events .event .event-image {
  margin-bottom: 30px;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
}
#home-events .event .event-excerpt {
  margin-bottom: 20px;
}

.event-date {
  font-size: 18px;
  color: #444444;
}

.event-item-wrapper {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 30px;
}
.event-item-wrapper .event-image {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}

#testimonials {
  padding: 150px 0;
  background-color: #2d5890;
  color: white;
  text-align: center;
  clear: both;
  font-family: "EB Garamond", serif;
}
#testimonials .testimonial-content {
  margin-bottom: 20px;
  font-size: 60px;
  font-style: italic;
  line-height: 1;
}
#testimonials .testimonial-content:before {
  content: "“";
}
#testimonials .testimonial-content:after {
  content: "”";
}
#testimonials .testimonial-name {
  display: inline-block;
  font-size: 36px;
  position: relative;
}
#testimonials .testimonial-name:before {
  content: "";
  width: 100px;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  right: 100%;
  border-top: 1px solid white;
}
#testimonials .testimonial-name:after {
  content: "";
  width: 100px;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  left: 100%;
  border-top: 1px solid white;
}

#what-we-do .slick-dots {
  text-align: left;
}
#what-we-do .slick-dots li {
  margin: 0;
}
#what-we-do .slick-dots li.slick-active button:before {
  color: #ce4b13;
}
#what-we-do .slick-dots li button:before {
  opacity: 1;
  color: #2d5890;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#what-we-do .slick-dots li button:hover:before {
  color: #ce4b13;
}
#what-we-do .what-we-do-wrapper {
  display: flex;
  align-items: center;
}
#what-we-do h3 {
  padding-left: 20px;
  font-size: 32px;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
}
#what-we-do .what-we-do-content {
  padding-left: 20px;
}
#what-we-do .what-we-do-content-outer-wrapper {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#what-we-do .what-we-do-image-outer-wrapper {
  width: 50%;
}
#what-we-do .what-we-do-image-wrapper.mobile {
  margin-bottom: 30px;
  display: none;
}
#what-we-do .what-we-do-image {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
#what-we-do .what-we-do-image img {
  margin: 0 auto;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.staff-wrapper {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.staff-wrapper:last-child {
  margin-bottom: 0;
}
.staff-wrapper .staff .staff-name {
  font-size: 30px;
  font-weight: bold;
}
.staff-wrapper .staff .staff-position {
  font-size: 20px;
}
.staff-wrapper .staff .button-wrapper {
  margin-top: 15px;
}
.staff-wrapper .staff .button-wrapper .button {
  padding: 5px 12px;
}

.assistants-wrapper {
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.assistants-wrapper .assistant {
  font-weight: 500;
}

#volunteer-opportunities {
  margin-top: 50px;
  margin-bottom: 50px;
}
#volunteer-opportunities:last-child {
  margin-bottom: 0;
}
#volunteer-opportunities .volunteer-opportunity {
  padding: 50px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  border-bottom: 1px solid #bfbfbf;
}
#volunteer-opportunities .volunteer-opportunity:first-child {
  border-top: 1px solid #bfbfbf;
}
#volunteer-opportunities .volunteer-opportunity .volunteer-opportunity-number div {
  width: 100px;
  height: 100px;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #2d5890;
  color: white;
  font-weight: bold;
  font-size: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#volunteer-opportunities .volunteer-opportunity .volunteer-opportunity-number div span {
  margin-right: -10px;
}
#volunteer-opportunities .volunteer-opportunity h4 {
  margin-bottom: 10px;
}

.donation-needs .urgent {
  color: #b52828;
}
.donation-needs .need-group {
  margin-top: 40px;
}
.donation-needs .need-group:first-child {
  margin-top: 0;
}

#amazon {
  margin-top: 50px;
  display: inline-block;
}
#amazon a {
  display: grid;
  align-items: stretch;
  grid-template-columns: auto 1fr;
}
#amazon a:hover .amazon-text strong:before {
  right: 0;
}
#amazon a .amazon-logo {
  padding: 5px;
  display: grid;
  align-items: center;
  background-color: #000000;
  font-size: 0;
}
#amazon a .amazon-text {
  padding: 5px 20px;
  display: grid;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  background-color: #ff9a00;
}
#amazon a .amazon-text strong {
  color: white;
  position: relative;
}
#amazon a .amazon-text strong:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 100%;
  background-color: white;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.link-groups {
  display: table;
  font-weight: bold;
}
.link-groups .link-group {
  display: table-row;
  position: relative;
}
.link-groups .link-group:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #bfbfbf;
}
.link-groups .link-group > div {
  padding: 5px 10px;
  display: table-cell;
}
.link-groups .link-group > div:first-child {
  padding-left: 0;
  padding-right: 40px;
}
.link-groups .link-group > div:last-child {
  padding-right: 0;
}

#financials {
  display: flex;
  gap: 40px;
  justify-content: space-evenly;
}
#financials .financial {
  max-width: 350px;
  display: block;
  text-align: center;
}
#financials .financial:hover .financial-image {
  padding-top: 0;
  padding-bottom: 10px;
}
#financials .financial .financial-image {
  max-width: 300px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0 auto 10px;
  font-size: 0;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#financials .financial .financial-image img {
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#financials .financial .financial-title {
  font-weight: bold;
  font-size: 20px;
}

#logos {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  font-size: 0;
}
#logos .logo {
  padding: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
#logos .logo img {
  max-height: 150px;
  width: auto;
}

#timeline {
  position: relative;
  background-color: #2d5890;
  color: white;
  overflow: hidden;
}
#timeline:hover .slick-prev {
  left: 40px;
}
#timeline:hover .slick-next {
  right: 40px;
}
#timeline .slick-prev, #timeline .slick-next {
  height: 50px;
  width: 50px;
  top: -7px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #ce4b13;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #2d5890;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .slick-prev.slick-disabled, #timeline .slick-next.slick-disabled {
  cursor: default;
  opacity: 0;
}
#timeline .slick-prev:hover, #timeline .slick-next:hover {
  background-color: #4294fe;
}
#timeline .slick-prev:before, #timeline .slick-next:before {
  position: relative;
  top: -1px;
  color: white;
  opacity: 1;
  line-height: 50px;
  font-size: 32px;
}
#timeline .slick-prev {
  left: -50px;
}
#timeline .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#timeline .slick-next {
  right: -50px;
}
#timeline .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#timeline h2 {
  color: white;
  text-align: center;
}
#timeline .timeline-wrapper {
  margin-top: 50px;
  position: relative;
}
#timeline .timeline-wrapper:before {
  content: "";
  height: 15px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  background-color: #d0d0d0;
  z-index: 1;
}
#timeline .timeline-wrapper .slick-list {
  z-index: 2;
}
#timeline .timeline-item {
  margin: 0 30px;
  padding-top: 80px;
  position: relative;
  text-align: center;
  z-index: 2;
}
#timeline .timeline-item:before {
  content: "";
  width: 4px;
  height: 80px;
  margin-left: -2px;
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: #d0d0d0;
}
#timeline .timeline-item:after {
  content: "";
  width: 26px;
  height: 26px;
  margin-left: -17px;
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: #2d5890;
  border: 4px solid #d0d0d0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#timeline .timeline-item .timeline-date {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-color: #4294fe;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#timeline .timeline-item .timeline-date .timeline-date-text {
  position: relative;
  top: -12px;
  font-size: 24px;
  font-weight: normal;
  line-height: 0;
}
#timeline .timeline-item .timeline-content-wrapper {
  max-width: 500px;
  margin: 10px auto 0;
  font-size: 18px;
}

.gallery-wrapper {
  margin: 0 -20px;
}
.gallery-wrapper .gallery-image-wrapper {
  margin: 0 20px;
  overflow: hidden;
}
.gallery-wrapper .gallery-image-wrapper a {
  padding-bottom: 60%;
  display: block;
  background-size: cover;
  background-position: center center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.gallery-wrapper .gallery-image-wrapper a:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#secondary-content {
  background-color: #f4f4f4;
  clear: both;
}
#secondary-content.white-background {
  background-color: white;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget .widget-title {
  font-size: 26px;
  margin-bottom: 20px;
}
#secondary .widget .menu {
  list-style: none;
  margin-left: 0;
}
#secondary .widget .menu li {
  margin-bottom: 5px;
}
#secondary .widget .menu li a {
  display: inline-block;
  font-size: 26px;
  -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 .menu li a:before {
  content: "▶";
  width: 0;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#secondary .widget .menu li a:hover {
  text-decoration: none;
}
#secondary .widget .menu li a:hover:before {
  width: 20px;
}
#secondary .widget .menu li.current-menu-item a:before {
  width: 20px;
}

/*=======================
	FOOTER
=========================*/
#footer {
  background-color: #2d5890;
  color: white;
  clear: both;
}

.content-wrapper {
  height: 100%;
}

.footer-wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
}

#footer-details {
  text-align: center;
}
#footer-details .footer-details-title {
  font-weight: bold;
  font-size: 26px;
}
#footer-details .footer-details-address {
  font-weight: 300;
}
#footer-details .footer-copyright {
  font-size: 14px;
}

#footer-social {
  margin: 10px 0;
}
#footer-social ul {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
}
#footer-social ul li a {
  padding: 10px 0;
  display: block;
  font-size: 0;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#footer-social ul li a:hover {
  padding: 0px 0px 20px;
}

#footer-badges {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.popup-overlay {
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  position: fixed;
  top: 0;
  right: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999999;
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
}
.popup-overlay.active {
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
.popup-overlay .popup-outer-content-wrapper {
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper {
  max-width: 1000px;
  background-color: white;
  position: relative;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close {
  display: flex;
  gap: 5px;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #2d5890;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close .popup-close-icon {
  height: 26px;
  width: 26px;
  line-height: 27px;
  border: 1px solid #2d5890;
  text-align: center;
  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;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close:hover .popup-close-icon {
  background-color: #2d5890;
  color: white;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-inner-content {
  padding: 50px 40px 40px;
}

div.pp_overlay {
  z-index: 9999;
}

.slide-in-left {
  position: relative;
  left: -20px;
  opacity: 0;
  -webkit-transition: left 0.3s, opacity 0.3s;
  -moz-transition: left 0.3s, opacity 0.3s;
  -o-transition: left 0.3s, opacity 0.3s;
  transition: left 0.3s, opacity 0.3s;
}
.slide-in-left.visible {
  left: 0;
  opacity: 1;
}

.slide-in-right {
  position: relative;
  right: -20px;
  opacity: 0;
  -webkit-transition: right 0.3s, opacity 0.3s;
  -moz-transition: right 0.3s, opacity 0.3s;
  -o-transition: right 0.3s, opacity 0.3s;
  transition: right 0.3s, opacity 0.3s;
}
.slide-in-right.visible {
  right: 0;
  opacity: 1;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade-in.visible {
  opacity: 1;
}

.scale-in {
  opacity: 0;
  -webkti-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.scale-in.visible {
  opacity: 1;
  -webkti-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.slide-up {
  position: relative;
  bottom: -20px;
  opacity: 0;
  -webkit-transition: bottom 1s, opacity 1s;
  -moz-transition: bottom 1s, opacity 1s;
  -o-transition: bottom 1s, opacity 1s;
  transition: bottom 1s, opacity 1s;
}
.slide-up.visible {
  bottom: 0;
  opacity: 1;
}

.roll-in {
  opacity: 0;
}

.button-wrapper {
  margin: 30px 0;
}
.button-wrapper:first-child, .button-wrapper.no-top-margin {
  margin-top: 0;
}
.button-wrapper:last-child, .button-wrapper.no-bottom-margin {
  margin-bottom: 0;
}

.button, .wp-block-button__link {
  padding: 8px 30px;
  display: inline-block;
  outline: 0px solid white;
  border: 0px solid white;
  background-color: #ce4b13;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -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;
}
.button i, .wp-block-button__link i {
  font-size: 14px;
}
.button:hover, .wp-block-button__link:hover {
  background-color: #4294fe;
}
.button.bordered-button, .wp-block-button__link.bordered-button {
  color: #2d5890;
  background-color: white;
  border: 1px solid #2d5890;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.bordered-button:hover, .wp-block-button__link.bordered-button:hover {
  color: white;
  background-color: #2d5890;
}

#pagination {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  text-align: center;
  font-size: 0;
}
#pagination .page-numbers {
  margin: 2px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#pagination .current {
  color: white;
  background-color: #2d5890;
}
#pagination .next {
  width: auto;
  margin-left: 10px;
}
#pagination .prev {
  width: auto;
  margin-right: 10px;
}
#pagination a {
  color: #2d5890;
  -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: #ce4b13;
  text-decoration: none;
}

.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.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.white-background {
  background-color: white !important;
}
#main .gform_confirmation_wrapper.login_form {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.thin_form {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.no-bottom-margin {
  margin-bottom: 0px;
}
#main .gform_wrapper .white-background {
  background-color: white !important;
}
#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 .centered-footer .gform_footer {
  justify-content: center;
  text-align: center;
}
#main .gform_wrapper .login_form, #main .gform_wrapper .thin_form {
  max-width: 1300px;
  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 .gform_footer {
  margin-top: 0;
  padding-bottom: 0;
}
#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 {
  padding: 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.gravity-theme .gfield.gfield--width-half {
  font-size: 0;
}
#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 {
  font-size: 20px;
}
#main .gform_wrapper .gform_body input[type=color]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=date]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=datetime-local]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=datetime]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=email]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=month]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=number]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=password]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=search]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=tel]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=text]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=time]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=url]:not(.ginput_total), #main .gform_wrapper .gform_body input[type=week]:not(.ginput_total), #main .gform_wrapper .gform_body select:not(.ginput_total), #main .gform_wrapper .gform_body textarea:not(.ginput_total) {
  padding: 6px 10px;
  background-color: white;
  border: 1px solid #939393;
  outline: 0px solid white;
}
#main .gform_wrapper .gform_body .gsection_title {
  margin-bottom: 0;
  color: #2d2d2d;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}
#main .gform_wrapper .gform_body .radio-buttons.gf_list_inline .gchoice {
  padding-right: 0px;
}
#main .gform_wrapper .gform_body .radio-buttons [type=checkbox] + label, #main .gform_wrapper .gform_body .radio-buttons [type=radio] + label {
  font-weight: bold;
}
#main .gform_wrapper .gform_body .radio-buttons [type=checkbox] + label:before, #main .gform_wrapper .gform_body .radio-buttons [type=checkbox] + label:after, #main .gform_wrapper .gform_body .radio-buttons [type=radio] + label:before, #main .gform_wrapper .gform_body .radio-buttons [type=radio] + label:after {
  display: none;
}
#main .gform_wrapper .gform_body .radio-buttons [type=checkbox]:not(:checked) + label, #main .gform_wrapper .gform_body .radio-buttons [type=radio]:not(:checked) + label {
  padding: 10px 20px;
  background-color: white;
  border: 1px solid #2d2d2d;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #2d2d2d;
  -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 .radio-buttons [type=checkbox]:not(:checked) + label:hover, #main .gform_wrapper .gform_body .radio-buttons [type=radio]:not(:checked) + label:hover {
  background-color: #ce4b13;
  color: white;
}
#main .gform_wrapper .gform_body .radio-buttons [type=checkbox]:checked + label, #main .gform_wrapper .gform_body .radio-buttons [type=radio]:checked + label {
  padding: 10px 20px;
  background-color: #ce4b13;
  border: 1px solid #2d2d2d;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: 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: #2d5890;
  -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: #2d5890;
  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: 44px !important;
  font-size: 20px !important;
}

.select2-container .select2-selection--single {
  height: 44px !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: 44px !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: 1700px) {
  #home-header .header-logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 1500px) {
  .mobile-menu-button-wrapper {
    display: grid;
    align-items: center;
  }
  #primary-nav {
    width: 300px;
    position: fixed;
    top: 106px;
    bottom: 0;
    right: -300px;
    background-color: #2d5890;
    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 > ul {
    padding: 20px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #primary-nav.active {
    right: 0;
  }
  #primary-nav ul {
    display: block;
  }
  #primary-nav ul li {
    height: auto;
  }
  #primary-nav ul li a {
    padding: 5px 25px;
    color: white;
  }
  #primary-nav ul li a:hover {
    color: #ce4b13;
  }
  #primary-nav ul li.donate-button {
    margin-top: 10px;
  }
  #primary-nav ul li.donate-button i {
    margin-top: 0;
    line-height: 25px;
  }
  #primary-nav ul li.menu-item-has-children.active > a {
    color: #ce4b13;
  }
  #primary-nav ul li.menu-item-has-children.active > a span:before {
    border-top: 6px solid #ce4b13;
  }
  #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: white;
  }
  #primary-nav ul li.menu-item-has-children > .sub-menu .sub-menu {
    padding: 0;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu {
    max-height: none !important;
    padding: 0;
    display: block !important;
    opacity: 1;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li {
    width: auto !important;
  }
  #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 .sub-menu {
    padding: 0 !important;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu .sub-menu li:first-child {
    padding-top: 10px;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu .sub-menu li:last-child {
    padding-bottom: 10px;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu a {
    padding: 5px 25px;
  }
  #home-content-block {
    padding: 0;
    background-image: none !important;
  }
  #home-content-block .home-content-block-content {
    max-width: 100%;
  }
  #home-content-block .home-content-block-image {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  #home-columns {
    padding-top: 100px;
  }
  #home-columns:before {
    top: 0px;
  }
  #home-columns .home-column-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  #home-columns .home-column-wrapper .home-column:last-child {
    grid-column: 1/-1;
  }
  #primary.negative-top-padding {
    padding-top: 100px;
    margin-top: 0;
  }
  .staff-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  #home-header .header-content-wrapper {
    grid-template-columns: 100%;
    gap: 50px;
  }
  #home-header .header-slideshow-wrapper {
    padding-left: 0;
    grid-row: -1;
  }
  #testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  #home-news-events .home-news-events-wrapper {
    gap: 40px 60px;
  }
  #branding .site-logo {
    max-width: 300px;
    margin-left: 20px;
    margin-bottom: -28px;
  }
  #what-we-do .what-we-do-wrapper {
    flex-wrap: wrap;
    gap: 50px;
    flex-direction: column-reverse;
  }
  #what-we-do .what-we-do-content-outer-wrapper {
    width: 100%;
    padding-right: 0;
  }
  #what-we-do .what-we-do-image-outer-wrapper {
    width: 100%;
  }
  #what-we-do h3, #what-we-do .what-we-do-content {
    padding-left: 0;
  }
  .event-item-wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  #home-header .header-logo {
    display: none;
  }
  #home-columns .home-column-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #home-content-slider .content-slider-wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
  #home-content-slider .content-slider-wrapper .content-slider-content {
    padding-left: 0;
  }
  #home-news-events .home-news-events-wrapper {
    grid-template-columns: 1fr;
  }
  #home-content-slider .content-slider-wrapper .slick-dots {
    left: 0;
    text-align: center;
  }
  #wrapper {
    margin-bottom: 0;
  }
  #footer, #push {
    height: auto;
  }
  .footer-wrapper {
    padding: 30px 0;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }
  #footer-badges {
    justify-content: center;
  }
  .page-header {
    padding: 60px 0;
  }
  .staff-wrapper, .assistants-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .home #branding .site-logo {
    opacity: 1;
  }
  .content-padding, #primary, #secondary, #testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #primary.negative-top-padding {
    padding-top: 60px;
  }
  #home-columns {
    padding-top: 60px;
  }
  #home-header .header-content {
    padding: 0;
  }
  #financials {
    flex-wrap: wrap;
  }
  img.alignright, img.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 42px;
  }
  #home-header .header-content h2, #home-header .header-content h1, h2, #testimonials .testimonial-content {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  #home-columns .home-column-wrapper .home-column .home-column-inner-wrapper {
    grid-template-columns: 1fr;
  }
  .staff-wrapper, .assistants-wrapper {
    grid-template-columns: 1fr;
  }
  #volunteer-opportunities .volunteer-opportunity {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #branding .site-logo {
    max-width: 240px;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  #timeline .timeline-item .timeline-date {
    width: 150px;
    height: 150px;
    font-size: 30px;
  }
  #timeline .timeline-item {
    margin: 0 10px;
  }
  #amazon a {
    grid-template-columns: 1fr;
  }
  #amazon a .amazon-logo {
    justify-content: center;
  }
}

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