@charset "UTF-8";
:root {
  --blue: #013942;
  --light-blue: #007285;
  --dark-blue: #04353e;
  --gold: #ffbb40;
  --light-gold: #ffe9c0;
  --dark-gold: #e37e08;
  --light-green: #3fa72c;
  --green: #246119;
  --dark-green: #104f29;
  --black: #000;
  --white: #fff;
  --heading: trade-gothic-next-condensed, "Roboto Condensed", "Helvetica Condensed",
    "Arial Condensed", "Agency FB", "Comic Sans", sans-serif;
  --sans: montserrat, "Segoe UI", "Calibri", sans-serif;
  --serif: georgiapro, "Georgia", "Garamond", serif;
  --shadow: 0px 10px 20px rgba(30, 51, 95, 0.15),
    inset 0px 0px 2px 1px rgba(67, 96, 129, 0.25);
  --gap: 1rem;
  --maxwidth: 1600px;
  --maxwidth-sm: 1300px;
  --maxwidth-smallest: 1100px;
}
/* Color variables and mixins */
html {
  scroll-behavior: smooth;
}
/* * * * * */
/*------------------*/
/* Navigation */
/*------------------*/
#masthead #site-navigation ul {
  align-items: center;
}
#masthead #site-navigation .sub-menu {
  background-color: #fff;
  border: 2px solid var(--light-green);
  border-radius: 5px;
  color: var(--blue);
  flex-direction: column;
}
#masthead #site-navigation .sub-menu a:hover {
  color: var(--light-green);
}
#masthead #site-navigation .sub-menu a:hover::after {
  content: none;
}
#masthead #site-navigation .ways-to-give {
  outline: 2px solid var(--gold);
  border-radius: 5px;
  transition: outline 0.3s linear;
  max-width: 13em;
}
#masthead #site-navigation .ways-to-give a {
  color: var(--dark-gold);
  letter-spacing: 2px;
  text-align: center !important;
  margin: 0 auto;
}
#masthead #site-navigation .ways-to-give a::after {
  content: none;
}
#masthead #site-navigation .ways-to-give .sub-menu {
  background-color: var(--dark-gold);
  border: 2px solid var(--dark-gold);
}
#masthead #site-navigation .ways-to-give .sub-menu a {
  color: #fff;
}
#masthead #site-navigation .ways-to-give .sub-menu a:hover {
  color: #000;
}
#masthead #site-navigation .ways-to-give:hover {
  outline-width: 5px;
}
@media only screen and (max-width: 1500px) {
  #masthead #site-navigation li > a {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 1000px) {
  #masthead.site-header .container {
    flex-direction: column;
    padding: 0;
  }
  #masthead.site-header .container .site-branding {
    margin-left: 20px;
  }
  #masthead.site-header .container .menu-toggle {
    position: absolute;
    top: 30%;
    right: 5%;
    color: #fff;
    background: var(--blue);
    width: 4rem;
    height: 4rem;
    padding: 0.7em 1.5em;
  }
  #masthead.site-header .container .menu-toggle hr {
    height: 2px;
    transition: transform 0.3s ease;
  }
  #masthead.site-header .container .menu-toggle[aria-expanded="true"] {
    font-size: 0 !important;
    line-height: 0;
    color: transparent;
    transform: scale(1) !important;
    z-index: 1;
  }
  #masthead.site-header .container .menu-toggle[aria-expanded="true"] hr:first-child {
    transform-origin: center center;
    transform: scale(0.7) rotate(45deg);
    background-color: #fff;
  }
  #masthead.site-header .container .menu-toggle[aria-expanded="true"] hr:not(:first-child) {
    transform-origin: center center;
    transform: scale(0.7) rotate(135deg);
    margin-top: calc(-2px - 0.5em);
    background-color: #fff;
  }
  #masthead.site-header .container .main-navigation.toggled {
    background-color: #fff;
  }
  #masthead.site-header .container .main-navigation.toggled .menu-menu-1-container {
    background-color: #fff;
  }
  #masthead.site-header .container .main-navigation.toggled .menu-menu-1-container #primary-menu li {
    margin: 10px 40px;
    margin-left: auto;
  }
  #masthead {
    max-height: 120px;
    will-change: max-height;
    transition: none;
    padding: 20px 0;
  }
  #masthead #site-navigation.toggled {
    height: 100vh;
    width: 40%;
    margin-left: auto;
    min-width: 350px;
    transition: max-height 0.4s ease;
  }
  #masthead #site-navigation .menu-toggle {
    margin-left: auto;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .menu-toggle hr {
    height: 0.25rem;
    border-radius: 1em;
    width: 100%;
    background: #fff;
    margin: 0.7em 0;
  }
  #masthead #site-navigation.toggled li {
    display: block;
    text-align: right;
  }
  #masthead #site-navigation.toggled li a {
    width: fit-content;
    margin-left: auto;
  }
  #masthead #site-navigation.toggled li:not(:last-child) a {
    padding: 1em;
  }
  #masthead #site-navigation ul {
    display: block;
    height: 0;
    overflow: hidden;
    margin-top: 1.5em;
    transform: translateY(-1em);
    transform-origin: center top;
    opacity: 0;
    will-change: transform;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  #masthead #site-navigation.toggled ul {
    height: auto;
    transform: translateY(0);
    opacity: 1;
    margin-bottom: 1.5em;
  }
  #masthead .site-branding {
    margin-right: 0;
  }
  #masthead .site-branding img {
    transition: all 0.4s ease;
  }
  #masthead .container {
    align-items: start;
  }
  .menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  #masthead #site-navigation.toggled {
    height: 100vh;
    width: 100%;
    transition: max-height 0.4s ease;
    position: fixed;
  }
  #site-navigation.toggled {
    position: fixed;
  }
  #site-navigation .menu-toggle {
    top: 20px !important;
  }
  #site-navigation .menu-menu-1-container {
    margin-top: 5em;
  }
  #site-navigation .menu .sub-menu {
    border: none !important;
    border-right: 2px solid var(--light-green) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}
