/* Utilities */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  -ms-overflow-style: none;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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: none;
  /* 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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] {
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Kiosk Reset
   ========================================================================== */
*,
*:after,
*:before {
  box-sizing: border-box;
}

a {
  color: inherit;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.button,
input[type=search],
input[type=button],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

/***** MIXINS *****/
/***** Scale *****/
/***** Translate *****/
/***** ANIMATION *****/
/***** LOOPS *****/
/***** COLORS *****/
.white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.black {
  color: #414141;
}

.bg-black {
  background-color: #414141;
}

.black-light {
  color: #5F5F5F;
}

.bg-black-light {
  background-color: #5F5F5F;
}

.blue-dark {
  color: #0085B9;
}

.bg-blue-dark {
  background-color: #0085B9;
}

.blue-light {
  color: #00D5FF;
}

.bg-blue-light {
  background-color: #00D5FF;
}

.border {
  color: #DCDCDC;
}

.bg-border {
  background-color: #DCDCDC;
}

.gray {
  color: #ececec;
}

.bg-gray {
  background-color: #ececec;
}

.gray-light {
  color: #F6F6F6;
}

.bg-gray-light {
  background-color: #F6F6F6;
}

.gray-dark {
  color: #1D1D1D;
}

.bg-gray-dark {
  background-color: #1D1D1D;
}

.error {
  color: #b90c0c;
}

.bg-error {
  background-color: #b90c0c;
}

/* Base */
/* Fonts */
/* Weights */
body {
  font-size: 100%;
}

body,
html {
  color: #414141;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

/* H Tags */
.h1,
h1 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.15em;
  margin: 0 auto 0.5rem;
}
@media (max-width: 550px) {
  .h1,
h1 {
    font-size: 2rem;
  }
}

.h1-home {
  font-size: 5rem;
}
@media (max-width: 1100px) {
  .h1-home {
    font-size: 4rem;
  }
}
@media (max-width: 550px) {
  .h1-home {
    font-size: 2.75rem;
  }
}

.h2,
h2,
.gform_title {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.1em;
  margin: 0 auto 0.5rem;
}

p + .h2, .gform_description + .h2,
p + h2,
.gform_description + h2,
p + .gform_title,
.gform_description + .gform_title, ul + .h2,
ul + h2,
ul + .gform_title {
  margin-top: 2rem;
}

.h3,
h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 0 auto 0.5rem;
}

p + .h3, .gform_description + .h3,
p + h3,
.gform_description + h3, ul + .h3,
ul + h3 {
  margin-top: 40px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 0.9rem;
  line-height: 1.3em;
}

p, .gform_description,
.admin-content li {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.55em;
  margin: 0 auto 0.6rem;
}

.admin-content ul,
.admin-content ol {
  padding-left: 1em;
}
.admin-content ul li,
.admin-content ol li {
  list-style-position: outside;
}

a {
  font-size: 0.9rem;
  text-decoration: none;
}

.small, input[type=checkbox] + label,
input[type=radio] + label,
a.small,
.small a,
input[type=checkbox] + label a,
input[type=radio] + label a {
  font-size: 0.7rem;
}

.xsmall,
a.xsmall,
.xsmall a,
.xsmall p,
.xsmall .gform_description {
  font-size: 0.6rem;
  line-height: 1.8em;
}

blockquote,
blockquote * {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.12em;
  margin: 0;
}
@media (max-width: 1000px) {
  blockquote,
blockquote * {
    font-size: 2.5rem;
    line-height: 1.08em;
  }
}

.oswald {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

/***** Alternates *****/
.admin-content blockquote {
  position: relative;
  margin: 3rem 0;
}
.admin-content blockquote:before {
  content: "";
  background: #00D5FF;
  width: 70px;
  height: 5px;
  display: block;
  margin: 0 0 30px 0;
}
.admin-content blockquote,
.admin-content blockquote * {
  color: #0085B9;
  font-size: 1.75rem;
  line-height: 1.25em;
}

.admin-content table, .admin-content th, .admin-content td {
  border: 0.01em solid #DCDCDC;
  border-collapse: collapse;
}
.admin-content th, .admin-content td {
  padding: 10px;
}
.admin-content th, .admin-content td,
.admin-content th p,
.admin-content th .gform_description, .admin-content td p, .admin-content td .gform_description,
.admin-content th a, .admin-content td a {
  font-size: 13px;
  line-height: 1.2em;
}

.bio--staff .h3 {
  margin: 1rem 0;
}

.push-down {
  margin: 0 auto 40px;
}

/***** Floating Footer *****/
html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/***** Page Layout *****/
.page-wrapper,
.full-wrapper {
  width: 100%;
}

.full-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hide-on-load {
  opacity: 0;
}

.content-wrapper--xlarge,
.content-wrapper--large,
.content-wrapper--medium,
.content-wrapper--small {
  width: 100%;
  margin: auto;
  padding: 3rem 1.5rem;
}

.content-wrapper--xlarge {
  max-width: 72rem;
}

.content-wrapper--large {
  max-width: 54rem;
}

.content-wrapper--medium {
  max-width: 40rem;
}

.content-wrapper--small {
  max-width: 20rem;
}

.content {
  max-width: 40rem;
}

[class*=content-wrapper--] + [class*=content-wrapper--] {
  padding-top: 0;
}

.right .content,
.hero--right .content {
  margin-left: auto;
}

.pad-0x {
  padding-top: 0;
  padding-bottom: 0;
}

.pad-1x {
  padding-top: 1.5rem;
  padding-bottom: 40px;
}

.pad-2x {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-3x {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad-top-0 {
  padding-top: 0;
}

.pad-btm-0 {
  padding-bottom: 0;
}

/***** Grid *****/
.grid,
.grid--wrap,
.grid--center,
.grid--column {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .grid,
.grid--wrap,
.grid--center,
.grid--column {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.grid--wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.grid--column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 780px) {
  .grid--tablet {
    flex-direction: column;
  }
  .grid--tablet > [class*=col-] {
    width: 100%;
  }
  .grid--tablet > [class*=col-]:not(:last-child) {
    margin-bottom: 3rem;
  }
}

/***** Columns *****/
.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

/***** Alts *****/
.gutters [class^=col] {
  padding: 0 3px 6px;
}

/***** Overlay *****/
.overlay--trigger {
  cursor: pointer;
}

.overlay--fixed {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
  display: block;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.overlay--fixed > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.overlay--fixed .content {
  max-height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay--fixed .content * ::-webkit-scrollbar {
  display: none;
}
.overlay--fixed:after {
  content: "Close";
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 12px solid #00D5FF;
  padding: 10px 30px 10px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
}

.overlay--open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
}

.overlay--blue {
  background-color: #0085B9;
  opacity: 0.9;
}

.overlay--gray {
  background-color: #ececec;
  opacity: 0.9;
}

.is_IE .overlay-video,
.is_IE .overlay--fixed {
  display: none;
}
.is_IE .overlay--open,
.is_IE .open {
  display: block;
}

/* Standards */
b,
strong {
  font-weight: 500;
}

.heavy {
  font-weight: 700;
}

.all-caps,
.uppercase {
  text-transform: uppercase;
}

.clear {
  clear: both;
  float: none;
  display: block;
}

.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.hide {
  display: none;
}

@media (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
}

.hide-accessible, .gfield_label,
.screen-reader-text {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.bg-image, .hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
}

.svg-bg-blue-light {
  fill: #00D5FF;
}

.relative {
  position: relative;
}

/* Module */
/***** Header/Footer *****/
header,
footer {
  padding: 0 30px;
}
header .grid,
footer .grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/***** Header *****/
header {
  position: relative;
  z-index: 999999;
}
header .menu {
  text-align: right;
}
@media (max-width: 600px) {
  header {
    padding: 0;
    position: relative;
  }
  header .menu {
    text-align: left;
  }
  header .logo {
    padding: 5px 20px;
    box-sizing: content-box;
    z-index: 9999;
  }
}

/***** Footer *****/
footer {
  margin-top: -1px;
}
footer .small, footer input[type=checkbox] + label,
footer input[type=radio] + label {
  margin-bottom: 0;
}
footer .content-wrapper {
  border-top: 1px solid #DCDCDC;
  padding-left: 0;
  padding-right: 0;
}
footer .dropdown--location {
  margin-left: 30px;
}
footer .grid-2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
footer .location {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-right: 20px;
}
@media (max-width: 800px) {
  footer .location {
    display: none;
  }
}
footer .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 800px) {
  footer .content-wrapper {
    text-align: center;
  }
  footer .grid {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .grid .logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  footer .grid .social {
    margin: auto;
  }
}

/***** Generic Header/Footer Items *****/
.logo {
  display: block;
  height: 89px;
  width: 85px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
}

.menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

/***** Menu / Resets *****/
.menu,
.menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/***** Menu / Base *****/
.menu > .menu-item {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1em;
  margin: 0 20px 0;
  padding: 40px 0 38px;
}
.menu > .menu-item:first-of-type {
  margin-left: 0;
}

/***** Submenu *****/
@media (min-width: 600px) {
  .menu--header .menu-item-has-children {
    position: relative;
  }
  .menu--header .menu-item-has-children:hover .sub-menu, .menu--header .menu-item-has-children.hover .sub-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .menu--header .sub-menu {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    padding: 15px 12px;
    position: absolute;
    top: 100%;
    left: -40%;
    width: 180%;
    background: #0085B9;
    color: #FFFFFF;
  }
  .menu--header .sub-menu li {
    color: #FFFFFF;
    margin: 0;
    padding: 6px 0;
    text-align: center;
  }
  .menu--header .sub-menu a {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
  }
  .menu--header .sub-menu a:hover {
    color: #00D5FF;
  }
  .menu--header .sub-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #0085B9;
    top: -96px;
    left: 0;
  }
}

/***** Social Icons *****/
.social--box .social--icon {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #0085B9;
  border-radius: 50px;
  display: inline-block;
  margin: 0 0.25rem;
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 14px 0;
}
.social--box .social--icon svg,
.social--box .social--icon img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.social--box:hover .social--icon {
  background: #006086;
}
.social--box .social--icon:hover {
  background: #0085B9;
}

/***** Footer / Menu *****/
.menu--footer .sub-menu {
  display: none;
}
@media (max-width: 600px) {
  .menu--footer {
    margin: 20px auto;
  }
  .menu--footer .menu-item,
.menu--footer .sub-menu {
    display: block;
  }
  .menu--footer .menu-item {
    margin: 10px 0;
    padding: 0;
  }
}

@media (max-width: 450px) {
  .break-mobile {
    display: block;
    opacity: 0;
    height: 0;
  }
}
/***** Mobile Menu *****/
.menu--mobile {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 12px solid #00D5FF;
  padding: 10px 30px 10px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  display: none;
  z-index: 9999;
}
@media (max-width: 600px) {
  .menu--mobile {
    display: block;
  }
}

.home .menu--mobile {
  color: #FFFFFF;
}

.white + .menu--mobile {
  color: #FFFFFF;
}

@media (max-width: 600px) {
  .menu--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateY(-8%);
    -moz-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    -o-transform: translateY(-8%);
    transform: translateY(-8%);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    background: #00D5FF;
    color: #FFFFFF;
    top: 0;
    left: 0;
    padding: 120px 30px 80px;
    height: 100%;
    z-index: 999;
  }
  .menu--header .menu-item,
.menu--header .sub-menu {
    display: block;
  }
  .menu--header .menu-item {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
  .menu--header .menu-item a {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 5vh;
    line-height: 1em;
    padding: 1.5vh 0;
  }
  .menu--header .sub-menu {
    padding-left: 15px;
    border-left: 5px solid rgba(255, 255, 255, 0.35);
    margin: 10px 0 15px 6px;
  }
  .menu--header .sub-menu .menu-item {
    padding: 0;
  }
  .menu--header .sub-menu .menu-item,
.menu--header .sub-menu .menu-item a {
    font-family: "Heebo", sans-serif;
    font-size: 17px;
    display: block;
    padding: 5px 0 5px 0;
  }
  .menu--header .sub-menu .menu-item:first-of-type,
.menu--header .sub-menu .menu-item a:first-of-type {
    padding-top: 0;
  }
  .menu--header .sub-menu .menu-item:last-of-type,
.menu--header .sub-menu .menu-item a:last-of-type {
    padding-bottom: 0;
  }
}

.menu--open .menu--mobile {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.menu--open .menu--header {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: inherit;
}
.menu--open .menu-item {
  opacity: 1;
}

/***** Homepage Menu *****/
@media (min-width: 600px) {
  .menu--overlap {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 1.5rem;
  }
}

/***** Sub Header *****/
#games {
  position: relative;
  padding-top: 43px;
}
@media (max-width: 700px) {
  #games {
    padding-top: 0;
  }
}

.header--sub {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  max-height: 43px;
  width: 100%;
  z-index: 99999;
}
.header--sub .list {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -ms-overflow-style: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 300;
  list-style: none;
  margin: auto;
  max-width: 54rem;
  max-height: 80%;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1.5rem;
  pointer-events: none;
  width: 100%;
}
.header--sub .list * ::-webkit-scrollbar {
  display: none;
}
.header--sub .list a {
  font-size: 1.25rem;
}
.header--sub .list li {
  padding: 15px 0;
}
.header--sub .list .active,
.header--sub .list a:hover {
  opacity: 0.5;
}
.header--sub .submenu--trigger {
  cursor: pointer;
  font-weight: 500;
  position: relative;
  padding-right: 25px;
}
.header--sub .submenu--trigger:after, .header--sub .submenu--trigger:before {
  -webkit-transition: 0.2s transform cubic-bezier(0.46, 0.3, 0, 1.04);
  -moz-transition: 0.2s transform cubic-bezier(0.46, 0.3, 0, 1.04);
  -ms-transition: 0.2s transform cubic-bezier(0.46, 0.3, 0, 1.04);
  -o-transition: 0.2s transform cubic-bezier(0.46, 0.3, 0, 1.04);
  transition: 0.2s transform cubic-bezier(0.46, 0.3, 0, 1.04);
  content: "";
  background-color: #00D5FF;
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 10px;
  margin: 0;
}
.header--sub .submenu--trigger:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header--sub .breadcrumbs {
  padding: 10px 1.5rem;
}
.header--sub:after {
  content: "";
  width: 100%;
  pointer-events: none;
  position: absolute;
  height: 20%;
  background: rgba(65, 65, 65, 0);
  background: -webkit-linear-gradient(-90deg, rgba(65, 65, 65, 0) 0, rgba(65, 65, 65, 0.9) 100%);
  background: linear-gradient(180deg, rgba(65, 65, 65, 0) 0, rgba(65, 65, 65, 0.9) 100%);
  left: 0;
  bottom: 10%;
}
@media (max-width: 700px) {
  .header--sub {
    display: none;
  }
}

.header--open {
  padding-bottom: -webkit-calc(56.25% + 43px);
  padding-bottom: calc(56.25% + 43px);
  z-index: 99999;
}
.header--open .list {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
  pointer-events: inherit;
}
.header--open .submenu--trigger:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header--open .submenu--trigger:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.breadcrumbs {
  padding: 10px 0;
}
.breadcrumbs li {
  display: inline-block;
  font-weight: 400;
  margin: 0 -4px 0 0;
}
.breadcrumbs li span {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 700px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .breadcrumbs li span {
    max-width: 500px;
  }
}
@media (max-width: 800px) {
  .breadcrumbs li span {
    max-width: 400px;
  }
}
.breadcrumbs li:after {
  content: "/";
  margin: 0 10px 0 13px;
}
/***** Legal Footer *****/
.menu--legal,
.menu--legal li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.menu--legal li {
  margin-left: 5px;
}
.menu--legal li:before {
  content: "|";
  margin-right: 9px;
}

.site-by-kiosk:before {
  content: "Site by ";
}

::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  text-transform: uppercase;
}

:-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  text-transform: uppercase;
}

::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  text-transform: uppercase;
}

