/* Typography
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&family=Merriweather+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,800;1,400;1,800&family=Raleway:ital,wght@0,300;0,400;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "GI";
  src: url("../fonts/gi-bold-web.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GI";
  src: url("../fonts/gi-regular-web.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

main {
  display: block;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  color: black;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
  opacity: 1;
}

hr {
  clear: both;
  display: block;
  width: 100%;
  background-color: #888;
  height: 0.5px;
}

.part-divider, .subhead-divider {
  clear: both;
  display: block;
  width: 25%;
  background-color: #3e3e3e;
  height: 10px;
}

.byline-hr {
  clear: both;
  display: block;
  width: 30%;
  background-color: black;
  height: 0.5px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-m-top {
  margin-top: 30px;
}


/* IMAGES */

img {
  height: auto;
  width: 100%;
  margin: auto;
}

.img-h {
  max-width: 1000px;
  display: block;
  margin: auto;
  padding-top: 40px;
  justify-content: center;
}

@media (max-width: 998px) {
  .img-h {
    padding-top: 20px;
  }
}

@media (max-width: 525px) {
  .img-h {
    padding-top: 10px;
  }
}

#img-h-m {
  margin-top: -30px;
}

@media (max-width: 998px) {
  #img-h-m {
    margin-top: -10px;
  }
}

.img-v {
  max-width: 800px;
  display: block;
  margin: auto;
  padding-top: 40px;
  justify-content: center;
}

@media (max-width: 998px) {
  .img-v {
    padding-top: 20px;
  }
}


.img-lead {
  height: auto;
  width: 100%;
  margin: auto;
  padding-top: 10px;
}


.img-v-grid {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: auto;
  content: center;
}

.img-v-grid img {
  max-width: 100%;
  height: auto; 
  display: block;
  
}

@media (max-width: 991px) {
  .img-v-grid {
    display: block;
  }
}

.img-v-grid-left {
  padding-right: 10px;
}

.img-v-grid-right {
  padding-left: 10px;
}

.img-v-grid-left, .img-v-grid-right {
  flex: 1;
  overflow: hidden; /* Prevents overflow */
  display: flex; /* Ensures content stretches properly */
  flex-direction: column; /* Stacks image & caption vertically */
  align-items: center; /* Centers content */

}

@media (max-width: 998px) {
  .img-v-grid-left, .img-v-grid-right {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.flex-image {
  display: flex;
  gap: 20px;
  margin: 0 auto 80px auto;
  justify-content: center;
}

.flex-image img {
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0px;
}

.flex-image-text {
  margin: 40px 0px 0px;
  max-width: 250px;
}

@media (max-width: 778px) {
  .flex-image {
    display: block;
    text-align: center;
    margin: 0 auto 80px auto;
    
  }

  .flex-image img {
    margin: 0 auto;
    
  }


  .flex-image-text {
    margin: 20px auto 0;
    max-width: 400px;
  }
}

.img-dropshadow {
  filter: drop-shadow(0.5rem 0.5rem 0.7rem rgb(63, 63, 63));
}

/* VIDEO */

video {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 20px 0px;
}


#lead-video {
  margin-top: 0px;
}

.lead-video-container {
  position: relative;
}

.video-desktop {
  display: block; /* Show desktop video by default */
}

.video-mobile {
  display: none; /* Hide mobile video by default */
}

/* When screen width is less than 768px (adjust as needed) */
@media (max-width: 768px) {
  .video-desktop {
    display: none; /* Hide desktop video */
  }
  .video-mobile {
    display: block; /* Show mobile video */
  }
}

.overlayText {
  position: absolute;
  top: 60%;
  left: 5%;
  z-index: 1;
}

#topText {
  color: white;
  align-self: center;
  font-size: 52px;
  padding-right: 20px;
}

#topTextSub {
  color: white;
  align-self: center;
  font-size: 28px;
  padding-right: 30%;
}

