/**
 * Utilities CSS
 * 
 * This file contains utility classes and base styling for the OPLM Block Theme:
 * - CSS Custom Properties (CSS Variables)
 * - Color utility classes (.has-*-color, .has-*-background-color)
 * - Gradient utility classes (.has-*-gradient-background)
 * - Font size utility classes (.has-heading-*, .has-small-font-size)
 * - Padding and spacing utility classes (.has-*-padding, .has-*-spacing)
 * - Alignment utility classes (.alignwide, .alignfull, .aligncenter, etc.)
 * - Size utility classes (.is-style-nano, .is-style-mini, etc.)
 * - Base HTML element styling (body, a, h1-h6, p, li, tables, etc.)
 * - Form base styles (.theme-form, .pms-form, .gform_wrapper)
 * - Button base styles (.theme-button, .wp-block-button__link)
 * 
 * Extracted from main.css lines 1720-3960
 */

        --theme-large-padding: 120px;
        --theme-medium-padding: 40px;
        --theme-small-padding: 20px;
        --theme-large-spacing: 80px;
        --theme-medium-spacing: 40px;
        --theme-small-spacing: 20px;
        --theme-border-radius: 1.5rem
    }
}

.has-primary-color {
    --color-reference: #7ab5b0;
    color: #7ab5b0 !important
}

.has-secondary-color {
    --color-reference: #a1c08a;
    color: #a1c08a !important
}

.has-tertiary-color {
    --color-reference: #fbb827;
    color: #fbb827 !important
}

.has-highlight-color {
    --color-reference: #f07e24;
    color: #f07e24 !important
}

.has-black-color {
    --color-reference: #6d6e6e;
    color: #6d6e6e !important
}

.has-white-color {
    --color-reference: #fff;
    color: #fff !important
}

.has-cream-color {
    --color-reference: #fff0b9;
    color: #fff0b9 !important
}

.has-grey-color {
    --color-reference: #c2c2c2;
    color: #c2c2c2 !important
}

.has-light-grey-color {
    --color-reference: #f9f9f9;
    color: #f9f9f9 !important
}

.has-lime-color {
    --color-reference: #eff8e9;
    color: #eff8e9 !important
}

.has-mint-color {
    --color-reference: #e1f0ef;
    color: #e1f0ef !important
}

.has-primary-background-color {
    --color-reference: #7ab5b0
}

.has-secondary-background-color {
    --color-reference: #a1c08a
}

.has-tertiary-background-color {
    --color-reference: #fbb827
}

.has-highlight-background-color {
    background-color: #7AB5B0 !important;
}

.has-black-background-color {
    --color-reference: #6d6e6e
}

.has-white-background-color {
    --color-reference: #fff
}

.has-cream-background-color {
    --color-reference: #fff0b9
}

.has-grey-background-color {
    --color-reference: #c2c2c2
}

.has-light-grey-background-color {
    --color-reference: #f9f9f9
}

.has-lime-background-color {
    --color-reference: #eff8e9
}

.has-mint-background-color {
    --color-reference: #e1f0ef
}

.has-light-yellow-background-color {
    --color-reference: rgba(255, 246, 217, 1)
}

.has-translucid-gradient-background {
    --color-reference: linear-gradient(243.94deg, rgba(122, 181, 176, 0) 36.64%, rgba(122, 181, 176, .88) 87.85%, rgba(122, 181, 176, .88) 0)
}

