body { margin: 0 }
img { max-width: 100% }
svg { max-height: 100% }
/* Basscss Base Forms */

input,
select,
textarea,
fieldset {
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week] {
  height: 36px;
  height: 2.25rem;
  padding: 8px 8px;
  padding: .5rem .5rem;
  vertical-align: middle;
  -webkit-appearance: none;
}

select {
  line-height: 1.75;
  padding: 8px 8px;
  padding: .5rem .5rem;
}

select:not([multiple]) {
  height: 36px;
  height: 2.25rem;
  vertical-align: middle;
}

textarea {
  line-height: 1.75;
  padding: 8px 8px;
  padding: .5rem .5rem;
}

.fieldset-reset {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border: 0;
}
.fieldset-reset legend {
  padding: 0;
}

/* Basscss Defaults */

/*

   COLOR VARIABLES

   - Cool
   - Warm
   - Gray Scale

*/

:root {

  /* Cool */


  /* Warm */


  /* Gray scale */

}
/* Basscss Base Buttons */

button,
.button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 8px 16px;
  padding: .5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
}

button,
button:after,
button:before,
.button,
.button:after,
.button:before {
  box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button:hover { text-decoration: none }
/* Basscss Base Tables */

table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

th {
  text-align: left;
  font-weight: bold;
}

th,
td {
  padding: 4px 22px;
  padding: .25rem 1.4rem;
  line-height: inherit;
}

th { vertical-align: bottom }
td { vertical-align: top }
/* Basscss Base Typography */

body {
  font-family: 'Graphik Web', 'Graphik', helvetica, arial, sans-serif;
  line-height: 1.2;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Graphik Web', 'Graphik', helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: .5em;
}

p {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 44px;
  margin-bottom: 2.8rem;
}

dl, ol, ul {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 22px;
  margin-bottom: 1.4rem;
}

pre, code, samp {
  font-family: 'Source Code Pro', Consolas, monospace;
  font-size: inherit;
}

pre {
  margin-top: 0;
  margin-bottom: 22px;
  margin-bottom: 1.4rem;
  overflow-x: scroll;
}

hr {
  margin-top: 44px;
  margin-top: 2.8rem;
  margin-bottom: 44px;
  margin-bottom: 2.8rem;
}

blockquote {
  margin: 44px 0;
  margin: 2.8rem 0;
  padding: 0 22px;
  padding: 0 1.4rem;
}

blockquote,
blockquote p {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
}

h1, .h1 { font-size: 6.5vw }
h2, .h2 { font-size: 57px; font-size: 3.6rem }
h3, .h3 { font-size: 24px; font-size: 1.5rem }
h4, .h4 { font-size: 17px; font-size: 1.1rem }
h5, .h5 { font-size: 14px; font-size: .875rem }
h6, .h6 { font-size: 12px; font-size: .75rem }

.list-reset {
  list-style: none;
  padding-left: 0;
}

/* Basscss Utility Layout */

.inline       { display: inline }
.block        { display: block }
.inline-block { display: inline-block }
.table        { display: table }
.table-cell   { display: table-cell }

.overflow-hidden { overflow: hidden }
.overflow-scroll { overflow: scroll }
.overflow-auto   { overflow: auto }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after { clear: both }

.left  { float: left }
.right { float: right }

.fit { max-width: 100% }

.half-width { width: 50% }
.full-width { width: 100% }
/* Basscss Utility Typography */

.bold    { font-weight: bold; font-weight: bold }
.regular { font-weight: normal }
.italic  { font-style: italic }
.caps    { text-transform: uppercase; letter-spacing: .2em; }

.left-align   { text-align: left }
.center       { text-align: center }
.right-align  { text-align: right }
.justify      { text-align: justify }

.nowrap { white-space: nowrap }
.break-word { word-wrap: break-word }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Basscss Utility White Space */

.m0  { margin:        0 }
.mt0 { margin-top:    0 }
.mr0 { margin-right:  0 }
.mb0 { margin-bottom: 0 }
.ml0 { margin-left:   0 }

.m1  { margin: 11px; margin: .7rem }
.mt1 { margin-top: 11px; margin-top: .7rem }
.mr1 { margin-right: 11px; margin-right: .7rem }
.mb1 { margin-bottom: 11px; margin-bottom: .7rem }
.ml1 { margin-left: 11px; margin-left: .7rem }

.m2  { margin: 22px; margin: 1.4rem }
.mt2 { margin-top: 22px; margin-top: 1.4rem }
.mr2 { margin-right: 22px; margin-right: 1.4rem }
.mb2 { margin-bottom: 22px; margin-bottom: 1.4rem }
.ml2 { margin-left: 22px; margin-left: 1.4rem }

.m3  { margin: 44px; margin: 2.8rem }
.mt3 { margin-top: 44px; margin-top: 2.8rem }
.mr3 { margin-right: 44px; margin-right: 2.8rem }
.mb3 { margin-bottom: 44px; margin-bottom: 2.8rem }
.ml3 { margin-left: 44px; margin-left: 2.8rem }

.m4  { margin: 86px; margin: 5.4rem }
.mt4 { margin-top: 86px; margin-top: 5.4rem }
.mr4 { margin-right: 86px; margin-right: 5.4rem }
.mb4 { margin-bottom: 86px; margin-bottom: 5.4rem }
.ml4 { margin-left: 86px; margin-left: 5.4rem }

.mxn1 { margin-left: -11px; margin-left: -.7rem; margin-right: -11px; margin-right: -.7rem; }
.mxn2 { margin-left: -22px; margin-left: -1.4rem; margin-right: -22px; margin-right: -1.4rem; }
.mxn3 { margin-left: -44px; margin-left: -2.8rem; margin-right: -44px; margin-right: -2.8rem; }
.mxn4 { margin-left: -86px; margin-left: -5.4rem; margin-right: -86px; margin-right: -5.4rem; }

.mx-auto { margin-left: auto; margin-right: auto; }
.p1  { padding: 11px; padding: .7rem }
.py1 { padding-top: 11px; padding-top: .7rem; padding-bottom: 11px; padding-bottom: .7rem }
.px1 { padding-left: 11px; padding-left: .7rem; padding-right: 11px; padding-right: .7rem }

.p2  { padding: 22px; padding: 1.4rem }
.py2 { padding-top: 22px; padding-top: 1.4rem; padding-bottom: 22px; padding-bottom: 1.4rem }
.px2 { padding-left: 22px; padding-left: 1.4rem; padding-right: 22px; padding-right: 1.4rem }

.p3  { padding: 44px; padding: 2.8rem }
.py3 { padding-top: 44px; padding-top: 2.8rem; padding-bottom: 44px; padding-bottom: 2.8rem }
.px3 { padding-left: 44px; padding-left: 2.8rem; padding-right: 44px; padding-right: 2.8rem }

.p4  { padding: 86px; padding: 5.4rem }
.py4 { padding-top: 86px; padding-top: 5.4rem; padding-bottom: 86px; padding-bottom: 5.4rem }
.px4 { padding-left: 86px; padding-left: 5.4rem; padding-right: 86px; padding-right: 5.4rem }
/* Basscss Utility Responsive States */

.sm-show, .md-show, .lg-show {
  display: none !important
}

@media (min-width: 40em) {
  .sm-show { display: block !important }
}

@media (min-width: 52em) {
  .md-show { display: block !important }
}

@media (min-width: 64em) {
  .lg-show { display: block !important }
}


@media (min-width: 40em) {
  .sm-hide { display: none !important }
}

@media (min-width: 52em) {
  .md-hide { display: none !important }
}

@media (min-width: 64em) {
  .lg-hide { display: none !important }
}

.display-none { display: none !important }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* Basscss Positions */

.relative { position: relative }
.absolute { position: absolute }
.fixed    { position: fixed }

.top-0    { top: 0 }
.right-0  { right: 0 }
.bottom-0 { bottom: 0 }
.left-0   { left: 0 }

.z1 { z-index: 1 }
.z2 { z-index: 2 }
.z3 { z-index: 3 }
.z4 { z-index: 4 }
/* Basscss UI Utility Button Sizes */

.button-small {
  padding: 4px 8px;
  padding: .25rem .5rem;
}

.button-big {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}

.button-narrow {
  padding-left: 11px;
  padding-left: .7rem;
  padding-right: 11px;
  padding-right: .7rem;
}

/* Basscss Grid */

.container {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
}
.col {
  float: left;
  box-sizing: border-box;
}

.col-right {
  float: right;
  box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}
@media (min-width: 40em) {

  .sm-col {
    float: left;
    box-sizing: border-box;
  }

  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }

  .sm-col-1 {
    width: 8.33333%;
  }

  .sm-col-2 {
    width: 16.66667%;
  }

  .sm-col-3 {
    width: 25%;
  }

  .sm-col-4 {
    width: 33.33333%;
  }

  .sm-col-5 {
    width: 41.66667%;
  }

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

  .sm-col-7 {
    width: 58.33333%;
  }

  .sm-col-8 {
    width: 66.66667%;
  }

  .sm-col-9 {
    width: 75%;
  }

  .sm-col-10 {
    width: 83.33333%;
  }

  .sm-col-11 {
    width: 91.66667%;
  }

  .sm-col-12 {
    width: 100%;
  }

}
@media (min-width: 52em) {

  .md-col {
    float: left;
    box-sizing: border-box;
  }

  .md-col-right {
    float: right;
    box-sizing: border-box;
  }

  .md-col-1 {
    width: 8.33333%;
  }

  .md-col-2 {
    width: 16.66667%;
  }

  .md-col-3 {
    width: 25%;
  }

  .md-col-4 {
    width: 33.33333%;
  }

  .md-col-5 {
    width: 41.66667%;
  }

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

  .md-col-7 {
    width: 58.33333%;
  }

  .md-col-8 {
    width: 66.66667%;
  }

  .md-col-9 {
    width: 75%;
  }

  .md-col-10 {
    width: 83.33333%;
  }

  .md-col-11 {
    width: 91.66667%;
  }

  .md-col-12 {
    width: 100%;
  }

}
@media (min-width: 64em) {

  .lg-col {
    float: left;
    box-sizing: border-box;
  }

  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }

  .lg-col-1 {
    width: 8.33333%;
  }

  .lg-col-2 {
    width: 16.66667%;
  }

  .lg-col-3 {
    width: 25%;
  }

  .lg-col-4 {
    width: 33.33333%;
  }

  .lg-col-5 {
    width: 41.66667%;
  }

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

  .lg-col-7 {
    width: 58.33333%;
  }

  .lg-col-8 {
    width: 66.66667%;
  }

  .lg-col-9 {
    width: 75%;
  }

  .lg-col-10 {
    width: 83.33333%;
  }

  .lg-col-11 {
    width: 91.66667%;
  }

  .lg-col-12 {
    width: 100%;
  }

}
/* Flex Object */

