/* -----------------------------------------------------------
    Helpers - Version: 4.2
------------------------------------------------------------ */

body,
td {
    font-family: var(--font-body);
}

code {
    color: #d5ff80;
    font-family: var(--font-code);
    font-size: 1rem;
    line-height: 1.5;
    background-color: #242936;
}

/* -----------------------------------------------------------
    Headings
------------------------------------------------------------ */

h1,
.row .col h1.vc_custom_heading {
    color: inherit;
    margin-bottom: 30px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-style: normal;
}

h1 > span {
    font-family: var(--font-heading);
}

h2,
.row .col h2.vc_custom_heading {
    margin-bottom: 30px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-style: normal;
}

h2 > span {
    font-family: var(--font-heading);
}

h3,
.row .col h3.vc_custom_heading,
h4,
.row .col h4.vc_custom_heading,
h5,
.row .col h5.vc_custom_heading {
    margin-bottom: 30px;
    font-family: var(--font-body);
    font-weight: 600;
    font-style: normal;
}

h3 > span,
h4 > span,
h5 > span {
    font-family: var(--font-body);
}

/* -----------------------------------------------------------
    Typography
------------------------------------------------------------ */

/* Font families */

.text-font-heading {
    font-family: var(--font-heading) !important;
}

.text-font-body {
    font-family: var(--font-body) !important;
}

/* Text styles */

.text-bold {
    font-weight: 700 !important;
}

