
main {
    background-color: white;
    background: -webkit-linear-gradient(-37deg, rgba(242, 242, 242, 1) 3%, rgba(252, 252, 252, 1) 97%);
    background: -o-linear-gradient(-37deg, rgba(242, 242, 242, 1) 3%, rgba(252, 252, 252, 1) 97%);
    background: -moz-linear-gradient(-37deg, rgba(242, 242, 242, 1) 3%, rgba(252, 252, 252, 1) 97%);
    background: linear-gradient(-37deg, rgba(242, 242, 242, 1) 3%, rgba(252, 252, 252, 1) 97%);
}
.entry-content > section {
    position: relative;
    padding-top: var(--theme-content-vertical-spacing) !important;
    padding-bottom: var(--theme-content-vertical-spacing) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.entry-content > section:nth-of-type(odd) {
    background-color: rgba(128, 128, 128, .02);
}
.entry-content > section:nth-of-type(even) {
    background-color: rgba(255, 255, 255, .3);
}
.alignnarrow,
.entry-content > section .alignnarrow,
.entry-content > section .wp-block-group.alignnarrow {
    width: var(--theme-block-width);
    max-width: var(--theme-narrow-container-max-width) !important;
    margin-left: auto;
    margin-right: auto;
}
li a:empty,
p:empty,
span.ct-module-title {
    display: none !important;
}
p,
a,
td {
    hyphens: auto;
}
.padded *,
figure.wp-block-pullquote blockquote p,
a.wp-block-button__link  {
    hyphens: none !important;
}
p.highlight {
    background-color: rgba(250, 235, 0, .7) !important;
    color: #252525;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 3px 10px !important;
}
sup {
    margin-left: 3px;
}
:root {
    --listIndent: 20px !important;
    --theme-list-indent: 20px !important;
}
figure.wp-block-pullquote {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-width: 0 !important;
    padding-top: var(--theme-content-vertical-spacing) !important;
    padding-bottom: var(--theme-content-vertical-spacing) !important;
}
figure.wp-block-pullquote.has-text-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 90px !important;
    padding-right: 90px !important;
}
figure.wp-block-pullquote blockquote {
    border: 0 !important;
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: fit-content !important;
    hyphens: none !important;}
figure.wp-block-pullquote blockquote:before {
    transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
    span.mobile.break {
        display: table-column !important;
        color: rgba(0, 0, 0, 0) !important;
    }
}
.ct-posts-shortcode .entries section {
    padding: 0 !important;
}
a.ct-media-container::after,
a.ct-media-container.boundless-image::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(33, 58, 143, 0.5); 
  pointer-events: none;
}
article.member a.ct-media-container.boundless-image::after {
  content: none !important;
}
.ct-related-posts {
    margin-bottom: var(--theme-content-vertical-spacing) !important;
}
.single-member details.wp-block-details strong {
    display: inline-flex;
}