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

* {
  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-family: "Big Shoulders Display";
  letter-spacing: 1px !important;
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  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;
}
/**
 * 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;
}

/* 

 */

/* Site CSS */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Big Shoulders Display", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px !important;
  font-weight: 600;
  font-style: normal;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-family: "Big Shoulders Display", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px !important;
  font-style: normal;
}

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

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.full-width-image-section h2,
.full-width-image-section p {
  max-width: 60%;
  min-width: 290px;
}

.full-width-image-section {
  padding: 50px 10px;
}
.full-width-content {
  z-index: 100;
  position: relative;
}

.news-section,
.social-section {
  padding: 30px 10px 80px;
}

.image-outline {
  height: auto;

  object-fit: cover;
  transition: 0.25s ease-in-out;
  width: 99%;
  margin: 0 auto;
  display: flex !important;
}

.full-width-content img {
  transition: 0.25s ease-in-out;
}

.wysiwyg-section {
  padding: 70px 30px 60px;
  position: relative;
}
.torn-paper-effect img {
  min-width: 940px;
  max-width: 1000px;
}

.torn-paper-effect {
  overflow: hidden;
}

.hero-content h1 {
  color: var(--Alert-Yellow, #ffe100);
  text-align: center;
  margin: 0 auto;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 30px;
  transition: 0.25s ease-in-out;
}

h1,
h2,
h3 {
  margin-bottom: 15px;
}
.cta-section {
  padding: 80px 30px 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cta-content p {
  font-weight: 400;
}

h3 {
  font-weight: 800;
}

.goal h3 {
  margin-bottom: 10px;
}
.goal {
  margin-bottom: 40px;
}

.goals-section {
  padding: 60px 30px 50px;
}

.join-left p {
  padding-top: 10px;
}

h2 {
  font-size: 50px;

  margin-bottom: 20px;
}

h1,
h2 {
  font-weight: 800;
}

.row.social h4,
.tweet-body p {
  color: black;
}

* {
  font-family: Helvetica;
}

.media-content img {
  width: 100%;
  max-height: 400px;
  height: auto;
  object-fit: cover;
}

.social h4 {
  color: black;
}

.media-content video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.media-text-section {
  padding: 40px 30px 60px;
}
.media-text-section .inner h2 {
  padding-top: 0px !important;
}
.media-content iframe {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* .media-text h3 {
  font-size: 40px;
} */

.cta-section a {
  text-decoration: none;
  min-width: 150px;
  text-align: center;
  font-family: "Big Shoulders Display";
  letter-spacing: 1.2px !important;
  font-size: 20px;
  font-style: normal;
  padding: 10px 20px;
  margin: 20px 10px;
  display: inline-block;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 25px;
}

.goals-list h3 {
  text-transform: none;
  margin-top: 10px;
}

#footer-disclaimer-intro {
  font-family: "Big Shoulders Display";
  font-size: 19px;
  font-weight: 800;
}

.footer .sub-menu {
  display: none;
}

#menu-header-footer .sub-menu {
  position: absolute;
  height: 0;
}

#menu-header-footer,
#menu-header-footer-1 {
  font-size: 21px;
}

#menu-header-footer li {
  position: relative;
}

ul.sub-menu {
  margin: 0;
  padding: 0px;
}

#menu-header-footer .sub-menu {
  display: none;
}

#menu-header-footer .menu-item-has-children:hover .sub-menu {
  display: block;
}
.wysiwyg-content {
  margin: 0 auto;
  padding: 0px;
}

/* WYSIWYG background */
.wysiwyg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wysiwyg-content {
  position: relative;
  z-index: 2;
}

.cta-button {
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 5px 5px;
  font-weight: 800;
  transition: 0.25s ease-in;
  border: 1px solid transparent;
}

.cta-button:hover {
  border: 1px solid white !important;
  background: #48999f !important;
  color: white !important;
}

/* Hero */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%; /* Ensure content is vertically centered */
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-toggle {
  display: flex;
  margin-right: 8%;
  width: 17%;
  text-align: center;
  margin-left: auto;
  font-family: "Big Shoulders Display", cursive;
  font-weight: 900;
  text-transform: uppercase;
  border: solid;
  /* justify-content: space-evenly; */
  margin-top: -20px;
}

.language-toggle.mobile {
  margin: 0;
  padding: 0 15px;
  width: unset;
}
.hamburger-icon {
  display: none;

  width: fit-content !important;
}

.mobile-logo {
  display: none;
}

.bar-container {
  position: absolute;
  z-index: 1200;
  right: 30px;
  cursor: pointer;
  top: 20px;
}

html {
  scroll-behavior: smooth;
}
.get-involved-section .inner {
  padding: 10px 30px;
}

.mobile-nav-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  width: 100%;
  position: absolute;
  background: #ffe100;
  left: 0;
  top: 0;
  border-bottom: solid 10px;
  padding-bottom: 30px;
}
header ul a:hover {
  color: #4893a2;
  text-decoration: none;
}

/* .mobile-nav-container li:hover a {
  background: black;
  color: #ffe100;
} */

