/*-----------------------------------------------------------------------
    Fonts
-----------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=League+Gothic");
@import url("https://use.typekit.net/nrp3rwq.css"); /* MUST PURCHASE LIVE LICENCE */

/*-----------------------------------------------------------------------
    Variables
-----------------------------------------------------------------------*/

:root {
    --admin-height: 32px;
    --header-height: 125px;
    --notice-height: 0px;

    --font-primary: "proxima-nova", sans-serif;
    --font-secondary: "League Gothic", sans-serif;

    --white: #ffffff;
    --white-rgb: 255, 255, 255;

    --light-grey: #f6f6f6;
    --light-grey-rgb: 246, 246, 246;

    --mid-grey: #bdbdbd;
    --mid-grey-rgb: 189, 189, 189;

    --dark-grey: #4f4f4f;
    --dark-grey-rgb: 79, 79, 79;

    --black: #000000;
    --black-rgb: 0, 0, 0;

    --soft-blue: #92cfd9;
    --soft-blue-rgb: 146, 207, 217;

    --navy-blue: #000e47;
    --navy-blue-rgb: 0, 14, 71;

    --red: #ff1414;
    --red-rgb: 255, 20, 20;

    --border-radius-sm: 5px;
    --border-radius-md: 15px;
    --border-radius-lg: 30px;

    --container-xs: 720px;
    --container-sm: 940px;
    --container-md: 1170px;
    --container-lg: 1400px;

    --box-shadow: 0 0 5px rgba(var(--dark-grey-rgb), 8%);

    --transition: 0.4s ease;
}

/* Responsive */

@media (max-width: 782px) {
    :root {
        --admin-height: 46px;
    }
}

@media (max-width: 782px) {
    :root {
        --header-height: 80px;
    }
}

/*-----------------------------------------------------------------------
    Base
-----------------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

.swell-theme *,
.swell-theme *:before,
.swell-theme *:after {
    box-sizing: border-box;
}

.swell-theme * {
    scroll-margin-top: calc(var(--header-height));
}

body.swell-theme,
.editor-styles-wrapper {
    font-optical-sizing: auto;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    color: var(--dark-grey);
    font-family: var(--font-primary) !important;
    font-size: 16px !important;
    line-height: 1.4;
    font-weight: 500;
}

body.swell-theme,
.editor-styles-wrapper,
.site-main {
    background: var(--white);
}

/* .site-main {
    position: relative;
    transition: var(--transition) all;
    z-index: 1;
} */

/*-----------------------------------------------------------------------
    Admin Bar
-----------------------------------------------------------------------*/

body.swell-theme.has-header-space {
    padding-top: var(--header-height) !important;
}

body.swell-theme.admin-bar {
    padding-top: var(--admin-height) !important;
}

body.swell-theme.admin-bar.has-header-space {
    padding-top: calc(var(--admin-height) + var(--header-height)) !important;
}

#wpadminbar {
    top: 0;
    position: fixed;
    z-index: 20000000000000001;
}

#wpadminbar ul li.admin-bar-search {
    display: none !important;
}

/*-----------------------------------------------------------------------
    Layouts
-----------------------------------------------------------------------*/

.swell-theme *[class*="container-"],
.swell-theme *[class*="section-"],
.swell-theme *[class*="block-"],
.swell-theme *[class*="entry-"],
.swell-theme .relative {
    position: relative;
}

.swell-theme .absolute {
    position: absolute;
}

/* Flex Layout */

.swell-theme .flex-layout,
.swell-theme .flex-align-start,
.swell-theme .flex-align-center,
.swell-theme .flex-align-end,
.swell-theme .flex-justify-start,
.swell-theme .flex-justify-center,
.swell-theme .flex-justify-end,
.swell-theme .flex-justify-between {
    display: flex;
    flex-wrap: wrap;
}

.swell-theme .flex-align-start {
    align-items: flex-start;
}

.swell-theme .flex-align-center {
    align-items: center;
}

.swell-theme .flex-align-end {
    align-items: flex-end;
}

.swell-theme .flex-justify-start {
    justify-content: flex-start;
}

.swell-theme .flex-justify-center {
    justify-content: center;
}

.swell-theme .flex-justify-end {
    justify-content: flex-end;
}

.swell-theme .flex-justify-between {
    justify-content: space-between;
}

.swell-theme .flex-row-reverse {
    flex-direction: row-reverse;
}

.swell-theme .flex-column-reverse {
    flex-direction: column-reverse;
}

.swell-theme .flex-nowrap {
    flex-wrap: nowrap;
}

.swell-theme .flex-gap {
    gap: 15px;
}

/* Containers */

.swell-theme .container,
.swell-theme .container-xl,
.swell-theme .container-lg,
.swell-theme .container-md,
.swell-theme .container-sm,
.swell-theme .container-xs {
    z-index: 99;
    margin: auto;
    width: calc(100% - 60px);
}

.swell-theme .container,
.swell-theme .container-xl {
    width: 100%;
}

.swell-theme .container-lg {
    max-width: var(--container-lg);
}

.swell-theme .container-md {
    max-width: var(--container-md);
}

.swell-theme .container-sm {
    max-width: var(--container-sm);
}

.swell-theme .container-xs {
    max-width: var(--container-xs);
}

/* Padding */

.swell-theme .padding-lg,
.swell-theme .padding-lg-top {
    padding-top: 80px;
}

.swell-theme .padding-lg,
.swell-theme .padding-lg-bot {
    padding-bottom: 80px;
}

.swell-theme .padding-md,
.swell-theme .padding-md-top {
    padding-top: 40px;
}

.swell-theme .padding-md,
.swell-theme .padding-md-bot {
    padding-bottom: 40px;
}

.swell-theme .padding-sm,
.swell-theme .padding-sm-top {
    padding-top: 20px;
}

.swell-theme .padding-sm,
.swell-theme .padding-sm-bot {
    padding-bottom: 20px;
}

/* Grid Layout */

.swell-theme .grid-col-1,
.swell-theme .grid-col-2,
.swell-theme .grid-col-3,
.swell-theme .grid-col-4,
.swell-theme .grid-col-5,
.swell-theme .grid-col-6 {
    display: grid;
    gap: 20px;
}

.swell-theme .grid-col-2 {
    gap: 80px;
}

.swell-theme .grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.swell-theme .grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.swell-theme .grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
}

.swell-theme .grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
}

.swell-theme .grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
}

/* Sidebar */

@media (min-width: 783px) {
    .swell-theme .grid-col-2.has-sidebar-left {
        grid-template-columns: clamp(250px, 25%, 340px) minmax(0, 1fr);
        gap: 140px;
    }

    .swell-theme .flex-layout.has-sidebar-left {
        gap: clamp(80px, 10%, 140px);
    }

    .swell-theme .flex-layout.has-sidebar-left .col-sidebar {
        width: 30%;
        min-width: 240px;
        max-width: 340px;
    }

    .swell-theme .flex-layout.has-sidebar-left .col-main {
        flex: 1;
    }
}

@media (max-width: 782px) {
    .swell-theme .flex-layout.has-sidebar-left {
        flex-direction: column;
        gap: 40px;
    }

    .swell-theme .flex-layout.has-sidebar-left .col-sidebar,
    .swell-theme .flex-layout.has-sidebar-left .col-main {
        width: 100%;
        flex: 1;
    }
}

/* Visibility */

.swell-theme .is-desktop-only {
    display: block;
}

.swell-theme .is-mobile-only {
    display: none;
}

/* Block Settings */

.swell-theme .block-setting-padding {
    padding-top: var(--block-padding-top);
    padding-bottom: var(--block-padding-bottom);
}

.swell-theme .block-setting-background-color {
    background-color: var(--block-background-color);
}

/* Responsive */

@media (max-width: 1024px) {
    .swell-theme .grid-col-3,
    .swell-theme .grid-col-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .swell-theme .grid-col-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .swell-theme .grid-col-6 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 782px) {
    .swell-theme .container-lg,
    .swell-theme .container-md,
    .swell-theme .container-sm,
    .swell-theme .container-xs {
        width: calc(100% - 30px);
    }

    .swell-theme .padding-lg,
    .swell-theme .padding-lg-top {
        padding-top: 40px;
    }

    .swell-theme .padding-lg,
    .swell-theme .padding-lg-bot {
        padding-bottom: 40px;
    }

    .swell-theme .grid-col-2 {
        gap: 40px;
    }

    .swell-theme .grid-col-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .swell-theme .grid-col-5,
    .swell-theme .grid-col-6 {
        grid-template-columns: repeat(3, 1fr);
    }

    .swell-theme .block-setting-padding {
        padding-top: calc(var(--block-padding-top) / 1.5);
        padding-bottom: calc(var(--block-padding-bottom) / 1.5);
    }

    .swell-theme .is-desktop-only {
        display: none;
    }

    .swell-theme .is-mobile-only {
        display: block;
    }
}