.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }

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

.flex-center   { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center }
.flex-baseline { -webkit-box-align: baseline; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline }
.flex-stretch  { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch }
.flex-start    { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start }
.flex-end      { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end }

.flex-justify  { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between }

.flex-first { -webkit-box-ordinal-group: 0; -webkit-order: -1; -ms-flex-order: -1; order: -1 }
.flex-last  { -webkit-box-ordinal-group: 1025; -webkit-order: 1024; -ms-flex-order: 1024; order: 1024 }

.flex-auto { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto }
.flex-grow { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto }
.flex-none { -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none }

.flex > div { box-sizing: border-box }
@media (min-width: 40em) {
  .sm-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
  .sm-flex > div { box-sizing: border-box }
}
@media (min-width: 52em) {
  .md-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
  .md-flex > div { box-sizing: border-box }
}
@media (min-width: 64em) {
  .lg-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex }
  .lg-flex > div { box-sizing: border-box }
}

/* Basscss Color Base */

body {
  color: #111;
  background-color: white;
}

a {
  color: #0074d9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

pre, code {
  background-color: transparent;
  border-radius: 3px;
}

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
  border-bottom-color: rgba(0,0,0,.125);
}

.button {
  color: white;
  background-color: #0074d9;
  border-radius: 3px;
}

.button:hover {
  box-shadow: inset 0 0 0 20rem #000000;
  box-shadow: inset 0 0 0 20rem rgba(0,0,0,.0625);
}

.button:focus {
  outline: none;
  border-color: #000000;
  border-color: rgba(0,0,0,.125);
  box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px rgba(0,0,0,.25);
}

.button:active,
.button.is-active {
  box-shadow: inset 0 0 0 20rem rgba(0,0,0,.125),
    inset 0 3px 4px 0 rgba(0,0,0,.25),
    0 0 1px #000000;
  box-shadow: inset 0 0 0 20rem rgba(0,0,0,.125),
    inset 0 3px 4px 0 rgba(0,0,0,.25),
    0 0 1px rgba(0,0,0,.125);
}