::placeholder {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  text-transform: uppercase;
}

/***** Form Standards *****/
.gform_wrapper {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.admin-content .gform_wrapper {
  padding: 1.5rem 0 3rem;
}

form {
  position: relative;
}

.gform_fields,
.admin-content .gform_fields {
  list-style: none;
  padding-left: 0;
}

.has-label .gfield_label {
  display: block;
  height: auto;
  width: auto;
  clip: auto;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}

.has-label .gfield_label {
  display: block;
  height: auto;
  width: auto;
  clip: auto;
  position: relative;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}

input, textarea, .styled-select {
  font-family: "Heebo", sans-serif;
  font-size: 0.9rem;
  background: #F6F6F6;
  border: 0;
  color: #414141;
  max-width: 100%;
  outline: none !important;
  padding: 15px;
  text-transform: none;
  width: 100%;
}

.bg-black input, .bg-black textarea, .bg-black .styled-select, .bg-black .chosen-container-single .chosen-single,
.contact-wrapper input,
.contact-wrapper textarea,
.contact-wrapper .styled-select,
.contact-wrapper .chosen-container-single .chosen-single {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}
.bg-black input::-webkit-input-placeholder, .bg-black textarea::-webkit-input-placeholder, .bg-black .styled-select::-webkit-input-placeholder, .bg-black .chosen-container-single .chosen-single::-webkit-input-placeholder,
.contact-wrapper input::-webkit-input-placeholder,
.contact-wrapper textarea::-webkit-input-placeholder,
.contact-wrapper .styled-select::-webkit-input-placeholder,
.contact-wrapper .chosen-container-single .chosen-single::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.bg-black .gform_title,
.contact-wrapper .gform_title {
  text-align: center;
}
.bg-black .chosen-container .chosen-single div b,
.contact-wrapper .chosen-container .chosen-single div b {
  background: url("../images/icons/dropdown-white.svg") center no-repeat;
}
.bg-black .gform_fields,
.contact-wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg-black .gform_fields li,
.contact-wrapper .gform_fields li {
  width: 100%;
}
.bg-black .gform_fields .input--half,
.contact-wrapper .gform_fields .input--half {
  width: calc( 50% - 10px );
}

.contact-wrapper .intro {
  padding: 80px 0;
}
.contact-wrapper .gform_wrapper {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.ginput_container {
  margin: 10px 0;
}

.chosen-disabled .styled-select {
  min-height: 53px;
}

textarea {
  -webkit-transition: 0.2s max-height ease-in-out;
  -moz-transition: 0.2s max-height ease-in-out;
  -ms-transition: 0.2s max-height ease-in-out;
  -o-transition: 0.2s max-height ease-in-out;
  transition: 0.2s max-height ease-in-out;
  display: block;
  max-height: 200px;
}

select {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  outline: none !important;
}

input[type=submit] {
  padding: 21px 30px;
}
input[type=submit].disabled {
  background-color: #414141;
  background-color: rgba(65, 65, 65, 0.6);
}
input[type=submit].disabled:hover {
  cursor: not-allowed;
}
input[type=radio], input[type=checkbox] {
  width: 20px;
}

/***** Form Header/Footer *****/
.gform_title {
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 20px;
}

.gform_footer {
  margin-top: 30px;
}

/***** Styled Select *****/
.styled-select {
  cursor: pointer;
  overflow: hidden;
  height: 53px;
  border-radius: 0;
  display: block;
  position: relative;
  padding: 0;
  background-image: url("../images/icons/dropdown-white.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.styled-select select {
  background: transparent;
  border: 0;
  color: #FFFFFF;
  padding: 0 15px;
  width: 120%;
  height: 53px;
  -webkit-appearance: none;
}
.styled-select select::-ms-expand {
  /* IE appearance none */
  display: none;
}

.single-pre-reg .styled-select {
  background-image: url("../images/icons/dropdown.svg");
}
.single-pre-reg .styled-select select {
  color: #414141;
}

/***** Form Validation *****/
.gfield_required {
  color: #00D5FF;
  padding: 0 3px;
}

.gfield_error input, .gfield_error.chosen-disabled .styled-select {
  border-color: #00D5FF;
}

.validation_error {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.validation_message {
  font-size: 12px;
}

.gfield {
  position: relative;
}

/***** Dropdown *****/
.dropdown--wrapper {
  margin-left: 30px;
}
.dropdown--wrapper .active {
  margin: 10px 0;
}
.dropdown--wrapper .h3 {
  margin: 0;
}
.dropdown--wrapper .dropdown--select {
  cursor: pointer;
}
.dropdown--wrapper .dropdown--select .active {
  position: relative;
}
.dropdown--wrapper .dropdown--select .active:before {
  content: url("../images/icons/dropdown.svg");
  position: absolute;
  left: -30px;
}
.dropdown--wrapper .dropdown--list {
  background-color: #e9e9e9;
  box-shadow: 4px 4px 5px #cfcfcf;
  cursor: pointer;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  margin: 10px 0 0 0;
  max-height: 140px;
  min-width: 250px;
  overflow: scroll;
  position: absolute;
}
.dropdown--wrapper .dropdown--list * ::-webkit-scrollbar {
  display: none;
}
.dropdown--wrapper .dropdown--list li {
  display: none;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 10px 40px 10px 15px;
}
.dropdown--wrapper .dropdown--list li:hover {
  background: #0085B9;
  color: #FFFFFF;
}
.dropdown--wrapper .dropdown--trigger .item {
  display: none;
  margin-bottom: 0;
}
.dropdown--wrapper .dropdown--trigger .active {
  display: inline-block;
}

.dropdown--open .dropdown--list {
  opacity: 1;
}
.dropdown--open .dropdown--list li {
  display: block;
}

/***** Ajax Loader *****/
.gform_footer {
  position: relative;
}

.gform_footer img.gform_ajax_spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 110%;
  width: 18px;
  height: 18px;
}

/***** Search *****/
.search-form {
  margin-top: 1.5rem;
}
.search-form input {
  background: #F6F6F6;
  color: #414141;
}
.search-form .cta, .search-form input[type=submit] {
  margin: 0;
}
@media (max-width: 600px) {
  .search-form input {
    padding: 28px 30px 24px;
  }
  .search-form .cta, .search-form input[type=submit] {
    margin-top: 0.75rem;
    width: 100%;
  }
}

.gform_wrapper ul {
  list-style: none;
}

.ginput_container_checkbox,
.ginput_container_radio {
  text-align: left;
}
.ginput_container_checkbox + .validation_message,
.ginput_container_radio + .validation_message {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  /* Hide original inputs */
  opacity: 0;
  position: absolute;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3em;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  height: 18px;
  width: 18px;
  content: " ";
  border: 0;
  position: absolute;
  left: -18px;
  top: 2px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #00D5FF;
}

.gfield_error input[type=checkbox] + label:before,
.gfield_error input[type=radio] + label:before {
  border: 1px solid #9c2b03;
}
.gfield_error input[type=checkbox]:checked + label:before,
.gfield_error input[type=radio]:checked + label:before {
  border: 0;
}

.ccpa-form_wrapper {
  max-width: 768px;
}
.ccpa-form_wrapper.gform_validation_error .validation_message,
.ccpa-form_wrapper.gform_validation_error .validation_error {
  color: #b90c0c;
}
.ccpa-form_wrapper.gform_validation_error .chosen-single,
.ccpa-form_wrapper.gform_validation_error .gfield_error .ginput_container_text input,
.ccpa-form_wrapper.gform_validation_error .gfield_error .ginput_container_textarea textarea {
  background-color: rgba(185, 12, 12, 0.2);
}

.ccpa-form .gform_body > ul {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-column-gap: 1em;
}
@media (max-width: 450px) {
  .ccpa-form .gform_body > ul {
    display: block;
  }
}
.ccpa-form .gform_body > ul input[type=text] {
  height: 54px;
}
.ccpa-form .gform_body > ul > li .gfield_label {
  font-weight: 900;
  position: relative;
  height: auto;
  width: auto;
  overflow: visible;
  clip: unset;
  visibility: visible;
}
.ccpa-form .gform_body > ul > li:nth-child(1) {
  grid-column-start: span 2;
  grid-row-start: 1;
  width: 100%;
}
.ccpa-form .gform_body > ul > li:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
  width: 100%;
}
.ccpa-form .gform_body > ul > li:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
  width: 100%;
}
.ccpa-form .gform_body > ul > li:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: 2;
  width: 100%;
}
.ccpa-form .gform_body > ul > li:nth-child(4) .gfield_label {
  position: relative;
  height: auto;
  width: auto;
  overflow: visible;
  clip: unset;
  visibility: visible;
}
.ccpa-form .gform_body > ul > li:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 3;
  width: 100%;
}
.ccpa-form .gform_body > ul > li:nth-child(5) .gfield_label {
  position: relative;
  height: auto;
  width: auto;
  overflow: visible;
  clip: unset;
  visibility: visible;
}
.ccpa-form .gform_body > ul > li:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 4;
  width: 100%;
}
.ccpa-form .gform_body > ul > li:nth-child(6) .gfield_label {
  position: relative;
  height: auto;
  width: auto;
  overflow: visible;
  clip: unset;
  visibility: visible;
}
.ccpa-form .gform_body > ul > li:nth-child(7) {
  grid-column-start: span 2;
  grid-row-start: 5;
  width: 100%;
}
.ccpa-form .gform_body > ul > li:nth-child(7) textarea {
  height: 120px;
  max-height: none;
}
@media (max-width: 450px) {
  .ccpa-form .gform_body > ul > li:nth-child(7) textarea {
    height: 180px;
  }
}
.ccpa-form .gform_body > ul > li:nth-child(8) {
  grid-column-start: span 2;
  grid-row-start: 6;
  width: 100%;
  text-align: left;
}
.ccpa-form .gform_body > ul > li:nth-child(9) {
  grid-column-start: span 2;
  grid-row-start: 7;
  width: 100%;
  text-align: center;
}
.ccpa-form .gform_body > ul > li:nth-child(9) .gfield_label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  visibility: hidden;
}
.ccpa-form .gform_body > ul > li:nth-child(9) .gfield_consent_label {
  padding-left: 22px;
}
.ccpa-form .gform_body > ul > li:nth-child(9) input[type=checkbox] + label:before {
  left: 0px;
  top: 0px;
}
.ccpa-form .gform_body > ul > li:nth-child(10) {
  grid-column-start: span 2;
  grid-row-start: 8;
}
.ccpa-form .gform_body > ul > li:nth-child(11) {
  grid-column-start: span 2;
  grid-row-start: 9;
}
.ccpa-form .gform_footer {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.ccpa-form .gform_footer input[type=submit] {
  max-width: 320px;
}

select.chosen-select {
  visibility: hidden;
}

.gform_wrapper {
  -webkit-transition: 0.1s opacity ease-in;
  -moz-transition: 0.1s opacity ease-in;
  -ms-transition: 0.1s opacity ease-in;
  -o-transition: 0.1s opacity ease-in;
  transition: 0.1s opacity ease-in;
  opacity: 0;
}

.chosen-container {
  width: 100% !important;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: left;
}

.chosen-container .chosen-drop {
  font-size: 0.8rem;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  background: #2d2b2b;
  background: #FFFFFF;
  color: #414141;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single,
.chosen-container-single .chosen-choices {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  background: #F6F6F6;
  padding: 15px;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.bg-black .chosen-container-single .chosen-single,
.bg-black .chosen-container-single .chosen-choices {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  margin: 0 10px 0 0;
  height: 100%;
}

.chosen-container .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icons/dropdown.svg") center no-repeat;
}

.bg-black .chosen-container .chosen-single div b {
  background: url("../images/icons/dropdown-white.svg") center no-repeat;
}

.no-search .chosen-container-single .chosen-search {
  display: none;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  color: #414141;
  padding: 5px 20px 5px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #DCDCDC;
  background: url("../images/icons/search.svg") 98% 50% no-repeat;
  background-size: 15px;
  font-size: 1em;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  padding-left: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #0085B9;
  color: #FFF;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.reset,
.chosen-container .gf_placeholder {
  opacity: 0.5;
}

.placeholder-select .chosen-container .gf_placeholder:before {
  content: "Select ";
}
.chosen-container .gf_placeholder:after {
  content: "...";
}

.flexslider .category {
  width: 75px;
  height: 65px;
  background-image: url("../images/icons/jobs/default.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}
.flexslider .category--art,
.flexslider .category--creative-services,
.flexslider .category--game-design,
.flexslider .category--customer-experience {
  background-image: url("../images/icons/jobs/art.svg");
}
.flexslider .category--engineering,
.flexslider .category--software-development {
  background-image: url("../images/icons/jobs/engineering.svg");
}
.flexslider .category--quality-assurance,
.flexslider .category--quality-verification {
  background-image: url("../images/icons/jobs/badge.svg");
}
.flexslider .category--customer-service,
.flexslider .category--customer-producer {
  background-image: url("../images/icons/jobs/bubble.svg");
}
.flexslider .category--customer-finance {
  background-image: url("../images/icons/jobs/finance.svg");
}
.flexslider .category--human-resources,
.flexslider .category--operations {
  background-image: url("../images/icons/jobs/hr.svg");
}
.flexslider .category--information-technology {
  background-image: url("../images/icons/jobs/it.svg");
}
.flexslider .category--business-intelligence,
.flexslider .category--research,
.flexslider .category--user-research,
.flexslider .category--analytics {
  background-image: url("../images/icons/jobs/research.svg");
}

/* Links */
.cta, input[type=submit],
.cta--small {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  background: #00D5FF;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Heebo", sans-serif;
  line-height: 1em;
  margin-top: 20px;
  min-width: 275px;
  text-align: center;
  text-shadow: none;
}

.cta, input[type=submit] {
  padding: 26px 30px;
}

.cta--small {
  padding: 10px 50px 9px;
}

.cta--inline {
  margin: 20px 5px 5px;
}

.cta--black {
  background: #414141;
}

.cta--white {
  background: #FFFFFF;
  color: #414141;
}

.kiosk:hover {
  color: #EC008C;
}

.admin-content p a, .admin-content .gform_description a,
.admin-content li a {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.31) 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 0.16em;
  background-position: 0 1.16em;
}
.admin-content p .cta, .admin-content .gform_description .cta, .admin-content p input[type=submit], .admin-content .gform_description input[type=submit] {
  background: #00D5FF;
}
.admin-content a {
  font-weight: 400;
}

.a-back {
  background-image: url("../images/icons/back.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left center;
  display: inline-block;
  margin: 20px 0;
  padding-left: 25px;
}

.flexslider--glu {
  position: relative;
}

.flexslider--video .slides,
.flexslider--video .video--wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.is-mobile iframe {
  pointer-events: none;
}

.flexslider--glu .slide,
.flexslider--video .slide {
  -webkit-transition: 0.3s opacity ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out;
  -ms-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  opacity: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.flexslider--glu .active,
.flexslider--video .active {
  opacity: 1;
  z-index: 99;
}

.flexslider--home .slide {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.video--wrapper {
  overflow: hidden;
}
.video--wrapper iframe,
.video--wrapper .video--backup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  top: -10%;
}
.video--wrapper iframe {
  pointer-events: none;
}

.slide--video {
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.video--youtube,
.video--backup {
  opacity: 0;
}

.playing .video--youtube {
  opacity: 1;
}
.playing .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
  top: 0;
  left: 0;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/***** Video Backup *****/
.video--backup {
  display: none;
}

.backup--missing {
  background-image: url("../images/logo.svg");
  background-size: 80px;
}
.backup--missing.has-video:after {
  display: none;
}

.mobile-touch .video--backup {
  display: block;
  opacity: 1;
}

/***** Video Backup *****/
.trigger-volume {
  display: none;
  background: #FFFFFF;
  cursor: pointer;
  position: absolute;
  width: auto;
  top: 20px;
  left: 0;
  padding: 3px 5px 2px;
  text-align: center;
  z-index: 9999;
}
.trigger-volume svg {
  height: 15px;
}
.trigger-volume .cls-1 {
  fill: #414141;
}
.trigger-volume .volume-2,
.trigger-volume .volume-3 {
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  -ms-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 0;
}
.trigger-volume .volume-2 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.trigger-volume .volume-3 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.active .playing .trigger-volume {
  display: block;
}

.unmuted .volume-2,
.unmuted .volume-3 {
  opacity: 1;
}
.unmuted .volume-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.unmuted .volume-3 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-mobile .trigger-volume {
  display: none;
}

/***** Navigation *****/
.flexslider--glu-paging {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
}
.flexslider--glu-paging li {
  margin: 0 3px;
  zoom: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #0085B9;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 20px;
}
.flexslider--glu-paging li:hover {
  background: #0085B9;
}
.flexslider--glu-paging li.active, .flexslider--glu-paging li.flex-active {
  background: #0085B9;
  cursor: default;
}
.flexslider--glu-paging li:first-of-type:last-of-type {
  display: none;
}

.bg-blue-dark .flexslider--glu-paging li {
  border-color: #FFFFFF;
}
.bg-blue-dark .flexslider--glu-paging li:hover {
  background: #FFFFFF;
}
.bg-blue-dark .flexslider--glu-paging li.active, .bg-blue-dark .flexslider--glu-paging li.flex-active {
  background: #FFFFFF;
}

.value--wrapper .flexslider--glu-paging {
  bottom: 20px;
  width: 50%;
  text-align: center;
  right: 0;
  z-index: 9999;
}
@media (max-width: 700px) {
  .value--wrapper .flexslider--glu-paging {
    width: 100%;
  }
}

#company p, #company .gform_description {
  font-size: 0.85rem;
}
#company .content {
  max-width: 100%;
}

.panels-wrapper {
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media (max-width: 700px) {
  .panels-wrapper {
    text-align: center;
    padding-bottom: 40px;
  }
}

.panel {
  width: 25%;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 1000px) {
  .panel {
    width: 50%;
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .panel {
    width: 100%;
  }
}

.panel-image {
  margin: 0 auto 20px;
}

.panel--left .panel-image {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.panel-image {
  min-width: 150px;
  width: 150px;
}
.panel-image .image {
  border-radius: 100%;
  padding-bottom: 100%;
  width: 100%;
}

@media (max-width: 700px) {
  .panel-text,
.panel-image {
    width: 100%;
    padding: 0;
  }
  .panel-text .image,
.panel-image .image {
    margin: 0 auto 1.5rem;
    padding-bottom: 0;
    width: 150px;
    height: 150px;
  }

  .panel-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
.value--wrapper {
  text-align: center;
}
.value--wrapper .slides {
  min-height: 400px;
}
.value--wrapper .values-title,
.value--wrapper .flex-control-nav {
  width: 50%;
  right: 0;
  text-align: center;
}
@media (max-width: 700px) {
  .value--wrapper .values-title,
.value--wrapper .flex-control-nav {
    width: 100%;
  }
}
.value--wrapper .values-title {
  position: absolute;
  top: 1.5rem;
}
@media (max-width: 700px) {
  .value--wrapper .values-title {
    top: 280px;
  }
}
.value--wrapper .flex-control-nav {
  bottom: 1.5rem;
}

.value-text {
  padding: 4.5rem 1.5rem;
}
.value-text > div {
  max-width: 600px;
  max-height: 200px;
  margin: auto;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1000px) {
  .value-text > div {
    max-height: 210px;
  }
}
@media (max-width: 700px) {
  .value-text > div {
    max-height: 210px;
  }
}
.value-text blockquote {
  margin: 20px auto 20px;
}

@media (max-width: 700px) {
  .value--wrapper .slides {
    min-height: 600px;
  }

  .value {
    display: block;
  }

  .value-text,
.value-image {
    width: 100%;
  }

  .value-image {
    height: 250px;
  }

  .value-text {
    height: 350px;
  }
}
@supports (display: grid) {
  .grid--box {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
  @media (max-width: 750px) {
    .grid--box {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 550px) {
    .grid--box {
      display: block;
    }
  }

  @media (max-width: 1000px) {
    .careers--list .grid--box {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 750px) {
    .careers--list .grid--box {
      display: block;
    }
    .careers--list .grid--box .box {
      max-width: 350px;
      margin: 0 auto 20px;
    }
  }
}
.is_IE .grid--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is_IE .grid--box .box {
  width: 31%;
  margin: 0 2% 2% 0;
}
@media (max-width: 750px) {
  .is_IE .grid--box .box {
    width: 48%;
  }
}
@media (max-width: 550px) {
  .is_IE .grid--box .box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 550px) {
  .is_IE .grid--box {
    display: block;
  }
}

.grid--box {
  margin-top: 1.5rem;
}
.grid--box .box {
  background-color: rgba(246, 246, 246, 0.9);
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
.grid--box .box .content {
  z-index: 9;
  position: relative;
}
.grid--box .box .content p:last-of-type, .grid--box .box .content .gform_description:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .grid--box .box .content--single {
    top: 25%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.grid--box .box .col-2-3 {
  margin: auto;
  max-width: 290px;
}
@media (max-width: 950px) {
  .grid--box .box .col-2-3:first-of-type {
    height: 100%;
  }
}
.grid--box .box.grid {
  min-height: 90px;
  padding: 0;
}
.grid--box .box.grid .box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 20px;
}
.grid--box .box.grid .box-text h3, .grid--box .box.grid .box-text p, .grid--box .box.grid .box-text .gform_description {
  margin: 0;
}
.grid--box .box.grid .box-text h3 {
  line-height: 1.15em;
}
.grid--box .box.grid .box-text p, .grid--box .box.grid .box-text .gform_description {
  line-height: 1.35em;
  margin: 5px 0 0;
}
@media (max-width: 750px) {
  .grid--box .box.grid .box-text {
    padding: 40px 20px;
  }
}
@media (max-width: 550px) {
  .grid--box .box.grid .box-text:first-of-type:last-of-type {
    height: 100%;
  }
}
.grid--box .box--image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  margin: 0 auto 0.5rem;
}
.grid--box .box--image .oswald {
  font-size: 1.5em;
  margin: 0;
  text-transform: uppercase;
}
.grid--box .box--image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.grid--box .box--background .overlay {
  background-color: rgba(246, 246, 246, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 950px) {
  .grid--box .box.grid {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid--box .box.grid .box-image,
.grid--box .box.grid .box-text {
    width: 100%;
  }
  .grid--box .box.grid .box-image {
    height: 230px;
  }
}
@media (max-width: 550px) {
  .grid--box .box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

.box {
  position: relative;
}
.box .overlay--trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.box.has-hover {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.box.has-hover .box-text,
.box.has-hover .box-text:after {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.box.has-hover .box-text {
  position: relative;
}
.box.has-hover .box-text:after {
  content: attr(data-link);
  font-size: 0.7rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 750px) {
  .box.has-hover .box-text:after {
    bottom: 10px;
  }
}
@media (min-width: 750px) {
  .box.has-hover .box-text:after {
    opacity: 0;
  }
}
.box.has-hover:hover {
  background-color: rgba(241, 241, 241, 0.9);
}
.box.has-hover:hover .box-text {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.box.has-hover:hover .box-text:after {
  opacity: 1;
}
@media (max-width: 750px) {
  .box.has-hover .box-text {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.benefit {
  padding: 20px 10px;
}
@media (max-width: 1100px) and (min-width: 800px) {
  .benefit {
    width: 33.33%;
  }
  .benefit:nth-of-type(7), .benefit:nth-of-type(8) {
    display: none;
  }
}
@media (max-width: 550px) {
  .benefit {
    width: 50%;
  }
}

.benefit--icon {
  width: 50px;
  height: 65px;
  text-align: center;
  margin: auto;
}
.benefit--icon img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.benefit--commuter {
  width: 65px;
}

.benefit--suitcase {
  width: 55px;
}

.benefit--desc {
  font-weight: 300;
  line-height: 1.3em;
  margin: 10px auto 0;
  max-width: 140px;
}

#cmplz-cookies-overview .cmplz-service-header {
  display: grid;
  grid-template-columns: 1fr 70px;
  cursor: pointer;
  text-decoration: underline;
  align-items: center;
}

#cmplz-cookies-overview .cmplz-service-header h3 {
  margin: 7px 0;
}

#cmplz-cookies-overview .cmplz-service-header.cmplz-service-open:after {
  transform: rotate(180deg);
}

@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-service-header {
    align-items: center;
  }
}
#cmplz-cookies-overview .cmplz-service-desc {
  display: grid;
}

#cmplz-cookies-overview .cmplz-service-desc.cmplz-service-hidden {
  display: none;
}

@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cmplz-service-desc {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-service-desc {
    grid-template-columns: 1fr;
  }
}
#cmplz-cookies-overview .cookies-per-purpose {
  display: grid;
}

@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cookies-per-purpose {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template: "purpose purpose purpose" "header1 header2 header3" auto;
  }

  #cmplz-cookies-overview .cookies-per-purpose .purpose {
    grid-area: purpose;
  }

  #cmplz-cookies-overview .cookies-per-purpose .name-header {
    grid-area: header1;
  }

  #cmplz-cookies-overview .cookies-per-purpose .retention-header {
    grid-area: header2;
  }

  #cmplz-cookies-overview .cookies-per-purpose .function-header {
    grid-area: header3;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cookies-per-purpose {
    grid-template-columns: 100px 1fr;
    align-items: center;
  }

  #cmplz-cookies-overview .cookies-per-purpose .purpose {
    grid-column: span 2;
  }
}
.postbox #cmplz-document {
  margin: auto auto;
}

#cmplz-document {
  font-size: 14px;
  margin-top: 0;
  max-width: 600px;
  text-justify: inter-word;
}

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

#cmplz-document a {
  text-decoration: underline;
}

#cmplz-document a[target=_blank]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

#cmplz-document a:focus {
  border: 1px solid #000;
  padding: 2px;
}

#cmplz-document .dnsmpd-firstname {
  position: absolute !important;
  left: -5000px !important;
}

#cmplz-document .alert {
  padding: 7px;
  color: #fff;
  margin: 10px 0;
}

#cmplz-document .alert.error {
  background-color: #f44336;
}

#cmplz-document .alert.success {
  background-color: green;
}

