  /*Desktop Padding*/
/* @media screen and (min-width: 768px) {
footer {
	padding-left: 112px !important;
	padding-right: 112px !important;
	padding-top: 64px !important;
	padding-bottom: 64px !important;
}
}*/
/*End Desktop Padding*/
/*mobile padding*/
@media screen and (max-width: 767px) {
  footer {
    padding: 25px !important;
  }
}

/*end mobile padding*/
/*End Footer Background Color*/
/*General CSS*/
.new-footer footer .block-menu h2 {
  color: #fff;
  font-size: 1em !important;
  margin: 1rem 0 0.55rem;
  font-family: DopisRegular, sans-serif;
  line-height: 128%;
}

@media screen and (max-width: 767px) {
  .new-footer footer .block-menu h2 {
    font-size: 16px !important;
  }
}

.footer-heading-wrapper {
  margin-bottom: 20px;
}

.footer-heading-logo img {
  width: 100px;
}

.footer-heading-logo {
  padding-right: 50px;
}

.footer-heading-text-header {
  font-family: DopisRegular, sans-serif;
  font-size: 1.35em;
  letter-spacing: 1px;
}

.footer-heading-text {
  color: var(--color-white);
}

.footer-heading-text-text {
  font-size: 18px;
  padding-bottom: 20px;
}

.footer-heading-link-wrapper {
  padding-top: 60px;
}

.footer-heading-link {
  position: relative;
  overflow: hidden;
}

.footer-heading-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #562D0E;
  transition: left 0.8s ease;
}

.footer-heading-link:hover::before {
  left: 0;
}


.footer-heading-link:hover::before {
  left: 0;
}

.footer-heading-link {
  border: 1px solid #FFD94A;
  padding: 7px;
  width: 250px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .footer-heading-link {
    margin-left: 0px;
  }
}

.footer-heading-link-link {
  text-decoration: none;
  color: #FFD94A !important;
  border-bottom: none !important;
  position: relative;
}

.footer-heading-link-link:hover {
  text-decoration: none;
  border-bottom: none !important;
}

#block-lehigh-termsofservice {
  border-top: 1px solid #ffffff !important;
}

.new-footer footer .block-block-content a {
  border-bottom: none;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
}

/*Regular Footer (Non Homepage CSS)*/
.footer-heading-col-reg .footer-heading-text-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 170%;
}

.footer-reg-link-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .footer-reg-link-wrapper {
    margin-bottom: 30px;
  }
}

.footer-reg-link-wrapper .footer-reg-link {
  float: left;
  font-size: 14px;
  line-height: 19px;
}

.footer-reg-link-wrapper .footer-reg-link a {
  font-weight: 400;
}

.footer-reg-link-wrapper .footer-reg-link a:hover {
  font-weight: 450;
  text-decoration: underline !important;
}

/*End Regular Footer CSS*/
/*End General CSS*/
/*Desktop Queries*/
@media (min-width: 768px) {

  /* Desktop styles */
  .footer-heading-wrapper {
    display: flex;
  }

  .footer-heading-wrapper {
    flex-direction: row;
    /* Change direction to row for desktop */
  }

  .footer-heading-logo {
    border-right: 1px solid #FFD94A;
  }

  .footer-heading-link-wrapper {
    order: 2;
    /* Move it before text on desktop */
    width: auto;
    /* Allow it to take natural width */
  }

  .footer-heading-text {
    order: 1;
    /* Move it after link on desktop */
    /*padding-left: 50px;
                padding-right: 50px;
                margin-top: 40px;*/
    width: 60%;
  }

  .footer-heading-multi-col .footer-heading-text {
    width: unset;
  }

  #block-lehigh-footerheading {
    border-bottom: 1px solid #ffffff;
  }
}

/*Desktop Border Right Query*/
@media screen and (min-width: 1101px) {
  .footer-heading-col-1 {
    border-right: 1px solid #ffffff;
  }
}

/*End Desktop Border Right Query*/
/*End Desktop Queries*/
/*Mobile Queries*/
@media screen and (max-width: 1100px) {
  .footer-heading-wrapper {
    display: block;
  }

  .footer-heading-text {
    max-width: 100% !important;
  }

  .footer-heading-logo {
    width: 50%;
    float: left;
  }

  .footer-heading-link-wrapper {
    width: 50%;
    float: left;
  }

  .footer-heading-link {
    margin-bottom: 20px;
  }

  .footer-heading-text {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 20px;
  }

  .footer-heading-col-1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }

  .footer-heading-col-2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }

  #block-lehigh-footerheading {
    border-bottom: none;
  }
}

/*End Mobile Queries*/

/*Adjusting Text at Screen Widths*/
@media only screen and (max-width: 1250px) and (min-width: 768px) {
  .footer-heading-text-header {
    font-size: 0.95em !important;
  }

  .footer-heading-text-text {
    font-size: 12px !important;
  }
}

/*End Adjusting Text at Screen Widths*/
