@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&display=swap');



/* ALIGN ROWS AT TOP OVERRIDE */
.top-row .row {
    align-items: flex-start !important;
}

body main a.button-brand.labelM:focus {
    color: white !important;
}

/* FULL SCREEN ROW CLASS */
body main article>.full-screen-width>.row {
    max-width: none !important; 
}

body main article>.full-screen-width {
    padding: 0 !important; 
}

/* BORDER RADIUS IMAGE OVERRIDE */
body main article>section:not(.info-internal-banner) img {
    border-radius: 0 !important;
}

/* BANNERS */
.dark-banner a {
    color: white;
}

.dark-banner a:hover {
    color: var(--bg-subtle);
}

body main #subpage-banner-container {
    display: none;
}

body main article section:first-of-type:not(:has(.main-banner)):not(:has(.banner-container)):not(:has(.sub-banner-container)):not(:has(.rotating-banner)):not(:has([class*=rotating-banner])):not(:has([id*=banner])):not(.info-internal-banner) {
    margin-top: 0;
}

/* NAV BAR */
body main article {
    background-color: white;
}

body.adaptive .horizontal-menu {
    background-color: var(--bg-default, #FFF);
}

.adaptive .horizontal-menu .nav .nav-item .nav-link {
    color: var(--text-brand-blue);
}

.adaptive .horizontal-menu .nav .nav-item .nav-link:hover {
    background: var(--bg-gray-subtle-hover);
}

.nav-item:nth-child(8) {
    background-color: var(--bg-brand-yellow);
    border-radius: .5rem;
}
.nav-item:nth-child(8) .nav-link:hover {
    background-color: #DB9D29 !important;
    color: var(--text-brand-blue) !important;
    margin: 0 !important;
    padding: .5rem 1rem !important;
}

/* DROPDOWN */
.view-plan-input {
    width: 40%;
    float: inline-end;
}

.dropdown .dropdown-input {
  background-color: var(--bg-default) !important;
  border: 1px solid var(--border-subtle) !important;
  color: black !important;
}

.dropdown .dropdown-input:hover,
.dropdown .dropdown-input:focus,
.dropdown .dropdown-input.show {
  background-color: var(--bg-subtle) !important;
  color: black !important;
}

a.dropdown-item.inputM {
    text-decoration: none;
}

a.dropdown-item.inputM:hover  {
    text-decoration: none;
    font-weight: bold;
}

.adaptive .horizontal-menu .nav .dropdown-menu .dropdown-item:hover, 
.adaptive .horizontal-menu .nav .dropdown-menu .dropdown-item:focus {
    background-color: var(--bg-subtle) !important;
    text-decoration: none !important;
    font-weight: bold;
}

@media (max-width: 604px) {
    .hide-mobile {
        display: none !important;
    }
}

/*changes to the footer*/
#footer_agency-brand {
    background-color: #e4e5ed !important;
    color: var(--text-brand-blue) !important;

    /* FULL SCREEN ROW CLASS */
body main article>.full-screen-width>.row {
    max-width: none !important; 
}

body main article>.full-screen-width {
    padding: 0 !important; 
}
}

.button-group {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    flex-wrap: wrap;
}

/* DEFAULT BUTTONS -------------------------------------------------------------- */
.button-brand {
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    padding: 8px 16px;
    min-width: 100px;
    color: white;
    background-color: #1C2674;
    text-align: center;
    cursor: pointer;
}

.button-brand:hover {
    background-color: #151d57;
    color: #FEFEFE;
    text-decoration: none;
}

.button-brand:active {
    background-color: var(--bg-brand-blue-active);
    color: var(--text-inverse);
}

.button-brand:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: var(--text-label);
}

.button-brand .ph {
    margin: auto;
}

.button-brand-subtle {
    display: inline-block;
    text-decoration: none;
    border: 1px solid var(--border-brand-blue);
    border-radius: 8px;
    padding: 8px 16px;
    min-width: 100px;
    color: var(--text-brand-blue);
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    cursor: pointer;
}