@media (max-width: 641px) {
    .swell-theme .grid-col-2 {
        gap: 20px;
    }

    .swell-theme .grid-col-3,
    .swell-theme .grid-col-4,
    .swell-theme .grid-col-5 {
        grid-template-columns: repeat(1, 1fr);
    }

    .swell-theme .grid-col-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.swell-theme .h0,
.swell-theme .h0 *,
.swell-theme h1,
.swell-theme h1 *,
.swell-theme .h1,
.swell-theme .h1 *,
.swell-theme h2,
.swell-theme h2 *,
.swell-theme .h2,
.swell-theme .h2 *,
.swell-theme h3,
.swell-theme h3 *,
.swell-theme .h3,
.swell-theme .h3 *,
.swell-theme h4,
.swell-theme h4 *,
.swell-theme .h4,
.swell-theme .h4 *,
.swell-theme h5,
.swell-theme h5 *,
.swell-theme .h5,
.swell-theme .h5 *,
.swell-theme h6,
.swell-theme h6 *,
.swell-theme .h6,
.swell-theme .h6 *,
.swell-theme ul,
.swell-theme ol,
.swell-theme li,
.swell-theme p,
.swell-theme a {
    margin: 0;
    padding: 0;
    color: var(--dark-grey);
    font-weight: 500;
    text-wrap: wrap;
    word-wrap: break-word;
}

.swell-theme .h0,
.swell-theme .h0 *,
.swell-theme h1,
.swell-theme h1 *,
.swell-theme .h1,
.swell-theme .h1 *,
.swell-theme h2,
.swell-theme h2 *,
.swell-theme .h2,
.swell-theme .h2 *,
.swell-theme h3,
.swell-theme h3 *,
.swell-theme .h3,
.swell-theme .h3 *,
.swell-theme h4,
.swell-theme h4 *,
.swell-theme .h4,
.swell-theme .h4 *,
.swell-theme h5,
.swell-theme h5 *,
.swell-theme .h5,
.swell-theme .h5 *,
.swell-theme h6,
.swell-theme h6 *,
.swell-theme .h6,
.swell-theme .h6 * {
    color: var(--navy-blue);
    font-weight: 500;
}

.swell-theme .h0,
.swell-theme .h0 * {
    font-family: var(--font-primary);
    text-transform: none;
}

.swell-theme h1,
.swell-theme h1 *,
.swell-theme .h1,
.swell-theme .h1 * {
    font-family: var(--font-secondary);
    font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
}

.swell-theme .h0,
.swell-theme .h0 *,
.swell-theme h2,
.swell-theme h2 *,
.swell-theme .h2,
.swell-theme .h2 * {
    font-size: 60px;
    line-height: 1;
}

.swell-theme h2,
.swell-theme h2 *,
.swell-theme .h2,
.swell-theme .h2 * {
    font-family: var(--font-secondary);
    line-height: 1.1;
    text-transform: uppercase;
}

.swell-theme h3,
.swell-theme h3 *,
.swell-theme .h3,
.swell-theme .h3 * {
    font-family: var(--font-primary);
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -1%;
}

.swell-theme h4,
.swell-theme h4 *,
.swell-theme .h4,
.swell-theme .h4 * {
    font-family: var(--font-primary);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none;
}

.swell-theme h5,
.swell-theme h5 *,
.swell-theme .h5,
.swell-theme .h5 * {
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none;
}

.swell-theme h6,
.swell-theme h6 *,
.swell-theme .h6,
.swell-theme .h6 * {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
}

.swell-theme p,
.swell-theme li {
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 500;
}

.swell-theme strong,
.swell-theme strong * {
    font-weight: 700 !important;
}

/* Links */

.swell-theme a {
    transition: var(--transition) all;
}

.swell-theme a,
.swell-theme a *,
.swell-theme u,
.swell-theme u * {
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px !important;
}

.swell-theme a:hover,
.swell-theme a:focus {
    color: inherit;
}

/* Lists */

.swell-theme ul,
.swell-theme ol,
.swell-theme li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Misc */

.swell-theme code {
    padding: 10px;
    color: var(--white);
    background: var(--dark-grey);
}

.swell-theme mark {
    background: none;
}

.swell-theme hr {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--dark-grey);
}

/* Responsive */

@media (max-width: 1024px) {
    .swell-theme .h0,
    .swell-theme .h0 * {
        font-size: 42px;
    }

    .swell-theme h1,
    .swell-theme h1 *,
    .swell-theme .h1,
    .swell-theme .h1 * {
        font-size: 80px;
    }

    .swell-theme h2,
    .swell-theme h2 *,
    .swell-theme .h2,
    .swell-theme .h2 * {
        font-size: 48px;
    }

    .swell-theme h3,
    .swell-theme h3 *,
    .swell-theme .h3,
    .swell-theme .h3 * {
        font-size: 26px;
    }
}

@media (max-width: 782px) {
    .swell-theme h1 br,
    .swell-theme .h1 br,
    .swell-theme h2 br,
    .swell-theme .h2 br,
    .swell-theme h3 br,
    .swell-theme .h3 br,
    .swell-theme h4 br,
    .swell-theme .h4 br,
    .swell-theme h5 br,
    .swell-theme .h5 br {
        display: none;
    }
}

/*-----------------------------------------------------------------------
    Content Styling
-----------------------------------------------------------------------*/

/* Sizes */

.swell-theme .text-size-large,
.swell-theme .text-size-large * {
    font-size: 18px !important;
    font-weight: 500;
}

.swell-theme .text-size-small,
.swell-theme .text-size-small * {
    font-size: 14px !important;
}

.swell-theme .text-size-sub,
.swell-theme .text-size-sub * {
    font-size: 12px !important;
}

/* Alignment */

.swell-theme .text-align-left {
    text-align: left;
}

.swell-theme .text-align-center {
    text-align: center;
}

.swell-theme .text-align-right {
    text-align: right;
}

/* Colours */

.swell-theme .text-muted {
    opacity: 50%;
}

.swell-theme .text-colour-white,
.swell-theme .text-colour-white *:not(.button, button, .button *, button *, [style*="text-colour-"] [style*="color"], .gform_validation_errors *) {
    color: var(--white) !important;
    border-color: var(--white);
}

.swell-theme .text-colour-white button,
.swell-theme .text-colour-white .button,
.swell-theme .text-colour-white .button svg {
    color: var(--navy-blue) !important;
}

.swell-theme .text-colour-white button:not(:hover, :focus),
.swell-theme .text-colour-white .button:not(:hover, :focus) {
    border-color: var(--white) !important;
    background: var(--white) !important;
}

.swell-theme .text-colour-white .button.button-outlined:not(:hover, :focus) {
    background: transparent !important;
    border-color: var(--white) !important;
}

.swell-theme .text-colour-white .button.button-outlined,
.swell-theme .text-colour-white .button.button-outlined svg {
    color: var(--white) !important;
}

.swell-theme .text-colour-grey,
.swell-theme .text-colour-grey *:not(.button, button, .button *, button *, [style*="text-colour-"] [style*="color"], .gform_validation_errors *) {
    color: var(--dark-grey) !important;
    border-color: var(--dark-grey);
}

.swell-theme .text-colour-navy,
.swell-theme .text-colour-navy *:not(.button, button, .button *, button *, [style*="text-colour-"] [style*="color"], .gform_validation_errors *) {
    color: var(--navy-blue) !important;
    border-color: var(--navy-blue);
}

/*-----------------------------------------------------------------------
    WYSIWYG Content
-----------------------------------------------------------------------*/

.wysiwyg-content {
    width: 100%;
    position: relative;
    z-index: 99;
}

.wysiwyg-content h1:not(:first-child),
.wysiwyg-content h2:not(:first-child),
.wysiwyg-content h3:not(:first-child),
.wysiwyg-content h4:not(:first-child),
.wysiwyg-content h5:not(:first-child),
.wysiwyg-content img:not(:first-child),
.wysiwyg-content table:not(:first-child),
.wysiwyg-content code:not(:first-child),
.wysiwyg-content blockquote:not(:first-child),
.wysiwyg-content .group-buttons:not(:first-child) {
    margin-block-start: 20px;
    margin-block-end: 0;
}

.wysiwyg-content h6:not(:first-child),
.wysiwyg-content ul:not(:first-child),
.wysiwyg-content ol:not(:first-child),
.wysiwyg-content p:not(:first-child) {
    margin-block-start: 15px;
    margin-block-end: 0;
}

.wysiwyg-content li:not(:last-child) {
    margin: 0 0 5px !important;
}

/* Links */

.wysiwyg-content a {
    text-decoration: underline;
}

.wysiwyg-content a:hover {
    color: var(--navy-blue);
}

/* Lists */

.wysiwyg-content li {
    position: relative;
    text-align: left;
    padding: 0 0 0 20px;
}

.wysiwyg-content ul > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: var(--dark-grey);
}

.wysiwyg-content ul.list-style-checkmark li {
    padding: 0 0 0 25px;
}

.wysiwyg-content ul.list-style-checkmark > li:before {
    top: 5px;
    width: 14px;
    height: 14px;
    background: url(../img/icon-checkmark.svg) 50% no-repeat;
    background-size: 14px;
}

.wysiwyg-content ol {
    counter-reset: item;
    list-style-position: outside;
}

