  /*Footer Background Color*/
footer {
	background-color: #38210E !important;
}
/*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;
    margin: 1rem 0 0.55rem;
    font-family: 'Besley';
    letter-spacing: 0px !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: Besley;
	font-size: 1.35em;
}
.footer-heading-text {
	color: #ffffff;
}
.footer-heading-text-text {
	font-size: 18px;
}
.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;
}
@media only screen and (min-width: 992px) {
.new-footer footer .block-menu.menu--social-media {
    bottom: 150px;
}
}
.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: 14px;
	line-height: 150%;
	font-weight: 500;
}
.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;
		text-decoration: underline !important;
	}
	.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%;
            }
            
            #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*/
/*Fixing Social Media Bar*/
@media only screen and (min-width: 992px) {
  .new-footer footer .block-menu.menu--social-media {
    bottom: 145px !important;
  }
}
/*End Fixing Social Media Bar*/
/*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*/