@media (max-width: 1155px) {

  
  #topText {
    font-size: 48px;;
  }

  #topTextSub {
    font-size: 30px;
  }
}

@media (max-width: 1072px) {


#topText {
  font-size: 40px;;
}

#topTextSub {
  font-size: 24px;
}
}

@media (max-width: 900px) {


#topText {
  font-size: 36px;;
}

#topTextSub {
  font-size: 20px;
}
}

@media (max-width: 815px) {

#topText {
  font-size: 32px;;
}

#topTextSub {
  font-size: 20px;
}
}

@media (max-width: 768px) {
  .overlayText {
    top: 60%;
  }
  
  #topText {
    font-size: 42px;
  }

  #topTextSub {
    font-size: 28px;
    padding-right: 10%;
  }
}

@media (max-width: 492px) {
  
  #topText {
    font-size: 36px;
  }

  #topTextSub {
    font-size: 22px;
  }
}

@media (max-width: 405px) {
  
  #topText {
    font-size: 32px;
  }

  #topTextSub {
    font-size: 18px;
  }
}

/* LINKS */
a,
a:focus {
  color: #326891;
  text-decoration: underline;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover {
  color: #326891;
  text-decoration: none;
  outline: 0;
}


#lead-head {
  padding:40px 40px 10px;
}

#lead-subhead {
  padding: 0px 90px 10px;
}

@media (max-width: 998px) {
  #lead-head {
    padding:40px 0px 10px;
  }

  #lead-subhead {
    padding:0px 30px 10px;
  }
}

@media (max-width: 525px) {
  #lead-head {
    padding:40px 20px 10px;
  }

  #lead-subhead {
    padding:0px 40px 10px;
  }
}

/* HEADINGS AND TEXT */
h1 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 5.25rem;
  font-weight: 800;
  line-height: 1.2;
  padding-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
  }
}

h2 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 575px) {
  h2 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.75rem;
  font-weight: bolder;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 778px) {
  h3,
  .part-divider, .blurb {
    margin-left: 20px;
    margin-right: 20px;
  }
}

h4 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.5rem;
  font-weight: bolder;
  line-height: 1.2;
  text-align: left;
}

h5 {
  font-family: "GI", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
  margin: 40px 0;
}

@media (max-width: 575px) {
  h5 {
    font-size: 25px;
    font-weight: 550;
    line-height: 1.5;
  }
}

h6 {
  font-family: "GI", sans-serif;
  font-weight: 500;
  line-height: 2.1;
}

p {
  font-family: "Noto Serif", serif;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: black;
}


.blurb, .subhead-blurb {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 1.3;
  text-align: left;
}


.byline {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.dateline {
	font-family: "Libre Franklin", sans-serif;
	font-size: 1.75rem;
	font-weight: 100;
	line-height: 1.5;
	text-align: center;
	margin-bottom: -30px;
}

.dropcap {
  float: left;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  margin-right: 5px;
}

@media (max-width: 575px) {
  .dropcap {
    font-size: 54px;
  }
}

.pullquote {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.75rem;
  text-align: center;
}

@media (max-width: 680px) {
  .pullquote {
    font-size: 2.5rem;
  }
}

.big-quotemark {
  font-family: 'Rokkitt';
  font-size: 140px;
  margin-bottom: -105px;
}

.attribution {
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 20px;
}

@media (max-width: 680px) {
  .attribution {
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {
  p {
    font-size: 1.8rem;
  }
}

@media (max-width: 575px) {
  .credit {
    font-size: 1.5rem;
  }
}

figcaption {
  font-style: italic;
  padding: 10px 10px 20px 10px;
  text-align: left;
  justify-content: center;
  margin-right: 0;
}

.figcaption-grid-padding {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  figcaption {
    padding: 10px 20px 20px 20px;
  }
}

.bottom-text {
  color: white;
  font-family: 'Libre Franklin';
  font-size: 18px;
  justify-content: center;
}


/* Social Media icons */
.fa-brands {
  font-size: 30px;
  width: 50px;
  
}

.fa:hover {
  opacity: 0.7;
}


/* Preloader
===========================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f7f9;
  z-index: 999999;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#preloader:after {
  content: "";
  width: 50px;
  height: 50px;
  position: fixed;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right-color: #000;
  -webkit-animation: fa-spin 1.2s infinite;
  animation: fa-spin 1.2s infinite;
  z-index: 100000;
}
.page-loaded #preloader {
  opacity: 0;
  pointer-events: none;
}

/* Layout
===========================*/
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 0.5px solid rgb(105, 103, 103);
  z-index: 1001;
}

/* Footer */
#footer {
  font-family: "Libre Franklin", sans-serif;
  line-height: 30px;
  padding: 30px;
  margin-top: 60px;
  text-align: left;
  max-width: 100% !important;
  position: absolute;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  #footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer small {
    display: none;
  }
  #header,
  #footer {
    padding: 0 20px;
  }
}