#cmplz-document .close {
  margin-left: 15px;
  color: #fff;
  font-weight: 700;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

#cmplz-document .close:hover {
  color: #000;
}

#cmplz-document a.cc-revoke-custom {
  margin-right: 1em;
  margin-bottom: 1em;
  display: inline-block;
  outline: 0;
  *zoom: 1;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 300;
  letter-spacing: 1px;
  vertical-align: middle;
  border: 1px solid;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  border-radius: 3px;
  font-size: 0.9375em;
  padding: 0.5375em 1.375em;
  cursor: pointer;
  color: #fff;
  background-color: #4682b4;
  border-color: #4682b4;
}

#cmplz-document a.cc-revoke-custom:hover {
  background-color: #396a93;
  color: #fff;
  border-color: #396a93;
}

#cmplz-document h2, #cmplz-document .gform_title, #cmplz-document h3 {
  font-size: 22px;
  text-align: left;
  margin-top: 15px;
  text-transform: initial;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
}

#cmplz-document.impressum h2, #cmplz-document.impressum .gform_title, #cmplz-document.impressum h3 {
  border-bottom: 0;
  font-size: 1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#cmplz-document.impressum p, #cmplz-document.impressum .gform_description {
  margin-bottom: 7px;
}

#cmplz-document h4 {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: initial;
}

