:root {
    --swiper-navigation-size: 64px;
}
html {
  scroll-behavior: smooth;
}
.page-container.slideout-panel {
    background: #fff;
}
.content-top:before {
    background-color: #fff;
    opacity: 0;
}
div#main-content {
    background-color: #fff;
}
.swiper-effects .field.field--name-field-swiper-link a {
    color: #005A9C;
    font-weight: bold;
    text-decoration: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bolder !important;
    background: #fff;
    padding: 1rem;
}
#ondemand, #virtual, #inperson, #all, #resources, #featured {
  scroll-margin-top: 120px;
}
.tp-bgimg.defaultimg {
    box-shadow: inset 10px 10px 1000px rgba(0,0,0,0.5);
}
.tp-caption__button:hover {
    border-color: #005A9C;
    background-color: #005A9C;
}
.swiper-cards {
    background: #222;
}
.swiper-effects .swiper-slide {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0.65rem;
    overflow: hidden;
}
.card-2 {
    box-shadow: none;
    border: 1px solid #eee !important;
    border-radius: 0.65rem !important;
}
.cwb-focus-icon_wrapper {
    border-radius: 0.65rem;
    border: 1px solid #eee;
}
.swiper-slide h3 {
    color: #000;
}
.swiper-slide-caption {
    background-color: #fff;
}
.swiper-slide-caption p {
    color: #000;
}
.swiper-effects span {
    color: #222;
}
.paragraph.paragraph--type--bp-simple.paragraph--width--full.paragraph--color.paragraph--color--secondary {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    display: block;
    position: relative;
}