@charset "UTF-8";

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-inline: auto;
    max-width: var(--wp--style--global--content-size)
}

.alignfull {
    max-width: none !important
}

.entry-content.is-layout-constrained>:last-child:not(.wp-block-group):not(.query-block):not(.wp-block-cover) {
    margin-bottom: 40px !important
}

.entry-content>[class*=wp-block] {
    margin-block-start: 32px
}

:root :where(.is-layout-constrained)>.wp-block-heading,
:root :where(.is-layout-constrained)>h1,
:root :where(.is-layout-constrained)>h2,
:root :where(.is-layout-constrained)>h3,
:root :where(.is-layout-constrained)>h4,
:root :where(.is-layout-constrained)>h5,
:root :where(.is-layout-constrained)>h6 {
    margin-block-start: 40px
}

.wp-block-font-awesome-icon svg {
    aspect-ratio: 1/1
}

.wp-block-cover:first-child {
    margin-top: 0
}

.wp-block-cover__gradient-background {
    margin: 0 !important;
    max-width: none !important
}

.wp-block-cover.is-light .wp-block-heading,
.wp-block-cover.is-light h1,
.wp-block-cover.is-light h2,
.wp-block-cover.is-light h3,
.wp-block-cover.is-light h4,
.wp-block-cover.is-light h5,
.wp-block-cover.is-light h6 {
    color: var(--wp--preset--color--blue)
}

.wp-block-gallery {
    gap: 8px !important
}

.wp-block-gallery .wp-element-caption,
.wp-block-image .wp-element-caption,
.wp-block-video .wp-element-caption {
    background: #002c4be6 !important;
    color: #fff;
    padding: 4px 8px !important
}

.wp-block-pullquote {
    border: 4px solid var(--wp--preset--color--blue);
    font-size: 16px;
    padding: 16px;
    text-align: left
}

.wp-block-pullquote cite {
    display: block;
    font-style: 700
}

.wp-block-pullquote cite,
.wp-block-pullquote p {
    font-size: 16px
}

