/*!
Theme Name: Generation Rising
Theme URI: https://generationrisingup.org
Author: Chris Tan
Author URI: https://christ17.github.io
Description: Generation Rising is a national program partnering with social justice movements in swing states to defeat Trump and build the power of young people of color for the long-haul.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: generationrising
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Generation Rising is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Roboto:ital,wght@0,300;1,300&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #240e00;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #240e00;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

h1 {
  font-size: 20px;
  text-transform: uppercase;
}

h2 {
  color: #c8001a;
}

h3 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: italic;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #ffffff;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #ffffff;
  cursor: help;
}

mark,
ins {
  background: #ffffff;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
  font-weight: 300;
  font-size: 12px;
}

@media screen and (min-width: 760px) {
  body {
    font-size: 12px;
  }
}

@media screen and (min-width: 1023px) {
  body {
    font-size: 16px;
  }
}

header.entry-header {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  background-color: #240e00;
  padding-bottom: 40px;
  padding-top: 80px;
}
header.entry-header h1.entry-title {
  max-width: 800px;
  margin: 0 auto;
  color: #ffc50b;
  padding-left: 20px;
  padding-right: 20px;
}
.container,
.top-container,
.widget-area {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.top-container {
  padding: 0 20px 5vh;
}

@media screen and (max-width: 1023px) {
  .wrapper {
    max-width: 100%;
    overflow-x: scroll;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1023px) {
  .wrapper {
    margin: auto;
    width: 100%;
    max-width: 80%;
  }
}

.flex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (min-width: 760px) {
  .flex-wrapper {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1023px) {
  .flex-wrapper {
    flex-wrap: wrap;
  }
}

.site-main,
.front-page #splash,
.site-main {
  padding-top: 80px;
}
.site-main {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .site-main,
  .front-page #splash,
  .site-main {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1023px) {
  .site-main,
  .front-page #splash,
  .site-main {
    padding-top: 100px;
  }
}

.site-main {
  background-color: #ffffff;
}

.site-footer {
  background-color: #f0f0f0;
  color: #240e00;
  font-size: 0.8rem;
}

.site-footer nav {
  margin-bottom: 1.5em;
}

.site-footer nav li {
  display: inline-block;
  padding: 0 5px;
}

.site-footer nav li a {
  color: #240e00;
}

.site-info {
  margin: 0;
  padding: 30px 20px;
}

@media screen and (min-width: 760px) {
  .site-info {
    text-align: center;
  }
}

@media screen and (min-width: 1023px) {
  .site-info {
    margin: auto;
    width: 80%;
  }
}

.site-info .socials a {
  border-bottom: none;
}

.site-info .socials a:hover,
.site-info .socials a:focus,
.site-info .socials a:active {
  border-bottom: none;
}

.site-info .socials i {
  font-size: 1.6rem;
  padding: 0 10px;
  transition: 0.25s;
}

.site-info .socials i:hover {
  transform: scale(1.35);
}

.error-404 {
  margin: 2.5em 0;
}

.error-404 h1 {
  margin: 0;
}

.error-404 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.error-404 input[type="search"] {
  background: #f0f0f0;
  width: 60%;
  max-width: 300px;
}

.error-404 .menu {
  margin: 2.5em 0;
}

.error-404 .menu ul {
  padding-left: 2em;
}

.error-404 .menu a {
  font-weight: 900;
  font-size: 1.5rem;
  color: white;
  transition: 0.3s;
  border-bottom: 0;
}

.error-404 .menu a:hover {
  border-bottom: 0;
  color: #ffc50b;
}

hr {
  background-color: #240e00;
  border: 0;
  height: 4px;
  width: 50px;
  margin: 0 0 1.5em 0;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #c8001a;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s;
}

a:visited {
  color: #c8001a;
}

a:hover,
a:focus,
a:active {
  color: #c8001a;
  border-bottom: 1px solid #c8001a;
}

a:focus {
  outline: thin dotted;
}

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

#sb_instagram a {
  border-bottom: none;
}

#sb_instagram a:hover,
#sb_instagram a:focus,
#sb_instagram a:active {
  border-bottom: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  border-color: #ffc50b;
  background: #ffc50b;
  color: #240e00;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  transition: 0.25s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  cursor: pointer;
  border-color: #ffc50b;
  background-color: transparent;
  color: #ffc50b;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #ffc50b;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background-color: #ffffff;
  color: #240e00;
  border: 1px solid #ffc50b;
  padding: 5px 10px;
  transition: 0.5s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #240e00;
  outline: 0;
}

select {
  border: 1px solid #ffc50b;
}

textarea {
  width: 100%;
}

input[type="submit"].search-submit {
  padding: 9px 20px;
  background: #f0f0f0;
  color: #ffc50b;
  transition: 0.3s;
}

input[type="submit"].search-submit:hover {
  background: #ffc50b;
  color: #f0f0f0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.front-page .learn-link {
  border-bottom: none;
}

.front-page .learn-link:hover {
  border-bottom: none;
}

.front-page .learn-link button,
.wp-block-button__link {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 24px;
}
.wp-block-button__link::after {
  content: " →";
  width: 24px;
  height: 24px;
}
.wp-block-button__link {
  border: 2px solid #ffc50b;
  transition: all 0.2s ease-in-out;
}
.wp-block-button__link:hover {
  cursor: pointer;
  border-color: #ffc50b;
  background-color: transparent !important;
  color: #ffc50b !important;
  border-bottom: 2px solid;
}

.front-page h1 svg {
  position: absolute;
  top: 42px;
  right: 20px;
}

@media screen and (min-width: 760px) {
  .front-page h1 svg {
    display: none;
  }
}

@media screen and (min-width: 760px) and (min-aspect-ratio: 1 / 1) {
  .front-page .site-header {
    background-color: transparent;
  }
  .front-page .nav-transparent {
    background-color: transparent;
  }
  .front-page .nav-color {
    background-color: #240e00 !important;
  }
  .front-page #primary-menu a {
    color: #c8001a;
  }
}

.front-page #splash {
  margin-top: -80px;
  font-size: 12px;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}
.front-page .splash {
  margin-top: -80px;
  font-size: 12px;
  min-height: 100vh;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 837px) {
  .front-page .splash .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .front-page
    .splash
    .wp-block-media-text.is-stacked-on-mobile
    .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .front-page .splash .wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
}

@media screen and (min-width: 760px) {
  .front-page #splash,
  .front-page .splash {
    margin-top: -80px;
  }
}

@media screen and (min-width: 1023px) {
  .front-page #splash,
  .front-page .splash {
    margin-top: -100px;
  }
}

@media screen and (min-width: 760px) {
  .front-page #splash,
  .front-page .splash {
    font-size: 12px;
  }
}

@media screen and (min-width: 1023px) {
  .front-page #splash,
  .front-page .splash {
    font-size: 16px;
  }
}

.front-page #splash .top,
.front-page .splash .wp-block-media-text__media {
  background-color: #240e00;
  margin-top: -30px;
}

.front-page #splash .top img {
  padding: 0 20px;
  position: relative;
  z-index: 11;
  top: 30px;
}
.front-page .splash .wp-block-media-text__media img {
  padding: 0 20px;
  position: relative;
  z-index: 11;
  top: 30px;
}

.front-page #splash .bottom {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  position: relative;
  padding: 50px 20px 30px 20px;
  z-index: 10;
}

.front-page .splash .wp-block-media-text__content {
  background-color: #ffffff;
  padding: 50px 20px 30px 20px;
  z-index: 10;
}

.front-page #splash .bottom svg {
  display: none;
}

@media screen and (min-width: 760px) and (min-aspect-ratio: 1 / 1) {
  .front-page #splash {
    padding: 0px;
    flex-flow: row nowrap;
  }
  .front-page .splash .wp-block-media-text {
    grid-template-columns: 1fr 55%;
  }

  .front-page #splash .top {
    display: flex;
    align-items: center;
    order: 2;
    width: 55%;
    background-color: #f0f0f0;
  }
  .front-page .splash .wp-block-media-text__media {
    align-items: center;
    background-color: #f0f0f0;
    padding-top: 100px;
    height: 100vh;
  }
  .front-page #splash .top img,
  .front-page .splash .wp-block-media-text__media img {
    padding: 0;
    right: 5vw;
  }
  .front-page #splash .bottom {
    top: 0px;
    order: 1;
    width: 45%;
    background-color: #ffffff;
    padding: 100px 10vw 100px 5vw;
    justify-content: center;
  }
  .front-page .splash .wp-block-media-text__content {
    background-color: #ffffff;
    padding: 100px 10vw 100px 5vw;
  }
  .front-page #splash .bottom svg,
  .front-page .splash .wp-block-media-text__content svg {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 5vw;
  }
}

.front-page #mobilize {
  background-color: #240e00;
  color: #ffffff;
  padding: 30px 0;
  position: relative;
}

.front-page #mobilize h1 {
  color: #ffffff;
}

.front-page #mobilize h1 svg {
  position: absolute;
  top: 55px;
  right: 20px;
}

@media screen and (max-width: 370px) {
  .front-page #mobilize h1 svg {
    transform: scale(0.6) translateX(30px);
  }
}

.front-page #mobilize h1 svg path {
  fill: #ffffff;
}

.front-page #mobilize h2 {
  color: #ffc50b;
}

.front-page #mobilize .day {
  flex: 0 0 160px;
  margin-right: 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (min-width: 1023px) {
  .front-page #mobilize .day {
    flex: 0 0 12%;
    margin-right: 2.25%;
  }
}

.front-page #mobilize .shift {
  margin-bottom: 20px;
  border-bottom: none;
  display: block;
}

.front-page #mobilize .shift:hover,
.front-page #mobilize .shift:focus,
.front-page #mobilize .shift:active {
  border-bottom: none;
}

.front-page #mobilize .shift button {
  text-align: left;
}

.front-page #mobilize .shift button h2 {
  color: #240e00;
  transition: 0.25s;
}

.front-page #mobilize .shift button:hover h2 {
  color: #ffc50b;
}

.front-page #mobilize .shift h1,
.front-page #mobilize .shift h2 {
  font-size: 11px;
}

.front-page #mobilize .shift p {
  font-style: italic;
  font-size: 12px;
}

.front-page #partners {
  background-color: #ffc50b;
  padding-top: 30px;
  position: relative;
}

.front-page #partners a {
  color: #ffc50b;
}

.front-page #partners a:hover {
  border-bottom: 1px solid #ffc50b;
}

.front-page #partners h1 {
  margin: 0;
}

.front-page #partners .description {
  margin: 30px 0 0 0;
}

.front-page #partners .states {
  top: 30px;
  position: relative;
  z-index: 11;
}

.front-page #arizona,
.front-page #pennsylvania,
.front-page #florida {
  color: black;
  margin-right: 20px;
  padding: 15px;
  position: relative;
  z-index: 11;
}

@media screen and (max-width: 760px) {
  .front-page #arizona,
  .front-page #pennsylvania,
  .front-page #florida {
    flex: 0 0 200px;
  }
}

@media screen and (min-width: 760px) {
  .front-page #arizona,
  .front-page #pennsylvania,
  .front-page #florida {
    flex: 0 0 30%;
  }
}

.front-page #arizona h1,
.front-page #pennsylvania h1,
.front-page #florida h1 {
  color: #ffffff;
}

.front-page #arizona h1,
.front-page #arizona h2,
.front-page #pennsylvania h1,
.front-page #pennsylvania h2,
.front-page #florida h1,
.front-page #florida h2 {
  text-align: center;
}

.front-page #arizona img,
.front-page #pennsylvania img,
.front-page #florida img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 125px;
}

@media screen and (min-width: 760px) {
  .front-page #arizona img,
  .front-page #pennsylvania img,
  .front-page #florida img {
    max-width: 125px;
  }
}

@media screen and (min-width: 1023px) {
  .front-page #arizona img,
  .front-page #pennsylvania img,
  .front-page #florida img {
    max-width: 150px;
  }
}

.front-page #arizona {
  background-color: #753b0e;
}

.front-page #pennsylvania {
  background-color: #aa6b2d;
}

.front-page #florida {
  background-color: #df9b4c;
}

.front-page #fellowships {
  position: relative;
  z-index: 10;
  padding: 45px 20px;
}

.front-page #donate {
  background-color: #ffc50b;
  font-size: 16px;
  padding: 30px 20px;
  text-align: center;
}
.front-page .donate {
  background-color: #ffc50b;
  font-size: 16px;
  padding: 30px 20px;
  text-align: center;
}
.front-page .donate .uagb-cta__content {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

@media screen and (min-width: 760px) {
  .front-page #donate {
    font-size: 20px;
  }
}

@media screen and (min-width: 1023px) {
  .front-page #donate {
    font-size: 24px;
  }
  .front-page .donate {
    font-size: 24px;
  }
}

.front-page #donate a {
  border-bottom: none;
}

.front-page #donate a:hover {
  border-bottom: none;
}

.front-page #donate a button,
.front-page .donate a.uagb-cta-typeof-button {
  background-color: #240e00;
  border: 2px solid #240e00;
  color: #ffc50b;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 48px;
}
.front-page .donate a.uagb-cta-typeof-button::after {
  content: " →";
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

@media screen and (min-width: 760px) {
  .front-page #donate a button {
    font-size: 20px;
  }
}

@media screen and (min-width: 1023px) {
  .front-page #donate a button,
  .front-page .donate a.uagb-cta-typeof-button {
    font-size: 24px;
    transition: all 0.2s ease-in-out;
  }
}

.front-page #donate a button:hover,
.front-page .donate a.uagb-cta-typeof-button:hover {
  background-color: #ffc50b;
  color: #240e00;
}

.front-page #updates {
  background-color: #ffffff;
  padding: 30px 20px;
}

.learn-more #splash {
  background-color: #240e00;
  color: #ffffff;
  padding: 10px 20px 30px 20px;
  font-size: 12px;
}

@media screen and (min-width: 760px) {
  .learn-more #splash {
    font-size: 16px;
  }
}

@media screen and (min-width: 1023px) {
  .learn-more #splash {
    font-size: 20px;
  }
}

.learn-more #splash svg {
  display: block;
  margin: 7.5vh auto;
}

.learn-more h1 svg,
.learn-more h3 svg {
  position: absolute;
  right: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 1023px) {
  .learn-more h1 svg,
  .learn-more h3 svg {
    display: none;
  }
}

.learn-more #volunteer {
  background-color: #ffc50b;
  font-size: 16px;
  padding: 30px 20px;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .learn-more #volunteer {
    font-size: 20px;
  }
}

@media screen and (min-width: 1023px) {
  .learn-more #volunteer {
    font-size: 24px;
  }
}

.learn-more #volunteer a {
  border-bottom: none;
}

.learn-more #volunteer a:hover {
  border-bottom: none;
}

.learn-more #volunteer a button {
  background-color: #240e00;
  border: 2px solid #240e00;
  color: #ffc50b;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 16px 48px;
}

@media screen and (min-width: 760px) {
  .learn-more #volunteer a button {
    font-size: 20px;
  }
}

@media screen and (min-width: 1023px) {
  .learn-more #volunteer a button {
    font-size: 24px;
  }
}

.learn-more #volunteer a button:hover {
  background-color: #ffc50b;
  color: #240e00;
}

.learn-more #fellowships {
  background-color: #ffffff;
}

.learn-more #fellowships .container,
.learn-more #fellowships .top-container,
.learn-more #fellowships .widget-area {
  padding: 30px 20px 0px 20px;
}

.learn-more #fellowships .wrapper {
  padding-left: 0;
}

@media screen and (min-width: 1023px) {
  .learn-more #fellowships .flex-wrapper {
    justify-content: center;
  }
}

.learn-more #fellowships .quote {
  background-color: #f0f0f0;
  position: relative;
  flex-shrink: 0;
  width: 220px;
  height: 440px;
  padding: 20px;
  margin: 0 20px 20px 20px;
  font: 11px/1.5 "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.learn-more #fellowships .quote p {
  margin: 0;
}

.learn-more #fellowships .quote span {
  position: absolute;
  font: 48px/1 "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffc50b;
}

.learn-more #fellowships .quote .left {
  left: -7.5px;
}

.learn-more #fellowships .quote .right {
  margin-top: -10px;
  right: -7.5px;
}

.learn-more #fellowships .quote .name {
  font-style: italic;
  text-align: right;
  margin-top: 10px;
}

.learn-more #fellowships .quote img {
  position: absolute;
  bottom: 20px;
  width: 180px;
  height: 180px;
}

.learn-more #about {
  background-color: #240e00;
  color: #ffffff;
  font: 12px/1.5 "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 30px 0px;
}

.learn-more #about .container,
.learn-more #about .top-container,
.learn-more #about .widget-area {
  padding: 0px 20px;
}

.learn-more #about h1 {
  color: #ffffff;
}

.learn-more #about .wrapper {
  padding-left: 0;
}

@media screen and (min-width: 1023px) {
  .learn-more #about .flex-wrapper {
    justify-content: center;
  }
}

.learn-more #about .bio {
  width: 320px;
  height: 600px;
  padding: 30px 20px;
  flex-shrink: 0;
}

.learn-more #about .bio h1 {
  text-align: center;
}

.learn-more #about .bio p {
  text-align: justify;
}

.learn-more #about .bio img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #ffc50b;
  width: 200px;
}

.expand-collapsible {
  cursor: pointer;
}

.collapsible {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 2s;
}

@media screen and (min-width: 760px) {
  .collapsible {
    transition: max-height 0.8s;
  }
}

.collapsible.expand {
  max-height: 15000px;
}

@media screen and (min-width: 760px) {
  .collapsible.expand {
    max-height: 5500px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  background-color: #240e00;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 80px;
  width: 100vw;
  padding: 0 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.25s;
}

@media screen and (min-width: 1023px) {
  .site-header {
    height: 100px;
    padding: 0 10%;
  }
}

.custom-logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (min-width: 760px) {
  .custom-logo {
    width: 40px;
  }
}

@media screen and (min-width: 1023px) {
  .custom-logo {
    width: 50px;
  }
}

@media screen and (min-width: 760px) {
  .custom-logo {
    height: 40px;
  }
}

@media screen and (min-width: 1023px) {
  .custom-logo {
    height: 50px;
  }
}

.site-branding {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #c8001a;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}

.site-branding a {
  border-bottom: none;
}

.site-branding a:hover {
  border-bottom: none;
}

#primary-menu {
  display: flex;
  flex-flow: column nowrap;
}

@media screen and (max-width: 1023px) {
  #primary-menu {
    background: #f0f0f0;
    font: 20px/2 "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    padding: 100px 25px 20px 25px;
    overflow: scroll;
    transition: 0.5s;
  }
}

#primary-menu li {
  position: relative;
}

@media screen and (max-width: 1023px) {
  #primary-menu li {
    display: block;
    opacity: 0;
    transition: opacity 1s;
  }
}

#primary-menu a {
  color: #c8001a;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.5s;
}

@media screen and (min-width: 1023px) {
  #primary-menu a {
    color: #ffffff;
    padding: 6px 0px;
  }
}

@media screen and (max-width: 1023px) {
  .main-navigation .sub-menu {
    padding-left: 15px;
  }
}

.main-navigation {
  display: block;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

/* Small menu. */
.menu-toggle {
  display: block;
  background: transparent;
  border: none;
  padding: 12px 10px;
  position: relative;
  z-index: 100;
}