#cmplz-document h5 {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: initial;
}

#cmplz-document h3.annex, #cmplz-document h4.annex {
  font-weight: 700;
}

#cmplz-document span h3 {
  font-size: 14px;
  border-bottom: 0;
}

#cmplz-document p, #cmplz-document .gform_description, #cmplz-document li, #cmplz-document td {
  font-size: 14px;
  margin-top: 0;
}

#cmplz-document ol.alphabetic {
  counter-reset: list;
  list-style-type: none;
}

#cmplz-document ol.alphabetic li:before {
  font-weight: 700;
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}

#cmplz-document ul {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 15px;
}

#cmplz-document ol.alphabetic ol {
  counter-reset: list;
  list-style-type: none;
}

#cmplz-document ol.alphabetic ol li:before {
  font-weight: 700;
  content: counter(list, decimal) ") ";
  counter-increment: list;
}

#cmplz-document .cmplz-subtitle {
  font-weight: 700;
  margin-top: 25px;
}

#cmplz-document .cmplz-indent {
  margin-left: 36px;
}

#cmplz-cookies-overview .cmplz-service-header {
  background-color: #f7f7f7;
  margin: 5px 0;
  text-decoration: none;
}

#cmplz-cookies-overview .cmplz-service-header h3 {
  padding: 0 15px;
  font-size: 18px;
  border-bottom: 0;
}

