/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License



/* -------------------------------------------------------------- */
/* Normalize Reset 
-------------------------------------------------------------- */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #057dc2;
  transition: 0.25s;
}

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */

.fade-in-from-left {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  animation-name: fade-from-left;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  45% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-from-bottom {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  animation-name: fade-from-bottom;
  animation-duration: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-from-right {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  animation-name: fade-from-right;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.hero-image {
  height: auto;
  max-height: 600px;
  width: 100%;
  max-width: 900px;
  min-width: 300px;
  object-fit: cover;
}

.hero-section h1 {
  margin-top: 0px;
}

.hero-section {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}

.hero-section * {
  text-align: left;
}

.hero-left {
  max-width: 550px;
}

#popup .learn-more svg {
  margin-left: 17px;
  margin-top: 8px;
  width: 12px;
  line-height: 1;
  height: 23px;
}

.learn-more {
  border-radius: 20px !important;
  display: flex !important;
  flex-direction: row !important;
  font-size: 30px;
  justify-content: center;
  transition: 0.25s ease-in-out;
  max-width: 250px;
  align-items: center;
  margin: 0 auto !important;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 1% 3%;
  background: #057dc2;
  text-decoration: none;
  margin-right: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18.31px;
  letter-spacing: -0.11px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0 auto 0 0;
  width: 100%;
  margin: 20px 0 0 auto !important;
  font-size: 25px;
}

.home .learn-more {
  margin: 40px auto 0 0 !important;
  border: 2px solid rgb(249, 164, 27);
  background-color: transparent;
  transition: 0.25s ease-in-out;
}

#popimg {
  max-height: 500px;
}
.home .learn-more:hover {
  border: 2px solid white;
  transition: 0.25s ease-in-out;
}

.home .learn-more:hover svg {
  fill: white;
}

#load-more-posts,
#load-previous-posts {
  border-radius: 20px !important;
  color: #fff;
  font-size: 18.31px;
  transition: 0.25s ease-in-out;
  padding: 1% 3%;
  background: #057dc2;
  border: none;
  margin-bottom: 60px !important;
}

.select2-results__option[aria-selected="false"].hidden-option {
  display: none;
}

.donate-button * {
  line-height: 1;
}

.page-template-page-news .learn-more {
  margin: 15px auto 40px !important;
  display: flex !important;
}

.hero-left {
  padding-right: 40px;
}

.learn-more:hover,
#load-more-posts:hover {
  background-color: #001f42 !important;
  transition: 0.25s ease-in-out;
}

.member {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 650px;
  justify-content: space-between;
  align-items: center;
}

.member strong {
  font-weight: 800;
}

.member p,
.member span {
  font-weight: 300 !important;
}

.member p {
  margin: 0px 0px 10px;
}

.member-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #1d2a4a;
  margin: 0;
  display: block;
}

.page-template-page-news
  .filter-section
  .select2-dropdown.select2-dropdown--below {
  margin-top: -30px;
}
.member-details {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-background {
  background-color: #001f42 !important;
  padding: 50px 0;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.hero-section h1,
.hero-section p {
  color: white !important;
}

#popup {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 100%;
  background: rgba(0, 0, 0, 0.484);
}

#popup-container {
  width: 100%;
  position: absolute;
  height: 70vh;
}

video {
  cursor: pointer;
}

.popup-box {
  position: relative;
}

video[poster],
video {
  object-fit: cover;
}

#popupVideo {
  width: 100%;
  height: 70vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

* {
  font-family: "fenwick", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#popuplogo,
#closeButton {
  cursor: pointer;

  padding: 15px;
  z-index: 100000;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.home #info-icon-container {
  display: none;
}
.hidden {
  display: none;
}

.select2-dropdown.select2-dropdown--below {
  margin-top: 7px;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
}

#popup-container {
  width: 100%;
  max-height: 70vh;
  position: relative;
}

video {
  cursor: pointer;
}

#popupVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#popuplogo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  height: auto;
  transition: 0.25s ease-in-out;
  object-fit: contain;
}

#closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 13px;
  text-align: center;
  line-height: 29px;
  z-index: 1;
  transition: 0.25s ease-in-out;
}

#populogo:hover,
#closebutton:hover {
  transition: 0.25s ease-in-out;
  opacity: 0.7;
}

