.footer-new {
  text-rendering: optimizelegibility;
  text-rendering: geometricprecision;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: 'MaisonNeue', '-apple-system', 'blinkmacsystemfont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'arial', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 300;
}

.footer-new,
.footer-new a {
    font-size: 16px;
  color: #fff;
}

.footer-new a:hover {
  text-decoration: underline;
}



/* TOP SECTION */
.footer-new-top {
  height: 100%;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 58px;
  background-color: #002c1a;
}

.footer-new-top .footer-new-top-columns {
  display: flex;
  flex-wrap: wrap;
}

.footer-new-top .footer-new-top-column {
  display: inline-block;
  flex-grow: 1;
  width: 25%;
}

.footer-new-top .footer-new-top-column h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
}

.footer-new-list-address ul a{
  text-decoration: underline;
}

.footer-new-list-address ul:hover a{
	text-decoration: none
}

.footer-new-top .footer-new-top-column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-new-top .footer-new-top-column-logo {
  height: 80px;
}

.footer-new-top .footer-new-top-column-logo a:hover {
  text-decoration: none;
  opacity: .65;
}

.footer-new-top .footer-new-top-column-contact .footer-new-list-social {
  margin-top: 40px;
}

.footer-new-top .footer-new-top-column-contact .footer-new-list-social ul {
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.footer-new-top .footer-new-top-column-contact .footer-new-list-social ul .fa {
  font-size: 25px;
  margin-right: 30px;
  display: inline-block;
}

.footer-new-top .footer-new-top-column-about li {
  margin-bottom: 8px;
}

.footer-new-top .footer-new-top-column-links li {
  margin-bottom: 20px;
  line-height: 1.4;
}

.footer-new-top .footer-new-top-column-links li a {
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .footer-new-top .footer-new-top-column {
    width: 100%;
  }

  .footer-new-top .footer-new-top-column-links,
  .footer-new-top .footer-new-top-column-about,
  .footer-new-top .footer-new-top-column-links {
    margin-top: 40px;
  }
}



/* BOTTOM SECTION */
.footer-new-bottom {
  background-color: #002c1a;
  padding-top: unset;
  padding-bottom: 8px;
}

.footer-new-bottom .footer-new-bottom-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-new-bottom .footer-new-bottom-column {
  display: inline-block;
  flex-grow: 1;
  width: 50%;
}

.footer-new-bottom .footer-new-bottom-column-links {
  text-align: right;
}

.footer-new-bottom .footer-new-bottom-column-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.footer-new-bottom .footer-new-bottom-column-links ul li a{
  font-size: clamp(12px,10.5915492958px + .3755868545vw,16px);
  font-weight: 300;
  letter-spacing: -.01em;
  line-height: 1.5
}

.footer-new-bottom .footer-new-bottom-column-links li {
  margin-left: 15px;
  display: inline;
}

@media only screen and (max-width: 768px) {
  .footer-new-bottom {
    background-color: #002315;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .footer-new-bottom .footer-new-bottom-column-links {
    text-align: unset;
    margin-top: 25px;
  }

  .footer-new-bottom .footer-new-bottom-column-links li a {
    font-size: 13px;
  }

  .footer-new-bottom .footer-new-bottom-column {
    width: 100%;
  }
}