#cmplz-cookies-overview .cmplz-service-header:after {
  content: "";
  cursor: pointer;
  background: url(../images/icons/dropdown.svg) no-repeat;
  transform: rotate(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 75%;
  background-position: center;
  height: 25px;
  width: 25px;
  margin: 12px 15px 12px 35px;
}

#cmplz-cookies-overview .cmplz-service-header.cmplz-service-open:after {
  transform: rotate(180deg);
}

#cmplz-cookies-overview .cmplz-service-desc h4 {
  font-size: 15px;
  margin: 5px 0;
}

#cmplz-cookies-overview .cmplz-service-desc h5 {
  margin: 0;
}

#cmplz-cookies-overview .cmplz-service-desc .cmplz-service-description {
  padding: 0 15px;
}

#cmplz-cookies-overview .cmplz-service-desc .cmplz-sharing-data {
  padding: 0 15px;
}

#cmplz-cookies-overview .cookies-per-purpose {
  border: 1px solid #dadada;
  grid-gap: 1px;
  background-color: #dadada;
  margin-bottom: 10px;
}

#cmplz-cookies-overview .cookies-per-purpose div {
  background-color: #fff;
  padding: 15px;
}

@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cookies-per-purpose .name-header {
    background-color: #f7f7f7;
  }

  #cmplz-cookies-overview .cookies-per-purpose .retention-header {
    background-color: #f7f7f7;
  }

  #cmplz-cookies-overview .cookies-per-purpose .function-header {
    background-color: #f7f7f7;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cookies-per-purpose h5 {
    line-height: 1.8;
  }

  #cmplz-cookies-overview .cookies-per-purpose div:nth-child(12n+2),
#cmplz-cookies-overview .cookies-per-purpose div:nth-child(12n+3),
#cmplz-cookies-overview .cookies-per-purpose div:nth-child(12n+4),
#cmplz-cookies-overview .cookies-per-purpose div:nth-child(12n+5),
#cmplz-cookies-overview .cookies-per-purpose div:nth-child(12n+6),
#cmplz-cookies-overview .cookies-per-purpose div:nth-child(12n+7) {
    background-color: #f7f7f7;
  }
}
.cmplz-soft-cookiewall .cc-message {
  text-align: left !important;
  font-family: "Heebo", sans-serif !important;
  font-weight: 400 !important;
}
.cmplz-soft-cookiewall .cc-btn {
  font-family: "Heebo", sans-serif !important;
}
@media (max-width: 780px) {
  .cmplz-soft-cookiewall .cc-window {
    flex-direction: column !important;
    padding: 1rem !important;
    align-items: center !important;
  }
  .cmplz-soft-cookiewall .cc-message {
    text-align: center !important;
  }
  .cmplz-soft-cookiewall .cc-compliance {
    margin-top: 0.75rem;
  }
}