.mobile-nav-container a.logo {
  width: 100%;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.mobile-nav ul#menu-main-menu-1,
.mobile-nav ul#menu-chinese-1 {
  flex-direction: column;
}

.bar1,
.bar2,
.bar3 {
  background-color: black;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
}

header ul a:hover {
  color: #48999f;
  text-decoration: none;
}

.english-btn {
  color: #48999f !important;
  border-right: solid #000;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 2;
}
a.chinese-btn {
  text-align: center;
  width: 100%;
  display: block;
  line-height: 2;
}
.YesSignMeUpForUpdatesForBinder {
  display: none !important;
}

.SmsLegalDisclaimer * {
  color: black !important;
  font-size: 12px !important;
  padding-top: 0px;
  width: 97%;
  line-height: 1.2 !important;
}

.SmsLegalDisclaimer a {
  text-decoration: underline !important;
}

.SmsLegalDisclaimer a:hover {
  color: #48999f !important;
}

.SmsLegalDisclaimer p {
  margin-bottom: 5px;
}

header li {
  display: inline-block;
}

.footer-right-logos img:hover {
  opacity: 0.8;
}

header .nav li {
  margin-bottom: 1px;
}
header a {
  color: black;
  text-decoration: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 24px;
  text-decoration: none !important;
}
/* iframe {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 70vh;
  width: auto;
  height: auto;
} */

article.news-section {
  background: #48999f;
  height: 100%;
  padding: 5% 7%;
}

.news-section .section-title {
  position: relative;
}
article.social-section {
  background: #fff;
  color: #fff;
  padding: 5% 7%;
  display: flex;
  justify-content: center;
}

.news-section:nth-child(1) h2 {
  padding-top: 2%;
  /* margin: 12px 15px; */
  /* padding: 10px; */
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.aligncenter {
  margin: 30px auto;
  display: flex;
}

.alignleft {
  margin: 30px auto 30px 0;
  display: flex;
}
.alignright {
  margin: 30px 0 30px auto;
  display: flex;
}
.news-card {
  display: flex !important;
  flex-direction: column;
  width: 28%;
  background: #ffe100;
  border-radius: 24px 24px 0 0;
  /* margin: 20px; */
  /* max-width: 325px; */
  min-height: 540px;
  height: fit-content;
  justify-content: space-between;
  position: relative;
}

.news-card a,
.news-date {
  font-family: "Big Shoulders Display";
  font-size: 25px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5%;
  letter-spacing: 1px;
}

a.media-link {
  width: 100%;
  padding: 0;
  margin: 0;
}

.footer .joinus-menulink {
  display: none !important;
}
article.news-container {
  padding-top: 3%;
  margin: 0 auto;
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-card img,
.news-card video {
  border-radius: 24px 24px 0 0;
  height: 275px;
  max-height: 275px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0%);
  width: 100%;
  border: 1px solid gray;
  border-bottom: none;
}

.feeditem.no-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news-card *,
.news-card {
  transition: 0.25s ease-in-out;
}
.news-card:hover img,
.news-card:hover video {
  filter: grayscale(1);
}

video.video-stream.html5-main-video,
video.video-stream.html5-main-video {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.desktop-nav {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: end;
  padding: 34px 0;
  height: fit-content;
}

header .current-menu-item a {
  color: #48999f;
}

header {
  background: white;
  padding-bottom: 10px;
}

img.header-logo {
  left: 7%;

  width: 22%;

  position: absolute;

  top: 20%;
}

.goals-content h2 {
  text-align: center;
}

.hero-content h1 {
  padding: 0px 30px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 35px;
}

h5 {
  font-size: 30px;
}
h6 {
  font-size: 20px;
}

.ngp-form input::placeholder {
  opacity: 0.6;
  font-weight: 400 !important;
}

ul,
li,
ol,
p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.home .hero-content h1 {
  font-size: 70px;
}

.torn-paper-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none; /* Ensure the paper effect doesn't block interactions */
}
.torn-paper-effect img {
  min-width: 800px;
  max-width: 1200px;
}

/* Top-left torn image */
.torn-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* Bottom-right torn image */
.torn-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}

footer.footer {
  background: #000;
  font-family: "Big Shoulders Display", cursive;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  padding: 3%;
}

.footer a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: 55%;
  font-size: 20px;
  text-align: center;
}

footer li:last-of-type a {
  background-color: #ffe100;
  color: #000;
  padding: 0 10px;
}

footer li:last-of-type:hover a {
  color: black !important;
  background: white !important;
}

footer ul a:hover,
.privacy a:hover {
  color: #ffe100;
}
.footer-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.footer-left ul li {
  margin-bottom: 10px;
}

.inner img {
  max-width: 100%;
}

.footer-social img {
  transition: 0.25s ease-in-out;
}
.footer-logo-a {
  transition: 0.25s ease-in-out;
}

.footer-logo-a:hover {
  opacity: 0.9;
  transform: scale(0.95);
}

.footer-social img:hover {
  filter: sepia(1) saturate(1270%) hue-rotate(-21deg) brightness(1);
  transition: 0.25s ease-in-out;
}

