body {
    background-color: #686868;
    font-family: 'Source Sans Pro', sans-serif;
}

@media (max-width: 991px) {
    a.anchor {
        display: block;
        position: relative;
        top: 0px;
        visibility: hidden;
    }
}

@media (min-width: 992px) {
    a.anchor {
        display: block;
        position: relative;
        top: -102px;
        visibility: hidden;
    }
}

#wrapper {
  margin-top: 101px;
}

@media (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
}

.contact-wrapper, .cards-wrapper {
  background-color: #fff;
}

.guide-wrapper, .guide-wrapper-event {
    background-image: url('../img/kbc-adhoc-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.guide-container {
  background-color: #EAEAE9;
}

.adhoc-header {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../img/kbc-adhoc-bg.png');
    background-size: cover;
    background-position: center center;
}

/* site section unique headers for page types - each gets a unique image */
.section-1 {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../img/adhoc-bg.png'); /* general arena */
    background-size: cover;
    background-position: center center;
}

.section-2 {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../img/adhoc-bg.png'); /* policy */
    background-size: cover;
    background-position: center center;
}

.section-3 {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../img/adhoc-bg.png'); /* news*/
    background-size: cover;
    background-position: center center;
}

.section-4 {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../img/adhoc-bg.png'); /* local area info */
    background-size: cover;
    background-position: center center;
}

.nowrap {
    white-space: nowrap !important;
}

a {
  color: #fff !important;
}

.guide-container a {
  color: #CC0000 !important;
}

.guide-container a:hover, .guide-container a:active, .guide-container a:focus {
  color: #231F20 !important;
}

.red-bullets {
  list-style: none;
}

.red-bullets li::before {
  content: "\2022";
  color: #CC0000;
  display: inline-block;
  width: 1rem;
  margin-left: -1em;
  font-size: 1.25rem;
}

.red-bullets li strong {
  color: #CC0000;
}

a:hover, a:active, a:focus {
  color: #CC0000 !important;
  text-decoration: none !important;
}

.view-icon {
  color: #CC0000 !important;
}

.view-icon:hover, .view-icon:active, .view-icon:focus {
  color: #888889 !important;
}

.main-logo {
  height: 75px;
  width: auto;
}

@media (max-width: 575px) {
    .main-logo {
        height: 50px;
        width: auto;
    }
}

.navbar {
  transition: top 0.2s ease;
}

.navbar-hide {
  display: none;
}

.navbar-toggler {
  border: none;
  outline: none !important;
}

/*.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#CC0000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}*/

.navbar-sm-left {
  width: 54px;
}

.btn.btn-primary {
  background-color: #CC0000;
  border-color: #CC0000;
}

.btn.btn-primary:hover {
  color: #fff !important;
}

.btn-buy {
  border-radius: 0 !important;
}

.fab {
    color: #e6e6e6;
}

.fab:hover, .fab:active, .fab:focus {
    color: #CC0000;
}

.adhoc-link, .event-info a {
  color: #CC0000 !important;
}

.adhoc-link:hover, .event-info a:hover, .adhoc-link:active, .event-info a:active, .adhoc-link:focus, .event-info a:focus {
  color: #212529 !important;
}

.list-link {
  color: #212529 !important;
}

.read-more-link {
  color: #CC0000;
}

.nav-link-sm {
  color: #949494 !important;
  font-size: 1rem;
}

.nav-link-lg {
  color: #fff;
  font-size: 1.25rem;
}

.nav-link-email, .nav-link-accessible {
  color: #949494 !important;
  font-size: 1.25rem;
}

.footer-link {
  color: #949494 !important;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
  color: #CC0000;
}

.footer-logo {
    height: 90px;
    width: auto;
}

.hr-title {
    display: inline-block;
    position: relative;
    text-align: center;
    top: 12px;
    right: 0;
    height: 2px;
    width: 70%;
    background-color: #CC0000;
}

.heading-date {
    position: relative;
    background-color: #231f20;
    color: #ebebeb;
}

.date {
    color: #CC0000;
    font-weight: bold;
    padding-right: 10px;
    font-size: 1.2rem;
}

.date1 {
    font-weight: bold;
    padding-right: 10px;
    font-size: 1.2rem;
}

.month {
    font-size: 1.2rem;
}

.bg-dark-nav {
    background-color: #231f20;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.dark-grey {
    background-color: #231f20;
}

.dark-grey-text {
    color: #231f20;
}

.red-text {
    color: #CC0000;
}

.white-text {
    color: #fff;
}

.blue-bg {
    background-color: #CC0000;
}

.ftr-bg {
    background-color: #474747;
}

.ftr-sub-text {
    color: #888889;
    text-decoration: none;
}

.ftr-title {
    color: #fff;
}

.light-grey {
    color: #b1b1b1;
}

.medium-grey {
    color: #949494;
}

.off-white {
    color: #e6e6e6;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.modal-header {
    border: none;
}

.close:hover, .close:active, .close:focus {
    color: #CC0000;
}

.footer-sm-header {
  color: #fefefe !important;
}

.footer-sm-links a {
  font-size: 1rem;
  color: #888889 !important;
}

.footer-sm-links a:hover, .footer-sm-links a:active, .footer-sm-links a:focus {
  color: #CC0000 !important;
}

.footer-events-col {
  position: relative;
}

.footer-events-col-logo {
  position: absolute;
  bottom: 0;
}

.date-bubble {
    width: 130px;
    height: 130px;
    border: 5px solid #CC0000;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.date-bubble,
.date-bubble span {
    line-height: 1;
    position: relative;
}

.date-bubble .day {
    color: #CC0000;
    font-weight: 500;
}

.date-bubble .month {
    font-weight: 700;
    color: #020202;
}

.date-bubble .numeric-day {
    color: #020202;
}

.blue-hr {
    border-top: 3px solid #CC0000;
}

.top-margin {
    margin-top: 3.5rem;
}

.light-grey-bg {
    background-color: #E6E6E5;
}

.card {
    background-color: #231f20;
    color: #fff;
}

.card-body {
    background-color: #4f4d4f;
    color: #e6e6e5;
    font-size: .75rem;
}

.card-event-datetime {
    color: #949494 !important;
}

.card-event-title {
    color: #d4d4d4 !important;
}

.white-bg {
    background-color: #fff;
}

.card-header {
    background-color: #474747;
    color: #000;
    cursor: pointer;
}

.card-header-date {
    background-color: white;
    color: black;
}

.card {
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #CC0000;
    border: none;
    border-radius: 20px;
    font-size: .75rem;
    letter-spacing: 1px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #686868;
}

.card-event-white-bg {
    background-color: #fff;
}

.card-event-gray-bg {
    background-color: #E6E6E5;
}

.card-body-event {
    background-color: #7c7c7d;
    color: #e6e6e5;
    font-size: .75rem;
}

.card-dark {
    background-color: #231F20;
    border-left: 5px solid #CC0000;
}

@media (max-width: 767px) {
  .card-dark {
    border-left: none;
    border-bottom: 5px solid #CC0000;
  }
}

@media (max-width: 575px) {
    .display-4 {
        font-size: 1.5rem;
    }

    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }

    .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .day-cal {
        height: 14.2857vw;
    }
}

.calendar-padding {
    padding-right: 50px;
    padding-left: 50px;
}

.bg-blue {
    background-color: #CC0000;
    opacity: 0.75;
}

.active-date {
    color: #fff;
}

.ftr-middle-img {
    width: 200px;
    height: auto;
    padding-top: 100px;
}

.hr-event {
    border-bottom: 1px solid #A8A8A8;
    width: 47%;
}

.hr-details {
    border-top: 1px solid #949494;
}

.nav-fade-in {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.nav-fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.accordion .card {
    border: none;
    border-radius: 0;
}

.accordion .card-header:first-child,
.card-header {
    border: none;
    border-radius: 0;
}

.accordion .card-body {
    background: #474747;
}

footer [data-toggle="collapse"] .fas {
    display: inline-block;
    font-family: "Font Awesome 5 Free", "FontAwesome";
    font-size: inherit;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
}

footer [data-toggle="collapse"].collapsed .fas {
    transform: rotate(0deg);
}

.newsletter-container {
  background-image: url('../img/kbc-adhoc-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-info {
  border: 1px solid #CC0000;
}

#contactForm input, #contactForm textarea {
  border-radius: 0 !important;
}

@media (min-width: 992px) {
    .contact-right-rail {
        background-color: #fff;
    }
}

.divider {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  width: 100%;
}

.divider > label {
  align-self: baseline;
  flex-grow: 2;
  white-space: nowrap;
  font-size: 2rem;
}

.divider.center > hr {
  width: 100%;
  border: 0;
  height: 1px;
  background: #949494;
}

.divider.right> hr {
  width: 100%;
  border: 0;
  height: 3px;
  background: #CC0000;
  margin-top: 1.25rem;
}

.divider.center >:first-child {
  margin-right: 50px;
}

.divider.center >:last-child {
  margin-left: 50px;
}

.divider.right >:first-child {
  margin-right: 10px;
}

.divider.right >:last-child {
  margin-left: 0px;
}

.event-info {
  transition: all 0.5s;
  overflow: hidden;
}

.event-rail-date {
  padding: .375rem 0;
}

[data-readmore-toggle] {
  color: #CC0000 !important;
  font-weight: bold;
  padding-bottom: 2rem;
}

[data-readmore-toggle]:hover, [data-readmore-toggle]:active, [data-readmore-toggle]:focus {
  color: #212529 !important;
}

.headroom {
    transition: transform 200ms linear !important;
}
.headroom--pinned {
    transform: translateY(0%) !important;
}
.headroom--unpinned {
    transform: translateY(-100%) !important;
}

.map-container {
    overflow: hidden;
    padding-bottom: 300px;
    position: relative;
    height: 0;
}
.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    max-height: 300px;
    width: 100%;
    position: absolute;
}

.dropdown-toggle {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff !important;
  border-radius: 0;
}

.dropdown.show .dropdown-toggle {
  color: #CC0000 !important;
}

.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #CC0000;
}

.dropdown-menu {
  background-color: rgba(35,31,32,0.9);
  border-radius: 0;
  border: none;
}

@media (min-width: 992px) {
  .dropdown-menu {
    margin-top: 1rem;
    border: none;
  }
}

.dropdown-toggle::after {
  display: none;
}