.wpforms-container {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

div.wpforms-container-full .wpforms-form .wpforms-head-container {
  text-align: center;
  padding-bottom: 0;
}

.nav {
  display: flex;
  flex-direction: row;
}

.nav li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  font-size: 20px;
  border-right: 2px solid black;
}

.filter-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}

.filter-section .select2 {
  margin-bottom: 10px;
  width: 400px !important;
}

.filter-section .select2-container {
  margin-top: 20px;
  width: 400px !important;
}

.filter-section .select2-dropdown.select2-dropdown--below {
  margin-top: -13px;
}

.filter-members .select2 {
  margin-bottom: 10px;
  width: 400px !important;
}

.filter-members .select2-container {
  margin-top: 20px;
  width: 400px !important;
}

.footer-box .nav li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  font-size: 18px;
  border-right: 2px solid white;
}

.nav li a {
  list-style: none;

  transition: 0.25s ease-in-out;
  color: #001f42 !important;
  text-decoration: none;
}

.nav li a:hover {
  transition: 0.25s ease-in-out;
  color: #057dc2 !important;
}

.footer li a:hover {
  color: #f9a41b !important;
}

.nav .current_page_item a {
  color: #057dc2 !important;
}

.mobile-nav .current_page_item a {
  color: #f9a41b !important;
}

.footer .current_page_item a {
  color: #f9a41b !important;
}

.wpforms-container input,
.wpforms-container textarea,
.wpforms-container select {
  border-radius: 30px !important;
  border: 2px solid black !important;
}

input,
textarea,
select {
  border: 2px solid black !important;
}

select {
  color: #9e9e9e !important;
}

option:not(:first-of-type) {
  color: black !important;
}

button.submit-button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  padding-left: 10px;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 7.5px solid white;
  margin-left: 10px;

  vertical-align: middle;
}

.wpforms-submit-container {
  padding-top: 0px !important;
}

#filteredinfo {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
  width: 90%;
}

.filter-members {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}

.dropdown {
  position: relative;
  margin: 0 10px;
  width: auto;
  display: inline-block;
}

.dropdowns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.dropdown-input {
  width: 280px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

.dropdown-input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #057dc2 transparent transparent transparent;
  z-index: 2;
}

/* .dropdown-list {

  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.dropdown-list-item {
  padding: 10px;
  cursor: pointer;
}

.dropdown-list-item:hover {
  background-color: #f4f4f4;
} */

article {
  padding: 50px 0;
}

.footer-box {
  background-color: #001f42;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-box p,
.footer-box li,
.footer-box a {
  color: white !important;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

.header-logo,
.footer-logo {
  width: 30%;
  max-width: 400px;
  cursor: pointer;
  min-width: 300px;
  transition: 0.25s ease-in-out;
  height: auto;
  object-fit: contain;
  margin: 12px 0;
  width: 10%;
  max-width: 280px;
  cursor: pointer;
  min-width: 223px;
}

.header-logo:hover,
.footer-logo:hover {
  opacity: 0.7;
  transition: 0.25s ease-in-out;
}

.desktop-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  height: fit-content;
}

.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 20px 0px;
  height: fit-content;
}

.inner {
  max-width: 1200px;
  margin: 20px auto;
  width: 95%;
}

.home .inner {
  max-width: 1500px;
}

footer ul,
footer li,
footer a,
footer span,
footer p {
  color: white !important;
}

.school-button {
  display: none !important;
}

footer .nav li a {
  color: white !important;
}

.wpforms-title {
  font-size: 35px !important;
}

.wpforms-submit.submit-button {
  border-radius: 20px !important;
  display: flex !important;
  flex-direction: row !important;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  padding-left: 80px !important;
  padding-right: 60px !important;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#us-map {
  max-width: 800px;
  width: 90%;
  margin: 10px auto;
  display: flex;
  overflow: visible;
  max-height: 600px;
  height: auto;
}

.active {
  fill: rgb(57, 159, 187);
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.active:hover {
  fill: rgb(57, 111, 187) !important;
  transition: 0.25s ease-in-out;
}

.map-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#delete-posts-button,
#clear-table-button {
  background-color: red;
  color: white;
}

.api-key-field-container {
  display: flex;
  align-items: center;
}

