/* changes made during site build -mp */

/* makes text white when tabs are active */
a.nav-link.active {
    color: #ffffff !important;
}

.panel-title {
    padding: 10px;
}

/* removes white space on banner */

.region.region-banner {
    margin: 0 !important;
}

/* removes numbering of 50/50 boxes */

.cwb-hero_simple:before {
    padding-top: 0;
    content: none !important;
}

.cwb-hero_simple {
    padding: 32px 32px 32px 32px;
}

/* .hero-bg-image {
    padding: 8vw 1em 8vw;
    width: 1400px;
    height: 473px;
} */

@media only screen and (max-width: 500px) {
.button {
    border-radius: 0;
    font-weight: bold;
    width: 100%;
    max-width: 250px;
    font-size: 18px;
}

.btn-cwb_button .btn-title {
    font-weight: bold;
    font-size: 18px;
}
}

.paragraph--type--cwb-horizontal-buttons .btn-cwb_button {
    border: 2px solid #cccccc;
}

@media screen and (min-width: 1500px) {
    .cf-button.cf-large {
        width: 100px !important;
    }
}

.cf-button.cf-large {
    height: 3rem !important;
}

#main-content {
    margin-bottom: 2%;
}

@media only screen and (max-width: 500px) {
.hero-bg-image .hero-bg-image__content {
    padding-left: 2.5294117647rem;
    padding-right: 25%;
    background-color: #0000003d;
}
}

.main-content h1 {
    font-size: calc(2rem + ((1vw - 0.15rem) * 1.1905));
}
}

.three-media-box-button_block .three-media-box-button_card .media-box-button_card .media-box-button_card__effectbox {
    padding: 2rem;
    text-align: left;
    border-top: 5px solid #028241 !important;
}

.media-box-button_card .media-box-button_card__effectbox {
    padding: 2rem;
    text-align: left;
    border-top: 5px solid #028241 !important;
}

.video-embed-field-responsive-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.cwb-media_card__section__body p {
    font-weight: 300;
    text-rendering: optimizeLegibility;
    line-height: 1.35rem;
    font-size: 1rem;
}

@media (max-width: 500px) {
    .cwb-media_card__section__links a {
        font-size: 18px;
    }
}

.hero-bg-image {
    margin-bottom: 20px;
}