@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@1,500&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: "Authenia-Textured";
  src: url("../webfonts/37C0B3_0_0.eot");
  src: url("../webfonts/37C0B3_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/37C0B3_0_0.woff2") format("woff2"), url("../webfonts/37C0B3_0_0.woff") format("woff"), url("../webfonts/37C0B3_0_0.ttf") format("truetype");
}
/*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 -240px;
}

#page {
  height: 100%;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Hind", sans-serif;
  color: #2d2d2d;
}

#footer, #push {
  height: 240px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

#main {
  overflow: hidden;
  clear: both;
}

#primary {
  width: 100%;
  padding: 60px 0;
  float: left;
  overflow: hidden;
}

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

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

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#branding {
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 99999;
}
#branding .content-wrapper {
  overflow: visible;
  position: static;
}
#branding .header-wrapper {
  display: grid;
  grid-template-columns: 200px auto auto;
  align-items: center;
  gap: 50px;
}
#branding .site-logo {
  font-size: 0;
}

.mobile-menu-button-wrapper {
  display: none;
  margin-right: -15px;
}
.mobile-menu-button-wrapper .mobile-menu-button {
  padding: 10px 15px 6px;
  cursor: pointer;
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
  -o-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
.mobile-menu-button-wrapper .mobile-menu-button:hover {
  padding-top: 3px;
  padding-bottom: 13px;
}
.mobile-menu-button-wrapper .mobile-menu-button .menu-icon {
  margin-top: -3px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.mobile-menu-button-wrapper .mobile-menu-button .menu-icon div {
  width: 18px;
  height: 3px;
  background-color: #063368;
}
.mobile-menu-button-wrapper .mobile-menu-button .menu-icon div:nth-child(2) {
  margin: 3px 0;
}
.mobile-menu-button-wrapper .mobile-menu-button span {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #063368;
}

/*=======================
	NAV
=========================*/
#donate-nav {
  justify-self: end;
}
#donate-nav ul {
  margin: 0;
}
#donate-nav ul li {
  margin-left: 10px;
  display: inline-block;
}
#donate-nav ul li:first-child {
  margin-left: 0;
}
#donate-nav ul li a {
  padding: 10px 20px 6px;
  color: white;
  background-color: #cc0505;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  -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;
}
#donate-nav ul li a:hover {
  background-color: #063368;
}

#primary-nav {
  display: block;
  font-size: 0;
}
#primary-nav ul {
  margin: 0;
}
#primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul li a {
  padding: 10px 20px 6px;
  display: block;
  position: relative;
  color: #063368;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
  -o-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
#primary-nav ul li a:hover {
  padding-top: 3px;
  padding-bottom: 13px;
}
#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 {
  color: #cc0505;
}
#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 {
  color: #cc0505;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  max-height: 0;
  position: absolute;
  opacity: 0;
  z-index: 10000;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, max-height 0s 0.3s;
  -moz-transition: opacity 0.3s, max-height 0s 0.3s;
  -o-transition: opacity 0.3s, max-height 0s 0.3s;
  transition: opacity 0.3s, max-height 0s 0.3s;
}
#primary-nav ul li.menu-item-has-children .sub-menu li {
  min-width: 200px;
  float: none;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
#primary-nav ul li.menu-item-has-children:after {
  content: "▼";
  font-size: 0.5em;
  display: block;
  position: absolute;
  top: 38%;
  right: 12%;
}
#primary-nav ul li:hover .sub-menu {
  max-height: 5000px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #063368;
  text-transform: uppercase;
}

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

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

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 31px;
}

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

a {
  text-decoration: none;
}

.alt-header {
  position: relative;
}
.alt-header .content-wrapper {
  position: static;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  float: left;
}
.content-wrapper .page-header-wrapper {
  padding-right: 50%;
  text-align: center;
}
.content-wrapper .page-title-header {
  font-family: "Authenia-Textured", serif;
  color: #cc0505;
  font-size: 130px;
  line-height: 1;
}
.content-wrapper .page-header-image {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 4%;
  left: 54%;
  display: grid;
  align-items: end;
  justify-items: center;
  font-size: 0;
  overflow: hidden;
}
.content-wrapper .entry-content a, .content-wrapper .page-content a {
  color: #cc0505;
}
.content-wrapper .entry-content a:hover, .content-wrapper .page-content a:hover {
  text-decoration: underline;
}
.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: 30px;
  padding-bottom: 30px;
  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;
}

