body, h1, h2, h3, h4, h5, h6, p, a, li, blockquote {
  font-family: 'Barlow', sans-serif !important;
  font-size: 22px;
  line-height: 1.2;
  text-transform: initial !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: white !important;
  background-color: #013366 !important;
}

.card:hover .card-img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
  z-index: 1;
}

.card-img, .white-transparent.skew-container {
  transition: transform 0.5s ease;
  will-change: transform;
}

.navbar-light .navbar-nav li:last-child a:hover, .light-blue-bg .navbar-nav li:last-child a:hover {
  background: transparent;
  color: white !important;
  border: 2px solid white;
}

.navbar-light .navbar-nav li:last-child a, .light-blue-bg .navbar-nav li:last-child a {
transition: all .2s ease-in-out;
border: 2px solid white;
}

.social-flex a:hover {opacity: 0.6;}
.social-flex a {transition: all .2s ease-in-out;}


/* Base dropdown styles */
.navbar-nav .dropdown-menu {
  display: none;
  animation-fill-mode: forwards;
  transform: translateY(-20px);
}

/* Animate on hover */
.navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
  animation: slideDown1 0.7s ease forwards;
}

/* Keyframe animation */
@keyframes slideDown1 {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1 !important;
    transform: translateY(0);
  }
}

button:hover {
  background: transparent;
  border: 2px solid #0098dd;
  color: #0098dd;
}

button.light-blue:hover {
  background: transparent !important;
  border: 2px solid white;
  color: white;
}

button.light-blue:hover svg path {
  fill: white !important;
}

button:hover svg path {
  fill: #0098dd !important;
}

.services {padding: 0 25%;}



/* Sticky behavior */
#header.sticky {
  position: fixed;
  top: -300px;
  left: 0;
  right: 0;
  z-index: 999;
  animation: slideDown 0.8s ease 0.1s forwards;
  background: #0098dd !important;
}

/* Slide down animation */
@keyframes slideDown {
  from {
    top: -300px;
  }
  to {
    top: 0;
  }
}

.logo-toggle {
  display: flex;
  align-items: center;
}

.dropdown-item {
  padding: 15px 20px !important;
}

.dropdown-menu {padding: 0 !important;}

.pill {font-weight: 700; background: #0098dd; color: white; font-size: 13px; text-transform: uppercase !important; padding: 5px 20px; border-radius: 30px; width: fit-content;}

#header {
  z-index: 3;
}

#dontate {background: url('https://assets.nationbuilder.com/timwilson/pages/3/attachments/original/1752015186/donante-bg-cover.jpg?1752015186') 50% 50% no-repeat;;
  padding: 100px 0;
  position: relative;
}

.head-container {width: 100%; display: flex;gap: 40px;}

.outline {
  background: transparent;
  border: 2px solid #0098dd;
  color: #0098dd;
}

.navbar-brand-new {
  max-height: 100px;
}

.flex1 {flex: 0 0 18%;}
.flex2 {flex: 0 0 46%;}

.goldstein-region {max-width: 100%;}

.get-involved {
  background: url('https://assets.nationbuilder.com/timwilson/pages/3/attachments/original/1752036380/tw-homepage.jpg?1752036380') 0 0 no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
  background-size: cover;
  background-position: 50% 50%;
}


/* Positioning the dropdown submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

/* Show the submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}




.nav-home .nav-link1:hover {color: #0098dd !important;}

a:hover {
  color: inherit !important;
}

a { transition: all .2s ease-in-out; }

.footer-social {height: 25px;}
.social-flex {display: flex; gap: 8px;}

.banner-slider1 {
  position: relative;
  min-height: 200px; /* adjust as needed */
  overflow: hidden;
}

.banner-item1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: white !important;
}

