.landing-page {
  background-color: #161616;
}
.landing-page .linkBtn {
  background-color: #8F6D4F;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.2509803922);
  text-decoration: none;
  border: 1px solid #8F6D4F;
}
@media only screen and (min-width: 40em) {
  .landing-page .linkBtn {
    padding: 0.55em 1em 0.65em;
  }
}
@media only screen and (max-width: 640px) {
  .landing-page .linkBtn {
    letter-spacing: 0.5px;
    padding: 0.5em 1rem;
  }
}
@media only screen and (max-width: 400px) {
  .landing-page .linkBtn {
    letter-spacing: 0px;
    padding: 0.5em;
  }
}
.landing-page .linkBtn span {
  color: #161616;
  font-weight: 600;
}
.landing-page .linkBtn span:hover, .landing-page .linkBtn span:active, .landing-page .linkBtn span:focus {
  color: #8F6D4F;
}
.landing-page .linkBtn:hover, .landing-page .linkBtn:active, .landing-page .linkBtn:focus {
  background-color: #161616;
  border: 1px solid #8F6D4F;
}
.landing-page .linkBtn:hover span, .landing-page .linkBtn:active span, .landing-page .linkBtn:focus span {
  color: #8F6D4F;
}
.landing-page .linkAltBtn {
  background: transparent;
  border-bottom: 1px solid #8F6D4F;
  text-decoration: none;
}
@media only screen and (min-width: 40em) {
  .landing-page .linkAltBtn {
    padding: 0.55em 1em 0.65em;
  }
}
@media only screen and (max-width: 640px) {
  .landing-page .linkAltBtn {
    letter-spacing: 0.5px;
    padding: 0.5em 1rem;
  }
}
@media only screen and (max-width: 400px) {
  .landing-page .linkAltBtn {
    letter-spacing: 0px;
    padding: 0.5em;
  }
}
.landing-page .linkAltBtn:hover, .landing-page .linkAltBtn:active, .landing-page .linkAltBtn:focus {
  background-color: #000;
}
.landing-page .linkAltBtn span {
  color: #8F6D4F;
}
.landing-page .linkBtn + .linkAltBtn {
  margin-left: 2rem;
}
@media only screen and (max-width: 640px) {
  .landing-page .linkBtn + .linkAltBtn {
    margin-left: 0.5rem;
  }
}

#landing-header {
  position: fixed;
  width: 100vw;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#landing-header .logo {
  display: contents;
}
#landing-header .logo-landing {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../fall-2025/landing-logo.png);
  display: block;
  top: 2rem;
  position: relative;
  left: 5rem;
  width: 140px;
  height: 90px;
}
@media only screen and (max-width: 64em) {
  #landing-header .logo-landing {
    top: 1rem;
    left: 1rem;
  }
}
#landing-header .header-btn {
  display: flex;
  position: relative;
  right: 5rem;
  top: 3rem;
  max-height: 45px;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.2509803922);
}
@media only screen and (max-width: 64em) {
  #landing-header .header-btn {
    top: 1rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  #landing-header .header-btn {
    height: 42px;
    letter-spacing: 1px;
  }
}
.scrolled #landing-header {
  background: #161616;
  padding-top: 0;
  top: 0;
  padding: 0;
  position: sticky;
  z-index: 20;
  transition: all 300ms ease-out;
}
.scrolled .logo-landing {
  top: 0.5rem !important;
  transition: all 300ms ease-out;
  width: 110px !important;
  height: 70px !important;
}
.scrolled .header-btn {
  top: 1rem !important;
  transition: all 300ms ease-out;
}
@media only screen and (max-width: 64em) {
  .scrolled .header-btn {
    top: 1rem !important;
  }
}

.landing-hero {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  justify-content: left;
  align-items: center;
  background-position: bottom;
}
@media only screen and (max-width: 64em) {
  .landing-hero {
    align-items: flex-start;
    padding-top: 18%;
  }
}
@media only screen and (max-width: 640px) {
  .landing-hero {
    padding-top: 2%;
  }
}
.landing-hero .content-wrapper {
  width: 83vw;
  max-width: 1730px;
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .landing-hero .content-wrapper {
    align-items: flex-start;
    padding-top: 18%;
    width: 100%;
  }
}
@media only screen and (min-width: 2001px) {
  .landing-hero .content-wrapper {
    width: 1725px;
  }
}
@media only screen and (max-width: 640px) {
  .landing-hero .content-wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .landing-hero .content-wrapper {
    width: 80%;
  }
}
.landing-hero-text {
  max-width: 540px;
}
@media only screen and (max-width: 640px) {
  .landing-hero-text {
    max-width: 380px;
  }
}
@media only screen and (max-width: 400px) {
  .landing-hero-text {
    max-width: 300px;
  }
}
.landing-hero h1 {
  margin-bottom: 2rem;
}
.landing-hero h2 {
  font-family: Bronte;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 64em) {
  .landing-hero h2 {
    font-size: 16px;
    line-height: 120% !important;
  }
}
@media only screen and (max-width: 640px) {
  .landing-hero h2 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 400px) {
  .landing-hero h2 {
    max-width: 200px;
  }
}
.landing-hero p {
  color: #161616;
  font-size: 24px;
  line-height: 2rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .landing-hero p {
    font-size: 16px;
    line-height: 120% !important;
  }
}
@media only screen and (max-width: 640px) {
  .landing-hero p {
    line-height: 1.6rem;
    max-width: 400px;
  }
}
@media only screen and (max-width: 400px) {
  .landing-hero p {
    max-width: 200px;
  }
}

