﻿/* --- Custom Styles --- */
/* Global */
body, html {
    height:100%;
}
.footer-spacer {
    display:flex;
    flex-grow:1;
}
dl>dd {
    margin-bottom:15px;
}
dl>dd:last-child {
    margin-bottom:inherit;
}
/* Brand Mark */
p.brand-mark {
    font-size:18px;
    color:#855;
}
/* Branding Bar Overrides */
.container, .content {
    padding-bottom:0!important;
    min-height:0!important;
}
/* Header & Footer */
header.site-header a {
    font-family:inherit;
    font-size:36px;
    font-weight:500;
    line-height:1.1;
    color:#fff;
}
header.site-header a:hover, header.site-header a:focus {
    text-decoration:none;
    color:#ccc;
}
header.site-header,footer.site-footer {
    width:100%;
    padding:10px 0;
    background-color:#722107;
    color:#fff;
}
header.site-header a, footer.site-footer ul {
    margin:0;
    padding:0;
}
footer.site-footer a {
    color:#ffba00;
}
footer.site-footer a:hover, footer a:focus {
    color:#e5a800;
}
/* Nav */
nav.site-nav {
    width:100%;
    background-color:#444;
}
nav.site-nav ul {
    padding:0;
    margin:0;
}
nav.site-nav ul>li {
    display:inline-block;
}
nav.site-nav p.nav-title {
    color:#fff;height:64px;margin:0;line-height:64px;
}
nav.site-nav .nav-toggle-links, nav.site-nav .nav-toggle-search {
    background-color:#272727;
    border-color:#272727;
}
nav.site-nav ul>li>a {
    display:block;
    color:#fff;
    padding:15px;
}
nav.site-nav ul>li>a:hover, nav.site-nav ul>li>a:focus {
    background-color:#666;
    text-decoration:none;
}
section.navigation-links {
    clear:both;
}
.credits {
    font-size:12px;
    margin-top:30px;
}
@media (max-width: 991px) {
    section.search-tools.close, section.other-calendars.close {
        display:none;
    }
    section.search-tools, section.other-calendars {
        margin-top:15px;
        padding:15px;
        background-color:#e9e9e9;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        -o-border-radius:4px;
        border-radius:4px;
    }
    header.site-header a {
        display:block;
        text-align:center;
        font-size:20px;
    }
    .mobile-closed {
        display:none;
    }
    .watermark {
        margin-top:15px;
    }
    .watermark p.brand-mark.text-right {
        text-align:left!important;
    }
}
@media (max-width: 767px) {
    .navigation-items li {
        display:block!important;
        text-align:center;
    }
    .mobile-closed {
        display:none;
    }
}