.has-mint-gradient-background {
    --color-reference: linear-gradient(180deg, #e1f0ef, #e7f0e0)
}

.has-jungle-gradient-background {
    --color-reference: linear-gradient(260deg, #7ab5b0 27.51%, #93bd9a 57.5%)
}

.has-warm-gradient-background {
    --color-reference: linear-gradient(101.81deg, #deebd5 0.5%, #fff8e8)
}

.has-bright-gradient-background {
    --color-reference: linear-gradient(81.64deg, #deebd5, #fff1d3)
}

.has-muted-gradient-background {
    --color-reference: linear-gradient(90deg, #f9f9f9 21.25%, hsla(0, 0%, 98%, .5))
}

.has-black-gradient-background {
    --color-reference: linear-gradient(180deg, #000000 0%, #E7F0E0 100%)
}

.has-background:not(.has-image-background) {
    background: var(--color-reference) !important
}

.has-background.has-image-background {
    background: none !important
}

.has-background.has-image-background:after {
    background: var(--color-reference) !important;
    bottom: 0;
    content: "";
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.has-heading-1-font-size {
    font-size: 2rem !important
}

.has-heading-1-font-size em {
    font-size: 2.25rem !important
}

@media screen and (min-width:991px) {
    .has-heading-1-font-size {
        font-size: 3.5rem !important
    }

    .has-heading-1-font-size em {
        font-size: 4rem !important
    }
}

.has-heading-2-font-size {
    font-size: 1.75rem !important
}

.has-heading-2-font-size em {
    font-size: 2rem !important
}

@media screen and (min-width:991px) {
    .has-heading-2-font-size {
        font-size: 3rem !important
    }

    .has-heading-2-font-size em {
        font-size: 3.5rem !important
    }
}

.has-heading-3-font-size {
    font-size: 1.5rem !important
}

.has-heading-3-font-size em {
    font-size: 1.75rem !important
}

@media screen and (min-width:991px) {
    .has-heading-3-font-size {
        font-size: 2.5rem !important
    }

    .has-heading-3-font-size em {
        font-size: 3rem !important
    }
}

.has-heading-4-font-size {
    font-size: 1.25rem !important
}

.has-heading-4-font-size em {
    font-size: 1.5rem !important
}

@media screen and (min-width:991px) {
    .has-heading-4-font-size {
        font-size: 2rem !important
    }

    .has-heading-4-font-size em {
        font-size: 2.5rem !important
    }
}

.has-heading-5-font-size {
    font-size: 1rem !important
}

.has-heading-5-font-size em {
    font-size: 1.25rem !important
}

@media screen and (min-width:991px) {
    .has-heading-5-font-size {
        font-size: 1.5rem !important
    }

    .has-heading-5-font-size em {
        font-size: 2rem !important
    }
}

.has-small-font-size {
    font-size: .75rem
}

@media screen and (min-width:991px) {
    .has-small-font-size {
        font-size: 1rem
    }
}

.is-style-nano {
    max-width: 30rem;
    max-width: var(--theme-size-nano)
}

.is-style-mini,
.is-style-nano {
    margin-left: auto;
    margin-right: auto
}

.is-style-mini {
    max-width: 40rem;
    max-width: var(--theme-size-mini)
}

.is-style-small {
    max-width: 45rem;
    max-width: var(--theme-size-small)
}

.is-style-medium,
.is-style-small {
    margin-left: auto;
    margin-right: auto
}

.is-style-medium {
    max-width: 60rem;
    max-width: var(--theme-size-medium)
}

.is-style-medium-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    max-width: var(--theme-size-medium-large)
}

.is-style-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    max-width: var(--theme-size-large)
}

.has-large-padding {
    padding: 60px !important;
    padding: var(--theme-large-padding) !important
}

.has-large-vertical-padding {
    padding-bottom: 60px !important;
    padding-bottom: var(--theme-large-padding) !important;
    padding-top: 60px !important;
    padding-top: var(--theme-large-padding) !important
}

.has-large-horizontal-padding {
    padding-left: 60px !important;
    padding-left: var(--theme-large-padding) !important;
    padding-right: 60px !important;
    padding-right: var(--theme-large-padding) !important
}

.has-large-top-padding {
    padding-top: 60px !important;
    padding-top: var(--theme-large-padding) !important
}

.has-large-bottom-padding {
    padding-bottom: 60px !important;
    padding-bottom: var(--theme-large-padding) !important
}

.has-large-left-padding {
    padding-left: 60px !important;
    padding-left: var(--theme-large-padding) !important
}

.has-large-right-padding {
    padding-right: 60px !important;
    padding-right: var(--theme-large-padding) !important
}

.has-medium-padding {
    padding: 20px !important;
    padding: var(--theme-medium-padding) !important
}

.has-medium-vertical-padding {
    padding-bottom: 20px !important;
    padding-bottom: var(--theme-medium-padding) !important;
    padding-top: 20px !important;
    padding-top: var(--theme-medium-padding) !important
}

.has-medium-horizontal-padding {
    padding-left: 20px !important;
    padding-left: var(--theme-medium-padding) !important;
    padding-right: 20px !important;
    padding-right: var(--theme-medium-padding) !important
}

.has-medium-top-padding {
    padding-top: 20px !important;
    padding-top: var(--theme-medium-padding) !important
}

.has-medium-bottom-padding {
    padding-bottom: 20px !important;
    padding-bottom: var(--theme-medium-padding) !important
}

.has-medium-left-padding {
    padding-left: 20px !important;
    padding-left: var(--theme-medium-padding) !important
}

.has-medium-right-padding {
    padding-right: 20px !important;
    padding-right: var(--theme-medium-padding) !important
}

.has-small-padding {
    padding: 20px !important;
    padding: var(--theme-small-padding) !important
}

.has-small-vertical-padding {
    padding-bottom: 20px !important;
    padding-bottom: var(--theme-small-padding) !important;
    padding-top: 20px !important;
    padding-top: var(--theme-small-padding) !important
}

.has-small-horizontal-padding {
    padding-left: 20px !important;
    padding-left: var(--theme-small-padding) !important;
    padding-right: 20px !important;
    padding-right: var(--theme-small-padding) !important
}

.has-small-top-padding {
    padding-top: 20px !important;
    padding-top: var(--theme-small-padding) !important
}

.has-small-bottom-padding {
    padding-bottom: 20px !important;
    padding-bottom: var(--theme-small-padding) !important
}

.has-small-left-padding {
    padding-left: 20px !important;
    padding-left: var(--theme-small-padding) !important
}

.has-small-right-padding {
    padding-right: 20px !important;
    padding-right: var(--theme-small-padding) !important
}

.alignleft {
    margin-left: 0
}

.aligncenter,
.has-align-center {
    margin-left: auto;
    margin-right: auto
}

.alignright {
    margin-right: 0
}

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

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

.is-section-name {
    color: #f07e24;
    color: var(--theme-highlight-color);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 150%;
    text-transform: uppercase
}

@media screen and (min-width:991px) {
    .is-section-name {
        font-size: 1rem
    }
}

.wp-block-column {
    margin-bottom: 1rem
}

@media (min-width:991px) {
    .two-columns-form .wp-block-column:last-child {
        flex-basis: 35rem;
        flex-grow: 0;
        margin-left: 2.5rem;
        position: sticky;
        top: 5rem
    }

    .wp-block-column.sticky {
        height: 100%;
        position: sticky;
        top: 90px
    }
}

.is-flexible-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0
}

@media screen and (min-width:991px) {
    .is-flexible-list {
        flex-direction: row
    }
}

.is-flexible-list>li {
    margin-bottom: 1rem;
    margin-right: 0
}

@media screen and (min-width:991px) {
    .is-flexible-list>li {
        margin-right: 1rem
    }
}

.is-flexible-list>li>* {
    align-items: center;
    display: flex;
    justify-content: center
}

@media screen and (min-width:991px) {
    .is-flexible-list>li>* {
        align-items: center;
        display: flex
    }
}

.is-flexible-list>li:last-child {
    margin-right: 0
}

.is-flexible-list span {
    font-size: 1rem;
    font-weight: 400;
    margin-left: .25rem
}

* {
    box-sizing: border-box
}

body {
    color: #6d6e6e;
    color: var(--theme-font-color);
    font-family: Libre Franklin, sans-serif;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

a:not([class]):hover {
    color: #7ab5b0;
    color: var(--theme-primary-color)
}

.has-white-color a {
    color: #fff0b9 !important;
    color: var(--theme-cream-color) !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 125%;
    margin: 0;
    padding: 0;
    width: 100%
}

h1 {
    font-size: 2rem
}

h1 em {
    font-size: 2.25rem
}

@media screen and (min-width:991px) {
    h1 {
        font-size: 3.5rem
    }

    h1 em {
        font-size: 4rem
    }
}

h2 {
    font-size: 1.75rem
}

h2 em {
    font-size: 2rem
}

@media screen and (min-width:991px) {
    h2 {
        font-size: 3rem
    }

    h2 em {
        font-size: 3.5rem
    }
}

h3 {
    font-size: 1.5rem
}

h3 em {
    font-size: 1.75rem
}

@media screen and (min-width:991px) {
    h3 {
        font-size: 2.5rem
    }

    h3 em {
        font-size: 3rem
    }
}

h4 {
    font-size: 1.25rem
}

h4 em {
    font-size: 1.5rem
}

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

    h4 em {
        font-size: 2.5rem
    }
}

h5 {
    font-size: 1rem
}

h5 em {
    font-size: 1.25rem
}

@media screen and (min-width:991px) {
    h5 {
        font-size: 1.5rem
    }

    h5 em {
        font-size: 2rem
    }
}

h6 {
    font-size: 1rem
}

h6 em {
    font-size: 1.25rem
}

@media screen and (min-width:991px) {
    h6 {
        font-size: 1rem
    }

    h6 em {
        font-size: 1.5rem
    }
}

li {
    line-height: 150%
}

li:not([class]) {
    font-size: 1.25rem
}

.header-menu-list li:not([class]) {
    font-size: .9rem
}

ol.is-style-list-big-numbers,
ol.is-style-list-medium-big-numbers {
    counter-reset: oplm-counter;
    list-style: none;
    margin: 0;
    padding: 2.5rem 0 0 2.5rem
}

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

    ol.is-style-list-big-numbers,
    ol.is-style-list-medium-big-numbers {
        padding: 2.5rem 0 0 4rem
    }
}

ol.is-style-list-big-numbers li,
ol.is-style-list-medium-big-numbers li {
    counter-increment: oplm-counter;
    margin-bottom: 1.5rem;
    position: relative
}

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

    ol.is-style-list-big-numbers li,
    ol.is-style-list-medium-big-numbers li {
        margin-bottom: 2.5rem
    }
}

ol.is-style-list-big-numbers li:not([class]):before,
ol.is-style-list-medium-big-numbers li:not([class]):before {
    color: #7ab5b0;
    color: var(--theme-primary-color);
    content: counter(oplm-counter);
    font-family: Times New Roman, Times, serif;
    font-size: 4rem;
    font-weight: 400;
    left: -2.5rem;
    line-height: 125%;
    position: absolute;
    top: -1.25rem
}

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

    ol.is-style-list-big-numbers li:not([class]):before,
    ol.is-style-list-medium-big-numbers li:not([class]):before {
        font-size: 5rem;
        left: -4rem;
        top: -2rem
    }
}

ol.is-style-list-big-numbers li:last-child,
ol.is-style-list-medium-big-numbers li:last-child {
    margin-bottom: 0
}

ol.is-style-list-medium-big-numbers {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    max-width: var(--theme-size-medium)
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul:not([class]) {
    list-style-type: disc;
    margin: revert;
    padding: revert
}

figure {
    margin: 0
}

figure>svg {
    height: auto;
    max-width: 100%;
    width: 100%
}

p {
    font-size: .875rem;
    line-height: 150%;
    margin: 0;
    width: 100%
}

@media screen and (min-width:991px) {
    p {
        font-size: 1.25rem
    }
}

p.has-background {
    padding: 0
}

strong {
    font-weight: 600
}

em {
    font-family: Times New Roman, Times, serif;
    font-weight: 400
}

h1+*,
h2+*,
h3+*,
h4+*,
h5+*,
h6+*,
p:not(:empty)+* {
    margin-top: .5rem
}

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

    h1+*,
    h2+*,
    h3+*,
    h4+*,
    h5+*,
    h6+*,
    p:not(:empty)+* {
        margin-top: 1rem
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p:not(:empty) a {
    color: #7ab5b0;
    color: var(--theme-primary-color);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

figure.image-cover {
    overflow: hidden;
    position: relative
}

figure.image-cover.is-background-style {
    z-index: -2
}

figure.image-cover.is-background-style,
figure.image-cover>img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

figure.image-cover>img {
    -o-object-fit: cover;
    object-fit: cover
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

:focus-visible {
    outline-color: #7ab5b0;
    outline-color: var(--theme-primary-color)
}

table {
    border: 1px solid #c2c2c2;
    border: 1px solid var(--theme-color-lines);
    border-collapse: collapse;
    border-radius: .75rem;
    border-radius: var(--theme-border-radius);
    display: block;
    overflow: hidden
}

@media screen and (min-width:991px) {
    table {
        width: 100%
    }
}

table tr {
    display: flex;
    flex-direction: column;
    padding: .5rem 0
}

@media screen and (min-width:991px) {
    table tr {
        display: table-row;
        padding: 0
    }
}

table tr td,
table tr th {
    display: block;
    padding: .25rem 0;
    text-align: left
}

table tr td:first-child,
table tr th:first-child {
    padding-left: 1rem
}

table tr td:last-child,
table tr th:last-child {
    padding-right: 1rem
}

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

    table tr td,
    table tr th {
        display: table-cell;
        padding: 1rem 0
    }

    table tr td:first-child,
    table tr th:first-child {
        padding-left: 2rem
    }

    table tr td:last-child,
    table tr th:last-child {
        padding-right: 2rem
    }
}

table tr th {
    background-color: #f9f9f9;
    background-color: var(--theme-light-grey-color);
    border-bottom: 1px solid #c2c2c2;
    border-bottom: 1px solid var(--theme-color-lines)
}

table tr:first-child td,
table tr:first-child tr {
    padding-top: 1rem
}

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

    table tr:first-child td,
    table tr:first-child tr {
        padding-top: 2rem
    }
}

table tr:last-child td,
table tr:last-child tr {
    padding-bottom: 1rem
}

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

    table tr:last-child td,
    table tr:last-child tr {
        padding-bottom: 2rem
    }
}

table a {
    color: #7ab5b0;
    color: var(--theme-primary-color)
}

.has-bottom-border-solid-line {
    border-bottom: 1px solid #f9f9f9;
    border-bottom: 1px solid var(--theme-light-grey-color)
}

.aspect-ratio-squared {
    overflow: hidden;
    position: relative;
    width: 100%
}

.aspect-ratio-squared>:first-child {
    border-radius: .5rem;
    border-radius: var(--theme-border-radius-min);
    content: "";
    display: block;
    overflow: hidden;
    padding-top: 100%;
    position: relative
}

.aspect-ratio-squared>:first-child.rounded {
    border-radius: 50%
}

.aspect-ratio-squared>:first-child>img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.theme-label {
    background: #eff8e9;
    border-radius: 4px;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 8px;
    text-transform: uppercase
}

.theme-label-wrapper {
    margin: 4px 0 8px
}

.md-padding-top {
    padding-top: 32px
}

.block {
    display: block
}

.promoter-admin-bar__icon svg {
    display: none !important;
    height: 0 !important;
    width: 0 !important
}

#mpca_export_sub_accounts,
#mpca_import_sub_accounts,
#mpca_signup_url {
    display: none
}

.mepr_error {
    background-color: transparent !important;
    border: none !important
}

.form-table#two-factor-options {
    background-color: #f9f9f9;
    background-color: var(--theme-light-grey-color);
    border-radius: 0;
    display: table;
    margin-bottom: 2em
}