.button-brand-subtle:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: var(--text-brand-blue);
    text-decoration: none;
}

.button-brand-subtle:active {
    background-color: rgba(0, 0, 0, 0.12);
    color: var(--text-brand-blue);
}

.button-brand-subtle:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: var(--text-label);
    border: none;
}

/*LINK BUTTON -------------------------------------------------------------- */
.button-link {
    color: var(--text-link);
    text-decoration: underline;
    cursor: pointer;
}

.button-link:hover {
    color: var(--text-link-hover);
}

.button-link:active {
    color: var(--text-link-active);
}

.button-link:disabled {
    color: var(--text-link-inactive);
}

.top-bar {
    box-shadow: 0px 0px 10px rgba(99, 99, 99, 0.6);
}

.heading_1 {
    font-size: 3.75rem;
    font-weight: 900;
    color: #444444;
}

.heading_3 {
    font-size: 2rem;
}

.subtitle {
    font-size: 1.5rem;
    font-weight: 700;
}

.whatis, .faq-container {
    max-width: 100%;
    background-color: #ECF0F1;
}

#example-nav {
    max-width: 100%;
}

.reclaim_hero {
  background-image: linear-gradient(
      135deg,
      rgba(234, 234, 234, 0.97),
      rgba(219, 219, 219, 0.97),
      rgba(199, 195, 174, 0.97) 
    ),
    url("https://assets.codepen.io/2146429/MotifNoBG-01.png");
    background-size: 100vw;  
    max-width: 100% !important;
  }



ul {
  margin: 0;
  padding: 0;
  
}

li {
  list-style-type: none;
}

.logo {
  height: 3rem;
  padding-left: 1rem;
}

.brand-word {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1c2674;
}

.nav-button {
  margin-left: auto;
  padding-right: 2rem;
  text-decoration: none;
}

.return {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  text-decoration: none;
  background-color: #1c2674;
  color: #ffffff;
  border-radius: 4px;
  padding: 1rem 2rem;
}

.return:hover,
.share:hover {
  background-color: #0e133b;
  color: white;
}

.hamburger {
  color: #1c2674;
  font-size: 24px;
  display: none;
  padding: 20px;
}
 

.mobileNav.active {
    opacity: 1;
    pointer-events: auto;
}

.mobileNavItem {
    display: block;
    margin-bottom: 1rem;
}

.mobileNavItem a {
    color: #1c2674;
    text-decoration: none;
    font-family: "Figtree", sans-serif;
}

:root {
  --blue: #1c2674;
  --yellow: #fab32f;
  --dark-yellow: #1c2252;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Figtree", sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5,
p {
  font-size: 1.125rem;
}

body {
  background-color: #f0f0f0;
  font-family: "Figtree", sans-serif;
}
.top-bar ul,
.top-bar {
  background-color: #fefefe;
  position: sticky; 
    top: 0;
    z-index: 1000;
}

.brand {
  height: 3rem;
  padding-left: 1rem;
  vertical-align: baseline;
}
.brand-word {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1c2674;
  padding-left: 1rem;
  padding-top: 12px;
}
.return {
  font-weight: 700;
  margin-right: 1.5rem;
}

<!--.return:hover,-->
<!--.share:hover {-->
<!--  background-color: var(--dark-yellow);-->
<!--  color: white;-->
<!--}-->

<!--/* These are style for modal */-->
<!--.return,-->
<!--.share {-->
<!--  background-color: #fab32f;-->
<!--  color: #1c2674;-->
<!--  border-radius: 4px;-->
<!--  padding: 1rem 2rem;-->
<!--}-->

.reclaim_banner {
  margin: auto;
  padding: 50px;
}

.reclaim_bannerRight {
  padding: 1rem;
/*   width: 1000px; */
  position: relative;
  text-align: left;
  /* float: right; */
  max-width: 78%;
}

.indiana {
  position: relative;
}

.counter-div1 {
  /*   styling */
  text-align: center;
  padding: 1.5rem 1.5rem .5rem;
  color: #fff;
  background-color: #619d5d;
  border-radius: 15px;
  filter: drop-shadow(gray 0 0 5px);

  /*   positioning */
  position: absolute;
  top:9%;
  left: 45%;
  z-index: 10;
  
}

.counter-div2 {
  /*   styling */
  text-align: center;
  padding: 1.5rem 1.5rem .5rem;
  color: #fff;
  background-color: #619d5d;
  border-radius: 15px;
  filter: drop-shadow(gray 0 0 5px);

  /*   positioning */
  position: absolute;
  top: 5%;
  right: 20%;
  z-index: 10;
}

#countdown,
#anotherCountdown {
  color: #fff;
  font-size: 80px;
  font-family: "VT323", serif;
}