.text-italic {
    font-style: italic !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-strike {
    text-decoration: line-through !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

/* Text alignment */

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

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

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

.text-nowrap {
    white-space: nowrap !important;
}

/* Blockquotes */

blockquote {
    --blockquote-font-size: 1.5rem;
    padding: 1em 1em 1em 2em;
    font-size: var(--blockquote-font-size);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: initial;
    background-color: #f5f6fa;
}

blockquote p {
    padding-bottom: 1rem;
}

blockquote footer {
    font-size: 1rem;
    font-weight: 600;
}

.blockquote-palette-1 blockquote::before {
    border-color: var(--palette-1) !important;
}

.blockquote-palette-2 blockquote::before {
    border-color: var(--palette-2) !important;
}

.blockquote-palette-3 blockquote::before {
    border-color: var(--palette-3) !important;
}

/* Hyperlinks */

body .wpb_row[data-midnight="dark"] a[href]:not(.nectar-button):not(.menu-item > a):not(.nectar-link-underline-effect a):not(.nectar-post-grid-item h3 > a):not(.vc_ui-button):not(.toggle-title a):not(.nectar-next-section-wrap a),
body .wpb_row[data-midnight="dark"] .nectar-responsive-text a[href]:not(.nectar-link-underline-effect a) .tribe_events a[href] {
    color: blue !important;
    text-decoration: underline;
    border: 0 !important;
    opacity: 1;
}

body .wpb_row[data-midnight="dark"] a[href]:not(.nectar-button):not(.menu-item > a):not(.nectar-link-underline-effect a):not(.nectar-post-grid-item h3 > a):hover:not(.vc_ui-button):not(.toggle-title a):not(.nectar-next-section-wrap a):hover,
body .wpb_row[data-midnight="dark"] .nectar-responsive-text a[href]:hover .tribe_events a[href]:hover {
    color: darkblue !important;
}

body .wpb_row[data-midnight="light"] a[href]:not(.nectar-button):not(.menu-item > a):not(.nectar-link-underline-effect a):not(.nectar-post-grid-item h3 > a):not(.vc_ui-button):not(.toggle-title a):not(.nectar-next-section-wrap a),
body .wpb_row[data-midnight="light"] .nectar-responsive-text a[href]:not(.nectar-link-underline-effect a) .tribe_events a[href] {
    color: white !important;
    text-decoration: underline;
    border: 0 !important;
    opacity: 1;
}

body .wpb_row[data-midnight="light"] a[href]:not(.nectar-button):not(.menu-item > a):not(.nectar-link-underline-effect a):not(.nectar-post-grid-item h3 > a):hover:not(.vc_ui-button):not(.toggle-title a):not(.nectar-next-section-wrap a):hover,
body .wpb_row[data-midnight="light"] .nectar-responsive-text a[href]:hover .tribe_events a[href]:hover {
    color: var(--palette-3-lt) !important;
}

/* -----------------------------------------------------------
    Backgrounds
------------------------------------------------------------ */

.background-initial,
.background-initial .row-bg.using-image,
.background-initial .column-image-bg {
    background-size: initial !important;
}

.background-cover,
.background-cover .row-bg.using-image,
.background-cover .column-image-bg {
    background-size: cover !important;
}

.background-contain,
.background-contain .row-bg.using-image,
.background-contain .column-image-bg {
    background-size: contain !important;
}

.background-w100,
.background-w100 .row-bg.using-image,
.background-w100 .column-image-bg {
    background-size: 100% auto !important;
}

.background-h100,
.background-h100 .row-bg.using-image,
.background-h100 .column-image-bg {
    background-size: auto 100% !important;
}

.background-repeat,
.background-repeat .row-bg.using-image,
.background-repeat .column-image-bg {
    background-repeat: repeat !important;
}

.background-no-repeat,
.background-no-repeat .row-bg.using-image,
.background-no-repeat .column-image-bg {
    background-repeat: no-repeat !important;
}

/* -----------------------------------------------------------
    Colors
------------------------------------------------------------ */

/* Text colors */

.text-palette-1 {
    color: var(--palette-1) !important;
}

.text-palette-2 {
    color: var(--palette-2) !important;
}

.text-palette-3 {
    color: var(--palette-3) !important;
}

/* Background colors */

.background-palette-1 {
    background-color: var(--palette-1) !important;
}

.background-palette-2 {
    background-color: var(--palette-2) !important;
}

.background-palette-3 {
    background-color: var(--palette-3) !important;
}

/* -----------------------------------------------------------
    Margins and paddings
------------------------------------------------------------ */

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

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

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-auto {
    padding: auto !important;
}

.px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}

.pt-auto {
    padding-top: auto !important;
}

.pb-auto {
    padding-bottom: auto !important;
}

.pr-auto {
    padding-right: auto !important;
}

.pl-auto {
    padding-left: auto !important;
}

/* -----------------------------------------------------------
    Widths and heights
------------------------------------------------------------ */

.w-25 {
    width: 25% !important;
}

.w-33 {
    width: 33.333% !important;
}

.w-50 {
    width: 50% !important;
}

.w-66 {
    width: 66.666% !important;
}

.w-75 {
    width: 75% !important;
}

.w-99 {
    width: 99.999% !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

/* -----------------------------------------------------------
    Aspect Ratios
------------------------------------------------------------ */

.aspect-ratio-1x1 {
    aspect-ratio: 1 / 1;
}

.aspect-ratio-2x1 {
    aspect-ratio: 2 / 1;
}

.aspect-ratio-1x2 {
    aspect-ratio: 1 / 2;
}

.aspect-ratio-4x3 {
    aspect-ratio: 4 / 3;
}

.aspect-ratio-3x4 {
    aspect-ratio: 3 / 4;
}

.aspect-ratio-16x9 {
    aspect-ratio: 16 / 9;
}

.aspect-ratio-9x16 {
    aspect-ratio: 9 / 16;
}

/* -----------------------------------------------------------
    Display
------------------------------------------------------------ */

/* Block */

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

/* Flexbox */

.flex-center-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-direction-row {
    flex-direction: row !important;
}

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

.align-items-stretch {
    align-items: stretch !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.justify-content-stretch {
    justify-content: stretch !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.flex-direction-column .nectar-button,
.flex-direction-column .nectar-cta {
    margin-top: auto !important;
}

/* Box sizing */

.box-sizing-content {
    box-sizing: content-box;
}

.box-sizing-border {
    box-sizing: border-box;
}

/* Mobile Display */

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

.desktop-hide {
    display: block !important;
}

@media (min-width: 992px) {
    .mobile-hide {
        display: block !important;
    }

    .desktop-hide {
        display: none !important;
    }
}

/* -----------------------------------------------------------
    Lists
------------------------------------------------------------ */

ul,
ol,
li,
li > span {
    line-height: 1.5;
}

.list-col-2 {
    columns: 2 !important;
}

.list-col-3 {
    columns: 3 !important;
}

/* -----------------------------------------------------------
    Tables
------------------------------------------------------------ */

body table,
body table tr {
    background-color: transparent !important;
    border: 0 !important;
}

body table > tbody > tr:nth-child(odd) {
    background-color: rgba(var(--palette-1-rgb), 0.05) !important;
}

body table > thead > tr > th,
body table > tbody > tr > td {
    padding: 10px 20px !important;
    font-size: initial !important;
    vertical-align: middle !important;
    border: 0 !important;
}

body table > thead > tr > th {
    color: var(--palette-4) !important;
    background-color: var(--palette-2) !important;
}

body table tr td svg {
    display: inline-block;
}

body table tr td svg path:nth-child(1) {
    fill: var(--palette-2);
    opacity: 0.1;
}

body table tr td svg path:nth-child(2) {
    fill: var(--palette-2);
    opacity: 1;
}

/* -----------------------------------------------------------
    Images
------------------------------------------------------------ */

.img-with-aniamtion-wrap img {
    width: 100% !important;
}

/* -----------------------------------------------------------
    Salient Element - Icons with text
------------------------------------------------------------ */

.iwithtext {
    --iwithtext-icon-size: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.iwithtext > .iwt-icon {
    position: initial;
    width: var(--iwithtext-icon-size);
    aspect-ratio: 1/1;
}

.iwithtext > .iwt-icon > svg,
.iwithtext > .iwt-icon > img,
.iwithtext > .iwt-icon > i {
    margin: 0 !important;
    width: 100% !important;
    aspect-ratio: 1/1;
    font-size: var(--iwithtext-icon-size);
}

.iwithtext > .iwt-text {
    flex: 1;
    padding: 0;
}

/* -----------------------------------------------------------
    Salient Element - Toggles (Minimal Style)
------------------------------------------------------------ */

.toggles[data-style="minimal"] .toggle {
    --toggle-color: var(--font-body-color);
    --toggle-title-color: var(--toggle-color);
    --toggle-title-color-hover: var(--palette-1);
    --toggle-title-color-open: var(--palette-1);
    --toggle-title-background-hover: rgba(0, 0, 0, 0.025);
    --toggle-title-background-open: rgba(var(--palette-1-rgb), 0.1);
    border-width: 0 0 1px;
}

.light .toggles[data-style="minimal"] .toggle {
    --toggle-color: #fff;
    --toggle-title-color: var(--toggle-color);
    --toggle-title-color-hover: var(--palette-3);
    --toggle-title-color-open: var(--palette-3);
    --toggle-title-background-hover: rgba(255, 255, 255, 0.025);
    --toggle-title-background-open: rgba(var(--palette-3-rgb), 0.1);
}

.toggles[data-style="minimal"] .toggle > div {
	color: var(--toggle-body-color) !important;
}

.toggles[data-style="minimal"] .toggle .toggle-title a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
}

.toggles[data-style="minimal"] .toggle .toggle-title a {
    color: var(--toggle-title-color) !important;
}

.toggles[data-style="minimal"] .toggle:hover .toggle-title a {
    color: var(--toggle-title-color-hover) !important;
}

.toggles[data-style="minimal"] .toggle.open .toggle-title a {
    color: var(--toggle-title-color-open) !important;
}

.toggles[data-style="minimal"] .toggle:hover .toggle-title a {
    background-color: var(--toggle-title-background-hover);
}

.toggles[data-style="minimal"] .toggle.open .toggle-title a {
    background-color: var(--toggle-title-background-open);
}

.toggles[data-style="minimal"] .toggle .toggle-title i {
    right: 20px !important;
}

.toggles[data-style="minimal"] .toggle .toggle-title i {
    border-color: var(--toggle-title-color) !important;
}

.toggles[data-style="minimal"] .toggle:hover .toggle-title i {
    border-color: var(--toggle-title-color-hover) !important;
}

.toggles[data-style="minimal"] .toggle.open .toggle-title i {
    border-color: var(--toggle-title-color-open) !important;
}

.toggles[data-style="minimal"] .toggle:hover .toggle-title i:before,
.toggles[data-style="minimal"] .toggle:hover .toggle-title i:after {
    background-color: var(--toggle-title-color-hover) !important;
}

.toggles[data-style="minimal"] .toggle.open .toggle-title i:before,
.toggles[data-style="minimal"] .toggle.open .toggle-title i:after {
    background-color: var(--toggle-title-color-open) !important;
}

.toggles[data-style="minimal"] .toggle > div .inner-toggle-wrap {
    padding: 20px !important;
}

/* -----------------------------------------------------------
    Salient Element - Milestones
------------------------------------------------------------ */

.nectar-milestone {
    --milestone-number-font: var(--font-heading);
    --milestone-number-font-weight: 900;
}

.nectar-milestone .number {
    font-family: var(--milestone-number-font);
    font-weight: var(--milestone-number-font-weight) !important;
}

.nectar-milestone .number > .symbol-wrap {
    position: relative;
    top: -18px !important;
    margin-bottom: -10px;
    padding-left: 4px;
    font-family: var(--milestone-number-font);
    font-weight: var(--milestone-number-font-weight) !important;
    font-size: 0.6em !important;
}

/*------------------------------------------------------------
    Salient - Templates
------------------------------------------------------------*/

/* Secondary header */

#header-secondary-outer[data-full-width="true"] > .container {
    padding-right: 60px; /* Set the horizontal padding for the secondary header to match the Salient setting for the main navigation */
    padding-left: 60px; /* Set the horizontal padding for the secondary header to match the Salient setting for the main navigation */
}

body.material #header-secondary-outer nav > ul > li a {
    cursor: pointer;
    font-size: 16px;
}

/* Search results page */

body.search-results #page-header-bg {
    background: var(--gradient-1);
}

body.search-results #page-header-bg .page-header-overlay-color {
    display: none;
}

body.search-results #search-results[data-layout*="list"] .result .inner-wrap h2 {
    margin-bottom: 5px !important;
    padding-top: 0 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
}

body.search-results #search-results[data-layout="list-no-sidebar"] .result .inner-wrap h2 span {
    display: none !important;
}

body.search-results #search-results[data-layout*="list"] article .inner-wrap {
    font-size: 18px !important;
    line-height: 1.5 !important;
}

/* Footer */

#footer-outer .wp-block-social-links svg {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

#footer-outer .wp-block-social-links path {
    margin: 0;
    fill: #fff;
}


/*------------------------------------------------------------
    Plugin - Smartcrawl / Breadcrumbs
------------------------------------------------------------*/

.breadcrumbs-container {
    background-color: var(--palette-1);
}

.smartcrawl-breadcrumbs {
    padding: 0.5rem 0;
    color: #fff;
    border-bottom: 0;
    font-size: 0.8rem;
}

.smartcrawl-breadcrumbs > span {
    margin-right: 5px;
}

.smartcrawl-breadcrumbs a {
    color: #fff;
    text-decoration: underline;
}

.smartcrawl-breadcrumbs strong {
    color: var(--palette-4);
}