/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

button, [type='button'], [type='reset'], [type='submit'], .button-primary {
    appearance: none;
    background-color: #000;
    border: 0;
    border-radius: 0px;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: "Neuzeit Grotesk", sans-serif;
    font-size: 0.95em;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding: 0.75em 1.5em;
    text-decoration: none;
    transition: background-color 150ms ease-in-out;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus, .button-primary:hover, .button-primary:focus {
    background-color: #333333;
    color: #fff;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled, .button-primary:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover, .button-primary:disabled:hover {
    background-color: #1565c0;
}

fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

form p.message.good {
    font-size: 1.4em;
}

legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0;
}

.field {
    margin-bottom: 20px;
}

.optionset {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.optionset li {
    display: inline-block;
    margin-right: 20px;
}

label {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
}

label.inline, .optionset label {
    display: inline;
}

input,
select,
textarea {
    display: block;
    font-family: "Neuzeit Grotesk", sans-serif;
    font-size: 1.1em;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
    background-color: #fff;
    border: 1px solid #B3B3B3;
    border-radius: 0px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: 0.75em;
    padding: 0.5em;
    transition: border-color 150ms ease-in-out;
    width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
    border-color: #8f8f8f;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
    border: 1px solid #B3B3B3;
}

textarea {
    resize: vertical;
}

[type="search"] {
    appearance: none;
}

[type="checkbox"],
[type="radio"] {
    display: inline;
    margin-right: 0.375em;
}

[type="file"] {
    margin-bottom: 0.75em;
    width: 100%;
}

select {
    margin-bottom: 0.75em;
    max-width: 100%;
    width: auto;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.section {
    margin: auto;
    max-width: 1440px;
    padding: 0 20px;
}

.section:after {
    content: "";
    display: table;
    clear: both;
}

.title-section {
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    .title-section {
        margin-bottom: 40px;
    }
}

.prevlink {
    float: left;
}

.nextlink {
    float: right;
}

@media screen and (min-width: 1010px) {
    .section {
        padding: 0 40px;
    }
}

.standard_page, .options {
    text-align: center;
    padding: 40px 0 80px 0;
}

figure {
    margin: 0;
}

img,
picture {
    margin: 0;
    max-width: 100%;
}

.image-hover {
    position: relative;
}

.image-hover img {
    transition: all 0.2s;
}

.image-hover .overlay {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 0px;
    padding-top: 64.36%;
    position: absolute;
    z-index: 100;
    transition: all 0.2s;
    left: 0;
    top: 0;
}

.image-hover:hover {
    color: inherit;
}

.image-hover:hover img {
    opacity: 0.75;
}

.image-hover:hover .overlay {
    background: rgba(255, 255, 255, 0.35);
}

table {
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 1px solid #868686;
    font-weight: 600;
    padding: 0.75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #B3B3B3;
    padding: 0.75em 0;
}

tr,
td,
th {
    vertical-align: middle;
}

body {
    color: #333;
    font-family: "Neuzeit Grotesk", sans-serif;
    font-size: 1.1em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Neuzeit Grotesk", sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 0.75em;
}

h1 {
    color: #333;
    font-size: 3em;
    font-weight: 300;
}

@media screen and (min-width: 600px) {
    h1 {
        font-size: 4em;
    }
}

h1 small {
    display: block;
    color: #a2a2a2;
    font-size: 0.5em;
}

h2 {
    font-weight: 300;
    font-size: 1.6em;
}

@media screen and (min-width: 600px) {
    h2 {
        font-size: 2.2em;
    }
}

h3 {
    font-weight: 300;
    font-size: 1.6em;
}

@media screen and (min-width: 600px) {
    h3 {
        font-size: 1.8em;
    }
}

h4 {
    font-weight: 300;
    font-size: 1.2em;
}

@media screen and (min-width: 600px) {
    h4 {
        font-size: 1.4em;
    }
}

.space-text-hidden {
    display: none;
}

.space-text {
    margin-bottom: -13px;
    height: 38px;
}

@media screen and (min-width: 1010px) {
    .space-text {
        margin-bottom: -20px;
        height: auto;
    }
}

p {
    margin: 0 0 0.75em;
}

time, .event-subtitle {
    color: #808080;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

a {
    color: #1565c0;
    text-decoration: none;
    transition: color 150ms ease-in-out;
}

a:active, a:focus, a:hover {
    color: #104c90;
}

hr {
    border-bottom: 1px solid #B3B3B3;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 25px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #999;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    perspective: 50px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    perspective: 50px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
    perspective: 50px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
    perspective: 50px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 1px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
    top: 1px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 12px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(-135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(270deg);
    transition-delay: 0.1s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
    top: 6px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -50px;
    top: -50px;
    transform: translate3d(50px, 50px, 0) rotate(45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -50px;
    top: -50px;
    transform: translate3d(-50px, 50px, 0) rotate(-45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 6px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -50px;
    top: 50px;
    transform: translate3d(50px, -50px, 0) rotate(-45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -50px;
    top: 50px;
    transform: translate3d(-50px, -50px, 0) rotate(45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 1px;
}

.hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
    top: 12px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
    top: 1px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 12px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.5714285714px, -4px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 1px;
    transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 6px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.32s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
    transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

#login {
    margin: 0 auto;
    max-width: 400px;
    padding: 40px 30px;
    background-color: white;
}

#login h1 {
    font-size: 2em;
}

.login-logo {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

#MemberLoginForm_LoginForm fieldset,
#MemberLoginForm_LostPasswordForm fieldset {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

#MemberLoginForm_LoginForm label,
#MemberLoginForm_LostPasswordForm label {
    float: left;
    font-size: 12px;
    margin-top: 10px;
}

#MemberLoginForm_LoginForm input[type="text"],
#MemberLoginForm_LoginForm input[type="password"],
#MemberLoginForm_LoginForm input[type="email"],
#MemberLoginForm_LostPasswordForm input[type="text"],
#MemberLoginForm_LostPasswordForm input[type="password"],
#MemberLoginForm_LostPasswordForm input[type="email"] {
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
    display: block;
    height: 44px;
    line-height: 1.4;
    padding: 10px 20px 12px 20px;
    width: 100%;
}

#MemberLoginForm_LoginForm .checkbox input[type=checkbox],
#MemberLoginForm_LostPasswordForm .checkbox input[type=checkbox] {
    position: inherit;
    float: right;
    margin-top: 13px;
}

#MemberLoginForm_LoginForm #Remember label,
#MemberLoginForm_LostPasswordForm #Remember label {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-top: 15px;
}

#ForgotPassword {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-top: 15px;
}

#MemberLoginForm_LostPasswordForm label {
    display: block;
    float: left;
}

#MemberLoginForm_LoginForm_action_dologin,
#MemberLoginForm_LostPasswordForm_action_forgotPassword {
    display: block;
    width: 100%;
    background-color: #00a2ff;
    border-color: #00a2ff;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 300;
    line-height: 1.2;
    padding: 8px 30px;
    text-align: center;
    -webkit-transition: border-color .2s ease, background-color .2s ease, color .2s ease;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px;
}

#MemberLoginForm_LoginForm_action_dologin:hover, #MemberLoginForm_LoginForm_action_dologin:focus,
#MemberLoginForm_LostPasswordForm_action_forgotPassword:hover,
#MemberLoginForm_LostPasswordForm_action_forgotPassword:focus {
    background-color: #33b5ff;
    border-color: #33b5ff;
    color: #fff;
}