.language-toggle {
  display: none !important;
}
.footer-left ul {
  list-style: none;
  margin: 0;
  margin-left: 30px;
  margin-top: 0px;
  gap: 5px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-left .footer-logo {
  width: 180px;
  text-align: center;
  margin: 0;
  max-width: 230px;
  padding: 0;
}

.UpdateMyProfile {
  display: none;
}
.footer .footer-logo-a {
  width: fit-content;
  margin-bottom: 10px;
}

.footer-social img {
  width: 20px;
  height: auto;
  margin: 5px;
}

#menu-header-footer-2 * {
  transition: 0.25s ease-in-out;
  font-weight: 900;
}
article.join-us-section {
  background: #ffe100;
  color: #000;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5% 7%;
}

.at-markup.FastAction {
  display: none !important;
}
.join-us-section h3 {
  font-family: "Big Shoulders Display";
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-right-logos {
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer-right-logos a {
  width: 20%;
  overflow: hidden;
}

.footer-right p {
  color: #fff;
  margin-bottom: 0px;
  text-align: right;
}

.footer-right .privacy,
.footer-right span a {
  margin-top: 20px;
  font-size: 15px;
}

.footer-right .privacy,
.footer-right p,
.footer-right span a {
  font-size: 15px;
}
.footer-right .privacy {
  margin-top: 20px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
p.disclaimer {
  padding: 6px;
  border: solid #fff 1px;
  color: #fff;
  margin: 20px 0 0 0px;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
}
p.privacy {
  font-family: Helvetica, sans-serif;
  font-weight: 500;
}

.mobile-nav-container .header-social img {
  filter: unset;
}

.header-social img {
  filter: invert(1);
  object-fit: contain;
  width: 18.5px;
  height: 18.5px;
}
header .nav {
  font-family: "Big Shoulders Display", cursive;
  font-weight: 900;
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 65%;
  text-transform: uppercase;
  margin-right: 5%;
  margin-bottom: 0px;
}

.desktop-nav .logo img {
  transition: 0.25s ease-in-out;
}

.desktop-nav .logo img:hover {
  transform: scale(0.98);
  opacity: 0.8;
}
header a {
  color: black;
  text-decoration: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 24px;
  text-decoration: none !important;
}
header ul a:hover {
  color: #48999f !important;
  text-decoration: none;
  opacity: 1;
}

.mobile-nav-container ul a:hover {
  color: #ffe100 !important;
}

#mobile-top {
  justify-content: center;
  background: white;
  width: fit-content;
  margin-bottom: 10px;
  height: 80px;
  display: flex;
  width: 100vw;
  padding: 0px 0px 0px;
  margin-top: 0px;
}
.desktop-nav .sub-menu {
  height: fit-content;
  width: fit-content;
}

.desktop-nav .sub-menu {
  width: 200px;
}
.desktop-nav .sub-menu li,
.desktop-nav .sub-menu li a {
  text-align: left;
  line-height: 1;
}

.desktop-nav .sub-menu li {
  width: 145px;
}

.desktop-nav .sub-menu {
  background: #ffe100 !important;
}

header li a:active {
  color: #48999f;
  text-decoration: none;
}

#menu-header-footer li a,
#menu-header-footer-1 li a {
  font-family: "Big Shoulders Display";
  font-weight: 900;
  transition: 0.25s ease-in-out;
  letter-spacing: 1px !important;
}

#menu-header-footer-1 .sub-menu li,
#menu-header-footer .sub-menu li {
  text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  margin-top: 0px;
}

.error404 .cta-section {
  padding: 130px 20px 170px;
}

.error404 .hero-section {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

p,
ol,
ul,
li {
  margin-bottom: 15px;
}

#menu-item-433 a {
  transition: 0.5s ease-in-out;
}

.mobile-nav li a {
  letter-spacing: 2px;
  font-size: 37px !important;
}

.mobile-nav .sub-menu li a {
  font-size: 23px !important;
  font-weight: 600 !important;
  text-transform: none;
  letter-spacing: 1px;
}
.mobile-nav .sub-menu li {
  margin-top: 15px !important;
  opacity: 1;
}

#menu-header-footer-1 {
  gap: 10px;
}

.header-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.header-social a {
  margin: 0px;
  padding: 0px;
}
#menu-header-footer .sub-menu li a {
  font-size: 21px;
  padding-top: 7px;
  font-weight: 700 !important;
  text-transform: none;
  padding-bottom: 7px;
}

#menu-header-footer {
  gap: 25px;
  display: flex;
  justify-content: flex-end;
}

.menu-item-433 a {
  color: black !important;
  background: #ffe100 !important;
  text-decoration: none;
}

.desktop-nav .menu-item-433 a {
  margin-left: 10px;
}

#menu-header-footer .sub-menu li a {
  color: black !important;
  background: #ffe100 !important;
  text-decoration: none;
  display: block;
}

#menu-header-footer .sub-menu li:hover a {
  background: black !important;
  color: #ffe100 !important;
}

.footer-left a {
  font-family: "Big Shoulders Display";
  width: 55%;
  font-size: 25px;
}
#menu-header-footer .sub-menu {
  width: fit-content;
  left: 0px;
}