.wp-block-quote {
    border-left: 4px solid var(--wp--preset--color--blue);
    padding-inline: 20px 16px
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

.wp-block-media-text {
    margin-bottom: 1em;
    max-width: 1000px
}

.wp-block-media-text .wp-block-heading {
    color: var(--wp--preset--color--blue);
    margin-bottom: 24px
}

.wp-block-media-text figure.wp-block-media-text__media {
    margin-bottom: 0;
    max-width: none
}

.wp-block-media-text figure.wp-block-media-text__media img {
    max-width: 100%;
    width: 100%
}

.wp-block-media-text__content :first-child {
    margin-top: 0
}

.wp-block-media-text__content :last-child {
    margin-bottom: 0
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 32px
}

.wp-block-media-text figure.wp-block-media-text__media:not(:last-child) {
    margin-bottom: 0
}

.wp-block-image {
    margin-inline: auto;
    max-width: 744px
}

.wp-block-image figcaption {
    margin: 0
}

.wp-block-image .wp-element-caption {
    padding-bottom: 16px
}

.has-global-padding>.alignfull:where(:not(.has-global-padding)) .wp-block-image figcaption {
    left: var(--wp--style--root--padding-left) !important;
    right: var(--wp--style--root--padding-right) !important;
    width: auto !important
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.wp-embed-aspect-16-9 iframe {
    border: 0;
    height: 100%;
    inset: 0;
    position: absolute
}

.wp-block-embed {
    margin-block: 32px
}

.wp-element-caption {
    font-size: 12px
}

.wp-block-list {
    line-height: 1.5;
    padding-left: 16px
}

.wp-block-list .wp-block-list {
    margin-top: 8px
}

.wp-block-list li:not(:last-child) {
    margin-bottom: 8px !important
}

.wp-block-table {
    border-radius: 12px 12px 0 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: inherit
}

.wp-block-table figcaption {
    font-size: .75rem;
    padding-block: 1rem
}

.wp-block-table td,
.wp-block-table th {
    min-width: 180px;
    padding: 1rem
}

.wp-block-table th {
    background-color: var(--wp--preset--color--blue);
    border: 0;
    color: var(--wp--preset--color--white);
    text-align: center
}

.wp-block-table td {
    border-block: 1px solid #41414a;
    border-inline: 0;
    text-align: left
}

.wp-block-table tbody {
    background: #fff;
    color: #41414a
}

.wp-block-table thead {
    border-bottom: 0;
    text-align: left
}

table:not(.rdp-month_grid, .table-condensed, .ui-datepicker-calendar, .block-editor-list-view-tree) {
    min-width: 600px;
    table-layout: fixed;
    width: 100%
}

details[open]::details-content {
    height: auto
}

details ::-webkit-details-marker {
    display: none
}

details>summary {
    color: var(--wp--preset--color--white);
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    padding: 1rem 2.5rem 1rem 1rem;
    position: relative
}

details>summary.has-stone-color:after {
    background: var(--wp--preset--color--stone)
}

details>summary>div {
    display: inline-block;
    padding-right: 1.5rem;
    width: 100%
}

details>summary:focus-visible {
    outline-offset: -.5rem
}

details[open]>summary:after {
    transform: rotate(180deg)
}

details+details {
    margin-top: 8px !important
}

::details-content {
    height: 0;
    overflow: hidden;
    transition: all .5s ease, content-visibility allow-discrete .5s
}

.wp-block-post .wp-block-post-featured-image {
    height: 194px;
    margin-bottom: 16px;
    object-fit: cover;
    overflow: hidden
}

.wp-block-post>* {
    margin-bottom: 8px;
    margin-top: 0
}

.wp-block-post>:last-child {
    margin-bottom: 0
}

.wp-block-post .wp-block-cover img {
    transition: all .3s ease-in-out
}

.wp-block-post .wp-block-cover .wp-block-cover__background {
    border: 0 solid #fff;
    transition: opacity .2s ease-in-out
}

.wp-block-post .wp-block-cover:focus-within img,
.wp-block-post .wp-block-cover:hover img {
    transform: scale(1.1)
}

.wp-block-post .wp-block-cover:focus-within .wp-block-cover__background,
.wp-block-post .wp-block-cover:hover .wp-block-cover__background {
    opacity: .8
}

.wp-block-post .wp-block-cover .wp-block-post-title a {
    align-items: center;
    background: none !important;
    display: flex;
    inset: 0;
    justify-content: center;
    outline-offset: -8px;
    position: absolute;
    text-decoration: none
}

.wp-block-post .wp-block-post-title {
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 24px;
    line-height: 32px
}

.wp-block-post.type-accreditation {
    background-color: var(--wp--preset--color--white)
}

.wp-block-query-pagination {
    align-items: center;
    display: flex;
    justify-content: center
}

.wp-block-query-pagination-previous:not(.wp-block) {
    transform: rotate(-180deg)
}

.pagination-arrow {
    background-image: none;
    display: grid;
    place-items: center
}

.current {
    background-color: var(--wp--preset--color--dark-blue);
    color: var(--wp--preset--color--white)
}

.page-numbers {
    padding: 8px 12px
}

.wp-block-file {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between
}

.wp-block-file object {
    width: 100%
}

.wp-block-file a:first-of-type {
    font-size: 16px
}

.wp-block-file a:last-of-type {
    flex: 0 1 auto;
    margin: 0;
    min-width: 229px;
    opacity: 1 !important;
    padding: 12px;
    text-align: center
}

.wp-block-file,
.wp-block-file__content-wrapper {
    align-items: center;
    display: flex;
    width: 100%
}

.wp-block-rss-feed {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.wp-block-rss-feed h3 {
    font-size: 24px;
    line-height: 32px
}

.gform_wrapper {
    --text: #002c4b;
    font-family: inherit !important
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3,
.gform_wrapper h4 {
    color: var(--text) !important;
    font-family: var(--wp--preset--font-family--secondary);
    letter-spacing: normal
}

.gform_heading .gform_title {
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--text) !important;
    font-size: 24px !important
}

.gform_description {
    color: #65696a !important;
    font-size: 16px !important
}

.gfield_checkbox li,
.gfield_radio li {
    display: grid;
    gap: 8px;
    grid-template-columns: 24px auto;
    overflow: visible !important
}

.gfield_checkbox .gform-field-label--type-inline,
.gfield_radio .gform-field-label--type-inline {
    color: var(--wp--preset--color--stone) !important;
    font-weight: 500 !important
}

.wp-block-post-excerpt {
    margin: 8px auto !important;
    max-width: 808px;
    width: 100%
}

.wp-block-verse {
    color: #242728
}

.wp-block-post-terms {
    margin: 32px auto;
    max-width: 624px;
    width: 100%
}

.wp-block-post-terms a {
    color: var(--wp--preset--color--primary) !important
}

.wp-block-newman-timeline {
    margin-block: 2.5rem;
    margin-inline: auto;
    max-width: 900px;
    padding-inline: 1rem;
    position: relative
}

.wp-block-newman-timeline:after,
.wp-block-newman-timeline:before {
    aspect-ratio: 1;
    background: var(--wp--preset--color--dark-blue);
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: 1rem
}

.wp-block-newman-timeline:before {
    top: 0
}

.wp-block-newman-timeline:after {
    bottom: 0
}

.wp-block-newman-timeline--line {
    background: var(--wp--preset--color--dark-blue);
    bottom: 0;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: .25rem
}

.wp-block-newman-timeline .block-editor-block-list__block:nth-child(odd) {
    justify-content: flex-end;
    padding-right: 2.5rem
}

.wp-block-newman-timeline .block-editor-block-list__block:nth-child(odd) .wp-block-newman-timeline-item:before {
    right: -36px
}

.wp-block-newman-timeline--item {
    display: flex;
    position: relative;
    width: 50%
}

.wp-block-newman-timeline--item:before {
    background: var(--wp--preset--color--dark-blue);
    border-radius: 50%;
    content: "";
    height: 2rem;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem
}

.wp-block-newman-timeline--item .wp-block-newman-timeline--content {
    background: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--dark-blue);
    max-width: 31.25rem;
    padding: 1rem;
    width: 100%
}

.wp-block-newman-timeline--item .wp-block-newman-timeline--content .wp-block-newman-timeline--date {
    color: var(--wp--preset--color--dark-blue);
    font-weight: 700;
    margin-bottom: .5rem
}

.wp-block-newman-timeline--item .wp-block-newman-timeline--content .wp-block-heading {
    margin: 0 0 .5rem
}

.wp-block-newman-timeline--item .wp-block-newman-timeline--content .wp-block-buttons {
    margin-top: 1rem
}

.wp-block-newman-timeline--item .wp-block-newman-timeline--content :last-child {
    margin-bottom: 0 !important
}

.wp-block-newman-timeline [data-type="newman/timeline-item"]:nth-child(2n) {
    margin-left: 50%;
    padding-left: 2.5rem
}

.wp-block-newman-timeline [data-type="newman/timeline-item"]:nth-child(2n) .wp-block-newman-timeline-item {
    width: 100%
}

.wp-block-newman-timeline [data-type="newman/timeline-item"]:nth-child(2n) .wp-block-newman-timeline-item:before {
    left: -56px;
    right: auto
}

.wp-block-newman-timeline>:not(.block-editor-block-list__block).wp-block-newman-timeline-item:nth-child(2n) {
    justify-content: flex-end;
    padding-right: 2.5rem
}

.wp-block-newman-timeline>:not(.block-editor-block-list__block).wp-block-newman-timeline-item:nth-child(odd) {
    margin-left: 50%;
    padding-left: 2.5rem
}

.wp-block-newman-timeline>:not(.block-editor-block-list__block).wp-block-newman-timeline-item:nth-child(odd):before {
    left: -1rem;
    right: auto
}

.sllv-embed svg {
    transition: transform .2s
}

.sllv-embed svg path {
    transition: fill .2s ease-in-out
}

.sllv-button:focus-visible,
.sllv-embed:hover .sllv-button {
    opacity: 1 !important
}

.sllv-button:focus-visible svg,
.sllv-embed:hover .sllv-button svg {
    transform: scale(.8)
}

.sllv-button:focus-visible svg path:first-child,
.sllv-embed:hover .sllv-button svg path:first-child {
    fill: var(--wp--preset--color--blue)
}

@keyframes fade-out {
    0% {
        opacity: 1;
        scale: 1
    }

    to {
        opacity: 0;
        scale: 0
    }
}

.header-single-block {
    margin-top: 0;
    padding: 0;
    position: relative
}

.header-single-block .wp-block-post-title {
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 48px;
    margin-block: 16px 40px !important;
    text-align: center
}

.header-single-block--info {
    background-color: var(--wp--preset--color--sky-blue);
    margin-block: 0;
    padding: 80px 16px
}

.header-single-block--image {
    display: flex;
    justify-content: center;
    margin: -80px auto 0
}

.header-single-block--image figure {
    width: 100%
}

.header-single-block .wp-block-post-featured-image {
    object-fit: cover;
    object-position: center;
    overflow: hidden
}

.header-single-block .wp-block-post-featured-image img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%
}

.header-single-block .header-single-block-categories {
    margin-bottom: 16px
}

.header-single-block.no-image .header-single-block--image {
    display: none
}

.header-single-block.no-image .wp-block-post-title {
    margin-bottom: 0 !important
}

.header-single-block.post-header .header-single-block--info {
    background-color: var(--wp--preset--color--clay-ash)
}

.header-single-block-meta {
    align-items: center;
    color: var(--wp--preset--color--blue);
    display: flex;
    justify-content: center;
    margin-top: 0 !important
}

.header-single-block-meta .wp-block-post-author-name:after {
    color: inherit;
    content: "•";
    margin: 0 8px
}

.header-single-block-meta .wp-block-post-date {
    margin-top: 0 !important
}

.header-single-block .tribe-events-event-categories {
    justify-content: center
}

.header-single-block .tribe-events-schedule {
    margin: 0 !important;
    text-align: center
}

.header-single-block .tribe-events-schedule .tribe-events-schedule__datetime span {
    color: var(--wp--preset--color--blue);
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 16px
}

.header-single-block .tribe-events-event-categories-label {
    display: none !important
}

.editor-visual-editor .header-single-block.event-header {
    text-align: center !important
}

.editor-visual-editor .header-single-block.event-header h1 {
    color: var(--wp--preset--color--blue);
    margin-bottom: 40px
}

.editor-visual-editor .header-single-block.event-header .tribe-editor__terms__label {
    display: none !important
}

.editor-visual-editor .header-single-block.event-header .tribe-editor__subtitle__headline-date {
    color: var(--wp--preset--color--blue)
}

.editor-visual-editor .header-single-block.event-header .tribe-editor__btn--label.tribe-editor__subtitle__headline-button,
.editor-visual-editor .header-single-block.event-header .tribe-editor__terms--empty {
    color: var(--wp--preset--color--blue);
    text-align: center !important
}

.course-sections-menu {
    animation: none !important;
    background: #fff;
    border: 2px solid #82aeb3;
    display: flex;
    flex-direction: column;
    float: left;
    font-size: 20px;
    gap: 16px;
    line-height: 1;
    list-style: none;
    margin: 0 0 0 calc(50vw - 600px);
    opacity: 1 !important;
    padding: 16px;
    position: sticky;
    scroll-padding-top: 40px;
    top: 138px;
    transition: top .4s ease-in-out;
    width: 374px !important;
    z-index: 99999
}

.course-sections-menu a {
    color: #002c4b !important;
    font-weight: 500;
    transition: all .2s ease-in-out
}

.course-sections-menu a.active {
    font-size: 24px;
    font-weight: 700
}

.course-section-menu-mobile {
    backface-visibility: hidden;
    border-bottom: 1px solid #82aeb3;
    display: block;
    margin-left: -16px !important;
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    transform: translateY(-400px);
    transition: transform .5s ease-in-out;
    width: 100vw;
    will-change: transform;
    z-index: 9999
}

.course-section-menu-mobile.active {
    transform: translateY(0)
}

.course-section-menu-mobile select {
    border: none !important;
    font-size: 20px;
    padding: 16px !important
}

.newman-course-section-menu {
    background: #fff;
    border: 1px solid #82aeb3;
    padding: 16px
}

.newman-course-section-menu h4 {
    margin-block: 0 12px
}

.newman-course-section-menu ul {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.newman-course-section-menu ul a {
    text-decoration: none
}

.wp-block-newman-tab-container {
    --tab-color: #002c4b
}

.wp-block-newman-tab-container .tab-container {
    overflow: hidden
}

.wp-block-newman-tab-container .tab-header {
    position: relative
}

.wp-block-newman-tab-container .tab-list {
    container-type: scroll-state;
    display: flex;
    overflow: auto;
    overflow-x: auto;
    scroll-behavior: smooth
}

.wp-block-newman-tab-container .tab-list:after,
.wp-block-newman-tab-container .tab-list:before {
    backdrop-filter: blur(1px);
    bottom: 0;
    content: "";
    min-width: 100px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    z-index: 2;
    z-index: 999
}

.wp-block-newman-tab-container .tab-list:after {
    justify-self: end;
    right: 0
}

@container scroll-state(scrollable: right) {
    .wp-block-newman-tab-container .tab-list:after {
        opacity: 1
    }
}

.wp-block-newman-tab-container .tab-list:before {
    left: 0
}

@container scroll-state(scrollable: left) {
    .wp-block-newman-tab-container .tab-list:before {
        opacity: 1
    }
}

.wp-block-newman-tab-container .tab {
    background: none;
    border: none;
    border-bottom: 1px solid #65696a;
    color: var(--tab-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    outline-offset: -10px;
    padding: 16px;
    transition: all .2s ease-in-out;
    white-space: nowrap
}

.wp-block-newman-tab-container .tab[aria-selected=true] {
    border-bottom: 2px solid var(--tab-color);
    font-weight: 700;
    padding-bottom: 15.5px
}

.wp-block-newman-tab-container .tab:focus-visible {
    outline: 2px solid currentcolor
}

.wp-block-newman-tab-container .tab-block-content>:first-child {
    margin-bottom: 0;
    margin-top: 0 !important
}

.wp-block-newman-tab-container .tab-block-content>:last-child {
    margin-bottom: 0 !important
}

.wp-block-newman-tab-container .tab-content {
    padding-block: 1.5rem
}

.wp-block-newman-tab-container .wp-block-newman-tab {
    display: none;
    margin: 0
}

.wp-block-newman-tab-container .wp-block-newman-tab[aria-hidden=false] {
    display: block
}

.block-editor-block-list__block.wp-block-newman-tab-container .tab-container {
    min-height: 200px
}

.block-editor-block-list__block.wp-block-newman-tab-container .tab-header {
    align-items: center;
    display: flex;
    gap: .5rem
}

.block-editor-block-list__block.wp-block-newman-tab-container .add-new-tab {
    height: 40px;
    margin-left: auto;
    padding: 0 12px;
    white-space: nowrap
}

.block-editor-block-list__block.wp-block-newman-tab-container .add-new-tab .components-icon {
    margin-right: 6px
}

.block-editor-block-list__block.wp-block-newman-tab-container .tab-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0
}

.block-editor-block-list__block.wp-block-newman-tab-container .tab-content {
    padding: 1.5rem
}

.block-editor-block-list__block.wp-block-newman-tab-container .tab-panel {
    margin: 0
}

.block-editor-block-list__block.wp-block-newman-tab-container .tab-panel:not(.active) {
    display: none
}

.tab-setting-actions {
    display: flex;
    gap: 8px
}

.tab-setting-actions .components-button.has-icon {
    max-height: 28px !important;
    min-width: 28px !important
}

.tab-setting-actions .is-destructive {
    max-height: 28px !important
}

.tab-setting-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 16px
}

.tab-setting-header .tab-setting-title {
    background-color: #f2f2f2;
    min-width: 100%;
    padding: 8px
}

.tab-setting-header .components-button.has-icon:not(.is-destructive) {
    justify-content: center;
    width: 16px
}

.tab-setting-header .components-button.has-icon:not(.is-destructive) .dashicon:before {
    font-size: 16px
}

.tab-setting-header strong {
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wp-block-newman-back-button {
    align-items: center;
    display: flex !important;
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: flex-end
}

.wp-block-newman-back-button.row {
    flex-direction: row;
    justify-content: flex-start
}

.wp-block-newman-back-button svg {
    transition: transform .3s ease-in-out, opacity .3s ease-in-out
}

.wp-block-newman-back-button a {
    color: var(--wp--preset--color--blue) !important;
    font-weight: 400
}

.wp-block-newman-back-button a:focus-visible+svg,
.wp-block-newman-back-button a:hover+svg {
    opacity: .7;
    transform: scale(.9)
}

.ss-alert h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px
}

.ss-alert button {
    background: none;
    border: none;
    transition: all .2s ease-in-out
}

.ss-alert button:focus-visible,
.ss-alert button:hover {
    opacity: .6;
    transform: scale(.9)
}

.ss-alert-container {
    position: relative;
    width: 400px
}

.ss-alert-input {
    border: 1px solid #8c8c8c;
    display: flex;
    padding: 4px
}

.ss-alert-input input[type=text] {
    border: none !important
}

.ss-alert-close {
    background-color: transparent;
    border: none;
    font-size: 24px;
    position: absolute;
    right: -8px;
    top: -26px
}

.tribe-events-single .tribe-block__events-link {
    display: none
}

.tribe-events-single .tribe-block__related-events__title,
.tribe-events-single .tribe-related-events {
    background-color: var(--wp--preset--color--sky-blue);
    padding-inline: 16px
}

.tribe-events-single .tribe-block__related-events__title {
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 32px;
    margin-bottom: 0;
    padding-left: calc(50vw - 600px);
    padding-top: 40px !important
}

.tribe-events-single .tribe-related-events {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 auto !important;
    max-width: 1200px;
    padding-bottom: 40px !important;
    padding-top: 16px !important;
    position: relative
}

.tribe-events-single .tribe-related-events:before {
    background-color: var(--wp--preset--color--sky-blue);
    content: "";
    height: 100%;
    left: calc(-50vw + 600px);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 0
}

.tribe-events-single .tribe-related-events li {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    max-width: 396px;
    width: 30%;
    z-index: 1
}

.tribe-events-single .tribe-related-events .tribe-related-events-thumbnail img {
    max-height: 200px
}

.tribe-events-single .tribe-related-events .tribe-related-event-info {
    color: var(--wp--preset--color--blue);
    padding: 16px 0 !important
}

.tribe-events-single .tribe-related-events .tribe-related-event-info * {
    color: var(--wp--preset--color--blue);
    font-family: var(--wp--preset--font-family--secondary)
}

.tribe-events-single .tribe-related-events .tribe-related-event-info .tribe-related-events-title {
    font-size: 24px !important;
    width: 100%
}

.tribe-events-single .tribe-related-events .tribe-related-event-info .tribe-event-date-start,
.tribe-events-single .tribe-related-events .tribe-related-event-info .tribe-event-time {
    font-size: 16px;
    width: 50%
}

.single-tribe_events #tribe-events-content {
    margin-bottom: 0 !important
}

