/* nav bar and h3 */
/* nav drop-downs and h2 */
/* h1 */
/* nav bar and content borders */
/* widget horizontal divider lines */
/* footnotes and photo captions */
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    line-height: 1.5;
    font-size: 1em;
}
@media (max-width: 640px) {
    body {
        font-size: 1.06em;
        word-wrap: break-word;
    }
}

.transparent-overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

img {
    max-width: 100%;
    height: auto;
}
img.align-right {
    float: right;
    margin: 10px 0 10px 10px;
}
img.align-right {
    float: right;
    margin: 10px 0 10px 10px;
}
img.align-center {
    display: block;
    margin: 10px auto;
}
img.align-left {
    float: left;
    margin: 10px 10px 10px 0;
}

hr {
    margin: 30px 0;
    border: 1px solid #b5c2c8;
}

h1 {
    font-size: 2.19rem;
    color: #117eb0;
    padding-bottom: 10px;
    font-weight: 700;
    font-family: "Palatino", serif;
}

h2 {
    font-size: 1.88rem;
    color: #4b5e31;
    padding-bottom: 10px;
    font-weight: 700;
    font-family: "Palatino", serif;
}

h3 {
    font-size: 1.65rem;
    color: #5f7e4e;
    padding-bottom: 10px;
    font-weight: 700;
    font-family: "Palatino", serif;
}

h4 {
    font-size: 1.38rem;
    color: #5f7e4e;
    padding-bottom: 10px;
    font-weight: 700;
    font-family: "Palatino", serif;
}

p {
    padding-bottom: 10px;
}

a {
    color: #0e5c81;
}
a:hover {
    color: #5f7e4e;
    text-decoration: underline;
}
a:visited {
    color: #5f7e4e;
}
a.button {
    color: #ffffff;
    text-decoration: none;
}

ul,
ol {
    padding-bottom: 10px;
    margin-left: 20px;
}
ul li,
ol li {
    list-style-type: none;
}
ul li:before,
ol li:before {
    content: "\2619";
    color: #a8c19d;
    font-size: 1.25rem;
    line-height: 1;
    position: relative;
    bottom: -3px;
    margin-right: 7px;
}

.adaText {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    left: -1000px;
}

.no-bullet li:before {
    content: none;
}

.skip {
    position: absolute;
    left: -2000px;
    cursor: pointer;
    z-index: 9999999;
}
@media print {
    .skip {
        display: none;
    }
}

.entry-point a {
    padding: 0 !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

.button {
    background-color: #117eb0;
    border: 2px outset #61c0ea;
    border-radius: 3px;
    padding: 5px 7px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}
.button:hover {
    border: 2px inset #61c0ea;
}

.logo {
    width: 160px;
    text-align: center;
    padding-right: 30px;
}
@media (max-width: 768px) {
    .logo {
        width: 150px;
        padding-right: 20px;
    }
}
@media (max-width: 640px) {
    .logo {
        width: 100%;
    }
    .logo img {
        width: 25%;
        padding-right: 0;
        padding-bottom: 5px;
    }
}

.site-title {
    padding-top: 20px;
}
@media (max-width: 768px) {
    .site-title {
        padding-top: 0;
    }
}

.header {
    background-color: #ffffff;
}
.header .main-text {
    font-size: 2.5rem;
    color: #117eb0;
    padding-bottom: 10px;
    font-weight: 700;
    font-family: "Palatino", serif;
}
.header .pre-text {
    font-family: Arial, Helvetica, sans-serif;
    color: #647b4c;
    font-size: 1.68rem;
    padding: 0;
    font-weight: bold;
}
@media (max-width: 768px) {
    .header .pre-text {
        font-size: 1.44rem;
    }
}
@media (max-width: 640px) {
    .header {
        text-align: center;
    }
}

.main-nav {
    background-color: #5f7e4e;
    border-top: 3px solid #b5c2c8;
    border-bottom: 3px solid #b5c2c8;
    text-align: center;
}
.main-nav .wrapper {
    padding: 0;
}
.main-nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Palatino", serif;
    font-size: 1.4rem;
    display: block;
}
.main-nav a:hover {
    text-decoration: underline;
    color: #e2e5ea;
}
.main-nav ul {
    padding-bottom: 0px;
    margin-left: 0;
}
.main-nav li {
    position: relative;
}
.main-nav ul li:before {
    content: none;
}
.main-nav .menu-chkbx {
    display: none;
}
.main-nav .hamburger-lbl {
    color: #ffffff;
    padding: 5px;
    text-align: center;
    font-size: 2.19rem;
    font-weight: 700;
    font-family: "Palatino", serif;
    text-transform: uppercase;
    display: none;
}
.main-nav .hamburger {
    padding-right: 10px;
}
.main-nav ul ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    background-color: #5f7e4e;
}
.main-nav ul ul ul {
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
    left: 9px;
    top: 47px;
    width: 265px;
    text-align: left;
    background-color: #647B4C;
    text-transform: none;
}
.main-nav ul ul ul li a {
    text-transform: none;
    font-size: 1.25rem;
    padding: 5px 10px;
}
.main-nav ul ul li:hover ul {
    height: auto;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .35);
    border: 2px solid #b5c2c8;
}
@media (max-width: 950px) {
  .main-nav .hamburger-lbl {
      display: block;
  }
  .main-nav a {
      text-align: left;
  }
  .main-nav .menu-chkbx:checked ~ .main-menu-list, .main-nav .main-menu-list:focus-within  {
      display: block;
      position: absolute;
      z-index: 9999;
      height: auto;
      box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .35);
      border: 2px solid #b5c2c8;
      width: 325px;
      max-width: 80%;
  }
  .main-nav ul ul {
      height: 0;
      overflow: hidden;
  }
  .main-nav ul ul ul {
      background-color: transparent;
      position: relative !important;
      display: block;
      height: auto;
      left: initial;
      top: initial;
      box-shadow: none;
      width: 100%;
  }
}

