/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}
/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled, .fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff
    }

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

    #fp-nav.right {
        right: 17px
    }

    #fp-nav.left {
        left: 17px
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

    .fp-slidesNav.bottom {
        bottom: 17px
    }

    .fp-slidesNav.top {
        top: 17px
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin: 0;
        padding: 0
    }

        #fp-nav ul li, .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative
        }

        .fp-slidesNav ul li {
            display: inline-block
        }

            #fp-nav ul li a, .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none
            }

                #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%
                }

                #fp-nav ul li a span, .fp-slidesNav ul li a span {
                    border-radius: 50%;
                    position: absolute;
                    z-index: 1;
                    height: 4px;
                    width: 4px;
                    border: 0;
                    background: #333;
                    left: 50%;
                    top: 50%;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all 0.1s ease-in-out;
                    -moz-transition: all 0.1s ease-in-out;
                    -o-transition: all 0.1s ease-in-out;
                    transition: all 0.1s ease-in-out
                }

            #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0px 0px -5px
            }

        #fp-nav ul li .fp-tooltip {
            position: absolute;
            top: -2px;
            color: #fff;
            font-size: 14px;
            font-family: arial, helvetica, sans-serif;
            white-space: nowrap;
            max-width: 220px;
            overflow: hidden;
            display: block;
            opacity: 0;
            width: 0;
            cursor: pointer
        }

        #fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
            -webkit-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
            width: auto;
            opacity: 1
        }

        #fp-nav ul li .fp-tooltip.right {
            right: 20px
        }

        #fp-nav ul li .fp-tooltip.left {
            left: 20px
        }

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.table {
    display: table
}

    .table .row, .table .table-row {
        display: table-row
    }

    .table .cell, .table .table-cell {
        display: table-cell
    }

@-webkit-keyframes line-swipe {
    0% {
        width: 0%;
        margin-right: 100%;
        margin-left: 0%
    }

    50% {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%
    }

    100% {
        width: 0%;
        margin-right: 0%;
        margin-left: 100%
    }
}

@keyframes line-swipe {
    0% {
        width: 0%;
        margin-right: 100%;
        margin-left: 0%
    }

    50% {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%
    }

    100% {
        width: 0%;
        margin-right: 0%;
        margin-left: 100%
    }
}

@-webkit-keyframes bounce-down {
    0% {
        top: 8px
    }

    5% {
        top: 12px
    }

    10% {
        top: 8px
    }

    15% {
        top: 12px
    }

    20% {
        top: 8px
    }

    100% {
        top: 8px
    }
}

@keyframes bounce-down {
    0% {
        top: 8px
    }

    5% {
        top: 12px
    }

    10% {
        top: 8px
    }

    15% {
        top: 12px
    }

    20% {
        top: 8px
    }

    100% {
        top: 8px
    }
}

@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotate360 {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate360 {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.spinner--material {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    margin-left: -32.5px;
    margin-top: -32.5px;
    width: 65px;
    height: 65px;
    backface-visibility: hidden;
    -webkit-animation: rotator 1.4s linear infinite;
    -moz-animation: rotator 1.4s linear infinite;
    -ms-animation: rotator 1.4s linear infinite;
    -o-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite
}

@keyframes rotator {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(270deg)
    }
}

.spinner--material .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    -moz-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    -ms-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    -o-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

@-webkit-keyframes colors {
    0% {
        stroke: #a2d0bd
    }

    25% {
        stroke: #fdefa0
    }

    50% {
        stroke: #465562
    }

    75% {
        stroke: #f0bb97
    }

    100% {
        stroke: #7da1b4
    }
}

@keyframes colors {
    0% {
        stroke: #a2d0bd
    }

    25% {
        stroke: #fdefa0
    }

    50% {
        stroke: #465562
    }

    75% {
        stroke: #f0bb97
    }

    100% {
        stroke: #7da1b4
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg)
    }
}

.hamburger {
    display: none;
    height: 100%;
    width: 46px;
    position: absolute;
    right: 10px;
    z-index: 4;
    color: transparent;
    margin-right: -10px
}

    .hamburger .hamburger--open, .hamburger .hamburger--close {
        cursor: pointer;
        width: 26px;
        height: 26px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform-origin: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

        .hamburger .hamburger--open i, .hamburger .hamburger--close i {
            overflow: hidden;
            position: absolute;
            display: block;
            height: 3px;
            width: 100%;
            background-color: #000;
            top: 50%;
            left: 0px;
            margin-top: -1.5px
        }

            .hamburger .hamburger--open i:after, .hamburger .hamburger--close i:after {
                -webkit-transition: background-color 0.5s linear;
                -moz-transition: background-color 0.5s linear;
                -ms-transition: background-color 0.5s linear;
                -o-transition: background-color 0.5s linear;
                transition: background-color 0.5s linear
            }

            .hamburger .hamburger--open i:nth-child(1) {
                margin-top: -8.5px
            }

            .hamburger .hamburger--open i:nth-child(4) {
                margin-top: 5.5px
            }

        .hamburger .hamburger--close i {
            background-color: transparent
        }

            .hamburger .hamburger--close i:after {
                content: '';
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background-color: #000
            }

            .hamburger .hamburger--close i:first-child {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .hamburger .hamburger--close i:last-child {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

@media only screen and (max-width: 940px) {
    .hamburger {
        display: block
    }
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}
/*! Eddy's Base Styles */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent
}

select::-ms-expand {
    display: none
}

.clear {
    clear: both
}

.pos {
    margin: 0 auto
}

html {
    height: 100%
}

body {
    overflow-y: scroll;
    overflow-x: hidden !important;
    margin: 0;
    min-height: 100%
}

html, body {
    width: 100%;
    background-color: #c9d7ea;
    padding: 0px !important
}

@media screen and (max-width: 600px) {
    html #wpadminbar {
        top: -46px
    }
}

main {
    display: block
}

a, a:hover, a:active, a:focus, object, embed {
    outline: 0
}

img {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

input[type="text"]:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}

input[type=text], input[type=number], input[type=email], input[type=submit], input[type=button], input[type=password], select {
    border: 0;
    border-radius: 0;
    margin: 0px;
    padding: 0px;
    background: none;
    background-image: none !important;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    outline-style: none;
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
    width: auto;
    height: auto
}

    input[type=text]:focus, input[type=email]:focus, input[type=submit]:focus, input[type=password]:focus, select:focus {
        outline-color: transparent;
        outline-style: none;
        outline: none
    }

input.fa {
    font-family: FontAwesome !important
}

.pos {
    width: 100%
}

.touch-hide {
    display: block
}

    .touch-hide.inline-block {
        display: inline-block
    }

.touch-show {
    display: none
}

.touch .touch-hide {
    display: none !important
}

    .touch .touch-hide.inline {
        display: none !important
    }

    .touch .touch-hide.inline-block {
        display: none !important
    }

.touch .touch-show {
    display: block !important
}

    .touch .touch-show.inline {
        display: inline !important
    }

    .touch .touch-show.inline-block {
        display: inline-block !important
    }

.touch .flex-control-paging, .touch .flex-direction-nav {
    display: none !important
}

picture {
    color: transparent
}

.lt-ie9 .table .cell {
    display: inline-block !important;
    *zoom: 1;
    *display: inline
}

.lt-ie9 .fa {
    display: none !important
}

#single__404 {
    text-align: center
}

