/* Destination Corridors sitewide footer — V20 */
.footer-business-cta {
  margin-top: 34px;
  padding: 26px 18px;
  background: #0c4985;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.footer-business-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-business-copy {
  display: inline-block;
  width: 72%;
  vertical-align: middle;
}
.footer-business-copy .footer-eyebrow {
  margin: 0 0 5px;
  color: #a7ff31;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.footer-business-copy h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}
.footer-business-copy p {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,.92);
  line-height: 1.55;
}
.footer-business-action {
  display: inline-block;
  width: 27%;
  text-align: right;
  vertical-align: middle;
}
.footer-business-action a {
  display: inline-block;
  padding: 13px 22px;
  border: 2px solid #a7ff31;
  border-radius: 5px;
  background: #a7ff31;
  color: #02295a;
  font-weight: 900;
  text-decoration: none;
}
.footer-business-action a:hover,
.footer-business-action a:focus {
  background: transparent;
  color: #fff;
}
.site-footer.dc-site-footer {
  padding: 34px 18px 20px !important;
  background: #02295a !important;
  border-top: 0 !important;
  color: #fff;
}
.dc-footer-main,
.dc-footer-disclaimer,
.dc-footer-bottom {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.dc-footer-main {
  font-size: 0;
}
.dc-footer-column {
  display: inline-block;
  width: 23%;
  margin-right: 2.66%;
  padding-bottom: 20px;
  vertical-align: top;
  font-size: 15px;
}
.dc-footer-column:last-child { margin-right: 0; }
.dc-footer-column h2,
.dc-footer-column h3 {
  margin: 0 0 12px;
  color: #a7ff31;
  font-size: 17px;
  line-height: 1.25;
}
.dc-footer-brand h2 {
  color: #fff;
  font-size: 22px;
}
.dc-footer-column p {
  margin: 0 0 10px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}
.dc-footer-coming {
  color: #a7ff31 !important;
  font-weight: 800;
}
.dc-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dc-footer-links li { margin: 0 0 9px; }
.dc-footer-links a {
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
.dc-footer-links a:hover,
.dc-footer-links a:focus {
  color: #a7ff31;
  text-decoration: underline;
}
.dc-footer-disclaimer {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.55;
}
.dc-footer-bottom {
  padding-top: 18px;
  overflow: hidden;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.5;
}
.dc-footer-copyright {
  display: inline-block;
  width: 58%;
  vertical-align: top;
}
.dc-footer-legal {
  display: inline-block;
  width: 41%;
  text-align: right;
  vertical-align: top;
}
.dc-footer-legal a {
  margin-left: 16px;
  color: #fff;
  text-decoration: none;
}
.dc-footer-legal a:hover,
.dc-footer-legal a:focus {
  color: #a7ff31;
  text-decoration: underline;
}
@media (max-width: 820px) {
  .footer-business-copy,
  .footer-business-action {
    display: block;
    width: auto;
    text-align: left;
  }
  .footer-business-action { margin-top: 18px; }
  .dc-footer-column {
    width: 47%;
    margin-right: 6%;
  }
  .dc-footer-column:nth-child(2n) { margin-right: 0; }
}
@media (max-width: 560px) {
  .footer-business-copy h2 { font-size: 24px; }
  .dc-footer-column {
    display: block;
    width: auto;
    margin-right: 0;
    padding-bottom: 24px;
  }
  .dc-footer-copyright,
  .dc-footer-legal {
    display: block;
    width: auto;
    text-align: left;
  }
  .dc-footer-legal { margin-top: 12px; }
  .dc-footer-legal a {
    display: inline-block;
    margin: 0 14px 8px 0;
  }
}
