@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/FuturaPT-BookObl.eot');
    src: local('Futura PT Book Oblique'), local('FuturaPT-BookObl'),
    url('fonts/FuturaPT-BookObl.eot?#iefix') format('embedded-opentype'),
    url('fonts/FuturaPT-BookObl.woff2') format('woff2'),
    url('fonts/FuturaPT-BookObl.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
    url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/FuturaPT-Book.woff2') format('woff2'),
    url('fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'),
    url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic.woff2') format('woff2'),
    url('fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
    url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-BoldItalic.eot');
    src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
    url('fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
    url('fonts/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Italic.eot');
    src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
    url('fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic-Italic.woff2') format('woff2'),
    url('fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

:root {
    --blue: #80d0ff;
    --text-color: #081b33;
    --form-input: #fafafa;
    --form-input-border: #a9a9a9;
}

body {
    height: 100vh;
    transition-delay: 0ms;
}

body {
    font-family: 'Futura PT Book', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-rendering: optimizeLegibility;
    background-color: rgba(255,255,255,0);
    color: rgba(8,27,51,0.8);
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    & a {
        color: var(--blue);
        text-decoration: none;
    }
    & a:hover {
        text-decoration: underline;
    }
}

a {
    background: transparent;
    &:active,
    &:hover {
        outline: 0;
    }
}

img {
    opacity: 1;
    transition: opacity 1000ms cubic-bezier(.33,0,.2,1);
    border: 0;
}

.overflow-wrapper {
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255,255,255,0);
    transition: background-color 100ms linear;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea{
    line-height: normal;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.mobile-bar-wrapper {
    display: none;
}

.mobile-bar-flex-child {
    display: none;
    visibility: hidden;
    width: 24px;
    height: 18px;
}

.mobile-branding-wrapper {
    display: block;
    flex-grow: 0;
    align-self: center;
    & a {
        display: block;
    }
}

.mobile-nav-toggle-label {
    box-sizing: border-box;
    user-select: none;
    flex-grow: 0;
    align-self: start;
}

.Icon--hamburger,
.Icon--close {
    stroke-width: 2;
    width: 24px;
    height: 18px;
}

.overlay-nav-container {
    position: absolute;
    z-index: 9998;
    box-sizing: border-box;
    min-height: 100vh;
    width: 0;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    transition-delay: 100ms;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.overlay-nav-wrapper {
    margin: auto;
    opacity: 0;
    transition: opacity 100ms linear;
}

main,
nav {
    display: block;
}

.site-container {
    position: relative;
    width: auto;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    opacity: 1;
    height: 100%;
    transition: opacity 100ms linear 100ms;
}

svg:not(:root) {
    overflow: hidden;
}

.site-header,
.site-page,
.site-footer{
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
    margin: 10px auto;
    z-index: 1000;
    opacity: 1;
    transition: opacity 140ms cubic-bezier(.55, .06, .68, .19);
}

.site-page {
    max-width: 1920px;
    margin-bottom: 8vw;
    padding-right: 8vw;
    padding-left: 8vw;
}

.content-container {
    opacity: 1;
    transition: opacity 0.78s;
}

[data-nc-group] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}

[data-nc-element] {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 0 1 auto;
}

[data-nc-container="left"],
[data-nc-container="right"] {
    display: flex;
}

[data-nc-base="header"] [data-nc-container="left"] {
    text-align: left;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

[data-nc-base="header"] [data-nc-container="left"] [data-nc-element="branding"] {
    -webkit-box-ordinal-group: 1;
    order: 1;
}

[data-nc-base="header"] [data-nc-container="right"] {
    text-align: right;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

[data-nc-base="header"] [data-nc-container="right"] [data-nc-element="primary-nav"] {
    -webkit-box-ordinal-group: 2;
    order: 2;
}

[data-nc-container="right"] [data-nc-element] {
    margin-left: 40px;
}

[data-nc-container] {
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

.logo-image {
    line-height: 0;
    & a {
        display: block;
        text-decoration: none;
        outline: none;
    }
}

.logo-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 70px;
}

.primary-nav-wrapper nav {
    font-family: "Century Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    line-height: 1em;
}

.primary-nav-wrapper nav a:link,
.primary-nav-wrapper nav a:visited,
.primary-nav-wrapper nav .folder-toggle-label {
    color: rgba(73,107,131,0.29);
}

.primary-nav-wrapper nav a:hover,
.primary-nav-wrapper nav a:active,
.primary-nav-wrapper nav .active > a {
    color: var(--blue);
}

.thank-you-message,
.duplicate-warning-message {
    text-align: center;
}

.thank-you-message p,
.duplicate-warning-message p {
    padding: 1rem 0;
}

.email-image,
.warning-image {
    display: block;
    margin: 1.5rem auto;
    width: 15%;
    clear: both;
}

.form-wrapper .form-contents .field-list .field {
    margin: 0 0 18px;
}

.form-wrapper .field-list .field,
.form-wrapper .field-list .option {
    position: relative;
    margin: 0 0 24px;
}

.form-wrapper .field-list {
    line-height: normal;
}

.form-wrapper .field-list .title {
    display: block;
    padding-bottom: 4px;
}

.form-wrapper .field-list .label-inner-wrapper {
    display: inline-block;
}

.form-wrapper .field-list .label-content {
    align-items: baseline;
    column-gap: 1ex;
    display: flex;
    flex-wrap: wrap;
}

.form-wrapper .field-list .description {
    padding: 0.5em 0 0.5em;
    font-size: 12px;
    opacity: 0.7;
    display: block;
}

.form-wrapper .field-list .input {
    background-color: var(--form-input);
    border: 1px solid var(--form-input-border);
    box-sizing: border-box;
    color: black;
    height: auto;
    padding: 10px;
    position: relative;
    width: 100%;
}

input[type="file"] {
    width: 100%;
    padding: 5px 0;
    line-height: 2ex;
    cursor: pointer;
}

input[type="file"]::file-selector-button {
    cursor: pointer;
}

.form-wrapper .field-list .checkbox,
input[type="checkbox"] {
    cursor: pointer;
    pointer-events: auto;
}

.form-submit-button-label {
    color: var(--text-color);
}

.button {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    text-align: center;
    cursor: pointer;
    outline: none;
    appearance: none;
    border-radius: 0;
    border-color: var(--text-color);
    background-color: transparent;
    color: var(--text-color);
    border-width: 2px;
    border-style: solid;
    transition: 0.1s backgroumd-color linear, 0.1s color linear;
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.thank-you-btn,
.thank-you-btn:link,
.warning-btn,
.warning-btn:link {
    border-radius: 10px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.thank-you-btn:hover,
.thank-you-btn:focus,
.warning-btn:hover,
.warning-btn:focus {
    text-decoration: none;
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.sqs-row::before,
.sqs-row::after {
    content: "";
    display: table;
}

.sqs-row::after {
    clear: both;
    content: "";
    display: table;
}

.sqs-row {
    width: auto !important;
}

.sqs-col-4 {
    width: 33.3333%;
}

.sqs-col-6 {
    width: 50%;
}

.sqs-col-8 {
    width: 66.6666%;
}

.sqs-col-12 {
    width: 100%;
    & .sqs-col-6 {
        width: 50%;
    }
}

[class*="sqs-col"] {
    float: left;
}

.sqs-row .sqs-block:not(.float):not(.sqs-feature-gated-wrapper):first-child {
    padding-top: 0;
}

.sqs-row + .sqs-row .sqs-block:not(.float):first-child {
    padding-top: 17px;
}

.sqs-row:first-child > [class*="sqs-col"]:first-child > .sqs-block:not(:first-child):last-child,
.sqs-block + .sqs-row .sqs-block:not(.float):last-child {
    padding-bottom: 17px;
}

.sqs-block:not(.sqs-block-html) {
    clear: both;
}

[class*="sqs-col"] .sqs-block {
    padding-left: 17px;
    padding-right: 17px;
}

[class*="sqs-col"]:last-child {
    padding-right: 0;
}

.sqs-block-html {
    clear: none;
}

.sqs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
}

.site-footer {
    display: block;
    padding-left: 8vw;
    padding-right: 8vw;
    margin: 10px auto;
    max-width: 1920px;
}

hr {
    border: none;
    color: #bbb;
    background-color: #bbb;
    height: 1px;
    box-sizing: content-box;
}

.sqs-block-html {
    clear: none;
}

.sqs-block-html .sqs-block-content,
.sqs-block-html .sqs-html-content {
    outline: none;
}

.sqs-block-html .sqs-block-content > :first-child,
.sqs-block-html .sqs-html-content > :first-child {
    margin-top: 0;
}

.sqs-block-html .sqs-block-content :not(h1):not(h2):not(h3),
.sqs-block-html .sqs-html-content :not(h1):not(h2):not(h3) {
    word-wrap: break-word;
}

.sqs-block-html .sqs-block-content > :last-child,
.sqs-block-html .sqs-html-content > :last-child {
    margin-bottom: 0;
}

.sqs-block-image {
    & .image-block-outer-wrapper {
        & .intrinsic {
            & .image-block-wrapper {
                & img {
                    max-width: none;
                    width: 100%;
                }
            }
        }
        & .image-block-wrapper {
            line-height: 0;
            text-align: center;
            position: relative;
            overflow: hidden;
            & img {
                width: 100%;
                max-width: none;
            }
        }
    }
    & .image-block-outer-wrapper.layout-caption-overlay,
    & .image-block-outer-wrapper.layout-caption-overlay-hover {
        & .image-caption-wrapper {
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 18px;
            background: rgba(0, 0, 0, 0.7);
            max-height: 100%;
            box-sizing: border-box;
            overflow-y: auto;
            & p {
                color: #bbb;
                line-height: 1.68em;
            }
        }
    }
    & .image-block-outer-wrapper.layout-caption-overlay-hover {
        & .image-caption-wrapper {
            opacity: 0;
            transition: opacity 0.1s ease-out;
            visibility: hidden;
        }
        & .image-caption {
            transition: margin-bottom 0.1s ease-out;
            margin-bottom: -5px;
        }
        &:hover {
            & .image-caption-wrapper {
                max-height: 75%;
                opacity: 1;
                visibility: visible;
            }
            & .image-caption {
                margin-bottom: 0;
            }
        }
    }
    & .image-block-wrapper:not(.image-block-v2) {
        & .image-block-wrapper {
            line-height: 0;
            text-align: center;
            position: relative;
            overflow: hidden;
            & img {
                max-width: 100%;
            }
        }
        & .intrinsic {
            margin: auto;
            & .image-block-wrapper {
                img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    max-width: none;
                    width: 100%;
                }
            }
        }
    }
    & .sqs-block-image-figure {
        margin: 0;
    }
    & .sqs-block-image-button {
        display: block;
        width: 100%;
        border: none;
        padding: 0;
        background: none;
    }
    & img {
        display: block;
    }
    & .sqs-image-caption,
    & .image-caption {
        p {
            font-size: 12px;
            line-height: 1.6em;
        }
    }
}

.sqs-block-image .image-block-outer-wrapper,
layout-caption-overlay .intrinsic,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic {
    position: relative;
}

figure {
    margin: 0;
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

.sqs-layout > .sqs-row {
    margin-left: -17px;
    margin-right: -17px;
}

.sqs-layout .sqs-row .sqs-block:not(.float):first-child {
    padding-top: 0;
}

.sqs-block:not(.sqs-block-html) {
    clear: both;
}

.sqs-block-spacer .sqs-block-content {
    visibility: hidden;
}
.sqs-block .sqs-intrinsic {
    position: relative !important;
}

.sqs-layout .sqs-block + .sqs-row .sqs-block:not(.float):first-child {
    padding-top: 17px;
}

.sqs-layout .sqs-block + .sqs-row .sqs-block:not(.float):last-child {
    padding-bottom: 17px;
}

.sqs-block:not(.sqs-block-html) {
    clear: both;
}

.form-wrapper {
    display: grid;
    grid-template-areas:
  "form";
    & .form-contents {
        grid-area: form;
    }
    & .firld-list {
        line-height: normal;
    }
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.v6-visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

p {
    margin-top: 1.25em;
    margin-bottom: 1.6em;
}

h1 {
    font-family: "Century Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    text-transform: none;
    color: var(--text-color);
}

h2 {
    font-family: "Century Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    text-transform: none;
    color: var(--text-color);
}

h3 {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    text-transform: none;
    color: var(--blue);
}

h1:first-child,
h2:first-child,
h3:first-child,
.page-title:first-child {
    margin-top: 0;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    padding: 2em;
    background: rgba(246, 246, 246, 0.8);
}

.lightbox:target {
    display: block;
}

.lightbox .lightbox-figure {
    display: block;
    position: relative;
    height: 100%;
    /*width: 100%;*/
    /*max-width: 2500px;*/
    /*min-height: 500px;*/
    /*max-height: 100%;*/
    margin: auto;
    & img {
        display: block;
        position: relative;
        height: 100%;
        min-height: 500px;
        margin: auto;
    }
    & .lightbox-image-caption-wrapper {
        opacity: 0;
        transition: opacity 0.1s ease-out;
        visibility: hidden;
        max-height: 75%;
        color: #ccc;
        padding: 18px;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0;
        bottom: 0;

    }
    &:hover {
        & .lightbox-image-caption-wrapper {
            opacity: 1;
            visibility: visible;
        }
    }
}

@media only screen and (max-width: 640px) {
    .sqs-layout [class*="sqs-col"] {
        float: none !important;
        width: auto !important;
    }
    .sqs-layout .sqs-row .sqs-block:first-child {
        padding-top:17px !important;
    }
    .footer-nav {
        text-align: center !important;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-nav-toggle-box:checked {
        & ~ .overflow-wrapper {
            position: relative;
            overflow: hidden;
            background-color: #f2f2f2;
            & .mobile-nav-toggle-label  {
                & .Icon--hamburger {
                    display: none;
                }
                & .Icon--close {
                    display: block;
                }
            }
            & .overlay-nav-container {
                overflow-y: scroll;
                visibility: visible;
                pointer-events: auto;
                opacity: 1;
                width: 100%;
                left: 0;
                transition: left 0ms linear 100ms;
                & .overlay-nav-wrapper {
                    opacity: 1;
                    transition: opacity 100ms linear;
                    width: 100%;
                    max-height: 100%;
                }
            }
            & .content-container {
                opacity: 0;
            }
        }
    }
    .mobile-bar-wrapper {
        z-index: 9999;
        position: relative;
        width: 100vw;
        display: flex;
        justify-content: space-between;
    }
    .mobile-nav-toggle-label {
        order: 1;
        padding: 6vw;
        display: block;
        cursor: pointer;
        & .Icon--hamburger {
            display: block;
            margin: 0 0 0 auto;
            stroke: rgba(8, 27, 51, 0.6);
            transition: color 300ms linear;
        }
        & .Icon--close {
            display: none;
            stroke: rgba(8, 27, 51, 0.6);
            transition: color 300ms linear;
        }
    }
    .mobile-primary-nav-links {
        font-family: "Century Gothic", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        letter-spacing: 0.08em;
        line-height: 2em;
        text-transform: uppercase;
        & a {
            display: block;
            color: var(--text-color);
        }
    }
    .mobile-branding-wrapper {
        order: 2;
        padding: 6vw 6vw 0 6vw;
        text-align: center;
        & .mobile-logo-image a {
            margin: auto;
        }
        & .mobile-logo-image img {
            max-width: 100%;
        }
    }
    .mobile-bar-flex-child {
        order: 3;
        padding: 6vw;
        display: block;
        visibility: visible;
        flex-shrink: 0;
    }
    [data-nc-base="header"] {
        display: none;
    }
    .site-page {
        margin-bottom: 6vw;
        margin-right: 6vw;
        margin-left: 6vw;
    }
    .sqs-layout .spacer-block {
        display: none;
    }
    .site-footer {
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

@media only screen and (min-width: 769px) {
    #overlayNav {
        display: none;
    }
    .nav-wrapper nav > div {
        display: inline-block;
        margin: 0;
        & + div {
            margin-left: 12px;
        }
    }
}

@media screen and (min-aspect-ratio: 1/1) and (max-width: 927px) {
    h1 {
        font-size: 28px;
    }
}

@media screen and (min-aspect-ratio: 1/1) and (max-width: 1920px) {
    h1 {
        font-size: clamp( 28px, 3.02083333vw, 58px);
    }
}

@media screen and (min-aspect-ratio: 1/1) and (min-width: 1920px) {
    h1 {
        font-size: 58px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 18px;
    }
}
