/**
 * Components CSS
 * 
 * This file contains all theme component styles:
 * - Archive layouts and pagination
 * - Blog articles and cards
 * - Account management and user profiles
 * - Tribe Events integration
 * - Forms (Gravity Forms, WPPB, donations)
 * - Quotes, heroes, cards, icons
 * - Tabs, accordions, CTAs
 * 
 * Extracted from main.css lines 4850-8357
 */


.theme-archive-container>h2:not(:last-of-type) {
    margin-bottom: 20px
}

.theme-archive-pagination {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 70px;
    width: 100%
}

.theme-archive-pagination>.theme-button:not(:last-of-type) {
    margin-right: 15px
}

.theme-container.archive-story,
.theme-container.archive-support,
.theme-container.archive-toolkit {
    flex-direction: column;
    padding-top: 80px
}

.theme-container.archive-story h2,
.theme-container.archive-support h2,
.theme-container.archive-toolkit h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width:766px) {

    .theme-container.archive-story h2,
    .theme-container.archive-support h2,
    .theme-container.archive-toolkit h2 {
        font-size: 48px;
        font-weight: 400;
        line-height: 60px;
        margin-bottom: 40px
    }
}

.theme-container.blog-articles {
    grid-gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media screen and (min-width:991px) {
    .theme-container.blog-articles {
        grid-template-columns: 1fr 1fr 1fr;
        margin-bottom: 2.5rem;
        margin-top: 2.5rem
    }

    .theme-container.blog-articles .card-archive:first-of-type {
        display: grid;
        grid-auto-flow: dense;
        grid-column: 1/4;
        grid-template-columns: repeat(2, 1fr);
        min-height: 25rem
    }

    .theme-container.blog-articles .card-archive:first-of-type .card-content {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .theme-container.blog-articles .card-archive:first-of-type .card-feature-img {
        grid-column-start: 2;
        height: 100%
    }
}

.header-blog {
    height: 45vh;
    width: 100%
}

.header-blog img {
    align-content: center;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

.single-post .post-title {
    margin: 1rem 0
}

@media screen and (min-width:991px) {
    .single-post .post-title {
        margin: 1.5rem 0
    }
}

.single-post .author {
    display: flex;
    margin-bottom: 1rem
}

.single-post .author .avatar {
    margin-right: .5rem
}

.single-post .post-content {
    margin-top: 1.5rem
}

@media screen and (min-width:991px) {
    .single-post .post-content {
        margin-top: 2.5rem
    }
}

.single-post .post-content blockquote {
    background-color: #eff8e9;
    background-color: var(--theme-lime-color);
    margin: 2.5rem auto;
    padding: 1.5rem;
    width: 100%
}

.single-post .post-content blockquote p {
    font-size: 1.25rem
}

@media screen and (min-width:991px) {
    .single-post .post-content blockquote {
        padding: 2.5rem
    }
}

.related-items .related-item {
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
    max-width: 60rem;
    max-width: var(--theme-size-medium)
}

.related-items .related-item img {
    border-radius: .5rem;
    border-radius: var(--theme-border-radius-min);
    height: 5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 5rem
}

.related-items .related-item .related-data {
    margin-left: 1.25rem
}

.related-items .related-item .related-data .related-meta {
    font-size: .8rem
}

.related-items .related-item .related-data a {
    color: #6d6e6e;
    color: var(--theme-black-color);
    -webkit-text-decoration: none;
    text-decoration: none
}

.main-account {
    --text-color: #6d6e6e;
    grid-gap: 3rem;
    display: grid
}

@media screen and (min-width:1200px) {
    .main-account {
        grid-template-columns: minmax(872px, 1fr) minmax(250px, 360px)
    }
}

.main-account main>section:not(:last-child) {
    margin-bottom: 1rem
}

.main-account.container {
    margin: 0 auto;
    max-width: 80rem;
    max-width: var(--theme-large-section-size);
    padding: 20px;
    width: 100%
}

@media screen and (min-width:1280px) {
    .main-account.container {
        padding: 40px 0
    }
}

.main-account .hero-cta-blog-per-month {
    background: linear-gradient(260deg, #7ab5b0 27.51%, #93bd9a 57.5%);
    border-radius: 10px;
    color: #fff;
    padding: max(20px, min(5vw, 60px)) max(20px, min(10%, 72px));
    text-align: center
}

.main-account .hero-cta-blog-per-month a.theme-button {
    background: linear-gradient(180deg, #e1f0ef, #e7f0e0);
    border: 0;
    color: #6d6e6e;
    display: inline-block;
    font-weight: 600;
    padding: 1rem 2rem
}

.main-account .hero-cta-blog-per-month a.theme-button:hover {
    cursor: pointer;
    opacity: .5
}

.main-account .latest-posts {
    border-radius: .5rem;
    padding: max(28px, min(5vw, 80px)) max(20px, min(10%, 40px))
}

.main-account .latest-posts .title-section {
    color: #7ab5b0
}

.main-account .latest-posts #blog-entries {
    grid-gap: 1.2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
}

.main-account .latest-posts #blog-entries>.blog-item {
    width: revert
}

.main-account .latest-posts #blog-entries>.blog-item:first-child {
    display: revert
}

.main-account .latest-posts #blog-entries>.blog-item:first-child .img-blogi {
    height: 15rem
}

.main-account .latest-posts #blog-entries>.blog-item:first-child .img-blogi img {
    border-radius: .5rem .5rem 0 0
}

.main-account .latest-posts #blog-entries>.blog-item:first-child .txt-blogi {
    padding: 40px
}

.main-account .latest-posts #blog-entries>.blog-item:first-child .txt-blogi h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: .5rem
}

.main-account .upcoming-events {
    background: linear-gradient(180deg, #e1f0ef, #e7f0e0);
    border-radius: .5rem
}

.main-account .upcoming-events .header-upcoming-events {
    padding: .3rem .5rem
}

.main-account .upcoming-events .header-upcoming-events .tabs {
    margin-top: 1rem
}

.main-account .upcoming-events .header-upcoming-events .tabs .item-tab {
    color: #c2c2c2;
    display: inline-block
}

.main-account .upcoming-events .header-upcoming-events .tabs .item-tab.active {
    color: #7ab5b0
}

.main-account .upcoming-events .header-upcoming-events .tabs .item-tab:not(.active):hover {
    color: hsla(0, 0%, 76%, .855);
    cursor: pointer
}

.main-account .upcoming-events .header-upcoming-events .tabs .border-separator:before {
    border-right: 1px solid #ccc;
    content: "";
    font-size: 1.5rem;
    margin: 0 .8rem;
    position: relative
}

@media screen and (min-width:991px) {
    .main-account .upcoming-events .header-upcoming-events .tabs {
        margin-top: 1.825rem
    }

    .main-account .upcoming-events .header-upcoming-events .tabs .border-separator:before {
        font-size: 2rem;
        margin: 0 1.5rem
    }
}

.main-account .upcoming-events .tribe-events-l-container {
    min-height: 0 !important;
    min-height: auto !important
}

.main-account .upcoming-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 2rem
}

@media screen and (min-width:991px) {
    .main-account .upcoming-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
        flex-direction: row
    }
}

.main-account .upcoming-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
    display: none
}

@media screen and (min-width:991px) {
    .main-account .upcoming-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
        display: block
    }
}

.main-account .upcoming-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event {
    display: flex;
    padding: 0 1rem
}

@media screen and (min-width:991px) {
    .main-account .upcoming-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event {
        padding: 0
    }
}

.main-account .upcoming-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
    flex: initial;
    padding-left: 0;
    width: auto
}

.main-account .upcoming-events .tribe-common.tribe-events .tribe-common-l-container.tribe-events-l-container {
    padding-top: 0
}

.main-account .upcoming-events.show-rsvp .tribe-event-ticket__is-ticket,
.main-account .upcoming-events.show-ticket .tribe-event-ticket__is-rsvp {
    display: none
}

@media screen and (min-width:540px) {
    .main-account .upcoming-events {
        padding: 0 1.25rem
    }
}

.main-account aside {
    color: #6d6e6e
}

.main-account aside>div:not(:last-child),
.main-account aside>section:not(:last-child) {
    margin-bottom: 1rem
}

.main-account aside .account-main-menu {
    background: #f9f9f9;
    border-radius: .5rem;
    padding: 20px
}

.main-account aside .account-main-menu .user-preview {
    align-items: center;
    display: flex;
    margin-bottom: 40px
}

.main-account aside .account-main-menu .user-preview .profile-avatar {
    margin-right: 1rem;
    position: relative
}

.main-account aside .account-main-menu .user-preview .profile-avatar .avatar {
    border-radius: 100%;
    height: 80px;
    width: 80px
}

.main-account aside .account-main-menu .user-preview .profile-avatar .edit-profile-avatar {
    background-color: #fff;
    background-color: var(--theme-white-color);
    border: none;
    border-radius: 50%;
    bottom: 0;
    font-size: 1rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    width: 1.5rem
}

.main-account aside .account-main-menu nav ul li a.current {
    color: #ed8727
}

.main-account aside .account-main-menu nav ul li:not(:last-of-type) {
    margin-bottom: 1rem
}

.main-account aside .path-so-far .title-path {
    padding: 1rem 1.25rem
}

.main-account aside .path-so-far .title-path h5 {
    font-size: 1rem
}