.slide-show {
    margin: 10px 0 3px 0;
    position: relative;
    overflow: hidden;
}
.slide-show .wrapper {
    padding: 0;
}
.slide-show ul {
    margin-left: 0;
}

/* image slider */
#slides {
    position: relative;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    list-style-type: none;
}
#slides li {
    display: block;
}
#slides li:before {
    content: "";
    height: 0;
    opacity: 0;
    display: block;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    list-style: none;
    display: none;
}
.slide img {
    display: block;
    width: 100%;
    max-height: 100%;
}

#fillerImg img {
    display: block;
}

#captions {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 125px;
    margin-bottom: 0;
}
#captions li:before {
    content: "";
}

.caption {
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 15px 10px;
}
.caption .slide-title {
    color: #ffffff;
    font-size: 1.38rem;
    font-weight: normal;
    padding-bottom: 5px;
}
.caption p {
    padding: 0;
    font-size: 0.88rem;
}

#desc-overlay {
    border: 235px solid transparent;
    border-left: 700px solid rgba(23, 41, 15, 0.7);
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.showing {
    opacity: 1;
    z-index: 2;
}

#slider-buttons {
    position: absolute;
    z-index: 99;
    display: none;
    right: 10px;
    top: 30px;
}

.controls {
    height: 30px;
    width: 30px;
    background-color: #117eb0;
    border: none;
    border-radius: 3px;
    padding: 3px;
    text-align: center;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
}
.controls:hover {
    background-color: #17a2e2;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 35%);
    transform: translate(0, 1px);
}

#indicators {
    bottom: 0;
    z-index: 999;
    text-align: center;
    padding-bottom: 0;
}
#indicators li {
    display: inline-block;
    background-color: #5f7e4e;
    border: 2px solid #647b4c;
    height: 15px;
    width: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 3px;
    cursor: pointer;
}
#indicators li:before {
    content: none;
}
#indicators li.showing {
    background-color: #b5c2c8;
}

.page-header {
    position: relative;
    margin: 10px 0;
}
.page-header img {
    width: 100%;
    max-height: 170px;
    display: block;
}
.page-header .wrapper {
    padding: 0;
}
@media (max-width: 950px) {
    .page-header {
        margin: 0;
    }
}

.header-text {
    position: absolute;
    z-index: 99;
    padding: 10px;
    background-color: rgba(23, 41, 15, 0.7);
    width: 70%;
    margin: 30px 15%;
    height: 110px;
    color: #fff;
    text-align: center;
}
.header-text .title-text {
    font-size: 33px;
    font-family: "Palatino", serif;
    font-weight: bold;
    padding-bottom: 5px;
}