.btn_edit_section {
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    z-index: 99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

    .btn_edit_section.svg--icon svg {
        top: 6px;
        left: 6px;
        width: 20px;
        height: 20px;
        fill: #fff
    }

@media screen and (max-width: 680px) {
    .btn_edit_section {
        top: 20px;
        right: 20px;
        overflow: hidden;
        width: 28px;
        height: 28px
    }

        .btn_edit_section.svg--icon svg {
            top: 4px;
            left: 4px;
            width: 18px;
            height: 18px
        }
}

section:hover .btn_edit_section {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

[data-bgcolor="none"] {
    color: #000
}

    [data-bgcolor="none"] .bg_cover {
        background-color: transparent
    }

    [data-bgcolor="none"] [data-animation-type="fade"] .slick-slides .slick-slide {
        background-color: #fff
    }

[data-bgcolor="white"] {
    color: #000
}

    [data-bgcolor="white"] .bg_cover, [data-bgcolor="white"] [data-animation-type="fade"] .slick-slides .slick-slide {
        background-color: #fff
    }

[data-bgcolor="black"] {
    color: #fff
}

    [data-bgcolor="black"] .bg_cover, [data-bgcolor="black"] [data-animation-type="fade"] .slick-slides .slick-slide {
        background-color: #000
    }

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-regular.eot");
    src: local("Nunito Regular"),local("Nunito-Regular"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-regular.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-regular.woff2") format("woff2"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-regular.woff") format("woff"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-regular.ttf") format("truetype"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-regular.svg#Nunito") format("svg")
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-700.eot");
    src: local("Nunito Bold"),local("Nunito-Bold"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-700.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-700.woff2") format("woff2"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-700.woff") format("woff"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-700.ttf") format("truetype"),url("/wp-content/themes/scaff01d-child/fonts/nunito-v10-latin-700.svg#Nunito") format("svg")
}

@font-face {
    font-family: 'butlermedium';
    src: url("/wp-content/themes/scaff01d-child/fonts/butler_medium-webfont.eot");
    src: url("/wp-content/themes/scaff01d-child/fonts/butler_medium-webfont.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/scaff01d-child/fonts/butler_medium-webfont.woff2") format("woff2"),url("/wp-content/themes/scaff01d-child/fonts/butler_medium-webfont.woff") format("woff"),url("/wp-content/themes/scaff01d-child/fonts/butler_medium-webfont.ttf") format("truetype"),url("/wp-content/themes/scaff01d-child/fonts/butler_medium-webfont.svg#butlermedium") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'butlerregular';
    src: url("/wp-content/themes/scaff01d-child/fonts/butler_regular-webfont.eot");
    src: url("/wp-content/themes/scaff01d-child/fonts/butler_regular-webfont.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/scaff01d-child/fonts/butler_regular-webfont.woff2") format("woff2"),url("/wp-content/themes/scaff01d-child/fonts/butler_regular-webfont.woff") format("woff"),url("/wp-content/themes/scaff01d-child/fonts/butler_regular-webfont.ttf") format("truetype"),url("/wp-content/themes/scaff01d-child/fonts/butler_regular-webfont.svg#butlerregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.sprite {
    text-indent: -9999px;
    background-image: url("/wp-content/themes/scaff01d/img/sprite.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 0px;
    height: 0px;
    overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .sprite {
        background-image: url("/wp-content/themes/scaff01d/img/sprite@2.png");
        background-size: 25px 25px
    }
}

.sprite.icon-add-your-icons-here {
    background-position: -25px -25px;
    width: 25px;
    height: 25px
}

.svg--icons {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden
}

.svg--icon svg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%
}

.image_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px
}

.video_wrap iframe {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms
}

.video_wrap[data-poster="0"] iframe {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important
}

.video_wrap[data-is-playing="0"] iframe {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.video_wrap[data-is-playing="0"] .play-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.video_wrap[data-is-playing="0"] .vid_controls .switch--play {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.video_wrap[data-is-playing="0"] .vid_controls .switch--pause {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.video_wrap[data-is-playing="1"] iframe {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.video_wrap[data-is-playing="1"] .play-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.video_wrap[data-is-playing="1"] .vid_controls {
    visibility: visible
}

    .video_wrap[data-is-playing="1"] .vid_controls .switch--play {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden
    }

    .video_wrap[data-is-playing="1"] .vid_controls .switch--pause {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }

.video_wrap[data-is-mute="0"] .vid_controls .switch--unmute {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.video_wrap[data-is-mute="0"] .vid_controls .switch--mute {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.video_wrap[data-is-mute="1"] .vid_controls .switch--unmute {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.video_wrap[data-is-mute="1"] .vid_controls .switch--mute {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.slideshow-viewport:hover .video_wrap[data-is-playing="0"] .vid_controls .switch--play {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

    .slideshow-viewport:hover .video_wrap[data-is-playing="0"] .vid_controls .switch--play:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

.slideshow-viewport:hover .video_wrap[data-is-playing="1"] .vid_controls .switch--pause {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

    .slideshow-viewport:hover .video_wrap[data-is-playing="1"] .vid_controls .switch--pause:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

.slideshow-viewport:hover .video_wrap[data-is-mute="0"] .vid_controls .switch--mute {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

    .slideshow-viewport:hover .video_wrap[data-is-mute="0"] .vid_controls .switch--mute:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

.slideshow-viewport:hover .video_wrap[data-is-mute="1"] .vid_controls .switch--unmute {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

    .slideshow-viewport:hover .video_wrap[data-is-mute="1"] .vid_controls .switch--unmute:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

.touchevents .video_wrap iframe {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.touchevents .video_wrap + .caption {
    pointer-events: none
}

.vid_content {
    display: inline-block
}

    .vid_content p {
        margin: 0
    }

        .vid_content p:empty, .vid_content br {
            display: none
        }

.play-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    -webkit-transition: all 500ms ease-in-out 0ms;
    -moz-transition: all 500ms ease-in-out 0ms;
    -ms-transition: all 500ms ease-in-out 0ms;
    -o-transition: all 500ms ease-in-out 0ms;
    transition: all 500ms ease-in-out 0ms
}

    .play-overlay.play .svg--icon {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
        -webkit-transition: all 500ms ease-in-out 0ms;
        -moz-transition: all 500ms ease-in-out 0ms;
        -ms-transition: all 500ms ease-in-out 0ms;
        -o-transition: all 500ms ease-in-out 0ms;
        transition: all 500ms ease-in-out 0ms
    }

        .play-overlay.play .svg--icon:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1
        }

.vid_controls {
    width: 240px;
    height: 80px;
    position: absolute;
    bottom: 120px;
    right: 120px;
    z-index: 3;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out 0ms;
    -moz-transition: all 500ms ease-in-out 0ms;
    -ms-transition: all 500ms ease-in-out 0ms;
    -o-transition: all 500ms ease-in-out 0ms;
    transition: all 500ms ease-in-out 0ms
}

.vid_control {
    width: 33.333%;
    height: 100%;
    float: left;
    background-color: transparent;
    cursor: pointer
}

    .vid_control .svg--icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -70px;
        margin-top: -70px;
        width: 140px;
        height: 140px;
        -webkit-transition: all 500ms ease-in-out 0ms;
        -moz-transition: all 500ms ease-in-out 0ms;
        -ms-transition: all 500ms ease-in-out 0ms;
        -o-transition: all 500ms ease-in-out 0ms;
        transition: all 500ms ease-in-out 0ms
    }

@media screen and (max-width: 580px) {
    .vid_control .svg--icon {
        margin-left: -50px;
        margin-top: -50px;
        width: 100px;
        height: 100px
    }
}

.vid_control.disabled {
    display: none !important
}

.vid_control.pause, .vid_control.volume {
    -webkit-transition: all 500ms ease-in-out 0ms;
    -moz-transition: all 500ms ease-in-out 0ms;
    -ms-transition: all 500ms ease-in-out 0ms;
    -o-transition: all 500ms ease-in-out 0ms;
    transition: all 500ms ease-in-out 0ms
}

    .vid_control.pause .svg--icon, .vid_control.volume .svg--icon {
        width: 150%;
        height: 150%;
        top: -25%;
        left: -25%;
        margin: 0px
    }

.toggle-menu .play-overlay, .toggle-menu .vid_controls, .hide-nav .play-overlay, .hide-nav .vid_controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important
}

.pace, .pace-cover {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    bottom: 0px;
    right: 0px;
    background-color: #9cdcf8;
    z-index: 9999;
    backface-visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 200ms linear, z-index 0ms linear 200ms;
    -moz-transition: all 200ms linear, z-index 0ms linear 200ms;
    -ms-transition: all 200ms linear, z-index 0ms linear 200ms;
    -o-transition: all 200ms linear, z-index 0ms linear 200ms;
    transition: all 200ms linear, z-index 0ms linear 200ms;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .pace .pace-progress, .pace-cover .pace-progress {
        background: #fff;
        position: fixed;
        z-index: 2000;
        top: 50%;
        right: 100%;
        width: 100%;
        height: 3px;
        position: absolute;
        margin-top: -2px
    }

.pace-cover {
    z-index: 9998;
    display: none
}

    .pace-cover.done {
        display: none
    }

.pace-inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1
}

.slick-loading .slick-list {
    background: transparent url("/wp-content/themes/scaff01d/img/spinner.svg") center center no-repeat
}

iframe[title="Ajax Frame"] br {
    display: none
}

.gform_wrapper {
    padding: 0
}

    .gform_wrapper form {
        text-align: center
    }

    .gform_wrapper .validation_error {
        text-align: center;
        color: red;
        max-width: 400px;
        font-size: 1em;
        font-weight: normal;
        margin: 0 auto 1em auto
    }

    .gform_wrapper .validation_message {
        position: absolute;
        color: red;
        padding: 3px 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 0.8em;
        background-color: transparent;
        right: 0px;
        z-index: 1
    }

    .gform_wrapper .gform_validation_container {
        display: none
    }

    .gform_wrapper .gform_ajax_spinner {
        position: absolute;
        right: 8px;
        display: block;
        top: 50%;
        margin-top: -13px
    }

    .gform_wrapper ul {
        list-style: none !important;
        margin: 0 !important;
        padding-left: 0px !important
    }

    .gform_wrapper .gform_heading {
        text-align: center;
        color: #002d5b;
        padding-bottom: 40px
    }

        .gform_wrapper .gform_heading h3 {
            font-family: "butlermedium",serif;
            font-style: normal;
            font-size: 1.4em;
        }

        .gform_wrapper .gform_heading .gform_description {
            font-family: "butlermedium",serif;
            color: #bd6d3f !important;
            text-transform: uppercase;
            letter-spacing: .02em;
            font-size: 2.4em;
        
        }

            .gform_wrapper .gform_heading .gform_description h1 {
                color: #1029a7;
                letter-spacing: 0.14em;
                font-size: 30px;
                font-family: "butlermedium",serif;
                font-style: normal;
                font-weight: normal;
                text-transform: uppercase;
                margin: 0;
                margin-bottom: 32px;
                margin-top: 3px;
                line-height: 1.2
            }

    .gform_wrapper .gform_body {
        margin-top: 0px;
        text-align: left
    }

        .gform_wrapper .gform_body:before, .gform_wrapper .gform_body:after {
            content: " ";
            display: table
        }

        .gform_wrapper .gform_body:after {
            clear: both
        }

    .gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
        clear: both;
        display: inline-block
    }

        .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=button], .gform_wrapper .gform_page_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=button] {
            border: 0;
            line-height: 1.2;
            text-align: center;
            text-decoration: none;
            overflow: hidden;
            display: inline-block;
            margin: 0 auto;
            border-radius: 0px;
            cursor: pointer;
            padding: 8px 30px;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear
        }

        .gform_wrapper .gform_footer br, .gform_wrapper .gform_page_footer br {
            display: none
        }

    .gform_wrapper .gfield {
        width: 100%;
        margin: 0;
        margin-bottom: 34px;
        float: left
    }

        .gform_wrapper .gfield.one-half {
            width: 48.5%
        }

        .gform_wrapper .gfield.one-third {
            width: 31.3333333%;
            margin-left: 3%;
            margin-right: 3%
        }

            .gform_wrapper .gfield.one-third.left, .gform_wrapper .gfield.one-third.right {
                margin-left: 0;
                margin-right: 0
            }

        .gform_wrapper .gfield:before, .gform_wrapper .gfield:after {
            content: " ";
            display: table
        }

        .gform_wrapper .gfield:after {
            clear: both
        }

        .gform_wrapper .gfield.gform_hidden {
            display: none
        }

        .gform_wrapper .gfield.left {
            float: left
        }

        .gform_wrapper .gfield.right {
            float: right
        }

        .gform_wrapper .gfield.full {
            width: 100%
        }

        .gform_wrapper .gfield.gfield_html {
            margin-top: 50px;
            margin-bottom: 25px
        }

            .gform_wrapper .gfield.gfield_html:first-child {
                margin-top: 0
            }

        .gform_wrapper .gfield.gsection {
            margin-bottom: 10px
        }

        .gform_wrapper .gfield.hidden_label .gfield_label {
            display: none
        }

        .gform_wrapper .gfield.inline.show-label .gfield_label, .gform_wrapper .gfield.inline .ginput_container_checkbox, .gform_wrapper .gfield.inline .ginput_container_radio, .gform_wrapper .gfield.inline .gfield_checkbox, .gform_wrapper .gfield.inline .gfield_radio, .gform_wrapper .gfield.inline .gfield_checkbox li, .gform_wrapper .gfield.inline .gfield_radio li {
            display: inline-block;
            width: auto
        }

            .gform_wrapper .gfield.inline .gfield_checkbox li, .gform_wrapper .gfield.inline .gfield_radio li {
                padding-left: 16px;
                line-height: normal
            }

        .gform_wrapper .gfield.inline .gfield_label {
            padding-bottom: 0em
        }

        .gform_wrapper .gfield .gfield_checkbox, .gform_wrapper .gfield .gfield_radio {
            display: block
        }

            .gform_wrapper .gfield .gfield_checkbox label, .gform_wrapper .gfield .gfield_radio label {
                display: block
            }

            .gform_wrapper .gfield .gfield_checkbox li, .gform_wrapper .gfield .gfield_radio li {
                line-height: normal;
                display: block;
                margin: 4px 0
            }

                .gform_wrapper .gfield .gfield_checkbox li label, .gform_wrapper .gfield .gfield_radio li label {
                    padding-left: 28px;
                    background: url(/wp-content/themes/scaff01d/img/checkbox-unchecked.svg) no-repeat scroll left top transparent;
                    background-size: 20px 20px;
                    background-repeat: no-repeat
                }

                .gform_wrapper .gfield .gfield_radio li label {
                    background: url(/wp-content/themes/scaff01d/img/radio-unchecked.svg) no-repeat scroll left top transparent
                }

                .gform_wrapper .gfield .gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper .gfield .gfield_radio li input[type="radio"]:checked + label {
                    background: url(/wp-content/themes/scaff01d/img/checkbox-checked.svg) no-repeat scroll left top transparent;
                    background-size: 20px 20px;
                    background-repeat: no-repeat
                }

                .gform_wrapper .gfield .gfield_radio li input[type="radio"]:checked + label {
                    background: url(/wp-content/themes/scaff01d/img/radio-checked.svg) no-repeat scroll left top transparent
                }

@media screen and (max-width: 568px) {
    .gform_wrapper .gfield {
        width: 100% !important
    }

        .gform_wrapper .gfield.one-third {
            margin-left: 0px;
            margin-right: 0px
        }
}

.gform_wrapper .gfield.mandatory {
    text-align: center;
    font-size: 0.56em;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 34px
}

.gform_wrapper .gfield_password_strength {
    display: block;
    clear: both;
    text-align: center;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.5);
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 28px;
    height: 30px;
    letter-spacing: 0.06em;
    font-size: 0.8em;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear
}

    .gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.bad, .gform_wrapper .gfield_password_strength.mismatch {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

    .gform_wrapper .gfield_password_strength.good {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

    .gform_wrapper .gfield_password_strength.strong {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

.gform_wrapper .ginput_container {
    width: 100%;
    padding: 0;
    border-radius: 0px;
    z-index: 2;
    border: 0;
    line-height: 0
}

    .gform_wrapper .ginput_container.ginput_container_password span:empty, .gform_wrapper .ginput_container.ginput_container_password p:empty, .gform_wrapper .ginput_container.ginput_container_password br, .gform_wrapper .ginput_container.ginput_container_password label {
        display: none !important
    }

    .gform_wrapper .ginput_container.ginput_container_password span {
        margin: 0 !important;
        width: 50% !important
    }

    .gform_wrapper .ginput_container.ginput_container_password input[type=password] {
        border-bottom: 1px solid #5d5f5d;
        margin-bottom: 20px
    }

    .gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select, .gform_wrapper .ginput_container textarea {
        height: 30px;
        border-radius: 0;
        padding: 0 10px;
        width: 100%;
        border: 0;
        outline: none;
        border: 1px solid #fff;
        background-color: #fff
    }

    .gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select {
        height: 30px
    }

    .gform_wrapper .ginput_container textarea {
        height: 140px;
        padding: 10px;
        line-height: 1.4
    }

    .gform_wrapper .ginput_container input[type="checkbox"], .gform_wrapper .ginput_container input[type="radio"] {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -9999px
    }

    .gform_wrapper .ginput_container select[multiple=multiple] {
        height: 70px;
        padding: 10px
    }

    .gform_wrapper .ginput_container input[type=file] {
        width: 0.1px;
        height: 0.1px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1
    }

    .gform_wrapper .ginput_container.ginput_container_fileupload, .gform_wrapper .ginput_container.ginput_container_radio, .gform_wrapper .ginput_container.ginput_container_checkbox {
        border: 0
    }

@media screen and (max-width: 580px) {
    .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select[multiple=multiple] {
        padding: 6px
    }
}

.gform_wrapper .gfield.upload label {
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #aac6d0;
    height: 52px;
    line-height: 54px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 1.5em;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0px 15px 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

    .gform_wrapper .gfield.upload label:before {
        content: 'Browse...';
        display: block;
        position: absolute;
        right: 15px;
        font-size: 0.6em;
        bottom: 11px;
        line-height: 1;
        padding-right: 20px
    }

    .gform_wrapper .gfield.upload label:after {
        content: '';
        position: absolute;
        display: block;
        bottom: 11px;
        right: 15px;
        width: 18px;
        height: 21px;
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/scaff01d/img/file.svg);
        background-position: 50% 50%
    }

.gform_wrapper .gfield.upload #extensions_message {
    display: none
}

.gform_wrapper .gfield.upload label:hover {
    background-color: #eef4f6
}

.gform_wrapper .gfield.upload label * {
    pointer-events: none
}

.gform_wrapper .gfield.gfield_error .ginput_container input, .gform_wrapper .gfield.gfield_error .ginput_container select, .gform_wrapper .gfield.gfield_error .ginput_container textarea {
    border-bottom: 1px solid red !important
}

.gform_wrapper .gfield.gfield_error .ginput_container.ginput_complex {
    border-bottom: 0px
}

    .gform_wrapper .gfield.gfield_error .ginput_container.ginput_complex > span input[type=text] {
        border-bottom: 1px solid red !important
    }

.gform_wrapper .gfield.gfield_error .ginput_container.ginput_container_text:after, .gform_wrapper .gfield.gfield_error .ginput_container.ginput_container_textarea:after, .gform_wrapper .gfield.gfield_error .ginput_container.ginput_container_select:after, .gform_wrapper .gfield.gfield_error .ginput_container.ginput_container_email:after {
    background-color: red !important;
    background-image: url(/wp-content/themes/scaff01d/img/form-incorrect.svg) !important
}

.gform_wrapper .gfield.gfield_error .ginput_container.ginput_container_checkbox, .gform_wrapper .gfield.gfield_error .ginput_container.ginput_container_radio {
    border-bottom: 0px !important
}

.gform_wrapper .gfield_error .ginput_container_checkbox + .validation_message, .gform_wrapper .gfield_error .ginput_container_radio + .validation_message {
    position: relative;
    padding: 0;
    right: auto;
    bottom: auto !important
}

.gform_wrapper .ginput_container.ginput_complex {
    border: 0px
}

    .gform_wrapper .ginput_container.ginput_complex > span {
        width: 48%;
        float: left
    }

        .gform_wrapper .ginput_container.ginput_complex > span input[type=text] {
            border: 1px solid #000;
            padding: 0px 10px
        }

        .gform_wrapper .ginput_container.ginput_complex > span > label {
            display: block;
            font-size: 0.875em
        }

        .gform_wrapper .ginput_container.ginput_complex > span:nth-child(odd) {
            margin-right: 4%
        }

.gform_wrapper .ginput_container_select:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpolygon style='fill:%23000' points='13.035 19 0.5 9.683 2.29 7.275 13.035 15.262 23.779 7.275 25.569 9.683 13.035 19'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    font-size: 0px;
    width: 24px;
    height: 24px;
    z-index: 1;
    pointer-events: none
}

.gform_wrapper .ginput_container_select select {
    padding: 0 28px 0 12px
}

.gform_wrapper .gfield_label {
    display: block
}

.gform_wrapper.gform_validation_error .gfield .ginput_container input, .gform_wrapper.gform_validation_error .gfield .ginput_container select, .gform_wrapper.gform_validation_error .gfield .ginput_container textarea {
    border-bottom: 1px solid #1fc51f
}

.gform_wrapper.gform_validation_error .gfield .ginput_container.ginput_container_text:after, .gform_wrapper.gform_validation_error .gfield .ginput_container.ginput_container_textarea:after, .gform_wrapper.gform_validation_error .gfield .ginput_container.ginput_container_select:after, .gform_wrapper.gform_validation_error .gfield .ginput_container.ginput_container_email:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: -10px;
    background-color: #1fc51f;
    color: #353735;
    pointer-events: none;
    background-image: url(/wp-content/themes/scaff01d/img/form-correct.svg);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    background-size: 24px 24px
}

.gform_wrapper.gform_validation_error .gfield .ginput_container.ginput_container_select:before {
    display: none
}

.gform_wrapper.gform_validation_error .gfield .ginput_container input[type=text], .gform_wrapper.gform_validation_error .gfield .ginput_container input[type=email], .gform_wrapper.gform_validation_error .gfield .ginput_container input[type=password], .gform_wrapper.gform_validation_error .gfield .ginput_container textarea {
    padding-right: 28px
}

.gform_wrapper.gform_validation_error .gfield .ginput_container.ginput_complex > span input[type=text] {
    border-bottom: 1px solid #1fc51f
}

@media screen and (max-width: 1400px) {
    .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=button], .gform_wrapper .gform_page_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=button] {
        padding: calc(4.8px + (8 - 4.8) * ((100vw - 375px) / (1400 - 375)) + 0px) calc(18px + (30 - 18) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

@media screen and (max-width: 580px) {
    .gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select, .gform_wrapper .ginput_container textarea {
        padding: 0 6px
    }

    .gform_wrapper .ginput_container textarea {
        padding: 6px;
        height: 90px
    }

    .gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select {
        height: 28px
    }
}

.remodal-overlay {
    background: rgba(0,0,0,0.5)
}

.remodal-close {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 50px;
    border: 0;
    left: auto;
    right: 0px;
    top: 0px
}

    .remodal-close:after, .remodal-close:before {
        content: '';
        height: 3px;
        width: 30px;
        background-color: #a000;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: 50% 50%;
        position: absolute
    }

    .remodal-close:before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }

.remodal-wrapper {
    padding: 0;
    bottom: auto;
    height: auto;
    min-height: 100vh
}

.remodal {
    padding: 0;
    border: 0;
    max-width: 1200px !important;
    width: 80%;
    background-color: #fff;
    outline: 0;
    margin: 0
}

    .remodal .container {
        margin: 0
    }

        .remodal .container .video_wrap {
            position: relative;
            height: auto
        }

            .remodal .container .video_wrap iframe {
                left: 0px
            }

            .remodal .container .video_wrap .video_aspect {
                position: relative;
                top: auto;
                left: auto;
                transform: none
            }

            .remodal .container .video_wrap div.video_frame {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px
            }

    .remodal .loading-wrap {
        display: none
    }

    .remodal .video-container {
        display: block;
        border: 0;
        width: 100%;
        padding-bottom: 57%;
        height: 0;
        overflow: visible
    }

        .remodal .video-container .fill {
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px
        }

        .remodal .video-container .vimeo-player {
            width: 100% !important;
            height: 100% !important
        }

    .remodal[data-remodal-id="video-modal"] .loading-wrap {
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #fff;
        width: 100%;
        height: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s
    }

        .remodal[data-remodal-id="video-modal"] .loading-wrap .table {
            width: 100%;
            height: 100%
        }

            .remodal[data-remodal-id="video-modal"] .loading-wrap .table .table-cell {
                vertical-align: middle
            }

    .remodal[data-remodal-id="video-modal"] .loading + .loading-wrap {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible
    }

    .remodal[data-remodal-id="slideshow-modal"] {
        width: 100vw;
        max-width: 100vw !important;
        height: 100vh;
        background-color: transparent
    }

        .remodal[data-remodal-id="slideshow-modal"] .container {
            padding: 60px 20px;
            max-width: 1400px;
            margin: 0 auto
        }

        .remodal[data-remodal-id="slideshow-modal"] .remodal-close {
            background-color: transparent
        }

            .remodal[data-remodal-id="slideshow-modal"] .remodal-close:after, .remodal[data-remodal-id="slideshow-modal"] .remodal-close:before {
                background-color: #fff
            }

        .remodal[data-remodal-id="slideshow-modal"] .container, .remodal[data-remodal-id="slideshow-modal"] .slideshow_wrap, .remodal[data-remodal-id="slideshow-modal"] .slides {
            position: static
        }

        .remodal[data-remodal-id="slideshow-modal"] .container, .remodal[data-remodal-id="slideshow-modal"] .slideshow_wrap, .remodal[data-remodal-id="slideshow-modal"] .slides, .remodal[data-remodal-id="slideshow-modal"] .slick-list, .remodal[data-remodal-id="slideshow-modal"] .slick-track, .remodal[data-remodal-id="slideshow-modal"] .slick-slide {
            height: 100%
        }

        .remodal[data-remodal-id="slideshow-modal"] .slick-slide {
            outline: none;
            backface-visibility: hidden
        }

            .remodal[data-remodal-id="slideshow-modal"] .slick-slide > [role="img"] {
                height: 100%;
                width: 100%;
                background-size: contain;
                background-position: 50% 50%;
                background-repeat: no-repeat
            }

        .remodal[data-remodal-id="slideshow-modal"] .slick-arrow {
            display: block;
            left: 0%;
            width: 50%;
            height: 100%;
            z-index: 2;
            cursor: url(/wp-content/themes/scaff01d/img/slide-prev.png),auto
        }

            .remodal[data-remodal-id="slideshow-modal"] .slick-arrow:before {
                display: none
            }

            .remodal[data-remodal-id="slideshow-modal"] .slick-arrow.slick-next {
                left: 50%;
                cursor: url(/wp-content/themes/scaff01d/img/slide-next.png),auto
            }

@media screen and (max-width: 767px) {
    .remodal {
        width: 100%
    }

        .remodal .remodal-close {
            padding-right: 42px;
            line-height: 46px;
            height: 40px
        }

            .remodal .remodal-close:after, .remodal .remodal-close:before {
                width: 30px
            }
}

.notice, .alert {
    padding: 15px;
    margin: 1em 0;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center
}

    .notice.success, .alert.success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

    .notice.info, .alert.info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

    .notice.warning, .alert.warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

    .notice.danger, .alert.danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

    .notice a, .alert a {
        font-weight: normal;
        color: #4fb1dd;
        text-decoration: none
    }

        .notice a:hover, .notice a:active, .alert a:hover, .alert a:active {
            color: #4fb1dd;
            text-decoration: underline
        }

#header {
    background-color: #c9d7ea;
    -webkit-transition: top 1000ms ease;
    -moz-transition: top 1000ms ease;
    -ms-transition: top 1000ms ease;
    -o-transition: top 1000ms ease;
    transition: top 1000ms ease
}

    #header > .pos {
        max-width: 1400px;
        height: 100px;
        padding: 0 20px
    }

.header__cover {
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #c9d7ea
}

.header__logo {
    display: none;
    width: 140px;
    height: 0px;
    position: absolute;
    top: 50%;
    z-index: 5;
    overflow: visible
}

    .header__logo > a {
        background-color: rebeccapurple;
        display: block;
        width: 100%;
        margin-top: calc(-50% / 2);
        padding-bottom: 50%
    }

.header__navigation {
    position: absolute;
    display: table;
    height: 100%;
    z-index: 4;
    background-color: #c9d7ea
}

    .header__navigation > ul {
        display: table-row
    }

        .header__navigation > ul > li {
            display: table-cell;
            vertical-align: middle;
            padding: 0 0.75vw
        }

            .header__navigation > ul > li > a {
                display: block;
                color: #000;
                text-decoration: none;
                font-size: 1em;
                line-height: 1;
                text-transform: uppercase;
                letter-spacing: 0.05em
            }

                .header__navigation > ul > li > a:hover, .header__navigation > ul > li > a:active {
                    color: #000;
                    text-decoration: none
                }

            .header__navigation > ul > li:hover .sub-menu {
                visibility: visible;
                z-index: 2;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1
            }

    .header__navigation .sub-menu {
        position: absolute;
        text-align: left;
        margin-top: 10px;
        background-color: #fff;
        width: 100vw;
        max-width: 240px;
        display: block;
        visibility: hidden;
        z-index: -1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out 0s, z-index 0s linear 0.5s;
        -moz-transition: opacity 0.4s ease-in-out 0s, z-index 0s linear 0.5s;
        -ms-transition: opacity 0.4s ease-in-out 0s, z-index 0s linear 0.5s;
        -o-transition: opacity 0.4s ease-in-out 0s, z-index 0s linear 0.5s;
        transition: opacity 0.4s ease-in-out 0s, z-index 0s linear 0.5s
    }

        .header__navigation .sub-menu li {
            display: block;
            line-height: 1.2
        }

            .header__navigation .sub-menu li a {
                padding: 2px 0.75vw;
                text-decoration: none;
                color: #000;
                display: block
            }

                .header__navigation .sub-menu li a > span {
                    display: block
                }

    

@media screen and (max-width: 1400px) {
    #header > .pos {
        height: calc(60px + (100 - 60) * ((100vw - 375px) / (1400 - 375)) + 0px);
        padding: 0 calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }

    .header__logo {
        width: calc(84px + (140 - 84) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

@media screen and (max-width: 940px) {
    #header > .pos {
        height: 50px
    }

    .header__logo {
        width: 78px
    }

    .header__navigation {
        display: table;
        width: 100vw;
        height: auto;
        position: fixed;
        top: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        margin: 0;
        z-index: 3;
        left: 0px;
        right: auto;
        visibility: hidden
    }

        .header__navigation > ul {
            display: table-cell;
            vertical-align: middle;
            padding: 20px 0
        }

            .header__navigation > ul > li {
                display: block;
                padding: 0;
                text-align: center
            }
}

@media screen and (max-width: 940px) {
    body.menu-opened, body.menu-opening {
        overflow: hidden !important
    }

        body.menu-opened .header__navigation, body.menu-opening .header__navigation {
            visibility: visible
        }
}

.pos-bottom-fixed {
    display: none
}

.footer {
    background-color: #c9d7ea;
    padding: 30px 0;
    z-index: 1;
    height: auto !important;
    color: #000
}

    .footer a {
        color: #000;
        text-decoration: none
    }

        .footer a:hover, .footer a:active, .footer a:focus {
            color: #000;
            text-decoration: underline
        }

    .footer > .pos {
        max-width: 1400px;
        padding: 0 20px
    }

.footer__navigation ul {
    text-align: center;
    width: 100%
}

    .footer__navigation ul li {
        display: inline-block
    }

        .footer__navigation ul li a {
            display: inline-block
        }

        .footer__navigation ul li:after {
            content: '|';
            line-height: 1;
            margin: 0 8px;
            top: -1px
        }

        .footer__navigation ul li.disabled a {
            pointer-events: none;
            cursor: pointer;
            text-decoration: none !important
        }

            .footer__navigation ul li.disabled a:hover, .footer__navigation ul li.disabled a:active, .footer__navigation ul li.disabled a:focus {
                text-decoration: none !important
            }

        .footer__navigation ul li:last-child:after {
            display: none
        }

.footer__logo {
    display: block;
    width: 140px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px
}

.footer__social {
    text-align: right;
    position: absolute;
    right: 20px;
    top: -3px
}

    .footer__social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 2px
    }

        .footer__social a svg {
            fill: #000
        }

.footer__copyright {
    text-align: center
}

@media screen and (max-width: 1400px) {
    .footer > .pos {
        padding: 0 calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

.fp-enabled body {
    overflow: hidden !important
}

    .fp-enabled body.fp-responsive {
        overflow: initial !important
    }

.fp-responsive .wrapper--outer.fullpage, .fp-responsive .wrapper--inner, .fp-responsive .fp-section, .fp-responsive .fp-slide, .fp-responsive .fp-slides, .fp-responsive .fp-tableCell, .fp-responsive .fullpage .sectional.sectional--fullpage, .fp-responsive .fullpage .sectional.sectional--valigned .fp-t, .fp-responsive .fullpage .sectional.sectional--valigned .fp-o {
    max-height: inherit !important;
    height: auto !important;
    transform: none !important
}

.fp-responsive .fp-slidesContainer {
    width: 100% !important;
    float: none;
    height: auto
}

.fp-responsive .fp-slide {
    width: 100% !important;
    float: none
}

    .fp-responsive .fp-slide[data-mobile-collapse="0"] {
        height: 100vh !important
    }

.admin-bar.fp-responsive .fp-slide[data-mobile-collapse="0"] {
    height: calc(100vh - 32px) !important
}

@media screen and (max-width: 782px) {
    .admin-bar.fp-responsive .fp-slide[data-mobile-collapse="0"] {
        height: calc(100vh - 46px) !important
    }
}

.fp-responsive .fp-slide[data-mobile-hidden="1"], .fp-responsive .fp-direction {
    display: none !important
}

.wrapper--outer.fullpage {
    height: 100%
}

.fp-responsive .fp-direction {
    display: none
}

.fp-slide {
    width: 100%
}

div[data-fp-nav-pos="bottom-left"] ~ #fp-nav, div[data-fp-nav-pos="bottom-right"] ~ #fp-nav {
    top: auto !important;
    bottom: 25px
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-color: #fff
}

#fp-navigation {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 40px;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0.5s;
    -moz-transition: all 0.2s ease-in-out 0.5s;
    -ms-transition: all 0.2s ease-in-out 0.5s;
    -o-transition: all 0.2s ease-in-out 0.5s;
    transition: all 0.2s ease-in-out 0.5s
}

    #fp-navigation li, #fp-navigation a, #fp-navigation span {
        display: block
    }

        #fp-navigation li > ul {
            float: left
        }

            #fp-navigation li > ul > li {
                float: left;
                width: 20px
            }

            #fp-navigation li > ul a {
                float: none
            }

            #fp-navigation li > ul span {
                width: 1px;
                overflow: hidden;
                text-indent: -9999px
            }

    #fp-navigation > li > a {
        position: static
    }

    #fp-navigation > li a {
        color: transparent;
        text-decoration: none;
        font-size: 0.75em;
        line-height: 1;
        padding: 4px 0;
        float: left;
        width: 20px;
        position: relative;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out
    }

        #fp-navigation > li a:before, #fp-navigation > li a:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 10px;
            width: 4px;
            height: 4px;
            background-color: #fff;
            border-radius: 10px;
            display: block;
            border: 1px solid #fff;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out
        }

        #fp-navigation > li a:after {
            display: none
        }

        #fp-navigation > li a > span {
            padding-left: 20px
        }

        #fp-navigation > li a > .label {
            position: absolute;
            left: 100%;
            top: 0px;
            height: 22px;
            line-height: 22px;
            padding-left: 0
        }

    #fp-navigation > li:hover > a, #fp-navigation > li li:hover > a {
        color: #fff
    }

        #fp-navigation > li:hover > a:before, #fp-navigation > li:hover > a:after, #fp-navigation > li li:hover > a:before, #fp-navigation > li li:hover > a:after {
            width: 10px;
            height: 10px;
            background-color: transparent;
            border: 1px solid #fff
        }

    #fp-navigation > li.active > a:before, #fp-navigation > li.active > a:after {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border: 1px solid #fff
    }

    #fp-navigation > li.active li.active > a:before {
        width: 10px;
        height: 10px;
        background-color: transparent;
        border: 1px solid #fff
    }

    #fp-navigation > li.active li.active > a:after {
        width: 4px;
        height: 4px;
        background-color: #fff;
        border: 1px solid #fff;
        display: block !important
    }

    #fp-navigation > li.has-children > a {
        position: relative;
        width: 20px
    }

        #fp-navigation > li.has-children > a [data-pos="2"] {
            left: 44px
        }

        #fp-navigation > li.has-children > a [data-pos="3"] {
            left: 64px
        }

        #fp-navigation > li.has-children > a [data-pos="4"] {
            left: 84px
        }

        #fp-navigation > li.has-children > a [data-pos="5"] {
            left: 104px
        }

        #fp-navigation > li.has-children > a [data-pos="6"] {
            left: 124px
        }

        #fp-navigation > li.has-children > a [data-pos="7"] {
            left: 144px
        }

        #fp-navigation > li.has-children > a [data-pos="8"] {
            left: 164px
        }

        #fp-navigation > li.has-children > a [data-pos="9"] {
            left: 184px
        }

        #fp-navigation > li.has-children > a [data-pos="10"] {
            left: 204px
        }

    #fp-navigation[data-position="right"] > li a, #fp-navigation[data-position="bottom-right"] > li a {
        float: right
    }

        #fp-navigation[data-position="right"] > li a:before, #fp-navigation[data-position="bottom-right"] > li a:before {
            display: none
        }

        #fp-navigation[data-position="right"] > li a:after, #fp-navigation[data-position="bottom-right"] > li a:after {
            display: block;
            left: auto;
            right: 10px;
            -webkit-transform: translate(50%, -50%);
            -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%)
        }

        #fp-navigation[data-position="right"] > li a > span, #fp-navigation[data-position="bottom-right"] > li a > span {
            text-align: right;
            right: 24px;
            left: auto
        }

    #fp-navigation[data-position="right"] > li.has-children > a, #fp-navigation[data-position="bottom-right"] > li.has-children > a {
        float: right
    }

        #fp-navigation[data-position="right"] > li.has-children > a .label, #fp-navigation[data-position="bottom-right"] > li.has-children > a .label {
            left: auto !important
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="2"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="2"] {
            right: 44px
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="3"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="3"] {
            right: 64px
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="4"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="4"] {
            right: 84px
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="5"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="5"] {
            right: 104px
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="6"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="6"] {
            right: 124px
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="7"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="7"] {
            right: 144px
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="8"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="8"] {
            right: 164px
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="9"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="9"] {
            right: 184px
        }

        #fp-navigation[data-position="right"] > li.has-children > a [data-pos="10"], #fp-navigation[data-position="bottom-right"] > li.has-children > a [data-pos="10"] {
            right: 204px
        }

    #fp-navigation[data-position="right"] > li.has-children > ul, #fp-navigation[data-position="bottom-right"] > li.has-children > ul {
        margin-left: 0px;
        float: right
    }

    #fp-navigation[data-position="right"] > li.has-children li, #fp-navigation[data-position="bottom-right"] > li.has-children li {
        float: right
    }

        #fp-navigation[data-position="right"] > li.has-children li > a:before, #fp-navigation[data-position="bottom-right"] > li.has-children li > a:before {
            display: block
        }

    #fp-navigation[data-position="right"] {
        right: 40px;
        left: auto;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }

    #fp-navigation[data-position="bottom-left"] {
        top: auto;
        bottom: 40px;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    #fp-navigation[data-position="bottom-right"] {
        top: auto;
        bottom: 40px;
        right: 40px;
        left: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    #fp-navigation[data-labels="false"] span {
        width: 1px;
        overflow: hidden;
        text-indent: -9999px
    }