.gray-bar {
    display: none;
}

@media screen and (min-width: 600px) {
    .gray-bar {
        display: block;
        text-align: right;
        padding: 0 20px;
    }

    .gray-bar .social-icon {
        cursor: pointer;
        display: inline-block;
        line-height: 48px;
        margin-left: 14px;
        opacity: 1;
        transition: all 0.3s;
    }

    .gray-bar .social-icon img {
        vertical-align: middle;
        width: 18px;
    }

    .gray-bar .social-icon:hover, .gray-bar .social-icon:focus {
        opacity: 0.4;
    }

    .gray-bar .other-side-link,
    .gray-bar .mail-icon {
        font-size: 0.8em;
    }

    .gray-bar .other-side-link {
        background-color: #B1B2B3;
        color: white;
        display: inline-block;
        line-height: 51px;
        padding-right: 22px;
        padding-left: 19px;
    }

    .gray-bar .mail-icon {
        color: #000;
        border-right: 1px solid #D9D9D9;
        padding-right: 20px;
        font-size: 0.8em;
    }

    .gray-bar .mail-icon img {
        margin-left: 10px;
    }

    .gray-bar .mail-icon span {
        vertical-align: middle;
    }
}

header {
    background-color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
}

@media screen and (min-width: 1200px) {
    header {
        height: 120px;
        line-height: 120px;
    }
}

.hamburger {
    position: relative;
    right: -15px;
    float: right;
    outline: none;
}

.hamburger:hover {
    background: transparent;
}

@media screen and (min-width: 1200px) {
    .hamburger {
        display: none;
    }
}

.logo {
    display: inline-block;
    max-width: 189px;
}

@media screen and (min-width: 1200px) {
    .logo {
        width: 15%;
        max-width: 267px;
    }
}

.nav-search {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 84px;
    height: 120px;
    background: white;
    transition: 0.3s;
}

.nav-search .toggle {
    position: absolute;
    left: 40px;
    top: 47px;
    cursor: pointer;
}

.nav-search input.text, .nav-search input.text:focus {
    position: absolute;
    left: 84px;
    top: 35px;
    width: 0;
    height: 45px;
    border-width: 0 0 1px;
    border-color: #b3b3b3;
    box-shadow: none;
    opacity: 0;
    transition: 0.3s;
}

.nav-search.display {
    width: 379px;
    box-shadow: -7px 0 15px 0 rgba(0, 0, 0, 0.1);
}

.nav-search.display input.text {
    width: 295px;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .nav-search {
        display: block;
    }
}

.main-menu {
    position: absolute;
    top: 60px;
    width: 100%;
    background: white;
    text-align: center;
    left: 0;
    z-index: 300;
    font-size: 0.9em;
}

.main-menu ul {
    list-style-type: none;
    margin: 0;
    min-height: 95vh;
    padding: 60px;
}

.main-menu li a {
    color: #999;
    display: block;
    letter-spacing: 2.3px;
    text-transform: uppercase;
}

.main-menu li a:hover {
    color: #333;
}

.main-menu .section {
    padding: 0;
}