.wysiwyg-content ol > li:before {
    content: counter(item) ". ";
    counter-increment: item;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* Blockquote */

.wysiwyg-content blockquote {
    margin-left: 0;
    margin-right: 0;
    padding: 24px;
    background: var(--light-grey);
}

.wysiwyg-content blockquote,
.wysiwyg-content blockquote * {
    color: var(--navy-blue);
}

/* Images */

.wysiwyg-content img:not([class*="wc-"]) {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

.wysiwyg-content img:not([class*="wc-"], :first-child) {
    margin-top: 40px !important;
}

.wysiwyg-content img:not([class*="wc-"], :last-child) {
    margin-bottom: 40px !important;
}

.wysiwyg-content img.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}

.wysiwyg-content img.alignleft {
    float: left;
}

.wysiwyg-content img.alignright {
    float: right;
}

.wysiwyg-content img.size-full {
    width: 100% !important;
}

/* Misc */

.wysiwyg-content hr {
    margin: 30px 0;
}

/*-----------------------------------------------------------------------
    Global Forms
-----------------------------------------------------------------------*/

.swell-theme form *[disabled] {
    opacity: 50%;
    pointer-events: none;
}

/* Labels */

.swell-theme label,
.swell-theme legend,
.swell-theme .gfield_description,
.swell-theme .gfield_preview {
    display: block !important;
    padding: 0 !important;
    margin: 5px 0 8px !important;
    color: var(--dark-grey);
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 600 !important;
}

.swell-theme label a,
.swell-theme legend a {
    color: var(--dark-grey) !important;
    text-decoration: underline;
}

.swell-theme label .required,
.swell-theme .gravity-theme form label.gfield_required {
    font-size: inherit;
    color: var(--red);
}

/* Basic Fields */

.swell-theme input:not([type="button"], [type="submit"]),
.swell-theme select,
.swell-theme textarea {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100% !important;
    height: auto;
    min-height: 0 !important;
    border: 0;
    border-radius: var(--border-radius-sm);
    border: 1px solid var(--mid-grey);
    background: var(--light-grey);
    padding: 12px !important;
    color: var(--black);
    font-size: 15px;
    line-height: 18px !important;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    transition: none;
    resize: none;
    outline: 0 !important;
}

.swell-theme textarea {
    min-height: 100px;
    max-height: 200px;
}

.swell-theme ::placeholder {
    color: var(--mid-grey);
}

/* Select */

.swell-theme select:not([multiple="multiple"]) {
    padding-right: 45px !important;
}

.swell-theme select:not([multiple="multiple"]),
.swell-theme .select2-container .select2-selection {
    background: var(--light-grey) url(../img/icon-chevron-down.svg) no-repeat;
    background-size: 18px;
    background-position: center right 18px;
    cursor: pointer;
}

.swell-theme .select2,
.swell-theme .select2 * {
    margin: 0;
    padding: 0 !important;
    line-height: 18px !important;
}

.swell-theme .select2-container .select2-selection {
    margin: 0;
    outline: 0;
    display: block;
    height: auto;
    border-radius: var(--border-radius-sm);
    border: 1px solid var(--mid-grey);
    padding: 12px !important;
    color: var(--black);
    font-size: 15px;
    line-height: 18px !important;
    font-weight: 500;
}

.swell-theme .select2-selection__rendered,
.swell-theme .select2-selection__placeholder {
    color: var(--mid-grey);
}

.swell-theme .select2-dropdown {
    top: 0;
    border: 1px solid var(--mid-grey);
    background: var(--light-grey);
}

.swell-theme .select2-dropdown .select2-search,
.swell-theme .select2-dropdown .select2-results__option {
    padding: 5px;
}

.swell-theme .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background: var(--dark-grey);
}

.swell-theme .select2-container .select2-selection__arrow {
    display: none;
}

/* Checkbox & Radio */

.swell-theme input[type="checkbox"],
.swell-theme input[type="radio"] {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    margin: 0 8px 0 0;
    min-height: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    border: 1px solid var(--mid-grey);
    background: var(--light-grey);
    box-shadow: none;
    transition: none;
    cursor: pointer;
}

.swell-theme input[type="checkbox"],
.swell-theme input[type="radio"],
.swell-theme input[type="checkbox"] + label,
.swell-theme input[type="radio"] + label {
    display: inline-block !important;
    vertical-align: top;
}

.swell-theme input[type="checkbox"] + label,
.swell-theme input[type="radio"] + label {
    margin: 3px 0 !important;
    font-size: 16px !important;
    line-height: 20px;
    max-width: calc(100% - 40px) !important;
}

.swell-theme input[type="radio"] {
    outline: 1px solid var(--mid-grey) !important;
    outline-offset: -1px !important;
    border-radius: 25px !important;
}

.swell-theme input[type="checkbox"]:checked {
    border-color: var(--navy-blue);
    background: var(--navy-blue) url(../img/icon-checkbox.svg) 50% no-repeat;
    background-size: 14px;
}

.swell-theme input[type="radio"]:checked {
    border: 3px solid var(--light-grey) !important;
    background: var(--navy-blue);
}

.swell-theme input[type="radio"]:before,
.swell-theme input[type="checkbox"]:before {
    display: none !important;
}

/*-----------------------------------------------------------------------
    Gravity Forms
-----------------------------------------------------------------------*/

.gravity-theme form .gform_body,
.gravity-theme form .gform_fields,
.gravity-theme form .gform_footer {
    margin: 0 !important;
}

.gravity-theme form .gform_fields,
.gravity-theme form .gform_fields .gfield_checkbox,
.gravity-theme form .gform_fields .gfield_radio {
    gap: 10px !important;
}

.gravity-theme form .ginput_complex {
    gap: 0 !important;
}

.gravity-theme .gform_required_legend {
    display: none !important;
}

/* Validation */

.gravity-theme form .gform_ajax_spinner,
.gravity-theme form .gform-loader {
    font-size: 0.1em !important;
    margin: 0 0 0 15px !important;
}

.gravity-theme .gform_validation_errors {
    outline: 0 !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.gravity-theme .gform_validation_errors * {
    color: #c02b0a !important;
}

.gravity-theme .gform_validation_errors h2 {
    font-family: var(--font-primary);
    font-size: 14px !important;
    text-transform: none;
}

.gravity-theme form .gfield .gfield_validation_message {
    padding: 0;
    border: 0;
    background: transparent;
}

/* Labels & Descriptions */

.gravity-theme form .gfield_description,
.gravity-theme form .gfield_list_group_item:before,
.gravity-theme form .gfield_list .gform-field-label,
.gravity-theme form .gform-field-label--type-sub {
    font-weight: 400 !important;
    color: rgba(var(--dark-grey-rgb), 50%);
}

/* Section */

.gravity-theme form .gfield--type-section {
    padding: 0 !important;
    border: 0 !important;
}

.gravity-theme form .gfield--type-section h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none;
}

.gravity-theme form .gfield--type-html hr {
    margin: 20px 0 10px !important;
    border-color: var(--mid-grey);
}

/* Select */

@media (min-width: 783px) {
    .gravity-theme form .gfield--type-select.gfield-select-columns {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 24px;
        align-items: start;
        margin: 8px 0;
    }

    .gravity-theme form .gfield--type-select.gfield-select-columns .gfield_label,
    .gravity-theme form .gfield--type-select.gfield-select-columns .gfield_description {
        margin: 0 !important;
        grid-column: 1;
        grid-row: 1;
    }

    .gravity-theme form .gfield--type-select.gfield-select-columns .gfield_description {
        grid-row: 2;
    }

    .gravity-theme form .gfield--type-select.gfield-select-columns .ginput_container_select {
        grid-column: 2;
        grid-row: 1 / 3;
        align-self: start;
        margin: 0 !important;
    }
}

/* Checkbox & Radio */

.gravity-theme form .gfield--type-choice .gchoice {
    margin: 8px 0 0 !important;
}

.gravity-theme form .gfield--type-choice.gform-checkbox-role .gchoice {
    margin-top: 0 !important;
    padding: 20px !important;
    border: 1px solid var(--mid-grey);
    border-radius: var(--border-radius-sm);
}

.gravity-theme form .gfield--type-choice.gform-checkbox-role .gchoice:has(input:checked) {
    border-color: var(--dark-grey);
    background: var(--light-grey);
}

/* Date & Time */

.gravity-theme form .gfield--type-date .ginput_container,
.gravity-theme form .gfield--type-time .ginput_container {
    flex-basis: auto !important;
    max-width: 100% !important;
    flex: 1 !important;
}

.gravity-theme form .gfield--type-time .hour_minute_colon {
    line-height: 48px !important;
}

/* Address */

.gravity-theme form .gfield--type-address .gform-grid-row {
    margin-left: -5px;
    margin-right: -5px;
}

.gravity-theme form .gfield--type-address .gform-grid-row span {
    padding-left: 5px;
    padding-right: 5px;
}

/* List */

.gravity-theme form .gfield_list .gfield_list_icons button {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
}

/* File Upload */

.gravity-theme form .gfield--type-fileupload .gform_drop_area {
    border-color: var(--mid-grey) !important;
}

.gravity-theme form .gfield--type-fileupload .gform_drop_area .gform_button_select_files {
    margin: auto !important;
}

.gravity-theme form .gfield--type-fileupload .ginput_preview {
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin: 10px 0 0 !important;
}

.gravity-theme form .gfield--type-fileupload .ginput_preview * {
    padding: 0;
    line-height: 18px;
    order: 9;
}

.gravity-theme form .gfield--type-fileupload .ginput_preview .gform_delete_file {
    order: 1;
    margin: 0;
    padding: 0;
    min-width: 0 !important;
    text-decoration: none;
}

/* Product */

.gravity-theme form .ginput_product_price_wrapper {
    width: 100%;
    margin: 0 0 10px;
}

/* Progress Bar */

.gravity-theme form .gf_progressbar_wrapper {
    padding: 30px;
    background: var(--light-grey);
}

.gravity-theme form .gf_progressbar {
    background: var(--white) !important;
}

.gravity-theme form .gf_progressbar_wrapper .gf_progressbar_title {
    font-size: 14px !important;
    font-weight: 600;
}

.gravity-theme form .gf_progressbar,
.gravity-theme form .gf_progressbar_percentage {
    margin: 0 !important;
    border-radius: var(--border-radius-md) !important;
}

.gravity-theme form .gf_progressbar_percentage {
    height: 16px !important;
    background: var(--navy-blue) !important;
}

.gravity-theme form .gf_progressbar_percentage span {
    font-size: 10px !important;
    line-height: 16px !important;
}

/* Progress Steps */

.gravity-theme .gf_page_steps,
.gravity-theme .gf_page_steps .gf_step,
.gravity-theme .gf_page_steps .gf_step_label,
.gravity-theme .gf_page_steps .gf_step_number {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.gravity-theme .gf_page_steps,
.gravity-theme .gf_page_steps .gf_step {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--light-grey);
    z-index: 99;
}

.gravity-theme .gf_page_steps:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    border-top: 1px dashed var(--mid-grey);
}

.gravity-theme .gf_page_steps .gf_step {
    padding: 20px 30px !important;
    gap: 10px;
}

.gravity-theme .gf_page_steps .gf_step .gf_step_number {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    line-height: 23px;
    background: var(--mid-grey);
    color: var(--white) !important;
    font-size: 12px !important;
}

.gravity-theme .gf_page_steps .gf_step .gf_step_number:before,
.gravity-theme .gf_page_steps .gf_step .gf_step_number:after {
    display: none !important;
}