.form-table#two-factor-options tr {
    display: table-row
}

.form-table#two-factor-options td,
.form-table#two-factor-options th {
    display: table-cell
}

.form-table#two-factor-options .two-factor-methods-table {
    background-color: #f9f9f9;
    background-color: var(--theme-light-grey-color);
    border: none;
    border-radius: 0;
    border-spacing: 0
}

.form-table#two-factor-options .two-factor-methods-table tbody tr {
    background: #f9f9f9;
    background: var(--theme-light-grey-color)
}

.form-table#two-factor-options .two-factor-methods-table tbody td,
.form-table#two-factor-options .two-factor-methods-table tbody th {
    border: 0;
    padding: 1em
}

.theme-section {
    padding: 2.5rem 1rem;
    position: relative
}

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

.theme-section.no-padding {
    padding: 0
}

@media screen and (min-width:991px) {
    .theme-section.no-padding {
        padding: 0
    }
}

.theme-section.is-style-medium .theme-container {
    max-width: 60rem;
    max-width: var(--theme-size-medium)
}

@media screen and (min-width:991px) {
    .theme-section.is-style-medium .theme-container {
        padding-left: 0;
        padding-right: 0
    }
}

.theme-section.is-style-row .theme-container {
    flex-direction: row
}

.theme-section.is-style-column .theme-container,
.theme-section.is-style-row-to-column .theme-container {
    flex-direction: column
}

