@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Inlander";
  src: url("../../fonts/inlander/Inlander-Regular.otf") format("opentype");
  font-style: normal;
}
.custom-site-footer {
  background-color: #06534f;
  width: 100%;
  padding: 60px 20px 60px 20px;
  font-family: sans-serif;
  /* CRITICAL: Set relative position so pseudo-elements position themselves correctly */
  position: relative;
}
.custom-site-footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 521px;
  height: 100%;
  background-image: url(/themes/custom/growback_georgia/styles/images/footer_background_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.35;
  pointer-events: none;
  background-position: left bottom;
}
@media (max-width: 840px) {
  .custom-site-footer::before {
    width: 440px;
  }
}
.custom-site-footer::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 359px;
  margin-top: -291px;
  padding-bottom: 0px;
  float: right;
  height: 350px;
  width: 350px;
  opacity: 0.35;
  pointer-events: none;
  background-image: url(/themes/custom/growback_georgia/styles/images/footer_background_right.png);
  background-position: right bottom;
}
.custom-site-footer .footer-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 3em;
}
.custom-site-footer .footer-wrapper .main-footer-content {
  display: flex;
  gap: 10em;
  max-width: 100%;
  justify-content: space-evenly;
}
.custom-site-footer {
  /* New styling for the divider line HTML element */
}
.custom-site-footer .footer-divider-line {
  width: 100%;
  height: 1px;
  background-color: #BCDC9F;
  margin-top: 40px;
}
.custom-site-footer .footer-logos-div {
  max-width: 100%;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.custom-site-footer .footer-logos-div .top-row {
  margin-bottom: 30px;
  float: left;
}
.custom-site-footer .footer-logos-div .top-row .image-container:nth-child(2) img {
  height: 155px;
}
.custom-site-footer .footer-logos-div .top-row,
.custom-site-footer .footer-logos-div .bottom-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 45px;
}
.custom-site-footer .footer-logos-div .top-row .image-container,
.custom-site-footer .footer-logos-div .bottom-row .image-container {
  max-width: none;
  min-width: auto;
  margin: 0;
  padding: 0;
}
.custom-site-footer .footer-logos-div .top-row img,
.custom-site-footer .footer-logos-div .bottom-row img {
  width: 160px;
  height: auto;
  object-fit: contain;
  display: block;
  min-width: 0;
}
.custom-site-footer .footer-logos-div .top-row img.uga-footer-logo,
.custom-site-footer .footer-logos-div .bottom-row img.uga-footer-logo {
  width: 280px;
}
.custom-site-footer .footer-logos-div .top-row img.clemson-footer-logo,
.custom-site-footer .footer-logos-div .bottom-row img.clemson-footer-logo {
  width: 240px;
}
.custom-site-footer .footer-column {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
.custom-site-footer .footer-column .footer-header {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  margin-top: 0;
}
.custom-site-footer .footer-column .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-site-footer .footer-column .footer-list li {
  margin-bottom: 16px;
}
.custom-site-footer .footer-column .footer-list li a {
  text-decoration: none;
  color: #e0e0e0;
  font-size: 1rem;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.custom-site-footer .footer-column .footer-list li a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.custom-site-footer .footer-column .footer-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .custom-site-footer .footer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .custom-site-footer .main-footer-content {
    flex-direction: column;
    gap: 40px;
  }
  .custom-site-footer .footer-column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    max-width: 100%;
  }
  .custom-site-footer .footer-column:last-child {
    border-bottom: none;
  }
  .custom-site-footer {
    /* Adjust background images for mobile if they get too big */
  }
  .custom-site-footer::before, .custom-site-footer::after {
    opacity: 0.5;
    display: none;
  }
}
@media (max-width: 480px) {
  .custom-site-footer .footer-wrapper {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=footer.css.map */