.gravity-theme .gf_page_steps .gf_step .gf_step_label {
    font-size: 18px;
    font-weight: 700;
    color: var(--mid-grey);
}

.gravity-theme .gf_page_steps .gf_step.gf_step_active .gf_step_number {
    background: var(--navy-blue);
}

.gravity-theme .gf_page_steps .gf_step.gf_step_active .gf_step_label,
.gravity-theme .gf_page_steps .gf_step.gf_step_completed .gf_step_label {
    color: var(--navy-blue);
}

.gravity-theme .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
    background: var(--soft-blue) url(../img/icon-checkmark.svg) !important;
    font-size: 0 !important;
    background-size: 14px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Footer */

.gravity-theme form .gform_footer,
.gravity-theme form .gform-page-footer {
    margin: 20px 0 0 !important;
    padding: 0 !important;
}

.gravity-theme form .gform-page-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 30px 0 0 !important;
    padding: 30px 0 0 !important;
    border-top: 1px solid var(--mid-grey);
}

.gravity-theme form .gform_footer .button,
.gravity-theme form .gform-page-footer .button,
.gravity-theme form .gform-page-footer .gform-loader {
    margin: 0 !important;
}

.gravity-theme form .gform-page-footer .button:not([class*="previous_button"]) {
    margin-left: auto !important;
}

.gravity-theme form .gform-page-footer .button.gform_previous_button {
    background: transparent;
    color: var(--navy-blue);
}

/*-----------------------------------------------------------------------
    Buttons
-----------------------------------------------------------------------*/

.swell-theme .group-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.swell-theme .button svg {
    width: 14px;
    height: 14px;
    color: var(--white);
    stroke-width: 1.5px;
}

.swell-theme .button svg.icon-arrow-right {
    transform: rotate(-45deg);
}

/* Default Styles */

.swell-theme button:not([class*="f-"]),
.swell-theme button:not([class*="f-"]):hover,
.swell-theme button:not([class*="f-"]):focus,
.swell-theme .button,
.swell-theme .button:hover,
.swell-theme .button:focus {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 !important;
    outline: 0;
    width: auto;
    height: auto;
    min-width: 70px;
    min-height: 0 !important;
    border: 1px solid var(--navy-blue) !important;
    border-radius: 50px !important;
    padding: 12px 22px;
    color: var(--white);
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    line-height: 18px !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--navy-blue);
    transition: var(--transition) all;
    cursor: pointer;
}

/* Hover/Focus */

.swell-theme button:not([class*="f-"]):hover,
.swell-theme button:not([class*="f-"]):focus,
.swell-theme .button:hover,
.swell-theme .button:focus {
    outline: 0;
    box-shadow: none;
    background: var(--soft-blue);
    border-color: var(--soft-blue) !important;
}

.swell-theme button:not([class*="f-"]):hover,
.swell-theme button:not([class*="f-"]):focus,
.swell-theme .button:hover,
.swell-theme .button:focus,
.swell-theme .button:hover svg,
.swell-theme .button:focus svg {
    color: var(--navy-blue);
}

/* Additional Styles */

.swell-theme .button.button-outlined,
.swell-theme .button.button-outlined:hover,
.swell-theme .button.button-outlined:focus {
    background: transparent;
}

.swell-theme .button.button-outlined,
.swell-theme .button.button-outlined svg {
    color: var(--navy-blue);
}

/* Text Link */

.swell-theme a.text-link {
    font-weight: 600;
    width: fit-content;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: var(--navy-blue);
    border-bottom: 1px solid;
    text-decoration: none;
}

.swell-theme a.text-link svg {
    width: 14px;
    height: 14px;
    stroke-width: 1.5px;
}

/* .swell-theme a.text-link:hover {
    color: var(--soft-blue);
} */

/* Responsive */

@media (max-width: 782px) {
    .swell-theme .group-buttons {
        width: 100%;
    }
}

/*-----------------------------------------------------------------------
    Site Notice
-----------------------------------------------------------------------*/

.site-notice {
    padding: 10px 0;
    background: var(--dark-grey);
    color: var(--white);
}

/*-----------------------------------------------------------------------
    Site Logo
-----------------------------------------------------------------------*/

.site-logo,
.site-logo img,
.site-logo svg {
    display: block;
    width: auto;
    height: auto;
    z-index: 20000;
    /* transition: none !important; */
}

.site-header .site-logo,
.site-header .site-logo img,
.site-header .site-logo svg {
    max-width: 235px;
    max-height: 105px;
    color: var(--black);
}

.site-footer .site-logo,
.site-footer .site-logo img,
.site-footer .site-logo svg {
    max-width: 270px;
    max-height: 125px;
    color: var(--white);
}

/* Responsive */

@media (max-width: 782px) {
    .site-header .site-logo,
    .site-header .site-logo img,
    .site-header .site-logo svg {
        max-width: 130px;
        max-height: 60px;
    }
}

/*-----------------------------------------------------------------------
    Site Header
-----------------------------------------------------------------------*/

.site-header {
    top: 0;
    width: 100%;
    display: block;
    position: fixed;
    background: var(--white);
    border-bottom: 1px solid var(--light-grey);
    z-index: 2000000002;
}

body.swell-theme.admin-bar .site-header {
    top: var(--admin-height);
}

.site-header > div[class*="container"] {
    flex-wrap: nowrap;
    height: var(--header-height);
    transition: var(--transition) height;
}

.site-header .site-logo,
.site-header .secondary-menu {
    min-width: 260px;
}

.site-header .secondary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-header .group-buttons {
    width: fit-content;
    margin-left: 5px;
}

/* Scrolled */

body.swell-theme.is-scrolled {
    --header-height: 80px;
}

body.swell-theme.is-scrolled .site-header .site-logo,
body.swell-theme.is-scrolled .site-header .site-logo svg {
    max-height: 60px;
}

/* Menu */

.site-header .primary-menu,
.site-header .primary-menu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.site-header .primary-menu ul li {
    position: relative;
}

.site-header .primary-menu ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-underline-offset: 6px !important;
    color: var(--navy-blue);
}

.site-header .primary-menu > ul > li > a {
    padding: 10px;
    text-transform: uppercase;
}

.site-header .primary-menu ul > li.current-menu-item > a,
.site-header .primary-menu ul > li.current-menu-parent > a,
.site-header .primary-menu ul li a:hover {
    text-decoration: underline;
}

/* Sub Menu */

