.mtpc-well:not(.mtpc-1col-section):not(.mtpc-2col-section):not(.mtpc-3col-section):not(.mtpc-4col-section) {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
}

/* by Creasant */
.rounded img,
.image-grid-rounded img,
.block-theme .field__items,
.events-grid .inner-item,
.view-id-news_events .image-style-image-grid,
.mtpc-news-wrapper img {
    border-radius: 20px;
}

.numbered-list-bold ol li::marker {
    font-weight: bold;
}

.flex-bee.mtpc-2col-section .mtpc-2col-section-wrapper > .mtpc-2col-item--1 {
    width: 116px;
}

.flex-bee.mtpc-2col-section .mtpc-2col-section-wrapper > .mtpc-2col-item--2 {
    flex: 1;
    width: auto;
    margin-left: 40px;
}

.block-theme .field__items {
    background-color: #f2c653;
    overflow: hidden;
    display: flex;
}

.block-theme-reversed .field__items {
    flex-direction: row-reverse;
}

.block-theme .field__items > .field__item:first-child {
    flex: 1;
    padding: 30px 60px;
}

.block-theme-half .field__items > .field__item:first-child {
    padding: 30px 50px;
    align-self: center;
}

.block-theme .field__items > .field__item:last-child {
    width: 32%;
}

.block-theme-half .field__items > .field__item:last-child {
    width: 50%;
}

.block-theme .field__items > .field__item:last-child .mtpc-block,
.block-theme .field__items > .field__item:last-child .mtpc-image,
.block-theme .field__items > .field__item:last-child .field,
.block-theme .field__items > .field__item:last-child .field__item,
.block-theme .field__items > .field__item:last-child .contextual-region {
    height: 100%;
}

.block-theme .field__items > .field__item:last-child article {
  height: 100%;
}

.block-theme .field__items > .field__item:last-child img {
    height: 100%;
    object-fit: cover;
}

.block-theme h1 {
    color: #ffffff;
}

.block-theme-half h1 {
    margin-bottom: 0;
}

.calendar-grid .mtpc-block-image-grid-item-wrapper {
    gap: 30px 0;
}

.calendar-grid .mtpc-block-image-grid-item-wrapper > .mtpc-image-grid-block-item:last-child {
    margin-top: auto;
}

.calendar-legend {
    font-size: 18px;
    line-height: normal;
}

.calendar-legend .mtpc-3col-section-wrapper {
    border-top: 1px solid #f2c653;
    padding-top: 30px;
}

.calendar-legend table {
    margin-bottom: 0;
}

.calendar-legend table td {
    min-width: unset;
    padding: 0.6em 0.25em;
}

.table-legend tr td:first-child {
    width: 34px;
}

.table-calendar tr td:first-child {
    width: 110px;
}

.bottom-divider .mtpc-1col-section-wrapper,
.bottom-divider .mtpc-2col-section-wrapper,
.bottom-divider .mtpc-3col-section-wrapper,
.bottom-divider .mtpc-4col-section-wrapper {
    border-bottom: 1px solid #f2c653;
    padding-bottom: 20px;
}

.bottom-divider-content.mtpc-2col-section .mtpc-2col-section-wrapper {
    margin-bottom: -30px;
}

.bottom-divider-content.mtpc-2col-section .mtpc-2col-section-wrapper .mtpc-2col-item--1 > .field {
    border-bottom: 1px solid #f2c653;
    padding-bottom: 50px;
}

.image-full-height .mtpc-2col-item--2 {
    align-self: stretch;
}

.image-full-height .mtpc-2col-item--2 .field,
.image-full-height .mtpc-2col-item--2 .field__items,
.image-full-height .mtpc-2col-item--2 .field__item,
.image-full-height .mtpc-2col-item--2 .mtpc-block,
.image-full-height .mtpc-2col-item--2 .mtpc-image,
.image-full-height .mtpc-2col-item--2 .contextual-region {
    height: 100%;
}

.image-full-height .mtpc-2col-item--2 img {
    height: 100%;
    object-fit: cover;
}

.transparent-header .layout-container {
    padding-top: 0 !important;
}

.transparent-header .mtpc_header .header.desktop,
.transparent-header .mtpc_header .header.mobile {
    transition: background-color 0.5s ease;
}

.events-grid .mtpc-block-image-grid-item-wrapper {
    align-items: stretch;
}

.events-grid .inner-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    font-weight: 800;
    color: #00a3d9;
    text-align: center;
    overflow: hidden;
}

.events-grid .mtpc-image-caption {
    flex: 1;
    padding: 0.5em 0.5em 1em;
}

.events-grid .mtpc-image-caption span {
    display: block;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.15em;
}

.staff-profile.mtpc-3col-section .mtpc-3col-section-wrapper > .mtpc-3col-item {
    flex-basis: unset;
}

.staff-profile.mtpc-3col-section .mtpc-3col-section-wrapper > .mtpc-3col-item--1 {
    width: 18.75%;
    margin-right: 0;
}

.staff-profile.mtpc-3col-section .mtpc-3col-section-wrapper > .mtpc-3col-item--2 {
    width: auto;
    flex: 1;
    padding-left: 60px;
    padding-right: 30px;
}

.staff-profile.mtpc-3col-section .mtpc-3col-section-wrapper > .mtpc-3col-item--3 {
    width: 20%;
}

.staff-profile-details-mobile {
    display: none;
}
