/* 2.3.1.9  08/28/2022 modified to match changes to standard Drupal footer */
/* 2.3.1.10 04/09/2025 fix to show X for Twitter logo   */

/* this code is a copy from standard Drupal _footer.scss */
/* Footer navigation */
#footer-container {
  background-color: #000;
  font-size: 0.9rem;
  line-height: normal;
  font-family: National2Web, Arial, sans-serif;
}
#footer-container > .row {
  padding: 40px 20px 0;
  max-width: 1140px;
  clear:both;
}
#footer-container .main-footer {
  display: flex;
}
#footer-container .main-footer > ul {
  margin: 0 auto;
}
#footer-container .main-footer > ul > li {
  width: unset;
  min-width: 10%;
  margin-right: 2.5rem;
}

#footer-container a {
  color: #FFF;
  letter-spacing: 0.3px;
}

#footer-container ul li {
  list-style: none;
  margin: 10px 0;
}

.main-footer {
  min-height: 200px;
  position: relative;
}

.main-footer ul {
  display: block;
  margin: 0;
  padding: 0;
}

.main-footer ul li {
  margin: 10px 0;
}

.nav-footer h3 {
  	color: #fff;
  	margin-bottom: 16px;
  	font-size: 1.15rem;
  	text-transform: uppercase;
  	letter-spacing: 0.5px;
	font-weight: normal;
}

.nav-footer h3 a {
  text-decoration: none;
}

.nav-footer.also-of-interest {
  display: none;
}

/* Footer privacy nav */
#footer-container > .row.tiny-footer {
  margin-top: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#footer-container > .row.tiny-footer::after {
  display: none;
}
#footer-container > .row.tiny-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #333;
}

#nav-privacy {
  text-align: center;
  font-size: 1em;
}

ul#nav-privacy li {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
  color: #fff;
}

#footer-label-follow {
  display: none;
}

/* Footer Social */
ul#footer-social {
  margin: 0;
  padding: 0;
  display: flex;
}
ul#footer-social li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#footer-social li:not(:last-child) {
  margin-right: 1.5rem;
}
ul#footer-social li:hover a::before {
  color: #fff;
}
ul#footer-social li a {
  padding-top: 10px;
  z-index: 2;
}
ul#footer-social li a::before {
  content: "";
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 1.5rem;
  color: #adadad;
}
ul#footer-social li a:hover {
  text-decoration: none;
}
ul#footer-social li a:hover::before {
  width: 30px;
  height: 30px;
  color: #fff;
}
ul#footer-social li a.logo-facebook::before {
  content: "\f230";
}
ul#footer-social li a.logo-twitter::before {
  /* content: "\f099"; */
  content:"𝕏";
}
ul#footer-social li a.logo-instagram::before {
  content: "\f16d";
}
ul#footer-social li a.logo-youtube::before {
  content: "\f16a";
}

@media only screen and (max-width: 1000px) {
  #footer-container > .row.tiny-footer {
    flex-flow: column-reverse;
    padding-top: 40px;
  }
  #footer-container > .row.tiny-footer ul#nav-privacy {
    margin-bottom: 0;
  }
  #footer-container > .row.tiny-footer #footer-social {
    margin-bottom: 40px;
  }
  #nav-privacy {
    margin-bottom: 20px;
  }
  #footer-label-follow {
    display: block;
  }
}
@media (max-width: 60em) {
  /* Footer */
  .main-footer {
    min-height: 0;
  }
  #footer-container .eight.main-footer,
  #footer-container .four.social-footer {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-footer-four h3 {
    text-align: center;
  }
  .nav-footer-four {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .social-footer {
    margin-top: 0;
    padding-left: 0;
  }
  #footer-social {
    text-align: center;
    vertical-align: bottom;
    width: auto;
  }
  #footer-social li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
  #footer-social li:first-of-type {
    margin-left: 0;
  }
  #nav-privacy {
    margin-top: 0;
  }
}
@media (max-width: 47.9375em) {
  /* Footer */
  #footer-container .main-footer {
    border-right: 0;
    min-height: 0;
    display: block;
  }
  .main-footer::before {
    margin-left: 15px;
  }
  #footer-container > .row {
    padding: 0;
  }
  .nav-footer ul {
    display: none;
  }
  .main-footer ul {
    padding: 0 20px 6px;
  }
  .main-footer .nav-footer {
    border-bottom: 1px solid #3d3d3d;
  }
  .nav-footer h3 {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 15px 20px;
    text-align: left;
	font-weight: normal;
  }
  #footer-label-follow {
    padding: 40px 15px 10px;
  }
  .nav-footer-four h3 {
    border-bottom: 0;
  }
  .nav-footer h3 span {
    width: 8px;
    height: 5px;
    float: right;
    margin-top: 7px;
    background: url("../images/sprite.png") -300px -25px no-repeat;
  }
  .nav-footer.is-open h3 span {
    background-position: -317px -25px;
  }
  /* Footer Social */
  .nav-footer-four {
    padding-left: 0;
  }
  #footer-social {
    display: block;
  }
  #footer-social li {
    margin: 0 10px;
  }
  ul#nav-privacy {
    padding: 0 20px;

  }
  /* Footer privacy nav */
  #footer-container > .row.tiny-footer {
    padding: 0 0 20px;
    margin: 0;
    border-top: 0;
  }
  #footer-container > .row.tiny-footer::before {
    display: none;
  }
}
.footer-top {
  background-color: #333;
}
.footer-top:after {
  content: "";
  display: table;
  clear: both;
}
.footer-top > .row {
  position: relative;
}
@media (min-width: 48em) {
  .footer-top > .row {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
  }
}

/***************************************************************/
/* extra CSS to make the footer work with WordPress 08/29/2022 */
/***************************************************************/
#footer-container .column,
#footer-container .colums {
	float: left;
	min-height: 1px;
	padding: 0 10px;
	position: relative;
}

#footer-container .column:first-child, 
#footer-container .columns:first-child {
  padding-left: 0;
}

#footer-container .twelve, 
#footer-container .row .twelve {
  width: 100%;
}
#footer-container > .row {
    margin: 0px auto;
}
#footer-container .row.brightedge {
	display: none;
}
#footer-container .hide-txt {
	text-indent: -9999px;
}
#footer-container a {
	text-decoration: none;
}
#footer-container a:hover {
	text-decoration: underline;
}
@media all and (max-width: 767px) {

	#footer-container > .row {
		padding: 0;
	}
	#footer-container ul li ul { 
        margin-left: 20px; 
    } /* added 2/5/2020 */
}
@media (max-width: 47.9375em) {
	.row .four,
	.row .twelve {
		width: auto;
		float: none !important;
		left: 0;
		margin: 0 !important;
		padding: 0 !important; 
	}
}