.button:disabled,
.button.is-disabled {
  opacity: .5;
}
/* Basscss Color Forms */

.field-light {
  background-color: white;
  -webkit-transition: box-shadow .2s ease;
          transition: box-shadow .2s ease;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-color: rgba(0,0,0,.125);
  border-radius: 3px;
}

.field-light:focus,
.field-light.is-focused {
  outline: none;
  border-color: #0074d9;
  box-shadow: 0 0 0 2px #0074D9;
  box-shadow: 0 0 0 2px rgba(0, 116, 217, 0.5);
}

.field-light:disabled,
.field-light.is-disabled {
  background-color: #000000;
  background-color: rgba(0,0,0,.125);
  opacity: .5;
}

.field-light:read-only:not(select),
.field-light.is-read-only {
  background-color: #000000;
  background-color: rgba(0,0,0,.125);
}


.field-light.is-success {
  border-color: #2ecc40;
}

.field-light.is-success:focus,
.field-light.is-success.is-focused {
  box-shadow: 0 0 0 2px #2ECC40;
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5);
}

.field-light.is-warning {
  border-color: #ffdc00;
}

.field-light.is-warning:focus,
.field-light.is-warning.is-focused {
  box-shadow: 0 0 0 2px #FFDC00;
  box-shadow: 0 0 0 2px rgba(255, 220, 0, 0.5);
}

.field-light:invalid,
.field-light.is-error {
  border-color: #ff4136;
}

.field-light.is-error:focus,
.field-light.is-error.is-focused {
  box-shadow: 0 0 0 2px #FF4136;
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.5);
}
/* Basscss Color Forms Dark */

.field-dark {
  color: white;
  background-color: #000000;
  background-color: rgba(0,0,0,.25);
  border: 1px solid #000000;
  border: 1px solid rgba(0,0,0,.0625);
  border-radius: 3px;
  border-radius: 3px;
}

.field-dark::-webkit-input-placeholder {
  color: #FFFFFF;
  color: rgba(255,255,255,.75);
}

.field-dark::-moz-placeholder {
  color: #FFFFFF;
  color: rgba(255,255,255,.75);
}

.field-dark:-ms-input-placeholder {
  color: #FFFFFF;
  color: rgba(255,255,255,.75);
}

.field-dark::placeholder {
  color: #FFFFFF;
  color: rgba(255,255,255,.75);
}

.field-dark:focus {
  outline: 0;
  border: 1px solid #FFFFFF;
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 0 0 2px #FFFFFF;
  box-shadow: 0 0 0 2px rgba(255,255,255,.25);
}

.field-dark:read-only:not(select) {
  background-color: #FFFFFF;
  background-color: rgba(255,255,255,.25);
}

.field-dark.is-success {
  border-color: #2ecc40;
}

.field-dark.is-success:focus {
  box-shadow: 0 0 0 2px #2ECC40;
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5);
}

.field-dark.is-warning {
  border-color: #ffdc00;
}

.field-dark.is-warning:focus {
  box-shadow: 0 0 0 2px #FFDC00;
  box-shadow: 0 0 0 2px rgba(255, 220, 0, 0.5);
}

.field-dark:invalid,
.field-dark.is-error {
  border-color: #ff4136;
}

.field-dark.is-error:focus {
  box-shadow: 0 0 0 2px #FF4136;
  box-shadow: 0 0 0 2px rgba(255, 65, 54, 0.5);
}
/* Basscss Input Range */

input[type=range] {
  vertical-align: middle;
  background-color: transparent;
}

.range-light {
  color: inherit;
  -webkit-appearance: none;
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.range-light::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  width: 8px;
  width: .5rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 3px;
  background-color: currentcolor;
  cursor: pointer;
  margin-top: -8px;
  margin-top: -0.5rem;
}

/* Touch screen friendly pseudo element */
.range-light::-webkit-slider-thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  top: -0.5rem;
  left: -14px;
  left: -0.875rem;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  opacity: 0;
}

.range-light::-moz-range-thumb {
  width: 8px;
  width: .5rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 3px;
  border-color: transparent;
  border-width: 0;
  background-color: currentcolor;
  cursor: pointer;
}

.range-light::-webkit-slider-runnable-track {
  height: 4px;
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: #000000;
  background-color: rgba(0,0,0,.25);
}

.range-light::-moz-range-track {
  height: 4px;
  height: 0.25rem;
  cursor: pointer;
  border-radius: 3px;
  background-color: #000000;
  background-color: rgba(0,0,0,.25);
}

.range-light:focus {
  outline: none;
}

.range-light:focus::-webkit-slider-thumb {
  outline: none;
  border: 0;
  box-shadow: 0 0 1px 2px currentcolor;
}

.range-light:focus::-moz-range-thumb {
  outline: none;
  border: 0;
  box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px rgba(0,0,0,.25);
}
/* Basscss Progress */

.progress {
  display: block;
  width: 100%;
  height: 9px;
  height: 0.5625rem;
  margin: 8px 0;
  margin: .5rem 0;
  background-color: #000000;
  background-color: rgba(0,0,0,.125);
  border: 0;
  border-radius: 10000px;
  overflow: hidden;
  -webkit-appearance: none;
}

.progress::-webkit-progress-bar {
  -webkit-appearance: none;
  background-color: #000000;
  background-color: rgba(0,0,0,.125)
}

.progress::-webkit-progress-value {
  -webkit-appearance: none;
  background-color: currentColor;
}

.progress::-moz-progress-bar {
  background-color: currentColor;
}
/* Basscss Color Tables */

.table-light th,
.table-light td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-bottom-color: rgba(0,0,0,.125);
}

.table-light tr:last-child td {
  border-bottom: 0;
}
/* Basscss Button Outline */

.button-outline {
  position: relative;
  z-index: 2;
  color: inherit;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid currentcolor;
}

.button-outline:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid transparent;
  background-color: currentcolor;
  border-radius: 3px;
  opacity: 0;
}

.button-outline:hover {
  box-shadow: none;
}

.button-outline:hover:before,
.button-outline:focus:before {
  opacity: .125;
}

.button-outline:focus {
  outline: none;
  border: 1px solid currentcolor;
  box-shadow: 0 0 0 2px;
}

.button-outline:active,
.button-outline.is-active {
  box-shadow: inset 0 1px 5px 0, 0 0 1px;
}

.button-outline:disabled,
.button-outline.is-disabled {
  opacity: .5;
}
/* Basscss Button Transparent */