.main-account aside .path-so-far .attended-events {
    background: linear-gradient(180deg, #e1f0ef, #e7f0e0);
    border-radius: .5rem;
    padding: 1.25rem 1rem
}

.main-account aside .path-so-far .attended-events .count-meetings {
    align-items: center;
    color: #7ab5b0;
    display: flex;
    line-height: revert
}

.main-account aside .path-so-far .attended-events .count-meetings span {
    font-size: 2.25rem;
    margin-right: .5rem
}

label {
    display: block;
    font-size: .9em
}

.tagify {
    --placeholder-color: var(--text-color);
    --tag-pad: 5px 3px;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 8px;
    padding: 0;
    width: 100%
}

.tagify__tag>div>* {
    white-space: pre
}

button:hover {
    opacity: .5
}

section {
    height: auto !important
}

#page-forms .container-forms {
    padding: 1rem 2rem !important
}

nav.pms-account-navigation {
    margin-bottom: 30px
}

nav.pms-account-navigation ul li {
    display: inline-block;
    margin-right: 3%
}

.tribe-common.tribe-events,
.tribe-events-single {
    --tec-font-family-sans-serif: "Libre Franklin", sans-serif;
    --color-accent-primary: var(--theme-primary-color);
    --color-accent-primary-active: var(--theme-primary-color);
    --color-accent-primary-hover: var(--theme-mint-color);
    --tec-color-text-primary: var(--theme-font-color);
    --tec-color-text-event-title: var(--theme-font-color);
    --tec-color-text-secondary: var(--theme-font-color);
    --tec-color-text-events-title: var(--theme-highlight-color);
    --tec-color-icon-secondary: var(--theme-primary-color);
    --tec-color-icon-disabled: var(--theme-grey-color);
    --tec-color-accent-primary: var(--theme-primary-color);
    --tec-color-button-primary: var(--theme-primary-color);
    --tec-color-link-accent-hover: var(--theme-primary-color);
    --tec-color-accent-primary-hover: var(--theme-primary-color-hover);
    --tec-font-size-7: 2rem;
    --tec-color-background-events-bar-submit-button: var(--theme-primary-color);
    --tec-color-background-events-bar-submit-button-hover: var(--theme-primary-color);
    --tec-color-accent-primary-week-event: var(--theme-mint-color);
    --tec-color-background: var(--theme-white-color);
    --color-accent-primary-week-event-featured-hover: var(--theme-mint-color);
    --color-accent-primary-week-event-hover: var(--theme-mint-color);
    font-family: Libre Franklin, sans-serif
}

.has-background .tribe-common.tribe-events {
    --tec-color-accent-primary-week-event: var(--theme-white-color);
    --tec-color-background: var(--theme-mint-color)
}

.tribe-common.tribe-events .tribe-common-h4 {
    font-weight: 300
}

.tribe-common.tribe-events .tribe-common-cta {
    background-color: transparent;
    border: 2px solid #7ab5b0;
    border: 2px solid var(--theme-primary-color);
    border-radius: 100px;
    color: #7ab5b0;
    color: var(--theme-primary-color);
    font-size: .75rem;
    padding: .25rem .5rem
}

.tribe-common.tribe-events .tribe-common-c-btn,
.tribe-common.tribe-events .tribe-common-c-btn:hover {
    border-radius: 5rem
}

.tribe-common.tribe-events .tribe-common-c-btn-border-small {
    background-color: transparent;
    border: 2px solid #7ab5b0;
    border: 2px solid var(--theme-primary-color);
    border-radius: 100px;
    color: #7ab5b0;
    color: var(--theme-primary-color);
    font-size: 1.25rem
}

.tribe-common.tribe-events .tribe-common-l-container.tribe-events-l-container {
    padding: 2rem 0
}

.tribe-common.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event {
    flex-direction: row;
    justify-content: flex-start
}

@media screen and (max-width:876px) {
    .tribe-common.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
        margin-bottom: 1.2rem;
        width: 100%
    }
}

.tribe-common.tribe-events .tribe-events-calendar-list span {
    color: #6d6e6e;
    color: var(--theme-font-color)
}

.tribe-common.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 1rem
}

.tribe-common.tribe-events .tribe-events-calendar-list .tribe-common-h4--min-medium {
    font-size: 2rem;
    font-weight: 400
}

.tribe-common.tribe-events .tribe-events-calendar-list .tribe-event-ticket__is-rsvp,
.tribe-common.tribe-events .tribe-events-calendar-list .tribe-event-ticket__is-ticket {
    margin-left: 0;
    margin-right: 0
}

.tribe-common.tribe-events .tribe-events-calendar-list .tribe-event-ticket__is-rsvp>.tribe-events-calendar-list__event-date-tag,
.tribe-common.tribe-events .tribe-events-calendar-list .tribe-event-ticket__is-rsvp>.tribe-events-calendar-list__event-wrapper,
.tribe-common.tribe-events .tribe-events-calendar-list .tribe-event-ticket__is-ticket>.tribe-events-calendar-list__event-date-tag,
.tribe-common.tribe-events .tribe-events-calendar-list .tribe-event-ticket__is-ticket>.tribe-events-calendar-list__event-wrapper {
    padding-left: 0
}

.tribe-common.tribe-events .column-right {
    display: flex
}

.tribe-common.tribe-events .column-right .speaker-info {
    margin-right: 1.5rem
}

.tribe-common.tribe-events .column-right .speaker-info .speaker-profile {
    border-radius: 100%;
    display: block;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 125px
}

@media screen and (max-width:540px) {
    .tribe-common.tribe-events .column-right .speaker-info .speaker-profile {
        height: 80px;
        width: 80px
    }
}

.tribe-common.tribe-events .column-right .decline-action {
    text-align: center
}

.tribe-common.tribe-events .column-right .decline-action>div {
    margin-bottom: 8px
}

.tribe-common.tribe-events .column-right .decline-action button.decline-button {
    background: #f9f9f9;
    border: 0;
    border-radius: 100px;
    color: #6d6e6e;
    padding: .5rem 1.5rem
}

.tribe-common.tribe-events .hosted-by {
    display: flex
}

.tribe-common.tribe-events .hosted-by .host-image {
    border-radius: 100%;
    height: 24px;
    margin-right: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 24px
}

.tribe-common.tribe-events .tribe-events-c-small-cta__price {
    display: none
}

.tribe-common.tribe-events .tribe-events-header__breadcrumbs {
    margin: 0 auto;
    max-width: 80rem;
    max-width: var(--theme-size-large);
    padding: 2rem 1rem
}

@media screen and (min-width:991px) {
    .tribe-common.tribe-events .tribe-events-header__breadcrumbs {
        padding: 2rem 0
    }
}

.tribe-common.tribe-events .tribe-events-pro-organizer__meta,
.tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 80rem;
    max-width: var(--theme-size-large);
    padding: 0 1rem
}

.tribe-common.tribe-events .tribe-events-pro-organizer__meta .profile-picture,
.tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta .profile-picture {
    margin: 0 auto;
    max-width: 30rem;
    max-width: var(--theme-size-nano);
    overflow: hidden
}

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

    .tribe-common.tribe-events .tribe-events-pro-organizer__meta,
    .tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta {
        flex-direction: row;
        padding: 0
    }

    .tribe-common.tribe-events .tribe-events-pro-organizer__meta .profile-picture,
    .tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta .profile-picture {
        margin-right: 1rem;
        min-width: 15rem;
        padding-bottom: 20px
    }
}

.tribe-common.tribe-events .tribe-events-pro-organizer__meta .profile-data,
.tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta .profile-data {
    padding: 2rem 0
}

@media screen and (min-width:991px) {

    .tribe-common.tribe-events .tribe-events-pro-organizer__meta .profile-data,
    .tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta .profile-data {
        max-width: 50rem;
        padding: 5rem 3.5rem
    }
}

.tribe-common.tribe-events .tribe-events-pro-organizer__meta .profile-data .profile-activity,
.tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta .profile-data .profile-activity {
    margin: 1.25rem 0 !important
}

.tribe-common.tribe-events .tribe-events-pro-organizer__meta .profile-data .profile-activity .tribe-events-pro-organizer__meta-custom,
.tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta .profile-data .profile-activity .tribe-events-pro-organizer__meta-custom {
    align-items: center;
    display: flex
}

.tribe-common.tribe-events .tribe-events-pro-organizer__meta .profile-data .profile-activity .tribe-events-pro-organizer__meta-custom .theme-icon,
.tribe-common.tribe-events.tribe-events-view--speaker .tribe-events-pro-organizer__meta .profile-data .profile-activity .tribe-events-pro-organizer__meta-custom .theme-icon {
    font-size: 1.25rem;
    height: 1.25rem;
    margin-right: .5rem;
    width: 1.25rem
}

.tribe-common.tribe-events .tribe-custom-profile-resources {
    max-width: 80rem;
    max-width: var(--theme-size-large);
    padding: 2rem 1rem
}

@media screen and (min-width:991px) {
    .tribe-common.tribe-events .tribe-custom-profile-resources {
        margin: 0 auto !important;
        padding: 5rem 0
    }
}

.tribe-common.tribe-events .tribe-custom-profile-resources .resources-items {
    display: flex;
    margin-top: 1rem
}

@media screen and (min-width:991px) {
    .tribe-common.tribe-events .tribe-custom-profile-resources .resources-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-top: 2.5rem
    }
}

.tribe-common.tribe-events .tribe-custom-profile-resources .resources-items .resource-item {
    display: flex
}