.footer .sub-menu {
  display: none !important;
}

header .nav .sub-menu li {
  margin-bottom: 0px;
  filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.3));
}
.menu-item-433:hover a {
  color: white !important;
  background: black !important;
  text-decoration: none;
}

.menu-item-443 a {
  transition: 0.5s ease;
}
#menu-header-footer-1 .menu-item-433 a {
  color: black !important;
  background: #ffe100 !important;

  text-decoration: none;
  font-size: 25px !important;
  margin-top: 20px;
  display: flex;
  margin-bottom: 0px;
  padding: 8px 60px;
  margin-top: 0px;
  border: 1px solid #ffe100;
}

/* Hover state */
.ngp-form .at input[type="text"]:hover,
.ngp-form .at input[type="password"]:hover,
.ngp-form .at input[type="date"]:hover,
.ngp-form .at input[type="datetime"]:hover,
.ngp-form .at input[type="datetime-local"]:hover,
.ngp-form .at input[type="month"]:hover,
.ngp-form .at input[type="week"]:hover,
.ngp-form .at input[type="email"]:hover,
.ngp-form .at input[type="number"]:hover,
.ngp-form .at input[type="search"]:hover,
.ngp-form .at input[type="tel"]:hover,
.ngp-form .at input[type="time"]:hover,
.ngp-form .at input[type="url"]:hover,
.ngp-form .at input[type="color"]:hover,
.ngp-form .at textarea:hover,
.ngp-form .at input[type="tel"]:hover {
  border-color: #ffffff !important; /* Lighter color on hover */
}

/* Active state */
.ngp-form .at input[type="text"]:active,
.ngp-form .at input[type="password"]:active,
.ngp-form .at input[type="date"]:active,
.ngp-form .at input[type="datetime"]:active,
.ngp-form .at input[type="datetime-local"]:active,
.ngp-form .at input[type="month"]:active,
.ngp-form .at input[type="week"]:active,
.ngp-form .at input[type="email"]:active,
.ngp-form .at input[type="number"]:active,
.ngp-form .at input[type="search"]:active,
.ngp-form .at input[type="tel"]:active,
.ngp-form .at input[type="time"]:active,
.ngp-form .at input[type="url"]:active,
.ngp-form .at input[type="color"]:active,
.ngp-form .at textarea:active,
.ngp-form .at input[type="tel"]:active {
  border-color: #ffffff !important; /* Darker color on active */
}

#menu-header-footer-1 li.menu-item-433:hover a {
  background: white !important;
}
.mobile-nav .header-social {
  gap: 25px;
  margin-top: 10px;
}
.wysiwyg-content a img {
  transition: 0.25s ease-in-out;
}
.wysiwyg-content a img:hover {
  filter: grayscale(1);
  transition: 0.25s ease-in-out;
}

.yellow-border img,
img.yellow-border {
  border: 5px solid #ffe100;
}

.teal-border img,
img.teal-border {
  border: 5px solid #48999f;
}
.white-border img,
img.white-border {
  border: 5px solid white;
}

blockquote {
  opacity: 0.9;
  max-width: 90%;
  padding-bottom: 5px;
}

p a img {
  margin-top: 15px;
}
blockquote p {
  font-size: 16px !important;
}

.black-border img {
  border: 5px solid black;
}
#menu-header-footer-1 .menu-item-433:hover a {
  color: black !important;
  background: #ffe100 !important;
  border: 1px solid #ffe100;
  transition: 0.5s ease-in-out;
  text-decoration: none;
}

#menu-header-footer-1 .menu-item-433 a {
  transition: 0.25s ease-in-out;
}
.desktop-nav .logo {
  width: fit-content;
  position: absolute;
  left: 3%;
  top: 26px;
  width: 250px;
}

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

header li {
  display: inline-block;
}

header .current-menu-item a {
  color: #48999f;
}
header .current-menu-item .sub-menu li a {
  color: white;
}

.btn-row:hover {
  background: #ffe100;
  color: #000;
}
.btn-row:hover g#SAH2326_Desktop_Page-04-Resources-Page {
  fill: #000;
}

.links a:hover {
  text-decoration: underline;
}

img.social-img {
  width: 13%;
  border-radius: 50%;
  margin-left: 8px;
}

.row.social {
  justify-content: start;
  align-items: center;
}

.row.social h4,
.tweet-body p {
  margin: 7px;
  font-weight: 300;
  font-family: Helvetica;
  line-height: 1.4;
  color: #fff;
  font-size: 18px;
}
.tweet-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.feedimage {
  width: 100%;
  height: 58%;
  object-fit: contain;
  margin-top: 15px;
  filter: grayscale(100%);
}

.full-width-content .full-width-image-container {
  margin-top: 30px;
}
.feeditem {
  min-height: 350px;
}

.icon-bottom a {
  position: relative;
  display: flex;
  width: fit-content;
}

.feeditem,
.feeditem * {
  transition: 0.25s ease-in-out !important;
}