.navbar-light .navbar-nav .nav-link a:hover {
  color: #0098dd;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  
#navbar-toolbar {display: none !important;}

.navbar-nav {gap: 20px; font-weight: 400; text-transform: uppercase;} 
.nav-item a {text-transform: uppercase !important; font-size: 18px !important;}

.navbar {
  padding: 0.7rem 2rem;
}

.navbar-light {
  background-color: transparent !important;
}

.card-title {
  color: white !important;
}

#stream {display: none !important;}

.navbar-light .navbar-nav li:last-child a, .light-blue-bg .navbar-nav li:last-child a {
  background: white;
  color: #0098dd !important;
  border-radius: 10px;
  padding: 10px 15px !important;
  font-weight: 800;
}

.splide__pagination {
  display: none;
}

.parallax-heading {
  opacity: 0;
  transform: translateX(-40px);
  transition: none;
  width: 70%;
}

.parallax-heading.animate-in {
  animation: fadeSlideIn 0.8s ease-out forwards;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}






.join-btn {
  background: #003366;
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 800;
  margin: 0 auto;
  display: block;
  border: 0px;
  text-transform: uppercase;
}

.hero {width: 100vw;}

  #rotating-headline {
    transition: opacity 0.5s ease-in-out;
  }

#primaryNav {
  flex-direction: column;
  gap: 15px;
  align-items: end;
  justify-content: center;
}

.footer-header {font-size: 10px; text-transform: uppercase; color: rgba(255,255,255,0.6)}

.footer-logo {width: 450px;max-width: 100% !important;}


@media (min-width: 1080px) {
  .container {
    max-width: 1280px !important;
  }
}

/* Add to your theme's stylesheet or in a <style> block */
.skew-container {
  transform: skew(-10deg);
  padding: 2rem 3.2rem;
  border-radius: 5rem 0 5rem 0;
  line-height: 1.1;
  min-height: 240px;
  display: flex;
  align-items: center;
}

.skew-content {
  transform: skew(10deg); /* reverse skew */
}

#headline-carousel {margin-top: -190px;height: 93vh; width: 100%;}

.aus-logo {width: 175px;}