.site-header .trigger-sub-menu svg {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.site-header .primary-menu ul.sub-menu {
    padding: 10px;
    font-weight: 500;
    background: var(--white);
    border-radius: var(--border-radius-sm);
    box-shadow: var(--box-shadow);
}

.site-header .primary-menu ul.sub-menu li a {
    padding: 3px;
    font-weight: 500;
    text-underline-offset: 4px !important;
}

.site-header .primary-menu ul li .sub-menu-wrap {
    width: 180px;
    padding: 15px 0 0 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    margin: 0;
    transform: translate(-50%);
    opacity: 0;
    pointer-events: none;
    z-index: 20000;
}

.site-header .primary-menu ul li:hover > .sub-menu-wrap {
    opacity: 1;
    pointer-events: all;
}

.site-header .primary-menu ul ul .sub-menu-wrap {
    padding: 0 0 0 10px;
    top: -8px;
    right: auto;
    left: 100%;
    transform: translate(0);
}

/* Icon Menu */

.site-header .secondary-menu *[class*="icon-"] {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.site-header .secondary-menu *[class*="icon-"] svg {
    width: 24px;
    height: 24px;
    color: var(--navy-blue);
    transition: none;
}

.site-header .secondary-menu .icon-cart .cart-count {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8px;
    width: 14px;
    line-height: 14px;
    border-radius: 14px;
    text-align: center;
    background: var(--navy-blue);
    color: var(--white);
}

/* Hamburger */

.site-header .icon-hamburger {
    width: 32px;
    height: 32px;
}

.site-header .icon-hamburger span,
.site-header .icon-hamburger span:before,
.site-header .icon-hamburger span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 1px;
    background: var(--navy-blue);
    transition: background 0s 0.3s;
}

.site-header .icon-hamburger span {
    top: 52%;
    left: 52%;
    transform: translate(-52%, -52%) scale(1.2);
}

.site-header .icon-hamburger span:before {
    content: "";
    top: -6px;
    transition-property: top, transform;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.site-header .icon-hamburger span:after {
    content: "";
    bottom: -6px;
    transition-property: bottom, transform;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

body.swell-theme.has-active-menu .site-header .icon-hamburger span {
    background: none;
}

body.swell-theme.has-active-menu .site-header .icon-hamburger span:before {
    top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.3s;
}

body.swell-theme.has-active-menu .site-header .icon-hamburger span:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.3s;
}

/* Clear Header */

body.swell-theme.has-clear-menu .site-header {
    background: transparent;
    border-color: transparent;
}

body.swell-theme.has-clear-menu .site-header .site-logo svg * {
    fill: var(--white);
}

body.swell-theme.has-clear-menu .site-header .primary-menu > ul > li > a {
    color: var(--white);
}

body.swell-theme.has-clear-menu .site-header button:not(:hover, :focus),
body.swell-theme.has-clear-menu .site-header .button:not(:hover, :focus) {
    color: var(--navy-blue) !important;
    border-color: var(--white) !important;
    background: var(--white) !important;
}

body.swell-theme.has-clear-menu .secondary-menu *[class*="icon-"] svg {
    color: var(--white);
}

body.swell-theme.has-clear-menu .secondary-menu .icon-cart .cart-count {
    background: var(--light-grey);
    color: var(--navy-blue);
}

body.swell-theme.has-clear-menu .site-header .icon-hamburger {
    filter: invert(100%) brightness(5);
}

/* Responsive Menu */

.site-responsive-menu {
    position: fixed;
    top: calc(var(--header-height) + var(--notice-height) + 15px);
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(100%);
    overflow-y: auto;
    z-index: 2000;
    transition:
        var(--transition) top,
        var(--transition) transform;
}

body.swell-theme.admin-bar .site-responsive-menu {
    top: calc(var(--header-height) + var(--notice-height) + var(--admin-height) + 15px);
}

/* Responsive Menu: Menu */

.site-responsive-menu .main-menu {
    margin: 0 0 0 auto;
    padding: 20px;
    max-width: 380px;
    background: var(--white);
    border-radius: var(--border-radius-sm);
    border: 1px solid var(--light-grey);
    box-shadow: var(--box-shadow);
}

.site-responsive-menu .main-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.site-responsive-menu .main-menu > ul > li:not(:last-child) {
    margin-bottom: 10px;
}

.site-responsive-menu .main-menu > ul > li > a {
    font-size: 32px;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    color: var(--navy-blue);
}

.site-responsive-menu .main-menu ul > li.current-menu-item > a,
.site-responsive-menu .main-menu ul > li.current-menu-parent > a,
.site-responsive-menu .main-menu ul li a:hover,
.site-responsive-menu .main-menu ul li a:focus {
    text-decoration: underline;
}

/* Responsive Menu: Sub Menu */

.site-responsive-menu .main-menu ul li .trigger-sub-menu {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-responsive-menu .main-menu ul li .trigger-sub-menu svg {
    width: 18px;
    height: 18px;
}

.site-responsive-menu ul li.has-active-sub-menu > a > .trigger-sub-menu svg {
    transform: rotate(135deg);
}

.site-responsive-menu .main-menu ul.sub-menu {
    padding: 5px;
}

.site-responsive-menu .main-menu ul.sub-menu li a {
    font-size: 18px;
}

.site-responsive-menu ul li .sub-menu-wrap {
    display: none;
}

.site-responsive-menu ul li.has-active-sub-menu > .sub-menu-wrap {
    display: block !important;
}

/* Responsive */

/* @media (max-width: 1200px) {
    .site-header .site-logo,
    .site-header .secondary-menu {
        min-width: 0;
    }

    .site-header .primary-menu {
        margin-left: auto;
    }
} */

@media (min-width: 1199px) {
    .site-header .trigger-menu,
    .site-responsive-menu {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .site-header .site-logo,
    .site-header .secondary-menu {
        min-width: 0;
    }

    .site-header .primary-menu {
        display: none !important;
    }

    .site-header .trigger-menu {
        display: flex !important;
    }

    body.has-active-menu .site-responsive-menu {
        transform: translateX(0);
    }
}

/*-----------------------------------------------------------------------
    Site Search
-----------------------------------------------------------------------*/

.site-search div[class*="container-"] {
    max-width: 500px;
}

.site-search .wysiwyg-content h4 {
    font-family: var(--font-secondary);
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* Form  */

.swell-theme form.search-form {
    position: relative;
    max-width: 450px;
    margin: auto;
}

.swell-theme form.search-form,
.swell-theme form.search-form > input {
    flex: 1;
}

.swell-theme form.search-form input[type="text"] {
    padding-right: 44px !important;
}

.swell-theme form.search-form *[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 0;
    padding: 10px !important;
    width: 48px;
    height: 42px;
    color: var(--navy-blue) !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    z-index: 99;
}

/*-----------------------------------------------------------------------
    Site Footer
-----------------------------------------------------------------------*/

.site-footer {
    padding: 60px 0 30px;
    background: var(--navy-blue);
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .footer-columns.grid-col-3 {
    grid-template-columns: 270px 1fr 270px;
    gap: 120px;
    padding-bottom: 50px;
}

.site-footer .footer-disclaimer.grid-col-3 {
    grid-template-columns: 1fr 2.25fr 1fr;
    padding-bottom: 50px;
}

/* Social Icons */

.site-footer .social-icons {
    margin-top: 60px;
}

.site-footer .col-1 .social-icons a,
.site-footer .col-1 .social-icons div {
    background: var(--white);
}

.site-footer .col-1 .social-icons svg {
    color: var(--navy-blue);
}

.site-footer .col-1 .social-icons a:hover,
.site-footer .col-1 .social-icons div:hover {
    background: var(--soft-blue);
}

/* Newsletter */

.site-footer .col-newsletter h5,
.site-footer .col-newsletter .gravity-theme {
    max-width: 450px;
    margin: auto;
}

.site-footer .col-newsletter h5 {
    text-align: center;
    margin-bottom: 15px;
}

.site-footer .col-newsletter .gravity-theme form input:not([type="submit"]) {
    background: transparent !important;
    border-color: var(--white);
    color: var(--white);
}

.site-footer .col-newsletter .gravity-theme form input::placeholder {
    color: var(--mid-grey) !important;
}

.site-footer .col-newsletter .gravity-theme form .gform_footer {
    justify-content: center;
}

.site-footer .col-newsletter .gravity-theme form .gform_footer *[type="submit"]:not(:hover, :focus) {
    color: var(--navy-blue);
    background: var(--white);
    border-color: var(--white) !important;
}

/* Menu */

.site-footer .col-menu ul,
.site-footer .col-menu ul li {
    display: block;
}

.site-footer .col-menu h6 {
    margin-bottom: 10px;
}

.site-footer .col-menu ul li {
    margin-top: 4px;
}

.site-footer .col-menu ul li a {
    font-size: 22px;
    font-weight: 500;
}

.site-footer ul.sub-menu {
    display: none;
}

/* Copyright */

.site-footer .footer-copyright .flex-layout {
    gap: 5px 10px;
}

.site-footer .footer-copyright a,
.site-footer .footer-copyright p,
.site-footer .footer-copyright span {
    color: rgba(var(--mid-grey-rgb), 70%);
    font-size: 14px !important;
    margin: 0 !important;
}

/* Responsive */

@media (max-width: 1200px) {
    .site-footer .footer-columns.grid-col-3,
    .site-footer .footer-disclaimer.grid-col-3 {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .site-footer .footer-columns .site-logo {
        margin: auto;
    }

    .site-footer .footer-columns .social-icons {
        justify-content: center;
        margin-top: 40px;
    }

    .site-footer .footer-columns .col-menu {
        text-align: center;
    }

    .site-footer .footer-columns .col-menu ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .site-footer .footer-disclaimer .col-content {
        max-width: var(--container-xs);
        margin: auto;
    }

    .site-footer .footer-disclaimer .col-clear {
        display: none;
    }
}

/*-----------------------------------------------------------------------
    Site Breadcrumbs
-----------------------------------------------------------------------*/

.site-breadcrumbs .flex-layout {
    padding: 20px 0;
    gap: 10px;
}

.site-breadcrumbs a {
    transition: none;
}

.site-breadcrumbs a:hover,
.site-breadcrumbs a:focus {
    text-decoration: underline;
}

/*-----------------------------------------------------------------------
    Media
-----------------------------------------------------------------------*/

.swell-theme img {
    max-width: 100%;
    height: auto;
    display: block;
}

.swell-theme svg {
    transition: var(--transition) all;
}

.swell-theme .image-square,
.swell-theme .image-portrait,
.swell-theme .image-landscape {
    background: var(--soft-blue);
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swell-theme .image-square img,
.swell-theme .image-portrait img,
.swell-theme .image-landscape img {
    object-fit: cover;
    width: 100%;
}

.swell-theme .image-square,
.swell-theme .image-square img {
    aspect-ratio: 1 / 1;
}

.swell-theme .image-portrait,
.swell-theme .image-portrait img {
    aspect-ratio: 2 / 3;
}

.swell-theme .image-landscape,
.swell-theme .image-landscape img {
    /* aspect-ratio: 5 / 3; */
    aspect-ratio: 4 / 3;
}

/* Background Elements */

.swell-theme .background-image,
.swell-theme .background-video,
.swell-theme div[class*="background-"].has-overlay:before {
    position: absolute;
    inset: 0;
    transition: var(--transition) all;
}

.swell-theme .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.swell-theme .background-video,
.swell-theme .background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swell-theme div[class*="background-"].has-overlay:before {
    content: "";
    /* background: rgba(var(--black-rgb), 20%); */
    background:
        linear-gradient(236deg, rgba(var(--black-rgb), 0) 35%, rgba(var(--black-rgb), 50%) 80%), linear-gradient(0deg, rgba(var(--black-rgb), 20%) 0%, rgba(var(--black-rgb), 20%) 100%) !important;
    pointer-events: none;
}

/* Video Embed */

.swell-theme .responsive-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.swell-theme .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------------------
    Swiper
-----------------------------------------------------------------------*/

.swell-theme .swiper-carousel-wrap {
    min-width: 100%;
    overflow: hidden;
}

.wp-block .swell-theme div[class="swiper"] {
    pointer-events: none;
}

.swell-theme .swiper .swiper-slide {
    width: auto;
    height: auto;
}

.swell-theme .swiper .swiper-pagination-lock,
.swell-theme .swiper .swiper-button-lock {
    display: none !important;
}

/* Footer */

.swell-theme .swiper-footer {
    width: calc(100% - 30px);
    max-width: var(--container-lg);
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* Pagination */

.swell-theme .swiper-pagination {
    top: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swell-theme .swiper-pagination span {
    transition: var(--transition) all;
}

.swell-theme .swiper-pagination-bullets {
    width: fit-content;
}

.swell-theme .swiper-pagination-bullets span {
    opacity: 100%;
    margin: 0 2px !important;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: var(--mid-grey);
    transition: var(--transition) background;
}

.swell-theme .swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: var(--dark-grey);
}

.swell-theme .swiper-pagination-progressbar,
.swell-theme .swiper-pagination-progressbar span {
    opacity: 100%;
    margin: 0 !important;
    height: 2px !important;
    background: rgba(var(--mid-grey-rgb), 50%);
}

.swell-theme .swiper-pagination-progressbar span {
    background: var(--dark-grey);
}

.swell-theme .text-colour-white .swiper-pagination-progressbar span {
    background: var(--white);
}

/* Navigation */

.swell-theme .swiper-navigation,
.swell-theme .swiper-navigation div[class*="swiper-nav-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swell-theme .swiper-navigation {
    gap: 8px;
}

.swell-theme .swiper-navigation div[class*="swiper-nav-"] {
    width: 52px;
    height: 52px;
    border-radius: 52px;
    background: var(--navy-blue);
    cursor: pointer;
    transition: var(--transition) all;
}

.swell-theme .swiper-navigation div[class*="swiper-nav-"] svg {
    width: 24px;
    height: 24px;
    color: var(--white);
}

.swell-theme .swiper-navigation .swiper-button-disabled svg {
    cursor: not-allowed;
    opacity: 30%;
}

.swell-theme .swiper-navigation:has(.swiper-button-lock) {
    display: none;
}

/* Responsive */

@media (max-width: 782px) {
    .swell-theme .swiper-footer {
        margin-top: 20px;
    }
}

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

.swell-theme table {
    border-collapse: collapse;
    width: 100%;
}

.swell-theme table,
.swell-theme table tr,
.swell-theme table th,
.swell-theme table td {
    border-color: rgba(var(--mid-grey-rgb), 20%);
}

.swell-theme table {
    border-bottom: 1px solid rgba(var(--mid-grey-rgb), 20%);
}

.swell-theme table th,
.swell-theme table td {
    padding: 10px;
    text-align: left;
    border-top: 1px solid rgba(var(--mid-grey-rgb), 20%);
}

.swell-theme table th,
.swell-theme table th * {
    font-weight: 600;
}

.swell-theme table .button,
.swell-theme table .button:focus,
.swell-theme table .button:hover {
    width: fit-content !important;
    margin: 5px 5px 5px 0 !important;
}

/*-----------------------------------------------------------------------
    Social Icons
-----------------------------------------------------------------------*/

/* Social */

.swell-theme .social-icons {
    gap: 8px;
}

.swell-theme .social-icons a,
.swell-theme .social-icons div,
.swell-theme .social-icons svg {
    margin: 0;
    display: block;
}

.swell-theme .social-icons a,
.swell-theme .social-icons div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swell-theme .social-icons svg {
    width: 20px;
    height: 20px;
    color: var(--white);
}

.swell-theme .social-icons a:hover,
.swell-theme .social-icons div:hover {
    background: var(--dark-grey);
}

/* Share */

.swell-theme .share-icons {
    gap: 5px;
}

.swell-theme .share-icons p {
    color: var(--navy-blue);
}

.swell-theme .share-icons a,
.swell-theme .share-icons div {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: var(--white);
}

.swell-theme .share-icons svg {
    width: 18px;
    height: 18px;
    color: var(--navy-blue);
}

.swell-theme .share-icons a:hover,
.swell-theme .share-icons div:hover {
    background: var(--mid-grey);
}

/*-----------------------------------------------------------------------
    Clipboard Copy
-----------------------------------------------------------------------*/

.swell-theme .copy-to-clipboard {
    position: relative;
    cursor: pointer;
}

.swell-theme .copy-to-clipboard .tooltip {
    background: var(--dark-grey);
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    white-space: nowrap;
    color: var(--white);
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -140%);
    transition: var(--transition) all;
}

.swell-theme .copy-to-clipboard .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--dark-grey) transparent transparent transparent;
}

.swell-theme .copy-to-clipboard:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/*-----------------------------------------------------------------------
    Popups
-----------------------------------------------------------------------*/

.swell-theme .trigger-popup,
.swell-theme .close-popup {
    cursor: pointer;
    z-index: 20000;
}

.swell-theme .popup-wrap {
    display: none;
}

.swell-theme .popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--black-rgb), 85%);
    z-index: 20000000000;
}

/* Containers */

.swell-theme .popup-overlay > *[class*="container"] {
    position: relative;
    overflow-y: auto;
    max-height: 80vh;
    padding: 40px;
    background: var(--white);
}

/* Close Button */

.swell-theme .popup-overlay .close-popup:not(.button) {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
}

.swell-theme .popup-overlay .close-popup svg {
    width: 16px;
    height: 16px;
}

/*-----------------------------------------------------------------------
    Pagination
-----------------------------------------------------------------------*/

.swell-theme .archive-pagination {
    margin: auto;
    margin-top: 40px;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.swell-theme .archive-pagination .page-number {
    min-width: 0 !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 32px;
    background: var(--light-grey);
    color: var(--navy-blue);
    line-height: 32px;
    font-size: 14px !important;
    text-align: center;
    transition: var(--transition) all;
    cursor: pointer;
}

.swell-theme .archive-pagination .page-number:hover {
    background: var(--soft-blue);
}

.swell-theme .archive-pagination .page-number.is-current {
    color: var(--white);
    background: var(--navy-blue);
}

/*-----------------------------------------------------------------------
    Categories & Tags
-----------------------------------------------------------------------*/

.swell-theme .group-tags,
.swell-theme .group-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Tags */

.swell-theme .group-tags {
    gap: 5px 10px;
}

.swell-theme .group-tags a,
.swell-theme .group-tags span {
    font-family: var(--font-secondary);
    color: var(--navy-blue);
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 2%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--navy-blue);
}

/* Categories */

.swell-theme .group-categories {
    gap: 20px 10px;
}

.swell-theme .group-categories a,
.swell-theme .group-categories span {
    font-family: var(--font-primary);
    font-size: 18px;
    letter-spacing: 2%;
    text-transform: uppercase;
    font-weight: 600;
}

/*-----------------------------------------------------------------------
    Entry - Default
-----------------------------------------------------------------------*/

.swell-theme *[class^="entry-"] {
    display: block;
    position: relative;
    text-decoration: none;
    transition: var(--transition) all;
}

.swell-theme *[class^="entry-"] .inner-entry-content {
    padding: 10px 0;
}

.swell-theme *[class^="entry-"] .inner-entry-content > *:not(:first-child) {
    margin-top: 5px;
}

.swell-theme *[class^="entry-"]:has(.has-image-hover) .inner-entry-image {
    overflow: hidden;
}

.swell-theme *[class^="entry-"]:has(.has-image-hover) .inner-entry-image img,
.swell-theme *[class^="entry-"]:has(.has-image-hover) .inner-entry-image .background-image {
    transition: var(--transition) transform;
}

.swell-theme *[class^="entry-"]:has(.has-image-hover):hover .inner-entry-image img,
.swell-theme *[class^="entry-"]:has(.has-image-hover):hover .inner-entry-image .background-image {
    transform: scale(102%);
}

/*-----------------------------------------------------------------------
    Filter - Default
-----------------------------------------------------------------------*/

.swell-theme form.filter-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.swell-theme form.filter-form input,
.swell-theme form.filter-form select {
    width: fit-content !important;
    min-width: 200px;
}

.swell-theme form.filter-form input[type="date"] {
    position: relative;
    padding-left: 55px !important;
    height: 44px;
}

.swell-theme form.filter-form input[type="date"]:before {
    content: "Date";
    display: block;
    position: absolute;
    left: 12px;
    line-height: 20px;
    font-size: 15px;
}

.swell-theme form.filter-form .toggle-price {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid var(--navy-blue);
    border-radius: 44px;
}

.swell-theme form.filter-form .toggle-price div {
    padding: 8px 14px;
    color: var(--navy-blue);
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    min-width: 70px;
    width: 50%;
    transition: var(--transition) color;
    cursor: pointer;
    z-index: 99;
}

.swell-theme form.filter-form .toggle-price div.is-active {
    color: var(--white);
}

.swell-theme form.filter-form .toggle-price span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--navy-blue);
    border-radius: 44px;
    border: 2px solid var(--white);
    transition: var(--transition) transform;
}

.swell-theme .filter-response {
    transition: var(--transition) opacity;
}

.swell-theme .filter-response.is-loading {
    opacity: 50%;
}

/* Responsive */

@media (max-width: 991px) {
    .swell-theme form.filter-activities {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .swell-theme form.filter-activities > input,
    .swell-theme form.filter-activities > select,
    .swell-theme form.filter-activities > div {
        width: 100% !important;
    }
}

@media (max-width: 641px) {
    .swell-theme form.filter-activities {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*-----------------------------------------------------------------------
    Block - Default
-----------------------------------------------------------------------*/

.swell-theme[class*="block-"] {
    overflow: hidden;
}

.swell-theme .inner-block-head {
    margin-bottom: 30px;
}

.swell-theme .inner-block-foot {
    margin-top: 30px;
}

/* Empty / Not Found */

.swell-theme p.not-found {
    padding: 8px 20px;
    width: fit-content;
    background: #f1f1f1;
    font-size: 14px !important;
    text-align: center;
    font-style: italic;
}

.block-empty p.not-found {
    margin: 20px auto;
}

/* Responsive */

@media (max-width: 782px) {
    .swell-theme .inner-block-head {
        margin-bottom: 20px;
    }

    .swell-theme .inner-block-head .flex-layout {
        flex-direction: column;
        justify-content: center;
    }

    .swell-theme .inner-block-head h3 {
        text-align: center;
    }

    .swell-theme .inner-block-foot {
        margin-top: 20px;
    }
}

/*-----------------------------------------------------------------------
    Block - WYSIWYG Content
-----------------------------------------------------------------------*/

.block-wysiwyg-content.block-text-note .wysiwyg-content {
    background: var(--navy-blue);
    padding: 35px;
}

.block-wysiwyg-content.block-text-note .wysiwyg-content * {
    color: var(--white);
}

/*-----------------------------------------------------------------------
    Block - Multicolumn
-----------------------------------------------------------------------*/

.block-multicolumn div[class*="grid-col-"] {
    grid-row-gap: 50px;
}

/*-----------------------------------------------------------------------
    Block - Split Content
-----------------------------------------------------------------------*/

/* Responsive */

@media (min-width: 783px) {
    .block-split-content .col-1.col-image {
        margin-left: -30px;
    }

    .block-split-content .col-2.col-image {
        margin-right: -30px;
    }

    .block-split-content .col-image img {
        width: calc(100% + 30px);
    }
}

@media (max-width: 782px) {
    .block-split-content .col-content {
        order: 9;
    }

    .block-split-content .col-image {
        order: 1;
    }

    .block-split-content .col-image img {
        width: 100%;
    }
}

/*-----------------------------------------------------------------------
    Block - Pullquote
-----------------------------------------------------------------------*/

/* Responsive */

@media (min-width: 783px) {
    .block-pullquote .wysiwyg-content {
        max-width: 800px;
    }
}

/*-----------------------------------------------------------------------
    Block - Gallery
-----------------------------------------------------------------------*/

/* Carousel */

.block-image-gallery .swiper-carousel-wrap,
.block-image-gallery .carousel-gallery {
    overflow: visible;
}

.block-image-gallery .swiper-slide img {
    height: 50vw;
    min-height: 320px;
    max-height: 500px;
    max-width: 80vw;
    object-fit: cover;
}

/* .block-image-gallery .swiper-slide .image-landscape,
.block-image-gallery .swiper-slide .image-landscape img {
    aspect-ratio: 4 / 3;
} */

.block-image-gallery .swiper-slide .image-caption {
    max-width: calc(100% - 100px);
    max-height: 50%;
    padding: 10px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(var(--white-rgb), 75%);
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: var(--transition) opacity;
}

.block-image-gallery .swiper-slide:hover .image-caption {
    opacity: 100%;
}

/* Masonary */

.block-image-gallery .masonry-gallery {
    margin: -5px;
}

.block-image-gallery .masonry-gallery img {
    float: left;
    width: 33.33%;
    padding: 5px;
    height: auto;
}

/* Responsive */

@media (max-width: 1024px) {
    .block-image-gallery .masonry-gallery img {
        width: 50%;
    }
}

@media (max-width: 641px) {
    .block-image-gallery .masonry-gallery img {
        width: 100%;
    }
}

/*-----------------------------------------------------------------------
    Block - Video
-----------------------------------------------------------------------*/

.block-video .video-wrapper {
    position: relative;
}

.block-video .video-wrapper video {
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    cursor: pointer;
}

.block-video .video-wrapper .toggle-pause-play,
.block-video .video-wrapper .toggle-pause-play svg {
    color: var(--white);
}

.block-video .video-wrapper .toggle-pause-play {
    display: block;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--dark-grey-rgb), 40%);
    opacity: 0;
    transition: var(--transition) opacity;
    pointer-events: none;
    z-index: 999;
}

.block-video .video-wrapper .toggle-pause-play svg {
    width: 24px;
    height: 24px;
}

.block-video .video-wrapper.is-paused .toggle-pause-play {
    opacity: 1;
}

/*-----------------------------------------------------------------------
    Block - Accordion
-----------------------------------------------------------------------*/

/* Entry */

.swell-theme .entry-accordion {
    padding: 20px 5px;
    border-top: 1px solid var(--mid-grey);
}

.swell-theme .entry-accordion:last-child {
    border-bottom: 1px solid var(--mid-grey);
}

.swell-theme .entry-accordion .inner-entry-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
}

.swell-theme .entry-accordion .inner-entry-title p,
.swell-theme .entry-accordion .inner-entry-title svg {
    color: var(--navy-blue);
}

.swell-theme .entry-accordion .inner-entry-title svg {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
}

.swell-theme .entry-accordion.is-active .inner-entry-title svg {
    transform: rotate(135deg);
}

.swell-theme .entry-accordion .inner-entry-content {
    padding: 0;
    display: none;
}

.swell-theme .entry-accordion .wysiwyg-content {
    margin-top: 15px;
}

/*-----------------------------------------------------------------------
    Block - Statistics
-----------------------------------------------------------------------*/

/* Entry */

.swell-theme .entry-statistic {
    padding: 0 20px;
    border-left: 1px solid var(--mid-grey);
    display: flex;
    flex-direction: column;
}

.swell-theme .entry-statistic .h1 {
    margin-bottom: 100px;
}

.swell-theme .entry-statistic .inner-entry-content {
    margin-top: auto;
}

/*-----------------------------------------------------------------------
    Block - Downloads
-----------------------------------------------------------------------*/

.block-downloads .wysiwyg-content {
    margin-bottom: 30px;
}

/* Entry */

.swell-theme .entry-download {
    padding: 8px;
    padding-right: 15px;
    background: var(--white);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}

.swell-theme .entry-download .inner-entry-image,
.swell-theme .entry-download .inner-entry-image img {
    aspect-ratio: 7 / 4;
}

.swell-theme .entry-download .inner-entry-image {
    background: var(--white);
    width: 140px;
    height: auto;
}

.swell-theme .entry-download .inner-entry-image img {
    object-fit: contain;
    object-position: center;
}

.swell-theme .entry-download p.file-name {
    color: var(--navy-blue);
    flex: 1;
}

.swell-theme .entry-download p.file-type {
    width: 70px;
    text-align: center;
}

.swell-theme .entry-download .button {
    width: 160px;
}

.block-downloads > div[class*="block-setting-"][style*="block-background-color: var(--none)"] .entry-download,
.block-downloads > div[class*="block-setting-"][style*="block-background-color: var(--white)"] .entry-download {
    background: var(--light-grey);
}

/*-----------------------------------------------------------------------
    Block - Quick Links
-----------------------------------------------------------------------*/

.block-quick-links .listing-quick-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 30px;
}

