﻿@charset "UTF-8";

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    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-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333;
}

    .flickity-button:hover {
        background: #fff;
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #19f;
    }

    .flickity-button:active {
        opacity: .6;
    }

    .flickity-button:disabled {
        opacity: .3;
        cursor: auto;
        pointer-events: none;
    }

.flickity-button-icon {
    fill: #333;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

    .fancybox-container * {
        box-sizing: border-box;
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        vertical-align: middle;
        width: 0;
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}

    .fancybox-slide--image:before {
        display: none;
    }

.fancybox-slide--html {
    padding: 6px 6px 0;
}

.fancybox-slide--iframe {
    padding: 44px 44px 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc;
    }

        .fancybox-button:focus, .fancybox-button:hover {
            color: #fff;
        }

        .fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
        }

        .fancybox-button svg {
            display: block;
            overflow: visible;
            position: relative;
            shape-rendering: geometricPrecision;
        }

            .fancybox-button svg path {
                fill: transparent;
                stroke: currentColor;
                stroke-linejoin: round;
                stroke-width: 3;
            }

.fancybox-button--pause svg path:first-child, .fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}

    .fancybox-close-small svg {
        fill: transparent;
        opacity: .8;
        stroke: currentColor;
        stroke-width: 1.5;
        transition: stroke .1s;
    }

    .fancybox-close-small:focus {
        outline: none;
    }

    .fancybox-close-small:hover svg {
        opacity: 1;
    }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}

    .fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
        background: transparent;
        color: #fff;
    }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
}

    .fancybox-caption:before {
        background-image: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1;
    }

    .fancybox-caption:after {
        border-bottom: 1px solid hsla(0, 0%, 100%, .3);
        content: "";
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0;
    }

    .fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none;
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline;
        }

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(99, 99, 99, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px;
    }

    .fancybox-share p {
        margin: 0;
        padding: 0;
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff;
    }

    .fancybox-share__button:hover {
        text-decoration: none;
    }

.fancybox-share__button--fb {
    background: #3b5998;
}

    .fancybox-share__button--fb:hover {
        background: #344e86;
    }

.fancybox-share__button--pt {
    background: #bd081d;
}

    .fancybox-share__button--pt:hover {
        background: #aa0719;
    }