.button-transparent {
  position: relative;
  z-index: 2;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid transparent;
}

.button-transparent:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid transparent;
  background-color: currentcolor;
  opacity: 0;
}

.button-transparent:hover {
  box-shadow: none;
}

.button-transparent:hover:before, 
.button-transparent:focus:before {
  opacity: .09375;
}

.button-transparent:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px; 
}

.button-transparent:active,
.button-transparent.is-active {
  box-shadow: none;
}

.button-transparent:active:before,
.button-transparent.is-active:before {
  opacity: .0625;
}

.button-transparent:disabled,
.button-transparent.is-disabled {
  opacity: .5;
}
/* Basscss Background Images */

.bg-cover   { background-size: cover }
.bg-contain { background-size: contain }

.bg-center  { background-position: center }
.bg-top     { background-position: top }
.bg-right   { background-position: right }
.bg-bottom  { background-position: bottom }
.bg-left    { background-position: left }
/* Basscss Color Borders */

.border {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-color: rgba(0,0,0,.125);
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #000000;
  border-top-color: rgba(0,0,0,.125);
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #000000;
  border-right-color: rgba(0,0,0,.125);
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
  border-bottom-color: rgba(0,0,0,.125);
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #000000;
  border-left-color: rgba(0,0,0,.125);
}

.rounded { border-radius: 3px }
.circle  { border-radius: 50% }

.rounded-top    { border-radius: 3px 3px 0 0 }
.rounded-right  { border-radius: 0 3px 3px 0 }
.rounded-bottom { border-radius: 0 0 3px 3px }
.rounded-left   { border-radius: 3px 0 0 3px }

.not-rounded { border-radius: 0 }
/* Basscss Colors */