p.tweet-body.ig {
  -webkit-line-clamp: 6;
}

.Instagram .tweet-body,
.Facebook .tweet-body,
.LinkedIn .tweet-body {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis !important;
}

svg.ig-share,
svg.twitter-share {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

svg.ig-share {
  width: 20px;
  height: 20px;
}

.feeditem .feedimage,
.feeditem video {
  filter: grayscale(0);
}
.feeditem:hover .feedimage,
.feeditem:hover video {
  filter: grayscale(1) contrast(1.2);
}

.feeditem svg {
  cursor: pointer;
}

.tweet-body a {
  color: #000;
}

.feeditem:hover .tweet-body a {
  color: #ffe100;
}

.feeditem video {
  height: 60%;
  object-fit: contain;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  filter: grayscale(100%);
  cursor: pointer;
}

article.about-main li {
  margin: 15px 0;
}

.about-section b {
  font-weight: 600 !important;
  color: #48999f;
}

.about-section a {
  color: #48999f;
  cursor: pointer;
}

.about-section a:hover {
  color: #f7d8b0;
}

.about-section img {
  float: right;
  margin: 40px;
  /* border-radius: 20px; */
  width: 31%;
  min-width: 350px !important;
  border: solid 9px white;
}

.news-card:hover,
.news-card:hover a,
.news-card:hover path#Vector,
.news-card:hover .news-date {
  background: black;
  color: #ffe100;
  border-radius: 24px 24px 0 0;
  stroke: #ffe100 !important;
}

svg.external-link {
  width: 25px;
  height: 25px;
  margin-right: 13px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  right: 1%;
}

.map-section .row {
  align-items: start;
}

.report-section .left {
  width: 53%;
}

.at-row.at-row-solo.PostalCode {
  width: 99%;
  /* margin-left: 14px !important; */
}

.at input[type="email"] {
  width: 96% !important;
}

/* mobile nav */

.hamburger-icon {
  display: none;
}

.bar1,
.bar2,
.bar3 {
  background-color: black;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
}

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

.change .bar2 {
  opacity: 0;
}

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

.mobile-nav .site-header {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.mobile-nav .logo-container,
.mobile-nav header ul,
.mobile-nav .social-media {
  position: unset !important;
}
.mobile-nav .language-switcher {
  position: relative;
  margin: 10px auto;
  top: unset;
  right: unset;
}

.mobile-nav-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-bottom: 5px solid #ffe100 !important;
  width: 100%;
  position: absolute;
  background: black;
  left: 0;
  top: 0;
  border-bottom: solid 10px;
  padding-bottom: 30px;
}

.feed-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mobile-nav img.home-right {
  display: none;
}

.mobile-nav img.home-left {
  display: none;
}

.mobile-nav .logo-container a {
  width: unset;
}

.bar-container {
  position: absolute;
  z-index: 1200;
  right: 30px;
  cursor: pointer;
  top: 20px;
}
.mobile-nav ul#menu-main-menu-1,
.mobile-nav ul#menu-chinese-1 {
  flex-direction: column;
}

.desktop-nav {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: end;
  padding: 25px 0 17px;
  height: fit-content;
}

/* .mobile-nav-container a:hover {
  filter: invert(1) grayscale(1) contrast(5);
} */

#menu-header-footer .sub-menu li.current-menu-item a {
  color: #48999f !important;
}

.mobile-nav-container a.logo {
  width: 100%;
  padding: 0;
  display: contents;
  margin: 15px auto 10px 3%;

  justify-content: center;
}

header {
  position: relative;

  background: white;
  z-index: 1000;
  padding-bottom: 0px;
}

img.footer-logo {
  margin-right: 0px;
  width: 100%;

  cursor: pointer;
}

.slick-dots li {
  color: #ffffff;
}

.wysiwyg-content p a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
  transition: 0.25s ease-in-out;
}

.wysiwyg-content p a:hover {
  color: #48999f !important;
}

.header-social a img,
.header-social a {
  transition: 0.5s ease-in-out;
}
.header-social a:hover img {
  /* filter: sepia(1) brightness(0.24) saturate(670) hue-rotate(-22deg); */
  filter: sepia(1) brightness(0.4) saturate(360) hue-rotate(-8deg);
  transition: 0.5s ease-in-out;
}