.starter-template-block {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1.5em;
    padding: 20px
}

.starter-template-block-content {
    text-align: center
}

.starter-template-block-content p {
    margin-bottom: 1em
}

.starter-template-block-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 15px
}

.starter-template-block-buttons .components-button {
    margin: 0 5px
}

.starter-template-block-buttons .components-button.is-secondary {
    border-color: #cc1818;
    color: #cc1818
}

.starter-template-block-buttons .components-button.is-secondary:hover {
    border-color: #710d0d;
    box-shadow: inset 0 0 0 1px #710d0d;
    color: #710d0d
}

.starter-template-block-buttons .components-button.is-primary {
    background-color: #007cba
}

.starter-template-block-buttons .components-button.is-primary:hover {
    background-color: #006ba1
}

.editor-styles-wrapper .starter-template-block .components-panel {
    background: transparent;
    border: none
}

.editor-styles-wrapper .starter-template-block .components-panel .components-panel__body {
    border: none;
    padding: 0
}

.news-selector-block {
    background-color: #c4ceb7;
    max-width: unset !important;
    padding: 40px 16px
}

.news-selector-block--container {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: end;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: auto
}

.news-selector-block--info {
    background-color: #c4ceb7;
    height: max-content;
    left: 0;
    min-width: 400px;
    padding: 24px 24px 24px 0;
    position: absolute;
    width: 400px;
    z-index: 100
}