.main-content {
    background-color: #ffffff;
    padding: 35px 0;
    margin-bottom: 25px;
    border-top: 3px solid #b5c2c8;
    border-bottom: 3px solid #b5c2c8;
}
@media (max-width: 950px) {
    .main-content {
        padding: 25px 0 35px 0;
    }
}

.left-content {
    width: 73%;
    float: left;
    padding-right: 2%;
}
@media (max-width: 950px) {
    .left-content {
        width: 100%;
    }
}
.left-content #bcEdit-content-edit {
    width: 102%;
}
.right-content {
    width: 27%;
    float: left;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    padding: 150px 15px 30px 15px;
    border: 1px solid #5f7e4e;
    height: 100%;
}
.right-content h2 {
    font-size: 1.38rem;
    color: #5f7e4e;
    padding-bottom: 10px;
    font-weight: 700;
    font-family: "Palatino", serif;
}
.right-content .hoz-line {
    border: 1px solid #e2e5ea;
}
.right-content .spotlight h2 {
    padding-top: 10px;
}
.right-content .spotlight .button {
    margin-bottom: 20px;
    display: block;
    background-color: #4b5e31;
    border: 2px outset #5f7e4e;
}
.right-content .spotlight .button:hover {
    border: 2px inset #5f7e4e;
}
.right-content .spotlight .image {
    width: 30%;
    float: left;
    margin: 0 10px 10px 0;
}
.right-content .date {
    display: block;
    color: #000000;
    font-size: 1.125rem;
    text-align: center;
    padding: 5px;
    background-color: #e2e5ea;
    margin-bottom: 5px;
}
.right-content .climate-station {
    background-color: #ebedf1;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.right-content .climate-station p {
    padding-bottom: 5px;
    text-align: center;
}
.right-content .climate-station .climate-lbl {
    color: #5a6f44;
    padding-right: 5px;
}
@media (max-width: 950px) {
    .right-content {
        width: 100%;
        margin-top: 25px;
        padding: 135px 10px 20px 10px;
    }
    .right-content .hoz-line {
        display: none;
    }
    .right-content .spotlight {
        width: 50%;
        float: left;
        padding: 20px;
    }
}
@media (max-width: 640px) {
    .right-content {
        padding: 150px 15px 30px 15px;
    }
    .right-content .spotlight {
        width: 100%;
        padding: 0 10px;
    }
}

.right-content .rw-event-name {
    color: #0e5c81;
}

.post-title {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e2e5ea;
}

.post-title:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.archives-btn {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e2e5ea;
    text-align: right;
}

.GBFWI-pillars h3 {
    padding: 0;
}

#GBFWI-graphic {
    width: 500px;
    margin: 10px auto;
    display: block;
}

#explore-video {
    text-align: center;
    margin: 10px auto;
}

#explore-video iframe {
    width: 400px;
    max-width: 100%;
}

.event-details {
    margin-left: 35px;
}

.event-date {
    padding-bottom: 0;
}
.event-date span {
    font-weight: bold;
    display: inline-block;
    width: 150px;
    padding-right: 10px;
    color: #084a68;
}

.event-time {
    padding-bottom: 0;
}
.event-time span {
    font-weight: bold;
    display: inline-block;
    width: 150px;
    padding-right: 10px;
    color: #084a68;
}

.event-location span {
    font-weight: bold;
    display: inline-block;
    width: 150px;
    padding-right: 10px;
    color: #084a68;
}

.event {
    margin-bottom: 10px;
}

.event-description {
    padding-top: 10px;
}

.center {
    text-align: center;
}

.left-img {
    float: left;
    margin: 0 10px 10px 0;
    font-size: 0.87rem;
    text-align: center;
    color: #575757;
    max-width: 45%;
}

.right-img {
    float: right;
    margin: 0 0 10px 10px;
    font-size: 0.87rem;
    text-align: center;
    color: #575757;
    max-width: 45%;
}

.map-info {
    width: 48%;
    float: left;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #b5c2c8;
    margin: 10px 1%;
}
.map-info img {
    width: 80%;
    margin: 0 auto;
}
.map-info p {
    padding-bottom: 5px;
    font-size: 1.13rem;
    display: block;
    height: 50px;
}
@media (max-width: 640px) {
    .map-info {
        width: 100%;
    }
}

.footnote {
    font-size: 0.88rem;
    font-style: italic;
    color: #575757;
}