@media screen and (min-width:991px) {
    .theme-section.is-style-row-to-column .theme-container {
        flex-direction: row
    }
}

.theme-section.is-style-column-to-row .theme-container {
    flex-direction: row
}

@media screen and (min-width:991px) {
    .theme-section.is-style-column-to-row .theme-container {
        flex-direction: column
    }
}

.theme-section .theme-container {
    display: flex;
    flex-flow: nowrap;
    margin: 0 auto;
    max-width: 80rem;
    max-width: var(--theme-size-large);
    width: 100%
}

.theme-section .theme-container.columns {
    flex-direction: column
}

.theme-section .theme-container.regular {
    display: block
}

.theme-section.has-top-alignment .theme-container {
    align-items: flex-start
}

.theme-section.has-center-alignment .theme-container {
    align-items: center
}

.theme-section.has-bottom-alignment .theme-container {
    align-items: flex-end
}

.theme-section.is-center-justified .theme-container {
    justify-content: center
}

.theme-section.has-large-spacing .theme-container>*+* {
    margin-top: 40px;
    margin-top: var(--theme-large-spacing)
}

@media screen and (min-width:991px) {
    .theme-section.has-large-spacing .theme-container>*+* {
        margin-left: 40px;
        margin-left: var(--theme-large-spacing);
        margin-top: 0
    }
}

.theme-section.has-medium-spacing .theme-container>*+* {
    margin-top: 20px;
    margin-top: var(--theme-medium-spacing)
}

@media screen and (min-width:991px) {
    .theme-section.has-medium-spacing .theme-container>*+* {
        margin-left: 20px;
        margin-left: var(--theme-medium-spacing);
        margin-top: 0
    }
}

.theme-section.has-small-spacing .theme-container>*+* {
    margin-top: 20px;
    margin-top: var(--theme-small-spacing)
}

@media screen and (min-width:991px) {
    .theme-section.has-small-spacing .theme-container>*+* {
        margin-left: 20px;
        margin-left: var(--theme-small-spacing);
        margin-top: 0
    }
}