.fp-nav-direction polygon {
    -webkit-transition: fill 0.5s linear;
    -moz-transition: fill 0.5s linear;
    -ms-transition: fill 0.5s linear;
    -o-transition: fill 0.5s linear;
    transition: fill 0.5s linear
}

.menu-opened #fp-navigation, .menu-opening #fp-navigation, .hide-nav #fp-navigation {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0.0s;
    -moz-transition: all 0.2s ease-in-out 0.0s;
    -ms-transition: all 0.2s ease-in-out 0.0s;
    -o-transition: all 0.2s ease-in-out 0.0s;
    transition: all 0.2s ease-in-out 0.0s;
    visibility: hidden
}

.fp-direction {
    position: fixed;
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 50%;
    left: 50%;
    width: 84px;
    height: 84px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
    padding: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0.5s;
    -moz-transition: all 0.2s ease-in-out 0.5s;
    -ms-transition: all 0.2s ease-in-out 0.5s;
    -o-transition: all 0.2s ease-in-out 0.5s;
    transition: all 0.2s ease-in-out 0.5s
}

    .fp-direction.is-hidden {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out 0.0s;
        -moz-transition: all 0.2s ease-in-out 0.0s;
        -ms-transition: all 0.2s ease-in-out 0.0s;
        -o-transition: all 0.2s ease-in-out 0.0s;
        transition: all 0.2s ease-in-out 0.0s;
        visibility: hidden
    }

    .fp-direction .label {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out 0.0s;
        -moz-transition: all 0.2s ease-in-out 0.0s;
        -ms-transition: all 0.2s ease-in-out 0.0s;
        -o-transition: all 0.2s ease-in-out 0.0s;
        transition: all 0.2s ease-in-out 0.0s
    }

    .fp-direction:hover .label {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    .fp-direction[data-direction="north"] {
        top: 10px;
        z-index: 110;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }

        .fp-direction[data-direction="north"] span {
            display: block;
            margin: 0 auto
        }

        .fp-direction[data-direction="north"] .svg--icon {
            width: 24px;
            height: 24px;
            margin-bottom: 10px
        }

    .fp-direction[data-direction="south"] {
        top: auto;
        bottom: 10px;
        z-index: 110;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }

        .fp-direction[data-direction="south"] span {
            display: block;
            margin: 0 auto
        }

        .fp-direction[data-direction="south"] .svg--icon {
            width: 24px;
            height: 24px;
            margin-top: 10px
        }

    .fp-direction[data-direction="east"] {
        right: 10px;
        left: auto;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }

        .fp-direction[data-direction="east"] .label {
            line-height: 36px;
            display: inline-block
        }

        .fp-direction[data-direction="east"] .svg--icon {
            width: 24px;
            height: 24px;
            margin-left: 10px;
            display: block;
            float: right
        }

    .fp-direction[data-direction="west"] {
        left: 10px;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }

        .fp-direction[data-direction="west"] .label {
            line-height: 36px;
            display: inline-block
        }

        .fp-direction[data-direction="west"] .svg--icon {
            width: 24px;
            height: 24px;
            margin-right: 10px;
            display: block;
            float: left
        }

.menu-opened .fp-direction, .menu-opening .fp-direction, .hide-nav .fp-direction {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0.0s;
    -moz-transition: all 0.2s ease-in-out 0.0s;
    -ms-transition: all 0.2s ease-in-out 0.0s;
    -o-transition: all 0.2s ease-in-out 0.0s;
    transition: all 0.2s ease-in-out 0.0s;
    visibility: hidden
}

.loading-cover {
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0.0s;
    -moz-transition: all 0.2s ease-in-out 0.0s;
    -ms-transition: all 0.2s ease-in-out 0.0s;
    -o-transition: all 0.2s ease-in-out 0.0s;
    transition: all 0.2s ease-in-out 0.0s
}

    .loading-cover.loading {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

.no-js .loading-cover {
    display: none
}

.disable-input {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99
}

.fineprint {
    position: absolute;
    bottom: 10px;
    right: 20px;
    max-width: calc(100% - 80px);
    color: #fff;
    font-weight: bold;
    font-size: .8em;
    text-shadow: 0 0 1px #000;
    z-index: 2;
    white-space: initial;
    text-align: right
}

.video_wrap {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden
}

    .video_wrap .video_aspect {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .video_wrap iframe {
        position: absolute;
        width: 100%;
        min-height: 100%
    }

.bg_cover {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px
}

body.menu-opened, body.menu-opening {
    overflow: hidden !important
}

.menu-opened .disable-input, .menu-opening .disable-input {
    display: block
}

.sectional.sectional--fullpage .fp-t {
    min-height: 100vh;
    display: table;
    width: 100%;
    height: 100%
}

.sectional.sectional--fullpage .fp-c {
    display: table-cell;
    vertical-align: middle
}

.sectional.sectional--fullpage[data-content-pos="top"] .fp-c {
    vertical-align: top
}

.sectional.sectional--fullpage[data-content-pos="bottom"] .fp-c {
    vertical-align: bottom
}

.fullpage .sectional.sectional--fullpage {
    height: 100%
}

    .fullpage .sectional.sectional--fullpage .fp-t {
        min-height: 100%
    }

    .fullpage .sectional.sectional--fullpage .fp-o {
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0 auto;
        max-height: calc(100% - 100px - 100px);
        margin-top: 100px;
        margin-bottom: 100px
    }

        .fullpage .sectional.sectional--fullpage .fp-o::-webkit-scrollbar-thumb {
            background-color: #fff;
            border: #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1
        }

        .fullpage .sectional.sectional--fullpage .fp-o::-webkit-scrollbar {
            width: 14px
        }

        .fullpage .sectional.sectional--fullpage .fp-o::-webkit-scrollbar-track {
            background-color: #000
        }

        .fullpage .sectional.sectional--fullpage .fp-o > .section:first-child {
            padding-top: 0
        }

        .fullpage .sectional.sectional--fullpage .fp-o > .section:last-child {
            padding-bottom: 0
        }

@media screen and (max-width: 767px) {
    .fullpage .sectional.sectional--fullpage .fp-o {
        max-height: calc(100% - 50px - 50px);
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.admin-bar .fullpage .sectional.sectional--fullpage {
    height: calc(100vh - 32px)
}

@media screen and (max-width: 782px) {
    .admin-bar .fullpage .sectional.sectional--fullpage {
        height: calc(100vh - 46px)
    }
}

.map_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 66%
}

    .map_wrap .map_canvas {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%
    }

.nav--next, .nav--desktop, .nav--mobile {
    width: 5%;
    min-width: 46px;
    max-width: 60px;
    padding: 10px;
    position: absolute;
    top: calc(100% - 80px);
    left: 50%;
    z-index: 98;
    display: block;
    text-decoration: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

    .nav--next svg *, .nav--desktop svg *, .nav--mobile svg * {
        fill: #fff
    }

    .nav--next .nav-inner, .nav--desktop .nav-inner, .nav--mobile .nav-inner {
        width: 100%;
        height: 0px;
        padding-bottom: 100%;
        display: block
    }

    .nav--next .nav-label, .nav--desktop .nav-label, .nav--mobile .nav-label {
        color: #fff;
        font-weight: bold;
        font-size: 0.8em;
        display: block;
        text-align: center;
        text-decoration: none;
        position: absolute;
        top: 100%;
        left: 50%;
        white-space: nowrap;
        line-height: 1.2;
        -webkit-transform: translate(-50%, -10px);
        -moz-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        -o-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px)
    }

.nav--next {
    max-width: 54px
}

.nav--desktop, .nav--mobile {
    min-width: 58px
}

.nav--mobile {
    display: none
}

.touchevents .nav--mobile {
    display: block
}

.touchevents .nav--desktop {
    display: none
}

.nav--next, .nav--desktop, .nav--mobile {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s
}

    .nav--next[data-pos="top"], .nav--desktop[data-pos="top"], .nav--mobile[data-pos="top"] {
        top: 80px
    }

    .nav--next[data-pos="top-right"], .nav--desktop[data-pos="top-right"], .nav--mobile[data-pos="top-right"] {
        top: 80px;
        left: calc(100% - 80px)
    }

    .nav--next[data-pos="right"], .nav--desktop[data-pos="right"], .nav--mobile[data-pos="right"] {
        top: 50%;
        left: calc(100% - 80px)
    }

    .nav--next[data-pos="bottom-right"], .nav--desktop[data-pos="bottom-right"], .nav--mobile[data-pos="bottom-right"] {
        left: calc(100% - 80px)
    }

    .nav--next[data-pos="bottom-left"], .nav--desktop[data-pos="bottom-left"], .nav--mobile[data-pos="bottom-left"] {
        left: 80px
    }

    .nav--next[data-pos="left"], .nav--desktop[data-pos="left"], .nav--mobile[data-pos="left"] {
        top: 50%;
        left: 80px
    }

    .nav--next[data-pos="top-left"], .nav--desktop[data-pos="top-left"], .nav--mobile[data-pos="top-left"] {
        top: 80px;
        left: 8px
    }

    .nav--next[data-pos="center"], .nav--desktop[data-pos="center"], .nav--mobile[data-pos="center"] {
        top: 50%;
        left: 50%
    }

    .nav--next.active, .nav--desktop.active, .nav--mobile.active {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transition: opacity 0.2s ease-in-out 0s;
        -moz-transition: opacity 0.2s ease-in-out 0s;
        -ms-transition: opacity 0.2s ease-in-out 0s;
        -o-transition: opacity 0.2s ease-in-out 0s;
        transition: opacity 0.2s ease-in-out 0s
    }

    .nav--desktop[data-pos="top"] ~ .nav--next[data-pos="top"], .nav--desktop[data-pos="top-right"] ~ .nav--next[data-pos="top-right"], .nav--desktop[data-pos="right"] ~ .nav--next[data-pos="right"], .nav--desktop[data-pos="bottom-right"] ~ .nav--next[data-pos="bottom-right"], .nav--desktop[data-pos="bottom"] ~ .nav--next[data-pos="bottom"], .nav--desktop[data-pos="bottom-left"] ~ .nav--next[data-pos="bottom-left"], .nav--desktop[data-pos="left"] ~ .nav--next[data-pos="left"], .nav--desktop[data-pos="top-left"] ~ .nav--next[data-pos="top-left"], .nav--desktop[data-pos="center"] ~ .nav--next[data-pos="center"] {
        display: none
    }

.touchevents .nav--mobile[data-pos="top"] + .nav--next[data-pos="top"], .touchevents .nav--mobile[data-pos="top-right"] + .nav--next[data-pos="top-right"], .touchevents .nav--mobile[data-pos="right"] + .nav--next[data-pos="right"], .touchevents .nav--mobile[data-pos="bottom-right"] + .nav--next[data-pos="bottom-right"], .touchevents .nav--mobile[data-pos="bottom"] + .nav--next[data-pos="bottom"], .touchevents .nav--mobile[data-pos="bottom-left"] + .nav--next[data-pos="bottom-left"], .touchevents .nav--mobile[data-pos="left"] + .nav--next[data-pos="left"], .touchevents .nav--mobile[data-pos="top-left"] + .nav--next[data-pos="top-left"], .touchevents .nav--mobile[data-pos="center"] + .nav--next[data-pos="center"] {
    display: none
}

.menu-opened .nav--next.active, .menu-opened .nav--desktop.active, .menu-opened .nav--mobile.active, .menu-opening .nav--next.active, .menu-opening .nav--desktop.active, .menu-opening .nav--mobile.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -moz-transition: opacity 0.2s ease-in-out 0.5s;
    -ms-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
    visibility: hidden
}

.menu-closing .nav--next.active, .menu-closing .nav--desktop.active, .menu-closing .nav--mobile.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -moz-transition: opacity 0.2s ease-in-out 0.5s;
    -ms-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s
}

.bg-section, .bg-fixed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover
}

    .bg-section[data-fill="contain"], .bg-fixed[data-fill="contain"] {
        background-size: contain
    }

    .bg-fixed .vid_control {
        display: none
    }

.section {
    overflow: hidden;
    padding: 120px 0
}

    .section > .pos {
        max-width: 1400px;
        padding: 0 20px
    }

    .section[data-content-width="default"] > .pos {
        max-width: 1000px
    }
.section[data-content-width="default"] > .pos img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

    .section[data-content-width="narrow"] > .pos {
        max-width: 640px
    }

    .section[data-layout-spacing="narrow"] {
        padding: 40px 0
    }

    .section[data-layout-spacing="none"] {
        padding: 0
    }

    .section[data-layout-padding="none"] > .pos {
        padding: 0
    }

    .section .btn_wrap {
        margin: 1em 0 1em 0;
        text-align: left
    }

        .section .btn_wrap:last-child {
            margin-bottom: 0
        }

        .section .btn_wrap:first-child {
            margin-top: 0
        }

        .section .btn_wrap.align_center {
            text-align: center
        }

        .section .btn_wrap.align_right {
            text-align: right
        }

        .section .btn_wrap .link {
            display: inline-block;
            text-decoration: none;
            text-transform: uppercase;
            cursor: pointer;
            padding: 8px 30px
        }

            .section .btn_wrap .link.desktop-fullwidth {
                width: 100%
            }

            .section .btn_wrap .link[data-remodal-target="video-modal"] {
                padding-left: 64px
            }

            .section .btn_wrap .link .play-icon {
                display: block;
                width: 25px;
                height: 25px;
                line-height: 0;
                position: absolute;
                top: 50%;
                margin-top: -12px;
                left: 30px
            }

@media screen and (max-width: 1400px) {
    .section .btn_wrap .link {
        padding: calc(4.8px + (8 - 4.8) * ((100vw - 375px) / (1400 - 375)) + 0px) calc(18px + (30 - 18) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

@media only screen and (max-width: 940px) {
    .section .btn_wrap .link.mobile-fullwidth {
        width: 100% !important
    }
}

.section .btn_inline {
    margin: 0.5em 0;
    text-align: left
}

    .section .btn_inline .btn_wrap {
        margin: 0.5em 10px;
        display: inline-block;
        text-align: center;
        line-height: 0
    }

    .section .btn_inline.align_left .btn_wrap:first-child {
        margin-left: 0px
    }

    .section .btn_inline.align_center {
        text-align: center
    }

    .section .btn_inline.align_right {
        text-align: right
    }

        .section .btn_inline.align_right .btn_wrap:last-child {
            margin-right: 0px
        }

@media only screen and (max-width: 940px) {
    .section .btn_inline .btn_wrap {
        margin: 10px 0 0 0;
        display: block
    }
}

.section .accordion {
    margin: 1em 0
}

    .section .accordion .accordion__title {
        display: block;
        margin: 0;
        padding: 0;
        background-color: #f6f6f6;
        border: 1px solid #ddd;
        color: #333;
        padding: .7em 1em;
        padding-left: 40px;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-weight: bold
    }

        .section .accordion .accordion__title:hover, .section .accordion .accordion__title:active {
            background-color: #ededed
        }

        .section .accordion .accordion__title .svg--icon {
            position: absolute;
            content: '';
            width: 22px;
            height: 22px;
            left: 9px;
            top: 50%;
            margin-top: -11px;
            border-radius: 11px;
            background-color: rgba(0,0,0,0.3)
        }

            .section .accordion .accordion__title .svg--icon svg * {
                fill: #fff
            }

            .section .accordion .accordion__title .svg--icon .close {
                display: none
            }

    .section .accordion .accordion__content {
        display: none;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top: 0;
        color: #333;
        padding: 1em
    }

    .section .accordion.expand .accordion__content {
        display: block
    }

    .section .accordion.expand .accordion__title .svg--icon .open {
        display: none
    }

    .section .accordion.expand .accordion__title .svg--icon .close {
        display: block
    }

.section a[rel*="attachment"] {
    display: block
}

.section img.aligncenter {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto
}

.section img.alignleft {
    display: block;
    float: left;
    margin: 0 16px 16px 0
}

.section img.alignright {
    display: block;
    float: right;
    margin: 0 0 16px 16px
}

.section h1, .section h2, .section h3, .section h4 {
    font-family: sans-serif;
    margin: 1.414em 0 0.5em;
    line-height: 1.2
}

    .section h1 a, .section h2 a, .section h3 a, .section h4 a {
        text-decoration: none
    }

        .section h1 a:hover, .section h1 a:active, .section h2 a:hover, .section h2 a:active, .section h3 a:hover, .section h3 a:active, .section h4 a:hover, .section h4 a:active {
            text-decoration: underline
        }

.section h1 {
    margin-top: 0;
    font-size: 2.441em
}

.section h2 {
    font-size: 1.953em
}

.section h3 {
    font-size: 1.563em
}

.section h4 {
    font-size: 1.25em
}

.section p {
    margin-bottom: 1.3em
}

    .section p.small {
        font-size: 0.75em
    }

    .section p.fineprint {
        font-size: 0.6em
    }

    .section p:empty {
        display: none
    }

.section ol, .section ul {
    list-style: initial;
    padding-left: 40px
}

.section small {
    font-size: 0.8em
}

.section img {
    display: block;
    max-width: 100%;
    height: auto
}

.section h1:first-child, .section h2:first-child, .section h3:first-child, .section h4:first-child, .section p:first-child, .section ul:first-child, .section blockquote:first-child, .section address:first-child, .section figure:first-child {
    margin-top: 0
}

.section h1:last-child, .section h2:last-child, .section h3:last-child, .section h4:last-child, .section p:last-child, .section ul:last-child, .section blockquote:last-child, .section address:last-child, .section figure:last-child {
    margin-bottom: 0
}

.section div > *:first-child:empty + h1, .section div > *:first-child:empty + h2, .section div > *:first-child:empty + h3, .section div > *:first-child:empty + h4, .section div > *:first-child:empty + p, .section div > *:first-child:empty + ul, .section div > *:first-child:empty + li, .section div > *:first-child:empty + blockquote, .section div > *:first-child:empty + address, .section div > *:first-child:empty + figure {
    margin-top: 0
}

@media screen and (max-width: 1400px) {
    .section {
        padding: calc(72px + (120 - 72) * ((100vw - 375px) / (1400 - 375)) + 0px) 0
    }

        .section > .pos {
            padding: 0 calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
        }
}

.section__archives #pagination-post-type, .section__archives #pagination-taxonomy, .section__archives #pagination-category, .section__archives #pagination-max-pages {
    display: none
}

.section__archives .filter .title, .section__archives .filter .state {
    display: none
}

.section__archives .alm-listing .alm-reveal {
    margin: 0 -0.5%
}

.section__archives .alm-listing .item {
    width: 31.333333%;
    margin: 0 1% 2% 1%;
    float: left;
    height: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .section__archives .alm-listing .item > a {
        display: block;
        text-decoration: none;
        height: 100%
    }

    .section__archives .alm-listing .item .image {
        width: 100%;
        height: 0;
        padding-bottom: 66%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: block
    }

.section__archives .alm-listing[data-max-pages="1"] ~ .alm-btn-wrap {
    display: none !important
}

.section__archives .alm-message {
    display: none;
    padding: 15px;
    margin: 1em 0;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.section__archives .finish + .alm-message {
    display: block
}

.section__archives .finish .alm-btn-wrap {
    display: none
}

@media screen and (max-width: 767px) {
    .section__archives .filters--wrap {
        overflow: visible;
        z-index: 3
    }

    .section__archives .filter {
        overflow: visible;
        cursor: pointer
    }

        .section__archives .filter ul {
            width: 100%;
            position: absolute;
            top: 100%;
            display: none;
            left: 0
        }

            .section__archives .filter ul li {
                display: block;
                width: 100%;
                padding: 0
            }

        .section__archives .filter a {
            display: block
        }

        .section__archives .filter .title, .section__archives .filter .state {
            display: block
        }

        .section__archives .filter .state {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 14px;
            height: 14px
        }

            .section__archives .filter .state .up {
                display: none
            }

                .section__archives .filter .state .up * {
                    fill: #fff
                }

        .section__archives .filter.active ul {
            display: block
        }

        .section__archives .filter.active .state .down {
            display: none
        }

        .section__archives .filter.active .state .up {
            display: block
        }
}

.section__two_column_content > .pos {
    padding: 0
}

.section__two_column_content .columns {
    display: table;
    table-layout: fixed;
    width: 100%
}

.section__two_column_content .column {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative
}

.section__two_column_content .column--wrap {
    position: static
}

.section__two_column_content .content--wrap {
    padding: 0 20px;
    max-width: 700px;
    width: 100%;
    float: left
}

.section__two_column_content .column--left .content--wrap {
    float: right
}

.section__two_column_content[data-layout-spacing="none"] .content--wrap {
    padding: 120px 20px
}

.section__two_column_content .placeholder--wrap {
    padding: 0 20px
}

.section__two_column_content .image--wrap {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 20px
}

.section__two_column_content .slideshow-viewport {
    overflow: hidden;
    height: 100%
}

.section__two_column_content .slick-slides {
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.section__two_column_content .slick-slide {
    cursor: zoom-in
}

.section__two_column_content .slick-arrow {
    display: block;
    left: 0px;
    z-index: 2;
    width: 60px;
    background-color: transparent;
    height: 100%;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    pointer-events: initial;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

    .section__two_column_content .slick-arrow:before {
        content: '';
        width: 36px;
        height: 36px;
        display: block;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        margin-top: -18px;
        overflow: hidden;
        position: absolute;
        background-image: url(/wp-content/themes/scaff01d/img/slide-prev-rev.svg);
        background-size: 45%;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    .section__two_column_content .slick-arrow.slick-next {
        left: auto;
        right: 0px
    }

        .section__two_column_content .slick-arrow.slick-next:before {
            background-image: url(/wp-content/themes/scaff01d/img/slide-next-rev.svg);
            margin-left: -16px
        }

.section__two_column_content .image--column .image, .section__two_column_content .video--column .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

    .section__two_column_content .image--column .image + a, .section__two_column_content .video--column .image + a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        z-index: 1
    }

.section__two_column_content .image--column .placeholder, .section__two_column_content .video--column .placeholder {
    float: left
}

    .section__two_column_content .image--column .placeholder.stacked, .section__two_column_content .video--column .placeholder.stacked {
        display: none
    }

.section__two_column_content .map--column .map_canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.section__two_column_content .map--column .placeholder {
    float: left
}

.section__two_column_content[data-layout-padding="none"] .placeholder--wrap, .section__two_column_content[data-layout-padding="none"] .image--wrap {
    padding: 0
}

@media screen and (max-width: 1400px) {
    .section__two_column_content .content--wrap, .section__two_column_content .placeholder--wrap, .section__two_column_content .image--wrap {
        padding: 0 calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }

    .section__two_column_content[data-layout-spacing="none"] .content--wrap {
        padding: calc(72px + (120 - 72) * ((100vw - 375px) / (1400 - 375)) + 0px) calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

@media screen and (max-width: 940px) {
    .section__two_column_content .columns {
        min-height: 0px
    }

    .section__two_column_content .column {
        width: 100% !important;
        display: block
    }

    .section__two_column_content .column--left .content--wrap {
        margin-bottom: 1.1em
    }

    .section__two_column_content .column--right .content--wrap {
        margin-top: 1.1em
    }

    .section__two_column_content .content--wrap {
        max-width: 100% !important;
        width: 100%;
        float: none !important
    }

    .section__two_column_content .image--column .placeholder.stacked {
        display: block
    }

    .section__two_column_content .image--column .placeholder.default {
        display: none
    }

    .section__two_column_content[data-stack-order="rtl"] .column:first-child {
        display: table-footer-group;
        margin-bottom: 1.1em
    }

        .section__two_column_content[data-stack-order="rtl"] .column:first-child.video--column, .section__two_column_content[data-stack-order="rtl"] .column:first-child.image--column, .section__two_column_content[data-stack-order="rtl"] .column:first-child.map--column {
            display: block;
            margin-bottom: 0
        }

    .section__two_column_content[data-stack-order="rtl"] .column:last-child {
        display: block
    }

        .section__two_column_content[data-stack-order="rtl"] .column:last-child.content--column {
            display: table-header-group
        }

    .section__two_column_content[data-stack-order="rtl"] .column--left .content--wrap {
        margin: 0;
        margin-top: 1.1em
    }

    .section__two_column_content[data-stack-order="rtl"] .column--right .content--wrap {
        margin: 0;
        margin-bottom: 1.1em
    }

    .section__two_column_content[data-stack-order="rtl"][data-text-only="true"] .column--left .content--wrap {
        margin-top: 0
    }
}

@media screen and (max-width: 640px) {
    .section__two_column_content .slick-arrow {
        width: 40px
    }

        .section__two_column_content .slick-arrow:before {
            background-size: 25%
        }
}

.slick-slides {
    width: 100%;
    overflow: hidden;
    position: static;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.0s linear 0.5s;
    -moz-transition: all 0.0s linear 0.5s;
    -ms-transition: all 0.0s linear 0.5s;
    -o-transition: all 0.0s linear 0.5s;
    transition: all 0.0s linear 0.5s
}

    .slick-slides div[role="img"] {
        height: 100%;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat
    }

    .slick-slides .slides, .slick-slides .captions {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        display: block;
        padding-left: 0
    }

        .slick-slides .slides > li, .slick-slides .slides .slick-slide, .slick-slides .captions > li, .slick-slides .captions .slick-slide {
            display: block;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover;
            width: 100%
        }

            .slick-slides .slides > li .svg-overlay, .slick-slides .slides .slick-slide .svg-overlay, .slick-slides .captions > li .svg-overlay, .slick-slides .captions .slick-slide .svg-overlay {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 1
            }

        .slick-slides .slides .slick-slide, .slick-slides .captions .slick-slide {
            display: inline;
            white-space: nowrap
        }

    .slick-slides .slides {
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .slick-slides .slick-list, .slick-slides .slick-track {
        height: 100%
    }

    .slick-slides .slick-slide {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        outline: none;
        backface-visibility: hidden
    }

.slick-captions {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none
}

    .slick-captions * {
        pointer-events: none
    }

    .slick-captions .captions {
        height: 100%
    }

    .slick-captions .caption, .slick-captions .master-caption {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 0 80px;
        pointer-events: none
    }

        .slick-captions .caption h1:first-child, .slick-captions .caption h2:first-child, .slick-captions .caption h3:first-child, .slick-captions .caption h4:first-child, .slick-captions .caption h5:first-child, .slick-captions .caption h6:first-child, .slick-captions .caption ul:first-child, .slick-captions .caption ol:first-child, .slick-captions .caption p:first-child, .slick-captions .caption .btn_wrap:first-child, .slick-captions .master-caption h1:first-child, .slick-captions .master-caption h2:first-child, .slick-captions .master-caption h3:first-child, .slick-captions .master-caption h4:first-child, .slick-captions .master-caption h5:first-child, .slick-captions .master-caption h6:first-child, .slick-captions .master-caption ul:first-child, .slick-captions .master-caption ol:first-child, .slick-captions .master-caption p:first-child, .slick-captions .master-caption .btn_wrap:first-child {
            margin-top: 0
        }

        .slick-captions .caption h1:last-child, .slick-captions .caption h2:last-child, .slick-captions .caption h3:last-child, .slick-captions .caption h4:last-child, .slick-captions .caption h5:last-child, .slick-captions .caption h6:last-child, .slick-captions .caption ul:last-child, .slick-captions .caption ol:last-child, .slick-captions .caption p:last-child, .slick-captions .caption .btn_wrap:last-child, .slick-captions .master-caption h1:last-child, .slick-captions .master-caption h2:last-child, .slick-captions .master-caption h3:last-child, .slick-captions .master-caption h4:last-child, .slick-captions .master-caption h5:last-child, .slick-captions .master-caption h6:last-child, .slick-captions .master-caption ul:last-child, .slick-captions .master-caption ol:last-child, .slick-captions .master-caption p:last-child, .slick-captions .master-caption .btn_wrap:last-child {
            margin-bottom: 0
        }

        .slick-captions .caption a, .slick-captions .master-caption a {
            pointer-events: auto
        }

        .slick-captions .caption > .table, .slick-captions .master-caption > .table {
            width: 100%;
            height: 100%;
            max-width: 1400px;
            margin: 0 auto;
            pointer-events: none
        }

            .slick-captions .caption > .table > .cell, .slick-captions .master-caption > .table > .cell {
                padding: 7.5% 0;
                vertical-align: middle;
                pointer-events: none
            }

        .slick-captions .caption .content--wrap, .slick-captions .master-caption .content--wrap {
            pointer-events: none;
            padding: 0 20px
        }

        .slick-captions .caption[data-valign="top"] .table > .cell, .slick-captions .master-caption[data-valign="top"] .table > .cell {
            vertical-align: top
        }

        .slick-captions .caption[data-valign="bottom"] .table > .cell, .slick-captions .master-caption[data-valign="bottom"] .table > .cell {
            vertical-align: bottom
        }

    .slick-captions .slick-arrow ~ .slick-list .caption {
        padding: 0 80px
    }

    .slick-captions .slide-link {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px
    }

    .slick-captions .slick-dotted.slick-slider {
        margin-bottom: 0px
    }

    .slick-captions .slick-track, .slick-captions .slick-list {
        height: 100%
    }

@media screen and (max-width: 1400px) {
    .slick-captions .caption .content--wrap, .slick-captions .master-caption .content--wrap {
        padding: 0 calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }

    .slick-captions .slick-arrow ~ .slick-list .caption {
        padding: 0 calc(48px + (80 - 48) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

.slideshow-wrap .slick-dots {
    display: block;
    position: absolute;
    z-index: 2;
    line-height: 0;
    padding-left: 0;
    left: 50%;
    width: auto;
    bottom: 30px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0.5s;
    -moz-transition: all 0.2s ease-in-out 0.5s;
    -ms-transition: all 0.2s ease-in-out 0.5s;
    -o-transition: all 0.2s ease-in-out 0.5s;
    transition: all 0.2s ease-in-out 0.5s
}

    .slideshow-wrap .slick-dots > li {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 6px
    }

        .slideshow-wrap .slick-dots > li > a, .slideshow-wrap .slick-dots > li > button {
            display: block;
            text-indent: -9999px;
            overflow: hidden;
            width: 20px;
            height: 20px;
            border: 2px solid #fff;
            border-radius: 10px;
            margin: 0;
            padding: 0;
            background-color: rgba(255,255,255,0.3);
            pointer-events: auto;
            -webkit-transition: background-color 200ms linear;
            -moz-transition: background-color 200ms linear;
            -ms-transition: background-color 200ms linear;
            -o-transition: background-color 200ms linear;
            transition: background-color 200ms linear
        }

            .slideshow-wrap .slick-dots > li > a:hover, .slideshow-wrap .slick-dots > li > a:active, .slideshow-wrap .slick-dots > li > button:hover, .slideshow-wrap .slick-dots > li > button:active {
                background-color: #fff
            }

        .slideshow-wrap .slick-dots > li.slick-active > button {
            background-color: #fff
        }

@media screen and (max-width: 767px) {
    .slideshow-wrap .slick-dots {
        bottom: 20px
    }

        .slideshow-wrap .slick-dots > li {
            margin: 0 6px
        }

            .slideshow-wrap .slick-dots > li > button {
                width: 24px;
                height: 24px;
                border-radius: 12px
            }
}

@media screen and (max-width: 580px) {
    .slideshow-wrap .slick-dots {
        display: none !important
    }
}

.slideshow-wrap .slick-arrow {
    display: block;
    top: 50%;
    position: absolute;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 10;
    left: 0px;
    width: 80px;
    top: 0px;
    height: 100%;
    pointer-events: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0.5s;
    -moz-transition: all 0.2s ease-in-out 0.5s;
    -ms-transition: all 0.2s ease-in-out 0.5s;
    -o-transition: all 0.2s ease-in-out 0.5s;
    transition: all 0.2s ease-in-out 0.5s
}

    .slideshow-wrap .slick-arrow:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        left: 50%;
        background-image: url(/wp-content/themes/scaff01d/img/slide-prev.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    .slideshow-wrap .slick-arrow.slick-prev, .slideshow-wrap .slick-arrow.slick-next {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }

    .slideshow-wrap .slick-arrow.slick-next {
        left: auto;
        right: 0px
    }

        .slideshow-wrap .slick-arrow.slick-next:before {
            background-image: url(/wp-content/themes/scaff01d/img/slide-next.svg)
        }

    .slideshow-wrap .slick-arrow:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

@media screen and (max-width: 1400px) {
    .slideshow-wrap .slick-dots {
        bottom: calc(18px + (30 - 18) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }

        .slideshow-wrap .slick-dots > li {
            margin: 0 calc(3.6px + (6 - 3.6) * ((100vw - 375px) / (1400 - 375)) + 0px)
        }

            .slideshow-wrap .slick-dots > li > a, .slideshow-wrap .slick-dots > li > button {
                width: calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px);
                height: calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
            }

    .slideshow-wrap .slick-arrow {
        width: calc(48px + (80 - 48) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }

        .slideshow-wrap .slick-arrow:before {
            width: calc(24px + (40 - 24) * ((100vw - 375px) / (1400 - 375)) + 0px);
            height: calc(24px + (40 - 24) * ((100vw - 375px) / (1400 - 375)) + 0px);
            margin-left: calc(-12px + (-20 - -12) * ((100vw - 375px) / (1400 - 375)) + 0px);
            margin-top: calc(-12px + (-20 - -12) * ((100vw - 375px) / (1400 - 375)) + 0px)
        }
}

.section[data-slideshow-initialized="1"] .slideshow-cover {
    height: 100%;
    -webkit-animation: vertical-swipe 1s;
    animation: vertical-swipe 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.section[data-slideshow-initialized="1"] .slick-slides {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.section__slideshow {
    overflow: hidden
}

    .section__slideshow.section-style--white {
        padding: 10% 0
    }

@media screen and (max-width: 767px) {
    .section__slideshow.section-style--white {
        padding: 0 0
    }
}

.section__slideshow .video_wrap {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px
}

    .section__slideshow .video_wrap iframe {
        position: absolute;
        width: 100%;
        min-height: 100%;
        top: 50%;
        transform: translate(0%, -50%)
    }

.section__slideshow .slide__picture-bg {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0px;
    width: 100%
}

    .section__slideshow .slide__picture-bg img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px
    }

.section__slideshow .slideshow-cover {
    background-color: #ccdce3;
    display: block;
    width: 100%;
    position: absolute;
    top: 100%;
    height: 0%;
    left: 0px;
    z-index: 1;
    -webkit-animation: none;
    animation: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.section__slideshow .fineprint {
    position: absolute;
    bottom: 10px;
    right: 14px;
    max-width: calc(100% - 80px);
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    text-shadow: 0px 0px 1px #000;
    z-index: 2
}

@media screen and (max-width: 580px) {
    .section__slideshow .fineprint {
        right: 10px
    }
}

.section__slideshow .slick-slides .master-caption {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 0 100px;
    pointer-events: none
}

    .section__slideshow .slick-slides .master-caption h1:first-child, .section__slideshow .slick-slides .master-caption h2:first-child, .section__slideshow .slick-slides .master-caption h3:first-child, .section__slideshow .slick-slides .master-caption h4:first-child, .section__slideshow .slick-slides .master-caption h5:first-child, .section__slideshow .slick-slides .master-caption h6:first-child, .section__slideshow .slick-slides .master-caption ul:first-child, .section__slideshow .slick-slides .master-caption ol:first-child, .section__slideshow .slick-slides .master-caption p:first-child, .section__slideshow .slick-slides .master-caption .btn_wrap:first-child {
        margin-top: 0
    }

    .section__slideshow .slick-slides .master-caption h1:last-child, .section__slideshow .slick-slides .master-caption h2:last-child, .section__slideshow .slick-slides .master-caption h3:last-child, .section__slideshow .slick-slides .master-caption h4:last-child, .section__slideshow .slick-slides .master-caption h5:last-child, .section__slideshow .slick-slides .master-caption h6:last-child, .section__slideshow .slick-slides .master-caption ul:last-child, .section__slideshow .slick-slides .master-caption ol:last-child, .section__slideshow .slick-slides .master-caption p:last-child, .section__slideshow .slick-slides .master-caption .btn_wrap:last-child {
        margin-bottom: 0
    }

    .section__slideshow .slick-slides .master-caption a {
        pointer-events: auto
    }

    .section__slideshow .slick-slides .master-caption .pos {
        max-width: 1400px;
        padding: 0;
        height: 100%;
        margin: 0 auto
    }

    .section__slideshow .slick-slides .master-caption .table {
        height: 100%;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto
    }

        .section__slideshow .slick-slides .master-caption .table > .cell {
            padding: 20px 0px;
            vertical-align: middle
        }

    .section__slideshow .slick-slides .master-caption[data-valign="top"] .table > .cell {
        vertical-align: top
    }

    .section__slideshow .slick-slides .master-caption[data-valign="bottom"] .table > .cell {
        vertical-align: bottom
    }

.section__slideshow .slick-slides .slides > li.position-right > .table, .section__slideshow .slick-slides .slides .slick-slide.position-right > .table, .section__slideshow .slick-slides .captions > li.position-right > .table, .section__slideshow .slick-slides .captions .slick-slide.position-right > .table {
    width: 66.666%;
    right: 0px;
    position: absolute
}

    .section__slideshow .slick-slides .slides > li.position-right > .table > .cell, .section__slideshow .slick-slides .slides .slick-slide.position-right > .table > .cell, .section__slideshow .slick-slides .captions > li.position-right > .table > .cell, .section__slideshow .slick-slides .captions .slick-slide.position-right > .table > .cell {
        padding: 40px 12.5% 40px 12.5%
    }

.section__slideshow .slick-slides .slides > li.position-left > .table, .section__slideshow .slick-slides .slides .slick-slide.position-left > .table, .section__slideshow .slick-slides .captions > li.position-left > .table, .section__slideshow .slick-slides .captions .slick-slide.position-left > .table {
    width: 66.666%;
    left: 0px;
    position: absolute
}

    .section__slideshow .slick-slides .slides > li.position-left > .table > .cell, .section__slideshow .slick-slides .slides .slick-slide.position-left > .table > .cell, .section__slideshow .slick-slides .captions > li.position-left > .table > .cell, .section__slideshow .slick-slides .captions .slick-slide.position-left > .table > .cell {
        padding: 40px 12.5% 40px 12.5%
    }

@media screen and (max-width: 960px) {
    .section__slideshow .slick-slides.match-height .slick-list {
        position: relative
    }
}

.section__slideshow[data-nav-direction="false"] .slick-slides .master-caption, .section__slideshow[data-nav-direction="false"] .slick-slides .caption {
    padding: 0 20px
}

.section__slideshow[data-cap-height="1"] .slideshow-viewport {
    max-height: calc(100vh - 100px)
}

.section__slideshow[data-aspect="match"] .slideshow-viewport {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}

    .section__slideshow[data-aspect="match"] .slideshow-viewport .slick-slides, .section__slideshow[data-aspect="match"] .slideshow-viewport .slides, .section__slideshow[data-aspect="match"] .slideshow-viewport .slick-list, .section__slideshow[data-aspect="match"] .slideshow-viewport .slick-track, .section__slideshow[data-aspect="match"] .slideshow-viewport .slick-slide {
        height: 100%
    }

.section__slideshow[data-aspect="match"] .slick-captions {
    position: relative;
    height: auto
}

    .section__slideshow[data-aspect="match"] .slick-captions .captions, .section__slideshow[data-aspect="match"] .slick-captions .slick-list, .section__slideshow[data-aspect="match"] .slick-captions .slick-track, .section__slideshow[data-aspect="match"] .slick-captions .slick-slide {
        height: auto
    }

    .section__slideshow[data-aspect="match"] .slick-captions .caption {
        position: relative;
        height: auto
    }

.section__slideshow[data-aspect="viewport-full"] .slideshow-viewport {
    height: 100%
}

    .section__slideshow[data-aspect="viewport-full"] .slideshow-viewport .slick-slides {
        height: 100%;
        padding-bottom: 0px
    }

        .section__slideshow[data-aspect="viewport-full"] .slideshow-viewport .slick-slides.with-master-caption {
            height: auto
        }

.section__slideshow[data-aspect="viewport-header"] .slideshow-viewport {
    height: 100%
}

    .section__slideshow[data-aspect="viewport-header"] .slideshow-viewport .slick-slides {
        padding-bottom: calc( 100vh - 100px )
    }

        .section__slideshow[data-aspect="viewport-header"] .slideshow-viewport .slick-slides.with-master-caption {
            height: auto
        }

.section__slideshow[data-slide-count="0"] .slick-captions .caption, .section__slideshow[data-slide-count="1"] .slick-captions .caption {
    padding: 0 !important
}

@media screen and (max-width: 1400px) {
    .section__slideshow[data-aspect="viewport-header"] .slideshow-viewport .slick-slides {
        padding-bottom: calc( 100vh - calc(60px + (100 - 60) * ((100vw - 375px) / (1400 - 375)) + 0px) )
    }
}

@media screen and (max-width: 940px) {
    .section__slideshow[data-cap-height="1"] .slideshow-viewport {
        max-height: calc(100vh - 50px)
    }

    .section__slideshow[data-aspect="viewport-header"] .slideshow-viewport .slick-slides {
        padding-bottom: calc( 100vh - 50px )
    }
}

.toggle-menu .section__slideshow .slick-arrow, .toggle-menu .section__slideshow .slick-dots, .hide-nav .section__slideshow .slick-arrow, .hide-nav .section__slideshow .slick-dots {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0.0s;
    -moz-transition: all 0.2s ease-in-out 0.0s;
    -ms-transition: all 0.2s ease-in-out 0.0s;
    -o-transition: all 0.2s ease-in-out 0.0s;
    transition: all 0.2s ease-in-out 0.0s;
    visibility: hidden
}

.fullpage .section__slideshow {
    height: 100%
}

    .fullpage .section__slideshow[data-aspect="viewport-full"] .slideshow-viewport .slick-slides {
        padding-bottom: 0;
        height: 100%
    }

.admin-bar .section__slideshow[data-aspect="viewport-header"] .slideshow-viewport .slick-slides {
    padding-bottom: calc( 100vh - 32px - 100px )
}

@media screen and (max-width: 1400px) {
    .admin-bar .section__slideshow[data-aspect="viewport-header"] .slideshow-viewport .slick-slides {
        padding-bottom: calc( 100vh - 32px - calc(60px + (100 - 60) * ((100vw - 375px) / (1400 - 375)) + 0px) )
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .section__slideshow[data-aspect="viewport-header"] .slideshow-viewport .slick-slides {
        padding-bottom: calc( 100vh - 46px - calc(60px + (100 - 60) * ((100vw - 375px) / (1400 - 375)) + 0px) )
    }
}

@media screen and (max-width: 940px) {
    .admin-bar .section__slideshow[data-aspect="viewport-header"] .slideshow-viewport .slick-slides {
        padding-bottom: calc( 100vh - 46px - 50px )
    }
}

.admin-bar .section__slideshow[data-cap-height="1"] .slideshow-viewport {
    max-height: calc(100vh - 32px - 100px)
}

@media screen and (max-width: 1400px) {
    .admin-bar .section__slideshow[data-cap-height="1"] .slideshow-viewport {
        max-height: calc( 100vh - 32px - calc(60px + (100 - 60) * ((100vw - 375px) / (1400 - 375)) + 0px) )
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .section__slideshow[data-cap-height="1"] .slideshow-viewport {
        max-height: calc( 100vh - 46px - calc(60px + (100 - 60) * ((100vw - 375px) / (1400 - 375)) + 0px) )
    }
}

@media screen and (max-width: 940px) {
    .admin-bar .section__slideshow[data-cap-height="1"] .slideshow-viewport {
        max-height: calc( 100vh - 46px - 50px )
    }
}

.admin-bar .fullpage .section__slideshow[data-aspect="viewport-full"] .slideshow-viewport .slick-slides {
    padding-bottom: 0;
    height: 100%
}

.section__map .map-viewport.viewport-full {
    padding-bottom: 100vh
}

.section__map .map-viewport.viewport-header {
    padding-bottom: calc( 100vh - 100px )
}

@media screen and (max-width: 767px) {
    .section__map .map-viewport.viewport-header {
        padding-bottom: calc( 100vh - 50px )
    }
}

.section__map .map_canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%
}

    .section__map .map_canvas .dialog-wrap {
        width: 180px
    }

.section__map .map-groups[data-view="button_groups"] {
    padding: 34px 0
}

    .section__map .map-groups[data-view="button_groups"] > .pos {
        max-width: 1400px
    }

    .section__map .map-groups[data-view="button_groups"] .map-groups-wrap {
        margin: 0 -1%;
        list-style: none;
        padding: 0
    }

    .section__map .map-groups[data-view="button_groups"] .group {
        display: block;
        width: 23%;
        height: 88px;
        line-height: 88px;
        margin: 0 1%;
        text-align: center;
        background-color: #425563;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-family: "Eagle Bk";
        font-size: 1.1em;
        cursor: pointer;
        float: left;
        overflow: hidden
    }

        .section__map .map-groups[data-view="button_groups"] .group[data-group="amenity"] {
            background-color: #425563
        }

        .section__map .map-groups[data-view="button_groups"] .group[data-group="infrastructure"] {
            background-color: #f7c3ae
        }

        .section__map .map-groups[data-view="button_groups"] .group[data-group="public_spaces"] {
            background-color: #f37e6f
        }

        .section__map .map-groups[data-view="button_groups"] .group[data-group="education"] {
            background-color: #9cdcf8
        }

.section__map .map-groups[data-view="legend_basic"] ul {
    list-style: none;
    padding: 0
}

.section__map[data-layout-padding="none"] .map-groups > .pos {
    padding: 0
}

.admin-bar .section__map .map-viewport.viewport-header {
    padding-bottom: calc( 100vh - 32px - 100px )
}

@media screen and (max-width: 782px) {
    .admin-bar .section__map .map-viewport.viewport-header {
        padding-bottom: calc( 100vh - 46px - 100px )
    }
}

@media screen and (max-width: 767px) {
    .admin-bar .section__map .map-viewport.viewport-header {
        padding-bottom: calc( 100vh - 46px - 50px )
    }
}

.fullpage .section__map {
    height: 100%
}

    .fullpage .section__map[data-aspect="viewport-full"] .map-viewport {
        padding-bottom: 0 !important;
        height: 100%
    }

    .fullpage .section__map[data-aspect="viewport-full"] .map-groups[data-view="button_groups"] {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 0
    }

        .fullpage .section__map[data-aspect="viewport-full"] .map-groups[data-view="button_groups"] .map-groups-wrap {
            display: table;
            width: 100%;
            table-layout: fixed;
            padding: 0;
            margin: 0
        }

        .fullpage .section__map[data-aspect="viewport-full"] .map-groups[data-view="button_groups"] li {
            display: table-cell;
            padding: 5px
        }

        .fullpage .section__map[data-aspect="viewport-full"] .map-groups[data-view="button_groups"] .group {
            width: 100%;
            margin: 0
        }

    .fullpage .section__map[data-aspect="viewport-full"] .map-groups[data-view="legend_basic"] {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: auto
    }

    .fullpage .section__map[data-aspect="viewport-full"] .map-groups[data-view="legend_groups"] {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: auto
    }

@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

input::-webkit-input-placeholder {
    color: #000;
    text-transform: none;
    opacity: 1 !important
}

input:-moz-placeholder {
    color: #000;
    text-transform: none;
    opacity: 1 !important
}

input::-moz-placeholder {
    color: #000;
    text-transform: none;
    opacity: 1 !important
}

input:-ms-input-placeholder {
    color: #000;
    text-transform: none;
    opacity: 1 !important
}

textarea::-webkit-input-placeholder {
    color: #000;
    text-transform: none;
    opacity: 1 !important
}

textarea:-moz-placeholder {
    color: #000;
    text-transform: none;
    opacity: 1 !important
}

textarea::-moz-placeholder {
    color: #000;
    text-transform: none;
    opacity: 1 !important
}

textarea:-ms-input-placeholder {
    color: #000;
    text-transform: none;
    opacity: 1 !important
}

.wrapper--inner {
    padding-top: 100px
}

.admin-bar #header {
    top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar #header {
        top: 46px
    }
}

@media screen and (max-width: 940px) {
    .admin-bar #header .header__navigation {
        top: 0px
    }
}

#header {
    z-index: 112;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    backface-visibility: hidden
}

#fullpage {
    height: calc(100vh - 100px)
}

.admin-bar #fullpage {
    height: calc(100vh - 100px - 32px)
}

@media screen and (max-width: 782px) {
    .admin-bar #fullpage {
        height: calc(100vh - 100px - 46px)
    }
}

@media screen and (max-width: 1400px) {
    .wrapper--inner {
        padding-top: calc(60px + (100 - 60) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

@media screen and (max-width: 940px) {
    .wrapper--inner {
        padding-top: 50px
    }

    #fullpage {
        height: calc(100vh - 50px)
    }

    .admin-bar #fullpage {
        height: calc(100vh - 50px - 32px)
    }
}

@media screen and (max-width: 940px) and (max-width: 782px) {
    .admin-bar #fullpage {
        height: calc(100vh - 50px - 46px)
    }
}

.header__navigation {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

    .header__navigation > ul > li:first-child {
        padding-left: 0px !important
    }

    .header__navigation > ul > li:last-child {
        padding-right: 0px !important
    }

    .header__navigation > ul > li {
        text-align: center
    }

@media screen and (max-width: 940px) {
    #header {
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1)
    }

        #header > .pos {
            max-width: 100%
        }

    .header__navigation {
        height: 100vh;
        width: 100%;
        top: 0px;
        position: absolute;
        background-color: #c9d7ea;
        z-index: 4;
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1)
    }

        .header__navigation > ul {
            display: table-cell;
            vertical-align: middle
        }

            .header__navigation > ul > li {
                display: block;
                text-align: center
            }

    .header__hamburger {
        display: block
    }

    .header__navigation {
        left: 0px;
        right: auto;
        top: -100vh
    }

    body.menu-opened #header, body.menu-opening #header {
        left: auto
    }

    body.menu-opened .header__navigation, body.menu-opening .header__navigation {
        top: 0px
    }
}

@media screen and (max-width: 940px) {
    .header__navigation .sub-menu {
        margin: 0 !important;
        position: relative;
        max-width: 100%;
        z-index: 1;
        height: 0px;
        overflow: hidden
    }

    .header__navigation .menu-item-has-children > a > span:after {
        content: '';
        position: relative;
        top: 2px;
        margin-left: 3px;
        margin-top: -1px;
        width: 14px;
        height: 14px;
        display: inline-block;
        background-color: rebeccapurple;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48dGl0bGU+PC90aXRsZT48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTguODIsNS42bC0uOS0uOWEuNTY2LjU2NiwwLDAsMC0uODMsMEwxMCwxMS43ODgsMi45MTMsNC43YS41NjYuNTY2LDAsMCwwLS44MywwbC0uOS45YS41NjUuNTY1LDAsMCwwLDAsLjgyOWw4LjQsOC40YS41NjguNTY4LDAsMCwwLC44MywwbDguNDA1LTguNGEuNTY1LjU2NSwwLDAsMCwwLS44MjkiLz48L3N2Zz4=");
        background-size: 11px 11px;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

    .header__navigation .current_page_item.reveal .sub-menu {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
        height: auto
    }

    .header__navigation .menu-item-has-children.reveal > a > span:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMS4xODIsMTMuOTM0bC45LjlhLjU2Ni41NjYsMCwwLDAsLjgzLDBMMTAsNy43NDlsNy4wODcsNy4wODdhLjU2Ni41NjYsMCwwLDAsLjgzLDBsLjktLjlhLjU2Ni41NjYsMCwwLDAsMC0uODNsLTguNC04LjRhLjU2OS41NjksMCwwLDAtLjgyOSwwbC04LjQsOC40YS41NjYuNTY2LDAsMCwwLDAsLjgzIi8+PC9zdmc+")
    }

    .header__navigation .menu-item-has-children.reveal .sub-menu {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
        height: auto
    }

    .header__navigation .sub-menu li {
        text-align: left
    }
}

.header__hamburger {
    left: auto;
    right: 20px
}

@media screen and (max-width: 1400px) {
    .header__hamburger {
        right: calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

.hamburger .hamburger--open {
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1)
}

    .hamburger .hamburger--open i {
        -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
        -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
        -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
        -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms
    }

.hamburger .hamburger--close {
    display: none
}

.hamburger:hover .hamburger--open {
    width: 40%
}

body.menu-opened .hamburger .hamburger--open i:nth-child(1), body.menu-opened .hamburger .hamburger--open i:nth-child(4) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

body.menu-opened .hamburger .hamburger--open i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.menu-opened .hamburger .hamburger--open i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__logo {
    display: block;
    left: 50%;
    right: auto;
    margin-left: -70px
}

[data-bgcolor="none"] {
    color: #000
}

    [data-bgcolor="none"] .bg_cover {
        background-color: transparent
    }

    [data-bgcolor="none"] [data-animation-type="fade"] .slick-slides .slick-slide {
        background-color: #fff
    }

[data-bgcolor="white"] {
    color: #000
}

    [data-bgcolor="white"] .bg_cover, [data-bgcolor="white"] [data-animation-type="fade"] .slick-slides .slick-slide {
        background-color: #fff
    }

[data-bgcolor="black"] {
    color: #fff
}

    [data-bgcolor="black"] .bg_cover, [data-bgcolor="black"] [data-animation-type="fade"] .slick-slides .slick-slide {
        background-color: #000
    }

[data-fp-direction-color="white"] .fp-nav-direction polygon {
    fill: #000
}

[data-fp-direction-color="white"] .hamburger .hamburger--open i:after, [data-fp-direction-color="white"] .hamburger .hamburger--close i:after {
    background-color: #000
}

[data-fp-direction-color="transparent"] .fp-nav-direction polygon, [data-fp-direction-color="black"] .fp-nav-direction polygon {
    fill: #fff
}

[data-fp-direction-color="transparent"] .hamburger .hamburger--open i:after, [data-fp-direction-color="transparent"] .hamburger .hamburger--close i:after, [data-fp-direction-color="black"] .hamburger .hamburger--open i:after, [data-fp-direction-color="black"] .hamburger .hamburger--close i:after {
    background-color: #fff
}

body {
    font-family: 'sans-serif';
    font-size: 18px;
    line-height: 1.5
}

@media screen and (max-width: 1400px) {
    body {
        font-size: calc(14px + 4 * ((100vw - 375px) / (1400 - 375)))
    }
}

.fonts-loaded body {
    font-family: "Nunito",sans-serif
}

.section h1 {
    font-family: "butlermedium",serif;
    color: #bd6d3f;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 2.4em
}

.section h2 {
    font-family: "butlermedium",serif;
    color: #bd6d3f;
    font-size: 2em;
    line-height: 1.1;
    letter-spacing: 0.05em;
    font-weight: normal
}

.section h3 {
    font-family: "butlermedium",serif;
    font-size: 1.4em;
    color: #bd6d3f;
    letter-spacing: 0.02em;
    font-weight: normal
}

.section h4 {
    font-family: "butlermedium",serif;
    font-size: 1.3em;
    color: #000;
    letter-spacing: 0.01em;
    font-weight: normal
}

.section p > img {
    display: inline-block
}

.section a, .section a:active, .section a:focus, .section a:hover {
    color: #000
}

.section button, .section input, .section optgroup, .section select, .section textarea {
    font-family: "Nunito",sans-serif;
    font-size: 0.8em
}

.section .btn_wrap .link {
    background-color: #bd6d3f;
    color: #fff;
    padding: 9px 25px 8px 25px;
    border-radius: 3px;
    font-family: serif;
    line-height: 1;
    font-size: 0.9em;
    text-decoration: none !important
}

@media screen and (max-width: 1400px) {
    .section {
        padding: calc(40px + (120 - 40) * ((100vw - 375px) / (1400 - 375)) + 0px) 0
    }
}

.archive--wrap > .pos {
    max-width: 1100px
}

.gform_wrapper .gform_heading h1:first-child, .gform_wrapper .gform_heading h2:first-child, .gform_wrapper .gform_heading h3:first-child, .gform_wrapper .gform_heading h4:first-child, .gform_wrapper .gform_heading p:first-child {
    margin-top: 0
}

.gform_wrapper .gform_heading h1:last-child, .gform_wrapper .gform_heading h2:last-child, .gform_wrapper .gform_heading h3:last-child, .gform_wrapper .gform_heading h4:last-child, .gform_wrapper .gform_heading p:last-child {
    margin-bottom: 0
}

.gform_wrapper .gform_heading .gform_description {
    width: 100%;
    font-size: inherit;
    color: #000
}

    .gform_wrapper .gform_heading .gform_description h1 {
        font-family: "butlermedium",serif;
        color: #bd6d3f;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-size: 2.4em;
        margin: 1.414em 0 0.5em
    }

    .gform_wrapper .gform_heading .gform_description h3 {
        text-align: center;
        font-family: "butlermedium",serif;
        font-style: normal;
        font-size: 1.4em
    }

    .gform_wrapper .gform_heading .gform_description h2 {
        font-family: "butlermedium",serif;
        color: #bd6d3f;
        font-size: 2em;
        line-height: 1.1;
        letter-spacing: 0.05em
    }

    .gform_wrapper .gform_heading .gform_description h4 {
        font-family: "butlermedium",serif;
        font-size: 1.3em;
        color: #000;
        letter-spacing: 0.01em
    }

.gform_wrapper .gfield.mandatory {
    text-transform: none;
    line-height: 1.3;
    font-size: 0.6em
}

.gform_wrapper .ginput_container_select select {
    color: #000 !important
}

.gform_wrapper .ginput_container_select option {
    color: #000
}

.gform_wrapper .ginput_container_select:before {
    content: '';
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top: 14px solid #000;
    margin-top: -7px
}

.gform_wrapper .ginput_container input[type=text], .gform_wrapper .ginput_container input[type=email], .gform_wrapper .ginput_container select {
    height: 34px
}

.gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=button], .gform_wrapper .gform_page_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=button] {
    background-color: #bd6d3f;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 30px 7px 30px;
    min-width: 150px;
    border-radius: 3px;
    font-size: 1.05em;
    font-family: serif;
    letter-spacing: 0.02em
}

@media screen and (max-width: 568px) {
    .gform_wrapper .gfield {
        margin-bottom: 24px
    }

    .gform_wrapper .ginput_container_select:before {
        border: 5px solid transparent;
        border-top: 10px solid #000;
        margin-top: -4px
    }
}

[data-layout-spacing="default"] + [data-layout-spacing="default"], [data-layout-spacing="default"] + [data-layout-spacing="narrow"], [data-layout-spacing="narrow"] + [data-layout-spacing="default"] {
    padding-top: 0
}

.wrapper--inner {
    padding-top: 190px
}

@media screen and (max-width: 940px) {
    .wrapper--inner {
        padding-top: 50px
    }
}

#header > .pos {
    height: 190px;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms
}

@media screen and (max-width: 940px) {
    #header > .pos {
        height: 50px !important
    }
}

.header__hamburger {
    margin-right: 40px
}

    .header__hamburger .menu {
        display: block;
        content: 'Menu';
        position: absolute;
        z-index: 8;
        color: #000;
        font-weight: bold;
        line-height: 51px;
        height: 50px;
        right: -40px
    }

.hamburger .hamburger--open, .hamburger .hamburger--close {
    width: 26px !important
}

.header__logo {
    left: 50%;
    top: 17px;
    width: 268px;
    margin-left: -10%;
    max-width: 346px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 300ms ease 300ms, visibility 0ms ease 300ms;
    -moz-transition: opacity 300ms ease 300ms, visibility 0ms ease 300ms;
    -ms-transition: opacity 300ms ease 300ms, visibility 0ms ease 300ms;
    -o-transition: opacity 300ms ease 300ms, visibility 0ms ease 300ms;
    transition: opacity 300ms ease 300ms, visibility 0ms ease 300ms
}

    .header__logo > a {
        padding-bottom: 40%;
        background-color: transparent;
        margin-top: 0
    }

@media screen and (max-width: 940px) {
    .header__logo {
        width: 104px;
        left: calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px);
        top: 50%;
        transform: none;
        transition: none;
        margin: 0;
        margin-top: -21px
    }
}

.header__navigation {
    height: 29px;
    bottom: 17px;
    font-family: butlerregular, serif;
    padding-right: 144px;
    padding-left: 20px
}

    .header__navigation > ul > li {
        padding: 0 16px
    }

        .header__navigation > ul > li > a {
            letter-spacing: 0;
            font-size: 0.8em;
            white-space: nowrap
        }

            .header__navigation > ul > li > a[href="#register"] {
                background-color: #bd6d3f;
                color: #fff;
                padding: 0 25px 0 25px;
                border-radius: 3px;
                font-family: serif;
                font-size: 0.75em;
                text-decoration: none !important;
                height: 29px;
                line-height: 29px
            }

            .header__navigation > ul > li > a:hover, .header__navigation > ul > li > a:active, .header__navigation > ul > li > a:focus {
                text-decoration: underline
            }

        .header__navigation > ul > li.current-menu-item > a {
            text-decoration: underline
        }

@media screen and (max-width: 1040px) {
    .header__navigation > ul > li {
        padding: 0 10px
    }
}

@media screen and (max-width: 940px) {
    .header__navigation {
        height: 100vh;
        width: 100vw;
        left: 0px;
        bottom: auto;
        transform: none;
        top: -100vh;
        padding-right: 0px;
        padding-left: 0px
    }

        .header__navigation > ul {
            padding-bottom: 60px
        }

            .header__navigation > ul > li {
                padding: 8px 16px !important
            }

                .header__navigation > ul > li:first-child, .header__navigation > ul > li:last-child {
                    padding: 8px 16px !important
                }

                .header__navigation > ul > li > a {
                    font-size: 1.2em
                }

                    .header__navigation > ul > li > a[href="#register"] {
                        font-size: 1.15em;
                        display: inline-block;
                        margin-top: 20px;
                        height: 36px;
                        line-height: 36px
                    }
}

@media screen and (max-width: 940px) {
    .admin-bar #header .header__navigation {
        top: -100vh
    }
}

@media screen and (max-width: 940px) {
    body.menu-opened .header__navigation, body.menu-opening .header__navigation, body.menu-opened.admin-bar #header .header__navigation, body.menu-opening.admin-bar #header .header__navigation {
        top: 0px
    }
}

.language-switcher {
    position: absolute;
    top: 0px;
    right: 20px;
    background: none;
    background-color: transparent;
    color: #000;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    font-family: serif;
    font-size: 0.75em;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px solid #000;
    width: 112px;
    text-align: center;
    cursor: pointer;
    height: 29px;
    line-height: 27px
}

    .language-switcher.mobile {
        right: 102px;
        top: 50%;
        transform: translate(0, -50%);
        padding: 0 10px;
        width: auto;
        display: none;
        z-index: 4;
        height: 27px;
        line-height: 25px
    }

@media screen and (max-width: 940px) {
    .language-switcher {
        display: none
    }

        .language-switcher.mobile {
            display: block
        }
}

.headroom--not-top#header > .pos {
    height: 65px;
    -webkit-transition: all 300ms ease 300ms;
    -moz-transition: all 300ms ease 300ms;
    -ms-transition: all 300ms ease 300ms;
    -o-transition: all 300ms ease 300ms;
    transition: all 300ms ease 300ms
}