/* Layout */
.cover--full {
  position: relative;
}
.cover--full .col-2-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cover--full .col-1-3 {
  width: 440px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 1000px) {
  .cover--full .col-1-3,
.cover--full .col-2-3 {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 800px) {
  .cover--full .col-2-3 {
    width: 100%;
    text-align: center;
  }
  .cover--full .col-1-3 {
    display: none;
  }
}

.cover--left .cover-description .col-1-3 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.cover--hero .cover-description .content {
  margin: 0;
}
@media (max-width: 900px) {
  .cover--hero .cover-description {
    min-height: 0;
  }
  .cover--hero .cover-description .col-1-3 {
    display: none;
  }
  .cover--hero .cover-description .col-2-3 {
    width: 100%;
    text-align: center;
  }
  .cover--hero .cover-description .col-2-3 .content {
    margin: 0 auto 3rem;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .cover--hero .flexslider--glu {
    margin-bottom: 0;
  }
}

.home .flexslider--video .slides,
.home .flexslider--video .video--wrapper {
  padding-bottom: 42%;
  overflow: hidden;
}
.home .flexslider--video .slides .video--youtube,
.home .flexslider--video .video--wrapper .video--youtube {
  height: 120%;
  top: -10%;
}
@media (max-width: 900px) {
  .home .flexslider--video .slides,
.home .flexslider--video .video--wrapper {
    padding-bottom: 70vh;
  }
  .home .flexslider--video .slides .video--youtube,
.home .flexslider--video .video--wrapper .video--youtube {
    display: none;
  }
  .home .flexslider--video .slides .video--backup,
.home .flexslider--video .video--wrapper .video--backup {
    opacity: 1;
    display: block;
    z-index: -9;
  }
}

.cover-image {
  height: 70vh;
  position: relative;
  border-bottom: 35px solid #00D5FF;
}
.cover-image .col-1-3 .bg-image, .cover-image .col-1-3 .hero,
.cover-image .grid {
  height: 100%;
}
.cover-image .grid--column .bg-image, .cover-image .grid--column .hero {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.cover-description {
  height: auto;
  min-height: 30vh;
}
.cover-description .content {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin-left: auto;
  margin-right: auto;
}
.cover-description .col-2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.home-marquee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  z-index: 99;
}
@media (min-width: 900px) {
  .home-marquee {
    bottom: 0;
  }
}
@media (max-width: 900px) {
  .home-marquee {
    display: block;
    position: relative;
    margin-top: -25%;
  }
}

.marquee--logo img {
  display: block;
  width: 100%;
  -webkit-transform: translate(-5%, 31%);
  -moz-transform: translate(-5%, 31%);
  -ms-transform: translate(-5%, 31%);
  -o-transform: translate(-5%, 31%);
  transform: translate(-5%, 31%);
}
@media (max-width: 900px) {
  .marquee--logo {
    width: 50%;
    margin-bottom: -20px;
  }
  .marquee--logo img {
    -webkit-transform: translate(-5%, 0);
    -moz-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    -o-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
  }
}

.cover-description .col-2-3,
.marquee--text,
.push-right {
  padding-left: 5%;
}

.cover-description .col-2-3 {
  padding-right: 5%;
}

.marquee--text .h1-home {
  box-sizing: content-box;
  height: 230px;
  margin: 0;
  padding-bottom: 3rem;
}
@media (max-width: 1100px) {
  .marquee--text .h1-home {
    height: 185px;
    padding-bottom: 3rem;
  }
}
@media (min-width: 900px) {
  .marquee--text .h1-home {
    border-bottom: 35px solid #00D5FF;
  }
}
@media (max-width: 900px) {
  .marquee--text .h1-home {
    color: #414141;
  }
}
@media (max-width: 550px) {
  .marquee--text .h1-home {
    height: 145px;
    padding-bottom: 0;
  }
}
@media (max-width: 900px) {
  .marquee--text {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.fold,
.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .fold,
.main {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.fold--left,
.main--left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 66.66%;
}
@media (max-width: 1000px) {
  .fold--left,
.main--left {
    width: 100%;
  }
}

.fold--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fold--sidebar,
.main--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 33.33%;
  min-width: 350px;
  max-width: 450px;
  padding: 70px 40px;
}
@media (max-width: 1000px) {
  .fold--sidebar,
.main--right {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.fold--sidebar > * {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .fold--sidebar {
    display: none;
  }
}

.sidebar--mobile {
  width: 100%;
  outline: none;
}
@media (min-width: 1000px) {
  .sidebar--mobile {
    display: none;
  }
}
.sidebar--mobile .sidebar--mobile {
  display: none;
}
.sidebar--mobile .fold--sidebar {
  display: block;
}
.sidebar--mobile .cta--small {
  margin-top: 5em;
}

.fold--top .fold--sidebar {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .fold--top .fold--sidebar {
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (min-width: 1000px) {
  .fold--top .fold--sidebar .gform_wrapper {
    margin: 0;
  }
}

.hero {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 350px;
}
@media (max-width: 1000px) {
  .hero {
    min-height: 50vh;
  }
}

.blog .hero {
  background-position: top left;
}
@media (max-width: 1000px) {
  .blog .hero {
    background-position: center;
    min-height: 35vh;
  }
}
@media (min-width: 1200px) {
  .blog .hero {
    background-color: #0085B9;
    background-size: contain;
    background-position: top left;
  }
  .blog .hero .overlay {
    background: none;
  }
  .blog .hero .content {
    max-width: 50%;
  }
}

.hero {
  position: relative;
}
.hero .overlay {
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 100px 30px 35px;
  text-shadow: 1px 1px 10px black;
}

.with-border {
  /*position: relative;
  padding-bottom: 30px;
  &:after {
      content: '';
      position: absolute;
      height: 20px;
      background: c('blue-light');
      bottom: 0;
      width: 75%;
  }*/
}

.with-border {
  position: relative;
}
.with-border:after, .with-border:before {
  content: "";
  height: 20px;
  background: #00D5FF;
  position: absolute;
  bottom: 0;
  z-index: 999;
}
.with-border:before {
  width: 100%;
  max-width: calc( 54rem - 3rem );
  margin: auto;
  left: 0;
  right: 0;
}
.with-border:after {
  width: 50%;
  right: 0;
}
@media (max-width: 67.5rem) {
  .with-border:before {
    display: none;
  }
  .with-border:after {
    width: -webkit-calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}

.hero--left.with-border:after {
  left: 0;
}

.border--left:after {
  left: 0;
}

.hero--right .overlay {
  text-align: right;
}

.hero--large {
  min-height: 450px;
}

.hero--simple {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
.hero--simple h1 {
  color: #0085B9;
  padding-top: 110px;
  padding-bottom: 50px;
}

.hero--contact {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.hero--contact p, .hero--contact .gform_description {
  margin: 0 0 10px;
}
@media (min-width: 800px) {
  .hero--contact p, .hero--contact .gform_description {
    max-width: 80%;
  }
}
.hero--contact a {
  margin: auto 0 0;
}

.archive--locations {
  background-color: #0085B9;
}
.archive--locations .hero {
  flex: 0 0 100%;
  width: 100%;
}
.archive--locations .hero:after {
  display: none;
}
.archive--locations .hero:before {
  width: 40%;
  left: 0;
  right: unset;
  margin: 0;
}
.archive--locations .hero--contact a {
  margin: 1.5rem 0 0;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.test {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.gallery--wrapper {
  position: relative;
}
.gallery--wrapper .gallery {
  list-style: none;
}
.gallery--wrapper .gallery--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
.gallery--wrapper .gallery--image--active {
  opacity: 1;
}

.posts--hide {
  display: none;
}

@media (min-width: 780px) {
  .blog .fold--sidebar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    max-height: 75vh;
    min-height: 350px;
    overflow-y: auto;
  }
  .blog .fold--sidebar * ::-webkit-scrollbar {
    display: none;
  }
}

.rss-item--exp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 0;
  margin: 0;
}
.rss-item--exp:last-of-type {
  border-bottom: 0;
}
.rss-item--exp .link {
  font-weight: 300;
}
.rss-item--exp .small, .rss-item--exp input[type=checkbox] + label,
.rss-item--exp input[type=radio] + label {
  color: #00D5FF;
}
.rss-item--exp .cta--small {
  margin: 0;
}
@media (min-width: 800px) {
  .rss-item--exp .link {
    padding-right: 50px;
  }
  .rss-item--exp .small, .rss-item--exp input[type=checkbox] + label,
.rss-item--exp input[type=radio] + label {
    padding-left: 10px;
  }
  .rss-item--exp br {
    display: none;
  }
}
@media (max-width: 800px) {
  .rss-item--exp {
    display: block;
  }
  .rss-item--exp .link {
    display: block;
  }
  .rss-item--exp .cta--small {
    margin-top: 10px;
  }
}

.hero--games .flexslider--glu {
  max-width: 140vh;
  margin: auto;
  width: 100%;
}
/***** Download *****/
.downloads-wrapper {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .downloads-wrapper {
    text-align: center;
  }
}

.game--download {
  display: inline-block;
}

.is_IE .game--download {
  display: block;
}

.download--icon {
  width: auto;
  height: 40px;
  display: block;
}

@media (max-width: 600px) {
  .download--full {
    display: none;
  }
}

.download--compact {
  height: 60px;
  margin: 0 2px 0;
}
@media (min-width: 600px) {
  .download--compact {
    display: none;
  }
}

/***** Logo *****/
.game-logo {
  max-width: 300px;
  max-height: 200px;
  width: auto;
  height: auto;
  margin: auto;
}

@media (min-width: 900px) {
  .careers--games .game-logo {
    max-width: 400px;
    max-height: 220px;
  }
}

/***** Games List *****/
.games--list .grid {
  justify-content: center;
}
.games--list .bg-black {
  padding: 20px;
  min-height: 100px;
}
.games--list .bg-black .h2 {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .games--list .bg-black .h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1.3em;
    text-transform: uppercase;
  }
}
@media (max-width: 600px) {
  .games--list .bg-black {
    min-height: 200px;
  }
}
.games--list .bg-gray-light {
  margin-bottom: 20px;
}
.games--list .bg-gray-light .downloads-wrapper {
  padding: 15px 10px 10px;
  margin-top: 0;
}
.games--list .col-1-2:last-of-type .bg-gray-light, .games--list .col-1-2:nth-last-of-type(-n+2) .bg-gray-light {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .games--list .col-1-2 {
    padding-right: 0;
    width: 100%;
  }
}

/***** NEW CAREER PAGE STYLE (10/2021 with G8people API) *****/
#app {
  font-family: "Heebo", sans-serif;
}
#app ul {
  list-style: none;
}
#app .filter__reset {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  margin-top: 1rem;
  width: 100%;
  border: 1px solid #0085B9;
  color: #0085B9;
  padding: 17px 30px;
}
#app .filter__reset:hover, #app .filter__reset:focus-within, #app .filter__reset:focus {
  background-color: #0085B9;
  color: #FFFFFF;
}
#app .filter__departments, #app .filter__location {
  margin-top: 1.5rem;
}
#app .filter__search input {
  background: transparent;
  border: 1px solid #ececec;
  height: 50px;
}
#app .filter__search input::placeholder {
  text-transform: capitalize;
  font-size: 14px;
  color: #414141;
  letter-spacing: 0;
}
#app .filter__departments .vs__selected-options {
  margin-bottom: 4px;
}
#app .filter__departments .vs__selected-options input::placeholder {
  text-transform: capitalize;
  font-size: 14px;
  color: #414141;
  letter-spacing: 0;
}
@media screen and (orientation: landscape) and (max-device-width: 860px) {
  #app .filter__departments .vs__selected-options input::placeholder {
    font-size: 12px;
  }
}
#app .filter__departments .vs__dropdown-option {
  white-space: normal;
  font-size: 17px;
}
#app .filter__departments .vs__search {
  z-index: 0;
}
@media screen and (orientation: landscape) and (max-device-width: 860px) {
  #app .filter__departments .vs__selected:first-child {
    margin-top: 50px;
  }
}
#app .filter__departments .vs__actions {
  background-color: #0085B9;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  outline: 1px solid #ececec;
  cursor: pointer;
}
#app .filter__departments .vs__actions svg {
  fill: white;
  position: relative;
  left: 40%;
}
#app .filter__departments .vs__dropdown-toggle {
  border-radius: 0;
  border-color: #ececec;
  padding: 6px;
  position: relative;
}
#app .filter__departments input {
  cursor: pointer;
}
#app .filter__departments .select2-container {
  width: 100% !important;
}
#app .filter__location .location-checkbox {
  margin-bottom: 0.75rem;
  padding: 3px 0 0 41px;
  position: relative;
}
#app .filter__location .location-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#app .filter__location .location-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #ececec;
}
#app .filter__location .location-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 5px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#app .filter__location .location-checkbox:hover input ~ .checkmark, #app .filter__location .location-checkbox:focus-within input ~ .checkmark {
  background-color: #ececec;
}
#app .filter__location .location-checkbox input:checked ~ .checkmark {
  background-color: #0085B9;
}
#app .filter__location .location-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#app .filter__location .location-checkbox label {
  font-size: 18px;
}
#app .filter h6 {
  margin: 0 0 1rem 0;
  font-size: 17px;
  font-weight: 500;
}
#app .jobs {
  padding: 0 0rem 0 3rem;
}
@media (max-width: 780px) {
  #app .jobs {
    padding: 0;
  }
}
#app .jobs h3 {
  letter-spacing: 0;
  text-transform: capitalize;
  padding-bottom: 0.5rem;
  margin: 0;
}
#app .jobs .no-result h3 {
  padding-bottom: 0;
}
#app .jobs button, #app .jobs__department {
  border: none;
  background-color: #F6F6F6;
  width: 100%;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
}
#app .jobs button h3, #app .jobs__department h3 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
}
#app .jobs button span, #app .jobs__department span {
  font-size: 16px;
  color: #5F5F5F;
  margin-left: 1rem;
}
#app .jobs button .toggle, #app .jobs__department .toggle {
  position: relative;
  width: 16px;
  height: 16px;
}
#app .jobs button .toggle:before, #app .jobs button .toggle:after, #app .jobs__department .toggle:before, #app .jobs__department .toggle:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 16px;
  border-radius: 2px;
  background-color: #00D5FF;
  top: calc(50% - 2px);
  left: calc(50% - 7px);
  transition: 0.3s ease-in-out;
}
#app .jobs button .toggle:after, #app .jobs__department .toggle:after {
  transform: rotate(90deg);
}
#app .jobs .toggle--active .toggle:after {
  transform: rotate(180deg);
}
#app .jobs__list {
  padding: 1rem;
}
#app .jobs__list .jobs__details {
  padding: 0.5rem 0;
}
@media (max-width: 780px) {
  #app .jobs__list .jobs__details ul > [class*=col-]:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
#app .jobs__list .jobs__details ul li {
  font-size: 16px;
  margin-right: 2rem;
}
#app .jobs__list .jobs__details h3 {
  font-weight: normal;
  font-size: 21px;
  color: #414141;
}
#app .jobs__list .jobs__details hr {
  border: 0;
  height: 4px;
  background-color: #F6F6F6;
  margin-top: 1rem;
}
#app .jobs__list .jobs__details:last-child hr {
  height: 0;
}
#app .jobs__list .jobs__details .job-location {
  white-space: nowrap;
}
@media (max-width: 1216px) {
  #app .jobs__list .jobs__details .job-location {
    white-space: normal;
  }
}
#app .jobs__list .jobs__details .job-location:before {
  content: url("../images/icons/jobs/locationpin.svg");
  padding-right: 0.5rem;
}
#app .jobs__list .jobs__details .job-studio:before {
  content: url("../images/icons/jobs/studio.svg");
  padding-right: 0.5rem;
}
#app .jobs__list .jobs__details .job-type:before {
  content: url("../images/icons/jobs/jobtype.svg");
  padding-right: 0.5rem;
}