.theme-section.not-logged {
    padding-top: 0
}

.gform_wrapper,
.pms-form,
.theme-form {
    --theme-form-box-shadow: 0px 2px 8px rgba(64, 64, 64, .16);
    color: #6d6e6e;
    color: var(--theme-black-color);
    font-size: 1rem;
    line-height: 1.5rem
}

.gform_wrapper:not(.is-searchbox):not(.is-newsletter_wrapper),
.pms-form:not(.is-searchbox):not(.is-newsletter_wrapper),
.theme-form:not(.is-searchbox):not(.is-newsletter_wrapper) {
    background-color: #fff;
    background-color: var(--theme-white-color);
    border-radius: .75rem;
    border-radius: var(--theme-border-radius);
    padding: 1.5rem
}

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

    .gform_wrapper:not(.is-searchbox):not(.is-newsletter_wrapper),
    .pms-form:not(.is-searchbox):not(.is-newsletter_wrapper),
    .theme-form:not(.is-searchbox):not(.is-newsletter_wrapper) {
        padding: 2.5rem
    }
}

.gform_wrapper>.gform_wrapper,
.gform_wrapper>.pms-form,
.gform_wrapper>.theme-form,
.pms-form>.gform_wrapper,
.pms-form>.pms-form,
.pms-form>.theme-form,
.theme-form>.gform_wrapper,
.theme-form>.pms-form,
.theme-form>.theme-form {
    padding: 0 !important
}

.gform_wrapper .gfield:not(.hidden_label) input:not([type=submit]),
.gform_wrapper .gfield:not(.hidden_label) textarea,
.pms-form .gfield:not(.hidden_label) input:not([type=submit]),
.pms-form .gfield:not(.hidden_label) textarea,
.theme-form .gfield:not(.hidden_label) input:not([type=submit]),
.theme-form .gfield:not(.hidden_label) textarea {
    margin: .25rem 0 0
}

.gform_wrapper input:not([type=submit]):not([type=checkbox]),
.gform_wrapper textarea,
.pms-form input:not([type=submit]):not([type=checkbox]),
.pms-form textarea,
.theme-form input:not([type=submit]):not([type=checkbox]),
.theme-form textarea {
    border: 1px solid #c2c2c2;
    border: 1px solid var(--theme-grey-color);
    border-radius: .5rem;
    border-radius: var(--theme-border-radius-min);
    box-shadow: var(--theme-form-box-shadow);
    color: #6d6e6e;
    color: var(--theme-black-color);
    font-size: 1rem;
    outline: none;
    padding: .75rem !important;
    width: 100%
}

.gform_wrapper input:not([type=submit]):not([type=checkbox])[type=radio],
.gform_wrapper textarea[type=radio],
.pms-form input:not([type=submit]):not([type=checkbox])[type=radio],
.pms-form textarea[type=radio],
.theme-form input:not([type=submit]):not([type=checkbox])[type=radio],
.theme-form textarea[type=radio] {
    display: none !important
}

.gform_wrapper input:not([type=submit]):not([type=checkbox])[type=radio]:checked+label,
.gform_wrapper textarea[type=radio]:checked+label,
.pms-form input:not([type=submit]):not([type=checkbox])[type=radio]:checked+label,
.pms-form textarea[type=radio]:checked+label,
.theme-form input:not([type=submit]):not([type=checkbox])[type=radio]:checked+label,
.theme-form textarea[type=radio]:checked+label {
    background-color: #eff8e9;
    background-color: var(--theme-lime-color);
    border-color: #e1f0ef;
    border-color: var(--theme-mint-color)
}

.gform_wrapper input:not([type=submit]):not([type=checkbox])[type=radio]+label,
.gform_wrapper textarea[type=radio]+label,
.pms-form input:not([type=submit]):not([type=checkbox])[type=radio]+label,
.pms-form textarea[type=radio]+label,
.theme-form input:not([type=submit]):not([type=checkbox])[type=radio]+label,
.theme-form textarea[type=radio]+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;
    max-width: none !important;
    padding: 24px;
    position: relative;
    text-align: center;
    width: 100%
}

.gform_wrapper .theme-button,
.gform_wrapper input[type=submit],
.pms-form .theme-button,
.pms-form input[type=submit],
.theme-form .theme-button,
.theme-form input[type=submit] {
    background-color: transparent;
    border: 2px solid #f07e24;
    border: 2px solid var(--theme-highlight-color);
    color: #f07e24;
    color: var(--theme-highlight-color);
    margin: 0 auto
}

.gform_wrapper .tagify,
.gform_wrapper select,
.pms-form .tagify,
.pms-form select,
.theme-form .tagify,
.theme-form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%276%27 fill=%27none%27%3E%3Cpath fill=%27%236D6E6E%27 fill-rule=%27evenodd%27 d=%27M9.348 1.359 4.872 5.707.642 1.348l.717-.696 3.534 3.641L8.652.642z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    border: 1px solid #c2c2c2;
    border: 1px solid var(--theme-grey-color);
    border-radius: .5rem;
    border-radius: var(--theme-border-radius-min);
    box-shadow: var(--theme-form-box-shadow);
    color: #6d6e6e;
    color: var(--theme-black-color);
    font-size: 1rem;
    height: 2.625rem;
    padding: 0 .75rem
}

.gform_wrapper .tagify::-ms-expand,
.gform_wrapper select::-ms-expand,
.pms-form .tagify::-ms-expand,
.pms-form select::-ms-expand,
.theme-form .tagify::-ms-expand,
.theme-form select::-ms-expand {
    display: none
}

.form-aside-container {
    background-color: #eff8e9;
    background-color: var(--theme-lime-color);
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    margin-top: 20px;
    padding: 40 20px;
    width: 100%
}