@media print {
    .main-menu {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .main-menu {
        display: inline-block;
        float: right;
        left: inherit;
        position: inherit;
        text-align: inherit;
        top: inherit;
        width: inherit;
    }

    .main-menu ul {
        min-height: 0;
        padding: 0;
    }

    .main-menu li {
        display: inline-block;
        padding: 0 10px;
    }

    .main-menu li .current {
        color: #333;
    }

    .main-menu li:last-of-type {
        padding-right: 0;
    }

    .main-menu li:first-of-type {
        padding-left: 0;
    }
}

@media screen and (min-width: 600px) {
    .main-menu {
        padding-right: 85px;
    }
}

@media screen and (min-width: 1200px) {
    header {
        padding: 0 40px;
    }
}

footer {
    padding: 20px;
    text-align: center;
}

footer a {
    color: #000;
}

footer .menu-list {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}

footer .menu-item {
    display: inline;
    padding: 0 10px;
    font-size: 0.8em;
}

footer .information {
    margin-top: 10px;
    color: #999;
    font-size: 0.8em;
}

footer .newsletter {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 30px;
}

footer .newsletter p {
    font-size: 1.2em;
}

footer .newsletter-button {
    display: inline-block;
    background-color: #000;
    color: white;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 0.9em;
    line-height: 1.5;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: all 0.25s;
    width: 100%;
}

footer .newsletter-button:hover, footer .newsletter-button:focus {
    color: #000;
    background-color: #fff;
}

footer .footer-logo {
    max-width: 160px;
    margin-bottom: 34px;
    margin-top: 40px;
}

footer .social-icon {
    padding: 0 5px;
}

footer .claudelands-brand {
    margin-left: 19px;
    width: 75px;
}

@media screen and (min-width: 600px) {
    footer {
        padding: 40px 20px;
    }

    footer .menu-list {
        padding-bottom: 10px;
    }

    footer .menu-item {
        display: inline-block;
        font-size: 0.9em;
        padding: 0 20px;
    }

    footer .newsletter {
        max-width: 100%;
        padding-bottom: 40px;
    }

    footer .newsletter p {
        display: inline-block;
    }

    footer .newsletter-button {
        width: auto;
        margin-left: 35px;
    }
}

@media screen and (min-width: 1010px) {
    .footer-logo {
        display: none;
    }

    footer .menu-list {
        padding-bottom: 20px;
        font-size: 0.9em;
    }

    footer .newsletter {
        margin-bottom: 40px;
    }
}

.homepage-header {
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.homepage-header img {
    vertical-align: middle;
}

.homepage-header .home-logo {
    display: inline-block;
    width: 189px;
    height: auto;
}

.homepage-header .social-media-icons {
    display: inline-block;
    float: right;
}

.homepage-header .social-media-icons a {
    margin-left: 17px;
}

.homepage {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
    .homepage-header {
        position: relative;
    }
    .homepage {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.home-events, .home-spaces {
    position: relative;
    width: 100%;
    height: calc(50vh - 30px);
    z-index: 1;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .home-events, .home-spaces {
        height: auto;
    }
}

.home-events .home-button, .home-spaces .home-button {
    font-weight: 700;
    letter-spacing: 2px;
    margin: auto;
    max-width: 488px;
    padding-top: 6vh;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}

.home-events .home-button .btn, .home-spaces .home-button .btn {
    display: block;
    width: 90%;
    margin: auto;
    padding: 19px 0;
    transition: all 0.3s;
}

.home-events {
    background-image: -webkit-linear-gradient(43deg, #EC5374 0%, #0B1B59 100%);
    background-image: -moz-linear-gradient(43deg, #EC5374 0%, #0B1B59 100%);
    background-image: -ms-linear-gradient(43deg, #EC5374 0%, #0B1B59 100%);
    background-image: -o-linear-gradient(43deg, #EC5374 0%, #0B1B59 100%);
    background-image: linear-gradient(43deg, #EC5374 0%, #0B1B59 100%);
}

.home-events .home-events-background {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: none;
}

.home-events .home-button .btn {
    color: #000;
    border: 3.75px solid #000;
}

.home-events:hover .home-button .btn, .home-events .home-button .btn:hover {
    background-color: #000;
    color: #fff;
}

.home-spaces {
    position: relative;
    background-color: #F2F2F2;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.home-spaces .h3-link {
    position: relative;
    z-index: 100;
    display: block;
}

.home-spaces .home-spaces-background {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.38;
}

.home-spaces .h3-logo {
    max-width: 131px;
    margin: 69px auto 0;
    display: block;
}

.home-spaces .home-button .btn {
    color: #000;
    border: 3.75px solid #000;
}

.home-spaces:hover .home-button .btn, .home-spaces .home-button .btn:hover {
    background-color: #000;
    color: #fff;
}

@media screen and (min-width: 600px) {
    .homepage {
        position: relative;
        top: 0;
        display: table;
        width: 100%;
        height: 100vh;
        padding-top: 120px;
        -webkit-transform: none;
        transform: none;
    }

    .homepage-header {
        height: 120px;
        line-height: 120px;
        padding: 0 50px;
    }

    .homepage-header .home-logo {
        width: auto;
    }

    .home-events, .home-spaces {
        display: table-cell;
        width: 50%;
    }

    .home-events .home-button, .home-spaces .home-button {
        padding-top: 30vh;
        letter-spacing: 3px;
    }

    .home-events .home-button a, .home-spaces .home-button a {
        padding: 29px 0;
    }

    .home-events .home-events-background {
        display: block;
    }

    .home-events .home-button .btn {
        color: #fff;
        border: 3.75px solid #fff;
    }

    .home-events:hover .home-button .btn {
        background-color: #fff;
        color: #000;
    }
}

.contact {
    padding-top: 40px;
    padding-bottom: 80px;
}

.contact::after {
    clear: both;
    content: "";
    display: block;
}

@media screen and (min-width: 600px) {
    .contact {
        padding-top: 80px;
    }
}

.contact-form label {
    margin-top: 30px;
}

.contact-form input[type="submit"] {
    border-radius: 0;
    background-color: #000;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 20px;
    text-transform: uppercase;
}

.contact-information {
    padding-top: 40px;
}

.contact-information h2 {
    font-size: 1.4em;
    font-weight: normal;
}

.contact-information p {
    margin-bottom: 25px;
}

@media screen and (min-width: 600px) {
    .contact-form {
        float: left;
        vertical-align: top;
        width: 54%;
    }

    .contact-information {
        float: right;
        padding-top: 0px;
        vertical-align: top;
        width: 40%;
    }

    .contact-information p {
        margin-bottom: 50px;
    }
}

.home h1 {
    color: #333;
    font-size: 3em;
}

.search {
    padding-top: 40px;
    padding-bottom: 40px;
}

.search::after {
    clear: both;
    content: "";
    display: block;
}

#search .select-button {
    background-color: #fff;
    border: 2px solid #BFBFBF;
    border-radius: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    color: #000;
    font-weight: 500;
    font-size: 0.8em;
    text-align: left;
    transition: border 150ms ease-in-out;
    outline: none;
    line-height: 25px;
    width: 100%;
    z-index: 100;
    position: relative;
}

#search .select-button img {
    float: right;
    margin-top: 12px;
}

#search .select-button:hover {
    border: 2px solid #8c8c8c;
}

#search .select-button:focus {
    border: 2px solid #000;
}

#search .select-button:active {
    border: 2px solid #000;
}

#search .section.venues-list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.event-menu-holder {
    display: block;
    margin: -1px 46px 10px 0;
    vertical-align: top;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .event-menu-holder {
        display: inline-block;
        margin-bottom: 0px;
    }
}

.radio-group {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    display: none;
    height: auto !important;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
    vertical-align: top;
    line-height: 25px;
}

.radio-group label {
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    padding: 0.75em 1.5em;
}

.radio-group label:hover {
    background: #e6e6e6;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    display: none;
}

.radio-group input[type="radio"]:checked + label {
    background-color: #e7eff3;
    border-right: none;
}

.results {
    height: 80vh;
}

@media screen and (min-width: 1200px) {
    .home h1 {
        font-size: 5em;
    }

    #search .search-selection {
        min-width: 130px;
        width: 25%;
        float: left;
        margin-right: 20px;
        position: relative;
    }

    #search .radio-group li {
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 1;
    }

    #search .event-menu-holder {
        position: absolute;
        z-index: 10;
    }

    #search .submit-button {
        width: auto;
        position: absolute;
        bottom: 40px;
    }
}

.refine {
    background-color: #E5E6EB;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D7D7D7;
}

.refine h2 {
    text-align: center;
}

.refine h2 a {
    border-bottom: 1px solid #979797;
}

.refine p {
    text-align: center;
}

.refine a {
    color: #000;
}

.basic-information.spaces-home {
    display: block;
    padding-bottom: 20px;
}

.basic-information.spaces-home .event-categories-holder {
    float: none;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 0;
}

.basic-information.spaces-home .basic-info-holder {
    display: block;
    width: 100%;
    float: none;
    margin-left: 0;
}

.basic-information.spaces-home .basic-info-holder a {
    display: inline-block;
    margin-bottom: 38px;
}

.basic-information.spaces-home .basic-info-holder a span {
    font-size: 20px;
}

.basic-information.spaces-home #search .section.venues-list {
    padding-bottom: 0;
}

.event-categories-holder.homepage-search {
    width: 62%;
}

.event-categories-holder.homepage-search .search {
    padding: 0 0 40px;
    position: relative;
}

.event-categories-holder.homepage-search .gradient-bar {
    display: none;
}

.event-categories-holder.homepage-search .select-button {
    overflow: hidden;
    max-height: 51px;
}

@media screen and (min-width: 768px) {
    .basic-information.spaces-home .basic-info-holder {
        float: left;
        width: auto;
        margin-right: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .basic-information.spaces-home .basic-info-holder {
        float: right;
        width: 240px;
        margin-right: 0;
    }

    .basic-information.spaces-home .homepage-search {
        padding-top: 0;
    }

    .basic-information.spaces-home .submit-button {
        max-width: 100px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }

    .basic-information.spaces-home #search .search-selection {
        max-width: 160px;
    }

    .basic-information.spaces-home .event-categories-holder {
        float: left;
        width: 70%;
    }
}

@media screen and (min-width: 1440px) {
    .basic-information.spaces-home .basic-info-holder {
        float: left;
        width: 17%;
        margin-right: 0;
    }

    .basic-information.spaces-home .first-holder {
        margin-left: 7%;
    }

    .basic-information.spaces-home .homepage-search {
        padding-top: 0;
    }

    .basic-information.spaces-home .submit-button {
        max-width: 120px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .basic-information.spaces-home #search .search-selection {
        max-width: 200px;
    }

    .basic-information.spaces-home .event-categories-holder {
        float: left;
        width: 56%;
    }
}

.mobile-title {
    text-align: center;
}

.mobile-title h1 {
    font-size: 2.4em;
    margin-bottom: 20px;
    padding-top: 60px;
}

@media screen and (min-width: 600px) {
    .mobile-title {
        display: none;
    }
}

.menu-bar {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid white;
}

.menu-bar a {
    display: inline-block;
    width: 90%;
    margin-bottom: 10px;
}

.menu-bar .desktop-download {
    display: none;
    width: auto;
}