.sticky-header #header,
.fixed-header #header {
  position: fixed;
}
.sticky-header.sticky-footer #footer,
.fixed-header.fixed-footer #footer {
  position: fixed;
}
.sticky-header #main,
.fixed-header #main {
  padding-top: 65px;
}
.sticky-header.sticky-footer #main,
.fixed-header.fixed-footer #main {
  padding-bottom: 45px;
}
.hero-fullscreen {
  height: calc(100vh - 65px);
}
.sticky-header.sticky-footer .hero-fullscreen,
.fixed-header.fixed-footer .hero-fullscreen {
  height: calc(100vh - 65px - 45px);
}
.hero-min-fullscreen {
  min-height: calc(100vh - 65px);
}
.sticky-header.sticky-footer .hero-min-fullscreen,
.fixed-header.fixed-footer .hero-min-fullscreen {
  min-height: calc(100vh - 65px - 45px);
}
#main {
  min-height: 100vh;
}

#header,
#footer {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.scrolling-down.sticky-header #header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.scrolling-down.sticky-header.sticky-footer #footer {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* Header
===========================*/
#header .logo {
  color: #fff;
  text-decoration: none;
}
#header .logo h1 {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header .logo img {
  display: block;
  max-height: 40px;
  width: auto;
}

@media (max-width: 768px) {
  #header .logo img {
    max-height: 30px;
    width: auto;
  }
}

#header .logo .logo-dark,
.light-navigation #header .logo .logo-light {
  display: none;
}
.light-navigation #header .logo .logo-dark {
  display: block;
}

/* Navigation
===========================*/