.desktop-nav .header-social a:hover img {
  filter: sepia(1) brightness(0.21) saturate(290) hue-rotate(116deg);
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.menu .slick-dots li button:before {
  color: black !important;
  font-size: 51px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 100%;
  color: #ffe100 !important;
}

.slick-dots li button:before {
  opacity: 100% !important;
  color: black;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  position: relative !important;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.slick-slide div {
  display: flex !important;
  justify-content: flex-start;
}

.join-left {
  width: 29%;
}

.join-left span {
  font-size: 20px;
}

blockquote strong {
  font-family: "Big Shoulders Display";
  text-transform: uppercase;
  font-size: 24px;
}

p.image-caption {
  position: absolute;
  right: 2%;
  color: white;
  font-family: "helvetica";
  font-size: 15px;
  top: -50px;
}

p.news-date {
  font-size: 20px;
  padding-bottom: 0;
  position: absolute;
  bottom: 10px;
  margin: 0;
}

a#join {
  position: absolute;
  bottom: 60%;
  right: 50%;
}

p.mobile-image-caption {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  color: white !important;
  z-index: 1;
  font-family: "Helvetica";
  font-size: 12px;
}

input[type="tel"] {
  width: 100% !important;
}

.at-row.FirstName.LastName {
  width: 99%;
}

input[type="text"] {
  max-width: 96% !important;
  margin-right: 10px !important;
}

p.image-caption-report {
  position: absolute;
  right: 2%;
  color: white;
  font-family: "helvetica";
  font-size: 15px;
  bottom: 5px;
  margin: 0;
}

.news-card.animate.fade-in-from-bottom.no-image.animated {
  height: 300px !important;
  min-height: unset;
}

.language-toggle {
  display: flex;
  margin-right: 8%;
  width: 17%;
  text-align: center;
  margin-left: auto;
  font-family: "Big Shoulders Display", cursive;
  font-weight: 900;
  text-transform: uppercase;
  border: solid;
  /* justify-content: space-evenly; */
  margin-top: -20px;
}

.language-toggle .english-btn {
  border-right: solid #000;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 2;
}
.english-btn:hover,
.chinese-btn:hover {
  color: #48999f;
  cursor: pointer;
}

.FastAction {
  display: none;
}
.language-toggle.mobile {
  margin: 0;
  padding: 0 15px;
  width: unset;
}

.language-toggle.mobile a {
  margin: 0;
}

/* NGP FORM */

/* NGP Form ------------------------------------------------------------------*/
.ngp-form {
  margin: 0 !important;
  max-width: 910px !important;
  width: fit-content !important;
}
header.at-title {
  display: none;
}

.at .error small.error {
  display: block;
  padding: 2px 5px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  white-space: normal;
  text-align: left;
  clear: both;
  cursor: default;
  color: white !important;
  text-align: center !important;
  text-transform: uppercase !important;
  width: fit-content !important;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.752) !important;
  font-weight: 600;
}

.at h1,
.at h2,
.at h3,
.at h4,
.at h5,
.at h6 {
  display: none;
}

.at-inner {
  background: transparent !important;
}

.at fieldset legend {
  display: none;
}

.ngp-form input {
  background-color: #fbf9f2;
  border: none;
  color: #178acb;
  font-size: 23px;
  padding: 13px 10px;
  border-radius: 0;
  height: 50px;
}

.ngp-form input::placeholder {
  color: #178acb;
}

.ngp-form .at-form-submit {
  /* display: inline-block; */
  vertical-align: top;
  width: 35%;
}

.ngp-form .at-form-submit .at-submit {
  box-sizing: border-box;
  display: inline-block;
  min-width: 150px;
  max-width: 170px;
  font-size: 24px;
  line-height: 1px;
  text-indent: 0px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  font-weight: 800;
  width: 53%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 30px;
  font-family: "Big Shoulders Display" !important;
  letter-spacing: 1px !important;
  padding: 0;
  height: 35px;
  text-align: center;
  margin-top: 8px;
}

.ngp-form .at-form-submit .at-submit:hover {
  background-color: #fff;
  border: none;
  background-color: #48999f;
  cursor: pointer;
}

.ngp-form .at-row.at-row-solo.EmailAddress {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin: 0 2%;
}

.ngp-form .at-row.at-row-solo.FirstName {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.at-text {
  color: transparent;
  font-size: 0;
}

.at-row > [class^="at-"] {
  margin: 0px !important;
}

.at-form-submit {
  padding: 0 !important;
  text-align: left;
  display: flex;
}

.at-fieldset .ContactInformation,
.ngp-form .at,
.at fieldset:last-of-type {
  padding: 0 !important;
}

div.at-markup.UpdateMyProfile {
  display: none !important;
}

.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea,
.at input[type="tel"] {
  margin: 0 0 10px 0 !important;
  width: 96% !important;
  transition: 0.25s ease-in-out;
  font-weight: 600 !important;
  background-color: transparent !important;
  border-color: black !important;
  border-radius: 0 !important;
  font-size: 19px !important;
  padding: 15px !important;
  height: 45px !important;
  border: solid 2px !important;

  font-family: "news-gothic-std", sans-serif !important;
  font-style: normal;
}

.at input[type="tel"] {
  width: 98% !important;
}

.at label {
  font-size: 0 !important;
}

.at input::placeholder {
  color: #000 !important;
}

.at-text.MobilePhone input[type="tel"] {
  width: 94% !important;
  padding: 0;
  padding-left: 10px;
}

.join-us-section .row {
  max-width: 1200px;
  width: 100%;
  height: fit-content;
  align-items: start;
  padding: 2% 0;
}

.iti__selected-flag {
  display: none !important;
}

.iti--allow-dropdown input[type="tel"] {
  /*   padding-left: 5px !important; */
}

.at-fields {
  display: flex;
  flex-wrap: wrap;
  /* width: 90% !important; */
  /* justify-content: space-between; */
}

.at-row.EmailAddress.MobilePhone {
  width: 100% !important;
}
.join-us-section .inner {
  max-width: 1200px;
  width: 100%;
  height: fit-content;
  display: flex;
  gap: 42px;
  align-items: flex-start;
  justify-content: center;
  padding: 0 5px;
}

.at-text.EmailAddress {
  /* flex: 1 200px; */
  /* width: 100% !important; */
  /* min-width: 252px !important; */
  width: 100% !important;
  min-width: 100% !important;
}
.at-row .at-text.PostalCode input {
  margin-left: -4px !important;
  width: 94% !important;
}
.at-text.EmailAddress input[type="email"] {
  width: 97.5% !important;
}

#joinus .inner {
  visibility: hidden;
}