/* * * * * */
/*------------------*/
/* Buttons */
/*------------------*/
/*Scroll Top*/
.scrollTop {
  animation: fadeInAnimation 0.5s ease forwards;
  animation-iteration-count: 1;
  will-change: opacity;
  content: url(assets/arrow-up.svg);
  width: 50px;
  height: 50px;
  background: var(--light-gold);
  border: 2px solid var(--dark-gold);
  border-radius: 0.5rem;
  position: fixed;
  right: 1em;
  bottom: 1em;
  Z-index: 1;
  transition: transform 0.2s ease;
}
.is-style-donate-button {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  border-radius: 100%;
}
.is-style-donate-button:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.is-style-donate-button > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: var(--gap);
  margin: 0;
  border: none;
  line-height: 1.3em;
  letter-spacing: 1px;
  color: var(--dark-blue);
  font-size: 2.7em;
  font-weight: 500;
  background-color: var(--gold);
  white-space: nowrap;
}
.is-style-donate-button > a::before {
  content: "$";
  height: 20px;
  width: 20px;
  font-size: 0.6em;
  margin-top: -2.1em;
  font-weight: 500;
}
.is-style-donate-button.other a {
  font-size: 2em;
}
.is-style-donate-button.other a::before {
  content: none;
}
.is-style-donate-button:hover a {
  background: var(--blue);
  color: var(--gold);
}
.is-style-arrow-link {
  display: flex;
  justify-content: space-between;
  font-family: var(--sans);
}
.is-style-arrow-link a {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: var(--sans);
  font-weight: 700;
  padding: 0;
}
.is-style-arrow-link a:focus {
  border-radius: 0 !important;
  padding: 0.3em;
}
.is-style-arrow-link a:hover {
  color: var(--dark-blue);
}
.is-style-arrow-link a:hover::after {
  transform: scale(1.9) translate(6px, -2.75px);
  transition: transform 300ms ease-in-out;
}
.is-style-arrow-link a::after {
  content: " ›";
  display: inline-block;
  transform: scale(1.9) translate(4px, -2.75px);
  font-weight: 600;
  width: 1em;
  height: 1em;
  color: var(--light-blue);
}
.wp-block-button__link.has-blue-background-color {
  border: 2px solid var(--blue);
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:active {
  background-color: #fff;
  color: var(--dark-blue) !important;
}
.wp-block-button__link.has-dark-blue-background-color {
  border: 2px solid var(--dark-blue);
}
.wp-block-button__link.has-dark-blue-background-color:hover {
  background-color: #fff;
  color: var(--dark-blue) !important;
}
.wp-block-button__link.has-light-green-background-color {
  border: 2px solid var(--light-green);
}
.wp-block-button__link.has-light-green-background-color:hover, .wp-block-button__link.has-light-green-background-color:active {
  background-color: #fff;
  color: var(--green) !important;
}
.wp-block-button__link.has-green-background-color {
  border: 2px solid var(--green);
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:active {
  background-color: #fff;
  color: var(--dark-green) !important;
}
.wp-block-button__link.has-dark-green-background-color {
  border: 2px solid var(--dark-green);
}
.wp-block-button__link.has-dark-green-background-color:hover {
  background-color: #fff;
  color: var(--dark-green) !important;
}
.wp-block-button__link.has-light-gold-background-color {
  border: 2px solid var(--light-gold);
}
.wp-block-button__link.has-light-gold-background-color:hover, .wp-block-button__link.has-light-gold-background-color:active {
  background-color: #fff;
  color: var(--dark-gold) !important;
}
.wp-block-button__link.has-dark-gold-background-color {
  border: 2px solid var(--dark-gold);
}
.wp-block-button__link.has-dark-gold-background-color:hover, .wp-block-button__link.has-dark-gold-background-color:active {
  background-color: #fff;
  color: var(--dark-gold) !important;
}
.wp-block-button__link.has-black-background-color {
  border: 2px solid #000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:active {
  background-color: #fff !important;
  color: #000 !important;
}
/* * * * * */
/*------------------*/
/* Typography */
/*------------------*/
.is-style-sans-list {
  font-family: var(--sans);
  margin-left: 0;
  padding-left: 1.5rem;
}
.is-style-trade-gothic {
  font-family: var(--heading);
}
.is-style-dots-after {
  display: flex;
  width: 100%;
  font-family: var(--sans);
  font-size: 1.3em;
  font-weight: 700;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0;
  max-width: 700px;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 10px;
}
.is-style-dots-after .dots {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.is-style-dots-after .dots::after {
  content: "";
  flex: 1;
  width: 100%;
  border-top: 4px dotted var(--light-blue);
  margin-top: 12px;
}
.is-style-dots-after .dots::before {
  content: "";
  flex: 1;
  width: 100%;
  border-top: 4px dotted var(--light-blue);
  margin-top: 12px;
}
.is-style-sans em {
  font-family: var(--sans);
}
figcaption {
  color: var(--dark-blue);
  font-family: var(--sans);
  font-size: 0.9em;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--light-green);
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.titlevi a {
  color: var(--gold) !important;
}
/*------------------*/
/* Overrides */
/*------------------*/
/* Prevent steps on Volunteer from growing*/
.wp-block-column.step-circle {
  max-width: 290px;
  margin-right: auto;
}
/* Social Icons - Contact page*/
.wp-block-social-links.follow-us li {
  border-radius: 5px;
  background-color: var(--light-blue) !important;
}
.wp-block-social-links.follow-us li:hover {
  background-color: var(--green) !important;
}
/*------------------*/
/** Group Styles **/
/*------------------*/
.is-style-small-group {
  max-width: 650px;
  margin: 0 auto;
}
.is-style-light-blue-border {
  border-left: 3px solid var(--light-blue);
  padding: 0 1.5em;
}
.is-style-gold-border {
  border-left: 3px solid var(--gold);
  padding: 0 1.5em;
}
.is-style-light-green-border {
  border-left: 3px solid var(--light-green);
  padding: 0 1.5em;
}
.opportunities .is-style-padded .wp-block-group__inner-container {
  width: fit-content;
}
/*------------------*/
/* Separators */
/*------------------*/
.wp-block-separator.is-style-short-thin {
  border-width: 1px;
  max-width: 7rem;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* * * * * */
/*------------------*/
/* Media/Text */
/*------------------*/
.capitol-campaign .wp-block-group.is-style-stat-circle {
  position: relative;
  top: -110px;
  left: -40px;
  width: 220px;
  height: 220px;
}
/* * * * * */
/*------------------*/
/* Posts on Donate Page */
/*------------------*/
.donate-posts .wp-block-getwid-template-post-featured-image img {
  aspect-ratio: 1;
  border-radius: 100%;
}
.wp-block-getwid-custom-post-type:nth-of-type(2n) .donate-posts {
  flex-flow: row-reverse;
}
/* * * * * */
/*------------------*/
/* Columns */
/*------------------*/
/*Page header columns*/
.wp-block-columns.has-dark-blue-background-color .wp-block-columns, .wp-block-columns.has-dark-green-background-color .wp-block-columns, .wp-block-columns.has-dark-gold-background-color .wp-block-columns {
  margin-bottom: 1rem;
}
.wp-block-columns {
  width: 100%;
}
.is-style-no-gap-columns {
  gap: 0;
  margin: 0 auto;
  max-width: var(--maxwidth);
}
.is-style-no-padding-columns {
  padding: 0;
  margin: 0;
}
.is-style-no-nothing-columns {
  gap: 0;
  padding: 0;
  width: 100%;
  margin: 0;
}
.is-style-no-nothing-columns .wp-block-column.is-vertically-aligned-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-style-container-smallest, .entry-content > .is-style-container-smallest {
  max-width: var(--maxwidth-smallest);
  margin: 0 auto;
}
.is-style-container-smallest {
  padding: 0 3rem;
}
/* * * * * */
/*------------------*/
/* Column */
/*------------------*/
.is-style-dotted-vertical-separator::before {
  content: "";
  height: 100%;
  border-left: 4px dotted var(--blue);
  position: absolute;
}
/* * * * * */
/*------------------*/
/* Covers */
/*------------------*/
.wp-block-cover.is-style-full-height-cover {
  height: 100%;
}
.wp-block-cover.is-style-vision-cover, .wp-block-cover.is-style-values-cover, .wp-block-cover.is-style-mission-cover {
  height: 100%;
}
/* * * * * */
/*------------------*/
/* Lightbox */
/*------------------*/
.slb_template_tag_item_title {
  display: none;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
  background-color: var(--dark-blue) !important;
}
.slb_template_tag_ui_group_status {
  color: #fff !important;
}
/* * * * * */
/*------------------*/
/** Accordion **/
/*------------------*/
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: none;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 1em 0;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__header-title {
  color: #000;
  font-family: var(--sans);
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__icon {
  background-color: var(--dark-blue);
  border-radius: 100%;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  transition: all 300ms ease;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__icon i {
  color: #fff;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header:hover .wp-block-getwid-accordion__header-title {
  color: var(--light-blue);
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header:hover .wp-block-getwid-accordion__icon {
  background-color: var(--light-blue);
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  border: none;
  padding: 0 0 1.5em 3.5em;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__content p, .wp-block-getwid-accordion .wp-block-getwid-accordion__content ul {
  font-family: var(--sans);
  font-weight: 700;
}
/* * * * * */
/*------------------*/
/** Contact Forms **/
/*------------------*/
.mailing-list .half.submit p {
  text-align: right;
}
.mailing-list input, .mailing-list textarea, .contact-form input, .contact-form textarea {
  border: 1px solid var(--light-blue);
  border-radius: 5px;
  padding: 0.4em;
  width: 100%;
}
.mailing-list .row, .contact-form .row {
  display: flex;
  gap: 1em;
  align-items: center;
}
.mailing-list .row .half, .contact-form .row .half {
  flex-basis: 50%;
}
.mailing-list .row .full, .contact-form .row .full {
  flex-basis: 100%;
}
.mailing-list p, .contact-form p {
  width: 100%;
  margin-top: 0;
}
.mailing-list input[type="submit"], .contact-form input[type="submit"] {
  background: var(--dark-blue);
  color: #fff;
  cursor: pointer;
  padding: 0.8em 1em;
  height: 100%;
  max-width: 120px;
  border: 3px solid var(--dark-blue);
}
.mailing-list input[type="submit"]:hover, .contact-form input[type="submit"]:hover {
  border: 3px solid var(--light-blue);
}
.mailing-list input[type="submit"]:active, .contact-form input[type="submit"]:active {
  border: 3px solid var(--light-blue);
  background: #fff;
  color: var(--dark-blue) !important;
}
.mailing-list span.req::after, .contact-form span.req::after {
  content: "";
  background: #EB5757;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-left: 5px;
  margin-bottom: 2px;
}
.mailing-list .wpcf7-spinner, .contact-form .wpcf7-spinner {
  position: absolute;
}
.mailing-list h2, .contact-form h2 {
  color: var(--blue);
  font-size: 1.3em;
  font-weight: 700;
}
.mailing-list input:focus-visible, .mailing-list textarea:focus-visible, .contact-form input:focus-visible, .contact-form textarea:focus-visible {
  outline: 3px solid var(--light-blue);
}
.contact-form .row {
  align-items: start;
}
.contact-form .row p:last-of-type {
  margin-bottom: 0;
}
.connect-page input[type="submit"] {
  background: var(--gold);
  border: 3px solid var(--gold);
}
.connect-page input[type="submit"]:hover {
  background: var(--gold);
  border: 3px solid var(--light-gold);
}
.connect-page input:focus-visible, .connect-page textarea:focus-visible {
  outline: 2px solid var(--gold);
}
.connect-page span.req::after {
  background: var(--light-gold);
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 3px solid var(--light-green);
  border-radius: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: 3px solid var(--gold);
  border-radius: 10px;
}
.wpcf7-not-valid-tip {
  color: #EB5757;
}
/* Volunteer Form */
.volunteer-form, .job-form {
  border: 2px dotted var(--light-gold);
  padding: 4rem;
}
.volunteer-form p, .job-form p {
  margin: 0 0 1em;
}
.volunteer-form p.description, .job-form p.description {
  text-align: center;
  color: #000;
}
.volunteer-form h2, .job-form h2 {
  font-size: 3em;
  color: var(--dark-green);
  margin-bottom: 0.5em;
  text-align: center;
}
.volunteer-form .field-heading, .job-form .field-heading {
  color: #000;
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  margin-top: 2em;
  text-transform: uppercase;
}
.volunteer-form .field-label, .job-form .field-label {
  font-family: var(--sans);
  font-size: 0.8em;
  font-weight: 700;
  color: var(--light-blue);
  text-transform: uppercase;
}
.volunteer-form input:not([type="checkbox"], [type="radio"]), .volunteer-form textarea, .volunteer-form select, .job-form input:not([type="checkbox"], [type="radio"]), .job-form textarea, .job-form select {
  background-color: #fff;
  border: 1px solid var(--light-blue);
  border-radius: 0.5rem !important;
  color: #000;
  height: 39px;
  padding: 0.4em;
  width: 100%;
}
.volunteer-form input[type="date"], .job-form input[type="date"] {
  display: block;
  font-family: var(--serif);
  height: 39px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.volunteer-form .wpcf7-form-control.wpcf7-checkbox, .job-form .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.volunteer-form .wpcf7-list-item, .job-form .wpcf7-list-item {
  display: block;
  margin: 0.5em 0;
  display: block;
  margin: 0.5em 0;
  flex-basis: 50%;
}
.volunteer-form .wpcf7-list-item .wpcf7-list-item-label, .job-form .wpcf7-list-item .wpcf7-list-item-label {
  color: var(--blue);
  font-family: var(--sans);
  font-weight: 700;
  text-transform: uppercase;
}
.volunteer-form .row, .job-form .row {
  display: flex;
  gap: 1em;
  align-items: flex-end;
}
.volunteer-form .row div, .job-form .row div {
  min-width: 34%;
}
.volunteer-form .row .full, .job-form .row .full {
  flex-basis: 100%;
}
.volunteer-form .row .quarter, .job-form .row .quarter {
  flex-basis: 25%;
}
.volunteer-form .row.flex-start, .job-form .row.flex-start {
  align-items: flex-start;
}
.volunteer-form .row.sumbit p, .job-form .row.sumbit p {
  margin: 0 auto;
}
.volunteer-form input[type="submit"], .job-form input[type="submit"] {
  background: var(--dark-blue);
  color: #fff;
  cursor: pointer;
  padding: 0.8em 1em;
  height: 100%;
  width: 170px;
  border: 3px solid var(--dark-blue);
}
.volunteer-form input[type="submit"]:hover, .job-form input[type="submit"]:hover {
  border: 3px solid var(--light-blue);
}
.volunteer-form input[type="submit"]:active, .job-form input[type="submit"]:active {
  border: 3px solid var(--light-blue);
  background: #fff;
  color: var(--dark-blue) !important;
}
.volunteer-form span.req::after, .job-form span.req::after {
  content: "";
  background: #EB5757;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin-left: 5px;
  margin-bottom: 2px;
}
.volunteer-form .wpcf7-spinner, .job-form .wpcf7-spinner {
  position: absolute;
}
.volunteer-form input:focus-visible, .volunteer-form textarea:focus-visible, .job-form input:focus-visible, .job-form textarea:focus-visible {
  outline: 3px solid var(--light-blue);
}
.job-form h3 {
  font-size: 1.6em;
  color: var(--green);
  margin-top: 2em;
  margin-bottom: 1em;
}
.job-form .row p {
  flex-basis: 100%;
  width: 100%;
}
.job-form .field-heading {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.job-form hr {
  margin-bottom: 2em !important;
}
/* * * * * */
/* Sponsor popups */
/* Media Sponsors */
.popmake#popmake-963 .pum-content, .popmake#popmake-961 .pum-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 30px 30px;
  align-items: center;
  justify-items: center;
  max-height: 55vh;
  min-height: 340px;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  padding: 1em;
}
.popmake#popmake-963 .pum-content h3, .popmake#popmake-961 .pum-content h3 {
  justify-self: start;
  grid-column: 1 / span 3;
  align-self: end;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--dark-blue);
}
.popmake#popmake-963 .pum-content p, .popmake#popmake-961 .pum-content p {
  margin: 0;
}
.popmake#popmake-963 .pum-content p:has(.full), .popmake#popmake-961 .pum-content p:has(.full) {
  grid-column: span 3;
  width: 100%;
}
.popmake#popmake-963 .pum-content p:has(.full) img, .popmake#popmake-961 .pum-content p:has(.full) img {
  width: 100%;
}
/* Key Holders */
.popmake#popmake-961 {
  top: 0 !important;
  max-height: 100vh;
  min-height: 340px;
  height: 100%;
  width: 95vw;
}
.popmake#popmake-961 .pum-content {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-height: 100%;
}
.popmake#popmake-961 h3 {
  grid-column: 1 / span 5 !important;
}
@media screen and (max-width: 800px) {
  .popmake#popmake-963, .popmake#popmake-961 {
    padding: 2em;
  }
  .popmake#popmake-963 .pum-content, .popmake#popmake-961 .pum-content {
    grid-template-columns: 1fr;
  }
  .popmake#popmake-963 .pum-content h3, .popmake#popmake-963 .pum-content p:has(.full), .popmake#popmake-961 .pum-content h3, .popmake#popmake-961 .pum-content p:has(.full) {
    grid-column: 1;
  }
  .popmake#popmake-963 {
    max-height: 100vh;
    height: 100%;
    top: 0 !important;
  }
  .popmake#popmake-963 .pum-content {
    height: 100%;
    max-height: none;
  }
  .popmake#popmake-961 .pum-content {
    grid-template-columns: 1fr 1fr;
  }
  .popmake#popmake-961 .pum-content h3 {
    grid-column: 1 / span 2 !important;
  }
}
/* * * * * */
/*------------------*/
/** Tweaks **/
/*------------------*/
.banner.container .right img {
  align-self: flex-end;
}
/* * * * * */
/*------------------*/
/* Responsive */
/*------------------*/
/* Small desktop */
@media (max-width: 1200px) {
  .wp-block-columns.stat-columns {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap !important;
    margin: 0;
    width: 100%;
    max-width: 700px;
  }
  .flex-reverse-mobile:not(.event, .volunteer) {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  .wp-block-columns.opportunities {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 950px) {
  .is-style-dotted-vertical-separator::before {
    height: 4px;
    width: 100%;
    border-top: 4px dotted var(--blue);
    border-left: none;
  }
}
/* Medium */
@media screen and (max-width: 799px) {
  .banner.container .right img {
    padding: 0 !important;
  }
}
@media (min-width: 715px) {
  .wp-block-columns.event {
    flex-wrap: nowrap !important;
  }
  .event .wp-block-column.step-circle {
    flex-basis: 300px !important;
  }
  .event .wp-block-column.event-spacer {
    flex-basis: 20px !important;
  }
  .event .wp-block-column.event-description {
    flex-basis: 55% !important;
  }
  .wp-block-columns.volunteer {
    flex-wrap: nowrap !important;
  }
  .volunteer .wp-block-column.step-circle {
    flex-basis: 185px !important;
  }
  .volunteer .wp-block-column.volunteer-spacer {
    flex-basis: 20px !important;
  }
  .volunteer .wp-block-column.volunteer-description {
    flex-basis: 75% !important;
  }
}
@media screen and (max-width: 715px) {
  .volunteer-form .row, .volunteer-form .wpcf7-form-control.wpcf7-checkbox {
    flex-direction: column;
    align-items: normal;
  }
  .event {
    justify-content: center;
  }
  .event .wp-block-column.step-circle {
    margin: auto;
  }
  .event p {
    text-align: center;
  }
  .event .wp-block-buttons {
    justify-content: center;
  }
  .event.flex-reverse-mobile {
    flex-direction: column-reverse;
  }
  .volunteer {
    justify-content: center;
  }
  .volunteer .wp-block-column.step-circle {
    margin: auto;
  }
  .volunteer p {
    text-align: center;
  }
  .volunteer .wp-block-buttons {
    justify-content: center;
  }
  .volunteer.flex-reverse-mobile {
    flex-direction: column-reverse;
  }
}
/* Mobile */
@media (max-width: 700px) {
  h1 {
    font-size: 3.2rem;
  }
  .opportunities h3 {
    font-size: 2.3rem !important;
  }
  .volunteer-interest .is-style-stat-circle h3 {
    font-size: 3rem !important;
  }
  .is-style-program-stats {
    margin-top: 1rem;
  }
  .is-style-program-stats > p:first-child {
    font-size: 3rem !important;
    min-width: 120px;
    max-width: 150px;
  }
  .is-style-program-stats > .wp-block-group p {
    font-size: 1.2rem !important;
  }
  .wp-block-columns.stat-columns {
    flex-wrap: wrap !important;
  }
  .is-style-padded {
    padding: 1rem;
  }
  .is-style-team-column {
    padding: 2em;
  }
  .mailing-list .row {
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
  .mailing-list .row .half {
    flex-basis: 100%;
  }
  .is-style-dots-after {
    white-space: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .is-style-dots-after span {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
  }
  .is-style-dots-after span {
    width: 100%;
  }
  .is-style-dots-after span::after {
    content: "";
    flex: 1;
    width: 100%;
    border-top: 4px dotted var(--light-blue);
    margin-top: 12px;
  }
  .is-style-dots-after span::before {
    content: "";
    flex: 1;
    width: 100%;
    border-top: 4px dotted var(--light-blue);
    margin-top: 12px;
  }
  .is-style-donate-button > a {
    font-size: 2em;
  }
  .is-style-donate-button > a::before {
    width: 10px;
    font-size: 0.5em;
    margin-top: -2.1em;
  }
  .is-style-donate-button.other a {
    font-size: 1.5em;
  }
  .volunteer-form, .job-form {
    padding: 2rem;
  }
  .is-style-container-smallest {
    padding: 1rem;
  }
  .contact-form .half {
    flex-basis: 100%;
  }
  .follow-us .wp-block-group {
    flex-direction: column;
  }
  .popmake.theme-1116.container, .popmake.theme-1118.container, .popmake.theme-1140.container, .popmake.theme-1142.container, .popmake.theme-1152.container {
    top: 150px !important;
  }
  .wp-block-social-links.follow-us {
    justify-content: center;
  }
}
/* * * * * */