.headroom--not-top .header__logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms ease 0ms, visibility 0ms ease 600ms;
    -moz-transition: opacity 300ms ease 0ms, visibility 0ms ease 600ms;
    -ms-transition: opacity 300ms ease 0ms, visibility 0ms ease 600ms;
    -o-transition: opacity 300ms ease 0ms, visibility 0ms ease 600ms;
    transition: opacity 300ms ease 0ms, visibility 0ms ease 600ms
}

@media screen and (max-width: 940px) {
    .headroom--not-top#header > .pos {
        height: 50px !important
    }

    .headroom--not-top .header__logo {
        opacity: 1 !important;
        visibility: visible !important
    }
}

.slideshow-wrap .slick-arrow:before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-color: #fff;
    opacity: 0.7;
    border-radius: 30px;
    background-size: 30%;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms
}

.slideshow-wrap .slick-arrow:hover:before {
    opacity: 1
}

.slideshow-wrap .slick-dots > li > a, .slideshow-wrap .slick-dots > li > button {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: transparent
}

@media screen and (max-width: 1400px) {
    .slideshow-wrap .slick-arrow:before {
        width: calc(30px + (60 - 30) * ((100vw - 375px) / (1400 - 375)) + 0px);
        height: calc(30px + (60 - 30) * ((100vw - 375px) / (1400 - 375)) + 0px);
        margin-left: calc(-15px + (-30 - -15) * ((100vw - 375px) / (1400 - 375)) + 0px);
        margin-top: calc(-15px + (-30 - -15) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }

    .slideshow-wrap .slick-dots > li > a, .slideshow-wrap .slick-dots > li > button {
        width: calc(12px + (30 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px);
        height: calc(12px + (30 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }

    .slideshow-wrap .slick-dots > li {
        margin: 0 calc(6px + (8 - 6) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }
}

.footer__logos {
    text-align: center;
    padding-bottom: 20px
}

    .footer__logos > a {
        display: inline-block;
        width: 126px;
        height: 28px;
        margin: 0 4vw
    }

@media screen and (max-width: 860px) {
    .footer__logos > a {
        height: 24px
    }
}

.footer__navigation {
    font-family: serif;
    font-size: 0.8em
}

    .footer__navigation > ul > li:after {
        margin: 0 4px 0 8px;
        font-family: butlermedium, serif
    }

    .footer__navigation > ul > li > a {
        font-style: italic
    }

.section__two_column_content {
    overflow: visible
}

    .section__two_column_content > .pos {
        max-width: 1100px
    }

    .section__two_column_content .content--wrap {
        padding: 0px 14.5%
    }

    .section__two_column_content[data-layout-spacing="none"] .content--wrap {
        padding: 80px 14.5%
    }

    .section__two_column_content .caption {
        text-align: right;
        position: absolute;
        height: auto;
        padding: 0.8em 2em !important;
        top: 100%;
        color: #000;
        font-size: 0.7em
    }

    .section__two_column_content .slick-captions .slick-list {
        overflow: visible
    }

@media screen and (max-width: 1400px) {
    .section__two_column_content .content--wrap {
        padding: 0 14.5%
    }

    .section__two_column_content[data-layout-spacing="none"] .content--wrap {
        padding: calc(48px + (80 - 48) * ((100vw - 375px) / (1400 - 375)) + 0px) 14.5%
    }
}

@media screen and (max-width: 940px) {
    .section__two_column_content .content--wrap, .section__two_column_content[data-layout-spacing="none"] .content--wrap {
        padding: calc(48px + (80 - 48) * ((100vw - 375px) / (1400 - 375)) + 0px) calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px);
        max-width: 640px !important;
        margin: 0 auto !important
    }
}

.section__tiled_images .tiles-wrap {
    height: 0;
    padding-bottom: 50%
}

.section__tiled_images .tiles {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%
}

.section__tiled_images .tile {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 35%;
    height: 50%;
    background-size: cover;
    background-position: 50% 50%
}

    .section__tiled_images .tile[data-tile="1"] {
        top: 0%;
        left: 1%;
        width: 34%;
        height: 49%
    }

    .section__tiled_images .tile[data-tile="2"] {
        top: 0%;
        left: 36%;
        width: 34%;
        height: 49%
    }

    .section__tiled_images .tile[data-tile="3"] {
        top: 0%;
        left: 71%;
        width: 28%;
        height: 32%
    }

    .section__tiled_images .tile[data-tile="4"] {
        top: 51%;
        left: 1%;
        width: 34%;
        height: 49%
    }

    .section__tiled_images .tile[data-tile="5"] {
        top: 51%;
        left: 36%;
        width: 16.5%;
        height: 49%
    }

    .section__tiled_images .tile[data-tile="6"] {
        top: 51%;
        left: 53.5%;
        width: 16.5%;
        height: 49%
    }

    .section__tiled_images .tile[data-tile="7"] {
        top: 34%;
        left: 71%;
        width: 28%;
        height: 32%
    }

    .section__tiled_images .tile[data-tile="8"] {
        top: 68%;
        left: 71%;
        width: 28%;
        height: 32%
    }

.section__archives .alm-listing .item--news, .section__news .item--news {
    width: 100%;
    margin: 0;
    float: none;
    height: auto;
    padding-bottom: 120px
}

    .section__archives .alm-listing .item--news:last-child, .section__news .item--news:last-child {
        padding-bottom: 0
    }

    .section__archives .alm-listing .item--news .item-wrap, .section__news .item--news .item-wrap {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .section__archives .alm-listing .item--news .column, .section__news .item--news .column {
        display: table-cell;
        width: 50%;
        vertical-align: top;
        position: relative
    }

    .section__archives .alm-listing .item--news .column--wrap, .section__news .item--news .column--wrap {
        position: static
    }

    .section__archives .alm-listing .item--news .content--wrap, .section__news .item--news .content--wrap {
        max-width: 550px;
        width: 100%;
        float: left;
        padding: 0px 7.25%
    }

    .section__archives .alm-listing .item--news .column--left .content--wrap, .section__news .item--news .column--left .content--wrap {
        float: right
    }

    .section__archives .alm-listing .item--news .placeholder--wrap, .section__news .item--news .placeholder--wrap {
        padding: 0 7.25% 0 20px
    }

    .section__archives .alm-listing .item--news .image--wrap, .section__news .item--news .image--wrap {
        position: absolute;
        top: 0px;
        left: 0%;
        width: 100%;
        height: 100%;
        padding: 0 7.25% 0 20px
    }

        .section__archives .alm-listing .item--news .image--wrap > a, .section__news .item--news .image--wrap > a {
            display: block
        }

    .section__archives .alm-listing .item--news .item-even .content--wrap, .section__news .item--news .item-even .content--wrap {
        padding-right: 20px
    }

    .section__archives .alm-listing .item--news .item-odd .content--wrap, .section__news .item--news .item-odd .content--wrap {
        padding-left: 20px
    }

    .section__archives .alm-listing .item--news .item-odd .image--wrap, .section__archives .alm-listing .item--news .item-odd .placeholder--wrap, .section__news .item--news .item-odd .image--wrap, .section__news .item--news .item-odd .placeholder--wrap {
        padding: 0 20px 0 7.25%
    }

    .section__archives .alm-listing .item--news .image, .section__news .item--news .image {
        width: 100%;
        height: 0
    }

        .section__archives .alm-listing .item--news .image .image-wrap, .section__news .item--news .image .image-wrap {
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            width: 100%;
            height: 100%;
            cursor: pointer;
            z-index: 1
        }

            .section__archives .alm-listing .item--news .image .image-wrap > span, .section__news .item--news .image .image-wrap > span {
                background-size: cover;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                width: 100%;
                height: 100%;
                display: block
            }

    .section__archives .alm-listing .item--news .placeholder, .section__news .item--news .placeholder {
        float: left
    }

        .section__archives .alm-listing .item--news .placeholder.stacked, .section__news .item--news .placeholder.stacked {
            display: none
        }

@media screen and (max-width: 1400px) {
    .section__archives .alm-listing .item--news, .section__news .item--news {
        padding-bottom: calc(40px + (120 - 40) * ((100vw - 375px) / (1400 - 375)) + 0px)
    }

        .section__archives .alm-listing .item--news .image--wrap, .section__archives .alm-listing .item--news .content--wrap, .section__archives .alm-listing .item--news .placeholder--wrap, .section__news .item--news .image--wrap, .section__news .item--news .content--wrap, .section__news .item--news .placeholder--wrap {
            padding: 0 calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px)
        }

        .section__archives .alm-listing .item--news .item-even .content--wrap, .section__news .item--news .item-even .content--wrap {
            padding-left: 7.25%
        }

        .section__archives .alm-listing .item--news .item-even .image--wrap, .section__archives .alm-listing .item--news .item-even .placeholder--wrap, .section__news .item--news .item-even .image--wrap, .section__news .item--news .item-even .placeholder--wrap {
            padding-right: 7.25%
        }

        .section__archives .alm-listing .item--news .item-odd .content--wrap, .section__news .item--news .item-odd .content--wrap {
            padding-right: 7.25%
        }

        .section__archives .alm-listing .item--news .item-odd .image--wrap, .section__archives .alm-listing .item--news .item-odd .placeholder--wrap, .section__news .item--news .item-odd .image--wrap, .section__news .item--news .item-odd .placeholder--wrap {
            padding-left: 7.25%
        }
}

@media screen and (max-width: 860px) {
    .section__archives .alm-listing .item--news .columns, .section__news .item--news .columns {
        min-height: 0px
    }

    .section__archives .alm-listing .item--news .column, .section__news .item--news .column {
        width: 100% !important;
        display: block
    }

    .section__archives .alm-listing .item--news .content--wrap, .section__news .item--news .content--wrap {
        padding: calc(48px + (80 - 48) * ((100vw - 375px) / (1400 - 375)) + 0px) calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px) !important;
        max-width: 640px !important;
        margin: 0 auto !important;
        float: none
    }

    .section__archives .alm-listing .item--news .placeholder--wrap, .section__archives .alm-listing .item--news .image--wrap, .section__news .item--news .placeholder--wrap, .section__news .item--news .image--wrap {
        padding: 0 calc(12px + (20 - 12) * ((100vw - 375px) / (1400 - 375)) + 0px) !important
    }

    .section__archives .alm-listing .item--news .item-odd .column--right, .section__news .item--news .item-odd .column--right {
        display: table-footer-group;
        margin-bottom: 1.1em
    }

    .section__archives .alm-listing .item--news.item, .section__news .item--news.item {
        padding-bottom: 0
    }
}

.archive--wrap .alm-btn-wrap {
    padding-top: 60px;
    padding-bottom: 0
}

#single__news > .pos {
    max-width: 960px
}

#single__news .content--wrap .details h2 {
    margin-bottom: 1.4em;
    margin-top: 1em
}

#single__news .content--wrap .details .date {
    font-weight: bold
}