.contactForm {
    padding: 15px;
    border: 1px solid #5f7e4e;
    margin-bottom: 25px;
}
.contactForm .formTitle {
    font-size: 1.25rem;
    color: #117eb0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    padding: 10px 0 10px 60px;
    border-bottom: 3px solid #5f7e4e;
    margin-bottom: 15px;
    background-size: 45px;
    background-position-x: 0%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}
.contactForm .red-text {
    display: inline-block;
    width: 15px;
    color: #b30000;
}
.contactForm .fieldGroup {
    padding-bottom: 10px;
}
.contactForm label {
    display: inline-block;
    width: 20%;
    font-weight: bold;
    padding-bottom: 3px;
}
.contactForm span.rtIndent {
    display: inline-block;
    width: 15px;
}
.contactForm input[type="text"] {
    width: 79%;
    padding: 3px 1%;
}
.contactForm textarea {
    width: 79%;
    padding: 3px 1%;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.contactForm .lblCharCount {
    width: 200px;
    margin-left: 20%;
    padding-left: 5px;
    font-weight: normal;
}
.contactForm .form-submit-counter {
    background-color: #e7e7e7;
    padding: 5px;
    border: 1px solid #a9a9a9;
    font-size: 0.87rem;
    display: inline-block;
}
.contactForm #lblMessage {
    display: block;
    float: left;
    padding-right: 4px;
    width: 20.5%;
}
.contactForm #SampleCaptcha_CaptchaDiv {
    width: initial !important;
    float: left;
    margin-bottom: 5px;
}
.contactForm #SampleCaptcha_CaptchaImageDiv {
    float: left;
}
.contactForm #SampleCaptcha_CaptchaIconsDiv {
    float: left;
    margin: 0 10px;
}
.contactForm #captchacodeLbl {
    width: 60%;
    float: right;
}
.contactForm #captchacode {
    width: 60%;
    float: right;
}
.contactForm input[type="submit"] {
    float: right;
    margin: 5px 0;
    cursor: pointer;
}

.maintenance-form {
    padding: 15px;
    border: 1px solid #5f7e4e;
    margin-bottom: 25px;
}
.maintenance-form .formTitle {
    font-size: 1.25rem;
    color: #117eb0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    padding: 10px 0;
    border-bottom: 3px solid #5f7e4e;
    margin-bottom: 15px;
}
.maintenance-form .attn-text {
    display: inline-block;
    width: 15px;
    color: #b30000;
}
.maintenance-form .fieldGroup {
    padding-bottom: 10px;
}
.maintenance-form label {
    display: inline-block;
    width: 20%;
    font-weight: bold;
    padding-bottom: 3px;
}
.maintenance-form span.rtIndent {
    display: inline-block;
    width: 15px;
}
.maintenance-form input[type="text"] {
    width: 79%;
    padding: 3px 1%;
}
.maintenance-form textarea {
    width: 79%;
    padding: 3px 1%;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.maintenance-form select {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    padding: 3px 1%;
}
.maintenance-form .lblCharCount {
    width: 200px;
    margin-left: 20%;
    padding-left: 5px;
    font-weight: normal;
}
.maintenance-form .form-submit-counter {
    background-color: #e7e7e7;
    padding: 5px;
    border: 1px solid #a9a9a9;
    font-size: 0.87rem;
    display: inline-block;
}
.maintenance-form #lblMessage {
    display: block;
    float: left;
    padding-right: 4px;
    width: 20.5%;
}
.maintenance-form #SampleCaptcha_CaptchaDiv {
    width: initial !important;
    float: left;
    margin-bottom: 5px;
}
.maintenance-form #SampleCaptcha_CaptchaImageDiv {
    float: left;
}
.maintenance-form #SampleCaptcha_CaptchaIconsDiv {
    float: left;
    margin: 0 10px;
}
.maintenance-form #captchacodeLbl {
    width: 60%;
    float: right;
}
.maintenance-form #captchacode {
    width: 60%;
    float: right;
}
.maintenance-form input[type="submit"] {
    float: right;
    margin: 5px 0;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}