.api-key-field-container input[type="text"] {
  flex: 1;
  margin-right: 10px;
}

/* Mobile Nav ------- */

.hamburger-container {
  cursor: pointer;
  float: right;
  right: 5px;
  position: absolute;
  z-index: 10;
  display: block;
  display: none;
  top: 25px;
}

.hamburger-container.hamburger-icon {
  display: none;
}

.hamburger-container.hamburger-icon.change {
  z-index: 10;
}

.bar1,
.bar2,
.bar3 {
  background-color: #001f42;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
  z-index: 11;
}

.change .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
  background-color: #fff;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  background-color: #fff;
}

.mobile-nav {
  background-color: #001f42;
  display: block;
  display: none;
  left: 0;
  padding-top: 50px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
  font-size: 20px;
}

.mobile-menu li {
  list-style: none;
  font-size: 20px;
  border-bottom: none;
  margin: 12px 0;
  padding: 5px 0;
}

.mobile-menu li a {
  list-style: none;
  transition: 0.25s ease-in-out;
  color: #fff;
  text-decoration: none;
}

.mobile-menu li a:hover {
  color: #f9a41b !important;
}

.mobile-nav .header-login {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 30px 0;
}

.mobile-nav .header-login img {
  width: 7%;
}

.mobile-nav-logo {
  display: block;
  margin: 30px auto 30px;
  max-width: 200px;
}

.mobile-nav-logo img {
  height: auto;
  width: 100%;
}

.mobile-nav ul.menu li {
  display: block;
}

/* Sub Nav */

.donate-bar,
.mobile-donate-bar {
  width: 100%;
  display: flex;
  justify-content: end;
  background: #09adae;
  padding: 10px;
}

.donate-bar {
  padding-right: 2%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.mobile-donate-bar {
  display: none;
}

a.school-button,
a.donate-button {
  text-decoration: none;
  margin-right: 20px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18.31px;
  letter-spacing: -0.11px;
  width: unset;
}

a.school-button {
  background: #fff;
  padding: 5px 20px;
  color: #09adae;
}

a.donate-button {
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  background: #057dc2;
  transition: 0.25s ease-in-out;
}

.donate-button svg {
  margin-left: 10px;
  width: 10px;
  padding-top: 3px;
}

a.school-button:hover,
a.donate-button:hover {
  transition: 0.25s ease-in-out;
  background: #001f42;
  color: #fff !important;
}

/* 
.select2-dropdown {
  margin-top: 30px;
} */
html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 55px;
  color: #001f42;
  line-height: 1.2 !important;
}

h2,
li,
ul,
strong,
h4,
h5,
h3 {
  color: #001f42;
}

.desktop-nav a {
  display: contents;
}

.footer-box .privacy-policy {
  width: 100%;
  padding: 1% 0;
  text-align: center;
  background: #057dc2;
  position: relative;
}

.privacy-policy.page-template-default article {
  padding-top: 0px;
  background-color: white;
  width: 90%;
  text-align: left;
}

.privacy-policy.page-template-default {
  background-color: white;
  width: 100%;
  text-align: left;
}

.footer-anchor {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f9a41b;
  height: 100%;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-svg {
  color: #001f42 !important;
}

.footer-anchor:hover .footer-svg {
  color: white !important;
  transition: 0.25s ease-in-out;
}

.footer-anchor.footer-svg {
  transition: 0.25s ease-in-out;
}

.learn-more svg {
  margin-left: 17px;
  margin-top: 12px;
  width: 20px;
  height: 30px;
}

button#load-more-posts svg {
  margin-left: 10px;
}

.news-right {
  margin-left: 30px !important;
}

p,
span,
li,
strong,
ul {
  color: #001f42;
  line-height: 1.7 !important;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2 !important;
}

.donate-button * {
  line-height: 1 !important;
}

/* Popup */

.popup-image-container {
  width: fit-content;
  max-height: 70vh;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #001f42;
  width: 75%;
  padding: 3% 15px;
  border: solid white;
  border-radius: 20px;
}

.popupImage {
  max-width: 450px;
  width: 30%;
  /* margin-top: 40px; */
  border: 2px solid rgb(249, 164, 27);
  /* border-radius: 20px; */
}