@media screen and (min-width: 600px) {
    .menu-bar {
        text-align: right;
        border: none;
    }

    .menu-bar a {
        width: auto;
    }

    .menu-bar .mobile-download {
        display: none;
    }

    .menu-bar .desktop-download {
        display: inline-block;
    }
}

@media screen and (min-width: 600px) {
    .menu-bar {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 600px) {
    .venue h1 {
        display: none;
    }

    .venue {
        padding-top: 20px;
    }
}

.venue h1 {
    margin-top: 40px;
    text-align: center;
}

.venue .short-description {
    margin: auto;
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
}

.venue .tour-section {
    background-position: center;
    background-size: cover;
    margin: 50px auto 10px;
    max-width: 800px;
    width: 100%;
    min-height: 260px;
    position: relative;
}

.venue .tour-section .buttons {
    position: relative;
    z-index: 10;
}

.venue .tour-section .plan-view-button, .venue .tour-section .virtual-tour-button {
    background: black;
    border-radius: 0;
    font-weight: 300;
    text-transform: uppercase;
    top: 0;
    z-index: 100;
    outline: none;
    margin-left: 5px;
    float: right;
}

.venue .tour-section .plan-view-button {
    right: 169px;
}

.venue .tour-section .virtual-tour-button {
    right: 0;
}

.venue .tour-section .buttons {
    font-size: 12px;
}

@media screen and (min-width: 600px) {
    .venue .tour-section .buttons {
        display: block;
    }
}

.venue .tour-section iframe {
    width: 100%;
    height: 100%;
    margin-top: -34px;
    z-index: 0;
}

@media screen and (min-width: 600px) {
    .venue .tour-section {
        margin: 50px auto;
        height: 530px;
    }
}

.venue .statistics {
    display: table;
    list-style-type: none;
    padding: 0;
}

.venue .statistics::after {
    clear: both;
    content: "";
    display: block;
}

.venue .statistics li {
    display: inline-block;
    font-size: 0.9em;
    margin-right: 40px;
    margin-top: 20px;
}

.venue .statistics li:nth-of-type(n+3) {
    margin-right: 0;
}

.venue .statistics li:nth-of-type(n+4) {
    display: none;
}

@media screen and (min-width: 600px) {
    .venue .statistics li {
        margin-right: 80px;
    }
}

.venue .statistics span {
    display: block;
    font-size: 3.2em;
}

.venue .main-content {
    margin: 20px auto 50px;
    max-width: 950px;
}

.venue .main-content::after {
    clear: both;
    content: "";
    display: block;
}

@media screen and (min-width: 600px) {
    .venue .main-content .content {
        display: inline-block;
        width: 55%;
        margin-right: 8%;
    }

    .venue .main-content .quote {
        display: inline-block;
        float: right;
        width: 34%;
    }
}

.venue .main-content .quote {
    font-size: 2.2em;
    font-weight: 300;
}

.venue .main-content svg {
    display: block;
    margin-top: 20px;
}

@media screen and (min-width: 600px) {
    .venue .main-content svg {
        margin-top: 48px;
    }
}

@media screen and (min-width: 600px) {
    .venue .main-content {
        margin: 80px auto 80px;
    }
}

.layout-title {
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.layout-photos {
    padding-bottom: 79px;
    width: 100%;
    line-height: 1;
}

.layout-photos .photo {
    background-position: center;
    background-size: cover;
}

.layout-photos .landscape {
    display: inline-block;
    height: 250px;
    width: 100%;
}

.layout-photos .portrait {
    display: inline-block;
    height: 400px;
    width: 100%;
}

@media screen and (min-width: 1010px) {
    .layout-photos .photo {
        height: 90vh;
        /*margin: 0 0.25% 3px;*/
    }

    .layout-photos .half-width {
        display: inline-block;
        width: 49.5%;
        height: 330px;
    }

    .layout-photos .full-width {
        width: 100%;
        margin-bottom: 5px;
    }

    .layout-photos .landscape {
        height: 600px;
        width: 66.5%;
    }

    .layout-photos .portrait {
        height: 600px;
        width: 32.5%;
    }
}

.section.venue-brands, .section.venue-downloads {
    display: none;
}

@media screen and (min-width: 600px) {
    .section.venue-brands {
        display: block;
        margin-top: 121px;
        padding-bottom: 100px;
    }

    .section.venue-brands h3 {
        display: block;
        font-size: 1.6em;
        font-weight: 300;
        text-align: center;
    }

    .section.venue-brands .brands {
        list-style-type: none;
        margin: auto;
        padding: 0;
        text-align: center;
    }

    .section.venue-brands li {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        display: inline-block;
        height: 149px;
        padding: 20px;
        width: 20%;
    }

    .section.venue-downloads {
        display: block;
        padding-bottom: 150px;
    }

    .section.venue-downloads h2 {
        display: block;
        margin-bottom: 50px;
        text-align: center;
    }

    .section.venue-downloads .downloads {
        list-style-type: none;
        margin: auto;
        padding: 0;
        text-align: center;
    }

    .section.venue-downloads li {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
        display: inline-block;
        height: 180px;
        padding: 20px;
        text-align: left;
        width: 30%;
    }
}

.title {
    padding-top: 15vh;
}

.venue-sort {
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
    letter-spacing: 2.15px;
    line-height: 50px;
    margin-bottom: 18px;
    text-align: left;
    text-transform: uppercase;
}

.venue-sort span {
    margin-right: 30px;
}

.venue-sort button {
    background: none;
    color: #000;
    padding: 0;
    line-height: 51px;
    margin: 0;
    vertical-align: top;
    font-weight: 500;
}

.venue-sort button.active {
    font-weight: 700;
}

@media screen and (min-width: 1010px) {
    .venue-sort {
        text-align: right;
        border-bottom: none;
        line-height: 60px;
    }

    .venue-sort button {
        line-height: 60px;
    }

    .venue-sort button:focus {
        outline: none;
    }
}

.section.venues-list {
    padding-bottom: 57px;
}

.section.venues-list::after {
    clear: both;
    content: "";
    display: block;
}

.featured-venue, .venue-item {
    margin-bottom: 50px;
}

.featured-venue:hover .venue-item-panel, .venue-item:hover .venue-item-panel {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.featured-venue .venue-item-panel, .venue-item .venue-item-panel {
    transition: all 0.2s;
    display: block;
}

.featured-venue h2, .venue-item h2 {
    background-color: #000;
    display: inline-block;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 58px;
    margin: 0;
}

.featured-venue h2 a, .venue-item h2 a {
    color: #fff;
    display: block;
    padding: 0 20px;
}

.venue-item-visual {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    background-color: #333;
}

.venue-item-description {
    background-color: #fff;
    padding: 26px;
    margin-bottom: 0px;
    color: #333;
}

.venue-item-list {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    line-height: 1;
}

.venue-item-list li {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    color: #333;
    float: left;
    margin: 0 3px 3px 0;
    font-size: 0.65em;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1;
    opacity: 1;
    padding: 7px 8px;
    text-transform: uppercase;
}

@media screen and (min-width: 1010px) {
    .venue-item {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
    }

    .venue-item:last-child {
        margin-right: 0;
    }

    .venue-item:nth-child(2n) {
        margin-right: 0;
    }

    .venue-item:nth-child(2n+1) {
        clear: left;
    }
}

.featured-venue {
    margin-bottom: 20px;
    margin-right: 1.5%;
    position: relative;
    vertical-align: top;
}

.featured-venue h2 {
    background-color: #000;
    display: inline-block;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 58px;
    margin: 0;
}

.featured-venue h2 a {
    color: #fff;
    display: block;
    padding: 0 20px;
}

@media screen and (min-width: 1010px) {
    .featured-venue {
        display: inline-block;
        margin-bottom: 50px;
        width: 65%;
    }

    .featured-venue:nth-of-type(4n - 2) {
        width: 32%;
    }

    .featured-venue:nth-of-type(2n) {
        margin-right: 0;
    }

    .featured-venue:nth-of-type(4n - 1) {
        width: 32%;
    }

    .featured-venue:nth-of-type(4n) {
        width: 65%;
    }

    .featured-venue:hover .featured-venue-description {
        opacity: 1;
    }
}

.featured-venue-description {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    margin-bottom: 0;
    padding: 26px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 0.25s;
    width: 100%;
    font-size: 0.8em;
}

.featured-venue-visual {
    background: #333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 205px;
}

@media screen and (min-width: 1010px) {
    .featured-venue-visual {
        min-height: 430px;
    }
}

.about-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    color: white;
}

.about-banner .section {
    height: 280px;
    position: relative;
}

.about-banner h1 {
    color: #fff;
    background: none;
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
}

@media print {
    .about-banner {
        height: auto;
    }

    .about-banner .section {
        height: auto;
    }

    .about-banner h1 {
        position: relative;
        bottom: 0;
    }
}

@media screen and (min-width: 600px) {
    .about-banner {
        height: 370px;
    }

    .about-banner .section {
        height: 370px;
        position: relative;
    }
}

.about-nav {
    margin-bottom: 20px;
}

.about-nav .selected-item {
    background-color: rgba(74, 74, 74, 0.1);
    color: #333;
    line-height: 60px;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
}

.about-nav .selected-item img {
    float: right;
    margin-top: 29px;
}

.about-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.about-nav li {
    padding: 15px 20px 15px 20px;
    transition: all 0.2s;
}

.about-nav li:hover {
    background: #fafafa;
}

.about-nav li a {
    color: #333;
    display: block;
}

@media print {
    .about-nav {
        float: right;
        width: 200px;
        padding-left: 20px;
    }

    .about-nav li {
        margin-bottom: 10px;
        line-height: 1.2;
    }
}

.about {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 1010px) {
    .about {
        padding-top: 40px;
    }

    .about .content {
        width: 65%;
    }

    .about .about-nav {
        float: right;
        width: 25%;
    }

    .about .selected-item {
        display: none;
    }

    .about .current {
        background-color: rgba(74, 74, 74, 0.1);
        font-weight: 700;
    }

    .about .current:hover {
        background-color: rgba(74, 74, 74, 0.1);
    }
}

.section.news {
    padding-top: 50px;
    padding-bottom: 10px;
}

.news-title {
    text-align: center;
    padding-top: 80px;
}

.news-content {
    margin: auto;
    max-width: 800px;
    padding-bottom: 80px;
}

.news-holder-title {
    padding-top: 80px;
}

.news-article {
    background-color: #fff;
    margin-bottom: 40px;
    max-width: 940px;
    color: #333;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
}

.news-article .information {
    padding: 20px;
}

.news-article .image-center {
    margin-bottom: 0;
    text-align: center;
    background: black;
}

.news-article .news-image {
    padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
    .news-article .news-image {
        padding: 0;
    }

    .news-article .news-image {
        display: inline-block;
        vertical-align: middle;
        height: auto;
    }

    .news-article .information {
        display: inline-block;
        padding: 30px;
        vertical-align: top;
    }
}

@media (max-width: 768px) {
    .news-article .news-image {
        padding: 0;
    }
}

@media screen and (min-width: 600px) and (max-width: 1010px) {
    .news-article {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
    }

    .news-article:last-child {
        margin-right: 0;
    }

    .news-article:nth-child(2n) {
        margin-right: 0;
    }

    .news-article:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width: 1010px) {
    .news-article {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
    }

    .news-article:last-child {
        margin-right: 0;
    }

    .news-article:nth-child(3n) {
        margin-right: 0;
    }

    .news-article:nth-child(3n+1) {
        clear: left;
    }
}

.news::after {
    clear: both;
    content: "";
    display: block;
}

/*! Flickity v2.0.3
http://flickity.metafizzy.co
---------------------------------------------- */
.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%;
}

/* draggable */
.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;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.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:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 25%;
    width: 50%;
    height: 50%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

/* ---- page dots ---- */
.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: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .slide-up, .slide-down {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
    }

    .slide-down {
        max-height: 90vh;
    }
}