.menu-toggle line {
  stroke: #c8001a;
  transform-origin: center;
}

.menu-toggle .menu-bar-top,
.menu-toggle .menu-bar-bottom {
  transition: 1s;
}

.menu-toggle .menu-bar-middle {
  opacity: 1;
  transition: opacity 0.5s;
}

.main-navigation.toggled .menu-toggle .menu-bar-top {
  transform: translateY(-5px) rotate(-45deg);
}

.main-navigation.toggled .menu-toggle .menu-bar-middle {
  opacity: 0;
}

.main-navigation.toggled .menu-toggle .menu-bar-bottom {
  transform: translateY(5px) rotate(45deg);
}

.main-navigation.toggled #primary-menu {
  visibility: visible;
  opacity: 1;
}

.main-navigation.toggled #primary-menu li {
  opacity: 1;
}

@media screen and (min-width: 1023px) {
  .menu-toggle {
    display: none;
  }
  #primary-menu {
    flex-flow: row nowrap;
  }
  #primary-menu li {
    margin: 0 15px;
  }
  #primary-menu a {
    font-size: 14px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s;
  }
  #primary-menu a:hover,
  #primary-menu a:active {
    border-bottom: 2px solid #c8001a;
  }
  #primary-menu .sub-menu {
    background: #240e00;
    position: absolute;
    width: 200px;
    margin: 0 -15px;
    padding: 5px 0 10px 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  #primary-menu .sub-menu li {
    margin: 7.5px 15px;
  }
  #primary-menu .menu-item-has-children:hover .sub-menu,
  #primary-menu .menu-item-has-children:active .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #240e00;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
  margin-bottom: 30px;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
/* .alignfull {
  margin: 0 0 2em;
  width: 100%;
} */

@media only screen and (max-width: 510px) {
  .alignfull::before {
    content: " ";
    display: table;
  }

  .alignfull::after {
    clear: both;
    content: " ";
    display: table;
  }
}

@media only screen and (min-width: 960px) {
  .full-width-content .entry-content > .alignwide {
    margin-left: -180px;
    margin-right: -180px;
    max-width: calc(100% + 360px); /* 360 equals sum of left and right margin */
    width: auto;
  }

  .alignfull .alignwide,
  .alignwide .alignwide {
    max-width: 1062px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
/*# sourceMappingURL=style.css.map */