.navigation {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 100%;
}
.navigation > ul,
.navigation > ul > li,
.navigation > ul > li > a {
  height: 100%;
}
.navigation > ul > li > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation ul {
  list-style: none;
  margin-bottom: 0;
}
.navigation ul li {
  position: relative;
  display: inline-block;
  float: left;
}
.navigation ul li a {
  display: block;
  color: #000;
  position: relative;
  padding: 1rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navigation > ul > li > a:after {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navigation > ul > li:hover > a:after,
.navigation > ul > li > a.active:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*submenu*/
.navigation > ul > li > ul {
  position: absolute;
  width: 200px;
  left: 0;
  background-color: #fff;
  border-top: 1px solid rgba(248, 244, 244);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 1025px) {
  .navigation li > ul {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
  }
}
.navigation > ul > li:last-child > ul,
.navigation > ul > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}
.navigation li:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.navigation ul ul li {
  display: block;
  float: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navigation ul ul li:last-child {
  border-bottom: 3px solid #fff;
}
.navigation ul ul a {
  color: black;
  padding: 0.8rem 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation ul ul a:hover {
  color: #000;
  background-color: #fff;
  /*transform: translateX(5px);*/
  text-indent: 5px;
}
/*megamenu*/
.navigation li.has-mega-menu {
  position: inherit;
}
.navigation .mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px 50px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 5px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .mega-menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation .mega-menu li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.navigation .mega-menu .col-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

/*new badge*/
.navigation a.new:after {
  content: "NEW";
  display: inline-block;
  background-color: #f00;
  color: #fff;
  border-radius: 3px;
  margin-left: 12px;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 4px;
  letter-spacing: 0;
  text-indent: 0;
}

/* Mobile Menu
===========================*/
.mob-menu {
  display: none;
  width: 26px;
  position: relative;
  z-index: 99999;
}
.mob-menu span {
  display: block;
  height: 2px;
  background-color: #111;
  float: right;
  margin-bottom: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mob-menu span:nth-child(1) {
  width: 80%;
}
.mob-menu span:nth-child(2) {
  width: 65%;
}
.mob-menu span:nth-child(3) {
  width: 100%;
}
.mob-menu:hover span {
  width: 100%;
}
.mob-menu.active span:nth-child(1) {
  width: 100%;
}
.mob-menu.active span:nth-child(2) {
  width: 54%;
  -webkit-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0);
}

/*Mobile menu*/
@media (max-width: 1024px) {
  #header .navigation {
    display: none;
  }
  #header .mob-menu {
    display: inline-block;
  }

  .navigation {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: black;
    height: auto;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .navigation.active {
    display: block; /* Show navigation when active */
  }
  .navigation ul li {
    display: block;
    float: none;
    text-align: left;
    border-bottom: 1px solid rgba(87, 84, 84, 0.1);
  }
  .navigation > ul > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: black !important;
  }
  .light-navigation .navigation {
    background-color: #efefef;
  }
  .light-navigation .navigation ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .light-navigation .navigation > ul > li > a {
    color: rgba(0, 0, 0, 0.9) !important;
  }

  .navigation > ul > li > a:after {
    display: none !important;
  }
  /*submenu*/
  .navigation > ul > li > ul {
    display: none;
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    background-color: #000;
    border-top: 2px solid #fff !important;
  }
  .light-navigation .navigation > ul > li > ul {
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
  }
  .light-navigation .navigation ul ul li:last-child {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
  }
  .navigation ul ul a {
    text-align: center;
  }
  .navigation ul ul li:last-child {
    border-bottom-width: 2px;
  }
  /*megamenu*/
  .navigation .mega-menu {
    display: none;
    position: relative;
    background-color: #fff;
    border-bottom-width: 2px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
  .navigation .mega-menu .col {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .navigation .mega-menu .col-title {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .navigation {
    display: block !important;
  }
  .navigation .mega-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navigation > ul > li > ul {
    display: block !important;
  }
}

/* Light Navigation
===========================*/
.light-navigation #header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.light-navigation #header .logo {
  color: #000;
}
.light-navigation .mob-menu span {
  background-color: #000;
}
.light-navigation .navigation > ul > li > a {
  color: #000;
}
.light-navigation .navigation > ul > li > ul {
  border-top: 1px solid transparent;
}
.light-navigation .navigation ul ul,
.light-navigation .navigation .mega-menu {
  background-color: #f1f2f3;
}
.light-navigation .navigation .mega-menu {
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}
.light-navigation .navigation .mega-menu .col-title {
  color: #000;
}
.light-navigation .navigation .mega-menu,
.light-navigation .navigation ul ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.light-navigation .navigation .mega-menu li:last-child,
.light-navigation .navigation ul ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.light-navigation .navigation ul ul li:last-child {
  border-bottom: 3px solid rgba(0, 0, 0, 0.8);
}
.light-navigation .navigation ul ul a {
  color: rgba(0, 0, 0, 0.8);
}
.light-navigation .navigation ul ul a:hover {
  color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0.07);
}

.light-navigation #footer {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.light-navigation #footer .text-links {
  color: #111;
}
.light-navigation #footer .text-links a:not(:first-child):before {
  color: #111;
}