.page-header {
  margin-top: 107px;
  padding: 120px 0px;
  background-color: #063368;
  background-image: url("../images/Flag-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
}
.page-header h1 {
  margin-bottom: 0;
  font-size: 72px;
  color: white;
}

#home-header {
  padding-top: 127px;
  height: 100vh;
  border-bottom: 15px solid #063368;
  background-image: url("../images/Hero-Background.jpg");
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
#home-header .content-wrapper, #home-header .home-header-wrapper {
  height: 100%;
}
#home-header .home-header-wrapper {
  font-size: 0;
}
#home-header .home-header-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-header .home-header-wrapper .home-header-content {
  width: 50%;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: bold;
  font-size: 26px;
  color: #063368;
  text-transform: uppercase;
}
#home-header .home-header-wrapper .home-header-content .home-header-inner-content {
  padding: 20px 0;
}
#home-header .home-header-wrapper .home-header-content img {
  margin-bottom: 20px;
  border: 5px solid #cc0505;
}
#home-header .home-header-wrapper .home-header-content p {
  margin-bottom: 0;
}
#home-header .home-header-wrapper .home-header-content h2 {
  margin-bottom: 0;
  color: #cc0505;
  font-family: "Spectral", sans-serif;
  font-style: italic;
  font-size: 48px;
  font-weight: 500;
  text-transform: none;
}
#home-header .home-header-wrapper .home-header-content .button-wrapper {
  margin-top: 20px;
}
#home-header .home-header-wrapper .home-header-image {
  height: 100%;
  width: 50%;
  padding-top: 40px;
  padding-left: 30px;
  margin-left: 40px;
  margin-right: -40px;
  opacity: 0;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: margin-left 0.3s, margin-right 0.3s, opacity 0.3s;
  -moz-transition: margin-left 0.3s, margin-right 0.3s, opacity 0.3s;
  -o-transition: margin-left 0.3s, margin-right 0.3s, opacity 0.3s;
  transition: margin-left 0.3s, margin-right 0.3s, opacity 0.3s;
}
#home-header .home-header-wrapper .home-header-image.active {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
#home-header .home-header-wrapper .home-header-image:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
}
#home-header .home-header-wrapper .home-header-image img {
  max-height: 100%;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}

#home-issues {
  padding: 120px 0;
  text-align: center;
}
#home-issues sup {
  font-size: 20px;
}
#home-issues h2 {
  font-size: 72px;
  color: #cc0505;
}
#home-issues ul {
  margin: -10px -30px;
}
#home-issues ul li {
  margin: 15px 30px 5px;
  padding-left: 65px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #063368;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
  -moz-transition: margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
  -o-transition: margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
  transition: margin-top 0.3s, margin-bottom 0.3s, opacity 0.3s;
}
#home-issues ul li.active {
  margin: 10px 30px;
  opacity: 1;
}
#home-issues ul li:before {
  content: "";
  width: 55px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../images/checkmark.png");
  background-repeat: no-repeat;
  background-position: center center;
}

#home-content {
  padding: 80px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #063368;
}
#home-content .wp-block-image:last-child {
  margin-bottom: 0;
}
#home-content .wp-block-columns:last-child {
  margin-bottom: 0;
}
#home-content hr {
  border-top: 0px solid white;
  border-bottom: 0px solid white;
  height: 21px;
  background-image: url("../images/divider-star.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-content p:last-child {
  margin-bottom: 0;
}

#support {
  padding: 80px 0;
  background-color: #cc0505;
  text-align: center;
  clear: both;
}
#support h2 {
  margin-bottom: 15px;
  color: white;
  text-transform: none;
}
#support #main .gform_wrapper .gform_body input[type=color], #support #main .gform_wrapper .gform_body input[type=date], #support #main .gform_wrapper .gform_body input[type=datetime-local], #support #main .gform_wrapper .gform_body input[type=datetime], #support #main .gform_wrapper .gform_body input[type=email], #support #main .gform_wrapper .gform_body input[type=month], #support #main .gform_wrapper .gform_body input[type=number], #support #main .gform_wrapper .gform_body input[type=password], #support #main .gform_wrapper .gform_body input[type=search], #support #main .gform_wrapper .gform_body input[type=tel], #support #main .gform_wrapper .gform_body input[type=text], #support #main .gform_wrapper .gform_body input[type=time], #support #main .gform_wrapper .gform_body input[type=url], #support #main .gform_wrapper .gform_body input[type=week], #support #main .gform_wrapper .gform_body select, #support #main .gform_wrapper .gform_body textarea {
  border: 1px solid white;
}
#support .gform_wrapper form {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#support .gform_body {
  padding-right: 134px;
}
#support .gform_footer {
  padding-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
#support .gform_footer .button {
  margin-bottom: 0;
  line-height: 30px;
  background-color: #063368;
}
#support .gform_footer .button:hover {
  background-color: #104079;
}
#support #field_1_1 {
  grid-column: span 8;
}
#support #field_1_3 {
  grid-column: span 4;
}