.tribe-common.tribe-events .tribe-custom-profile-resources .resources-items .resource-item .resource-item-image {
    max-width: 5.25rem
}

.tribe-common.tribe-events .tribe-custom-profile-resources .resources-items .resource-item .resource-item-data {
    padding: .25rem 1rem
}

.tribe-common.tribe-events .tribe-custom-profile-resources .resources-items .resource-item .resource-item-data p {
    font-size: .75rem
}

.tribe-common.tribe-events .theme-quotes {
    margin: 0 auto !important;
    max-width: 80rem;
    max-width: var(--theme-size-large);
    padding: 5rem 1rem
}

@media screen and (min-width:991px) {
    .tribe-common.tribe-events .theme-quotes {
        padding: 5rem 0
    }
}

.tribe-common.tribe-events .theme-quotes .theme-quote {
    margin: 0 auto !important
}

.tribe-common.tribe-events .tribe-custom-events-list {
    margin: 0 auto !important;
    max-width: 80rem;
    max-width: var(--theme-size-large);
    padding: 2rem 1rem
}

@media screen and (min-width:991px) {
    .tribe-common.tribe-events .tribe-custom-events-list {
        padding: 2rem 0
    }
}

.tribe-common.tribe-events.tribe-events-view--speaker div.tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs {
    margin-bottom: 0
}

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

    .tribe-common.tribe-events.tribe-events-view--speaker div.tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs .tribe-events-c-breadcrumbs__list-item-link,
    .tribe-common.tribe-events.tribe-events-view--speaker div.tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs .tribe-events-c-breadcrumbs__list-item-text {
        font-size: 24px
    }
}

.tribe-common.tribe-events .tribe-events-pro .tribe-events-pro-week-day-selector__next-icon-svg,
.tribe-common.tribe-events .tribe-events-pro .tribe-events-pro-week-day-selector__prev-icon-svg {
    height: 25px;
    width: 35px
}

.tribe-common.tribe-events .tribe-events-pro .tribe-events-pro-week-grid__event-link:hover {
    background-color: var(--tec-color-background) !important
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item,
.event-tickets .tribe-tickets__tickets-item.tribe-tickets__submit-inline-item {
    border-top: 0;
    grid-template-columns: 1fr auto auto auto
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity,
.event-tickets .tribe-tickets__tickets-item.tribe-tickets__submit-inline-item .tribe-tickets__tickets-item-quantity {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item.has-ticket>div,
.entry .entry-content .event-tickets .tribe-tickets__tickets-item>div,
.event-tickets .tribe-tickets__tickets-item.tribe-tickets__submit-inline-item.has-ticket>div,
.event-tickets .tribe-tickets__tickets-item.tribe-tickets__submit-inline-item>div {
    align-self: center
}

.tribe-common.event-tickets .tribe-tickets__rsvp-wrapper {
    background-color: transparent !important;
    border: none !important;
    margin-bottom: var(--tec-spacer-6);
    padding: 0 !important
}

.tribe-common.event-tickets .tribe-tickets__rsvp-message {
    background-color: #eff8e9 !important;
    background-color: var(--theme-lime-color) !important
}

.tribe-common.event-tickets .tribe-tickets__rsvp-message.tribe-tickets__rsvp-message--success,
.tribe-common.event-tickets .tribe-tickets__rsvp-message.tribe-tickets__rsvp-message--success+.tribe-tickets__rsvp .tribe-tickets__rsvp-title {
    display: none
}

.tribe-common.event-tickets .tribe-tickets__rsvp-message-link {
    color: #7ab5b0 !important;
    color: var(--theme-primary-color) !important
}

.tribe-common.event-tickets .tribe-tickets__rsvp {
    display: flex;
    flex-direction: column;
    padding: 0 !important
}

.tribe-common.event-tickets .tribe-tickets__rsvp .tribe-tickets__rsvp-attendance {
    display: none
}

.tribe-common.event-tickets .tribe-tickets__rsvp .tribe-tickets__rsvp-actions-wrapper,
.tribe-common.event-tickets .tribe-tickets__rsvp .tribe-tickets__rsvp-details-wrapper {
    width: 100%
}

.tribe-common.event-tickets .tribe-tickets__rsvp .tribe-tickets__rsvp-actions-success-going-check-icon {
    background-color: #7ab5b0;
    background-color: var(--theme-primary-color)
}

.tribe-common.event-tickets .tribe-tickets__rsvp-form-content {
    margin: 0 !important
}

.tribe-common.event-tickets .tribe-tickets__rsvp-form-content .tribe-tickets__rsvp-form-buttons {
    padding-top: 0 !important
}

.event-tickets .tribe-tickets__rsvp-form-wrapper {
    padding: 0 !important
}

.tribe-events-pg-template {
    background: linear-gradient(180deg, #e1f0ef, #e7f0e0);
    max-width: none !important
}

.tribe-events-pg-template .tribe-events-single {
    margin: 0 auto;
    max-width: 60rem;
    max-width: var(--theme-size-medium)
}

.tribe-events-pg-template .tribe-events-single .tribe-custom-hero-grid {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem
}

@media screen and (min-width:991px) {
    .tribe-events-pg-template .tribe-events-single .tribe-custom-hero-grid {
        flex-direction: row
    }
}

.tribe-events-pg-template .tribe-events-single .tribe-custom-hero-grid .tribe-events-event-image {
    align-self: stretch;
    border-radius: .75rem;
    border-radius: var(--theme-border-radius);
    max-height: 10rem;
    max-width: 40rem;
    overflow: hidden
}

@media screen and (min-width:991px) {
    .tribe-events-pg-template .tribe-events-single .tribe-custom-hero-grid .tribe-events-event-image {
        margin-bottom: 0;
        max-height: none
    }
}

.tribe-events-pg-template .tribe-events-single .tribe-custom-hero-grid .tribe-events-event-image img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tribe-events-pg-template .tribe-events-single .tribe-custom-hero-grid .tribe-events-event-image+.tribe-custom-hero-data {
    max-width: 30rem;
    max-width: var(--theme-size-nano)
}

@media screen and (min-width:991px) {
    .tribe-events-pg-template .tribe-events-single .tribe-custom-hero-grid .tribe-events-event-image+.tribe-custom-hero-data {
        padding-left: 2rem
    }
}

.tribe-events-pg-template .tribe-events-single .tribe-events-single-event-description {
    max-width: 45rem;
    max-width: var(--theme-size-small)
}

.tribe-events-pg-template .tribe-events-single .tribe-events-schedule__datetime span {
    font-weight: 400
}

.tribe-events-pg-template .tribe-events-cal-links {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.hosted-by {
    display: flex;
    margin-bottom: .5rem;
    margin-top: 0
}

.hosted-by .pic-hosts {
    align-items: center;
    display: flex;
    margin-right: 3px
}

.hosted-by .host-image {
    border-radius: 100%;
    height: 24px;
    margin-right: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 24px
}

.hosted-by p a {
    color: #6d6e6e !important
}

#tribe-tickets__tickets-form.tribe-tickets__tickets-form {
    background-color: revert;
    border: revert;
    margin: revert;
    max-width: revert;
    padding: revert
}

.recurringinfo,
.tribe-events-calendar-month__calendar-event-datetime-recurring-link,
.tribe-events-calendar-month__calendar-event-tooltip-datetime-recurring-link,
.tribe-events-pro-week-grid__event-datetime-recurring-icon,
.tribe-events-pro-week-grid__event-tooltip-datetime-recurring-icon,
.tribe-events-pro-week-mobile-events__event-datetime-recurring-link,
.tribe-events-virtual-single-marker,
.tribe-events-virtual-virtual-event,
.tribe-link-view-attendee {
    display: none !important
}

.tribe-events-virtual-event .tribe-events-schedule h2.tribe-events-schedule__datetime,
.tribe-events-virtual-event .tribe-events-schedule span.tribe-events-schedule__time.tribe-events-schedule__time--start {
    color: #6d6e6e;
    font-family: Libre Franklin, sans-serif
}

.tribe-common .tribe-events-pro-organizer__meta-custom b,
.tribe-common .tribe-events-pro-organizer__meta-custom strong {
    font-weight: 500
}

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

    .single-tribe_ext_speaker .tribe-common--breakpoint-medium.tribe-events .tribe-events-header,
    .single-tribe_organizer .tribe-common--breakpoint-medium.tribe-events .tribe-events-header,
    .tribe-common.tribe-events.tribe-events-view .tribe-custom-events-list,
    .tribe-common.tribe-events.tribe-events-view>.tribe-common-l-container.tribe-events-l-container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.tribe-events-sub-nav li a {
    background: none
}

.archive-support>.theme-archive-container .support-element {
    display: flex
}

.archive-support>.theme-archive-container .support-element:not(:last-child) {
    margin-bottom: 44px
}

.archive-support>.theme-archive-container .support-element .img-support {
    padding: 20px 40px
}

.archive-support>.theme-archive-container .support-element .txt-support>h2 {
    color: #6d6e6e;
    font-size: 2.5rem
}

.archive-support>.theme-archive-container .support-element .txt-support p {
    color: #6d6e6e
}

.archive-support>.theme-archive-container .support-element .txt-support p:not(:last-child) {
    margin-bottom: .5rem
}

.archive-support>.theme-archive-container .support-element .txt-support a {
    color: #7ab5b0
}

@media screen and (max-width:766px) {
    .archive-support>.theme-archive-container .support-element {
        flex-direction: column
    }

    .archive-support>.theme-archive-container .support-element .img-support {
        padding: 16px 0
    }
}

.wrapper-to-card {
    grid-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%
}

@media screen and (min-width:991px) {
    .wrapper-to-card {
        grid-gap: 2.5rem
    }
}

.card-archive {
    background-color: #7ab5b0;
    background-color: var(--theme-primary-color);
    border-radius: 1.5rem;
    color: #fff;
    color: var(--theme-white-color);
    overflow: hidden
}

.card-archive .card-feature-img {
    height: 240px;
    position: relative
}

.card-archive .card-feature-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.card-archive .card-feature-img.is-video a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.card-archive .card-feature-img.is-video a:after {
    border-bottom: 38px solid transparent;
    border-left: 64px solid hsla(0, 0%, 100%, .75);
    border-top: 38px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.card-archive .card-feature-img.is-video a:hover:after {
    border-left-color: hsla(0, 0%, 100%, .55)
}

.card-archive .card-content {
    padding: 2rem 1.5rem
}

.card-archive .card-content .card-heading {
    margin-bottom: 1rem
}

.card-archive .card-content .card-heading .card-author {
    display: block;
    margin-top: .75rem;
    text-transform: uppercase
}

.card-archive .card-content .card-heading .card-date {
    display: block;
    font-size: .75rem;
    margin-bottom: .5rem;
    text-transform: capitalize
}

.card-archive .card-content .card-tags {
    font-size: .75rem;
    margin-top: 1rem
}

@media screen and (min-width:991px) {
    .card-archive .card-content .card-heading .card-title {
        font-size: 1.5rem
    }

    .card-archive .card-content>p {
        font-size: 1rem
    }
}

.has-background .card-archive {
    background-color: #fff;
    background-color: var(--theme-white-color);
    color: var(--theme-text-color)
}

.latest-posts #blog-entries .card-archive .card-content .card-title {
    font-size: 1.1rem
}

@media screen and (min-width:991px) {
    .latest-posts #blog-entries .card-archive .card-content .card-heading .card-title {
        font-size: 1.2rem
    }
}

.card-single {
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 2.5rem;
    text-align: center
}

.card-single.outline {
    border: 1px solid #c2c2c2;
    border: 1px solid var(--theme-grey-color);
    border-radius: .75rem;
    border-radius: var(--theme-border-radius)
}

@media screen and (max-width:1280px) {
    .share-your-story {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:960px) {
    .share-your-story .wp-block-columns {
        display: block
    }

    .share-your-story .wp-block-columns .wp-block-column {
        margin: 0
    }

    .share-your-story .wp-block-columns .wp-block-column:first-of-type {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width:1280px) {
    .share-your-story {
        margin: 0 auto;
        max-width: 1280px;
        padding-left: 0;
        padding-right: 0
    }
}

.share-your-story .theme-section {
    border-radius: .5rem
}

.share-your-story .theme-section .theme-container {
    line-height: 30px
}

.share-your-story .theme-section .theme-container h1:first-of-type,
.share-your-story .theme-section .theme-container h2:first-of-type,
.share-your-story .theme-section .theme-container h3:first-of-type,
.share-your-story .theme-section .theme-container h4:first-of-type,
.share-your-story .theme-section .theme-container h5:first-of-type,
.share-your-story .theme-section .theme-container h6:first-of-type,
.share-your-story .theme-section .theme-container p:first-of-type,
.share-your-story .theme-section .theme-container ul:first-of-type {
    margin-left: 20px;
    margin-left: var(--theme-small-spacing)
}

.share-your-story .theme-section .theme-container h1:not(:last-child),
.share-your-story .theme-section .theme-container h2:not(:last-child),
.share-your-story .theme-section .theme-container h3:not(:last-child),
.share-your-story .theme-section .theme-container h4:not(:last-child),
.share-your-story .theme-section .theme-container h5:not(:last-child),
.share-your-story .theme-section .theme-container h6:not(:last-child),
.share-your-story .theme-section .theme-container p:not(:last-child),
.share-your-story .theme-section .theme-container ul:not(:last-child) {
    margin-bottom: 16px
}

.share-your-story .ginput_container_consent input {
    display: inline;
    max-width: revert;
    width: revert
}

.share-your-story .ginput_container_consent label {
    display: inline
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs li:not(:last-of-type) {
    margin-right: .5rem
}

.wp-block-columns.light-background {
    background: linear-gradient(180deg, #e1f0ef, #e7f0e0);
    -moz-column-gap: 5%;
    column-gap: 5%;
    padding: 80px 5%;
    width: 100%
}

.wp-block-columns.light-background .wp-block-column:not(:first-child) {
    margin-left: 0
}

.wp-block-columns.light-background div#gform_wrapper_2 {
    background-color: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    width: 100%
}

#gform_fields_2 legend.gfield_label {
    color: #f07e24;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 20px auto;
    padding: 0 !important;
    text-align: center;
    text-transform: uppercase
}

.wp-block-columns.light-background ol {
    padding-left: 2.8rem
}

.wp-block-columns.light-background ol li {
    font-size: 1rem;
    margin-bottom: 2rem;
    position: relative
}

.wp-block-columns.light-background ol li::marker {
    color: #7ab5b0;
    font-family: Times New Roman, Times, serif;
    font-size: 3em;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: 0
}

label#label_2_1_0,
label#label_2_1_1 {
    background-color: #7ab5b0;
    color: #fff
}

.mepr_updated {
    background-color: #7ab5b0 !important;
    border: none !important;
    color: #fff !important;
    margin-bottom: 2rem;
    padding: 1rem !important
}

#mpca-add-sub-user-btn {
    background: transparent;
    border: 2px solid #7ab5b0;
    border-radius: 2rem;
    color: #7ab5b0;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 1rem 2rem
}

.mpca-fat-bottom,
.mpca-fat-top {
    margin-bottom: 2rem
}

#mpca-add-sub-user-form label {
    margin-bottom: .75rem
}

#mpca-add-sub-user-form label:first-of-type {
    margin-bottom: 0
}

#mpca-add-sub-user-form label:nth-of-type(2) {
    margin-top: .75rem
}