button {font-size: 25px; font-weight: medium; background: #0098dd; border-radius: 5px !important; padding: 10px 20px;; border: 2px solid; transition: all .2s ease-in-out; color: #fff;}

.white {color: #fff;}
.light-blue {color: #0098dd;}
.dark-blue {color: #013366;}
.white-bg {background: #fff;}
.light-blue-bg {background: #0098dd;}
.dark-blue-bg {background: #013366;}
.white-transparent {background: rgba(255,255,255,0.4)}
.center {text-align: center;}


.bold          { font-weight: 700; }
.bold-italic   { font-weight: 700; font-style: italic; }
.semibold      { font-weight: 600; }
.medium        { font-weight: 500; }
.light         { font-weight: 200; }
.extrabold     { font-weight: 800; }

.font-115 {
  font-size: clamp(3rem, 5vw + 1rem, 3.3rem); /* ~48px–110px */
  line-height: 1;
}

.font-65 {
  font-size: clamp(2.5rem, 3vw + 1rem, 4.063rem); /* ~40px–65px */
}

.font-50 {
  font-size: clamp(2rem, 2.5vw + 1rem, 3.125rem); /* ~32px–50px */
}

.font-45 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem); /* ~28px–40px */
  line-height: 1.1;
}

.font-35 {
  font-size: clamp(1rem, 1rem + 1vw, 1.875rem); /* ~16px–30px */
}

.font-30 {
  font-size: clamp(1rem, 0.75rem + 1vw, 2rem); /* ~16px–32px */
}

.font-25 {
  font-size: clamp(0.875rem, 0.75rem + 3vw, 1.563rem); /* ~14px–25px */
}

.font-20 {
  font-size: clamp(0.75rem, 0.65rem + 2vw, 1.25rem); /* ~12px–20px */
}

.font-15 {
  font-size: clamp(0.625rem, 0.5rem + 0.5vw, 0.938rem); /* ~10px–15px */
}

.donation-content p {font-size: clamp(0.75rem, 0.65rem + 2vw, 1.1rem);}

.petition-form {background: #EAEAEA; border-radius: 10px; padding: 20px;}
.petition-content {width: 50%;}
.gap-20 {gap: 20px;}

.flex {display: flex;}

.donation-v2-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 0 auto;
}

.donation-v2-amounts .custom-control-label::before, .donation-v2-amounts .custom-control-label::after {
  display: none;
}

.donation-v2-amounts .custom-control-inline, .donation-v2-amounts .custom-control{
  margin-right: 0;
  padding-left: 0;
}

.custom-control-label.radio {
  display: block;
  background-color: #2b9ed8;
  color: white;
  text-align: center;
  padding: 0;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  font-size: 55px;
}

/* Highlight selected button */
.custom-control-input:checked + .custom-control-label.radio {
  background-color: #1c7fb3;
}

/* Optional: Add hover effect for buttons */
.custom-control-label.radio:hover {
  background-color: #2390c7;
}






.signup-section {
  position: absolute;
  background: #0098dd;
  width: 50%;
  margin: -180px auto 0;
  padding: 30px;
  z-index: 3;
  position: relative;
  border-radius: 10px;
}

  .contact-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }

  .contact-info {
    flex: 1 1 300px;
  }

  .contact-info p {
    margin-bottom: 1.2em;
  }

  .custom-contact-wrapper {
    background: #eee;
    padding: 2em;
    border-radius: 15px;
    flex: 1 1 400px;
  }

  .custom-contact-wrapper .form-group {
    margin-bottom: 1rem;
  }

  .custom-contact-wrapper .form-row {
    display: flex;
    gap: 1em;
  }

  .custom-contact-wrapper .form-row .form-group {
    flex: 1;
  }

  .custom-contact-wrapper input,
  .custom-contact-wrapper textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  .custom-contact-wrapper textarea {
    min-height: 120px;
  }

  .submit-button {
    background-color: #2196f3;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    cursor: pointer;
  }

em strong, em {font-weight: 400 !important}

.show {background: #0098dd !important;}

.hero img {max-width: 650px;}
.hero {position: relative;min-height: 90vh;display: flex;align-items: center;}
.hero-flex {display: flex; align-items: center; gap: 0; position: relative; z-index: 1; height: 100%;}
.hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(1, 51, 102, 0.95), rgba(48, 149, 212, 0.55)) !important;z-index: 0;}
.hero-overlay-home {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(1, 51, 102, 1), rgba(48, 149, 212, 0.08)) !important;z-index: 0;}
.involved-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(1, 51, 102, 0.85), rgba(48, 149, 212, 0.45)) !important;z-index: 0;}
#rotating-headline {font-family: 'Barlow', sans-serif; color: #fff; font-size: 110px; line-height: 1; letter-spacing: -3px; font-weight: 700; font-style: italic;}

.hero2 {
  position: relative;
  background: url('https://assets.nationbuilder.com/timwilson/pages/3/attachments/original/1750307935/tim-main-bg.jpg') !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover !important;
  background-position: 50% 20% !important;
}

.hero2 .row {height: 400px; align-content: center;}

.hero3 {
  position: relative;
  background-size: cover !important;
  background-position: 50% 20% !important;
}

.hero3 .row {height: 450px; align-content: center;}

.footer-flex {display: flex; width: 100%;}

.navbar-toggle-icon svg {
  color: white;
}

.black {color: black !important;}



.btn-primary {
  color: white !important;
  background-color: #0098dd !important;
  border-color: #0098dd !important;
  border-radius: 10px !important;
  padding: 10px 15px !important;
  font-weight: 800;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-family: 'Barlow', sans-serif !important;
  border: 1px solid;
}

.btn-primary:hover {
  color: #0098dd !important;
  background-color: white !important;
  border-color: #0098dd !important;
  border-radius: 10px;
  padding: 10px 15px !important;
  font-weight: 800;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-family: 'Barlow', sans-serif !important;
  border: 1px solid;
}