/* .at-text.LastName input[type="text"] {
  margin-left: auto !important;
} */

/* .intl-tel-input.iti.iti--allow-dropdown {
  width: 100% !important;
} */
/* 
.at-text.PostalCode input[type="tel"] {
  margin-left: 11px !important;
  width: 96% !important;
} */

.media-text-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cta-media-section {
  padding: 0px;
  margin-top: 25px;
  justify-content: flex-start;
  gap: 20px;
}

p.media-section-text br {
  display: block;
  margin: 5px 0; /* Adjust to desired spacing */
}

.cta-media-section a {
  margin: 0px;
}

.media-text-content.media-left {
  flex-direction: row-reverse; /* Media on the left, text on the right */
}

.media-text-content.media-right {
  flex-direction: row; /* Media on the right, text on the left */
}

.media-content {
  max-width: 100%;
  width: 100%;
}

.media-content iframe {
  height: revert-layer;
}

.media-text-content {
  max-width: 100%;
}

.media-text {
  max-width: 48%;
}

.media-text h2 {
  margin-bottom: 15px;
}
.media-text-content h2 {
  max-width: 100%;
}

.campaign-preview {
  width: 30%;
  position: relative;
  padding-bottom: 30%; /* This makes the height match the width */
  overflow: hidden;
  flex-grow: 1;
}
.campaign-preview .campaign-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
}

.campaign-count-4 .campaign-preview {
  width: 40%;
  margin-bottom: 0px;
}

.feeditem a {
  color: #fff200 !important;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
}

.icon-bottom:hover {
  opacity: 0.5;
}

.goal p {
  margin-bottom: 10px;
}

.feeditem:hover a {
  color: teal !important;
}
.feeditem a:hover {
  color: black !important;
}

.campaign-count-5 .campaign-preview,
.campaign-count-6 .campaign-preview,
.campaign-count-8 .campaign-preview,
.campaign-count-9 .campaign-preview {
  width: 30%;
  margin-bottom: 0px;
}
.campaign-count-7 .campaign-preview {
  width: 47%;
  margin-bottom: 0px;
}

/* First two elements at 48% */
.campaign-count-7 .campaign-preview:nth-child(-n + 2) {
  width: 47%;
}

/* Next three elements at 30% */
.campaign-count-7 .campaign-preview:nth-child(n + 3):nth-child(-n + 5) {
  width: 30%;
}

/* Last two elements at 48% */
.campaign-count-7 .campaign-preview:nth-child(n + 6) {
  width: 47%;
}
.campaign-preview-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.campaign-preview-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.campaign-preview {
  width: 30%;
  margin-bottom: 20px;
}

.mobile-nav {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden; /* Ensure the hidden state is clean */
}

/* When the nav is open */
.mobile-nav.open {
  visibility: visible;
  opacity: 1;

  height: auto; /* Allow it to expand to full height */
  transition: 0.5s ease-in;
}

/* For 4 campaigns, use 23% width */
.campaign-preview-container.has-4-campaigns .campaign-preview {
  width: 23%;
}