.news-selector-block--info a span {
    display: inline;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    position: relative
}

.news-selector-block--info p {
    color: #002c4b;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 16px
}

.news-selector-block--image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    max-height: 520px;
    max-width: 910px;
    overflow: hidden;
    width: 100%
}

.news-selector-block--image img {
    transition: transform .2s ease-in-out;
    width: 100%
}

.news-selector-block--image a {
    display: block
}

.news-selector-block--image a:focus-visible img,
.news-selector-block--image a:hover img {
    transform: scale(1.1)
}

.course-header-container {
    color: var(--wp--preset--color--blue);
    position: relative
}

.course-header-container .wp-block-cover__image-background {
    height: 100%;
    object-fit: cover
}

.course-header-container .course-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-block: 0
}

.course-header-container .course-level {
    margin-block: 8px 0
}

.course-header-container .is-dynamic {
    animation-delay: 0s !important
}

.course-header-container .course-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

.course-header-container .course-actions .button {
    min-width: auto
}

.course-header-container .course-actions .wp-block-button,
.course-header-container .course-actions a {
    width: 100%
}

.course-header-container .apply-link-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.course-header-container .apply-link-container .wp-block-button,
.course-header-container .apply-link-container a {
    flex: 0 0 calc(50% - 8px)
}

.course-header-container .apply-link-container .wp-block-button:last-child:nth-child(odd),
.course-header-container .apply-link-container a:last-child:nth-child(odd) {
    flex: 0 0 100%
}

