/**
 * @file
 * Footer Styling.
 */

.site-footer {
  padding: 20px 0;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  text-decoration: underline;
}

.site-footer .layout-container {
  padding: 0 15px;
}

.site-footer .footer-cols .col {
  border-left: solid 1px rgba(255,255,255,.6);
}

@media screen and (max-width: 767px) {
  .site-footer .footer-cols .col:first-child {
    border: none;
  }
}

.site-footer nav {
  text-align: left;
}

.site-footer nav h2 {
  font-size: 1.25rem;
}

.site-footer .nav {
  flex-direction: column;
  text-align: left;
}

.site-footer .nav a {
  padding: .2rem 0;
}

@media screen and (max-width: 575px) {
  .site-footer .footer-cols .col {
    border: none;
  }

  .site-footer nav {
    text-align: center;
  }

  .site-footer .nav a {
    text-align: center;
  }
}

.site-footer .menu-item {
  padding: 0;
}
.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
  padding-left: 1.4em; /* LTR */
}
[dir="rtl"] .site-footer .content ol:not(.menu),
[dir="rtl"] .site-footer .content ul:not(.menu) {
  padding-right: 1.4em;
  padding-left: 0;
}

.site-footer table {
  font-size: 1em;
}
.site-footer tr td,
.site-footer tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
.site-footer tr.odd {
  background-color: transparent;
}
.site-footer tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}