.careers--list {
  max-height: 0;
  overflow: hidden;
}
.careers--list .bg-blue-dark {
  opacity: 0;
}
.careers--list .box {
  display: none;
}

#no-jobs {
  display: none;
}

.filter-active .careers--list .grid--box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.filter-active .careers--culture {
  overflow: hidden;
}

.careers--filter {
  text-align: center;
  padding: 100px 20px 120px;
}
@media (max-width: 650px) {
  .careers--filter {
    padding: 70px 20px 120px;
  }
}
.careers--filter h1 {
  font-size: 1.75rem;
  line-height: 1.4em;
}
.careers--filter span {
  cursor: pointer;
}
.careers--filter .select,
.careers--filter .selected {
  position: relative;
  white-space: nowrap;
}
.careers--filter .select .text,
.careers--filter .selected .text {
  color: #00D5FF;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
@media (min-width: 650px) {
  .careers--filter .select .text,
.careers--filter .selected .text {
    background-image: linear-gradient(to right, #00D5FF 70%, rgba(255, 255, 255, 0) 0%);
    background-position: center 82%;
    background-size: 7px 2px;
    background-repeat: repeat-x;
  }
}
@media (max-width: 650px) {
  .careers--filter .select .text,
.careers--filter .selected .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 650px) {
  .careers--filter .select,
.careers--filter .selected {
    display: block;
  }
}
.careers--filter .select > span:not(.select--dropdown) {
  padding-right: 30px;
}
.careers--filter .select--open {
  background: #00D5FF;
}
.careers--filter .select--open .text {
  -webkit-transform: scale(0.87, 0.87);
  -moz-transform: scale(0.87, 0.87);
  -ms-transform: scale(0.87, 0.87);
  -o-transform: scale(0.87, 0.87);
  transform: scale(0.87, 0.87);
  color: #FFFFFF;
}
@media (min-width: 650px) {
  .careers--filter .select--open .text {
    display: inline-block;
  }
}
.careers--filter .select--open .text:before, .careers--filter .select--open .text:after {
  display: none;
}
.careers--filter .select--open .select--dropdown {
  border-color: white;
}
.careers--filter .select--open .dropdown {
  display: block;
  min-width: 250px;
}
@media (min-width: 650px) {
  .careers--filter .select .text:before, .careers--filter .select .text:after {
    position: absolute;
  }
}
.careers--filter .select .text:before {
  content: "[";
  left: -13px;
}
.careers--filter .select .text:after {
  content: "]";
  right: -13px;
}
.careers--filter .select--dropdown {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #00D5FF;
  border-top: 0;
  border-right: 0;
  display: inline-block;
  margin: 0 0 8px 10px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  pointer-events: none;
  position: relative;
  left: -25px;
  margin-right: -25px;
}
@media (max-width: 650px) {
  .careers--filter .select--dropdown {
    display: none;
  }
}
.careers--filter .select--open .select--dropdown {
  margin: 0 0 3px -5px;
}
.careers--filter .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 12px rgba(45, 44, 44, 0.27);
  color: #414141;
  font-size: 1.2rem;
  line-height: 1em;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
  padding: 10px 0;
  text-align: left;
  width: 100%;
  z-index: 9;
}
.careers--filter .dropdown * ::-webkit-scrollbar {
  display: none;
}
.careers--filter .dropdown li {
  padding: 10px;
}
.careers--filter .dropdown li:hover {
  background: #F6F6F6;
}

.careers--culture [class*=bg-] {
  padding: 4rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.careers--culture .no-pad {
  padding-top: 0;
  padding-bottom: 0;
}
.careers--culture .bg-image-50 {
  padding: 0 0 50%;
}
.careers--culture .bg-image-25 {
  padding: 0 0 25%;
}
@media (max-width: 800px) {
  .careers--culture .bg-image-25 {
    padding: 0 0 50%;
  }
}
@media (max-width: 500px) {
  .careers--culture .bg-image-25,
.careers--culture .bg-image-50 {
    padding: 0 0 100%;
  }
  .careers--culture .has-video {
    padding: 0 0 50%;
  }
}
.careers--culture .grid--column > div {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.careers--culture .wrap {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.careers--culture .align-content-center {
  width: 100%;
}
@media (max-width: 800px) {
  .careers--culture .grid {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .careers--culture .grid .col-1-2 {
    width: 100%;
  }
  .careers--culture .grid .bg-image-50 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

.careers--text {
  max-width: 680px;
  margin: auto;
  width: 100%;
}

.careers--culture .careers--games {
  padding: 0;
}
.careers--culture .careers--games .wrap {
  max-width: 100%;
}
.careers--culture .careers--games .slide {
  padding: 60px 20px 100px;
}

.careers--culture .careers--testimonials {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.has-video {
  cursor: pointer;
  position: relative;
}
.has-video:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url("../images/icons/play-button.svg");
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  width: 90px;
  z-index: 9;
}

.home .has-video:after {
  content: "";
}

@media (min-width: 1100px) {
  .magazine {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 1.5rem;
    /* Firefox */
    column-gap: 1.5rem;
  }
}

@media (min-width: 500px) {
  .testimonial .image,
.testimonial .content {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
  }
}
.testimonial .image {
  border-radius: 100%;
}
@media (min-width: 500px) {
  .testimonial .image {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .testimonial .image {
    display: block;
    width: 150px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 500px) {
  .testimonial .content {
    width: 70%;
    max-width: 450px;
    padding-left: 3rem;
  }
}
@media (max-width: 500px) {
  .testimonial .content {
    padding-right: 0.75rem;
  }
}
@media (max-width: 1100px) {
  .testimonial .content {
    padding-left: 1.5rem;
  }
}
.testimonial .quote span:before, .testimonial .quote span:after {
  content: url("../images/icons/quote.svg");
  display: inline-block;
  width: 15px;
  height: 11px;
  position: relative;
}
.testimonial .quote span:before {
  top: -9px;
  margin: 0 7px 0 -24px;
}
.testimonial .quote span:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 0 0 5px;
  top: 11px;
}
.wrap--testimonials > div {
  display: none;
}

.overlay-video {
  -webkit-transition: 0.3s opacity ease-in-out;
  -moz-transition: 0.3s opacity ease-in-out;
  -ms-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  overflow: scroll;
}
.overlay-video * ::-webkit-scrollbar {
  display: none;
}
.overlay-video .video-wrapper {
  width: 640px;
  height: 360px;
  background: black;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay-video .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 660px) {
  .overlay-video .video-wrapper {
    width: 320px;
    height: 180px;
  }
}
.overlay-video.open {
  opacity: 1;
  pointer-events: inherit;
}

.social-careers {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.social-careers .center {
  padding: 0 10px;
}
@media (max-width: 800px) {
  .social-careers {
    display: block;
  }
  .social-careers .center:nth-of-type(2) {
    margin-top: 3rem;
  }
  .social-careers .center img {
    max-width: 200px;
    height: auto;
  }
}

.social-text {
  margin: 15px auto 10px;
  max-width: 270px;
}

.align-content-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.align-content-center div {
  width: 100%;
}

/*
.grid--careers {
    flex-wrap: wrap;
    .panel {
        width: 100%;
        height: 50vh;
        min-height: 250px;
    }
    .align-content-center {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        padding: 40px;
        * {
            margin-left: 0;
        }
    }
} 

.panel-video {
    display: flex;
    .col-1-2 {
        height: 100%;
    }
}
*/
@media (max-width: 800px) {
  .grid-3 .bg-gray-light {
    background-color: white;
  }
}

.ie--careers {
  display: none;
  padding: 100px 20px 120px;
}
@media (max-width: 650px) {
  .ie--careers {
    padding: 70px 20px 120px;
  }
}

.is_IE .ie--careers {
  display: block;
}

/* JOBS */
.lever-department {
  margin: 20px 0 10px;
}

.lever-jobs-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#lever-jobs-search {
  border: 1px solid #DCDCDC;
  margin-bottom: 10px;
}
#lever-jobs-search::placeholder {
  line-height: 1.6em;
}

.lever-jobs-filters {
  display: flex;
}
.lever-jobs-filters .chosen-container {
  border: 1px solid #DCDCDC;
  margin-right: 10px;
}
.lever-jobs-filters .chosen-container:last-of-type {
  margin-right: 0;
}
@media (max-width: 900px) {
  .lever-jobs-filters {
    display: block;
  }
  .lever-jobs-filters .chosen-container {
    margin: 0 0 10px;
  }
}

.lever-jobs-filter-work-types {
  display: none;
}

.lever-department-title {
  margin: 40px 0 0;
  background: #e9e9e9;
  padding: 10px 15px;
}
@media (max-width: 600px) {
  .lever-department-title {
    background: none;
    color: #0085B9;
    padding: 30px 0 0;
    text-transform: none;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
  }
}

.lever-team-title {
  margin: 30px 0 10px;
}

.lever-job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DCDCDC;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .lever-job {
    display: block;
    padding: 15px 0 20px;
  }
}
.lever-job:last-of-type {
  border-bottom: 1px solid #DCDCDC;
}

.job-details p, .job-details .gform_description {
  padding: 0;
  margin: 0;
}

.lever-job-link {
  margin: 0 0 0 10px;
}
@media (max-width: 1000px) and (min-width: 600px) {
  .lever-job-link {
    padding: 0;
    background: transparent;
    color: #00D5FF;
    min-width: 0;
    flex: 0 0 auto;
  }
}
@media (max-width: 600px) {
  .lever-job-link {
    margin: 10px auto 0;
    width: 100%;
  }
}

.lever-clear {
  margin: 10px auto 0;
}

.lever-search-results {
  margin-top: 30px;
}

.lever-no-results {
  padding: 40px 20px;
  text-align: center;
  background-color: #ececec;
}

.search-item-wrapper {
  border-bottom: 1px solid #DCDCDC;
  display: block;
}
.search-item-wrapper .content-wrapper--medium {
  padding-left: 0;
  padding-right: 0;
}
.search-item-wrapper:last-of-type {
  border-bottom: 0;
}

.single-pre-reg main,
.opt-in main {
  display: flex;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.single-pre-reg main.tsb20,
.opt-in main.tsb20 {
  background-position: left top;
}
.single-pre-reg main.lp-mobile,
.opt-in main.lp-mobile {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-pre-reg footer,
.opt-in footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
@media (min-width: 780px) {
  .single-pre-reg footer,
.opt-in footer {
    flex-direction: row;
  }
}
.single-pre-reg footer .content-wrapper,
.opt-in footer .content-wrapper {
  border: none;
}
.single-pre-reg footer > div:first-of-type,
.opt-in footer > div:first-of-type {
  order: 1;
  line-height: 1.5rem;
}
@media (min-width: 780px) {
  .single-pre-reg footer > div:first-of-type,
.opt-in footer > div:first-of-type {
    order: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
}
.single-pre-reg footer .lp-footer--logos,
.opt-in footer .lp-footer--logos {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 780px) {
  .single-pre-reg footer .lp-footer--logos,
.opt-in footer .lp-footer--logos {
    justify-content: flex-end;
    order: 1;
    margin-bottom: 0;
  }
}
.single-pre-reg footer .lp-footer--logos div,
.opt-in footer .lp-footer--logos div {
  padding-right: 1.5rem;
}
.single-pre-reg footer .lp-footer--logos div:last-of-type,
.opt-in footer .lp-footer--logos div:last-of-type {
  padding-right: 0;
}
.single-pre-reg footer .lp-footer--logos img,
.opt-in footer .lp-footer--logos img {
  height: 50px;
  width: auto;
}
.single-pre-reg footer .menu--legal li:first-of-type:before,
.opt-in footer .menu--legal li:first-of-type:before {
  content: "";
  margin-right: 9px;
}
.single-pre-reg footer .site-by-kiosk,
.opt-in footer .site-by-kiosk {
  display: none;
}

#lpContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  /*---- Changes to Gform ----*/
}
#lpContent.flex-left {
  align-items: flex-start;
}
@media (min-width: 1025px) {
  #lpContent.flex-left .admin-content {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}
@media (min-width: 1025px) {
  #lpContent.flex-left .lp-title {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #lpContent.flex-left .lp-title {
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  #lpContent.flex-left .gform_footer {
    margin: 0 auto;
  }
}
#lpContent.flex-center {
  align-items: center;
}
#lpContent.flex-right {
  align-items: flex-end;
}
@media (min-width: 1025px) {
  #lpContent.flex-right .admin-content {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}
@media (min-width: 1025px) {
  #lpContent.flex-right .lp-title {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #lpContent.flex-right .lp-title {
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  #lpContent.flex-right li:not(.gfield_checkbox) {
    margin: 0 0 0.6rem auto;
  }
}
@media (min-width: 1025px) {
  #lpContent.flex-right .gform_footer {
    margin: 0 auto;
  }
}
#lpContent .admin-content {
  height: 100%;
  max-width: 100%;
  padding: 2rem;
}
@media (min-width: 1025px) {
  #lpContent .admin-content {
    max-width: 50%;
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  #lpContent .admin-content > div:first-child {
    margin-right: 4rem;
  }
}
#lpContent .product-logo {
  display: block;
  width: 100%;
  margin: 0 auto 1rem auto;
}
@media (min-width: 640px) {
  #lpContent .product-logo {
    width: 40%;
  }
}
@media (min-width: 780px) {
  #lpContent .product-logo {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #lpContent .product-logo {
    width: 75%;
  }
}
#lpContent .lp-title {
  font-size: 1.2rem;
  line-height: 1.2em;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  #lpContent .lp-title {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #lpContent .lp-title {
    width: 84%;
  }
}
#lpContent .lp-legal {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  #lpContent.has-qr .admin-content {
    max-width: 50%;
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  #lpContent.has-qr .admin-content {
    max-width: calc(50% - 4rem);
  }
}
#lpContent.has-qr .product-logo {
  width: 100%;
}
@media (min-width: 640px) {
  #lpContent.has-qr .product-logo {
    width: 66%;
  }
}
@media (min-width: 1024px) {
  #lpContent.has-qr .product-logo {
    width: 100%;
  }
}
#lpContent .download-qr {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #lpContent .download-qr {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  #lpContent .download-qr {
    width: 100%;
  }
}
#lpContent .download-qr-code {
  justify-content: space-around;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem;
  width: 100%;
}
@media (min-width: 780px) {
  #lpContent .download-qr-code {
    width: 80%;
  }
}
#lpContent .download-qr-code__copy {
  margin: 0;
  font-weight: 700;
}
#lpContent .download-qr-code__image {
  margin-left: 0.5rem;
  width: 60px;
  height: auto;
}
#lpContent .download-qr-app {
  padding: 0.5rem 0;
}
#lpContent .download-qr-app__image {
  display: inline-block;
  height: 56px;
  width: auto;
  padding: 0 0.25rem;
}
@media (min-width: 780px) {
  #lpContent .download-qr-app__image {
    height: 60px;
  }
}
#lpContent .validation_error {
  margin: 0 auto 0.6rem auto;
  width: 100%;
}
@media (min-width: 1025px) {
  #lpContent .validation_error {
    width: 100%;
    margin: 0 auto 0.6rem auto;
  }
}
@media (min-width: 1200px) {
  #lpContent .validation_error {
    width: 84%;
  }
}
#lpContent .validation_error,
#lpContent .validation_message {
  font-weight: 600;
  font-size: 14px;
}
#lpContent .gform_wrapper {
  padding: 1rem 0;
  max-width: 100%;
}
#lpContent .gf_left_half {
  display: block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  float: none;
}
@media (min-width: 600px) {
  #lpContent .gf_left_half {
    display: inline-block;
    width: 50%;
    padding-right: 0.6rem;
  }
}
@media (min-width: 1025px) {
  #lpContent .gf_left_half {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #lpContent .gf_left_half {
    width: 50%;
    padding-right: 0.6rem;
  }
}
#lpContent .gf_right_half {
  display: block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  float: none;
}
@media (min-width: 600px) {
  #lpContent .gf_right_half {
    display: inline-block;
    width: 50%;
    padding-right: 0.6rem;
  }
}
@media (min-width: 1025px) {
  #lpContent .gf_right_half {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #lpContent .gf_right_half {
    width: 50%;
  }
}
#lpContent .gform_footer {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1025px) {
  #lpContent .gform_footer {
    width: 100%;
  }
}
#lpContent .ginput_container {
  margin: 0;
}
#lpContent .ginput_container_consent {
  text-align: center;
}
#lpContent .ginput_container_consent input[type=checkbox] + label:before, #lpContent .ginput_container_consent input[type=radio] + label:before {
  display: inline-block;
  position: relative;
  top: 2px;
  left: unset;
  margin: 0 1rem 0 0;
  background: #fff;
  border: 2px solid #fff;
}
#lpContent .ginput_container_consent input[type=checkbox] + label a {
  font-size: unset;
  text-decoration: underline;
}
#lpContent .ginput_container_consent,
#lpContent .gfield_html {
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.4em;
}
#lpContent .ginput_container_consent a,
#lpContent .gfield_html a {
  font-size: inherit;
  text-decoration: underline;
}
#lpContent .gfield_html {
  padding: 0.6rem 0;
}
#lpContent .gfield_checkbox {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  #lpContent .gfield_checkbox {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #lpContent .gfield_checkbox {
    width: 84%;
  }
}
#lpContent .gfield_checkbox .validation_message {
  text-align: center;
}
#lpContent input[type=submit] {
  display: block;
  margin: 0.6rem auto;
  max-width: 100%;
  min-width: 200px;
  max-height: 50px;
  padding: 14px;
  opacity: 1;
  transition: all 0.2s ease;
}
@media (min-width: 600px) {
  #lpContent input[type=submit] {
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  #lpContent input[type=submit] {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #lpContent input[type=submit] {
    max-width: 50%;
  }
}
#lpContent input[type=submit]:hover {
  opacity: 0.9;
}
#lpContent .gform_confirmation_wrapper {
  margin: 1em 0;
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
  color: #414141;
  background-color: #FFFFFF;
}
#lpContent .gform_footer:after {
  display: block;
  font-size: 0.7rem;
  line-height: 1.5em;
  padding: 1rem 0;
  width: 100%;
  margin: 0 auto;
}

.opt-in main {
  min-height: auto;
}
.opt-in #lpContent .admin-content {
  max-width: 600px;
  padding: 2rem;
}
@media (min-width: 1200px) {
  .opt-in #lpContent .admin-content > div:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .opt-in #lpContent .admin-content {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    padding: 2rem;
    padding-bottom: 0;
  }
}
.opt-in #lpContent .gform_wrapper {
  max-width: 600px;
}
.opt-in #lpContent .gform_wrapper input[type=submit] {
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  .opt-in #lpContent .gform_wrapper input[type=submit] {
    max-width: 100%;
  }
}
.opt-in #lpContent .lp-legal {
  text-align: center;
}
.opt-in #lpContent .lp-legal a {
  text-decoration: underline;
  color: #fff;
  background-image: none;
}
.opt-in #lpContent .lp-legal a:hover {
  color: #8ba9ff;
  text-decoration: underline;
}
.opt-in footer {
  background-color: #000;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