.block-quick-links .listing-quick-links a {
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 12px !important;
}

.block-quick-links .listing-quick-links a:hover {
    color: var(--soft-blue);
}

/* Responsive */

@media (max-width: 782px) {
    .block-quick-links a.h2 {
        font-size: 42px;
    }
}

/*-----------------------------------------------------------------------
    Block - Link Cards
-----------------------------------------------------------------------*/

/* Entry */

.swell-theme .entry-link-card {
    display: flex;
    flex-direction: column;
}

.swell-theme .entry-link-card .inner-entry-content {
    flex: 1;
    padding: 30px 25px;
    background: var(--white);
}

.swell-theme .entry-link-card .inner-entry-content > *:not(:first-child) {
    margin-block-start: 5px;
}

.block-link-cards > div[class*="block-setting-"][style*="block-background-color: var(--none)"] .entry-link-card .inner-entry-content,
.block-link-cards > div[class*="block-setting-"][style*="block-background-color: var(--white)"] .entry-link-card .inner-entry-content {
    background: var(--light-grey);
}

/*-----------------------------------------------------------------------
    Block - Icon Cards
-----------------------------------------------------------------------*/

/* Entry */

.swell-theme .entry-icon-card {
    padding: 20px;
    background: var(--white);
    display: flex;
    flex-direction: column;
}