.popup-image-outer {
  background: #001f42 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.popupImage img {
  max-width: 100%;
  /* border-radius: 20px; */
}

a.learn-more.popup {
  /* margin: 30px !important; */
}

a.home.learn-more {
  margin: 40px auto 0 0 !important;
  border: 2px solid rgb(249, 164, 27);
  background-color: #001f42;
  transition: 0.25s ease-in-out;
}

a.home.learn-more:hover {
  color: rgb(249, 164, 27) !important;
}

a.donate-button.report {
  transition: 0.25s ease-in-out;
  background: #001f42;
  color: #fff;
}

a.donate-button.report:hover {
  transition: 0.25s ease-in-out;
  background: #057dc2;
}

.page-id-251498 a.home.learn-more {
  font-size: 18px;
}

.page-id-251498 article {
  padding-top: 15px;
}

#popup .learn-more {
  background: #057dc2;
  margin: 20px auto !important;
  font-size: 20px;
}
#popup {
  background: rgba(0, 31, 66, 0.2) !important;
  backdrop-filter: blur(20px);
}

.learn-more.popup {
  padding: 0px;
  transition: 0.25s ease-in-out;
  /* transform: scale(0.85); */
  border-width: 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.learn-more.popup:hover {
  /* transform: scale(0.85); */
  border-width: 3px;
}

.popupImage:hover img {
  transition: 0.5s ease-in-out;
  filter: grayscale(1);
}

.popupImage img {
  width: auto;
  object-fit: contain;
  height: 55vh;
  max-height: 500px;
  transition: 0.5s ease-in-out;
}

.popupImage {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  width: fit-content;
  background: rgba(0, 31, 66, 1);
}

#closeButton {
  transform: scale(0.7);
  border: 3px solid rgb(249, 164, 27);
  transition: 0.5s ease;
}

#closeButton:hover {
  transition: 0.5s ease;
  color: rgb(249, 164, 27);
  background: black;
}

.popup-text {
  width: 50%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup-text p {
  color: white;
  font-size: 20px;
  width: 100%;
}

#report-p {
  transition: 0.5s ease-in-out;
  color: white !important;
  font-size: 15px;
  padding: 0px 10px 6px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#report-p a:hover {
  color: #001f42 !important;
  transition: 0.5s ease-in-out;
}

#report-p a {
  text-decoration: underline;
  text-align: center;
  color: white !important;
  transition: 0.5s ease-in-out;
  width: fit-content;
}

.filter-members .blurb-text {
  font-size: 12px !important;
}

.filter-members #info-icon-container {
  vertical-align: top;
  display: inline-block;
}

.filter-members .fl-tag {
  height: 40px !important;
  width: 45px !important;
  cursor: default;
  object-fit: contain;
  margin: 0px 8px !important;
}

.filter-members #info-icon {
  cursor: pointer;
  vertical-align: top;
  transition: 0.25s ease-in-out;
  font-size: 14px;
  position: absolute;
  padding-top: 10px;
  margin-left: -12px;

  /* Creates some space between the text and the icon */
  color: #001f42;
  opacity: 0.9;
}

.filter-members #info-icon:hover {
  opacity: 0.7;
  transition: 0.25s ease-in-out;
}

.filter-members #info-icon,
.filter-members #disclaimer {
  font-size: 14px;
}

.filter-members #disclaimer {
  width: 90%;
  max-width: 800px;
  margin-top: 0px;
  text-align: center;
}

.filter-members #disclaimer p {
  margin-top: 0px;
}

.filter-members p,
.filter-members span,
.filter-members li,
.filter-members h1,
.filter-members h2,
.filter-members h3,
.filter-members h4,
.filter-members h5,
.filter-members strong,
.filter-members ul {
  color: #001f42;
  line-height: 1.7;
}

.filter-members .democrat {
  color: #057dc2;
}

.filter-members .dropdown span {
  font-size: 16px;
}

.filter-members .republican {
  color: crimson;
}

.filter-members .select2 {
  margin-bottom: 10px;
  width: 400px;
}

.filter-members .filter-members .select2-container {
  margin-top: 20px;
  width: 400px;
}

.map-container .select2-dropdown.select2-dropdown--below {
  margin-top: 6px !important;
}

.filter-members
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px !important;
  position: absolute !important;
  top: 12px !important;
  right: 15px !important;
  width: 10px !important;
}