.popup-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    position: absolute;
    top: 50vh;
    transform: translate(-50%, -50%);
    background: white;
    left: 50vw;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    max-width: 600px;
}
.popup h2,
.popup .h2 {
    background: #117eb0;
    color: #ffffff !important;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.1875rem /* 19px */;
}
.popup h3,
.popup .h3 {
    font-size: 1.0625rem /* 17px */;
}
.popup #btn-para {
    float: right;
}
.popup .close {
    position: absolute;
    top: -8px;
    right: 8px;
    transition: all 200ms;
    font-size: 2.1875rem /* 35px */;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
.popup .close:visited {
    color: #ffffff;
}
.popup .close:hover,
.popup .close:focus {
    color: #bcd7ad;
}
.popup .content {
    height: 90%;
    overflow: auto;
    padding: 10px;
}
@media (max-width: 768px) {
    .popup {
        width: 80%;
    }
}

.water-qual-data {
    margin-left: 0;
    column-count: 3;
}
@media (max-width: 768px) {
    .water-qual-data {
        column-count: 2;
    }
}
@media (max-width: 550px) {
    .water-qual-data {
        column-count: 1;
    }
}

.meeting-mins {
    margin-left: 0;
    column-count: 4;
    text-align: center;
}
.meeting-mins li a {
    display: inline-block;
    width: 96%;
    margin: 3px 2%;
    padding: 7px 5px;
    color: #0b4965;
    background-color: #e2e5ea;
    border: 1px solid #b5c2c8;
}
.meeting-mins li a:hover {
    text-decoration: none;
    background-color: #add58e;
    color: #000;
}
@media (max-width: 768px) {
    .meeting-mins {
        column-count: 3;
    }
}
@media (max-width: 550px) {
    .meeting-mins {
        column-count: 2;
    }
}

.mins-year {
    padding-bottom: 0;
    font-size: 22px;
}

.one-half {
    width: 50%;
    padding-right: 10px;
}

.footer {
    text-align: center;
    padding-bottom: 35px;
}
.footer .wrapper {
    padding-left: 10%;
    padding-right: 10%;
}

.survey-flyer {
    text-align: center;
    max-width: 350px;
    margin: 10px auto;
}

#cave-cal {
    height: 500px;
}

#events-cal {
    width: 100%;
    height: 700px;
    min-height: 150px;
}

.bc-calendar .calendar-wrapper .change-date .prevMonth {
    background-image: url(https://www.cavewatershed.org/common/images/btnArrowLeft.png) !important;
    background-color: #e2e5ea !important;
}

.bc-calendar .calendar-wrapper .change-date .prevMonth:hover {
    background-image: url(https://www.cavewatershed.org/common/images/btnArrowLeftHov.png) !important;
    background-color: #efefef !important;
}

.bc-calendar .calendar-wrapper .change-date .nextMonth {
    background-image: url(https://www.cavewatershed.org/common/images/btnArrow.png) !important;
    background-color: #e2e5ea !important;
}

.bc-calendar .calendar-wrapper .change-date .nextMonth:hover {
    background-image: url(https://www.cavewatershed.org/common/images/btnArrowHov.png) !important;
    background-color: #efefef !important;
}

.bc-calendar .calendar-wrapper .change-date .current-date {
    color: #117eb0 !important;
}

.bc-calendar .calendar-wrapper .calendar-header .header-day {
    background-color: #5f7e4e !important;
}

.bc-calendar .calendar-wrapper .change-date {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.bc-calendar .calendar-wrapper .calendar-body .date-wrapper .today {
    background-color: #0d5d82 !important;
    background-color: #117eb0 !important;
    color: #ffffff !important;
}

#events-widget {
    text-align: center;
}

#events-widget .event {
    border: 1px solid #b5c2c8;
    margin-bottom: 10px;
    margin-top: 0;
}

#events-widget .event .event-date {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e2e5ea !important;
    display: block;
    color: #000000;
    font-size: 1.14em;
    padding: 7px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 1rem;
}

#events-widget .event .event-title {
    padding: 7px;
    font-size: 0.93rem;
}

.form-submit-error {
    color: #b30000;
}

#heroes,
#heroes-archive,
#spotlight,
#spotlight-archive,
#buzz,
#buzz-archive {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e2e5ea;
}

.hero-title {
    padding: 0;
}

.hero-date {
    font-style: italic;
    color: #575757;
}

.hero-img {
    margin: 0 15px 10px 0;
    max-width: 40%;
    float: left;
}

.adaText {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    left: -1000px;
}

.archives .archive-yr ul {
    column-count: 2;
}

.archives .archive-yr h2 {
    background-color: #f3f6f6;
    border: 1px solid #e2e5ea;
    padding: 0px 10px;
    margin: 25px 0 10px 0;
}

.archives.bulk-docs .archive-yr ul {
    column-count: 1;
}