#single__news .btn--back > a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
    display: block;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 6px 25px 4px 25px;
    float: left
}

#single__news .nav--posts {
    margin-top: 2em
}

    #single__news .nav--posts .btn--prev > a, #single__news .nav--posts .btn--next > a {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.75em;
        display: block;
        border: 1px solid #000;
        border-radius: 3px;
        padding: 6px 25px 4px 25px;
        width: 160px;
        text-align: center
    }

    #single__news .nav--posts .btn--next {
        float: right
    }

    #single__news .nav--posts .btn--prev {
        float: left
    }

#stats h1 {
    text-transform: none;
    margin-bottom: 0
}

#stats p {
    line-height: 1.3;
    margin-top: 0.2em;
    margin-bottom: 0
}

    #stats p > img {
      
        max-width: 98px
    }

#register h3 {
    margin-bottom: 0.1em
}

    #register h3 + p {
        font-weight: 600;
        font-size: 0.85em;
        margin-top: 0;
        margin-bottom: 2.6em
    }

#home-slide .slideshow-wrap {
    overflow: hidden
}

#home-slide .slideshow-viewport {
    margin: -10px;
    width: auto;
    height: auto
}

#home-slide .slick-slides div[role="img"] {
    width: auto;
    height: auto;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px
}

.page-home .slick-captions .caption {
    padding: 0 !important
}