.filter-members .select2-selection {
  height: 50px !important;
  font-size: 20px !important;
  padding-top: 10px !important;
  padding-left: 5px !important;
}

.filter-members .select2 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.filter-members .member-details {
  padding-left: 45px;
  min-width: 360px;
  font-size: 15px !important;
  max-width: 600px;
}

.filter-members .member {
  justify-content: center;
  min-width: 500px;
  max-width: 600px;
  align-items: center;
  max-width: unset;
  padding: 20px 0 50px;
}

.filter-members .home .filter-members {
  padding-bottom: 40px;
}

.filter-members .home .select2-dropdown {
  margin-top: 5px;
}

.filter-members .website-media-button {
  transition: 0.25s ease-in-out;
}

.filter-members .website-media-button:hover {
  filter: hue-rotate(-5deg) brightness(2.5);
  transition: 0.25s ease-in-out;
}

.filter-members .member-left {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filter-members .blurb-button {
  background-color: #f9a41b;
  color: black;
  border: none;
  padding: 10px 15px;
  margin: 0px;
  max-width: 270px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px !important;
  text-align: center;
  transition: 0.25s ease-in-out;
  text-decoration: none;
}

.filter-members .blurb-button:hover {
  background-color: #057dc2;
  color: white !important;
  transition: 0.25s ease-in-out;
}

.filter-members .blurb-button:hover * {
  color: white !important;
  transition: 0.25s ease-in-out;
}

.filter-members .email-button,
.filter-members .call-button {
  background-color: #057dc2;
  color: #fff;
  border: none;
  padding: 10px 15px;
  margin: 0px;
  max-width: 270px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px !important;
}

.filter-members .email-button {
  margin-bottom: 20px;
}

.filter-members .call-button {
  width: 100%;
  margin-bottom: 20px;
}

.filter-members .contact-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 10px 0 0 0;
  justify-content: flex-start;
  align-items: center;
}

.filter-members .email-button .svg-container svg {
  width: 36px;
  margin-bottom: -3px;
  height: 36px;
  fill: white;
  margin-right: 4px;
}

.filter-members .call-button .svg-container svg {
  width: 40px;
  margin-bottom: -5px;
  height: 39px;
  fill: white;
  margin-right: -10px;
}

.filter-members .filter-members .map-container h1 {
  font-size: 37px;
}

.filter-members .email-button span,
.filter-members .call-button span {
  color: white !important;
}

.filter-members .email-button:hover,
.filter-members .call-button:hover {
  background-color: #0368a4;
  transition: 0.5s ease-in-out;
}
.filter-members .email-button,
.filter-members .call-button {
  transition: 0.5s ease-in-out;
}

.select2-container--disabled * {
  cursor: not-allowed !important;
}

.single-icon,
.single-icon-click {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.membertooltip {
  position: absolute;
  background-color: #333;
  color: #fff !important;
  padding: 5px;
  border-radius: 4px;
  pointer-events: auto;
  min-width: fit-content;
  font-size: 11px !important;
  white-space: nowrap;
  opacity: 0;
  left: 50px;
  pointer-events: none;
  top: 10px;
  transition: opacity 0.2s ease-in-out;
  z-index: 1000;
}

.single-icon-click {
  cursor: default;
}

.membertooltip.show {
  opacity: 1;
  left: 50px;

  top: 10px;
  pointer-events: auto;
}

.single-icon-click .membertooltip {
  left: 0px;
  top: 10px;
}

.single-icon-click .membertooltip.show {
  opacity: 1;
  left: 0px !important;
  top: 10px;
  pointer-events: auto;
}

.member-photo {
  background: linear-gradient(to bottom, black, #001f42);
}

.filters label {
  margin: 0px 10px;
  width: fit-content;
  font-size: 13px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.issue-details {
  max-width: 300px;
  display: flex;
  margin-top: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filters img {
  object-fit: contain;
}

#blurbPosition {
  font-style: italic;
  margin: 10px 0px 9px;

  font-size: 12px;
}

.filters input {
  margin-right: 6px;
}

.filter-members .select2-dropdown.select2-dropdown--below {
  margin-top: -68px !important;
}

#blurbText {
  margin-top: 0px;
  line-height: 1.4 !important;
  padding-bottom: 10px;
  display: block;
}

#blurbText * {
  line-height: 1.6 !important;
  font-family: "fenwick", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  /* display: inline-block !important; */
  padding: 0px !important;
  margin: 0px;
}

.blurb-member .member-photo {
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.blurb-member .member-photo:hover {
  filter: grayscale(100%) sepia(100%) hue-rotate(-50deg) saturate(80%)
    brightness(90%);

  transition: 0.55s ease-in-out;
}
#blurbText a {
  cursor: pointer !important;
  transition: 0.5s ease-in-out;
}
#blurbText a:hover {
  color: #f9a41b !important;
  transition: 0.5s ease-in-out;
}
.filter-members .svg-container img {
  filter: invert(1) brightness(10);
  width: 36px;
  margin-bottom: -3px;
  height: 36px;
  fill: white;
  margin-right: 4px;
}