/* For 5 campaigns (wrap second row with 2 centered) */
.campaign-preview-container.has-5-campaigns .campaign-preview {
  width: 30%;
}
.campaign-preview-container.has-5-campaigns .campaign-preview:nth-child(4),
.campaign-preview-container.has-5-campaigns .campaign-preview:nth-child(5) {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

/* For 6 campaigns, keep 3 per row */
.campaign-preview-container.has-6-campaigns .campaign-preview {
  width: 30%;
}

/* For 7 campaigns */
.campaign-preview-container.has-7-campaigns .campaign-preview {
  width: 30%;
}
.campaign-preview-container.has-7-campaigns .campaign-preview:nth-child(7) {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* For 8 campaigns */
.campaign-preview-container.has-8-campaigns .campaign-preview {
  width: 30%;
}
.campaign-preview-container.has-8-campaigns .campaign-preview:nth-child(7),
.campaign-preview-container.has-8-campaigns .campaign-preview:nth-child(8) {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

/* For 9 campaigns */
.campaign-preview-container.has-9-campaigns .campaign-preview {
  width: 30%;
}

.campaign-details {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.campaign-details h3 {
  color: #ffe100 !important;
  font-size: 30px;
}

.flex-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea {
  width: 95% !important;
  margin-left: 0px !important;
}

.desktop-nav #menu-item-432 a {
  color: black !important;
}
.desktop-nav #menu-item-432 a:hover {
  color: #48999f !important;
}

.mobile-nav-container .menu-item-432 a {
  color: white !important;
}
.mobile-nav-container .menu-item-432 a:hover {
  color: #ffe100 !important;
}

.get-involved-section .section-title {
  margin-bottom: 30px;
}

.mobile-nav-container a.logo {
  justify-content: center;
  background: white;
  width: fit-content;
  height: fit-content;
  display: flex;
  width: fit-content;
}

.mobile-nav-container .menu-item-433 {
  margin-top: 10px;
}

.get-involved-section .inner {
  padding: 70px 40px;
  /* backdrop-filter: grayscale(100%); */
  /* background-color: #1e1e1e; */
  text-align: center;
}

.get-involved-section .background-inner {
  width: 100%;

  height: 100%;
}

.get-involved-section .section-title h2 {
  color: yellow;

  padding-bottom: 15px;
}

.get-involved-section .section-title p {
  color: white;
  margin-bottom: 30px;
}

.acf-tooltip {
  min-width: fit-content !important;
}

.acf-fc-popup ul {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  background: black;

  width: 570px;
  justify-content: space-around;
  align-items: center;
}
.acf-fc-popup a {
  color: #eee;
  font-weight: 400;
  padding: 6px 7px;
}

.acfe-flexible-layout-thumbnail.acfe-flexible-layout-thumbnail-no-modal {
  width: 255px !important;
  height: 100px !important;
}

.acf-fc-popup li {
  width: fit-content !important;
  max-width: 280px;
  border: 5px solid black;

  background-color: teal;
  position: relative;
}

.acfe-flexible-layout-thumbnail {
  margin-bottom: 5px !important;
}

.row.social h4,
.tweet-body p {
  color: black;
}

.news-card,
.feeditem {
  border: 1px solid black;

  margin: 10px;
}

.slick-dots li button:before {
  color: black !important;
  font-size: 21px !important;
}

.feeditem {
  max-width: 500px;
  width: 25%;
}

/* news section */
.news-card:hover,
.news-card:hover a,
.news-card:hover path#Vector,
.news-card:hover .news-date {
  background: inherit;
  color: inherit;
}

.news-wrap {
  margin: 20px 0 50x;
}

.news-card {
  background-color: #6bb8c7;
  border-radius: 10px !important;
  border: none;
  transition: all 0.3s ease-in-out;
}

.news-card h3 {
  font-family: "Big Shoulders Display";
  font-size: 25px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 1px;
}

.news-card .card-bottom {
  transition: all 0.3s ease-in-out;
}

.news-card:hover {
  background-color: #fff200;
}

.news-card:hover a.bottom-a {
  background-color: transparent !important;
}

.news-card:hover h3 {
  color: #000;
  padding: 0;
}

.news-card:hover p.news-date {
  /* color: #FFF; */
}

.news-card:hover path#Vector {
  stroke: #000 !important;
}

.news-card img,
.news-card video {
  border-radius: 10px 10px 0 0;
}

p.news-date {
  position: static;
  padding: 5px 0 10px;
}

svg.external-link {
  right: unset;
  left: 5%;
  position: static;
}

.arrow-wrapper {
  margin-right: 0px;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 5px;
}
.social-section .section-title h2,
.news-section .section-title h2 {
  padding-left: 10px;
}

.arrow {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.arrow:hover {
  opacity: 0.5;
}

.social-title h2 {
  color: white;
}

.news-container .slick-dots li.slick-active button:before {
  color: #6bb8c7 !important;
}

.news-card {
  justify-content: flex-start;
}

.news-card .external-link path {
  stroke: yellow;
  transition: 0.25s ease-in-out !important;
}

.news-card .external-link {
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: unset;
}

/* social media section */
.social-section {
  background-color: #6bb8c7;
  padding: 50px 0 80px;
}

.feed-container {
  align-items: self-start;
  align-items: stretch;
}

.feed-container .feeditem {
  background: #2a2a2a;
  border-radius: 10px !important;
  width: 30%;
  height: auto;
}

.feed-container .feeditem {
  color: #fff;
}

.feedimage {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  margin-top: 0;
  border-radius: 10px 10px 0 0;
}

.feed-container .feeditem .bottom-card {
  padding: 10px;
}

.row.social a {
  display: flex;
  text-decoration: none;
  color: #fff;
  width: 100%;
}

.row.social a h4 {
  color: #fff;
}

.feed-container .feeditem .text-content {
  margin-top: 10px;
}

.feed-container .feeditem .text-content p {
  font-size: 17px;
  line-height: 1.2;
}

.feed-container .feeditem:hover {
  background: #fff200;
}

.feed-container .feeditem:hover h4,
.feed-container .feeditem:hover p {
  color: #000;
}

.feed-container .feeditem:hover .fill {
  transition: all 0.3s ease-in-out;
  fill: #000;
}

/*thank you section*/

.contributions b {
  width: 70% !important;
  margin: auto;
  display: block;
  padding-top: 10px;
  font-size: 20px;
}