.lead-text {
  font-family: Bronte;
  font-weight: 400;
  font-style: Italic;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bd9470;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .lead-text {
    font-size: 16px;
    line-height: 120% !important;
  }
}

.lead-text-bold {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .lead-text-bold {
    font-size: 16px;
    line-height: 120% !important;
  }
}

.landing-2up-content {
  background-color: #161616;
}
.landing-2up-content .content-wrapper {
  display: flex;
  max-width: 2000px;
  align-items: center;
  justify-content: space-between;
  gap: 7%;
}
@media only screen and (max-width: 64em) {
  .landing-2up-content .content-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 64.125em) {
  .landing-2up-content .content-wrapper {
    margin-top: 7%;
    margin-bottom: 7%;
  }
}
@media (min-width: 768px) {
  .landing-2up-content .content-wrapper.flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .landing-2up-content .content-wrapper.flex-row-reverse {
    flex-direction: row-reverse;
  }
}
.landing-2up-content .lead-text {
  font-size: 24px;
}
@media only screen and (max-width: 64em) {
  .landing-2up-content .lead-text {
    font-size: 16px;
    line-height: 120% !important;
  }
}
.landing-2up-content .content-text {
  width: 50%;
  text-align: left;
  max-width: 600px;
}
@media only screen and (max-width: 64em) {
  .landing-2up-content .content-text {
    width: inherit;
    margin-bottom: 3rem;
  }
}
.landing-2up-content .content-img {
  width: 50%;
  max-width: 575px;
}
@media only screen and (max-width: 64em) {
  .landing-2up-content .content-img {
    width: inherit;
  }
}
.landing-2up-content .content-img img {
  width: 100%;
  height: auto;
}
.landing-2up-content h2 {
  font-family: Bronte;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 3.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 64em) {
  .landing-2up-content h2 {
    font-size: 28px;
    line-height: 2rem;
  }
}
.landing-2up-content ul {
  list-style: inherit;
  margin-bottom: 1.4rem;
}
.landing-2up-content ul li {
  margin-left: 1rem;
  font-size: 24px;
}
@media only screen and (max-width: 64em) {
  .landing-2up-content ul li {
    font-size: 16px;
    line-height: 120% !important;
  }
}
.landing-2up-content a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.landing-2up-content p {
  font-size: 24px;
  line-height: 2rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .landing-2up-content p {
    font-size: 16px;
    line-height: 120% !important;
  }
}
@media only screen and (max-width: 640px) {
  .landing-2up-content p {
    line-height: 1.6rem;
  }
}