.view_balance {
  background-color: white;
  margin-top: 1rem;
}

.view-page {
  margin: auto;
  background-color: white;
  padding: 50px;
  width: 100%;
  text-align: center;
}

.empty {
  background-color: black;
}

.directions {
  /*   text-align: left; */
  margin: 20px 0;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.button {
  display: inline-block;
  margin: 20px 0;
}

/* .directions {
  text-align: left;
    align-items: center;
} */

.whatis-pic {
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whatis1 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 33px;
  max-width: 612px;
  margin: auto;
}

.who-should {
  margin: auto;
  text-align: center;
  background-color: white;
  padding: 50px;
}

.who-should-text {
  margin: auto;
  text-align: center;
  background-color: white;
}

.who-should-info {
  margin-bottom: 50px;
  text-align: center; */
  
  margin: 20px 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
} 

.type {
  background-color: #1c2674;
  color: white;
  padding: 10px;
  margin: 50px;
  margin-top: 60px;
  border-radius: 10px;
}

.small-3 {
  background-color: #1c2674;
  color: white;
  padding: 0px 20px 20px 20px;
  border-radius: 10px;
}

.type:hover {
  filter: drop-shadow(gray 0 0 10px);
  transform: scale(1.01);
}

.circle1 {
  width: 50%;
  height: 100px;
  text-align: center;
  position: relative;
  margin: auto;
  top: -70px;
  right: 0;
  left: 0;
  max-width: 125px;
}

.circle2 {
  width: 55%;
  height: 100px;
  text-align: center;
  position: relative;
  margin: auto;
  top: -70px;
  right: 0;
  left: 0;
  max-width: 125px;
}

.circle3 {
  width: 50%;
  height: 100px;
  text-align: center;
  position: relative;
  margin: auto;
  top: -4.375rem;
  right: 0;
  left: 0;
  max-width: 125px;
}

.faq-container {
  max-width: 1153px;
  margin: 3.125rem auto;
  padding: 7.5rem;
  align: center;
}


.faq-title {
  margin: auto;
  margin-bottom: 40px;
  color: black;
}

.faq-items {
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
}
.faq-item {
  border-bottom: 1px solid #ecf0f1;
  overflow: hidden;
}

.faq-question {
  background-color: white;
  width: 100%;
  padding: 20px;
  text-align: left;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #ecf0f1;
}

i.fas {
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.active {
  i.fas {
    color: blue;
    transform: translateX(-50%) rotate(180deg);
  }

  .faq-answer {
    display: block;
    padding: 20px;
  }
}
.faq-question.active {
  background-color: #1c2674;
  color: white;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: white;
}

.faq-answer p {
  padding: 20px;
  color: black;
}

.align-spaced { 
    justify-content: space-around;
}

.row { 
    max-width: none;
}

/* Default MobileNav (hidden by default) */
.mobileNav {
/*     display: none;
    position: fixed;
    top: 85px;
    right: 0;
    z-index: 100;
    background: white;
    padding-left: 20px;
    border-left: 1px solid #1c2674;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    min-height: 100dvh; */
}

.mobileNav.active {
  opacity: 1;
  pointer-events: auto;
}

/* Show mobileNav on smaller screens */
@media screen and (max-width: 900px) {
/*     .mobileNav {
        display: block;
        width: 80%;
        opacity: 1;
        pointer-events: auto;
    } */
    
    .top-bar-left {
        max-width:41%;
    }
    
    .button {
        margin: 0px 0 !important;
    }

    .heading_1 {
        font-size: 2.25rem;
    }

    .subtitle {
        font-size: 1.25rem;
    }

    .type {
        margin: 4rem 0 0 0;
        padding: auto;
    }

    /* .counter-div1 {
        left: -2rem;
        bottom: -3rem;
    } */
    
    .faq-container {
        padding: 0.5rem;
    }

    /* .counter-div2 {
        right: -5rem;
        top: -5rem;
    } */

    .indiana {
        margin-left: 2rem;
    }
  
  .mobileNav {
    position: fixed;
    display: block;
    top: 115px;
    right: 0;
    z-index: 100;
    background: white;
    padding-left: 20px;
    border-left: 1px solid #1c2674;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    min-height: 100dvh;
}
  .reclaim_banner {
    text-align: center;
  }

  .reclaim_bannerRight {
    padding: 0;
  }
    
    .brand-word, .nav-button {
        display: none;
    }

    .hamburger {
        display: block;
    }
  .mobileNav.active {
    opacity: 1;
    pointer-events: auto;
}

.mobileNavItem {
    display: block;
    margin-bottom: 1rem;
}

.mobileNavItem a {
    color: #1c2674;
    text-decoration: none;
    font-family: "Figtree", sans-serif;
}

/*     .mobileNavItem {
        display: block;
        margin-bottom: 1rem;
    }

    .mobileNavItem a {
        color: #1c2674;
        text-decoration: none;
        font-family: "Figtree", sans-serif;
    } */
}

/* Further adjustments for even smaller screens */
@media screen and (max-width: 415px) {
    .mobileNav {
        width: 80%;
    }
    
    .reclaim_bannerRight, .indiana {
        width: 80%;
    }

    .counter-div1 h3, .counter-div2 h3 {
        font-size: 12px;
    }

    #countdown, #anotherCountdown {
        font-size: 2.5rem;
    }

    .whatis {
        flex-wrap: wrap-reverse;
    }

    .whatis1 {
        text-align: left;
        padding: 20px 0;
        max-width: 300px;
    }

    .whatis-pic {
        margin: auto;
        text-align: center;
        padding: 20px 0 10px;
    }
}

/* Tablet and Mid-Sized Screens */
@media screen and (min-width: 640px) and (max-width: 1024px) {
    .reclaim_banner {
        margin: auto;
        width: 50%;
        flex-direction: column;
    }

    .reclaim_bannerRight {
        text-align: center;
        width: 50%;
    }
}

/* Larger Screens but still Responsive */
@media screen and (min-width: 416px) and (max-width: 1200px) {
    .reclaim_banner {
        margin: auto;
        padding: 50px 130px;
    }

    .whatis1 {
        text-align: left;
        padding: 40px 20px 40px 40px;
        max-width: 400px;
    }

    .faq-container {
        max-width: 920px;
    }
}

<!--TYPOGRAPHY-->
@media (max-width: 624px) { 
    .headingXXXL {
        font-size: 4.16rem !important;
    }
    
    .headingXXL {
        font-size: 3.125rem !important;
    }
    
    .headingXL {
        font-size: 2.5rem !important;
    }
    
    .headingL {
        font-size: 1.736rem !important;
    }
    
    .headingM {
        font-size: 1.38rem !important;
    }
    
    .headingS {
        font-size: 1.11rem !important;
    }
}