.custom-footer a {
  font-family: Helvetica Light, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}

.custom-footer ul a, .custom-footer ul a:hover {
  color: #262628;
}

.custom-footer ul a:hover {
  text-decoration: none;
}

.custom-footer *, .custom-footer :after, .custom-footer :before {
  box-sizing: border-box;
}

.custom-footer footer, .custom-footer nav {
  display: block;
}

.custom-footer hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.custom-footer ul {
  margin-bottom: 1rem;
}

.custom-footer ul {
  margin-top: 0;
}

.custom-footer a {
  color: #e6000a;
  text-decoration: none;
  background-color: transparent;
}

.custom-footer a:hover {
  color: #9a0007;
  text-decoration: underline;
}

.custom-footer svg {
  vertical-align: middle;
}

.custom-footer svg {
  overflow: hidden;
}

.custom-footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 425px) {
  .custom-footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-footer .container {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .custom-footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .custom-footer .container {
    max-width: 1140px;
  }
}

@media (min-width: 425px) {
  .custom-footer .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .custom-footer .container {
    max-width: 720px;
  }
}

@media (min-width: 1025px) {
  .custom-footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .custom-footer .container {
    max-width: 1140px;
  }
}

.custom-footer .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-footer .col, .custom-footer .col-md-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-footer .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .custom-footer .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.custom-footer .d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.custom-footer .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.custom-footer .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.custom-footer .flex-wrap {
  flex-wrap: wrap !important;
}

.custom-footer .justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.custom-footer .mx-3 {
  margin-right: 1rem !important;
}

.custom-footer .mx-3 {
  margin-left: 1rem !important;
}

.custom-footer .pl-0 {
  padding-left: 0 !important;
}

.custom-footer .nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-footer .navbar {
  position: relative;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
}

@media (min-width: 1025px) {
  .custom-footer .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.custom-footer .u-hidden-visually {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.custom-footer .footer {
  background-color: #2c2e7b;
  font-size: 14px;
  font-weight: 200;
  padding: 5rem 0;
}

.custom-footer .footer, .custom-footer .footer a {
  color: #fff;
}

.custom-footer .footer a:hover {
  color: #d0d0d0;
}

.custom-footer .footer__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 768px) {
  .custom-footer .footer__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    text-align: left;
  }
}

.custom-footer .footer .logo {
  display: block;
  height: 26px;
  margin: 0 auto 3rem;
}

@media (min-width: 768px) {
  .custom-footer .footer .logo {
    height: 18px;
    position: relative;
    bottom: -10px;
    margin-bottom: 0;
  }
}

.custom-footer .footer__nav-item {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
  font-size: 16px;
}

@media (min-width: 768px) {
  .custom-footer .footer__nav-item {
    padding: 0;
    border: 0;
  }
}

.custom-footer .footer__divider {
  width: 70%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .custom-footer .footer__divider {
    width: 100%;
    margin-top: 4rem;
  }
}

.custom-footer .footer__copyright, .custom-footer .footer__terms {
  padding: 0 3rem;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
}

.custom-footer .footer__terms a {
  font-size: 12px;
  font-weight: 100;
  text-decoration: underline;
}

.custom-footer .footer__terms .terms__divider {
  margin: 0 0.2rem;
}

.custom-footer .footer .social-channels {
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.custom-footer .footer .social-channels a {
  color: #fff;
}

.custom-footer .footer .social-channels .icon {
  width: 26px;
  height: 26px;
}

@media (min-width: 768px) {
  .custom-footer .footer .social-channels {
    position: relative;
    top: 17.5px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
  .custom-footer .footer .social-channels .icon {
    width: 20px;
    height: 20px;
  }
}

.custom-footer .icon {
  display: inline-block;
  height: 24px;
  width: 24px;
}

.custom-footer .navbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .custom-footer .navbar {
    overflow: visible;
  }
}

.custom-footer .social-channels {
  list-style: none;
}

.custom-footer .social-channels a {
  color: #2c2e7b;
}

.custom-footer .social-channels a:hover {
  opacity: 0.7;
}

.custom-footer .social-channels__item {
  display: inline;
}

.custom-footer .social-channels .icon {
  height: 20px;
  width: 20px;
}

@media all {
  .custom-footer .i-logo-white {
    fill: #fff;
  }
}

.powered-by-zendesk {
  display: none !important;
}
