.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  font-family: "Inter", sans-serif;
  padding-top: 60px;
  background-color: #FAF9F7;
}

h1, h2, h3, h4, h5, h6 {
  color: #343334;
  font-weight: 500;
  letter-spacing: .3px;
}

h2 {
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

h3 {
  font-size: 1.5rem;
  max-width: 600px;
  margin: 0 auto;
}

h4, .h4 {
  font-size: 1.2rem;
}


h1 {
  font-weight: 700;
  font-size: 2rem;
}

p {
  color: #343A40;
  font-size: 16px;
  font-weight: 300;
}

.btn {
  padding: 13px 25px 13px;
  line-height: 100%;
  font-weight: 500;
}

.text-success {
  color: #ECA233 !important;
}

.btn.btn-primary {
  background-color: #ECA233;
  border-color: #ECA233;
}

.btn.btn-primary:active, .btn.btn-primary:hover {
  background-color: #E6811B;
  border-color: #E6811B;
}

.has-backImage {
  background-color: #cccccc;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.containerPadding {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.no-padding-top {
  padding-top: 0;
}

@media (min-width: 768px) {
  .containerPadding {
    padding: 60px 20px;
  }
}

/*Nav Bar*/
.navbarLogo {
  width: auto;
  height: 38px;
}

.nav-link {
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  color: #3b3a3b;
  letter-spacing: .3px;
}

.navbar-toggler {
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand svg {
  margin-right: 10px;
}

.navbar-brand span {
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: -0.01em;
}

@media (min-width: 1024px) {
  .navbar-brand span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.navbar .btn {
  background-color: #ECA233;
  color: white;
  border-color: #ECA233;
  border-radius: 10px;
  letter-spacing: .3px;
  font-weight: 500;
}

.navbar .btn:hover {
  background-color: #E6811B;
  border-color: #E6811B;
}

@media (max-width: 991.98px) {
  .navbar-collapse .btn {
    margin: 15px auto;
    display: block;
    width: 80%;
    max-width: 300px;
    text-align: center;
  }
  
  .mobile-cta-btn {
    font-weight: 600;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }
  
  .navbar-nav {
    text-align: center;
  }
}

/* Hero Image */
.heroImage {
  background-color: #FCF2DF;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 600px;
  width: 100%;
}

.heroImage-contentWrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
    width: 100vw;
    max-width: 100%;
  }
  
  .container, 
  .container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100vw !important;
  }
  
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100vw !important;
    max-width: 100% !important;
  }
  
  .heroImage {
    width: 100vw !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    padding: 0 20px;
    overflow-x: hidden !important;
  }
  
  .stats-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .heroImage .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  
  .heroImage-contentWrapper {
    width: 100vw !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  
  .heroImage-contentWrapper h1, 
  .heroImage-contentWrapper p, 
  .heroImage-contentWrapper .stats-container,
  .heroImage-contentWrapper .btn {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.heroImage h1 {
  margin-bottom: 0;
  line-height: 1.2;
}

.heroImage .display-4 {
  font-size: 2.8rem;
  font-weight: 500;
}

.stats-item {
  margin-right: 15px;
}

.stats-item .display-5 {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 500;
}

.stats-label {
  font-size: 0.85rem;
  color: #6c757d;
}

.heroList {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
}

.heroList li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}

@media (min-width: 992px) {
  .heroList li {
    justify-content: left;
  }
}

.heroList li p {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 0;
  margin-left: 9px;
}

.heroImage-img {
  width: 100%;
}

@media (min-width: 992px) {
  .stats-item .display-5 {
    font-size: 2rem;
  }
  
  .stats-label {
    font-size: 1rem;
  }
}

/* Benefits*/

.benefitsWrapper {
  max-width: 500px;
}

.benefitsCol {
  background-image: linear-gradient(#FCF2DF, #F7F4ED);
  padding: 24px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.benefitsCol-copy {
  padding-right: 10px;
}

/* Social Proof */

.brand-logo {
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 15px 25px;
  font-weight: 600;
}

.logos-container,
.news-logos-container,
.edu-logos-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  max-width: 1100px;
  flex-wrap: wrap;
  margin: 0 auto;
  background-color: transparent;
}

.news-logos-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.logo-item,
.news-logo,
.edu-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.news-logo img {
  max-height: 30px;
  width: auto;
  opacity: 0.8;
  filter: grayscale(100%);
}

.edu-logo img {
  max-height: 60px;
  width: auto;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
}

.edu-logo:nth-child(3) img {
  max-height: 70px; /* Special size for University of Louisville logo */
}

.edu-logo img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.edu-logos-container {
  padding: 0;
}


.howTo-step {
  font-size: 14px;
  font-weight: 600;
  color: #ECA233;
  letter-spacing: .3px;
}

.howToIcon-wrapper {
  background-color: #ECA233;
  padding: 20px;
  height: 103px;
  width: 103px;
  border-radius: 100%;
  margin: 0 auto 25px;
}

.howToWrapper {
  max-width: 350px;
  margin: 0 auto;
}

/*Quote*/

.quoteSection.has-backImage {
  background-color: #FCF2DF;
  height: auto;
}

.quoteCol {
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.quoteContainer {
  background-color: white;
  border-radius: 20px;
  padding: 35px;
}

.quoteContainer h4{
  line-height: 130%;
  margin-bottom: 20px;
}

.quoteContainer p {
  line-height: 120%;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

/* CTA */

.ctaSection {
  background-color: #ECA233;
}

/*FAQs*/

.faqsContainer {
  width: 100%;
}

.faqSection .accordion-button {
  background-color: transparent;
}

.faqSection .accordion-item {
  border: none;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 10px;
  background-color: transparent;
}

.faqSection .accordion-button:not(.collapsed) {
  box-shadow: none;
}

/*Footer*/

.footerSection {
  background-color: #222027;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footerLogo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footerLogo-svg {
  width: 50px;
  height: 50px;
}

.footerLogo-text {
  color: white;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: -0.01em;
}

@media (min-width: 1024px) {
  .footerLogo-text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.footerBottom-section {
  padding: 15px;
  border-top: 1px solid #4E4D52;
  text-align: center;
  width: 100%;
}

.footerBottom-section p {
  color: white;
  opacity: 0.8;
  font-size: 13px;
  width: 100%;
}

.footerLink-wrapper {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 40px;
  text-align: center;
  display: flex;
  align-items: center;
}

.footerLink {
  margin: 0 10px;
}

.footerLink a {
  padding: 10px 30px;
  color: white;
  font-size: 19px;
  text-decoration-line: none;
}

.footerLink a:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 992px) {
  .nav-link {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0;
  }

  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  .navbar .btn {
    display: block;
  }

  .has-backImage {
    height: 500px;
  }

  .heroImage {
    min-height: 700px;
  }

  .heroImage .has-backImage {
    height: 450px;
  }

  .benefitsWrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .howToWrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  .socialProof img {
    width: auto;
    height: 100px;
  }

  .containerPadding {
    padding: 80px 20px 70px;
    max-width: 1280px;
  }

  p {
    font-size: 16px;
  }

  .heroImage-contentWrapper {
    max-width: 600px;
    margin: 0 0 0 auto;
  }

  .accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 0px;
  }

  .faqSection .accordion-item {
    width: 48%;
  }
}

@media only screen and (min-width: 768px) {
  .benefitsWrapper {
    width: 100%;
    max-width: 1100px;
  }

  .howToWrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}