.swell-theme .entry-icon-card .inner-entry-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 100px;
}

.swell-theme .entry-icon-card .inner-entry-content {
    margin-top: auto;
}

.block-icon-cards > div[class*="block-setting-"][style*="block-background-color: var(--none)"] .entry-icon-card,
.block-icon-cards > div[class*="block-setting-"][style*="block-background-color: var(--white)"] .entry-icon-card {
    background: var(--light-grey);
}

/*-----------------------------------------------------------------------
    Block - Hero Banner
-----------------------------------------------------------------------*/

.block-hero-banner > div[class*="block-setting-"] {
    min-height: calc(100vh - var(--notice-height));
    height: auto;
    display: flex;
    flex-direction: column;
}

.block-hero-banner div[class*="container-"] {
    margin: auto auto 0;
}

body.swell-theme.admin-bar .block-hero-banner > div[class*="block-setting-"] {
    min-height: calc(100vh - var(--notice-height) - var(--admin-height));
}

.wp-block .block-hero-banner > div[class*="block-setting-"] {
    min-height: 990px;
}

.block-hero-banner .wysiwyg-content {
    max-width: 580px;
}

/* Responsive */

@media (max-width: 782px) {
    .block-hero-banner .wysiwyg-content p {
        margin-left: 0 !important;
    }

    .block-hero-banner > div[class*="block-setting-"] {
        min-height: calc(100vh - var(--notice-height) - 60px);
    }

    body.swell-theme.admin-bar .block-hero-banner > div[class*="block-setting-"] {
        min-height: calc(100vh - var(--notice-height) - var(--admin-height) - 60px);
    }
}

/*-----------------------------------------------------------------------
    Block - Promo Banner
-----------------------------------------------------------------------*/

.block-promo-banner .wysiwyg-content {
    max-width: 540px;
    width: 100%;
}

/*-----------------------------------------------------------------------
    Block - Partners
-----------------------------------------------------------------------*/

.block-partners .col-main .wysiwyg-content {
    margin-bottom: 15px;
}

/* Entry */

.swell-theme .entry-partner .inner-entry-image {
    background: var(--white);
}

.swell-theme .entry-partner .inner-entry-image img {
    /* aspect-ratio: 4 / 3; */
    object-fit: contain;
}

/* Responsive */