#issues .issue {
  padding: 40px;
  margin-bottom: 60px;
  opacity: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: margin-left 0.3s, margin-right 0.3s, opacity 0.3s;
  -moz-transition: margin-left 0.3s, margin-right 0.3s, opacity 0.3s;
  -o-transition: margin-left 0.3s, margin-right 0.3s, opacity 0.3s;
  transition: margin-left 0.3s, margin-right 0.3s, opacity 0.3s;
}
#issues .issue.active {
  margin-left: 0 !important;
  margin-right: 0 !important;
  opacity: 1;
}
#issues .issue.left-image {
  margin-right: -20px;
  margin-left: 20px;
}
#issues .issue.right-image {
  margin-right: 20px;
  margin-left: -20px;
}
#issues .issue .issue-image {
  max-width: 500px;
  align-self: start;
  font-size: 0;
}
#issues .issue .issue-content {
  align-self: center;
}
#issues .issue .issue-content p:last-child {
  margin-bottom: 0;
}
#issues .issue:first-child {
  margin-top: 12px;
}
#issues .issue:last-child {
  margin-bottom: 12px;
}

/*=======================
	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: #063368;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  display: grid;
  align-items: center;
}
#footer img {
  display: block;
  margin: 0 auto 10px;
}

#footer-social {
  margin-top: 10px;
}
#footer-social ul {
  margin: -5px;
  font-size: 0;
}
#footer-social ul li {
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#footer-social ul li a .social-icon {
  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;
}
#footer-social ul li a .social-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  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;
}
#footer-social ul li a img {
  margin-bottom: 0;
}
#footer-social ul li a:hover .social-icon {
  opacity: 0;
}
#footer-social ul li a:hover .social-icon-hover {
  opacity: 1;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.slideshow-wrapper {
  margin-bottom: 50px !important;
}
.slideshow-wrapper .slide {
  text-align: center;
}
.slideshow-wrapper .slide img {
  max-height: 400px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.slideshow-wrapper .slick-dots {
  bottom: -35px;
}
.slideshow-wrapper .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
  padding-bottom: 0;
}
.slideshow-wrapper .slick-dots li.slick-active button:before {
  background-color: #063368;
}
.slideshow-wrapper .slick-dots li button {
  width: 16px;
  height: 16px;
}
.slideshow-wrapper .slick-dots li button:before {
  content: "";
  height: 6px;
  width: 6px;
  margin: 4px;
  background-color: white;
  border: 1px solid #063368;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -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;
}
.slideshow-wrapper .slick-dots li button:hover:before {
  background-color: #063368;
}
.slideshow-wrapper.alignright {
  width: 600px;
  max-width: 50%;
  margin-left: 30px;
  float: right;
}
.slideshow-wrapper.alignleft {
  width: 600px;
  max-width: 50%;
  margin-right: 30px;
  float: left;
}

.button {
  padding: 10px 20px 6px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  background-color: #cc0505;
  border: 0px solid white;
  outline: 0px solid white;
  -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.has-arrow {
  padding-right: 30px;
  position: relative;
}
.button.has-arrow:after {
  content: "";
  height: 0;
  width: 0;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-left: 5px solid white;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.button:hover {
  background-color: #063368;
}
.button.blue-button {
  background-color: #063368;
}
.button.blue-button:hover {
  background-color: #cc0505;
}

#pagination {
  margin-top: 20px;
  text-align: center;
}

.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.login-form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.thin-form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#main .gform_confirmation_wrapper.no-bottom-margin {
  margin-bottom: 0px;
}
#main .gform_confirmation_wrapper.no-top-margin {
  margin-top: 0;
}
#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: 1000px;
  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.no-top-margin_wrapper {
  margin-top: 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: 35px;
  text-align: right;
  justify-content: end;
}
#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_fields {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}
#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_state span {
  padding: 0;
}
#main .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
  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 .donation-user-defined {
  font-size: 0;
}
#main .gform_wrapper.gravity-theme .donation-radio {
  font-size: 0;
  /* Hide the radio */
  /* Prepare the label */
  /* radio aspect */
  /* :before is for the box */
  /* Check symbol aspect */
}
#main .gform_wrapper.gravity-theme .donation-radio legend {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}
#main .gform_wrapper.gravity-theme .donation-radio .gfield_radio {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
#main .gform_wrapper.gravity-theme .donation-radio .gfield_radio .gchoice {
  margin: 0;
}
#main .gform_wrapper.gravity-theme .donation-radio [type=radio]:not(:checked),
#main .gform_wrapper.gravity-theme .donation-radio [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper.gravity-theme .donation-radio [type=radio]:not(:checked) + label {
  height: 46px;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0 !important;
  background-color: #dfdfdf;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  -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.gravity-theme .donation-radio [type=radio]:not(:checked) + label:hover {
  background-color: #cacaca;
  -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.gravity-theme .donation-radio [type=radio]:checked + label {
  height: 46px;
  max-width: 100%;
  margin-left: 0;
  background-color: #cc0505;
  color: white;
  padding-left: 0 !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  -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.gravity-theme .donation-radio [type=radio]:not(:checked) + label:before,
#main .gform_wrapper.gravity-theme .donation-radio [type=radio]:checked + label:before {
  display: none;
}
#main .gform_wrapper.gravity-theme .donation-radio [type=radio]:not(:checked) + label:after,
#main .gform_wrapper.gravity-theme .donation-radio [type=radio]:checked + label:after {
  display: none;
}
#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: #cc0505;
  -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: #cc0505;
  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: 46px !important;
  font-size: 20px !important;
}