@media screen and (min-width:991px) {
    .form-aside-container {
        width: 400px
    }
}

.form-aside-container>:not(:last-child) {
    margin-bottom: 16px
}

.form-aside-container>p {
    font-size: 1rem;
    line-height: 1.25rem
}

.form-aside-container>ol {
    font-size: 1rem;
    line-height: 1.5rem
}

.theme-sign-form {
    background: linear-gradient(180deg, #e1f0ef, #e7f0e0);
    margin-bottom: 0
}

.theme-sign-form .wp-block-site-logo {
    margin-bottom: 1.5rem
}

.theme-sign-form #pms_login,
.theme-sign-form .pms-account-subscription-details-table,
.theme-sign-form .theme-section {
    padding: 1.5rem
}

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

    .theme-sign-form #pms_login,
    .theme-sign-form .pms-account-subscription-details-table,
    .theme-sign-form .theme-section {
        padding: 2.5rem
    }
}

.theme-sign-form #pms_login .login-remember #rememberme,
.theme-sign-form .pms-account-subscription-details-table .login-remember #rememberme,
.theme-sign-form .theme-section .login-remember #rememberme {
    width: revert
}

.theme-sign-form #pms_login .login-remember label,
.theme-sign-form .pms-account-subscription-details-table .login-remember label,
.theme-sign-form .theme-section .login-remember label {
    display: inline
}

.theme-sign-form #pms_login .login-extra,
.theme-sign-form .pms-account-subscription-details-table .login-extra,
.theme-sign-form .theme-section .login-extra {
    background: #f9f9f9;
    border-radius: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
    padding: 1.25rem 1rem;
    text-align: center
}

.theme-sign-form #pms_login .login-extra a,
.theme-sign-form .pms-account-subscription-details-table .login-extra a,
.theme-sign-form .theme-section .login-extra a {
    color: #7ab5b0;
    color: var(--theme-primary-color)
}

.theme-sign-form #pms_login .login-extra>span,
.theme-sign-form .pms-account-subscription-details-table .login-extra>span,
.theme-sign-form .theme-section .login-extra>span {
    margin: 0 1rem
}

.theme-sign-form .sticky {
    padding: 2.5rem
}

.theme-sign-form .theme-form {
    border-radius: 0
}

@media screen and (min-width:600px) {
    .theme-sign-form .theme-form {
        min-height: 100vh
    }

    .theme-sign-form .sticky {
        padding-left: 0
    }
}

.theme-sign-form .pms-subscription-plan-auto-renew {
    width: 100%
}

@media screen and (min-width:766px) {
    .theme-sign-form.odd-columns>.is-vertically-aligned-center {
        align-self: flex-start;
        display: flex;
        height: calc(100vh - 180px)
    }

    .theme-sign-form.odd-columns>.is-vertically-aligned-center>.wp-block-group {
        align-self: center
    }
}

.stay-connected form {
    flex-direction: column
}

.stay-connected form .gfield {
    margin-bottom: 8px !important
}

.stay-connected form .gform_footer {
    display: revert;
    margin-top: 20px !important
}

.stay-connected form .gform_footer .gform_button {
    margin: 0 auto
}

.mc-field-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

input.mce_inline_error {
    border-color: #f07e24 !important;
    border-color: var(--theme-highlight-color) !important
}

div.mce_inline_error {
    background-color: #fff !important;
    background-color: var(--theme-white-color) !important;
    color: #f07e24 !important;
    color: var(--theme-highlight-color) !important;
    margin: .25rem 0 0 !important;
    padding: 0 !important;
    z-index: 1
}

.indicates-required {
    font-size: .75rem;
    margin: 1rem 0
}

.edit-profile-avatar {
    align-items: center;
    display: flex
}

.edit-profile-avatar input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    font-size: 1rem;
    padding: .5rem 0;
    width: 100%
}

.edit-profile-avatar input[type=file]::file-selector-button {
    display: none
}

.edit-profile-avatar input[type=file].icon-camera:before {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content
}

.pms-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

.pms-field.pms-field-subscriptions {
    flex-flow: row wrap
}

.pms-field.pms-field-subscriptions>.pms-subscription-plan {
    flex: 1 0 auto;
    margin-bottom: 5px;
    margin-top: 5px
}

.pms-field.pms-field-subscriptions>.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;
    padding: 24px;
    position: relative;
    text-align: center;
    width: 100%
}

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

.pms-field.pms-field-subscriptions>.pms-subscription-plan label>* {
    display: block
}

.pms-field.pms-field-subscriptions>.pms-subscription-plan:first-child {
    margin-left: 0
}

.pms-field.pms-field-subscriptions>.pms-subscription-plan .pms-subscription-plan-trial {
    display: none
}

.pms-field.pms-field-subscriptions>.pms-subscription-plan .pms-subscription-plan-name {
    font-size: 1rem;
    font-weight: 400
}

.pms-field.pms-field-subscriptions>.pms-subscription-plan .pms-subscription-plan-price .pms-divider:first-child {
    display: none
}

.pms-field.pms-field-subscriptions>.pms-subscription-plan-auto-renew {
    margin-top: 1rem
}

.pms-field.pms-field-subscriptions>.pms-subscription-plan-auto-renew label {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr
}

.pms-field.pms-field-subscriptions>.pms-subscription-plan-auto-renew label input[name=pms_recurring] {
    margin-right: 1rem;
    margin-top: 0
}

.pms-field.pms-field-subscriptions>#pms-subscription-plans-discount {
    display: flex !important;
    flex: 1 1 auto;
    flex-wrap: wrap;
    padding: 1rem 0
}

.pms-field.pms-field-subscriptions>#pms-subscription-plans-discount label {
    width: 100%
}