.course-header-container:not(.block-editor-block-list__block) .wp-block-newman-back-button {
    animation: slideInLeft .8s ease-out .2s forwards;
    opacity: 0
}

.course-header-container:not(.block-editor-block-list__block) .course-title {
    animation: slideInLeft .8s ease-out .4s forwards;
    opacity: 0
}

.course-header-container:not(.block-editor-block-list__block) .course-level {
    animation: slideInLeft .8s ease-out .6s forwards;
    opacity: 0
}

.course-header-container:not(.block-editor-block-list__block) .course-details-item {
    animation: slideInUp .8s ease-out forwards;
    opacity: 0
}

.course-header-container:not(.block-editor-block-list__block) .course-details-item:first-child {
    animation-delay: .8s
}

.course-header-container:not(.block-editor-block-list__block) .course-details-item:nth-child(2) {
    animation-delay: 1s
}

.course-header-container:not(.block-editor-block-list__block) .course-details-item:nth-child(3) {
    animation-delay: 1.2s
}

.course-header-container:not(.block-editor-block-list__block) .course-details-item:nth-child(4) {
    animation-delay: 1.4s
}

.course-header-container:not(.block-editor-block-list__block) .course-actions {
    animation: slideInUp .8s ease-out 1.6s forwards;
    opacity: 0
}

