.footer-content {
  color: #FFFFFF !important;
  font-family: 'Arial',sans-serif;
  background: #415364;
  margin-top: auto;
}

.footer-content a, .footer-content a:visited {
  color: #FFFFFF !important;
  text-decoration: none;
}

@media (min-width: 48em) {
.footer-content h3, .footer.bottom-content h3 {
  color: #FFFFFF !important;
  font-size: 1.25rem;
  margin-bottom: 7px;
}
}

.footer-content .footer-menu a {
  font-size: 1rem;
  font-weight: 400;
  background-image: linear-gradient(to bottom,rgba(255,255,255,.6),rgba(255,255,255,.6));
  background-size: 0% 1px;
  background-position: 0 100%;
}

 .footer-content .social-group a {
/*  font-size: 14px;*/
  background-image: linear-gradient(to bottom,rgba(255,255,255,.6),rgba(255,255,255,.6));
  background-size: 0% 1px;
  background-position: 0 100%;
}

.footer-content li a:hover , .footer-content .social-group a:hover{
  color: #ebe8e5;
  background-image: linear-gradient(to right,rgba(255,255,255,.6),rgba(255,255,255,.6));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.footer-content a, .footer-content a:visited, .footer.bottom-content a, .footer.bottom-content a:visited {
  color: #ebe8e5 !important;
  padding-bottom: 0;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background-image: linear-gradient(to bottom,#545454,#545454);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.footer-widget-area ul li {
  padding-left: 0px;
}

.footer-content .links {
  margin-bottom: 20px;
  padding: 0 50px 0 0;
  vertical-align: top;
}

.footer-content h3::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  margin: 0;
  width: 13px;
  height: 0;
  border-bottom: 2px solid #f1b82d;
  transform: rotate(90deg);
  transition: width .3s;
}

.footer-content .social-group ul.links li {
  display: block;
  margin-bottom: 8px;
}

.footer-content .social-group ul > li {
  margin-right: 6px;
  margin-bottom: 12px;
  display: inline-block;
}

.footer-content .social-group .links a{
  font-size: 1rem;
  font-weight: 400;
}

 .footer-content .social-group a::before, .footer.bottom-content .social-group a::before {
  color: #fff;
}

.footer-content .social-group .social-twitter::before {
/*  content: "\f099";*/ /*twitter*/
  content: "\e61a"; /* X */
  color: #fff;
}

.footer-content .social-group .social-linkedin::before {
  content: "\f08c";
  color: #fff;
}

.footer-content .social-group .social-facebook::before {
  content: "\f230";
  color: #fff;
}

.footer-content .social-group .social-pinterest::before {
  content: "\f231";
  color: #fff;
}

.footer-content .social-group a::before {
  font-family: 'Font Awesome 6 Brands' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 12px;
  font-size: 30px;
  text-align: center;
  border: none;
  display: block;
  color: #c2c2c2;
}

.footer-content .donation span {
  display: table;
  margin-top: 15px;
}

.footer-content .donation a {
  color: #415364 !important;
}

.footer.bottom-content a.ftr-underline {
  text-decoration: underline;
}

/*---------everything below this exclusive to desktop display mode----------*/
@media (min-width: 768px) {
.footer-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-menu {
  border-bottom: none;
  vertical-align: top;
  display: inline-block;
}

.footer-row {
  max-width: 1240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column {
  -webkit-flex: 0 0 20% !important;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.toggle {
  display: block !important;
}

.footer-content h3::before,  .footer-content h3::after {
  display: none !important;
}

.footer.bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -100vw !important;
  margin-right: -100vw !important;
  position: relative;
  margin-top: 0;
  color: #fff;
  border-top: 1px solid #7a8793;
  margin-top: 20px;
  padding: 34px 0;
    padding-right: 0px;
    padding-left: 0px;
}
}