.black, .dark-gray   { color: #111 }
.gray, .mid-gray     { color: #aaa }
.silver, .light-gray { color: #ddd }
.white { color: #fff }

.aqua  { color: #7fdbff }
.blue  { color: #0074d9 }
.navy  { color: #001f3f }
.teal  { color: #39cccc }
.green { color: #2ecc40 }
.olive { color: #3d9970 }
.lime  { color: #01ff70 }

.yellow  { color: #ffdc00 }
.orange  { color: #ff851b }
.red     { color: #ff4136 }
.fuchsia { color: #f012be }
.purple  { color: #b10dc9 }
.maroon  { color: #85144b }
.bg-black, .bg-dark-gray   { background-color: #111 }
.bg-gray, .bg-mid-gray     { background-color: #aaa }
.bg-silver, .bg-light-gray { background-color: #ddd }
.bg-white  { background-color: #fff }

.bg-aqua  { background-color: #7fdbff }
.bg-blue  { background-color: #0074d9 }
.bg-navy  { background-color: #001f3f }
.bg-teal  { background-color: #39cccc }
.bg-green { background-color: #2ecc40 }
.bg-olive { background-color: #3d9970 }
.bg-lime  { background-color: #01ff70 }

.bg-yellow  { background-color: #ffdc00 }
.bg-orange  { background-color: #ff851b }
.bg-red     { background-color: #ff4136 }
.bg-fuchsia { background-color: #f012be }
.bg-purple  { background-color: #b10dc9 }
.bg-maroon  { background-color: #85144b }

.bg-darken-1 { background-color: #000000; background-color: rgba(0,0,0,.0625) }
.bg-darken-2 { background-color: #000000; background-color: rgba(0,0,0,.125) }
.bg-darken-3 { background-color: #000000; background-color: rgba(0,0,0,.25) }
.bg-darken-4 { background-color: #000000; background-color: rgba(0,0,0,.5) }
.border-black  { border-color: #111 }
.border-gray   { border-color: #aaa }
.border-silver { border-color: #ddd }
.border-white  { border-color: #fff }

.border-aqua  { border-color: #7fdbff }
.border-blue  { border-color: #0074d9 }
.border-navy  { border-color: #001f3f }
.border-teal  { border-color: #39cccc }
.border-green { border-color: #2ecc40 }
.border-olive { border-color: #3d9970 }
.border-lime  { border-color: #01ff70 }

.border-yellow  { border-color: #ffdc00 }
.border-orange  { border-color: #ff851b }
.border-red     { border-color: #ff4136 }
.border-fuchsia { border-color: #f012be }
.border-purple  { border-color: #b10dc9 }
.border-maroon  { border-color: #85144b }

.border-darken-1 { border-color: #000000; border-color: rgba(0,0,0,.0625) }
.border-darken-2 { border-color: #000000; border-color: rgba(0,0,0,.125) }
.border-darken-3 { border-color: #000000; border-color: rgba(0,0,0,.25) }
.border-darken-4 { border-color: #000000; border-color: rgba(0,0,0,.5) }
.muted { opacity: .5 }
.color-inherit { color: inherit }
/**
 * Override default basscss values
 */

/*@custom-media --breakpoint-sm (min-width: 40em);*/
/*@custom-media --breakpoint-md (min-width: 52em);*/
/*@custom-media --breakpoint-lg (min-width: 64em);*/

:root {
  /*--heading-font-family: var(--font-family);*/
  /*--heading-line-height: 1.25;*/
  /*--heading-margin-top: 1em;*/
  /*--heading-margin-bottom: .5em;*/
  /*--paragraph-margin-top: 0;*/
  /*--list-margin-top: 0;*/
  /*--list-margin-bottom: var(--space-2);*/
  /*--monospace-font-family: 'Source Code Pro', Consolas, monospace;*/
  /*--pre-font-size: inherit;*/
  /*--pre-margin-top: 0;*/
  /*--pre-margin-bottom: var(--space-2);*/
  /*--rule-margin-top: var(--space-3);*/
  /*--rule-margin-bottom: var(--space-3);*/
  /*--blockquote-font-size: var(--h3);*/
  /*--blockquote-font-style: italic;*/
  /*--blockquote-margin: var(--space-3) 0;*/
  /*--blockquote-padding: 0 var(--space-2);*/

  /*--font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
  /*--line-height: 1.5;*/
  /*--heading-font-family: var(--font-family);*/
  /*--heading-font-weight: bold;*/
  /*--heading-line-height: 1.25;*/
  /*--h5: .875rem;*/
  /*--h6: .75rem;*/
  /*--bold-font-weight: bold;*/ /* .5rem */ /* 1rem */ /* 2rem */ /* 4rem */
  /*--form-field-font-size: 1rem;*/
  /*--form-field-height: 2.25rem;*/
  /*--form-field-padding-y: .5rem;*/
  /*--form-field-padding-x: .5rem;*/
  /*--button-font-size: inherit;*/
  /*--button-font-weight: bold;*/
  /*--button-line-height: 1.125rem;*/
  /*--button-padding-y: .5rem;*/
  /*--button-padding-x: 1rem;*/
  /*--container-width: 64em;*/

  /*--darken-1: rgba(0,0,0,.0625);*/
  /*--darken-2: rgba(0,0,0,.125);*/
  /*--darken-3: rgba(0,0,0,.25);*/
  /*--darken-4: rgba(0,0,0,.5);*/

  /*--border-width: 1px;*/
  /*--border-radius: 3px;*/
  /*--border-color: var(--darken-2);*/

}
/**
 * Add more good to basscss
 */

/**
 * Box Sizing
 */
.border-box { box-sizing: border-box }

/**
 * Addtl Typography
 */
.upper { text-transform: uppercase }

/**
 * Single line justify
 */
.single-justify {
  text-align: justify;
}
.single-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/**
 * Addtl Layout
 */
.full-height     { height: 100% }
/*.min-full-height { min-height: 100vh }*/
.min-full-height { min-height: 100% }
.align-baseline { vertical-align: baseline }
.align-top      { vertical-align: top }
.align-middle   { vertical-align: middle }
.align-bottom   { vertical-align: bottom }

/**
 * Addtl Whitespace
 */

.mb1-5 { margin-bottom: 16px; margin-bottom: 1.05rem }
.mb-5  { margin-bottom: 5px; margin-bottom: 0.35rem }
.mr-5  { margin-bottom: 5px; margin-bottom: 0.35rem }
.ml-5  { margin-bottom: 5px; margin-bottom: 0.35rem }
.mt3-5 { margin-top: 67px; margin-top: 4.2rem }
.mb3-5 { margin-bottom: 67px; margin-bottom: 4.2rem }

.p1-5  { padding: 16px; padding: 1.05rem }
.py1-5 { padding-top: 16px; padding-top: 1.05rem; padding-bottom: 16px; padding-bottom: 1.05rem }
.px1-5 { padding-left: 16px; padding-left: 1.05rem; padding-right: 16px; padding-right: 1.05rem }
.px2-5 { padding-left: 33px; padding-left: 2.1rem; padding-right: 33px; padding-right: 2.1rem }

.py3-5 { padding-top: 67px; padding-top: 4.2rem; padding-bottom: 67px; padding-bottom: 4.2rem }

@media (max-width: 40em) {
  .sm-p-1-5 { padding: 1.05rem }
}

/**
 * Addtl Flexbox
 */
.flex-justify-center  { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center }
.flex-justify-between { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between }
.flex-justify-around  { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around }
.flex-justify-start   { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start }
.flex-justify-end     { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end }

/* For vertical centering USE: flex flex-column flex-center flex-justify-center */

/**
 * Addtl Table
 */
.table-row { display: table-row }
.table-stick { height: 1px }
.table-vertical-align { vertical-align: middle }
.table-vertical-align-top { vertical-align: top }
.table-vertical-align-bottom { vertical-align: bottom }

/**
 * Addtl Background
 */
.bg-no-repeat { background-repeat: no-repeat }

/**
 * Addtl Misc
 */
.no-user-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.no-pointer-events { pointer-events: none }
.pointer { cursor: pointer }
.dummy { opacity: 0; }
.hover-none:hover { display: none;}
.translate-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**
 * Transition
 */
.fader { -webkit-transition: opacity 0.15s ease; transition: opacity 0.15s ease; }

/**
 * Aspect Ratio
 */
[data-aspect-ratio] { height: 0 }
[data-aspect-ratio="5"] { padding-top: 5% }
[data-aspect-ratio="10"] { padding-top: 10% }
[data-aspect-ratio="15"] { padding-top: 15% }
[data-aspect-ratio="20"] { padding-top: 20% }
[data-aspect-ratio="25"] { padding-top: 25% }
[data-aspect-ratio="30"] { padding-top: 30% }
[data-aspect-ratio="35"] { padding-top: 35% }
[data-aspect-ratio="40"] { padding-top: 40% }
[data-aspect-ratio="45"] { padding-top: 45% }
[data-aspect-ratio="50"] { padding-top: 50% }
[data-aspect-ratio="55"] { padding-top: 55% }
[data-aspect-ratio="60"] { padding-top: 60% }
[data-aspect-ratio="65"] { padding-top: 65% }
[data-aspect-ratio="70"] { padding-top: 70% }
[data-aspect-ratio="75"] { padding-top: 75% }
[data-aspect-ratio="80"] { padding-top: 80% }
[data-aspect-ratio="85"] { padding-top: 85% }
[data-aspect-ratio="90"] { padding-top: 90% }
[data-aspect-ratio="95"] { padding-top: 95% }
[data-aspect-ratio="100"] { padding-top: 100% }
[data-aspect-ratio="105"] { padding-top: 105% }
[data-aspect-ratio="110"] { padding-top: 110% }
[data-aspect-ratio="115"] { padding-top: 115% }
[data-aspect-ratio="120"] { padding-top: 120% }
[data-aspect-ratio="125"] { padding-top: 125% }
[data-aspect-ratio="130"] { padding-top: 130% }
[data-aspect-ratio="135"] { padding-top: 135% }
[data-aspect-ratio="140"] { padding-top: 140% }
[data-aspect-ratio="145"] { padding-top: 145% }
[data-aspect-ratio="150"] { padding-top: 150% }
[data-aspect-ratio="155"] { padding-top: 155% }
[data-aspect-ratio="160"] { padding-top: 160% }
[data-aspect-ratio="165"] { padding-top: 165% }
[data-aspect-ratio="170"] { padding-top: 170% }
[data-aspect-ratio="175"] { padding-top: 175% }
[data-aspect-ratio="180"] { padding-top: 180% }
[data-aspect-ratio="185"] { padding-top: 185% }
[data-aspect-ratio="190"] { padding-top: 190% }
[data-aspect-ratio="195"] { padding-top: 195% }
[data-aspect-ratio="200"] { padding-top: 200% }
[data-aspect-ratio="16:9"] { padding-top: 56.25% }
[data-aspect-ratio="square"] { padding-top: 100% }

.main-header a,
.hero a,
.home-nav a {
  color: white;
}

[data-page="News"]   .bg,
[data-page="News"]   .bg-hover:hover { background-color: #0242f9; }
[data-page="News"]   .color,
[data-page="News"]   .color-hover:hover { color: #0242f9; }
[data-page="Shows"]  .bg,
[data-page="Shows"]  .bg-hover:hover { background-color: #fcd10a; }
[data-page="Shows"]  .color,
[data-page="Shows"]  .color-hover:hover { color: #fcd10a; }


[data-page="Sandbox"]  .bg,
[data-page="Sandbox"]  .bg-hover:hover { background-color: red; }
[data-page="Sandbox"]  .color,
[data-page="Sandbox"]  .color-hover:hover { color: red; }


[data-page="Videos"] .bg,
[data-page="Videos"] .bg-hover:hover { background-color: #3db662; }
[data-page="Videos"] .color,
[data-page="Videos"] .color-hover:hover { color: #3db662; }
[data-page="Music"]  .bg,
[data-page="Music"]  .bg-hover:hover { background-color: #e82e14; }
[data-page="Music"]  .color,
[data-page="Music"]  .color-hover:hover { color: #e82e14; }
[data-page="Photos"] .bg,
[data-page="Photos"] .bg-hover:hover { background-color: #00d6fb; }
[data-page="Photos"] .okgo-border .okgo-border-element,
[data-page="Photos"] .okgo-border-hover:hover .okgo-border-element { border: 10px solid #00d6fb; }
[data-page="Photos"] .color,
[data-page="Photos"] .color-hover:hover { color: #00d6fb; }
[data-page="Info"]   .bg,
[data-page="Info"]   .bg-hover:hover { background-color: #f7470d; }
[data-page="Info"]   .color,
[data-page="Info"]   .color-hover:hover { color: #f7470d; }
[data-page="Store"]  .bg,
[data-page="Store"]  .bg-hover:hover { background-color: #7716ff; }
[data-page="Store"]  .color,
[data-page="Store"]  .color-hover:hover { color: #7716ff; }
[data-page="Forum"]   .bg,
[data-page="Forum"]   .bg-hover:hover { background-color: #5caaf9; }
[data-page="Forum"]   .color,
[data-page="Forum"]   .color-hover:hover { color: #5caaf9; }

/* foxyshop */
[data-page="Store"]  .color-hover a:hover,
[data-page="Store"]  .current-menu-item > a,
[data-page="Store"]  .current-menu-ancestor > a { color: #7716ff; }

.bg-hover:hover,
.bg-hover:hover a {
  color: white;
}

.darkener {
  opacity: 0.15;
}

@media (max-width: 40em) {
  [data-page="News"]   .bg-hover { background-color: #0242f9; }
  [data-page="Shows"]  .bg-hover { background-color: #fcd10a; }
  [data-page="Sandbox"]  .bg-hover { background-color: #fcd10a; }
  [data-page="Videos"] .bg-hover { background-color: #3db662; }
  [data-page="Music"]  .bg-hover { background-color: #e82e14; }
  [data-page="Photos"] .bg-hover { background-color: #00d6fb; }
  [data-page="Info"]   .bg-hover { background-color: #f7470d; }
  [data-page="Forum"]   .bg-hover { background-color: #5caaf9; }
  [data-page="Store"]  .bg-hover { background-color: #7716ff; }
  [data-page="Photos"] .okgo-border-hover .okgo-border-element { border: 10px solid #00d6fb; }
  /*.foxyshop .bg-hover { background-color: var(--og-purple); }*/
  .bg-hover,
  .bg-hover a {
    color: white;
  }
  .darkener {
    opacity: 0.25;
  }
}
@font-face {
  font-family: 'Graphik Web';
  src: url('/wp/build/wp-content/themes/okgo/assets/fonts/Graphik-Medium-Web.eot');
  src: url('fonts/Graphik-Medium-Web.eot') format('embedded-opentype'),
       url('fonts/Graphik-Medium-Web.woff') format('woff'),
       url('fonts/Graphik-Medium-Web.ttf') format('truetype'),
       url('fonts/Graphik-Medium-Web.svg') format('svg');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('/wp/build/wp-content/themes/okgo/assets/fonts/Graphik-MediumItalic-Web.eot');
  src: url('fonts/Graphik-MediumItalic-Web.eot') format('embedded-opentype'),
       url('fonts/Graphik-MediumItalic-Web.woff') format('woff'),
       url('fonts/Graphik-MediumItalic-Web.ttf') format('truetype'),
       url('fonts/Graphik-MediumItalic-Web.svg') format('svg');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Source Code Pro';
  src:  url('fonts/SourceCodePro-ExtraLight.woff') format('woff');
}

body {
  font-family: 'Graphik Web', 'Graphik', helvetica, arial, sans-serif;
  font-size: 17px;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 500;
}
a {
  color: black;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4 {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
}
.tag-filter.h5,
.store-filter.h5 {
  line-height: 1.6;
}
.underline,
a[href*="mailto"] {
  border-bottom: 2px solid black;
}
.underline:hover,
a[href*="mailto"]:hover {
  border-bottom: none;
}
.huge {
  font-size: 9.5vw;
}
.mono {
  font-family: 'Source Code Pro', Consolas, monospace;
  font-weight: 200;
  font-size: 130%;
  line-height: 0.5;
}
.copy a:not(.black) {
  color: gray;
}
.copy a:hover {
  color: black;
}

.small-paragraph p {
  font-size: 17px;
  font-size: 1.1rem;
  margin-bottom: 22px;
  margin-bottom: 1.4rem;
}

.gray a {
  color: inherit;
}

.h5 p {
  font-size: 14px;
  font-size: .875rem;
}

@media (max-width: 40em) {
  body { font-size: 1rem; }
  h1, .h1 { font-size: 3rem; }
  h2, .h2 { font-size: 2rem; }
  h3, .h3 { font-size: 1.1rem; }
  .huge { font-size: 18vw; }
  p  { font-size: 1.1rem; }
}
.okgo-button {
  width: 210px;
}
.logo {
  background-image: url('logo.svg');
}

/**
 * Preloader
 */
[data-preloader] {
  fill: transparent;
  stroke: black;
  stroke-width: 2px;
  width: 50px;
  z-index: 9999;
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  opacity: 0;
}
[data-preloader] path {
  stroke-dasharray  : 157.08932495117188 157.08932495117188;
  stroke-dashoffset : 78.54466;
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.mce4m-form {
  display: inline;
}

.mce4m-form > div {
  display: inline;
}

.mce4m-form input,
.mce4m-form button {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  /*font-size: var(--h5);*/
  font-size: inherit;
  font-weight: 500;
  padding: 0;
  height: auto;
  border: none;
}

.mce4m-form input {
  border-bottom: 2px solid #aaa;
}

/*.mce4m-form input:invalid {
  border-color: red;
}*/

.mce4m-form button {
  display: inline;
  background-color: white;
  color: #aaa;
}

#mce4m-message-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  width: 100%;
  height: 100%;
}
#mce4m-message-box br {
  display: none;
}
#mce4m-message-box span {
  display: inline-block;
  margin-left: 6px;
}




.transition {
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
}
.scale:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}


.spinner:hover {
  -webkit-animation: spinner 1s ease;
          animation: spinner 1s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.stage {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

@-webkit-keyframes spinner {
  from { -webkit-transform: rotateY(0deg); transform: rotateY(0deg);    }
  to   { -webkit-transform: rotateY(-360deg); transform: rotateY(-360deg); }
}

@keyframes spinner {
  from { -webkit-transform: rotateY(0deg); transform: rotateY(0deg);    }
  to   { -webkit-transform: rotateY(-360deg); transform: rotateY(-360deg); }
}

/*.main-header {
  color: white;
}*/


.main-header.open .section-marker {
  opacity: 0;
}
.main-menu-contain {
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.main-header:not(.open) .main-menu-contain {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.main-menu-links ul {
  font-size: 9.75vh;
  line-height: 1;
}
.main-menu-links a {
  text-decoration: none;
}
.main-sub-menu li {
  display: inline-block;
  margin: 0 11px 0 11px;
  margin: 0 .7rem 0 .7rem;
}
.main-sub-menu li a {
  color: white!important;
}

.home .main-sub-menu li a {
  color: black!important;
}

.main-header .logo {
  width: 44px;
  width: 2.8rem;
  height: 44px;
  height: 2.8rem;
  top: -8px;
  top: -0.5rem;
}

.hamburger {
  display: inline-block;
  height: 19px;
  width: 23px;
  position: relative;
}
.hamburger-bar {
  position: absolute;
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: white;
  -webkit-transition: all 0.15s ease;
          transition: all 0.15s ease;
}
.hamburger-top { top: 0; }
.hamburger-middle { top: 50%; margin-top: -2px; }
.hamburger-bottom { bottom: 0; }
.hamburger.closed .hamburger-top {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.hamburger.closed .hamburger-bottom {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 8px;
}
.hamburger.closed .hamburger-middle {
  opacity: 0;
}

@media only screen and (max-height: 730px) {
  .main-menu-links ul {
    font-size: 8vh;
  }
}

@media (max-width: 40em) {
  .main-header .logo {
    top: -0.6rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .main-sub-menu li {
    margin: 0;
  }
  .main-sub-menu li:not(:last-child):after {
    content: ', ';
  }
  .hamburger-middle { margin-top: -1px; }
  [data-header-close] {
    display: none;
  }
}
.footer {
  min-height: 68px;
}

.paracadute {
  top: -4px;
  top: -0.3rem;
  width: 22px;
  width: 1.4rem;
  height: 22px;
  height: 1.4rem;
}

.footer .mce4m-form input {
  min-width: 168px;
  margin-right: 6px;
  color: #aaa;
}


@media (max-width: 52em) {
  .footer div {
    text-align: center!important;
  }
  .paracadute {
    display: none;
  }
  #copyright {
    padding: 0!important;
    margin-bottom: .7rem!important;
  }
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}

.limit-column-1280 {
  max-width: 1280px;
}
.limit-column-920 {
  max-width: 920px;
}
.limit-column-820 {
  max-width: 820px;
}

#content {
  margin-top: -1px;
}
.hero-content {
  min-height: 70vh;
}
img {
  height: auto;
}
.wysiwyg-content h5 {
  margin-bottom: 0;
}
.wysiwyg-content img {
  display: none;
}

[data-fideo] {
  background-size: 100% 100%;
}

[data-src-first],
[data-src-second],
[data-src] {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

[data-src-first][data-mbl-complete],
[data-src-second][data-mbl-complete],
[data-src][data-mbl-complete] {
  opacity: 1;
}

[data-fideo-src] {
  max-width: none;
  max-height: none;
}

.home-pattern {
  height: 150%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

article [data-fideo] {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.fve-video-wrapper,
.post-embed {
  padding-bottom: 56.25%!important;
  position: relative;
  margin-bottom: 44px;
  margin-bottom: 2.8rem;
}
.post-embed {
  padding-bottom: 100%!important;
  width: 100%;
}
.fve-video-wrapper iframe,
.post-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%!important;
  height: 100%!important;
}

.home .main-header,
.home .main-header-dummy,
.home .footer {
  display: none;
}

[data-overlay] {
  display: none;
  background-color: #000000;
  background-color: rgba(0,0,0,0.75);
  cursor: pointer;
}
[data-overlay-content] {
  cursor: default;
}

/**
 * IE9
 */
[data-post-grid],
[data-instagram] {
  font-size: 0\9;
  /*margin-top: var(--space-4)\9;*/
}
[data-post-grid] article,
[data-post-grid] li,
[data-instagram] article {
  display: inline-block\9;
  float: none\9;
}

@media (max-width: 40em) {

  .sm-col {
    width: 100%;
  }

  [data-post-grid] article,
  [data-post-grid] li,
  [data-instagram] article {
    margin-bottom: 1.4rem;
  }

  [data-post-grid] article > a,
  [data-post-grid] li > a,
  [data-instagram] article > a {
    padding: 1.4rem;
  }
}
.zoom {
  -webkit-animation: zoom 3s infinite linear;
          animation: zoom 3s infinite linear;
}

@-webkit-keyframes zoom {
  0%   { -webkit-transform: scale(1); transform: scale(1) }
  100% { -webkit-transform: scale(1.1); transform: scale(1.1) }
}

@keyframes zoom {
  0%   { -webkit-transform: scale(1); transform: scale(1) }
  100% { -webkit-transform: scale(1.1); transform: scale(1.1) }
}

[data-zoom] > *:not(:first-child),
[data-cycle] > *:not(:first-child),
[data-video-slideshow] > *:not(:first-child) {
  display: none;
}

.pan > div {
  width: 120%;
  will-change: transform;
}
.pan.play > div {
  -webkit-animation: pan 2s infinite linear;
          animation: pan 2s infinite linear;
}
.pan.play:nth-child(2) > div {
  -webkit-animation-delay : 0.25s;
          animation-delay : 0.25s;
}
.pan.play:nth-child(3) > div {
  -webkit-animation-delay : 0.5s;
          animation-delay : 0.5s;
}
.pan.play:nth-child(4) > div {
  -webkit-animation-delay : 0.75s;
          animation-delay : 0.75s;
}

@-webkit-keyframes pan {
  0%   { -webkit-transform: translateX(0%); transform: translateX(0%) }
  100% { -webkit-transform: translateX(-16.67777%); transform: translateX(-16.67777%) }
}

@keyframes pan {
  0%   { -webkit-transform: translateX(0%); transform: translateX(0%) }
  100% { -webkit-transform: translateX(-16.67777%); transform: translateX(-16.67777%) }
}

[data-mailing-header] .mce4m-form input {
  width: 210px;
  margin-right: 10px;
}
[data-mailing-header] .mce4m-form input,
[data-mailing-header] .mce4m-form button {
  color: black;
  border-color: black;
}


@media (max-width: 40em) {
  [data-mailing-header] .mce4m-form input {
    width: 191px;
  }
}
.okgo_foxy .foxyshop_price {
  font-weight: normal;
  font-size: inherit;
}
.okgo_foxy .foxyshop_variations label,
.okgo_foxy .foxyshop_variations input,
.okgo_foxy .foxyshop_variations select {
  float: none;
}
.okgo_foxy .foxyshop_variations input[type="text"] {
  border: none;
  background-color: white;
  cursor: pointer;
  padding: 0;
  height: auto;
  text-align: center;
}
/*.okgo_foxy .foxyshop_variations input[type="text"]:hover {
  border-bottom: 2px solid black;
}*/
.okgo_foxy .foxyshop_variations input[type="text"]:focus {
  cursor: text;
}
.okgo_foxy .foxyshop_variations .clr {
  margin-bottom: 11px;
  margin-bottom: .7rem;
}
.okgo_foxy .foxyshop_variations label {
  margin: 0;
}
.okgo_foxy .foxyshop_variations label:after {
  content: ':';
}
.okgo_foxy .foxyshop_button,
.okgo_foxy .foxyshop_button.foxyshop_disabled {
  margin: 0;
  float: none;
  padding: 0;
  font-size: 17px;
  font-size: 1.1rem;
  font-family: 'Graphik Web', 'Graphik', helvetica, arial, sans-serif;
  font-weight: normal;
  background-color: transparent;
  border: none;
  color: black;
  border-bottom: 2px solid black;
}
.okgo_foxy .foxyshop_button:hover,
.okgo_foxy .foxyshop_button.foxyshop_disabled:hover {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  color: black;
}
.okgo_foxy .foxyshop_button.foxyshop_disabled {
  opacity: 0.15;
}
.okgo_foxy .foxyshop_button.foxyshop_disabled:hover {
  border-bottom: 2px solid black;
  cursor: default;
}
.okgo_foxy .foxyshop_button.foxyshop_disabled {
  pointer-events: none;
}

body.cart-visible {
  overflow:hidden!important;
}




.menu-store-menu-container {
  display: inline-block;
  max-width: 75%;
}
.store-filter ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.store-filter li {
  display: inline-block;
}

.menu-store-menu-container > ul > li {
  margin-left: 14px;
  margin-left: 0.875rem;
  margin-right: 14px;
  margin-right: 0.875rem;
}

.store-filter a {
  display: inline-block;

}

.store-filter li > ul {
  display: none;
}

.store-filter li.current-menu-item > ul,
.store-filter li.current-menu-ancestor > ul {
  display: inline-block;
}

.store-filter li.current-menu-item.menu-item-has-children > a:after,
.store-filter li.current-menu-ancestor.menu-item-has-children > a:after {
  position: relative;
  top: -1px;
  content : '\2192';
  font-family: 'Source Code Pro', Consolas, monospace;
  font-weight: 200;
  font-size: 130%;
  line-height: 0.5;
  display: inline-block;
  margin: 0 8px 0 8px;
  margin: 0 0.525rem 0 0.525rem;
}
#menu-store-menu:before {
  position: relative;
  top: -1px;
  content : '\2192';
  font-family: 'Source Code Pro', Consolas, monospace;
  font-weight: 200;
  line-height: 0.5;
  font-size: 130%;
  color: transparent;
  margin-left: -10px;
}

.store-filter li.current-menu-item.menu-item-has-children ul a,
.store-filter li.current-menu-ancestor.menu-item-has-children ul a {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.525rem;
}

.menu-store-menu-container > ul > li.current-menu-item.menu-item-has-children,
.menu-store-menu-container > ul > li.current-menu-ancestor.menu-item-has-children {
  margin-right: 8px;
  margin-right: 0.525rem;
}


@media (max-width: 40em) {
  .cart.absolute {
    position: static;
    margin-bottom: .7rem;
  }
  .menu-store-menu-container {
    display: inline-block;
    max-width: 100%;
  }
  .store-filter li.current-menu-item > ul,
  .store-filter li.current-menu-ancestor > ul {
    display: none;
  }
  .store-filter li.current-menu-item.menu-item-has-children > a:after,
  .store-filter li.current-menu-ancestor.menu-item-has-children > a:after {
    display: none;
  }
}

/*.store-filter li.current-menu-ancestor > ul {
  margin-left: var(--space-1);
  margin-right: var(--space-1);
}*/


/*[data-fc-store-page] {
  overflow: hidden!important;
  position: fixed!important;
}*/

.debug * {
  border: 1px solid red;
  margin-left: -1px;
  margin-top: -1px;
}

.mce4m-form-2 {
  display: inline;
}


.relative .inputField {
  display: inline;
}

.mce4m-form-2 input {
    border: none;
    width: 210px;
    margin-right: 10px;
    border-bottom: 2px solid #000;
   -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    padding: 0;
    height: 25px;     
}    

.mce4m-form-2 input[type="submit"] {
  width: auto !important;
  background: #fff !important;
  cursor: pointer;
  border-bottom: none;
}

.mce4m-form-2-footer {
  display: inline;
}


.mce4m-form-2-footer input {
    border: none;
    width: 210px;
    margin-right: 10px;
    border-bottom: 2px solid #aaa;
   -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    font-size: inherit;
    font-weight: 300;
    padding: 0;
    height: 25px;
    color: #aaa;  
}    

.mce4m-form-2-footer input[type="submit"] {
  width: auto !important;
  background: #fff !important;
  cursor: pointer;
  border-bottom: none;
}