html {
    background-color: #17171A;
}

body {
    font-family: "Source Sans Pro", Arial, san-serif;
    font-size: 18px;
    padding-top: 60px;
    color: #17171A;
    /* padding-bottom: 60px; */
}

.navbar-inverse {
    background-color: #17171A;
    color: white;
}

h1 a,
h2, .h2 {
    font-weight: bold;
}

h3, .h3 {
    font-weight: bold;
    color: #5c5e6d;
}

.btn-hvopen {
    background-color: #FFD503;
    border-color: #B5B6BC;
    font-weight: bold;
}

.footer-container {
    padding-top: 10px;
    padding-bottom: 30px;
}

.copyright {
    padding-top: 4em;
    color: #bbbbbb;
}

.footer-container a {
    color: #FFD503; /* white; /* #1684B9; */
}

.footer-container a.hover {
    text-decoration: underline;
}

.sidebar h1 {
    color: #1DA8DE;
    font-weight: bold;
    font-size: 1.3em;
}

.sidebar a {
    color: #1684B9;
}

.sidebar li {
    margin-top: .7em;
    line-height: 1em;
}

.sidebar a:hover {
    color: #3071a9;
}

.container-left {
    margin: 0;
}

.well h1 {
    color: #1DA8DE;
    font-size: 1.3em;
}

.author {
    color: #1DA8DE;
}

.author a {
    color: #1DA8DE;
}

.banner {
    width: 100%;
    margin-top: -10px;
    padding-bottom: 20px;
}

.banner-img {
    height: 200px;
    background-image: url(/images/banner-wide-white.jpg);
}

h1.highlight {
    display: inline-block;
    font-weight: bold;
}

span.highlight::after {
    background: black;
    height: 1.25em;
    content: "";
    width: 4px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: -10px;
}

span.highlight {
    background: #FFD503;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .navbar {
        background-color: white;
    }
}
.navbar-header {
    background-color: white;
    /* background-color: rgba(255, 255, 255, 0.8); */
}

.navbar-collapse {
    background-color: white;
}

.navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle .icon-bar {
    background-color: #17171A;
}

.navbar-logo img {
    margin: 0.4em;
}

.paired-content {
    padding-top: 1.1em;
}

.body-content-valign {
    padding-top: 1.1em;
}

.day-of-month {
    font-size: 2em;
    font-weight: bold;
    text-align: right;
}

.event-list {
    padding-top: 0.4em;
}

.front-page-section {
    padding-bottom: 2em;
}

.meeting-date {
    font-style: italic;
    color: #5c5e6d;
}

img {
    max-width: 100%;
}

.article {
    padding-bottom: 1.5em;
}

@media (max-width: 991px) {
    h1 {
        margin-bottom: 5px;
    }
    h2, h3 {
        margin-bottom: 2px;
    }
    .date-container {
        display: none;
        text-align: left;
    }
    .location-map {
        height: 400px;
    }

    .dateBox {
        font-size: 2em;
        font-weight: bold;
        color: #5c5e6d;
    }
    .dateBox .time::before {
        content: " - ";
    }
}

@media (min-width: 992px) {
    .date-container {
        text-align: right;
    }

    .dateBox {
        display: inline-block;
        width: 5.3em;
        margin-top: 1em;

        font-weight: bold;
        color: #444;
        text-align: center;
        background: #fafafa; /* Old browsers */
        border: 1px solid #ddd;
        border-bottom: 1px solid #aaa;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .day {
        display: block;
        position: relative;
        font-size: 2.5em;
        font-weight: bold;
        line-height: 1.5em;
        color: #17171A;
    }
    .month {
        text-transform: uppercase;
        display: block;
        color: #17171A;
        line-height: 1.5em;
        font-size: 1em;
        background: #FFD503;
        border-radius: 2px 2px 0 0;
        -webkit-border-radius: 2px 2px 0 0;
    }
    .time {
        background-color: #f3f3f3;
        display: block;
    }

    .location-map {
        height: 600px;
    }

}

.virus {
    margin: 10px;
    height: 95px;
    width: 95px;
}

.admonition {
    padding: 0 15px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    border-radius: 4px;
    text-align: left;
}
.admonition-title {
  font-weight: bold;
  text-align: left;
}
.admonition.note, .admonition.info, .admonition.tips {
    background-color: #f9f0f0;
    border-color: #e74c3c;
}
.admonition.warning, .admonition.warn, .admonition.important {
  color: #361d06;
  background-color: #f3c195;
  border-color: #e67e22;
}
.admonition.danger, .admonition.critical {
  color: #4d100a;
  background-color: #f5b4ae;
  border-color: #e74c3c;
}