.page-home .slick-captions h3 {
    text-shadow: 0px 0px 5px #000000;
    color: #fff;
    font-size: 38px
}

@media screen and (max-width: 1400px) {
    .page-home .slick-captions h3 {
        font-size: calc(20px + 15 * ((100vw - 860px) / (1400 - 860)))
    }
}

@media screen and (max-width: 767px) {
    .page-home .slick-captions h3 {
        font-size: 38px;
        font-size: calc(25px + 42 * ((100vw - 375px) / (1400 - 375)))
    }
}

.section__content .legend {
    width: 100% !important
}

    .section__content .legend > tbody > tr > td {
        vertical-align: top;
        width: 20%;
        padding-right: 20px;
        font-size: 0.8em
    }

        .section__content .legend > tbody > tr > td > div:before {
            content: '';
            position: absolute;
            height: 100%;
            width: 0px;
            display: block;
            left: -10px;
            top: 0px;
            border-right: 1px dotted #000
        }

        .section__content .legend > tbody > tr > td:first-child > div:before {
            display: none
        }

        .section__content .legend > tbody > tr > td:nth-child(3) {
            width: 40%
        }

            .section__content .legend > tbody > tr > td:nth-child(3) table {
                width: 100% !important
            }

            .section__content .legend > tbody > tr > td:nth-child(3) td {
                width: 50%;
                vertical-align: top;
                padding-right: 20px
            }

    .section__content .legend ol {
        list-style-type: decimal;
        list-style-position: outside;
        padding: 0;
        padding-left: 20px
    }

    .section__content .legend ul {
        list-style-type: none;
        list-style-position: inside;
        padding: 0
    }

    .section__content .legend h4 {
        font-family: "Nunito",sans-serif;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        padding-left: 32px;
        min-height: 32px;
        padding-top: 7px
    }

        .section__content .legend h4 > img {
            display: block;
            float: none;
            top: 0px;
            width: 26px;
            height: 26px;
            position: absolute;
            left: 0px
        }