/* Show dropdown on hover for navbar items */
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

/* Optional: keep the dropdown toggle appearance consistent */
.navbar-nav .dropdown > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-menu.show {
  background: white !important;
}

.nav-item.dropdown.show {background: transparent !important;}

.footer-sub-container {display: flex; width: 100%;}


@media (max-width: 769px) {

  body, html {
  max-width: 100vw;
  overflow-x: hidden;
}

.services {padding: 0 0;}

.intro .container {padding: 0px;}

.footer-sub-container {gap: 15px !important;}

.aus-logo {
  width: 110px !important;
  margin-left: -45px;
}

.flex1 {flex: 0 0 30%;}
.flex2 {flex: 0 0 0%;}

  .support-btn {display: block !important; margin-bottom: 10px !important;}

.navbar-nav {
  gap: 20px !important;
}


.form-wrap {padding: 0 20px !important;}

#primaryNav .social-flex {margin-top: 25px;}

.footer-flex {display: flex; width: 100%;gap: 30px;}

.navbar-collapse {padding: 30px 10px !important;}

  #headline-carousel {
    width: 100%;
    margin-top: -120px;
  }

.mb-5, .my-5 {
  margin-bottom: 1rem !important;
}

.w-25 {
  width: 55% !important;
}

.latest-updates {padding: 0 25px;}

section {
  padding: 0 25px;
}

.nav-home .nav-link1:hover {color: inherit !important;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 30px;
  padding-left: 30px;
}

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 0px 20px;
  }

  .hero-flex {
    flex-direction: column;
    padding: 0 0px;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 0;
  padding-left: 0;
}

  .logo-toggle {display: flex; flex-direction: row; gap: 10px;}

  .container.hero-flex {padding: 0px !important;}

  .hero {
    margin-top: -5px;
    padding-top: 110px;
    min-height: 65vh;
  }

  .parallax-heading {
	width: 90%;
}

  .hero img {
    max-width: 100%;
  }

  #rotating-headline {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .signup-section {
    margin: -60px auto 0;
    width: 80%;
  }

    .head-container {
  flex-direction: column;
}

  .container {
    max-width: 790px !important;
  }

  #headline-carousel {
  height: 65vh;
}


}



@media (min-width: 770px) and (max-width: 900px) {

  body, html {
  max-width: 100vw;
  overflow-x: hidden;
}

  .parallax-heading {
	width: 90%;
}

.navbar-nav {
  gap: 20px;
}

#headline-carousel {
  height: 72vh;
}

.container {
    max-width: 900px !important;
  }

  .services {padding: 0 0;}


.form-wrap {padding: 0 20px !important;}

#primaryNav .social-flex {margin-top: 25px;}

.footer-flex {display: flex; width: 100%;gap: 30px;}

.navbar-collapse {padding: 30px 10px !important;}


  #headline-carousel {
    width: 100%;
    margin-top: 0px;
  }

  #header {
  margin-bottom: -120px;
}

.mb-5, .my-5 {
  margin-bottom: 1rem !important;
}

.w-25 {
  width: 55% !important;
}

.latest-updates {padding: 0 25px;}

section {
  padding: 0 25px;
}

.nav-home .nav-link1:hover {color: inherit !important;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 30px;
  padding-left: 30px;
}



  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 0px 20px;
  }

  .hero-flex {
    flex-direction: row;
    padding: 0 0px;
  }

  .hero {
    margin-top: -90px;
    padding-top: 110px;
  }

  .hero img {
    max-width: 50%;
  }

  #rotating-headline {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .head-container {
  flex-direction: column;
}

  .signup-section {
    margin: -60px auto 0;
    width: 80%;
  }
}


@media (min-width: 800px) and (max-width: 999px) {
.skew-container {
  padding: 2rem 1.8rem !important;
  border-radius: 1.5rem 0 1.5rem 0 !important;
}
}