@media (max-width: 782px) {
    .block-partners .listing-partners {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/*-----------------------------------------------------------------------
    Block - Awards
-----------------------------------------------------------------------*/

.block-awards .listing-awards {
    gap: 20px;
}

/* Entry */

.swell-theme .entry-award {
    display: flex;
    border: 1px solid rgba(var(--mid-grey-rgb), 50%);
    background: var(--light-grey);
}

.swell-theme .entry-award .inner-entry-image {
    width: 50%;
    background: var(--white);
    min-height: 220px;
}

.swell-theme .entry-award .inner-entry-content {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.swell-theme .entry-award .inner-entry-content h5 {
    margin-bottom: 30px;
}

.swell-theme .entry-award .inner-entry-content p.text-size-small {
    margin: auto 0 0;
}

/*-----------------------------------------------------------------------
    Block - Gravity Forms
-----------------------------------------------------------------------*/

.block-gravity-forms .gravity-theme {
    background: var(--white);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.block-gravity-forms .gravity-theme .gform_body {
    padding: 30px;
}

.block-gravity-forms .gravity-theme.gform_validation_error {
    padding-top: 1px;
}

.block-gravity-forms .gravity-theme .gform_validation_errors {
    margin: 30px !important;
    width: calc(100% - 60px) !important;
}

.block-gravity-forms .gravity-theme .gfield--type-section[class*="icon-"] h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.block-gravity-forms .gravity-theme .gfield--type-section[class*="icon-"] h3:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-personal-details h3:before {
    background: url(../img/icon-personal-details.svg) 50% no-repeat;
    background-size: contain;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-residential-address h3:before {
    background: url(../img/icon-residential-address.svg) 50% no-repeat;
    background-size: contain;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-emergency-contact h3:before {
    background: url(../img/icon-emergency-contact.svg) 50% no-repeat;
    background-size: contain;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-indigenous-status h3:before {
    background: url(../img/icon-indigenous-status.svg) 50% no-repeat;
    background-size: contain;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-role-selection h3:before {
    background: url(../img/icon-role-selection.svg) 50% no-repeat;
    background-size: contain;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-experience h3:before {
    background: url(../img/icon-experience.svg) 50% no-repeat;
    background-size: contain;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-availability h3:before {
    background: url(../img/icon-availability.svg) 50% no-repeat;
    background-size: contain;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-certifications h3:before {
    background: url(../img/icon-certifications.svg) 50% no-repeat;
    background-size: contain;
}

.block-gravity-forms .gravity-theme .gfield--type-section.icon-tshirt h3:before {
    background: url(../img/icon-tshirt.svg) 50% no-repeat;
    background-size: contain;
}

/*-----------------------------------------------------------------------
    Block - Contact
-----------------------------------------------------------------------*/

.swell-theme .listing-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.swell-theme .listing-meta .entry-meta .inner-entry-title,
.swell-theme .listing-meta .entry-meta .inner-entry-text {
    padding: 6px 0;
}

.swell-theme .listing-meta .entry-meta .inner-entry-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid var(--mid-grey);
    color: var(--navy-blue);
}

.swell-theme .listing-meta .entry-meta .inner-entry-title span {
    font-weight: 600;
}

.swell-theme .listing-meta .entry-meta a.text-link {
    gap: 2px;
    align-items: flex-end;
}

.swell-theme .listing-meta .entry-meta a.text-link svg {
    transform: rotate(-45deg);
    margin-bottom: 3px;
}

/*-----------------------------------------------------------------------
    Block - Donate
-----------------------------------------------------------------------*/

.block-donate .embed-script dbox-widget,
.block-donate .embed-script #donation_form {
    width: 100%;
    min-width: 100%;
}

/*-----------------------------------------------------------------------
    Block - Instagram
-----------------------------------------------------------------------*/

.block-instagram h4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

/*-----------------------------------------------------------------------
    Block - Separator
-----------------------------------------------------------------------*/

.block-separator .separator {
    display: block;
    margin: 0;
    width: 100%;
    height: 1px;
    background: var(--block-background-color);
}

.block-editor .block-separator {
    padding: 5px 0;
}

/*-----------------------------------------------------------------------
    Block - What's On
-----------------------------------------------------------------------*/

.block-whats-on .listing-activities {
    display: grid;
    gap: 20px;
}

/* Responsive */

@media (min-width: 1025px) {
    .block-whats-on .listing-activities .entry-activity:nth-child(1) .inner-entry-image:before {
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(var(--black-rgb), 0%) 40%, rgba(var(--black-rgb), 50%) 100%);
        z-index: 9;
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(1) .inner-entry-image,
    .block-whats-on .listing-activities .entry-activity:nth-child(1) .inner-entry-image img {
        aspect-ratio: inital;
        height: 100%;
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(1) .inner-entry-content {
        padding: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(1) .inner-entry-content * {
        color: var(--white);
        border-color: var(--white);
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(1) .group-categories {
        display: none;
    }

    .block-whats-on .listing-activities {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(1) {
        grid-column: span 2 / span 2;
        grid-row: span 4 / span 4;
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(2) {
        grid-row: span 2 / span 2;
        grid-column-start: 3;
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(3) {
        grid-row: span 2 / span 2;
        grid-column-start: 4;
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(4) {
        grid-row: span 2 / span 2;
        grid-column-start: 3;
        grid-row-start: 3;
    }

    .block-whats-on .listing-activities .entry-activity:nth-child(5) {
        grid-row: span 2 / span 2;
        grid-column-start: 4;
        grid-row-start: 3;
    }
}

@media (max-width: 1024px) {
    .block-whats-on .listing-activities {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (max-width: 641px) {
    .block-whats-on .listing-activities {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
    }
}

/*-----------------------------------------------------------------------
    Block - Artist Overview
-----------------------------------------------------------------------*/

.block-artist-overview .image-square {
    border-radius: 50%;
}

.block-artist-overview .wysiwyg-content > h6 {
    margin-block-start: 0 !important;
}

.block-artist-overview .social-links {
    margin-top: 40px;
}

.block-artist-overview .social-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--navy-blue);
    margin: 10px 0;
}

.block-artist-overview .social-links a svg {
    width: 18px;
    height: 18px;
}

.block-artist-overview .social-links a span {
    display: block;
    text-decoration: underline;
    transition: var(--transition) color;
}

.block-artist-overview .social-links a:hover span {
    color: var(--soft-blue);
}

/* Responsive */

@media (min-width: 783px) {
    .block-artist-overview .flex-layout.has-sidebar-left {
        gap: clamp(60px, 10%, 100px);
    }

    .block-artist-overview .flex-layout.has-sidebar-left .col-sidebar {
        width: 30%;
        min-width: 350px;
        max-width: 450px;
    }
}

/*-----------------------------------------------------------------------
    Block - Project Listing / Feed
-----------------------------------------------------------------------*/

.block-project-feed:not(.is-desktop-grid) .swiper-carousel-wrap,
.block-project-feed:not(.is-desktop-grid) .carousel-projects {
    overflow: visible;
}

/*-----------------------------------------------------------------------
    Block - Artist Listing / Feed
-----------------------------------------------------------------------*/

.block-artist-feed:not(.is-desktop-grid) .swiper-carousel-wrap,
.block-artist-feed:not(.is-desktop-grid) .carousel-artists {
    overflow: visible;
}

/* Entry */

.swell-theme .entry-artist .inner-entry-content {
    padding: 15px 0;
}

/*-----------------------------------------------------------------------
    Block - Activity Overview
-----------------------------------------------------------------------*/

.block-activity-overview .col-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.block-activity-overview .col-content .share-icons {
    margin-top: auto;
}

.block-activity-overview .col-content h1 {
    margin-block-start: 5px;
}

.block-activity-overview .col-content .group-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.block-activity-overview .col-content .group-meta p {
    margin: 0 !important;
}

.block-activity-overview .col-content .share-icons {
    margin-top: auto;
}

.block-activity-overview .col-image .image-landscape,
.block-activity-overview .col-image .image-landscape img {
    aspect-ratio: 5 / 3;
}

/* About */

.block-activity-about .col-meta {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/*-----------------------------------------------------------------------
    Block - Activity Feed / Listing
-----------------------------------------------------------------------*/

.block-activity-feed:not(.is-desktop-grid) .swiper-carousel-wrap,
.block-activity-feed:not(.is-desktop-grid) .carousel-activities,
.block-activity-highlights .swiper-carousel-wrap,
.block-activity-highlights .carousel-activities-featured {
    overflow: visible;
}

/* Entry */

.swell-theme .entry-activity .inner-entry-content > .flex-layout {
    margin-bottom: 10px;
    gap: 5px 10px;
}

/* Highlights */

.block-activity-highlights .entry-activity .inner-entry-image,
.block-activity-highlights .entry-activity .inner-entry-image img {
    aspect-ratio: 58 / 42;
}

/*-----------------------------------------------------------------------
    Block - Accommodation Listing / Feed
-----------------------------------------------------------------------*/

/* Entry */

.swell-theme .entry-accommodation .inner-entry-image:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--black-rgb), 50%) 0%, rgba(var(--black-rgb), 5%) 50%), linear-gradient(0deg, rgba(var(--black-rgb), 20%) 0%, rgba(var(--black-rgb), 20%) 100%);
    z-index: 9;
}

.swell-theme .entry-accommodation .inner-entry-content {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

/*-----------------------------------------------------------------------
    Block - Team Overview
-----------------------------------------------------------------------*/

.block-team-overview .image-square {
    border-radius: 50%;
}

.block-team-overview .wysiwyg-content > h6 {
    margin-block-start: 0 !important;
}

/* Responsive */

@media (min-width: 783px) {
    .block-team-overview .flex-layout.has-sidebar-left {
        gap: clamp(60px, 10%, 100px);
    }

    .block-team-overview .flex-layout.has-sidebar-left .col-sidebar {
        width: 30%;
        min-width: 350px;
        max-width: 450px;
    }
}

/*-----------------------------------------------------------------------
    Block - Product Listing / Feed
-----------------------------------------------------------------------*/

.block-product-feed:not(.is-desktop-grid) .swiper-carousel-wrap,
.block-product-feed:not(.is-desktop-grid) .carousel-products {
    overflow: visible;
}

/*-----------------------------------------------------------------------
    Block - Search Results
-----------------------------------------------------------------------*/

/* Entry */

.swell-theme .entry-search {
    padding: 25px 0;
}

.swell-theme .entry-search:hover h3 {
    text-decoration: underline;
}

.swell-theme .listing-search .entry-search {
    border-bottom: 1px solid var(--mid-grey);
}

.swell-theme .listing-search .entry-search:first-child {
    border-top: 1px solid var(--mid-grey);
}