.course-header-container:before {
    background-color: transparent;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

.course-dynamic-content {
    position: relative
}

.course-dynamic-content.is-loading .loader {
    display: block
}

.course-dynamic-content.is-loading:before {
    background-color: var(--wp--preset--color--sky);
    bottom: -40px;
    content: "";
    left: -1000vw;
    opacity: .6;
    position: absolute;
    right: -32px;
    top: -16px;
    z-index: 11 !important
}

.course-header-layout {
    display: flex;
    flex-direction: row;
    margin: 0 auto
}

.course-info {
    padding: 40px 32px 40px 16px
}

.course-header-modes-list,
.course-header-modes-list label {
    width: 100%
}

.course-info-column {
    max-width: 410px;
    width: 100%
}

.course-info-column h2 {
    padding-top: 12px
}

.course-header-modes .course-info-column {
    max-width: 390px
}

.back-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    margin-bottom: 16px
}

.course-details-list {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem;
    margin-top: 40px
}

.detail-label {
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: .25rem
}

.detail-value {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.video-controls {
    bottom: 16px;
    position: absolute;
    right: 16px
}

.video-controls button {
    border-radius: 50%;
    outline: 2px solid var(--wp--preset--color--white)
}

.wp-block-button .wp-block-button__link {
    display: block
}

.wp-block-button__link.btn-primary {
    background-color: var(--wp--preset--color--blue);
    border-radius: 0;
    color: var(--wp--preset--color--white);
    padding: .75rem 1.5rem
}

.wp-block-button__link.btn-secondary {
    background-color: transparent;
    border: 1px solid var(--wp--preset--color--blue);
    border-radius: 0;
    color: var(--wp--preset--color--blue);
    padding: .75rem 1.5rem
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.course-image {
    height: 100% !important;
    object-fit: cover;
    width: 100%
}

.course-image-column {
    overflow: hidden
}

.course-image,
.course-video {
    animation: fadeInScale 1.2s ease-out .5s forwards;
    opacity: 0;
    scale: 1.1
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        scale: 1.1
    }

    to {
        opacity: 1;
        scale: 1
    }
}

.course-image-column {
    position: relative;
    width: 100%
}

.course-image-column .course-image {
    height: 100%;
    object-fit: cover;
    position: absolute
}

video {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.featured-image-container {
    height: 100%;
    position: relative;
    width: 100%
}

.remove-image-button,
.remove-video-button {
    background: #fffc !important;
    position: absolute;
    right: 10px;
    top: 10px
}

.upload-image-container,
.upload-video-container {
    align-items: center;
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.course-header-modes button {
    min-width: 186px
}

.featured-video-container {
    height: 100%
}

[data-type="newman/course-header"] {
    max-width: none !important
}

label:has(:focus-visible) {
    outline: 2px solid var(--wp--preset--color--white);
    outline-offset: 4px
}

.query-block {
    margin-bottom: 0 !important;
    max-width: none !important;
    min-width: 100vw;
    padding-block: 80px;
    width: 100%
}

.query-block h2 {
    margin-top: 0
}

.query-block__loop {
    overflow: auto
}

.query-block .card {
    margin-right: 16px;
    max-width: 396px;
    min-width: 396px
}

.query-block__header {
    contain: none !important
}

.query-block__buttons.is-sr-only button {
    display: none
}

.query-block .carousel-nav-button:focus-visible,
.query-block .carousel-nav-button:hover {
    opacity: .7
}

.query-block__container {
    margin: 0 auto;
    max-width: 1224px
}

.query-block__meta {
    display: none
}

.query-block .faux-link {
    outline-offset: -2px
}

.query-block .carousel-nav-button.disabled {
    opacity: .5;
    pointer-events: none
}

.query-block.is-style-grid .query-block__header {
    margin: 0 auto;
    max-width: 1200px;
    padding-inline: 16px
}

.query-block.is-style-grid .card {
    margin: initial;
    max-width: none;
    min-width: auto
}

.query-block.is-style-grid .newman-query__loop {
    margin: 0 auto;
    max-width: 1200px;
    padding-inline: 16px !important;
    --min-col-size: 290px;
    display: grid !important;
    gap: 64px 16px !important;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--min-col-size), 100%), 1fr)) !important
}

.query-block.is-style-grid.has-4-columns .newman-query__loop {
    --min-col-size: 260px;
    gap: 24px 34px !important
}

.course-section .query-block {
    padding-inline: 0
}

.course-section .query-block h2 {
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 32px;
    letter-spacing: normal;
    line-height: 1.2
}

.course-section .query-block__container {
    margin-left: auto;
    margin-right: calc(50vw - 597px) !important;
    max-width: 791px;
    width: 100%
}

.course-section .wp-block-group:has(.query-block) {
    padding-inline: 0 !important
}

.newman-upcoming-events-block {
    margin-top: 24px !important
}

.newman-upcoming-events-block .button {
    --background: black;
    --text: #fff
}

.newman-upcoming-events-block .no-events,
.newman-upcoming-events-block .notice {
    display: grid;
    min-height: 200px;
    place-content: center;
    place-items: center
}