.mpca-search:has(#mpca_sub_account_search) {
    display: none
}

.mpca-sub-account-page-info {
    margin-bottom: .75rem
}

.mp_wrapper table.mepr-account-table {
    border: none !important;
    border-radius: 0
}

.mp_wrapper table.mepr-account-table th {
    font-size: .75rem;
    letter-spacing: normal;
    padding: .5rem .75rem;
    text-transform: uppercase
}

#mpca_sub_accounts_used h4 {
    font-size: 1.25rem
}

.mpca-add-sub-user input[type=submit] {
    margin-top: 1rem !important
}

.badges-earned {
    grid-gap: 1rem .8rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(109px, 1fr));
    padding: 1rem 0
}

.badges-earned .badge {
    text-align: center
}

.badges-earned .badge:not(.earned) {
    filter: grayscale(100%);
    opacity: .6
}

.badges-earned .badge .icon-badge {
    background-position: 50%;
    background-size: cover;
    border-radius: 72px;
    display: inline-block;
    height: 72px;
    width: 72px
}

.badges-earned .badge .icon-badge.icon-badge_founder {
    background-image: url(../23a17bcd1b2429edd425.png)
}

.badges-earned .badge .icon-badge.icon-badge_donor {
    background-image: url(../6f164c054d99e5365dcc.png)
}

.badges-earned .badge .icon-badge.icon-badge_streak_3 {
    background-image: url(../a5926016bd7a41220808.png)
}

.badges-earned .badge .icon-badge.icon-badge_streak_5 {
    background-image: url(../f1267c67a28d1cd13162.png)
}

.badges-earned .badge .icon-badge.icon-badge_streak_10 {
    background-image: url(../25f75c4d820ca1d2f949.png)
}

.badges-earned .badge .icon-badge.icon-badge_streak_15 {
    background-image: url(../9fdd6b18862123c91c91.png)
}

.badges-earned .badge .icon-badge.icon-badge_streak_25 {
    background-image: url(../23ad733103ffb30b8f56.png)
}

.badges-earned .badge .icon-badge.icon-badge_streak_50 {
    background-image: url(../48a260b97113f757c33d.png)
}

.badges-earned .badge .icon-badge.icon-badge_streak_75 {
    background-image: url(../d42cece040fbb9a07d5e.png)
}

.badges-earned .badge .icon-badge.icon-badge_streak_100 {
    background-image: url(../c89e488997fbef7ff3ce.png)
}

.badges-earned .badge .icon-badge.icon-badge_special_event {
    background-image: url(../547f7dcfa32a46a745bf.png)
}

.badges-earned .badge .name-badge {
    font-size: 12px
}

.pms-account-subscription-details-table td:first-child {
    font-size: .75rem;
    padding-right: 1rem;
    text-transform: uppercase;
    white-space: nowrap
}

.pms-account-subscription-details-table td:last-child {
    width: 100%
}

.pms-group-dashboard .pms-gm-edit-details,
.pms-group-dashboard .pms-members-table__wrap,
.pms-group-dashboard h3:last-of-type,
.pms-group-dashboard>p:first-of-type {
    display: none
}

.pms-group-dashboard>h3 {
    font-size: 1.5rem;
    margin: 2rem 0 .5rem
}

@media screen and (min-width:991px) {
    .pms-group-dashboard #pms-members-table td:last-of-type {
        white-space: nowrap
    }
}

.pms-group-dashboard .pms-form {
    padding: 0 !important
}