.select2-container .select2-selection--single {
  height: 46px !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: 46px !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: 1100px) {
  #primary-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #primary-nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 100%;
    opacity: 0;
    background-color: white;
    text-align: center;
    -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.active {
    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;
  }

  .mobile-menu-button-wrapper {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #issues .issue {
    grid-template-columns: auto;
  }
  #issues .issue .issue-image {
    grid-row: 1;
    text-align: center;
    justify-self: center;
  }

  .page-header.alt-header h1 {
    font-size: 40px;
  }
  .page-header.alt-header .page-title-header {
    font-size: 90px;
  }
}
@media screen and (max-width: 800px) {
  #home-issues, #support {
    padding: 60px 0;
  }

  .page-header {
    padding: 60px 0;
  }
  .page-header h1 {
    font-size: 50px;
  }

  #home-issues .content-wrapper {
    overflow: visible;
  }
  #home-issues h2 {
    font-size: 50px;
  }
  #home-issues ul li {
    padding-left: 45px;
    font-size: 28px;
  }
  #home-issues ul li:before {
    height: 26px;
    width: 38px;
    margin-top: -16px;
    background-size: contain;
  }

  #home-header {
    height: 70vw;
  }
  #home-header .home-header-wrapper .home-header-content {
    vertical-align: bottom;
  }
  #home-header .home-header-wrapper .home-header-content .home-header-inner-content p, #home-header .home-header-wrapper .home-header-content .home-header-inner-content h2, #home-header .home-header-wrapper .home-header-content .home-header-inner-content .button-wrapper {
    display: none;
  }
  #home-header .home-header-wrapper .home-header-content .home-header-inner-content p:first-child, #home-header .home-header-wrapper .home-header-content .home-header-inner-content h2:first-child, #home-header .home-header-wrapper .home-header-content .home-header-inner-content .button-wrapper:first-child {
    margin-bottom: 0;
    display: block;
  }
  #home-header .home-header-wrapper .home-header-content img {
    border: 2px solid #cc0505;
  }
  #home-header .home-header-wrapper .home-header-image {
    padding-top: 10px;
    padding-left: 10px;
  }

  #page .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    margin-bottom: 30px;
  }
  #page .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child {
    margin-bottom: 0;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }

  .slideshow-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 641px) {
  #support #field_1_1 {
    grid-column: span 12;
  }
  #support #field_1_3 {
    grid-column: span 12;
  }
  #support .gform_body {
    padding-right: 0;
  }
  #support .gform_footer {
    margin-top: 25px !important;
    position: relative;
  }
  #support .gform_footer .button {
    width: 100%;
    display: block;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  #branding .header-wrapper {
    grid-template-columns: 200px auto;
  }

  .mobile-menu-button-wrapper {
    justify-self: end;
  }

  #donate-nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 100%;
    opacity: 0;
    text-align: center;
    -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;
  }
  #donate-nav.active {
    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;
  }
  #donate-nav ul li {
    display: block;
  }
  #donate-nav ul li a {
    display: block;
  }

  #primary-nav {
    margin-top: 46px;
    overflow: auto;
  }
  #primary-nav ul li {
    display: block;
  }
  #primary-nav ul li:first-child {
    padding-top: 10px;
  }
  #primary-nav ul li:last-child {
    padding-bottom: 10px;
  }

  .page-header.alt-header {
    padding: 20px 0;
  }
  .page-header.alt-header h1 {
    font-size: 32px;
  }
  .page-header.alt-header .page-title-header {
    font-size: 60px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 580px) {
  .page-header h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  #issues .issue {
    padding: 20px;
  }

  #home-issues h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  #branding .header-wrapper {
    grid-template-columns: auto 130px;
    gap: 20px;
  }
  #branding .header-wrapper .site-logo {
    max-width: 200px;
  }

  #home-issues ul li {
    font-size: 24px;
    text-align: left;
  }

  .content-wrapper .page-header-wrapper {
    padding-right: 42%;
  }

  .content-wrapper .page-header-image {
    left: 60%;
  }

  .page-header.alt-header h1 {
    font-size: 26px;
  }
  .page-header.alt-header .page-title-header {
    font-size: 40px;
  }
}

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