.fancybox-share__button--tw {
    background: #1da1f2;
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8;
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

    .fancybox-share__button svg path {
        fill: #fff;
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .fancybox-thumbs > ul > li:before {
        border: 4px solid #4ea7f9;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94);
        z-index: 99991;
    }

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}

@font-face {
    font-family: rbno3\.1;
    src: url(../fonts/rbno3.1-book-webfont.woff2) format("woff2"), url(../fonts/rbno3.1-book-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: rbno3\.1;
    src: url(../fonts/rbno3.1-bookitalic-webfont.woff2) format("woff2"), url(../fonts/rbno3.1-bookitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: rbno3\.1;
    src: url(../fonts/rbno3.1-light-webfont.woff2) format("woff2"), url(../fonts/rbno3.1-light-webfont.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: rbno3\.1;
    src: url(../fonts/rbno3.1-lightitalic-webfont.woff2) format("woff2"), url(../fonts/rbno3.1-lightitalic-webfont.woff) format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: rbno3\.1;
    src: url(../fonts/rbno3.1-medium-webfont.woff2) format("woff2"), url(../fonts/rbno3.1-medium-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: rbno3\.1;
    src: url(../fonts/rbno3.1-mediumitalic-webfont.woff2) format("woff2"), url(../fonts/rbno3.1-mediumitalic-webfont.woff) format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: rbno3\.1;
    src: url(../fonts/rbno3.1-black-webfont.woff2) format("woff2"), url(../fonts/rbno3.1-black-webfont.woff) format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: rbno3\.1;
    src: url(../fonts/rbno3.1-blackitalic-webfont.woff2) format("woff2"), url(../fonts/rbno3.1-blackitalic-webfont.woff) format("woff");
    font-weight: 900;
    font-style: italic;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    color: #000;
    font-family: Raleway, sans-serif;
    line-height: 1.5;
    background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0 0 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    display: block;
    font-family: rbno3\.1, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}

    .h1 b, .h1 strong, .h2 b, .h2 strong, .h3 b, .h3 strong, .h4 b, .h4 strong, .h5 b, .h5 strong, .h6 b, .h6 strong, h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
        font-weight: 900;
    }

.h1, h1 {
    font-size: 2.125rem;
}

@media screen and (min-width:768px) {
    .h1, h1 {
        font-size: 2.8125rem;
    }
}

.h2, h2 {
    font-size: 1.875rem;
}

.h3, h3 {
    font-size: 1.5625rem;
}

.h4, h4 {
    font-size: 1.25rem;
}

.h5, h5 {
    font-size: 1.125rem;
}

.h6, h6 {
    font-size: 1rem;
}

a {
    color: #c32030;
}

blockquote {
    margin: 0 0 3rem;
    padding: 0 0 0 1rem;
    font-family: rbno3\.1, sans-serif;
    font-weight: 300;
    line-height: 2;
    border-left: .25rem solid currentColor;
}

@media screen and (min-width:768px) {
    blockquote {
        padding-left: 1.25rem;
    }
}

img, svg {
    max-width: 100%;
    height: auto;
}

.lead {
    font-size: 1.375rem;
}

.image-round {
    border-radius: 50%
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.colour-base {
    color: #000;
}

.colour-primary {
    color: #c32030;
}

.colour-secondary {
    color: #1d4494;
}

.colour-tertiary {
    color: #f89c04;
}

.container, .container-full {
    position: relative;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

@media screen and (min-width:768px) {
    .container, .container-full {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

.container {
    max-width: 78.75rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

@media screen and (min-width:768px) {
    .row {
        margin-right: -2.5rem;
        margin-left: -2.5rem;
    }
}

.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #262626;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.col, [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

@media screen and (min-width:768px) {
    .col, [class*=col-] {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (min-width:480px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width:960px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width:1140px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    fill: currentColor;
    vertical-align: bottom;
}

.icon-lg {
    width: 1.625em;
    height: 1.625em;
}

.icon-email {
    width: 1.5em;
}

    .icon-email.icon-lg {
        width: 2.4375em;
    }

.icon-youtube {
    width: 4.5em;
}

    .icon-youtube.icon-lg {
        width: 7.3125em;
    }

.icon-video {
    width: 1.3125em;
}

    .icon-video.icon-lg {
        width: 2.13281em;
    }

.site-nav-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

    .site-nav-bar .container, .site-nav-bar .container-full {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

@media screen and (min-width:768px) {
    .site-nav-bar .container, .site-nav-bar .container-full {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.site-logo {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
}

    .site-logo img {
        width: 170px;
        height: auto;
        fill: #000;
        -webkit-transition: fill .2s;
        transition: fill .2s;
        vertical-align: middle;
    }

@media screen and (min-width:768px) {
    .site-logo img {
        width: 170px;
    }
}

.dark .site-logo img, .site-nav-open .site-logo svg {
    fill: #fff;
}

.site-nav-toggle {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0rem 0 0 -1rem;
    padding: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

    .site-nav-toggle:hover {
        background: none;
    }

.site-nav-toggle-label {
    display: none;
    color: #fff;
    font-family: rbno3\.1, sans-serif;
    text-transform: uppercase;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.footer-logo {
    display: none
}

@media screen and (min-width:768px) {
    .site-nav-toggle-label {
        display: block;
    }
}

.dark .site-nav-toggle-label, .site-nav-open .site-nav-toggle-label {
    color: #fff;
}

.site-nav-toggle-icon {
    position: relative;
    display: block;
    width: 1.625rem;
    height: 1.125rem;
}

@media screen and (min-width:768px) {
    .site-nav-toggle-icon {
        width: 1.875rem;
        height: 1.375rem;
        margin-right: 1rem;
    }
}

.site-nav-toggle-icon span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

    .site-nav-toggle-icon span:first-child {
        margin-top: -.5625rem;
    }

    .site-nav-toggle-icon span:nth-child(2) {
        margin-top: -.0625rem;
    }

    .site-nav-toggle-icon span:nth-child(3) {
        margin-top: .4375rem;
    }

.dark .site-nav-toggle-icon span, .site-nav-open .site-nav-toggle-icon span {
    background-color: #fff;
}

    .site-nav-open .site-nav-toggle-icon span:first-child {
        -webkit-transform: translateY(.5rem) translateX(0) rotate(45deg);
        transform: translateY(.5rem) translateX(0) rotate(45deg);
    }

    .site-nav-open .site-nav-toggle-icon span:nth-child(2) {
        opacity: 0;
    }

    .site-nav-open .site-nav-toggle-icon span:nth-child(3) {
        -webkit-transform: translateY(-.5rem) translateX(0) rotate(-45deg);
        transform: translateY(-.5rem) translateX(0) rotate(-45deg);
    }

@media screen and (min-width:768px) {
    .site-nav-toggle-icon span: first-child {
        margin-top: -.6875rem;
    }

    .site-nav-toggle-icon span:nth-child(2) {
        margin-top: -.0625rem;
    }

    .site-nav-toggle-icon span:nth-child(3) {
        margin-top: .5625rem;
    }

    .site-nav-open .site-nav-toggle-icon span:first-child {
        -webkit-transform: translateY(.625rem) translateX(0) rotate(45deg);
        transform: translateY(.625rem) translateX(0) rotate(45deg);
    }

    .site-nav-open .site-nav-toggle-icon span:nth-child(3) {
        -webkit-transform: translateY(-.625rem) translateX(0) rotate(-45deg);
        transform: translateY(-.625rem) translateX(0) rotate(-45deg);
    }
}

.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 4.125rem 1.25rem;
    padding-right: 0;
    color: #9b9b9b;
    font-family: rbno3\.1, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    background-color: #000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
    -webkit-transition: opacity .2s, visibility .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility .2s, transform .2s;
    transition: opacity .2s, visibility .2s, transform .2s, -webkit-transform .2s;
    z-index: 900;
}

@media screen and (min-width:768px) {
    .site-nav {
        height: auto;
        max-height: 100vh;
        padding: 7.375rem 2.5rem;
        font-size: 1.5rem;
    }
}

@media screen and (min-width:1140px) {
    .site-nav {
        padding-bottom: 2rem;
    }
}

.site-nav .menu {
    margin: 0;
    padding: 0 0 0 2.875rem;
    list-style: none;
}

@media screen and (min-width:768px) {
    .site-nav .menu {
        width: 50%
    }

        .site-nav .menu:after, .site-nav .menu:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 1px;
            background-color: #9b9b9b;
        }

        .site-nav .menu:after {
            display: none;
        }
}

@media screen and (min-width:1140px) {
    .site-nav .menu {
        width: 25%;
        margin-bottom: 5.375rem;
    }

        .site-nav .menu:before {
            left: calc(25% + 1.25rem);
        }

        .site-nav .menu:after {
            display: block;
            left: 50%
        }
}

.site-nav .menu-item {
    position: relative;
    margin-top: -1px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.site-nav .menu-item-has-children:before {
    content: "+";
    position: absolute;
    top: .3125rem;
    left: -2.875rem;
    width: 1.625rem;
    font-family: sans-serif;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width:768px) {
    .site-nav .menu-item-has-children: before {
        top: .4375rem;
        width: 1.875rem;
    }
}

.site-nav a {
    display: block;
    padding: .25rem 1.25rem .375rem 0;
    color: inherit;
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .site-nav a {
        padding-top: .375rem;
        padding-bottom: .5rem;
        padding-right: 2.5rem;
    }
}

.site-nav a:hover {
    color: #fff;
}

.site-nav .sub-menu {
    position: relative;
    margin: 0;
    height: 0;
    padding: 0 0 0 1.25rem;
    font-family: Raleway, sans-serif;
    font-size: .875rem;
    list-style: none;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    .site-nav .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: auto !important;
        margin-left: 1px;
        padding-top: .375rem;
        padding-left: 2.5rem;
        font-size: 1.125rem;
        opacity: 0;
        visibility: hidden;
        background-color: #000;
    }
}

.site-nav .sub-menu .menu-item {
    margin-top: 0;
    border-top: none;
    border-bottom: none;
}

.site-nav .sub-menu a {
    padding-top: .5625rem;
    padding-bottom: .5625rem;
}

@media screen and (min-width:768px) {
    .site-nav .sub-menu a {
        padding-top: .4375rem;
        padding-bottom: .4375rem;
        padding-right: 0;
    }
}

.site-nav .menu-item-open {
    border-top-color: #9b9b9b;
    border-bottom-color: #9b9b9b;
}

@media screen and (min-width:768px) {
    .site-nav .menu-item-open {
        border-top-color: transparent;
        border-bottom-color: transparent;
    }
}

.site-nav .menu-item-open:before {
    content: "−"
}

@media screen and (min-width:768px) {
    .site-nav .menu-item-open > a: after {
        content: "";
        position: absolute;
        top: 1.375rem;
        width: 100%;
        height: 1px;
        margin-left: 1.25rem;
        background-color: currentColor;
    }
}

.site-nav .menu-item-open .sub-menu {
    height: auto;
}

@media screen and (min-width:768px) {
    .site-nav .menu-item-open .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}

.site-nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.site-description {
    display: none;
}

@media screen and (min-width:1140px) {
    .site-description {
        display: block;
        position: absolute;
        bottom: 2rem;
        right: 2.5rem;
        width: 40%;
        color: #4a4a4a;
        font-size: 2.1875rem;
        font-style: italic;
        font-weight: 900;
        line-height: 1;
        text-align: right;
        text-transform: uppercase;
    }
}

.search-form {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: -1rem 0 0;
}

@media screen and (min-width:768px) {
    .search-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.search-field {
    width: 15rem;
    padding: 1rem;
    color: #000;
    line-height: 1.625;
    background: none;
    border: none;
    -webkit-transition: color .2s;
    transition: color .2s;
}

@media screen and (min-width:960px) {
    .search-field {
        width: 20rem;
    }
}

.search-field:focus {
    outline: none;
}

.dark .search-field, .site-nav-open .search-field {
    color: #fff;
}

.search-field::-webkit-input-placeholder {
    color: #000;
    font-family: rbno3\.1, sans-serif;
    text-transform: uppercase;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.dark .search-field::-webkit-input-placeholder, .site-nav-open .search-field::-webkit-input-placeholder {
    color: #fff;
}

.search-field::-moz-placeholder {
    color: #000;
    font-family: rbno3\.1, sans-serif;
    text-transform: uppercase;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.dark .search-field::-moz-placeholder, .site-nav-open .search-field::-moz-placeholder {
    color: #fff;
}

.search-field:-ms-input-placeholder {
    color: #000;
    font-family: rbno3\.1, sans-serif;
    text-transform: uppercase;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.dark .search-field:-ms-input-placeholder, .site-nav-open .search-field:-ms-input-placeholder {
    color: #fff;
}

.search-submit {
    margin-right: -1rem;
    padding: 1rem;
    background: none;
    border: none;
    cursor: pointer;
}

    .search-submit:hover {
        color: inherit;
        background: none;
    }

    .search-submit svg {
        -webkit-transition: fill .2s;
        transition: fill .2s;
    }

.dark .search-submit svg, .site-nav-open .search-submit svg {
    fill: #fff;
}

.site-main {
    overflow: hidden;
}

.site-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    background-color: #000;
}

@media screen and (min-width:768px) {
    .site-footer {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.footer-logo {
    margin-bottom: 3rem;
    text-align: right;
}

    .footer-logo img {
        width: 170px;
        height: auto;
        fill: #fff;
        vertical-align: middle;
    }

@media screen and (min-width:768px) {
    .footer-logo svg {
        width: 100%;
        max-width: 221px;
    }
}

.footer-nav {
    display: none;
    font-family: rbno3\.1, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
}

@media screen and (min-width:768px) {
    .footer-nav {
        display: block;
    }
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count:2;
}

@media screen and (min-width:768px) {
    .footer-nav ul {
        column-count:2;
    }
   
}

.footer-nav li {
    margin: 0 0 .75rem;
}

.footer-nav a {
    display: block;
    text-decoration: none;
}

.social-nav {
    font-size: 1.75rem;
    line-height: 1;
}

@media screen and (min-width:960px) {
    .social-nav {
        font-size: 2.1875rem;
    }
}

.social-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-nav li {
    display: inline-block;
    margin: 0 .375em 1rem 0;
}

    .social-nav li:last-child {
        margin-right: 0;
    }

.social-nav a {
    color: inherit;
}

.contact-details {
    display: none;
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #262626;
}

@media screen and (min-width:768px) {
    .contact-details {
        display: block;
    }
}

.copyright {
    margin-bottom: .25rem;
    font-size: .8125rem;
    text-align:center;
}

@media screen and (min-width:768px) {
    .copyright-nav {
        display: inline;
        margin-right: .5em;
    }
}

.copyright-nav ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.copyright-nav li {
    display: inline;
}

    .copyright-nav li:after {
        content: " | ";
        margin: 0 .25em;
    }

    .copyright-nav li:last-child:after {
        display: none;
    }

.malt-link {
    color: #9b9b9b;
    font-size: .8125rem;
}

.accordion-heading {
    position: relative;
    margin: 0;
    padding: 1rem 3.75rem 1rem 1.25rem;
    font-family: Raleway, sans-serif;
    line-height: 1.5;
    text-transform: none;
    background-color: #f2f2f2;
    cursor: pointer;
}

@media screen and (min-width:960px) {
    .accordion-heading {
        padding: 1.5rem 5rem 1.5rem 1.875rem;
    }
}

.accordion-heading:hover {
    color: #c32030;
}

.accordion-heading:after, .accordion-heading:before {
    content: "";
    position: absolute;
    top: calc(1rem + .75em);
    right: 1.25rem;
    width: 1rem;
    height: .125rem;
    margin-top: -.0625rem;
    background-color: #c32030;
}

@media screen and (min-width:960px) {
    .accordion-heading: after, .accordion-heading:before {
        top: calc(1.5rem + .75em);
        right: 1.875rem;
    }
}

.accordion-heading:after {
    width: .125rem;
    height: 1rem;
    margin-top: -.5rem;
    margin-right: .4375rem;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.accordion-heading-open {
    color: #c32030;
}

    .accordion-heading-open:after {
        opacity: 0;
    }

.accordion-wrap {
    height: 0;
    margin: 0 0 .66667rem;
    overflow: hidden;
}

.accordion-heading-open + .accordion-wrap {
    height: auto;
}

.accordion-content {
    padding: 1rem 1.25rem;
    background-color: #e5e5e5;
}

@media screen and (min-width:960px) {
    .accordion-content {
        padding: 1.5rem 1.875rem;
    }
}

.block {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width:768px) {
    .block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.site-main .block:first-child {
    padding-top: 5rem;
}

@media screen and (min-width:768px) {
    .site-main .block: first-child {
        padding-top: 8rem;
    }
}

.block-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

    .block-image a {
        color: inherit;
    }

    .block-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
    }

.block-map {
    padding-top: 0;
    padding-bottom: 0;
}

    .block-map .google-map {
        height: 100vw;
    }

@media screen and (min-width:480px) {
    .block-map .google-map {
        height: 67vw;
    }
}

@media screen and (min-width:768px) {
    .block-map .google-map {
        height: 50vw;
    }
}

@media screen and (min-width:960px) {
    .block-map .google-map {
        height: 33vw;
    }
}

.block-rotator {
    text-align: center;
}

.block-banner {
    min-height: 66.667vw;
    padding: 0 !important;
    margin-top: 4rem;
}

@media screen and (min-width:768px) {
    .block-banner {
        min-height: 33.333vw;
        margin-top: 7rem;
    }
}

.block-banner img {
    display: none;
}

.block-form .gform_wrapper {
    margin-bottom: 0;
}

.block-form .gform_fields {
    max-width: none;
}

.block-form .button, .block-form .gform_title, .block-form button, .block-form input[type=submit] {
    color: #f89c04;
}

.block-tertiary .block-form .button, .block-tertiary .block-form .gform_title, .block-tertiary .block-form button, .block-tertiary .block-form input[type=submit] {
    color: inherit;
}

@media screen and (min-width:768px) {
    .block-form form: after, .block-form form:before {
        content: " ";
        display: table;
    }

    .block-form form:after {
        clear: both;
    }

    .block-form .gform_heading, .block-form .gform_title {
        float: left;
        width: 50%;
        padding-right: 2.5rem;
    }

    .block-form .gform_title {
        font-size: 1.875rem;
    }

    .block-form .gform_description {
        float: right;
        width: 50%;
        padding-left: 2.5rem;
    }

    .block-form .gform_body, .block-form .gform_footer, .block-form .validation_error {
        float: right;
        clear: right;
        width: 50%;
        padding-left: 2.5rem;
    }
}

.block-sidebar {
    color: #9b9b9b;
    background-color: rgba(248, 156, 4, .1);
}

.block-light {
    background-color: #f2f2f2;
}

.block-mid {
    color: #fff;
    background-color: #4a4a4a;
}

.block-dark {
    color: #fff;
    background-color: #262626;
}

.block-black {
    color: #fff;
    background-color: #000;
}

.block-primary {
    color: #fff;
    background-color: #c32030;
}

    .block-primary a {
        color: inherit;
    }

.block-secondary {
    color: #fff;
    background-color: #1d4494;
}

.block-tertiary {
    background-color: #f89c04;
}

.button, button, input[type=submit] {
    display: inline-block;
    padding: .5em 2em;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid currentColor;
    cursor: pointer;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}

@media screen and (min-width:768px) {
    .button, button, input[type=submit] {
        padding: .75em 2.5em;
    }
}

.button:hover, button:hover, input[type=submit]:hover {
    color: #fff;
    background-color: #c32030;
    border-color: #c32030;
}

.block-primary .button:hover, .block-primary button:hover, .block-primary input[type=submit]:hover, .card-primary .button:hover, .card-primary button:hover, .card-primary input[type=submit]:hover, .slide-primary .button:hover, .slide-primary button:hover, .slide-primary input[type=submit]:hover {
    color: #c32030;
    background-color: #fff;
    border-color: #fff;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

@media screen and (min-width:480px) {
    .card {
        min-height: 50vw;
    }
}

@media screen and (min-width:960px) {
    .card {
        min-height: 30vw;
    }
}

.card-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1.25rem;
}

@media screen and (min-width:768px) {
    .card-body {
        padding: 2rem 2.5rem;
    }
}

.card-body > :last-child {
    margin-bottom: 0;
}

.col-lg-6 .card-body {
    width: 50%
}

.card-footer {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.card-footer-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 1rem 1.25rem;
}

@media screen and (min-width:768px) {
    .card-footer-content {
        padding: 2rem 2.5rem;
    }
}

.card-footer-content > :last-child {
    margin-bottom: 0;
}

@media screen and (min-width:768px) {
    .card-heading {
        margin-bottom: 2rem;
    }
}

.card-inline-image {
    padding-right: 3.75rem;
}

.card-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1.25rem;
    color: #fff;
    background-color: #c32030;
}

@media screen and (min-width:768px) {
    .card-arrow {
        padding: 2rem;
    }
}

.card-link {
    color: #c32030;
    text-decoration: underline;
}

.card-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .card-thumbnail img {
        display: none;
    }

    .card-thumbnail:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
    }

.card-ronson .card-body {
    display: none;
}

@media screen and (min-width:480px) {
    .card-ronson .card-body {
        display: block;
    }
}

.card-ronson .card-body svg {
    float: right;
    fill: currentColor;
}

.card-has-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.card-primary .card-arrow, .card-secondary .card-arrow, .card-tertiary .card-arrow {
    background-color: hsla(0, 0%, 100%, .2);
}

.card-primary .card-link, .card-secondary .card-link, .card-tertiary .card-link {
    color: inherit;
}

.card-primary {
    background-color: #c32030;
    color: #fff;
}

.card-primary-light {
    background-color: rgba(195, 32, 48, .1);
}

.card-primary-mid {
    background-color: rgba(195, 32, 48, .3);
}

.card-primary-dark {
    background-color: rgba(195, 32, 48, .5);
}

.card-secondary-dark .card-arrow, .card-secondary-light .card-arrow, .card-secondary-mid .card-arrow {
    background-color: #1d4494;
}

.card-secondary-dark .card-link, .card-secondary-light .card-link, .card-secondary-mid .card-link {
    color: #1d4494;
}

.card-secondary {
    background-color: #1d4494;
    color: #fff;
}

.card-secondary-light {
    background-color: rgba(29, 68, 148, .1);
}

.card-secondary-mid {
    background-color: rgba(29, 68, 148, .3);
}

.card-secondary-dark {
    background-color: rgba(29, 68, 148, .5);
}

.card-tertiary-dark .card-arrow, .card-tertiary-light .card-arrow, .card-tertiary-mid .card-arrow {
    background-color: #f89c04;
}

.card-tertiary-dark .card-link, .card-tertiary-light .card-link, .card-tertiary-mid .card-link {
    color: #f89c04;
}

.card-tertiary {
    background-color: #f89c04;
}

.card-tertiary-light {
    background-color: rgba(248, 156, 4, .1);
}

.card-tertiary-mid {
    background-color: rgba(248, 156, 4, .3);
}

.card-tertiary-dark {
    background-color: rgba(248, 156, 4, .5);
}

.card-light {
    background-color: #f2f2f2;
}

.card-mid {
    color: #fff;
    background-color: #4a4a4a;
}

    .card-mid .card-link {
        color: inherit;
    }

.card-dark {
    color: #fff;
    background-color: #262626;
}

    .card-dark .card-link {
        color: inherit;
    }

.card-black {
    color: #fff;
    background-color: #000;
}

    .card-black .card-link {
        color: inherit;
    }

.card-foreground-primary .card-arrow {
    color: #fff;
    background-color: #c32030;
}

.card-foreground-secondary .card-arrow {
    color: #fff;
    background-color: #1d4494;
}

.card-foreground-tertiary .card-arrow {
    color: #fff;
    background-color: #f89c04;
}

.card-foreground-white .card-arrow {
    color: #000;
    background-color: #fff;
}

.card-foreground-light .card-arrow {
    color: #000;
    background-color: #f2f2f2;
}

.card-foreground-mid .card-arrow {
    color: #fff;
    background-color: #4a4a4a;
}

.card-foreground-dark .card-arrow {
    color: #fff;
    background-color: #262626;
}

.card-foreground-black .card-arrow {
    color: #fff;
    background-color: #000;
}

.card-image {
    color: #fff;
}

    .card-image .card-link {
        color: inherit;
    }

.contact-list {
    margin: 0;
    font-size: 1rem;
}

    .contact-list dd, .contact-list dt {
        display: inline;
        margin: 0;
        padding: 0;
    }

    .contact-list dt {
        margin-right: .25rem;
        margin-left: 2rem;
        font-family: rbno3\.1, sans-serif;
        text-transform: uppercase;
    }

        .contact-list dt:first-child {
            margin-left: 0;
        }

    .contact-list .icon {
        margin-right: .375rem;
    }

    .contact-list a, .download-box {
        color: inherit;
        text-decoration: none;
    }

.download-box {
    display: inline-block;
    max-width: 18.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-right: 1.25rem;
    font-size: 2.5rem;
    line-height: 1;
    border: 2px solid currentColor;
}

.col-xl-3 .download-box {
    display: block;
    margin-right: 0;
}

.download-box-body {
    display: block;
    padding: 1rem;
    border-bottom: 2px solid currentColor;
}

    .download-box-body > :last-child {
        margin-bottom: 0;
    }

    .download-box-body .icon {
        display: block;
        margin-bottom: .75rem;
        color: #c32030;
    }

.block-primary .download-box-body .icon {
    color: #000;
}

.download-box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.download-box-footer-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 1rem;
}

    .download-box-footer-content > :last-child {
        margin-bottom: 0;
    }

.download-box-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1rem;
    color: #fff;
    background-color: #c32030;
}

.block-primary .download-box-arrow {
    background-color: #000;
}

input[type=email], input[type=password], input[type=text], textarea {
    display: block;
    width: 100%;
    padding: 1rem 1.25rem;
    color: inherit;
    background: hsla(0, 0%, 100%, .17);
    border: 1px solid #4a4a4a;
}

    input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: inherit;
    }

    input[type=email]:-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: inherit;
    }

    input[type=email]::placeholder, input[type=password]::placeholder, input[type=text]::placeholder, textarea::placeholder {
        color: inherit;
    }

.gform_heading, .gform_wrapper, .validation_error {
    margin-bottom: 2rem;
}

.gform_title, .validation_error {
    color: #c32030;
}

.block-primary .gform_title {
    color: inherit;
}

.gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width:1140px) {
    .gform_fields {
        max-width: 66.66667%
    }
}

.gfield {
    margin: 0 0 1rem;
}

.gfield_label {
    display: block;
    margin: 0 0 .25rem;
}

.gform_hide_labels .gfield_label {
    display: none !important;
}

.gfield_description {
    margin-top: .25rem;
    font-size: .875rem;
    font-style: italic;
}

    .gfield_description.validation_message {
        color: #c32030;
    }

.gform_validation_container {
    display: none !important;
}

.gform_ajax_spinner {
    margin-left: 1.25rem;
}

.gallery-image {
    margin-bottom: 2rem;
    color: #c32030;
}

@media screen and (min-width:768px) {
    .gallery-image {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

.gallery-image-title {
    font-size: 1rem;
    font-weight: 500;
}

@media screen and (min-width:768px) {
    .gallery-image-title {
        font-size: 1.5rem;
    }
}

.gallery-image-caption {
    color: #000;
    line-height: 1.5;
}

.gear-type {
    padding: 1.25rem 0;
}

@media screen and (min-width:768px) {
    .gear-type {
        padding: 2.5rem 0;
    }
}

.gear-type-heading {
    padding: .375rem 0;
    color: #c32030;
    border-bottom: 1px solid currentColor;
}

@media screen and (min-width:768px) {
    .gear-type-heading {
        margin-bottom: 2rem;
    }
}

.gear-type-properties {
    font-size: .9375rem;
}

    .gear-type-properties dt {
        display: inline;
        font-weight: 700;
        text-transform: uppercase;
    }

        .gear-type-properties dt:after {
            content: ":"
        }

    .gear-type-properties dd {
        display: inline;
        margin: 0;
    }

        .gear-type-properties dd:after {
            content: "";
            display: block;
            margin-bottom: .5rem;
        }

.link-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: calc(100% - 1.25rem);
    min-height: 6rem;
    margin: 0 0 1.25rem;
    padding: 1rem 4rem 1rem 1rem;
    color: #000;
    line-height: 1.2;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .05);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

@media screen and (min-width:768px) {
    .link-box {
        width: calc(100% - 1.25rem);
    }
}

@media screen and (min-width:960px) {
    .link-box {
        font-size: 1.125rem;
    }
}

.link-box .link-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-right: 1rem;
}

    .link-box .link-box-icon img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%
    }

.link-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem;
    color: #fff;
    font-size: 3rem;
    background-color: #c32030;
}

.link-box:hover {
    background-color: rgba(0, 0, 0, .1);
}

.navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9b9b9b;
}

.navigation .nav-next {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    padding-left: 1.25rem;
}

    .navigation .nav-next a:after {
        content: " >>"
    }

.navigation .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 1.25rem;
}

    .navigation .nav-previous a:before {
        content: "<< "
    }

.navigation a {
    color: inherit;
    text-decoration: none;
}

    .navigation a:hover {
        color: #c32030;
    }

.navigation-secondary .navigation a:hover {
    color: #1d4494;
}

.navigation-tertiary .navigation a:hover {
    color: #f89c04;
}

.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -.25rem;
}

    .wp-pagenavi a, .wp-pagenavi span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: .25rem;
        padding: .25rem;
        color: #9b9b9b;
        text-decoration: none;
        border: 1px solid transparent;
    }

@media screen and (min-width:768px) {
    .wp-pagenavi a, .wp-pagenavi span {
        padding: .75rem;
    }
}

.wp-pagenavi a.pages, .wp-pagenavi span.pages {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width:768px) {
    .wp-pagenavi a.pages, .wp-pagenavi span.pages {
        display: block;
    }
}

.wp-pagenavi a.current, .wp-pagenavi a.page, .wp-pagenavi span.current, .wp-pagenavi span.page {
    min-width: 2.125rem;
    text-align: center;
    border-color: #9b9b9b;
}

@media screen and (min-width:768px) {
    .wp-pagenavi a.current, .wp-pagenavi a.page, .wp-pagenavi span.current, .wp-pagenavi span.page {
        min-width: 3.125rem;
    }
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
    color: #c32030;
    border-color: #c32030;
}

.navigation-secondary .wp-pagenavi a.current, .navigation-secondary .wp-pagenavi span.current {
    color: #1d4494;
    border-color: #1d4494;
}

.navigation-tertiary .wp-pagenavi a.current, .navigation-tertiary .wp-pagenavi span.current {
    color: #f89c04;
    border-color: #f89c04;
}

.wp-pagenavi a {
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}

    .wp-pagenavi a:hover {
        color: #fff;
        background-color: #c32030;
        border-color: #c32030;
    }

.navigation-secondary .wp-pagenavi a:hover {
    background-color: #1d4494;
    border-color: #1d4494;
}

.navigation-tertiary .wp-pagenavi a:hover {
    background-color: #f89c04;
    border-color: #f89c04;
}

.rotator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0;
    text-align: center;
}

    .rotator.flickity-enabled {
        display: block;
    }

.rotator-item {
    width: 100%;
    padding: 1rem 1.25rem;
}

@media screen and (min-width:480px) {
    .rotator-item {
        width: 50%
    }
}

@media screen and (min-width:768px) {
    .rotator-item {
        width: 33.33333%
    }
}

@media screen and (min-width:960px) {
    .rotator-item {
        width: 25%
    }
}

.rotator-item img {
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter .2s;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
}

.rotator-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.flickity-enabled .rotator-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}

    .flickity-enabled .rotator-item img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

.flickity-prev-next-button {
    padding: 0;
    color: inherit;
    background: transparent;
}

    .flickity-prev-next-button:disabled {
        display: none;
    }

    .flickity-prev-next-button:hover {
        color: inherit;
        background: transparent;
    }

    .flickity-prev-next-button.previous {
        left: -12px;
    }

@media screen and (min-width:1400px) {
    .flickity-prev-next-button.previous {
        left: -64px;
    }
}

.flickity-prev-next-button.next {
    right: -12px;
}

@media screen and (min-width:1400px) {
    .flickity-prev-next-button.next {
        right: -64px;
    }
}

.flickity-prev-next-button .flickity-button-icon {
    fill: currentColor;
}

@media screen and (min-width:1400px) {
    .flickity-prev-next-button .flickity-button-icon {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.sidebar-nav {
    position: relative;
    color: #9b9b9b;
}

    .sidebar-nav ul {
        margin: 0 0 2rem;
        padding: 0;
        font-size: 1.125rem;
        line-height: 1.2;
        list-style: none;
    }

@media screen and (min-width:960px) {
    .sidebar-nav ul {
        margin-bottom: 4rem;
    }
}

.sidebar-nav a {
    position: relative;
    display: block;
    padding: .5rem 0;
    color: inherit;
    text-decoration: none;
}

    .sidebar-nav a:hover {
        color: #c32030;
    }

@media screen and (min-width:960px) {
    .sidebar-nav .active a: before {
        content: "—";
        position: absolute;
        right: 100%;
        margin-right: .5rem;
    }
}

@media screen and (min-width:960px) {
    .sidebar-nav: before {
        content: "";
        position: absolute;
        top: 0;
        left: -2.5rem;
        width: 1px;
        height: 999rem;
        background-color: currentColor;
    }
}

.slides {
    position: relative;
}

.slides-cog {
    display: none;
    position: absolute;
    bottom: 5rem;
    right: 2.5rem;
    color: #ddd;
    font-size: 4rem;
    line-height: 1;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (min-width:768px) {
    .slides-cog {
        display: block;
    }
}

.slides-cog-progress {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.slides-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    text-align: center;
    background-color: rgba(0, 0, 0, .05);
    z-index: 1;
    -webkit-transition: color .2s;
    transition: color .2s;
}

    .slides-overlay .col, .slides-overlay [class*=col-] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .slides-overlay .col:last-child, .slides-overlay [class*=col-]:last-child {
            display: none;
            background-color: rgba(0, 0, 0, .05);
        }

@media screen and (min-width:960px) {
    .slides-overlay .col: last-child, .slides-overlay [class*=col-]:last-child {
        display: block;
    }
}

.slides-overlay .contact-list dd, .slides-overlay .contact-list dt {
    display: none;
}

    .slides-overlay .contact-list dd:first-of-type, .slides-overlay .contact-list dt:first-of-type {
        display: inline;
    }

@media screen and (min-width:768px) {
    .slides-overlay .contact-list dd, .slides-overlay .contact-list dt {
        display: inline;
    }

        .slides-overlay .contact-list dd:last-of-type, .slides-overlay .contact-list dt:last-of-type {
            display: none;
        }
}

.slides-overlay .contact-list .label {
    display: none;
}

@media screen and (min-width:1140px) {
    .slides-overlay .contact-list .label {
        display: inline;
    }
}

.slides-overlay.dark {
    color: #fff;
}

.slides-call-to-action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    font-family: rbno3\.1, sans-serif;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

    .slides-call-to-action .icon {
        margin-bottom: -.25rem;
        margin-right: .5rem;
        font-size: 1.25em;
    }

.slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: right;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    .slide {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.slide a {
    color: inherit;
}

.slide-excerpt {
    display: none;
    margin-bottom: 1.5rem;
}

@media screen and (min-width:768px) {
    .slide-excerpt {
        display: block;
        max-width: 50%;
        margin-left: auto;
    }
}

@media screen and (min-width:960px) {
    .slide-excerpt {
        max-width: 33.33333%;
        font-size: 1.125rem;
    }
}

.slide-heading {
    margin-bottom: 1.5rem;
    font-size: 2.8125rem;
    font-style: italic;
    font-weight: 900;
    line-height: .9;
}

@media screen and (min-width:768px) {
    .slide-heading {
        margin-bottom: 2rem;
        font-size: 4.25rem;
    }
}

@media screen and (min-width:960px) {
    .slide-heading {
        font-size: 6.25rem;
    }
}

.slide-heading small {
    display: block;
    margin: .5rem 0;
    font-size: .4em;
    font-style: normal;
    font-weight: 500;
}

@media screen and (min-width:960px) {
    .slide-heading small {
        margin: 0;
    }
}

.slide-image {
    position: absolute;
    top: 8vh;
    left: 8vh;
    width: 76vh;
    height: 76vh;
}

@media screen and (orientation:portrait) {
    .slide-image {
        left: auto;
        right: 33.33333%
    }
}

.slide-image img {
    display: block;
    width: 100%;
    height: 100%
}

.slide-video {
    left: 0;
    width: 100%;
    overflow: hidden;
}

    .slide-video, .slide-video video {
        position: absolute;
        top: 0;
        height: 100%
    }

        .slide-video video {
            left: -38.88888%;
            width: 177.77777%
        }

.slide-mask {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    max-width: none;
    height: 200%;
    fill: #fff;
    pointer-events: none;
}

.slide-light {
    background-color: #f2f2f2;
}

    .slide-light .slide-mask {
        fill: #f2f2f2;
    }

.slide-dark {
    color: #fff;
    background-color: #262626;
}

    .slide-dark .slide-mask {
        fill: #262626;
    }

.slide-black {
    color: #fff;
    background-color: #000;
}

    .slide-black .slide-mask {
        fill: #000;
    }

.slide-primary {
    color: #fff;
    background-color: #c32030;
}

    .slide-primary .slide-mask {
        fill: #c32030;
    }

.slide-secondary {
    color: #fff;
    background-color: #1d4494;
}

    .slide-secondary .slide-mask {
        fill: #1d4494;
    }

.slide-tertiary {
    background-color: #f89c04;
}

    .slide-tertiary .slide-mask {
        fill: #f89c04;
    }

.flickity-page-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: 5rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

@media screen and (min-width:768px) {
    .flickity-page-dots {
        display: none;
    }
}

.flickity-page-dots .dot {
    margin: 0 .5rem 0 0;
    background: transparent;
    border: 1px solid #ddd;
    opacity: 1;
}

    .flickity-page-dots .dot.is-selected {
        background: #ddd;
    }

    .flickity-page-dots .dot:last-child {
        margin-right: 0;
    }

.widget_archive > ul, .widget_categories > ul, .widget_meta > ul, .widget_pages > ul, .widget_recent_entries > ul {
    padding: 0;
    list-style: none;
}

@media screen and (min-width:768px) {
    .widget_archive > ul, .widget_categories > ul, .widget_meta > ul, .widget_pages > ul, .widget_recent_entries > ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
}

@media screen and (min-width:960px) {
    .widget_archive > ul, .widget_categories > ul, .widget_meta > ul, .widget_pages > ul, .widget_recent_entries > ul {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width:1140px) {
    .widget_archive > ul, .widget_categories > ul, .widget_meta > ul, .widget_pages > ul, .widget_recent_entries > ul {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.widget_archive > ul ul, .widget_categories > ul ul, .widget_meta > ul ul, .widget_pages > ul ul, .widget_recent_entries > ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 1.25rem;
}

.widget_archive li, .widget_categories li, .widget_meta li, .widget_pages li, .widget_recent_entries li {
    margin-bottom: .25rem;
}

.widget_archive a, .widget_categories a, .widget_meta a, .widget_pages a, .widget_recent_entries a {
    display: block;
    color: inherit;
    text-decoration: none;
}

    .widget_archive a:hover, .widget_categories a:hover, .widget_meta a:hover, .widget_pages a:hover, .widget_recent_entries a:hover {
        color: #f89c04;
    }

.entry-title, .page-title {
    margin-bottom: 2rem;
    font-weight: 500;
}

@media screen and (min-width:960px) {
    .entry-title, .page-title {
        margin-bottom: 4rem;
    }
}

.block-tertiary .page-title {
    color: #fff;
}

.entry-content:after, .entry-content:before {
    content: " ";
    display: table;
}

.entry-content:after {
    clear: both;
}

@media screen and (min-width:960px) {
    .entry-column {
        float: left;
        width: calc(33.33333% - 3.33333rem);
        margin-left: 5rem;
    }

        .entry-column:nth-child(3n+1) {
            clear: left;
            margin-left: 0;
        }
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.gallery-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 2rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
}

.alignnone {
    margin: 0 0 20px;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft, a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignleft, .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
    line-height: 160%;
    font-size: 100%;
}

.fullwidth {
    width: 100%;
    padding-top: 4rem;
    background-color: #000;
}

.gallery {
    width: 100%;
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
}

    .gallery .item {
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

@media (max-width: 40rem) {
    .gallery .item {
        padding-top: 4rem;
        padding-bottom: 4rem;
        flex-direction: column;
        text-align: center;
    }
}

.gallery .item:nth-child(even) {
    justify-content: flex-end;
}

    .gallery .item:nth-child(even) .img-wrap {
        order: 2;
    }

@media (max-width: 40rem) {
    .gallery .item:nth-child(even) .img-wrap {
        order: 0;
    }
}

.gallery .item:nth-child(even) caption {
    order: 1;
}

@media (max-width: 40rem) {
    .gallery .item:nth-child(even) caption {
        order: 0;
    }
}

.gallery .item .img-wrap {
    position: relative;
    padding: 0.8rem;
    width: 50%;
    flex-basis: 50%;
    border-radius: 50%;
}

@media (max-width: 40rem) {
    .gallery .item .img-wrap {
        width: 80%;
        flex-basis: 80%;
    }
}

.gallery .item .img-wrap:before, .gallery .item .img-wrap:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    transform: rotate(-90deg);
}

.gallery .item .img-wrap:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-top: 1px solid #d4af37;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #d4af37;
    border-left: 1px solid transparent;
}

.gallery .item .img-wrap:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 3px solid #d9d9d9;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #d9d9d9;
    border-left: 3px solid transparent;
    transition: transform 0.5s;
}

.gallery .item .img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    border-radius: 50%;
    background-color: #e6e6e6;
    background-image: radial-gradient(#e6e6e6, #ccc 80%);
    background-size: 130% 130%;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: inset 2px 2px 5px #b3b3b3, 2px 2px 15px #e6e6e6, inset 15px 15px 50px rgba(0, 0, 0, 0.1);
}

.gallery .item:hover .img-wrap:after {
    transform: rotate(0deg);
}

.gallery .item:nth-child(1) .img-wrap, .gallery .item:nth-child(5) .img-wrap {
    width: 30%;
    flex-basis: 30%;
}

@media (max-width: 40rem) {
    .gallery .item:nth-child(1) .img-wrap, .gallery .item:nth-child(5) .img-wrap {
        width: 60%;
        flex-basis: 60%;
    }
}

.gallery .item:nth-child(2) .img-wrap, .gallery .item:nth-child(4) .img-wrap {
    width: 40%;
    flex-basis: 40%;
}

@media (max-width: 40rem) {
    .gallery .item:nth-child(2) .img-wrap, .gallery .item:nth-child(4) .img-wrap {
        width: 70%;
        flex-basis: 70%;
    }
}

.gallery .item .caption {
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    color: #FFF;
}

@media (max-width: 40rem) {
    .gallery .item .caption {
        padding-top: 1rem;
    }
}

.gallery .item .caption h3 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery .item .caption a {
    display: inline-block;
    position: relative;
    padding: 0.3rem 1rem;
    color: inherit;
    text-decoration: none;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
}

.gallery .item .caption .btn-buy {
    margin-right: 1rem;
    color: #d4af37;
    border: 1px solid #d4af37;
    letter-spacing: 1px;
}
 