@media screen and (max-width: 960px) {
    .section__content .legend > tbody > tr > td {
        width: 25% !important
    }

        .section__content .legend > tbody > tr > td:nth-child(3) {
            width: 25% !important
        }

            .section__content .legend > tbody > tr > td:nth-child(3) td {
                width: 100%;
                display: block
            }
}

@media screen and (max-width: 767px) {
    .section__content .legend > tbody > tr > td {
        width: 100% !important;
        display: block;
        padding: 0;
        margin: 20px 0
    }

        .section__content .legend > tbody > tr > td > div:before {
            display: none !important
        }

        .section__content .legend > tbody > tr > td:nth-child(3) {
            width: 100% !important
        }

            .section__content .legend > tbody > tr > td:nth-child(3) td {
                padding: 0
            }

    .section__content .legend td {
        text-align: center
    }

    .section__content .legend ol {
        list-style-position: inside;
        padding: 0
    }

    .section__content .legend h4 {
        padding-left: 0px;
        min-height: 0px;
        padding-top: 0;
        text-indent: 0px
    }

        .section__content .legend h4 > img {
            display: inline-block;
            float: none;
            top: -2px;
            width: 20px;
            height: 20px;
            position: relative;
            left: auto;
            margin: 0;
            margin-right: 6px
        }
}

#anim-1, #anim-2, #anim-3, #register {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transition: all 1.5s ease-in-out 0ms;
    -moz-transition: all 1.5s ease-in-out 0ms;
    -ms-transition: all 1.5s ease-in-out 0ms;
    -o-transition: all 1.5s ease-in-out 0ms;
    transition: all 1.5s ease-in-out 0ms
}

    #anim-1.do, #anim-2.do, #anim-3.do, #register.do {
        opacity: 1;
        transform: translateY(0px)
    }

.page-home #anim-1 h4 {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.3
}

    .page-home #anim-1 h4 em {
        font-weight: normal
    }