.newman-upcoming-events-block .loading-container {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    padding: 20px
}

.newman-upcoming-events-block .events-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0
}

.newman-upcoming-events-block .events-list__link {
    background-size: 0 !important;
    display: flex;
    gap: 16px;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    text-decoration: none !important
}

.newman-upcoming-events-block .events-list__link:after {
    background-color: var(--wp--preset--color--sky);
    content: "";
    inset: 0;
    position: absolute;
    transform: translate(-100%);
    z-index: 0
}

.newman-upcoming-events-block .events-list__link:focus-visible:after,
.newman-upcoming-events-block .events-list__link:hover:after {
    transform: translate(0)
}

.newman-upcoming-events-block .events-list__content,
.newman-upcoming-events-block .events-list__date {
    background-size: 0 !important;
    position: relative;
    z-index: 10
}

.newman-upcoming-events-block .events-list__title {
    margin: 0;
    padding-inline: 24px
}

.newman-upcoming-events-block .events-list__item {
    border: 1px solid var(--wp--preset--color--blue)
}

.newman-upcoming-events-block .events-list__time {
    border-radius: 4px;
    color: var(--wp--preset--color--blue);
    display: grid;
    min-width: 32px;
    place-content: center;
    place-items: center
}

.newman-upcoming-events-block .events-list__time-month {
    line-height: 1
}

.course-finder-block {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative
}

.course-finder-block__media-title {
    color: #fff;
    left: 50%;
    max-width: 808px;
    padding-inline: 16px;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 20px rgba(0, 44, 75, .3);
    top: 50%;
    transform: translate(-50%, calc(-50% - 90px));
    width: 100%;
    z-index: 10
}

.course-finder-block__media-container {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 620px;
    overflow: hidden;
    padding-bottom: 64px;
    position: relative;
    width: 100%
}

.course-finder-block__inner-blocks {
    max-width: 808px;
    padding-inline: 16px;
    position: relative;
    z-index: 100
}

.course-finder-block__image-placeholder,
.course-finder-block__placeholder {
    align-items: center;
    background-color: #e0e0e0;
    color: #666;
    display: flex;
    font-style: italic;
    height: 100%;
    justify-content: center;
    width: 100%
}

.course-finder-block__video-overlay {
    z-index: 1
}