.filter-members .call-button .svg-container img {
  width: 40px;
  margin-bottom: -4px;
  height: 36px;
  filter: invert(1) brightness(10);
  margin-left: -3px;
  fill: white;
  margin-right: -10px;
}

#blurbTitle img {
  height: 24px !important;
  width: 29px !important;
  object-fit: contain;
  margin: 0px 8px -8px 0px !important;
}

#blurbTitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

#blurbTitle h2 {
  margin: 5px 0 0px;
}

.filters p {
  text-align: center;
  color: white;
  border: 0.75px solid rgba(0, 0, 0, 0.6);
  border-bottom: none;
  background-color: #057dc2;
  margin-bottom: 0px;
  padding: 4px 10px 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#blurb-close {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
}

.filters-inner {
  padding: 10px;
  border: 0.75px solid rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0px auto 0;
}

.filters {
  max-width: 840px;
  margin: 0px auto 0;
  padding: 10px;
}

/* .animated-loading {
        text-align: center;
    } */
.blurb-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 0px;
}

#blurbText {
  font-size: 16px;
}

/* Modal Content */
.blurb-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  max-width: 600px;
  border: 1px solid #888;
  width: 80%;
}

@media screen and (max-width: 1000px) {
  .dropdowns {
    flex-direction: column;
    align-items: center;
  }
  h1 {
    font-size: 32px;
  }

  .filter-members #info-icon-container {
    margin-left: 3px;
  }

  .filters {
    width: 60%;
    min-width: 290px;
    max-width: 500px;
  }

  .filters-inner {
    flex-direction: column;
  }

  .filters label {
    width: 320px;
    margin: 0 0 5px 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 700px) {
  .membertooltip {
    left: -50px;
    right: unset;
    top: -40px;
  }
  .filter-members .select2-container {
    margin-top: 20px;
    width: 290px !important;
  }

  .membertooltip.show {
    opacity: 1;
    right: unset;

    left: -50px !important;
    top: -40px !important;
    pointer-events: auto;
  }

  .single-icon-click .membertooltip {
    left: -20px !important;
    right: unset;
    top: -40px !important;
  }

  .single-icon-click .membertooltip.show {
    opacity: 1;
    left: -20px !important;
    top: -40px !important;
    right: unset;
    pointer-events: auto;
  }

  .blurb-modal-content {
    width: 90%;
    font-size: 15px;
  }

  .animated-loading {
    padding-top: 50px;
    font-size: 15px;
  }

  .filters label {
    width: 300px;
    margin: 6px 0 6px 0;
    font-size: 11.5px !important;
  }

  .filters p {
    line-height: 1.3 !important;
    font-size: 13px;
    padding: 7px;
  }

  .filters img {
    height: 20px !important;
    width: 20px !important;
    margin-left: 4px;
    margin-right: 4px;
  }

  .filters {
    max-width: 310px;
    padding: 0px;
  }

  .filters-inner {
    padding: 5px;
  }

  #blurbTitle h2 {
    font-size: 20px;
  }

  #blurbText {
    font-size: 14px;
    line-height: 1.3 !important;
  }
}