.banner-item {
    background-size: cover;
    background-position: center;
    min-height: 190px;
    width: 100%;
}

.banner-item:first-child, .js-banner .banner-item {
    display: block;
}

@media screen and (min-width: 600px) {
    .banner-item {
        min-height: 370px;
        text-align: right;
    }

    .banner-item .section {
        padding-top: 280px;
        position: relative;
    }
}

.banner-button {
    display: none;
}

@media screen and (min-width: 600px) {
    .banner-button {
        background-color: rgba(0, 0, 0, 0.35);
        border: 2px solid #fff;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 2px;
        margin-left: 36px;
        padding: 16px 26px;
        text-transform: uppercase;
        transition: all 0.25s;
    }

    .banner-button:hover, .banner-button:focus {
        color: #000;
        background-color: white;
    }
}

.banner-information {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.banner-information li {
    padding: 20px 20px;
    position: relative;
}

.banner-information li p {
    color: white;
}

@media screen and (min-width: 600px) {
    .banner-information li {
        border: none;
        display: none;
        padding: 13px 0;
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    }

    .banner-information li p {
        color: #333;
    }

    .banner-information li:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
    }

    .banner-information li:after {
        bottom: 0;
        transform: skewY(0.3deg);
        transform-origin: 0 100%;
    }
}

.banner-information .banner-title {
    display: none;
}