@media screen and (min-width:991px) {
    #pms-payment-history tr>:nth-of-type(2) {
        padding-left: 1rem;
        width: 15%
    }

    #pms-payment-history tr>:nth-of-type(3) {
        width: 60%
    }

    #pms-payment-history tr>:nth-of-type(4) {
        width: 20%
    }

    #pms-payment-history tr>:nth-of-type(5) {
        width: 15%
    }
}

.pms-account-subscription-action-link,
.pms-remove,
.pms-resend {
    border: 1px solid #f07e24;
    border: 1px solid var(--theme-highlight-color);
    border-radius: 2rem;
    color: #f07e24;
    color: var(--theme-highlight-color);
    display: inline-block;
    margin-right: .25rem;
    padding: .5rem 1rem
}

.pms-account-subscription-action-link__change,
.pms-resend {
    border-color: #7ab5b0;
    border-color: var(--theme-primary-color);
    color: #7ab5b0;
    color: var(--theme-primary-color)
}

.pms-account-subscription-action-link:last-child,
.pms-account-subscription-action-link__change,
.pms-payment-id {
    display: none
}

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

    #pms-members-table thead,
    #pms-payment-history thead {
        left: -9999px;
        position: absolute;
        top: -9999px
    }

    #pms-members-table tbody,
    #pms-payment-history tbody {
        display: block
    }

    #pms-members-table tbody tr,
    #pms-payment-history tbody tr {
        border-bottom: 1px solid #c2c2c2;
        border-bottom: 1px solid var(--theme-color-lines);
        display: flex;
        flex-direction: column
    }

    #pms-members-table tbody tr:last-of-type,
    #pms-payment-history tbody tr:last-of-type {
        border-bottom: none
    }

    #pms-members-table tbody td,
    #pms-payment-history tbody td {
        display: flex;
        padding-left: 1rem;
        width: 100% !important
    }

    #pms-members-table tbody td.pms-members-list__actions,
    #pms-payment-history tbody td.pms-members-list__actions {
        flex-direction: column
    }

    #pms-members-table tbody td.pms-members-list__actions a,
    #pms-payment-history tbody td.pms-members-list__actions a {
        margin-top: .5rem;
        text-align: center
    }

    #pms-members-table tbody td:before,
    #pms-payment-history tbody td:before {
        white-space: nowrap;
        width: 30%
    }

    #pms-members-table td:first-of-type:before {
        content: "Email"
    }

    #pms-members-table td:nth-of-type(2):before {
        content: "Name"
    }

    #pms-members-table td:nth-of-type(3):before {
        content: "Status"
    }

    #pms-members-table td:nth-of-type(4):before {
        content: "Actions"
    }

    #pms-payment-history td:first-of-type:before {
        content: "ID"
    }

    #pms-payment-history td:nth-of-type(2):before {
        content: "Amount"
    }

    #pms-payment-history td:nth-of-type(3):before {
        content: "Date"
    }

    #pms-payment-history td:nth-of-type(4):before {
        content: "Status"
    }

    #pms-payment-history td:nth-of-type(5):before {
        content: "Invoice"
    }
}

.empty-upcoming {
    padding: 2.5rem;
    text-align: center
}

.empty-upcoming p {
    margin: 0
}

.wppb-user-forms {
    padding: 0
}

.wppb-user-forms.wppb-register-user ul {
    list-style: none;
    padding: 0
}

.wppb-user-forms.wppb-register-user .wppb-form-field {
    margin-bottom: 1rem
}