@media only screen and (max-width: 600px) {
  #blurbText * {
    line-height: 1.4 !important;
    font-family: "fenwick", sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    /* display: inline-block !important; */
    padding: 0px !important;
    margin: 0px;
  }
  .map-div .select2-dropdown.select2-dropdown--below {
    margin-top: 20px !important;
  }
  .filter-div .select2-dropdown.select2-dropdown--below {
    margin-top: -68px !important;
  }
  .filter-members .contact-container {
    margin: 0 auto 15px auto;
  }

  .issue-details span {
    margin-bottom: 4px;
  }

  .call-button,
  .email-button {
    justify-content: center;
  }

  .call-button img {
    margin-left: -12px !important;
  }

  .blurb-pop {
    margin-top: 5px !important;
    font-size: 14px;
    margin-bottom: 5px !important;
  }

  .member-details {
    justify-content: center;
    align-items: center;
    padding-top: 8px !important;
  }

  .issue-details {
    width: 100%;
  }

  .filter-members .email-button {
    margin-bottom: 4px !important;
    margin-top: 8px;
  }

  .call-button {
    margin-bottom: 5px !important;
  }

  .email-button-link {
    margin-bottom: 10px !important;
  }
  h1 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 500px) {
  #blurbText {
    font-size: 13px;
    line-height: 1.4 !important;
  }
}

@media screen and (max-width: 400px) {
  #blurbText {
    font-size: 12px;
  }

  .blurb-modal-content {
    padding: 10px 15px;
    width: 95%;
  }

  #blurbText {
    padding-bottom: 2px;
  }
}

.featured-article > .news-link {
  display: none;
}
.news-image {
  display: none;
}

/* WordPress Submenu Styling */
.site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header li {
  position: relative;
  display: inline-block;
}

/* Hide submenu by default */
.site-header .sub-menu,
.footer-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -6px;
  width: 101%;
  background-color: #057dc2; /* Medium blue background */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Show submenu on hover */
.site-header li:hover .sub-menu,
.footer-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu items styling */
.site-header .sub-menu li,
.footer-menu .sub-menu li {
  display: block;
  width: 100%;
}

.site-header .sub-menu a,
.footer-menu .sub-menu a {
  display: block;
  padding: 7px 15px;
  color: white !important;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-bottom: none;
}

/* Darker blue on hover for submenu items */
.site-header .sub-menu a:hover,
.footer-menu .sub-menu a:hover {
  background-color: #09adae; /* Darker blue on hover */
  color: white !important;
}

/* Remove border from last submenu item */
.site-header .sub-menu li:last-child a,
.footer-menu .sub-menu li:last-child a {
  border-bottom: none;
}

/* Hide footer menu items with href="#" */
#footer-menu li:has(a[href="#"]),
.footer-menu li:has(a[href="#"]) {
  display: none !important;
}

/* Make header menu items with just # not clickable but still hoverable */
.site-header a[href="#"] {
  pointer-events: none;
  cursor: default;
}

/* Alternative: Make header menu items with href="#" not clickable */
.site-header a[href="#"]:hover {
  pointer-events: none;
  cursor: default;
}

/* Alternative selectors for different WordPress menu structures */
#menu-main-menu .sub-menu,
#footer-menu .sub-menu,
#primary-menu .sub-menu,
.menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -6px;
  width: 101%;
  background-color: #057dc2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-13px);
  transition: all 0.3s ease;
  z-index: 1000;
}

#menu-main-menu li:hover .sub-menu,
#footer-menu li:hover .sub-menu,
#primary-menu li:hover .sub-menu,
.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menu-main-menu .sub-menu li,
#footer-menu .sub-menu li,
#primary-menu .sub-menu li,
.menu .sub-menu li,
.nav .sub-menu li {
  display: block;
  width: 100%;
  border-right: none !important;
  border-bottom: none !important;
  padding-right: 0px;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}

#menu-main-menu .sub-menu a,
#footer-menu .sub-menu a,
#primary-menu .sub-menu a,
.menu .sub-menu a {
  display: block;
  padding: 12px 15px;
  color: white !important;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#menu-main-menu .sub-menu a:hover,
#footer-menu .sub-menu a:hover,
#primary-menu .sub-menu a:hover,
.menu .sub-menu a:hover {
  background-color: #001f42;
  color: white !important;
}

#menu-main-menu .sub-menu li:last-child a,
#footer-menu .sub-menu li:last-child a,
#primary-menu .sub-menu li:last-child a,
.menu .sub-menu li:last-child a {
  border-bottom: none;
}