.pms-field.pms-field-subscriptions>#pms-subscription-plans-discount #pms_subscription_plans_discount_code {
    flex: 1;
    margin-right: 5px
}

.pms-field.pms-field-subscriptions>#pms-subscription-plans-discount-messages-wrapper {
    border: none !important;
    flex: 1;
    flex-basis: 100%;
    padding: 0 !important
}

.pms-field.pms-field-type-heading>* {
    font-size: 1rem
}

@media screen and (min-width:991px) {
    .pms-field.pms-field-type-heading>* {
        font-size: 1.5rem
    }
}

.pms-field .pms-field-description {
    font-size: .75rem;
    margin: .5rem 0
}

.pms-field .pms-field-input-container .chosen-container .chosen-single {
    background: #fff;
    border: 1px solid #c2c2c2;
    border: 1px solid var(--theme-grey-color);
    border-radius: .5rem;
    border-radius: var(--theme-border-radius-min);
    box-shadow: var(--theme-form-box-shadow);
    color: #6d6e6e;
    color: var(--theme-black-color);
    font-size: 1rem;
    height: revert;
    outline: none;
    padding: .5rem !important;
    width: 100%
}

.pms-field .pms-field-input-container .chosen-container.chosen-with-drop .chosen-single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.pms-form .pms-user-login-field {
    display: none
}

.pms-form .pms-field.pms-group-description-field.pms-group-memberships-field,
.pms-form .pms-field.pms-group-name-field.pms-group-memberships-field,
.pms-form .pms-gm-message.pms-gm-message__purchase {
    display: none !important
}

.pms-form .pms-section-billing-details.pms-billing-details {
    display: flex;
    flex-direction: column
}

.pms-form .pms-section-billing-details.pms-billing-details .pms-billing-country {
    order: 1
}

.pms-form .pms-field-section,
.pms-form .pms-form-fields-wrapper {
    margin-bottom: 2.5rem
}

.pms-form .pms-form-fields-wrapper .pms-field.pms-gdpr-field input[name=user_consent] {
    width: revert
}

.pms-form .pms-form-fields-wrapper .pms-field.pms-field-subscriptions {
    margin-top: 2rem
}

#pms_billing_state_chosen {
    width: 100% !important
}

.flex-column-reversed {
    display: flex;
    flex-direction: column-reverse
}

@media screen and (min-width:991px) {
    .pms-field.pms-field-subscriptions>.pms-subscription-plan {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 0
    }
}

.gform_wrapper .gsection_title {
    font-size: .875rem
}

@media screen and (min-width:991px) {
    .gform_wrapper .gsection_title {
        font-size: 1.25rem
    }
}

.gform_wrapper .gsection_description {
    font-size: .75rem
}

@media screen and (min-width:991px) {
    .gform_wrapper .gsection_description {
        font-size: .875rem
    }
}

.gform_heading {
    display: none
}

.gfield_radio {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
}

.gfield_radio .gchoice {
    flex: 1 1 auto
}

.gfield_radio .gchoice:not(:last-of-type) {
    margin-right: 8px
}

.gfield {
    margin-bottom: 8px !important
}

.gfield.gfield_html {
    background-color: #eff8e9;
    background-color: var(--theme-lime-color);
    padding: 40px
}

.gfield.gsection {
    border-bottom: none !important;
    padding: 0 !important
}

.gfield.gsection:not(:first-of-type) {
    margin-top: 24px
}

.gfield:not(.hidden_label) label,
.gfield:not(.hidden_label)>.gfield_label {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.25rem !important;
    margin-bottom: 8px
}

.gfield.hidden_label label {
    display: none
}

.gform_fields {
    gap: 0 !important
}

.gfield_description {
    border: none !important;
    overflow-y: auto !important
}

.gform_footer {
    margin: 24px 0 0 !important;
    padding: 0 !important;
    text-align: center
}

input[value=video]+label {
    align-items: center;
    display: flex !important;
    flex-flow: column nowrap
}

input[value=video]+label:before {
    background-image: url(../d605af438f197381f38c.svg);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 36px;
    width: 36px
}

input[value=written]+label {
    align-items: center;
    display: flex !important;
    flex-flow: column nowrap
}

input[value=written]+label:before {
    background-image: url(../283e8d7e62cf2076d8c4.svg);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 36px;
    width: 36px
}

.ginput_container.ginput_container_fileupload input[type=file] {
    border: none;
    bottom: 0;
    box-shadow: none;
    cursor: pointer;
    left: 0;
    opacity: 0;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: absolute;
    right: 0;
    top: 0
}

.border-dashed {
    border: 1px dashed #c2c2c2;
    border: 1px dashed var(--theme-grey-color);
    border-radius: 8px;
    position: relative;
    text-align: center
}

@media screen and (min-width:991px) {
    .border-dashed {
        padding: 40px 120px
    }
}

.gform_fileupload_rules {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
    padding-top: 0 !important
}

.gform_wrapper.gravity-theme * {
    flex: 1 1 auto
}

.video-upload-wrapper .ginput_complex>span {
    display: none
}

.gform_card_icon_container div.gform_card_icon {
    max-width: 40px
}

.is-newsletter {
    display: flex
}

.is-newsletter .gform_body {
    flex: 1
}

.is-newsletter br,
.is-newsletter p:empty {
    display: none
}

.is-newsletter .gfield {
    margin-bottom: 0 !important
}

.is-newsletter .gform_footer {
    align-items: center;
    display: flex;
    flex: 0;
    margin: 0 !important
}

.is-newsletter .gform_footer p {
    display: none
}

.is-newsletter .gform_footer .gform_button {
    background-color: #7ab5b0;
    background-color: var(--theme-primary-color);
    border: none;
    color: #fff;
    color: var(--theme-white-color);
    margin-left: .5rem;
    padding: .5rem 1.5rem
}