.course-finder-block__background-image,
.course-finder-block__video-overlay {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.course-finder-block .video-controls {
    bottom: 108px;
    right: max(16px, 50% - 609px);
    z-index: 10
}

.course-finder-block__overlay {
    background: #002c4b;
    inset: 0;
    mix-blend-mode: multiply;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

.course-finder-block__subject-area {
    color: var(--wp--preset--color--blue);
    font-weight: 700;
    min-width: 208px
}

.course-finder-block__subject-area svg {
    transition: transform .2s ease-in-out
}

.course-finder-block__subject-area:focus-within svg,
.course-finder-block__subject-area:hover svg {
    transform: translate(4px)
}

.course-finder-block__content {
    align-items: center;
    background: #fff;
    box-shadow: 2px 2px 20px #0003;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: -64px auto 0;
    max-width: var(--wp--style--global--wide-size);
    padding: 40px;
    position: relative;
    z-index: 100
}

.course-finder-block__content button {
    min-height: 48px;
    min-width: 87px
}

.course-finder-block__title {
    min-width: 248px
}

.course-finder-block__search-container {
    align-items: center;
    display: flex;
    width: 100%
}

.course-finder-block__search-container input {
    border-radius: 0;
    height: 48px;
    outline: 0;
    outline-offset: -8px;
    text-indent: 8px
}

.course-finder-block__search-container input:focus-visible {
    outline: 2px solid var(--wp--preset--color--primary) !important
}

.course-finder-block__search-button {
    --background: #002c4b;
    --text: #fff;
    --background-hover: #82aeb3;
    --text-hover: #002c4b
}

.wp-block-newman-course-modules .tab-block-content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wp-block-newman-course-modules details>summary {
    font-size: 20px
}

.wp-block-newman-course-modules details>summary:after {
    background: var(--wp--preset--color--blue);
    height: 24px;
    width: 24px
}

.has-text-align-center {
    text-align: center !important
}

.has-text-align-left {
    text-align: left !important
}

.has-text-align-right {
    text-align: right !important
}

.tribe-editor__venue {
    max-width: 756px !important
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: auto
}

.container--medium {
    max-width: 800px
}

.container--small {
    max-width: 600px
}

a:active,
a:focus,
a:hover {
    color: unset
}

@media screen and (max-width:768px) {

    .alignleft,
    .alignright {
        clear: both;
        display: block;
        float: none !important;
        margin-inline: auto !important
    }

    .wp-element-caption {
        padding-bottom: 16px
    }

    .wp-block-font-awesome-icon svg {
        width: 40px !important
    }

    .wp-block-columns {
        gap: 16px !important
    }
}

@media(max-width:768px) {
    .entry-content>[class*=wp-block] {
        margin-block-start: 32px
    }
}

@media(max-width:769px) {
    .wp-block-media-text__content {
        padding: 32px !important
    }

    .header-single-block--info {
        padding-top: 40px
    }

    .header-single-block.no-image .header-single-block--info {
        padding-block: 40px !important
    }

    .header-single-block--image {
        padding-inline: 16px
    }

    .header-single-block--image figure,
    .header-single-block--image img {
        height: 200px !important
    }

    .header-single-block .wp-block-post-title {
        font-family: var(--wp--preset--font-family--secondary);
        font-size: 32px;
        letter-spacing: 0 !important;
        line-height: 40px !important;
        margin-top: 8px !important
    }

    .header-single-block .header-single-block-categories {
        margin-bottom: 8px
    }
}

@media(width<=50rem) {

    .wp-block-newman-timeline--line,
    .wp-block-newman-timeline:after,
    .wp-block-newman-timeline:before {
        left: 1.25rem
    }

    .wp-block-newman-timeline--item {
        margin-left: 0 !important;
        padding: 0 0 2.5rem 2rem !important;
        width: 100%
    }

    .wp-block-newman-timeline--item:before {
        height: 1.5rem;
        left: -.5rem !important;
        top: 0;
        transform: none;
        width: 1.5rem
    }

    .wp-block-newman-timeline--item:first-of-type {
        padding-top: 2.75rem !important
    }

    .wp-block-newman-timeline--item:first-of-type:before {
        top: 2.75rem !important
    }

    .wp-block-newman-timeline--item .wp-block-newman-timeline--content {
        max-width: none
    }

    .wp-block-newman-timeline .block-editor-block-list__block {
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100%
    }

    .wp-block-newman-timeline .block-editor-block-list__block .wp-block-newman-timeline-item {
        width: auto !important
    }
}

@media(prefers-reduced-motion:no-preference) {
    .header-single-block--info {
        position: sticky;
        top: 0
    }

    .header-single-block--info .wp-block-group {
        animation: fade-out linear;
        animation-timeline: scroll()
    }

    .newman-upcoming-events-block .events-list__link:after {
        transition: transform .4s ease-in-out
    }
}

@media(max-width:820px) {
    .course-sections-menu {
        display: none;
        top: -100vh
    }

    .course-sections-menu.active {
        top: 0
    }

    .course-section-menu-mobile .container,
    .course-section-menu-mobile .is-flex {
        flex-wrap: wrap;
        gap: 16px;
        width: 100%
    }

    .course-section-menu-mobile a,
    .course-section-menu-mobile h2 {
        width: 100%
    }

    .course-section-menu-mobile time {
        display: none
    }

    .course-section .query-block__container {
        margin-inline: 0;
        max-width: none
    }
}

@media(max-width:1200px) {
    .course-sections-menu {
        margin-left: 0 !important
    }

    .query-block .query-block__desktop-buttons {
        display: none
    }

    .query-block .query-block__mobile-buttons {
        display: block !important;
        width: 100%
    }

    .query-block .query-block__mobile-buttons a {
        display: block
    }

    .course-section .query-block__container {
        margin-right: 0 !important
    }
}

@media(min-width:821px) {
    .course-section-menu-mobile select {
        display: none
    }
}

@media(max-width:600px) {
    .wp-block-newman-tab-container .tab-list {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 16px
    }

    .wp-block-newman-tab-container .tab {
        flex: 1 1 auto;
        padding: .5rem 1rem;
        text-align: center
    }

    .newman-upcoming-events-block {
        margin-top: 16px !important
    }
}

@media(max-width:1024px) {
    .news-selector-block {
        padding: 40px 16px
    }

    .news-selector-block--container {
        flex-direction: column-reverse
    }

    .news-selector-block--info {
        min-width: 100% !important;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 24px;
        position: unset;
        width: 100%
    }

    .news-selector-block--info h2 {
        font-size: 24px;
        line-height: 32px
    }

    .news-selector-block--info p {
        margin-bottom: 0 !important
    }

    .news-selector-block--image {
        max-width: 100% !important
    }
}

@media(max-width:500px) {
    .news-selector-block--image {
        max-height: 195px
    }
}

@media(max-width:810px) {
    .course-header-modes-list label {
        min-width: auto
    }
}

@media(min-width:1200px) {
    .course-info-column {
        margin-left: calc(50vw - 600px)
    }

    .course-info-column .course-info {
        padding-left: 0
    }
}

@media(max-width:808px) {
    .course-image-column .course-image {
        max-height: 221px;
        position: relative
    }

    .course-info {
        min-width: auto;
        padding: 24px 16px
    }

    .course-info-column {
        max-width: none;
        min-width: auto
    }

    .course-info-column h2 {
        padding-top: 0
    }

    .course-header-layout {
        flex-direction: column-reverse
    }

    .course-details-list {
        gap: 16px
    }

    .course-header-modes .container {
        flex-direction: column;
        gap: 16px
    }

    .course-header-modes .container li {
        width: calc(50% - 8px)
    }

    .course-header-modes .container li button {
        width: 100%
    }
}

@media(max-width:370px) {
    .course-actions {
        flex-direction: column;
        gap: 8px
    }
}

@media(max-width:1199px) {
    .query-block__container {
        padding-inline: 16px
    }
}

@media(min-width:821px)and (max-width:1200px) {
    .course-section .query-block__container {
        max-width: calc(100vw - 405px)
    }
}

@media(min-width:820px) {
    .course-section .query-block .scroll-offset {
        min-width: 412px
    }
}

@media(max-width:1221px) {
    .course-finder-block__media-container {
        min-height: 550px
    }

    .course-finder-block__content {
        max-width: calc(100% - 32px)
    }
}

@media(max-width:782px) {
    .course-finder-block .video-controls {
        bottom: 58px
    }

    .course-finder-block__content {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        margin-top: -40px;
        padding: 24px 16px
    }
}

@media(max-width:920px) {
    .course-finder-block__content {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start
    }
}