.banner-information .current .banner-title {
    color: #fff;
    display: block;
    font-size: 0.82em;
    font-weight: 700;
    left: 0;
    letter-spacing: 2px;
    padding: 13px 16px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.banner-information .banner-title a {
    color: white;
}

@media screen and (min-width: 600px) {
    .banner-information .banner-title {
        letter-spacing: -1px;
    }

    .banner-information .banner-title a {
        color: #333;
    }

    .banner-information .current .banner-title {
        display: none;
    }
}

.banner-information .banner-subtitle {
    color: #808080;
    font-size: 0.82em;
    margin-bottom: 0px;
}

.banner-information .section {
    padding: 0;
}

@media screen and (min-width: 600px) {
    .banner-information .section {
        padding: 0 40px;
    }
}

.banner-information .buy-tickets {
    display: none;
}

.banner-information .button {
    background: black;
    border-top: 1px solid #333;
}

.banner-information .current {
    background-image: linear-gradient(0deg, #1E2C3A 0%, #000000 100%);
}

.banner-information .current .buy-tickets {
    color: #fff;
    display: block;
    font-size: 0.82em;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 13px 16px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

@media screen and (min-width: 600px) {
    .banner-information .current {
        display: block;
        background: #fff;
        padding-bottom: 38px;
    }

    .banner-information .current .banner-subtitle {
        font-size: 1.2em;
        font-weight: normal;
    }

    .banner-information .current .buy-tickets {
        display: none;
    }
}

.banner-sale {
    display: none;
}

.spaces-banner-title {
    font-size: 30px;
    line-height: 62px;
    margin-top: 20px;
    font-weight: 300;
}

.spaces-banner-title a {
    color: white;
    background-color: black;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 600px) {
    .spaces-banner-title {
        float: left;
        margin-top: 0;
    }
}

.spaces-banner-button {
    background-color: rgba(0, 0, 0, 0.35);
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 16px 26px;
    text-transform: uppercase;
    transition: all 0.25s;
}

.spaces-banner-button:hover, .spaces-banner-button:focus {
    color: #000;
    background-color: white;
}

.spaces-banner-item {
    min-height: 320px;
}

@media screen and (min-width: 600px) {
    .banner-information .button {
        background: white;
    }

    .banner-slides {
        position: relative;
    }

    #progress-bar {
        position: absolute;
        bottom: 0;
        display: none;
    }

    .js-banner #progress-bar {
        display: block;
    }

    .banner-sale {
        background-color: #794cbf;
        bottom: -30px;
        color: #fff;
        display: block;
        margin-bottom: 0;
        padding: 10px 15px 10px 15px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        position: absolute;
    }

    #progress-bar {
        display: block;
        background-image: linear-gradient(-134deg, #3023AE 0%, #794cbf 100%);
        background-size: 100%;
        width: 100%;
        height: 5px;
        animation: progressBar 7s;
        z-index: 100;
        margin-bottom: -5px;
    }

    @keyframes progressBar {
        0% {
            width: 0%;
            background-size: 100%;
        }
        100% {
            width: 100%;
            background-size: 100%;
        }
    }
}

@media screen and (min-width: 1010px) {
    .whats-on {
        padding-top: 60px;
    }

    .whats-on:after {
        display: block;
        content: '';
        opacity: 0.07;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        width: 100%;
        height: 10px;
        position: absolute;
        left: 0;
    }
}

.whats-on-title {
    display: inline-block;
    font-size: 1.88em;
    font-weight: normal;
}

@media screen and (min-width: 600px) {
    .whats-on-title {
        font-size: 2em;
        margin-bottom: 50px;
    }
}

.whats-on-calendar {
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s;
    display: none;
    float: right;
    font-size: 1.2em;
}

@media screen and (min-width: 600px) {
    .whats-on-calendar {
        display: block;
    }
}

.whats-on-calendar:hover {
    color: black;
}

.home-event-list:after {
    content: '';
}

@media screen and (min-width: 768px) {
    .home-event-list:after {
        content: 'flickity';
        display: none;
    }
}

.flickity-prev-next-button {
    border-radius: 0;
    top: 30%;
    transform: translateY(-30%);
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.2s;
    padding: 0px;
}

.flickity-prev-next-button.previous {
    left: 0;
}

.flickity-prev-next-button.previous svg {
    left: 25%;
}

.flickity-prev-next-button.next {
    right: 0;
}

.flickity-prev-next-button.next svg {
    right: 25%;
}

.flickity-prev-next-button .arrow {
    fill: #fff;
}

.flickity-prev-next-button:hover {
    background: #000;
}

.home-event-list {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

.home-event-list:hover .flickity-prev-next-button {
    opacity: 100;
}

.home-event-list .home-event {
    float: left;
    display: block;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .home-event-list .home-event {
        width: 49%;
        margin-right: 2%;
    }
}

@media screen and (min-width: 1010px) {
    .home-event-list .home-event {
        width: 32%;
        margin-right: 2%;
    }
}

.home-event-list .flickity-prev-next-button {
    display: none;
}

.home-event-list-multi .flickity-prev-next-button {
    display: block;
}

.more-events-button {
    display: block;
    clear: both;
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 60px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s;
    width: 100%;
}

.more-events-button:hover, .more-events-button:focus {
    background-color: #000;
    color: #fff;
}

@media screen and (min-width: 600px) {
    .more-events-button {
        display: none;
    }
}

.where-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
}

.where-mobile a {
    display: block;
    margin-bottom: 40px;
}

.where-mobile a:last-of-type {
    margin-bottom: 26px;
}

.where-mobile span {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.2em;
}

@media screen and (min-width: 1010px) {
    .where-mobile {
        display: none;
    }
}

.colorful-text {
    color: #794cbf;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.basic-information {
    display: none;
    box-sizing: border-box;
}

@media screen and (min-width: 1010px) {
    .basic-information {
        display: block;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .basic-information::after {
        clear: both;
        content: "";
        display: block;
    }
}

.event-categories-holder {
    float: left;
}

@media screen and (min-width: 600px) {
    .event-categories-holder {
        width: 50%;
        margin-right: 20px;
    }
}

.basic-info-holder {
    width: 20%;
    float: left;
}

.basic-info-holder span {
    border-bottom: 1px solid #999;
    color: #000;
    font-size: 1.2em;
}

.basic-info-holder:last-of-type {
    width: 25%;
    margin-left: 20px;
}

.event-categories-holder .colorful-text,
.basic-info-holder .colorful-text {
    display: block;
    margin-bottom: 15px;
}

.category-tags {
    font-size: 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    padding: 0;
    margin: 0;
}

.category-tag {
    display: inline-block;
    font-size: 1.2rem;
    min-width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.category-tag a {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 6px 13px 0 rgba(113, 110, 110, 0.1);
    color: #000;
    display: block;
    padding: 5px 10px;
    transition: all 0.25s;
    white-space: nowrap;
    font-size: 15px;
}

.category-tag a:hover, .category-tag a:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Curator.io styles */
@media screen and (min-width: 1010px) {
    .social-feed {
        display: flex;
        justify-content: flex-start;
    }

    .curator-embed {
        width: 70%;
    }

    .social-info {
        display: flex;
        max-height: 100%;
        width: 30%;
    }
}

@media screen and (max-width: 400px) {
    .curator-embed {
        display: none;
    }
}

.social-media {
    display: none;
}

@media screen and (min-width: 1010px) {
    .social-media {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        min-height: 480px;
        padding: 50px 0 60px;
    }

    .social-media .social-media-header {
        margin-bottom: 0;
        color: #fff;
    }
}

.social-media-container {
    margin-top: 60px;
}

.social-media-container::after {
    clear: both;
    content: "";
    display: block;
}

@media screen and (min-width: 1010px) {
    .social-media-container {
        display: flex;
        flex-wrap: wrap;
    }
}

.social-media-panel {
    position: relative;
    float: left;
    width: 380px;
    padding: 25px 25px 55px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    box-sizing: border-box;
}

.social-media-panel .time {
    margin-bottom: 20px;
    font-size: 0.8em;
}

.social-media-panel a {
    color: white;
}

.social-media-panel a:hover {
    text-decoration: underline;
}

.social-media-panel .foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    margin: 0;
    padding: 0 25px;
    font-size: 0.8em;
}

.social-media-panel .slick-dots {
    position: absolute;
    right: 25px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-media-panel .slick-dots li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 7px;
}

.social-media-panel .slick-dots button {
    position: relative;
    overflow: hidden;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    background: transparent;
    border: 1px solid #424144;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    outline: none;
}

.social-media-panel .slick-dots .slick-active button {
    background: white;
    border-color: white;
}

.social-media-panel-twitter {
    margin-right: 30px;
    border-top: 5px solid #00bcff;
}

.social-media-panel-twitter .foot {
    padding-left: 50px;
    background: url(/images/icons/Twitter_Logo_Blue.png) no-repeat 25px 0;
    background-size: contain;
    width: auto;
    height: 16px;
    margin-bottom: 20px;
}

.social-media-panel-facebook {
    border-top: 5px solid #365ea9;
}

.social-media-panel-facebook .foot {
    padding-left: 50px;
    background: url(/images/icons/FB-f-Logo__blue_50.png) no-repeat 25px 0;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-bottom: 20px;
}

.instagram {
    background-image: linear-gradient(0deg, #1E2C3A 0%, #000000 100%);
}

.instagram::after {
    clear: both;
    content: "";
    display: block;
}

@media screen and (min-width: 1010px) {
    .instagram {
        display: flex;
        flex-wrap: wrap;
    }
}

.instagram-post {
    float: left;
    transition: all 0.25s;
    width: 50%;
}

@media screen and (min-width: 600px) {
    .instagram-post {
        width: 25%;
    }
}

@media screen and (min-width: 1010px) {
    .instagram-post {
        width: 20%;
        flex: 1;
    }
}

.instagram-post img {
    vertical-align: middle;
}

@media screen and (min-width: 600px) {
    .instagram-post img {
        vertical-align: bottom;
    }
}

.instagram-post:hover, .instagram-post:focus {
    opacity: 0.75;
}

.instagram-info {
    background-image: linear-gradient(#000000 0%, #1E2C3A 100%);
    color: #fff;
    display: block;
    float: left;
    font-size: 2.5rem;
    font-weight: 300;
    padding: 28px 20px 30px;
    position: relative;
    text-align: center;
    transition: all 0.25s;
    width: 100%;
}

.instagram-info p {
    margin-bottom: 20px;
}

.instagram-info .instagram-subtitle {
    font-size: 1rem;
}

.instagram-info .instagram-subtitle img {
    vertical-align: middle;
}

.instagram-info:hover, .instagram-info:focus {
    color: #fff;
    opacity: 0.9;
}

@media screen and (min-width: 1010px) {
    .instagram-info {
        width: 20%;
        flex: 1;
        font-size: 1.5em;
    }

    .instagram-info .info-holder {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.social-media-panel.social-media-spaces-panel {
    display: block;
    float: none;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .social-media.spaces-page {
        display: block;
        padding-top: 60px;
        padding-bottom: 60px;
        background-image: linear-gradient(0deg, #1C252E 0%, #000000 100%) !important;
    }

    .social-media.spaces-page h2 {
        color: white;
        text-align: center;
    }

    .social-media.spaces-page .social-media-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .social-media-panel.social-media-spaces-panel {
        display: block;
        float: none;
        width: 100%;
    }
}

.event {
    padding-top: 27px;
}

.event::after {
    clear: both;
    content: "";
    display: block;
}

.event .event-genre-title {
    color: #808080;
    letter-spacing: 2px;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}

.event h1 {
    margin-bottom: 19px;
}

.event .event-spec {
    color: #000;
}

.event .event-spec img {
    margin-right: 10px;
    vertical-align: middle;
}

@media screen and (min-width: 600px) {
    .event {
        padding-top: 62px;
    }

    .event .event-spec {
        display: inline-block;
        margin-right: 43px;
        /*margin-bottom: 53px;*/
    }
}

.event-max-section {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.event-contents {
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.event-image-container {
    position: relative;
}

.event-image-container .banner-status {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    box-shadow: none;
}

@media (min-width: 768px) {
    .event-image-container .banner-status {
        width: 180px;
    }
}

.event-contents img {
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
}

@media screen and (min-width: 843px) {
    .event-contents {
        padding-bottom: 52px;
        margin-top: 0;
        width: 65%;
        float: left;
    }
}

@media screen and (min-width: 843px) {
    .event-information {
        width: 30%;
        float: right;
    }
}

.event-information .js-print {
    display: none;
}

@media screen and (min-width: 600px) {
    .event-information .js-print {
        display: block;
    }
}

.event-information .print {
    text-align: right;
    padding-top: 20px;
}

.event-information .print a {
    color: black;
    border-bottom: 1px solid #9b9b9b;
}

.event-info-button {
    font-size: 1.2em;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
}

.event-info-button,
.event-info-link a {
    background: none;
    color: #000;
    font-weight: normal;
    padding: 18px 0;
    text-align: left;
    width: 100%;
    position: relative;
    letter-spacing: normal;
    text-transform: none;
}

.event-info-button img,
.event-info-link a img {
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.event-info-button:hover, .event-info-button:focus,
.event-info-link a:hover,
.event-info-link a:focus {
    background: none;
    color: #000;
    outline: none;
}

.event-info-link a {
    color: #000;
    display: block;
}

.event-info-link.event-info-button {
    padding: 0px;
}

.e-slide-up, .e-slide-down {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

.e-slide-down {
    max-height: 1000vh;
}

.event-info-main {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.event-info-main .event-info-main-item {
    border-left: 1px solid rgba(204, 204, 204, 0.25);
    border-right: 1px solid rgba(204, 204, 204, 0.25);
    border-bottom: 1px solid rgba(204, 204, 204, 0.25);
    padding: 16px 20px 12px;
}

.event-info-main .event-info-main-item p {
    margin-bottom: 0px;
}

.event-info-main .event-info-main-item br {
    display: block;
    margin: 10px 0;
    content: " ";
}

.event-info-main .event-info-main-item:first-of-type {
    border-top: none;
}

.event-info-main p.terms {
    line-height: 1.2;
    color: #999;
    margin: 0.75em 0;
}

.event-info-sub {
    color: #808080;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.event-info-sub li {
    margin-bottom: 5px;
    font-size: 0.9em;
    font-weight: 400;
}

.event-social {
    float: right;
}

.event-social .event-social-title {
    color: #BFBFBF;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.event-social .event-social-icons a {
    margin-right: 10px;
}

.event-social .event-social-icons a:last-child {
    margin-right: 0px;
}

.event-social .event-social-icons img {
    opacity: 0.5;
    transition: all 0.2s;
}

.event-social .event-social-icons img:hover {
    opacity: 0.8;
}

.event-buy-button {
    background: linear-gradient(-180deg, #1E2C3A 0%, #000000 100%);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 50px;
    height: 50px;
    margin-bottom: 30px;
    width: 50%;
    text-transform: uppercase;
    transition: all 0.2s;
    text-align: center;
}

.event-buy-button:hover {
    background: linear-gradient(-180deg, #000000 0%, #000000 100%);
}

.event-buy-button:hover, .event-buy-button:focus {
    color: #fff;
}

.related-events, .gradient-bar {
    display: none;
}

@media screen and (min-width: 600px) {
    .gradient-bar {
        display: block;
    }

    .related-events {
        display: block;
        padding-top: 40px;
    }
}

.events {
    padding-top: 120px;
}

.event-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.event-page::after {
    clear: both;
    content: "";
    display: block;
}

@media screen and (min-width: 600px) {
    .event-page {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

.event-archive {
    color: #808080;
    list-style-type: none;
    padding: 0;
    margin: 0 0 51px;
}

.event-archive a {
    color: #808080;
}

.event-archive li {
    display: inline-block;
    margin-right: 50px;
}

.event-archive .current {
    color: #000;
}

.event-news {
    background-color: #fff;
    color: #333;
    display: block;
    padding: 26px 30px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.event-news:hover {
    color: inherit;
}

.event-news:hover img {
    opacity: 0.75;
}

@media screen and (min-width: 600px) and (max-width: 1010px) {
    .event-news {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
    }

    .event-news:last-child {
        margin-right: 0;
    }

    .event-news:nth-child(2n) {
        margin-right: 0;
    }

    .event-news:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width: 1010px) {
    .event-news {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
    }

    .event-news:last-child {
        margin-right: 0;
    }

    .event-news:nth-child(3n) {
        margin-right: 0;
    }

    .event-news:nth-child(3n+1) {
        clear: left;
    }
}

.search-page {
    padding-top: 120px;
}

.event-search-form {
    position: relative;
    background-color: #fff;
    padding: 28px;
    margin-bottom: 60px;
}

.event-search-form label {
    display: none;
}

.event-search-form .search-input input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid black;
    display: inline-block;
    height: 50px;
    margin-bottom: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.event-search-form .search-input input:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.event-search-form .search-button {
    background-color: #000;
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 50px;
    margin-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.event-search-form fieldset, .event-search-form .Actions {
    display: inline-block;
}

.event-search-form fieldset {
    width: 77%;
}

.event-search-form .Actions {
    position: absolute;
    right: 28px;
    top: 30px;
}

.events-list::after {
    clear: both;
    content: "";
    display: block;
}

.event-small {
    display: block;
}

.event-small .banner-status {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 600px) and (max-width: 1010px) {
    .event-small {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
    }

    .event-small:last-child {
        margin-right: 0;
    }

    .event-small:nth-child(2n) {
        margin-right: 0;
    }

    .event-small:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width: 1010px) {
    .event-small {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
    }

    .event-small:last-child {
        margin-right: 0;
    }

    .event-small:nth-child(3n) {
        margin-right: 0;
    }

    .event-small:nth-child(3n+1) {
        clear: left;
    }
}

.event-image {
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-color: #333;
    height: 0;
    padding-top: 64.36%;
    /* (img-height / img-width * container-width) */
    /* (280 / 435 * 100) */
}

.event-link {
    display: inline-block;
    min-height: 280px;
}

@media screen and (max-width: 600px) {
    .event-link {
        min-height: 0;
    }
}

.event-buy, .event-genre {
    bottom: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 20px;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.2s;
}

.event-genre {
    left: 0;
    z-index: 200;
}

.event-buy {
    color: white;
    right: 0;
    z-index: 200;
    background: black;
}

.event-buy .gradient {
    background-image: linear-gradient(#1E2C3A 0%, #000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.event-buy:hover {
    color: white;
}

.event-buy:hover .gradient {
    opacity: 1;
}

.event-buy span {
    z-index: 100;
    position: relative;
}

.event-title {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.event-title a {
    color: #333;
    border-bottom: 1px solid #999;
}

.event-info {
    padding: 20px 0px;
}

.quote-title {
    max-width: 640px;
    text-align: center;
}

.quote-section {
    position: relative;
    z-index: 1;
    max-width: 640px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.quote-submit {
    padding: 80px 0 60px;
    text-align: center;
}

.breakout-spaces {
    border-top: 1px solid #dedede;
}

.breakout-spaces.hidden {
    display: none;
}

.breakout-section .breakout-space {
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
    margin: 0 0 1.59722% 0;
    padding: 19.4% 0 0;
    background: no-repeat center center;
    background-size: cover;
}

.breakout-section .breakout-space h3 {
    position: absolute;
    z-index: 20;
    left: 20px;
    top: 20px;
    right: 60px;
    color: white;
    text-align: left;
}

.breakout-section .breakout-space ul.stats {
    position: absolute;
    z-index: 20;
    left: 20px;
    top: 70px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breakout-section .breakout-space ul.stats li {
    display: inline-block;
    background: white;
    border-radius: 4px;
}

.breakout-section .breakout-space .more-info {
    position: absolute;
    z-index: 20;
    right: 20px;
    bottom: 20px;
}

.breakout-section .breakout-space input {
    display: none;
}

.breakout-section .breakout-space label {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.breakout-section .breakout-space label:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 28px;
    height: 28px;
    border: 2px dotted white;
    border-radius: 50%;
}

.breakout-section .breakout-space input:checked ~ label {
    background: transparent;
}

.breakout-section .breakout-space input:checked ~ label:after {
    background: white;
    border-style: solid;
}

@media screen and (min-width: 850px) {
    .breakout-section .breakout-space {
        width: 48%;
        margin: 0 0 1.59722% 1.59722%;
    }
}

@media screen and (min-width: 1240px) {
    .breakout-section .breakout-space {
        width: 32.26%;
    }
}

@media screen and (min-width: 1240px) {
    .breakout-section .breakout-space:nth-child(2n+1) {
        clear: none;
        margin: 0 0 1.59722% 1.59722%;
    }

    .breakout-section .breakout-space:nth-child(3n+1) {
        clear: left;
        margin-left: 0;
    }
}

.breakout-section {
    position: relative;
    z-index: 10;
    padding-top: 80px;
    padding-bottom: 60px;
}

.breakout-section:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 50%;
    top: -12px;
    display: block;
    margin-left: -285px;
    width: 22px;
    height: 22px;
    background: white;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #dedede;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breakout-section:after {
    content: "";
    display: table;
    clear: both;
}

.breakout-section h2 {
    text-align: center;
    margin-bottom: 80px;
}

.contact-select select {
    width: 100%;
    -webkit-appearance: none;
    height: 48px;
    padding-left: 16px;
    border: 1px solid #B3B3B3;
    border-radius: 0px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: 0.75em;
    background: white;
    background-image: url(/images/icons/arrow-dropdown.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
}

html, body {
    background-color: #E5E6EB;
}

main {
    background: #fff;
}

.spaces-gradient-background {
    background-image: url(/images/spaces-gradient.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-foot {
    border-top: 1px solid #dedede;
}

.event-spotlight {
    background-image: url(/images/events-spotlight.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.gradient-bar {
    background-image: linear-gradient(0deg, transparent 0%, #000000 100%);
    height: 10px;
    opacity: 0.07;
    width: 100%;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity .3s ease;
    display: flex;
    align-items: top;
    justify-content: center;
}

.modal-container {
    min-width: 50vw;
    max-width: 80vw;
    max-height: 80vh;
    padding: 87px 100px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    text-align: left;
    transition: all .3s ease;
    overflow: auto;
}

.modal-body {
    margin: 20px 0;
}

.modal-enter,
.modal-leave {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave .modal-container {
    transform: scale(1.1);
}

.prevlink img,
.nextlink img {
    vertical-align: middle;
}

.pagination {
    margin-bottom: 75px;
    margin-top: 15px;
}

.search-selection span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    height: 20px;
}

.search-selection button.select-button span {
    text-transform: uppercase;
}

#search .event-menu-holder {
    left: 0;
    top: 70px;
    z-index: 100;
}
/*# sourceMappingURL=style.css.map */