.wppb-user-forms.wppb-register-user .wppb-form-field span.wppb-description-delimiter {
    font-size: .75rem;
    line-height: 1.25rem
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-default-username {
    display: none
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1rem
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans h4:first-of-type {
    display: none;
    margin-bottom: 1rem
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan {
    flex: 1 1;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-top: 0;
    min-width: 250px
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan span.pms-subscription-plan-name {
    display: block;
    font-size: 1rem;
    line-height: 1.25rem
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan span.pms-subscription-plan-price {
    display: block;
    font-size: .75rem;
    line-height: 1rem
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan span.pms-subscription-plan-price span.pms-divider:first-of-type,
.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan span.pms-subscription-plan-trial {
    display: none
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan label {
    border: 1px solid #f9f9f9;
    border-color: var(--theme-light-grey-color);
    border-radius: .75rem;
    border-radius: var(--theme-border-radius);
    box-shadow: var(--theme-form-box-shadow);
    cursor: pointer;
    height: 100%;
    max-width: none !important;
    overflow: hidden;
    padding: 24px;
    position: relative;
    text-align: center;
    width: 100%
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan label [type=checkbox] {
    display: none
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan [type=checkbox]+span {
    display: inline-block;
    padding: 1em
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan :checked+span {
    display: inline-block
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan.has-1-plans {
    margin-right: 0
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-subscription-plan.has-1-plans input[type=hidden][name=subscription_plans]+label {
    background: hsla(96, 52%, 94%, .341);
    border-color: #e1f0ef;
    border-color: var(--theme-mint-color);
    border-width: 1px
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans #pms-subscription-plans-discount {
    flex: 1 1 auto
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans #pms-subscription-plans-discount input[type=text] {
    flex: 1;
    margin-right: 1rem;
    padding: 1rem !important
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans #pms-subscription-plans-discount input[type=submit] {
    display: inline;
    margin: revert
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-subscription-plans .pms-gm-message.pms-gm-message__purchase {
    display: none !important
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-checkbox-terms-and-conditions label[for=i_agree_terms_and_conditions] input {
    width: revert
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-checkbox-terms-and-conditions .agree_to_terms {
    font-size: .9em
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-checkbox-terms-and-conditions .agree_to_terms a {
    color: #7ab5b0
}

.wppb-user-forms.wppb-register-user .pms-field.pms-group-description-field.pms-group-memberships-field,
.wppb-user-forms.wppb-register-user .pms-field.pms-group-name-field.pms-group-memberships-field {
    display: none !important
}

.wppb-user-forms.wppb-register-user .wppb-form-field.wppb-send-credentials-checkbox {
    display: none
}

.wppb-user-forms.wppb-register-user .pms-field-section.pms-section-billing-details {
    display: flex;
    flex-direction: column
}

.wppb-user-forms.wppb-register-user .pms-field-section.pms-section-billing-details .pms-field.pms-billing-state select {
    width: 100%
}

.wppb-user-forms.wppb-register-user .pms-field-section.pms-section-billing-details .pms-field.pms-billing-country {
    order: 1
}

#wppb_form_general_message.wppb-error,
#wppb_form_general_message.wppb-success,
.wppb-form-error.wppb-error {
    border: 1px solid #c2c2c2;
    border: 1px solid var(--theme-grey-color);
    border-radius: .75rem;
    border-radius: var(--theme-border-radius);
    display: inline-block;
    padding: 1.5rem
}

@media screen and (min-width:991px) {

    #wppb_form_general_message.wppb-error,
    #wppb_form_general_message.wppb-success,
    .wppb-form-error.wppb-error {
        padding: 2.5rem
    }
}

#wppb_register_pre_form_message.alert {
    display: inline-block;
    padding: 1.5rem
}

@media screen and (min-width:991px) {
    #wppb_register_pre_form_message.alert {
        padding: 1.5rem 2.5rem
    }
}

.pms-subscription-plan label.selected {
    background-color: #eff8e9;
    background-color: var(--theme-lime-color);
    border-color: #e1f0ef;
    border-color: var(--theme-mint-color)
}

.wppb-checkbox-terms-and-conditions input[type=checkbox] {
    width: auto
}

.wppb-user-forms input[type=checkbox] {
    width: auto !important
}

@media screen and (min-width:991px) {
    .wppb-user-forms {
        padding: 0
    }
}

@media screen and (min-width:501px) {
    #pms-renew-subscription-form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}

#pms-renew-subscription-form input[name=pms_redirect_back],
#pms-renew-subscription-form input[name=pms_renew_subscription] {
    margin-bottom: 1rem
}

#pms-renew-subscription-form>ul {
    flex: 1 1 100%
}

#pms-renew-subscription-form #pms-subscription-plans-discount {
    flex: 0 0 100%
}

#pms-renew-subscription-form #pms_subscription_plans_discount_code {
    margin-right: 10px
}

#pms-renew-subscription-form #pms-apply-discount.pms-submit.button {
    display: inline
}

a.download-link {
    color: #7ab5b0;
    color: var(--theme-primary-color);
    display: block;
    margin: .875rem auto;
    text-align: center;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    width: -moz-fit-content;
    width: fit-content
}

aside.download-box {
    border: none;
    box-shadow: none;
    max-width: 100%;
    width: 400px
}

aside.download-box .download-count {
    display: none
}

aside.download-box img {
    aspect-ratio: 16/9;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

aside.download-box .download-box-content h1,
aside.download-box .download-box-content h2,
aside.download-box .download-box-content h3,
aside.download-box .download-box-content h4 {
    font-size: 1.25rem
}

aside.download-box a.download-button {
    background-color: #7ab5b0;
    background-color: var(--theme-primary-color);
    background-image: none;
    border: 2px solid var(--color-primary-color);
    border-radius: 7rem;
    box-shadow: none;
    color: #fff;
    color: var(--theme-white-color);
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: .75rem 1.5rem;
    text-shadow: none;
    width: auto;
    width: -moz-fit-content;
    width: fit-content
}

aside.download-box a.download-button small {
    display: none
}

aside.download-box a.download-button:hover {
    background-color: #7ab5b0;
    background-color: var(--theme-primary-color);
    background-image: none;
    cursor: pointer;
    filter: brightness(.9)
}

.wp-block-column a.download-box,
.wp-block-column aside.download-box {
    width: 100%
}

.theme-flexible-content,
.theme-flexible-content>.block-editor-inner-blocks>.block-editor-block-list__layout {
    display: flex;
    flex-flow: row nowrap
}

.theme-flexible-content>.block-editor-inner-blocks>.block-editor-block-list__layout>.theme-card,
.theme-flexible-content>.theme-card {
    flex: 0 1 auto
}

.theme-cards {
    grid-gap: 1rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1rem
}

.theme-cards.has-template-rows {
    display: block
}

.theme-cards.has-template-rows .theme-card-icon {
    align-items: center;
    display: flex;
    padding: .5rem
}

.theme-cards.has-template-rows .theme-card-icon .theme-icon {
    align-items: center;
    display: flex;
    font-size: 2rem;
    height: 64px;
    justify-content: center;
    margin-right: .5rem;
    min-width: 64px;
    padding: 0;
    width: 64px
}

.theme-cards.has-template-rows .theme-card-icon .card-content {
    margin-top: 0
}

@media screen and (min-width:991px) {
    .theme-cards {
        gap: 2.5rem;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
        padding: 0
    }

    .theme-cards.has-template-columns-2 {
        grid-template-columns: 1fr 1fr
    }

    .theme-cards.has-template-columns-3 {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.theme-cards .theme-card {
    background-color: #7ab5b0;
    background-color: var(--theme-primary-color);
    border-radius: .75rem;
    color: #fff;
    color: var(--theme-white-color);
    overflow: hidden;
    position: relative
}

@media screen and (min-width:991px) {
    .theme-cards .theme-card {
        border-radius: 1.5rem
    }
}

.theme-cards .theme-card>.card-image {
    height: 7rem;
    margin: 0;
    z-index: 1
}

@media screen and (min-width:991px) {
    .theme-cards .theme-card>.card-image {
        height: 12.5rem
    }
}

.theme-cards .theme-card>.wp-block-image:not(.card-image) {
    aspect-ratio: 10/8;
    height: auto;
    width: 100%
}

.theme-cards .theme-card>.wp-block-image:not(.card-image) img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.theme-cards .theme-card .card-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .75rem .5rem 1rem
}

@media screen and (min-width:991px) {
    .theme-cards .theme-card .card-content {
        padding: 1.5rem
    }
}

.theme-cards .theme-card-icon {
    border-radius: .75rem;
    border-radius: var(--theme-border-radius);
    padding: 1rem
}

@media screen and (min-width:991px) {
    .theme-cards .theme-card-icon {
        padding: 2.5rem
    }
}

.theme-cards .theme-card-icon .card-content {
    margin-top: .5rem
}

.theme-cards .theme-card-icon .card-content>* {
    margin: 0 0 .5rem
}

.theme-cards .theme-card-icon .card-content>:last-child {
    margin: 0
}

.theme-cards .theme-card-icon.is-style-outline {
    border: 1px solid #c2c2c2;
    border: 1px solid var(--theme-grey-color)
}

.two-columns-form .theme-cards {
    grid-template-columns: 1fr 1fr
}

.theme-icon {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 4rem;
    height: 112px;
    justify-content: center;
    padding: 1.5rem;
    width: 112px
}

.theme-icon.is-style-small {
    font-size: 2rem
}

.theme-icon.is-style-medium {
    font-size: 8rem
}

.theme-icon.is-style-large {
    font-size: 16rem
}

.theme-icon.is-style-extra-large {
    font-size: 32rem
}

.theme-user-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly
}

@media screen and (min-width:991px) {
    .theme-user-wrapper {
        flex-wrap: nowrap
    }
}

.theme-user-wrapper>figure {
    border-radius: 80px;
    flex: 0 0 auto;
    height: 80px;
    width: 80px
}

.theme-user-wrapper>.user-content {
    flex: 0 1 auto
}

.theme-user-wrapper>.user-content>p {
    font-size: .75rem;
    line-height: 1.25rem
}

.theme-user-wrapper>.theme-button {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #c2c2c2;
    flex: 0 0 auto;
    font-weight: 400;
    margin-top: 20px
}

.theme-user-wrapper>.theme-button span {
    font-weight: 500
}

@media screen and (min-width:991px) {
    .theme-user-wrapper>.theme-button {
        margin-top: 0
    }
}

.theme-user-wrapper+* {
    margin-top: 24px
}

.theme-hero {
    align-items: flex-end;
    display: flex;
    height: 90vh;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:991px) {
    .theme-hero {
        padding-top: 60px;
        padding-top: var(--theme-large-padding)
    }
}

.theme-hero.is-style-auto-height {
    height: auto
}

.theme-hero.is-style-columns-inverted>.theme-container {
    flex-flow: row-reverse nowrap
}

.theme-hero>figure.image-cover {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.theme-hero>.theme-container {
    align-items: flex-end;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width:991px) {
    .theme-hero>.theme-container {
        flex-flow: row nowrap
    }

    .theme-hero>.theme-container>* {
        flex: 0 1 50%
    }
}

.theme-hero>.theme-container>.image-stack-container {
    height: 100%;
    order: -1;
    position: relative;
    width: 100%
}

@media screen and (min-width:991px) {
    .theme-hero>.theme-container>.image-stack-container {
        order: 0
    }
}

.theme-hero>.theme-container>.image-stack-container>figure.theme-hero-image-wrapper {
    height: 375px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width:991px) {
    .theme-hero>.theme-container>.image-stack-container>figure.theme-hero-image-wrapper {
        height: 540px;
        width: 540px
    }
}

.theme-hero>.theme-container>.image-stack-container>figure.theme-hero-image-wrapper:first-of-type {
    z-index: 2
}

.theme-hero>.theme-container>.image-stack-container>figure.theme-hero-image-wrapper:last-of-type {
    z-index: 1
}

@media screen and (min-width:991px) {
    .theme-hero>.theme-container>.image-stack-container>figure.theme-hero-image-wrapper:last-of-type {
        left: 50px;
        top: 50px
    }
}

.theme-hero>.theme-container>.theme-hero-content-wrapper {
    padding: 0 20px
}

@media screen and (min-width:991px) {
    .theme-hero>.theme-container>.theme-hero-content-wrapper {
        padding: 0
    }
}

.theme-hero.has-center-alignment .theme-container {
    justify-content: center
}

.theme-hero h1,
.theme-hero h2,
.theme-hero h3,
.theme-hero h4,
.theme-hero h5,
.theme-hero h6 {
    color: inherit
}

.theme-hero>.glider-absolute-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.theme-hero>.glider-absolute-wrapper .glide__slide {
    height: 90vh;
    position: relative
}

.theme-hero>.glider-absolute-wrapper .glide__slide>img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.theme-quote {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.theme-quote .theme-icon {
    font-size: 5rem
}

.theme-quote blockquote {
    margin: 2rem 0
}

.theme-quote blockquote p {
    font-size: 1.75rem;
    line-height: 125%;
    text-align: center
}

.theme-quote blockquote p em {
    font-size: 2rem
}

@media screen and (min-width:991px) {
    .theme-quote blockquote p {
        font-size: 3rem
    }

    .theme-quote blockquote p em {
        font-size: 3.5rem
    }
}

.theme-quote .author-photo {
    border-radius: 50%;
    height: 5rem;
    overflow: hidden;
    width: 5rem
}

.theme-quote .author-photo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.theme-quote .author-name {
    font-size: 1rem;
    letter-spacing: .05em;
    text-align: center
}

.theme-quotes.swiper {
    padding: 0
}

@media screen and (min-width:991px) {
    .theme-quotes.swiper {
        padding: 5rem
    }
}

.theme-quotes.swiper .swiper-wrapper {
    align-items: center;
    max-width: 100vw
}

.theme-quotes.swiper .swiper-wrapper .swiper-slide {
    padding: 1rem 3rem
}

.theme-quotes.swiper .swiper-wrapper .swiper-slide .wp-block-quote {
    max-width: 60rem
}

.theme-quotes.swiper .swiper-button-prev {
    left: 0
}

@media screen and (min-width:991px) {
    .theme-quotes.swiper .swiper-button-prev {
        left: 5rem
    }
}

.theme-quotes.swiper .swiper-button-next {
    right: 0
}

@media screen and (min-width:991px) {
    .theme-quotes.swiper .swiper-button-next {
        right: 5rem
    }
}

.theme-quotes.swiper .swiper-button-next:after,
.theme-quotes.swiper .swiper-button-prev:after {
    color: #6d6e6e;
    font-size: 2.5rem
}

.theme-section.quote-profile {
    padding: 2rem 1rem
}

@media screen and (min-width:991px) {
    .theme-section.quote-profile {
        padding: 5rem
    }
}

.theme-section.quote-profile .wp-block-group {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.theme-post-listing {
    margin: 1rem 0;
    width: 100%
}

@media screen and (min-width:991px) {
    .theme-post-listing {
        margin: 2.5rem 0
    }
}

.theme-post-listing .support-element {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem
}

@media screen and (min-width:991px) {
    .theme-post-listing .support-element {
        flex-direction: row
    }
}

.theme-post-listing .support-element .listing-image {
    margin-bottom: 1rem
}

@media screen and (min-width:991px) {
    .theme-post-listing .support-element .listing-image {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

.theme-post-listing .support-element .listing-image img {
    height: auto;
    max-height: 10rem;
    width: 10rem
}

@media screen and (min-width:991px) {
    .theme-post-listing .support-element .listing-image img {
        padding: 1.25rem 2.5rem;
        width: 15rem
    }
}

.theme-post-listing .support-element a {
    color: #7ab5b0
}

.theme-post-listing .faq-element {
    border-radius: .5rem;
    box-shadow: 0 2px 8px rgba(64, 64, 64, .16);
    box-shadow: 0 2px 8px var(--theme-color-shadow);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 1rem;
    width: 100%
}

.theme-post-listing .faq-element:last-child {
    margin-bottom: 0
}

.theme-post-listing .faq-element .question {
    font-size: 1rem;
    line-height: 125%;
    list-style: none;
    outline: none;
    padding: 2.5rem 1.25rem 2.5rem 3rem;
    position: relative
}

.theme-post-listing .faq-element .question::-webkit-details-marker,
.theme-post-listing .faq-element .question::marker {
    display: none
}

.theme-post-listing .faq-element .question:before {
    background-image: url(../1afbd49209060f89fb3c.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 1rem;
    margin-left: -1.5rem;
    position: absolute;
    width: 1rem
}

.theme-post-listing .faq-element .answer {
    padding: 0 1.25rem 2.5rem 3rem
}

.theme-post-listing .faq-element[open] .question {
    padding-bottom: 1rem
}

.theme-post-listing .faq-element[open] .question:before {
    background-image: url(../8eb44d68aace81cfc55f.svg);
    content: ""
}

.archive-oplm-faq-block .theme-post-section {
    margin-bottom: 2rem
}

.archive-oplm-faq-block .theme-post-section:last-child {
    margin-bottom: 0
}

.archive-oplm-faq-block .theme-post-section .theme-post-title {
    margin-bottom: 1rem
}

.theme-custom-hero {
    background-position: 50%;
    background-size: cover
}

.theme-custom-hero .inner-custom-hero {
    flex-direction: column;
    padding: 2.5rem 1rem
}

@media screen and (min-width:1280px) {
    .theme-custom-hero .inner-custom-hero {
        margin-left: calc(50% - 640px);
        max-width: 60rem;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1279px) and (max-width:1291px) {
    .theme-custom-hero .inner-custom-hero {
        padding-left: 1rem
    }
}

.theme-custom-hero.is-style-align-center .inner-custom-hero {
    align-items: center;
    margin: 0 auto;
    text-align: center
}

.theme-cta .inner-cta {
    align-items: center;
    flex-direction: column;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center
}

@media screen and (min-width:960px) {
    .theme-cta .inner-cta {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.theme-cta .inner-cta .content-cta {
    max-width: 960px
}

.theme-cta .inner-cta .content-cta h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 36px
}

.theme-cta .inner-cta .content-cta h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem
}

@media screen and (min-width:766px) {
    .theme-cta .inner-cta .content-cta h2 {
        font-size: 48px;
        font-weight: 400;
        line-height: 60px
    }

    .theme-cta .inner-cta .content-cta h4 {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 30px
    }
}

.loop {
    margin: 0 auto;
    padding: 2.5rem 1rem
}

@media screen and (min-width:1280px) {
    .loop {
        max-width: 1280px;
        padding: 5rem 0
    }
}

.loop .is-searchbox {
    overflow-x: auto
}

.nav-overflow {
    display: flex;
    font-size: 1.25rem;
    margin: 0 -1rem 2.5rem;
    overflow-x: scroll;
    padding-left: 1.25rem
}

@media screen and (min-width:991px) {
    .nav-overflow {
        font-size: 2rem
    }
}

.nav-overflow li a {
    color: #7ab5b0;
    color: var(--theme-primary-color);
    display: block;
    padding: .5rem;
    text-transform: uppercase
}

.nav-overflow li a.empty {
    color: #c2c2c2;
    color: var(--theme-color-lines);
    cursor: default
}

.nav-overflow li a.empty:hover {
    opacity: 1
}

.nav-overflow li a.active {
    background-color: #eff8e9;
    background-color: var(--theme-lime-color);
    border-radius: .25rem
}

.nav-overflow li a.default {
    text-transform: none
}

.nav-overflow li:first-child {
    margin-left: -.5rem
}

.nav-overflow li:last-child {
    padding-right: 1rem
}

.nav-overflow.tabbed li a {
    color: #c2c2c2;
    color: var(--theme-color-lines);
    padding: 0;
    text-transform: none
}

.nav-overflow.tabbed li:first-child {
    border-left: 0;
    margin: 0
}

.nav-overflow.tabbed li:nth-child(2n) {
    border-left: 1px solid #c2c2c2;
    border-left: 1px solid var(--theme-color-lines);
    border-right: 1px solid #c2c2c2;
    border-right: 1px solid var(--theme-color-lines);
    margin: 0 .75rem;
    padding: 0 .75rem
}

.nav-overflow.tabbed li:last-child {
    border-right: 0;
    margin: 0
}

.nav-overflow.tabbed li:hover {
    color: #7ab5b0;
    color: var(--theme-primary-color)
}

.loop-oplm-glossary .theme-post-section {
    margin-bottom: 1rem
}

.loop-oplm-glossary .theme-post-section:last-child {
    margin-bottom: 0
}

@media screen and (min-width:991px) {
    .loop-oplm-glossary .theme-post-section {
        display: flex
    }
}

.loop-oplm-glossary .theme-post-title {
    color: #7ab5b0;
    color: var(--theme-primary-color);
    font-size: 3.5rem
}

@media screen and (min-width:991px) {
    .loop-oplm-glossary .theme-post-title {
        flex-grow: 1;
        font-size: 6rem;
        margin-right: 2.5rem;
        text-align: center;
        width: 7.5rem
    }
}

.loop-oplm-glossary .theme-post-listing p {
    margin: 0
}

.loop-oplm-glossary .theme-post-listing p+p {
    margin-top: 1rem
}

.loop-oplm-glossary .theme-post-listing article {
    margin-bottom: 1rem
}

.loop-oplm-glossary .theme-post-listing article:last-child {
    margin-bottom: 0
}

.loop-oplm-glossary .theme-container.navigation-letters {
    background-color: #fff;
    position: sticky;
    top: 74px
}

.theme-bubbles {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    padding: 0 2rem
}

@media screen and (min-width:991px) {
    .theme-bubbles {
        flex-direction: row;
        margin: 2rem 0;
        padding: 0 4rem
    }
}

.theme-bubbles .theme-bubble {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    flex: 1;
    justify-content: center;
    margin: -1.5rem 0 0;
    min-width: 1em;
    mix-blend-mode: multiply;
    padding: 3rem;
    vertical-align: middle
}

@media screen and (min-width:991px) {
    .theme-bubbles .theme-bubble {
        margin: 0 0 0 -1.5rem
    }
}

.theme-bubbles .theme-bubble:first-child {
    margin: 0
}

.theme-bubbles .theme-bubble:before {
    content: "";
    float: left;
    padding-bottom: 100%;
    width: auto
}

.theme-bubbles .theme-bubble .bubble-wrapper {
    text-align: center
}

.theme-bubbles .theme-bubble .bubble-wrapper .theme-icon {
    font-size: 5rem
}

.theme-bubbles .theme-bubble .bubble-wrapper .bubble-content {
    margin-top: 1rem;
    max-width: 10rem
}

.theme-bubbles .theme-bubble .bubble-wrapper .bubble-content>* {
    margin: 0
}

.theme-bubbles .theme-bubble .bubble-wrapper .bubble-content p {
    font-size: 1rem
}

.theme-tabs .tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem
}

.theme-tabs .tabs-nav>li {
    align-items: center;
    display: flex
}

.theme-tabs .tabs-nav>li:not(:last-child):after {
    background-color: #c2c2c2;
    background-color: var(--theme-grey-color);
    content: "";
    height: 66%;
    width: 1px
}

.theme-tabs .tabs-nav>li>a {
    color: #c2c2c2;
    color: var(--theme-grey-color);
    cursor: pointer;
    font-size: 1.75rem;
    line-height: 1.75rem;
    padding: 0 .75rem
}

@media screen and (min-width:991px) {
    .theme-tabs .tabs-nav>li>a {
        font-size: 3rem;
        line-height: 3rem;
        padding: 0 1.5rem
    }
}

.theme-tabs .tabs-nav>li>a.active {
    color: #7ab5b0;
    color: var(--theme-primary-color)
}

.theme-tabs .theme-tab {
    display: none
}

.theme-tabs .theme-tab.active {
    display: block
}

.step-cards {
    padding: 40px 20px
}

@media screen and (min-width:840px) {
    .step-cards {
        padding: 80px 20px
    }
}

@media screen and (min-width:1024px) {
    .step-cards {
        padding: 180px 20px
    }
}

.step-cards__container {
    margin: 0 auto;
    max-width: 1080px
}

.step-cards__container .card-step {
    grid-column-gap: 30px;
    background-color: rgba(252, 185, 29, .3);
    border-radius: 20px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 450px;
    margin-bottom: 90px;
    padding: 30px 20px
}

@media screen and (min-width:1080px) {
    .step-cards__container .card-step {
        margin-bottom: 180px
    }
}

.step-cards__container .card-step:last-child {
    margin-bottom: 0
}

.step-cards__container .card-step:nth-child(2n) {
    grid-template-columns: 450px 1fr
}

.step-cards__container .card-step:nth-child(2n) .details {
    grid-column: 2
}

.step-cards__container .card-step:nth-child(2n) .featured-image {
    grid-column: 1;
    grid-row: 1
}

.step-cards__container .card-step:nth-child(2n) .featured-image img {
    right: 0
}

.step-cards__container .card-step .details {
    display: flex;
    max-width: 651px;
    padding-right: 2rem;
    width: 100%
}

.step-cards__container .card-step .details .number-step {
    align-items: center;
    background-color: #fcb81f;
    border-radius: 60px;
    color: #fff;
    display: flex;
    font-family: Times New Roman;
    font-size: 2rem;
    height: 60px;
    justify-content: center;
    margin-right: 20px;
    max-width: 60px;
    min-width: 60px;
    width: 60px
}

.step-cards__container .card-step .details h3 {
    font-weight: 400
}

.step-cards__container .card-step .details p,
.step-cards__container .card-step .details ul li {
    font-size: 1rem
}

.step-cards__container .card-step .details ul li:not(:last-of-type) {
    margin-bottom: 1rem
}

.step-cards__container .card-step .featured-image {
    position: relative
}

.step-cards__container .card-step .featured-image img {
    bottom: 0;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width:1080px) {
    .step-cards__container .card-step .featured-image img {
        width: 110%
    }
}

@media screen and (min-width:1280px) {
    .step-cards__container .card-step .featured-image img {
        width: 130%
    }
}

@media screen and (max-width:840px) {
    .step-cards__container .card-step {
        display: block;
        margin-bottom: 24px
    }

    .step-cards__container .card-step .details {
        margin-bottom: 1rem;
        padding-right: 0
    }

    .step-cards__container .card-step .details .number-step {
        height: 40px;
        max-width: 40px;
        min-width: 40px;
        width: 40px
    }

    .step-cards__container .card-step .details ul {
        padding-left: 1rem
    }

    .step-cards__container .card-step .featured-image img {
        display: block;
        margin: 0 auto;
        max-width: 480px;
        position: static
    }
}

.block-accordion {
    padding: 60px 0 40px
}

.block-accordion .inner-accordion {
    margin: 0 auto;
    max-width: 860px
}

.block-accordion .item-accordion {
    display: flex;
    margin-bottom: 24px
}

.block-accordion .item-icon {
    align-items: center;
    border-radius: 100px;
    display: flex;
    font-size: 2rem;
    height: 80px;
    justify-content: center;
    margin-right: 20px;
    min-width: 80px;
    position: relative;
    width: 80px
}

.block-accordion .item-icon span {
    color: #fff;
    height: 2rem
}

.block-accordion details {
    margin-top: 20px;
    width: 100%
}

.block-accordion details summary {
    color: #454545;
    font-size: 1.5rem;
    font-weight: 500;
    list-style: none;
    outline: none;
    padding-right: 1.5rem;
    position: relative
}

.block-accordion details summary::-webkit-details-marker,
.block-accordion details summary::marker {
    display: none
}

.block-accordion details summary:before {
    background-image: url(../1afbd49209060f89fb3c.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 1rem;
    position: absolute;
    right: 0;
    top: .45rem;
    width: 1rem
}

.block-accordion details .answer {
    max-width: 700px;
    padding-top: 10px
}

.block-accordion details .answer,
.block-accordion details .answer li,
.block-accordion details .answer p {
    font-size: 1rem
}

.block-accordion details[open] summary:before {
    background-image: url(../8eb44d68aace81cfc55f.svg);
    content: ""
}

@media screen and (max-width:560px) {
    .block-accordion .item-icon {
        font-size: 25px;
        height: 45px;
        min-width: 45px;
        width: 45px
    }

    .block-accordion .item-icon span {
        height: 25px
    }

    .block-accordion details {
        margin-top: 10px
    }

    .block-accordion details summary {
        font-size: 1.25rem
    }
}

#meeting-the-speaker {
    color: var(--tec-color-text-primary);
    font-family: Libre Franklin, sans-serif;
    font-weight: 400
}

#meeting-the-speaker .upcoming-meeting .meeting-date {
    margin-bottom: .5rem
}

#meeting-the-speaker .upcoming-meeting .meeting-date .date {
    font-size: 12px;
    font-weight: 300
}

@media screen and (min-width:768px) {
    #meeting-the-speaker .upcoming-meeting .meeting-date {
        margin-bottom: .8rem
    }

    #meeting-the-speaker .upcoming-meeting .meeting-date .date {
        font-size: 14px
    }
}

#meeting-the-speaker .upcoming-meeting .meeting-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#meeting-the-speaker .upcoming-meeting .meeting-content .content {
    margin-bottom: .5rem;
    min-width: 320px;
    padding-right: 1.1rem
}

#meeting-the-speaker .upcoming-meeting .meeting-content .content h3 {
    color: #f07e24;
    color: var(--theme-highlight-color);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 0;
    padding-top: 5px
}

#meeting-the-speaker .upcoming-meeting .meeting-content .speaker .speaker-profile {
    border-radius: 125px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px
}

@media screen and (min-width:768px) {
    #meeting-the-speaker .upcoming-meeting .meeting-content .content h3 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.5rem
    }

    #meeting-the-speaker .upcoming-meeting .meeting-content .speaker .speaker-profile {
        height: 125px;
        width: 125px
    }
}

@media screen and (min-width:1024px) {
    #meeting-the-speaker .upcoming-meeting .meeting-content {
        flex-wrap: nowrap
    }
}

.theme-landing-forms .theme-form .theme-section:first-of-type {
    padding-bottom: 0
}

.theme-landing-forms .theme-form .pms-field.pms-field-subscriptions {
    flex-flow: column;
    flex-direction: column
}

.theme-landing-forms .theme-form .pms-account-subscription-details-table {
    margin-top: 1.25rem
}

.theme-landing-forms .sticky figure.wp-block-image {
    height: auto;
    margin-bottom: 1rem
}

@media screen and (min-width:1280px) {
    .wp-block-cover__inner-container {
        max-width: 640px
    }

    .is-position-bottom-left .wp-block-cover__inner-container,
    .is-position-center-left .wp-block-cover__inner-container,
    .is-position-top-left .wp-block-cover__inner-container {
        margin-left: calc(50% - 640px) !important
    }

    .is-position-bottom-right .wp-block-cover__inner-container,
    .is-position-center-right .wp-block-cover__inner-container,
    .is-position-top-right .wp-block-cover__inner-container {
        margin-right: calc(50% - 640px) !important
    }
}

@media (min-width:1279px) and (max-width:1291px) {

    .loop,
    .main-account.container,
    .theme-header-navigation-container .header-navigation-wrapper {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .wp-block-cover__inner-container {
        padding-left: 1rem
    }

    .nav-menu-search-container .nav-menu-dropdown-element {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (min-width:991px) {
    .theme-cards {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.wp-block-group+.wp-block-group {
    margin-top: 1rem
}

.wp-block-image.alignwide {
    margin: 0 auto;
    max-width: 80rem;
    max-width: var(--theme-size-large)
}

.wp-block-image.alignwide>img {
    height: auto;
    width: 100%
}

.wp-block-image.size-full {
    max-width: 80rem;
    max-width: var(--theme-size-large)
}

.avatar {
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem
}

.tiny-text-size {
    font-size: .75rem;
    line-height: 1.25rem
}

.nav_donate_button {
    border-radius: 7rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: white;
    background-color: orange;
}

@media screen and (max-width:800px) {
    .nav_donate_button {
        display: none;
    }
}

.thirty-radius {
    border-radius: 30px !important;
}

.twenty-radius {
    border-radius: 20px !important;
}

.gutena-accordion-block__panel-content {
    background: white !important;
}

.mobile-margin {
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width:991px) {
    .no-bottom-margin {
        margin-bottom: 0px !important;
    }
}

.has-outline {
    border: 1px solid black !important;
}

.has-grey-outline {
    border: 1px solid #C2C2C2 !important;
}

.negative-top-margin {
    margin-top: -100px !important;
}

.no-top-margin {
    margin-top: 0px !important;
}

.has-inline-color {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.partners-list {
    max-width: 100%;
    list-style-type: none !important;
    margin-left: 0px !important;
}

.fivehundred-image-width {
    width: 500px !important;
}

.thousand-image-width {
    width: 1000px !important;
}

.fifty-padding-left {
    padding-left: 50px !important;
}

.benefits-box-text-padding {
    padding: 10px, 20px, 10px, 20px !important;
}

.has-light-yellow-background {
    background-color: #fff6d9 !important;
}

@media screen and (max-width:991px) {
    .no-gap-mobile {
        gap: 5px !important;
    }

    .reverse-direction-mobile {
        flex-direction: column-reverse !important;
    }

    .fifty-padding-left {
        padding-left: 0px !important;
    }

    .smaller-font-mobile {
        font-size: 12px;
    }

    .hide-mobile {
        display: none !important
    }
}

.twenty-padding {
    padding: 20px !important;
}

.sub-menu {
    list-style-type: none !important;
    margin-left: -30px !important;
}

.nav-overflow {
    list-style-type: none !important;
}

.social-media-list {
    list-style-type: none !important;
}

.footer-menu {
    list-style-type: none !important;
}

.item-mega-menu>h4:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    left: 25%;
    border-top: 1px solid #FDE7D5;
}

.menu-item-has-children {
    list-style: none !important;
}

.header-dropdown-secondary {
    display: none !important;
}

