/* Homepage footer, coordinated with the slate-blue navigation. */
.mc-footer { clear: both; margin-top: 40px; background: #526f80; border-top: 4px solid #81c6cf; color: #fff; font-size: 14px; line-height: 1.7; }
.mc-footer-main, .mc-footer-links, .mc-footer-bottom { max-width: 1240px; margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.mc-footer-main { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 48px; padding-top: 40px; padding-bottom: 32px; }
.mc-footer h2 { margin: 0 0 16px; color: #fff; font-size: 14px; line-height: 1.5; font-weight: 700; }
.mc-footer p { margin: 0 0 14px; }
.mc-footer a { color: #fff; text-decoration: none; }
.mc-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.mc-footer a:focus-visible { outline: 3px solid #b6f1f4; outline-offset: 4px; }
.mc-footer .mc-brand { text-shadow: none; margin-bottom: 18px; }
.mc-footer .mc-brand:hover { text-decoration: none; }
.mc-footer .mc-brand-name { font-size: 32px; }
.mc-footer .mc-brand-name > span { color: #c6f3f5; }
.mc-footer .mc-brand-name .mc-brand-dot { color: #ffce8f; }
.mc-footer .mc-brand-caption { color: #fff; }
.mc-footer address { margin: 0; font-style: normal; }
.mc-footer-contact { padding: 0; margin: 0; list-style: none; }
.mc-footer-contact a { display: inline-block; padding: 4px 0; }
.mc-footer-fax { padding-top: 8px; font-size: 12px; }
.mc-footer-links { padding-top: 24px; padding-bottom: 24px; border-top: 1px solid #8097a4; }
.mc-footer #footNav { display: block !important; min-height: 0; background: transparent; border: 0; text-align: left; }
.mc-footer #footNav ul.nav.navbar-nav { display: flex; flex-wrap: wrap; float: none; gap: 4px 8px !important; width: auto; margin: 0; }
.mc-footer #footNav li { float: none; }
.mc-footer #footNav.navbar-default .navbar-nav > li > a { display: block; min-height: 44px; height: auto; padding: 10px 12px; border-radius: 6px; color: #fff; font-size: 13px; line-height: 24px; }
.mc-footer #footNav.navbar-default .navbar-nav > li > a:hover,
.mc-footer #footNav.navbar-default .navbar-nav > li > a:focus { background: #405f70; color: #fff; }
.mc-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #8097a4; font-size: 12px; }
.mc-footer-bottom p { margin: 0; }
.mc-footer-bottom p a { text-decoration: underline; text-underline-offset: 3px; }
.mc-back-top { flex-shrink: 0; padding: 10px 0; }
@media (max-width: 900px) {
    .mc-footer-main { grid-template-columns: 1fr 1fr; gap: 28px; }
    .mc-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 540px) {
    .mc-footer-main, .mc-footer-links, .mc-footer-bottom { padding-left: 20px; padding-right: 20px; }
    .mc-footer-main { grid-template-columns: 1fr; padding-top: 28px; }
    .mc-footer-bottom { flex-direction: column; align-items: flex-start; gap: 4px; }
}