.landing-callout {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-callout .callout-content {
  width: 1130px;
  height: 900px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}
@media only screen and (max-width: 64em) {
  .landing-callout .callout-content {
    width: calc(100% - 2rem);
  }
}
.landing-callout .lead-text {
  color: #8F6D4F;
}
.landing-callout h2 {
  font-family: Bronte;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 64em) {
  .landing-callout h2 {
    font-size: 28px;
  }
}
.landing-callout p {
  color: #161616;
  font-size: 24px;
  line-height: 1.6rem;
  max-width: 540px;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 64em) {
  .landing-callout p {
    font-size: 16px;
    line-height: 120% !important;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .landing-callout p {
    line-height: 1.4rem;
    margin: 0 auto 0.5rem;
    max-width: 85%;
  }
}
.landing-callout .v65-customForm {
  margin: 0 auto;
  max-width: 880px;
}
.landing-callout .v65-customForm div {
  width: 49%;
  padding: 0 2%;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .landing-callout .v65-customForm div {
    width: 98%;
  }
}
.landing-callout .v65-customForm div:nth-of-type(3) {
  width: 98%;
}
.landing-callout .v65-customForm div:nth-of-type(4) {
  display: flex;
  flex-direction: row;
  width: auto;
  color: #161616;
  justify-content: flex-start;
  font-size: 20px;
  padding: 0 3%;
}
@media only screen and (max-width: 640px) {
  .landing-callout .v65-customForm div:nth-of-type(4) {
    font-size: 14px;
  }
}
.landing-callout .v65-customForm div:nth-of-type(4) input {
  width: inherit;
  margin: 0 6px;
}
@media only screen and (max-width: 640px) {
  .landing-callout .v65-customForm div:nth-of-type(4) label {
    font-size: 14px;
  }
}
.landing-callout .v65-customForm div:nth-of-type(6) {
  text-align: center;
}
.landing-callout .v65-customForm legend {
  display: none;
}
.landing-callout .v65-customForm label {
  color: #161616;
}
.landing-callout .v65-customForm input {
  width: 100%;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
.landing-callout .v65-customForm button {
  background-color: #8F6D4F;
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.2509803922);
  width: auto;
}
@media only screen and (max-width: 39.9375em) {
  .landing-callout .v65-customForm button {
    padding: 0.7rem 1rem;
  }
}
.landing-callout .v65-customForm button span {
  color: #161616;
  font-weight: bold;
}

.landing-page-footer {
  height: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: left;
  align-items: center;
  background-position: bottom;
  display: flex;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 64em) {
  .landing-page-footer {
    align-items: flex-start;
    padding-top: 18%;
  }
}
@media only screen and (max-width: 640px) {
  .landing-page-footer {
    padding-top: 2%;
  }
}
.landing-page-footer .content-wrapper {
  width: 83vw;
  max-width: 1730px;
  padding: 0;
}
@media only screen and (max-width: 64em) {
  .landing-page-footer .content-wrapper {
    align-items: flex-start;
    padding-top: 18%;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .landing-page-footer .content-wrapper {
    width: 90%;
    padding-top: 2%;
  }
}
@media only screen and (min-width: 2001px) {
  .landing-page-footer .content-wrapper {
    width: 1725px;
  }
}
.landing-page-footer h2 {
  font-family: Bronte;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .landing-page-footer h2 {
    font-size: 28px;
  }
}
.landing-page-footer-text {
  max-width: 540px;
}
@media only screen and (max-width: 640px) {
  .landing-page-footer-text {
    max-width: 400px;
  }
}
.landing-page-footer p {
  font-size: 24px;
  line-height: 2rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .landing-page-footer p {
    font-size: 16px;
    line-height: 120% !important;
  }
}
@media only screen and (max-width: 640px) {
  .landing-page-footer p {
    line-height: 1.6rem;
  }
}

@media only screen and (max-width: 39.9375em) {
  .full-width-wrapper.space-bottom {
    margin-bottom: 1rem;
  }
}

.landing-page footer {
  position: inherit;
  display: inline-block;
  background-color: #161616;
}
.landing-page footer .footer-logo {
  margin: 0 auto 3rem;
}
.landing-page footer .content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 39.9375em) {
  .landing-page footer .content-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.landing-page footer .content-wrapper .copyright {
  margin-right: 2.5rem;
  text-transform: uppercase;
  font-family: "Bronte";
  letter-spacing: 1px;
}
@media only screen and (max-width: 39.9375em) {
  .landing-page footer .content-wrapper .copyright {
    margin: 0 0 1rem;
  }
}
.landing-page footer .content-wrapper .footer-navigation {
  text-transform: uppercase;
  font-family: "Bronte";
  letter-spacing: 1px;
}
@media only screen and (max-width: 39.9375em) {
  .landing-page footer .content-wrapper .footer-navigation li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .landing-page footer .content-wrapper .footer-navigation li:after {
    display: none;
  }
}
.landing-page footer .content-wrapper .footer-navigation a {
  padding: 0.1rem 2.5rem;
}
@media only screen and (max-width: 39.9375em) {
  .landing-page footer .content-wrapper .footer-navigation a {
    width: 100%;
  }
}
.landing-page footer .content-wrapper .header__social {
  position: inherit;
  right: inherit;
  bottom: inherit;
  margin-left: 20px;
}
.landing-page footer .content-wrapper .header__social img {
  margin-right: 2.5rem;
}
@media only screen and (max-width: 39.9375em) {
  .landing-page footer .content-wrapper .header__social img {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.landing-page footer .content-wrapper .header__social img svg {
  fill: #8F6D4F !important;
}
@media only screen and (max-width: 39.9375em) {
  .landing-page footer .content-wrapper .header__social {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 39.9375em) {
  .landing-page footer .content-wrapper .header__social a {
    margin: 0 auto;
  }
}