.gchoice label sub {
    display: block
}

.donation-options-grid .gfield_radio {
    grid-auto-rows: 1fr
}

.donation-options-grid .gfield_radio>.gchoice {
    height: 100%;
    width: 100%
}

.donation-options-grid .gfield_radio>.gchoice>label {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.donation-options-grid .gfield_radio>.gchoice>label>sub {
    font-size: 10px;
    line-height: 16px
}

.StripeElement {
    border: 1px solid #c2c2c2 !important;
    border: 1px solid var(--theme-grey-color) !important;
    border-radius: .5rem !important;
    border-radius: var(--theme-border-radius-min) !important;
    box-shadow: var(--theme-form-box-shadow) !important;
    color: #6d6e6e !important;
    color: var(--theme-black-color) !important;
    font-size: 1rem !important;
    outline: none;
    padding: .75rem !important
}

.StripeElement--focus {
    border: inherit
}

.is-searchbox fieldset {
    align-items: center;
    border: none;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

.is-searchbox .field-large {
    max-width: 30rem
}

.is-searchbox .field-medium {
    width: 10rem
}

.is-searchbox .tagify {
    --tag-pad: 5px 3px;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    max-width: 24em;
    min-width: 10em;
    overflow-x: auto;
    padding: 0;
    width: auto
}

.is-searchbox .tagify::-webkit-scrollbar {
    height: 2px;
    width: 0
}

.is-searchbox .tagify::-webkit-scrollbar-track {
    border-radius: 100px;
    opacity: 0
}

.is-searchbox .tagify::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 100px
}

.is-searchbox .tagify__input:before {
    display: none
}

.is-searchbox .tagify--empty .tagify__input:before {
    display: block
}

.is-searchbox .theme-button {
    background-color: #7ab5b0;
    background-color: var(--theme-primary-color);
    border: none;
    color: #fff;
    color: var(--theme-white-color);
    margin-left: 0;
    padding: .5rem 1.5rem
}

.is-searchbox .field-element,
.is-searchbox input:not([type=submit]) {
    margin: 0 .5rem 0 0
}

@media screen and (max-width:766px) {
    .is-searchbox {
        width: 100%
    }

    .is-searchbox fieldset {
        flex-direction: column
    }

    .is-searchbox fieldset .tagify,
    .is-searchbox fieldset input.field-element,
    .is-searchbox fieldset select.field-medium {
        margin: 0 0 .8rem;
        max-width: revert;
        width: 100%
    }
}

@media screen and (max-width:960px) {
    .theme-upcoming-speakers.wp-block-columns {
        flex-direction: column-reverse
    }

    .theme-upcoming-speakers.wp-block-columns .wp-block-column.is-vertically-aligned-center {
        align-self: auto
    }

    .theme-upcoming-speakers .theme-form .alignright {
        margin-right: auto
    }

    .theme-upcoming-speakers .theme-form .theme-section:first-of-type {
        padding-bottom: 0
    }
}

.theme-upcoming-speakers .theme-form .theme-section:first-of-type {
    padding-bottom: 0
}

.theme-upcoming-speakers .theme-form .gform_confirmation_wrapper {
    padding: 1.5rem
}

@media screen and (min-width:991px) {
    .theme-upcoming-speakers .theme-form .gform_confirmation_wrapper {
        padding: 2.5rem
    }
}

.theme-upcoming-speakers .gform_wrapper.gravity-theme .ginput_complex {
    display: block
}

.theme-donation-form .ginput_container.ginput_container_radio .gfield_radio {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr))
}

.theme-donation-form .ginput_container.ginput_container_radio .gfield_radio .gfield-choice-input:checked+label {
    font-weight: 600 !important
}

.theme-donation-form .gfield_html,
.theme-donation-form .margin-top {
    margin-top: 20px !important
}

.theme-donation-form .gfield_checkbox>div {
    align-items: center;
    display: flex
}

.theme-donation-form .gfield_checkbox>div input.gfield-choice-input {
    margin: 0 .25rem 0 0 !important;
    max-width: revert;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: revert
}

.theme-donation-form .donation_monthly legend {
    display: none !important
}

.theme-donation-form .gform_wrapper.gravity-theme .gform_footer {
    display: block
}

.wp-block-buttons {
    margin-top: 1rem
}

@media screen and (min-width:991px) {
    .wp-block-buttons {
        margin-top: 1.5rem
    }
}

.theme-button,
.tribe-common a.theme-button,
.tribe-common button.theme-button,
.wp-block-button__link,
input[type=submit] {
    background-color: #7ab5b0;
    background-color: var(--theme-primary-color);
    border: 2px solid var(--color-primary-color);
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
    color: var(--theme-white-color);
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    padding: .75rem 1.5rem;
    width: auto
}

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

    .theme-button,
    .tribe-common a.theme-button,
    .tribe-common button.theme-button,
    .wp-block-button__link,
    input[type=submit] {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 1rem 2rem
    }
}

.theme-button:hover,
.tribe-common a.theme-button:hover,
.tribe-common button.theme-button:hover,
.wp-block-button__link:hover,
input[type=submit]:hover {
    cursor: pointer;
    filter: brightness(.9)
}

.tribe-common a.theme-button {
    max-width: -moz-max-content;
    max-width: max-content
}

.is-style-outline>.wp-block-button__link,
.tribe-common button.theme-button.is-outline {
    background-color: transparent;
    color: var(--color-reference)
}

.chosen-container {
    max-width: 100%
}

.theme-footer,
.theme-footer li,
.theme-footer p {
    font-size: .85rem;
    line-height: 1.15rem
}

.theme-footer>.theme-container {
    flex-direction: column
}
