﻿footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
}
footer .container-fluid {
  max-width: 1500px;
  margin-inline: auto;
}
footer .row {
  display: flex;
}
footer .row > * {
  padding-inline: 15px;
}
footer * {
  color: #fff;
}
footer .col-footer-left {
  flex: 0 0 auto;
  width: 34%;
}
footer .col-footer-left img {
  margin-top: 10px;
}
footer .col-footer-center {
  flex: 0 0 auto;
  width: 45%;
}
footer .footer-content-col {
  margin-bottom: 2.75rem;
}
footer .footer-content-col .footer-content {
  line-height: 1.3;
}
footer .col-footer-right {
  flex: 0 0 auto;
  width: 20.8%;
}
footer .col-footer-right .right-content {
  margin-bottom: 10px;
}
footer .col-footer-right .right-content .footer-content {
  line-height: 1.3;
  font-size: 14px;
}
footer .small-title {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
}
footer .row-middle {
  display: flex;
}
footer .row-middle .footer-title {
  margin-bottom: 2.75rem;
}
footer .footer-links {
  list-style-type: none;
  padding-left: 0;
  font-family: 'Public Sans', sans-serif;
}
footer .footer-links .link-item {
  margin-bottom: 0;
}
footer .footer-links .nav-link {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.75px;
  font-size: 15px;
  transition: all 0.35s ease;
  padding: 5px 18px;
  display: flex;
  align-items: center;
}
footer .footer-links .nav-link:hover {
  background-color: #fff;
  outline: 1px solid #f6f4f0;
  color: #000;
}
footer .footer-links .nav-link:focus {
  outline: 1px solid #f6f4f0;
  outline-offset: 0px;
  border-radius: 0rem;
}
footer .footer-inner-conainer {
  padding: 3.5rem 4rem;
}
footer .footer-title {
  font-family: "national-2-condensed", sans-serif;
  font-weight: 400;
  max-width: 340px;
  line-height: 1.2;
  margin-bottom: 2rem;
}
footer .footer-sign-up-bar {
  background-color: transparent !important;
  margin-top: 1rem;
  padding: 0 10px;
}
footer .footer-sign-up-bar .sky23-sign-up-bar {
  min-height: auto;
  width: 100%;
  padding: 0 !important;
}
footer .footer-sign-up-bar .sky23-sign-up-bar input[type="email"] {
  line-height: 1.5;
  height: 45px;
  padding: 0.517rem 5rem 0.517rem 2rem;
  border-radius: 25rem;
}
footer .footer-sign-up-bar .sky23-sign-up-bar input[type="email"]:focus {
  outline: 2px solid #000 !important;
  outline-offset: -4px;
}
footer .row-bottom .col-footer-left {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  width: auto;
}
footer .row-bottom .col-footer-left .footer-logo img {
  margin-top: 5px;
  margin-right: 2rem;
}
footer .row-bottom .col-footer-left .footer-copyright {
  margin-top: 0.5rem;
  font-size: 14px;
}
footer .row-bottom .col-footer-center {
  font-size: 14px;
  display: flex;
  align-items: center;
}
footer .row-bottom .col-footer-right {
  width: auto;
  margin-left: auto;
}
footer .row-bottom .bottom-links {
  display: flex;
  column-gap: 20px;
  list-style-type: none;
  padding-left: 0;
  margin: 0.5rem 0 0;
}
footer .row-bottom .bottom-links .bottom-link-item {
  position: relative;
  margin-bottom: 0;
}
footer .row-bottom .bottom-links .bottom-link-item:after {
  content: "|";
  position: absolute;
  right: -15px;
}
footer .row-bottom .bottom-links .bottom-link-item:last-child {
  padding-right: 0;
}
footer .row-bottom .bottom-links .bottom-link-item:last-child:after {
  display: none;
}
footer .row-bottom .bottom-links .bottom-link-item a {
  color: #fff;
  padding: 5px;
  font-size: 13px;
  transition: all 0.35s ease;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
footer .row-bottom .bottom-links .bottom-link-item a:hover {
  background-color: #fff;
  outline: 1px solid #f6f4f0;
  text-decoration: none;
  color: #000;
}
footer .row-bottom .bottom-links .bottom-link-item a:focus {
  outline: 1px solid #f6f4f0;
  outline-offset: 0px;
  border-radius: 0rem;
}
@media (max-width: 1199px) {
  footer {
    padding-bottom: 80px;
  }
  footer .footer-links .nav-link {
    padding: 5px 0;
  }
  footer .footer-links .nav-link:hover {
    background-color: transparent;
    color: #ffffff;
  }
  footer .row-middle {
    flex-direction: column;
  }
  footer .row-middle > * {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  footer .row-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .row-bottom > * {
    min-width: 100%;
  }
  footer .row-bottom .col-footer-right {
    margin-top: 1.5rem;
  }
  footer .row-bottom .col-footer-left {
    order: 12;
  }
  footer .row-bottom .footer-logo {
    padding-left: 12px;
  }
}
.social-media-nav {
  display: flex;
  gap: 10px;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.social-media-nav a {
  border: 1px solid;
  background: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-nav a i {
  color: #000;
}
.social-media-nav a:focus {
  outline: 2px solid #f6f4f0;
  outline-offset: 3px;
}
.sign-up-bar-container {
  background: transparent !important;
  padding-inline: 15px !important;
}
@media screen and (max-width: 1199px) {
  .sign-up-bar-container {
    max-width: 80%;
  }
}
.sign-up-bar-row {
  background-color: transparent !important;
  position: relative;
  margin-inline: 0 !important;
  display: flex;
  align-items: center;
}
.sign-up-bar-row label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sign-up-bar-row input[type="email"] {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000 !important;
  border-radius: 25rem;
}
.sign-up-bar-row input[type="email"]::-webkit-input-placeholder {
  color: #00000080;
  opacity: 1;
}
.sign-up-bar-row input[type="email"]::-moz-placeholder {
  color: #00000080;
  opacity: 1;
}
.sign-up-bar-row input[type="email"]:-ms-input-placeholder {
  color: #00000080;
  opacity: 1;
}
.sign-up-bar-row input[type="email"]:-moz-placeholder {
  color: #00000080;
  opacity: 1;
}
.sign-up-bar-row .btn-submit-email {
  background-color: #000000;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  transition: all 0.35s ease;
}
.sign-up-bar-row .btn-submit-email > svg {
  fill: #ffffff;
}
.sign-up-bar-row .btn-submit-email:hover {
  background-color: #ed1844;
  border: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}