/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.65);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 750px;
    max-width: 750px;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 750px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 750px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 750px;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 29.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 29.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.alert-notification {
  border: 1px solid #00afaa;
  background-color: #f6f6f6;
}
.alert-notification .btn {
  color: #fefefe;
}

.alert-with-control {
  display: flex;
  flex-flow: row wrap;
}
.alert-with-control .alert-text, .alert-with-control .alert-control {
  display: block;
}
.alert-with-control .alert-text {
  flex: 1 1 0;
  width: auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.alert-with-control .alert-control {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.c-token,
.c-bank-account {
  max-width: 550px;
}
.c-token dd,
.c-bank-account dd {
  font-size: 12px;
}
.c-token dt,
.c-bank-account dt {
  font-size: 17px;
  padding-bottom: 0.5rem;
}
.c-token dt:last-child,
.c-bank-account dt:last-child {
  padding-bottom: 0;
}

.c-loading-modal {
  z-index: 2000;
}

.c-loading {
  border: 0;
  outline-width: 0;
  outline: none;
  background: transparent;
}

.c-report-form__inner {
  display: flex;
  flex-flow: row nowrap;
}
.c-report-form__col {
  flex: 0 0 auto;
  width: 50%;
}
.c-report-form__col.c-report-form__col-left {
  padding-right: 10px;
}
.c-report-form__col.c-report-form__col-right {
  padding-left: 10px;
}

.c-course-form__link, .c-course-form__booking {
  background-color: #ddd;
  border: 1px solid #999;
  border-radius: 2px;
  padding: 0.625rem 1.25rem;
  margin-bottom: 13px;
}
.c-course-form__link p, .c-course-form__booking p {
  font-size: 14px;
}

.c-courses-fees th {
  background-color: #333;
  color: #fff;
}
.c-courses-fees__title {
  width: 80%;
}
.c-courses-fees td {
  padding: 0;
  margin: 0;
}

.my-courses-sessions-sub_list .starts,
.my-courses-sessions-sub_list .finishes,
.my-courses-sessions-sub_list .created,
.admin-courses-sub_list .starts,
.admin-courses-sub_list .finishes,
.admin-courses-sub_list .created {
  width: 150px;
}

.my-courses-sub_list .participants,
.admin-courses-sub_list .participants {
  padding-bottom: 0;
}
.my-courses-sub_list .participants,
.my-courses-sub_list .sessions,
.my-courses-sub_list .booked,
.my-courses-sub_list .spaces,
.admin-courses-sub_list .participants,
.admin-courses-sub_list .sessions,
.admin-courses-sub_list .booked,
.admin-courses-sub_list .spaces {
  text-align: center;
}
.my-courses-sub_list th.title,
.my-courses-sub_list th.created,
.my-courses-sub_list th.controls,
.my-courses-sub_list th.sessions,
.my-courses-sub_list th.booked,
.my-courses-sub_list th.spaces,
.admin-courses-sub_list th.title,
.admin-courses-sub_list th.created,
.admin-courses-sub_list th.controls,
.admin-courses-sub_list th.sessions,
.admin-courses-sub_list th.booked,
.admin-courses-sub_list th.spaces {
  padding-top: 0;
}

.c-course-participants button {
  margin-bottom: 0.375rem;
}

.c-course-participant {
  position: relative;
  background-color: #ddd;
  border: 1px solid #999;
  border-radius: 2px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0.625rem 0;
  margin-bottom: 6px;
  display: flex;
  flex-flow: row wrap;
}
.c-course-participant__name {
  flex: 1 1 0;
  width: auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.c-course-participant__remove {
  margin-top: 2.5rem;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.c-course-participant:last-child {
  margin-bottom: 13px;
}
.c-course-participant p {
  font-size: 14px;
}

.c-delivery-charges {
  padding-top: 0.5rem;
}

.c-delivery-zone {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 0.5rem;
}
.c-delivery-zone:last-child {
  padding-bottom: 0;
}
.c-delivery-zone__region, .c-delivery-zone__amount {
  padding: 0.5rem 0;
  flex: 1 1 0;
  width: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.c-delivery-zone__control {
  padding: 0.5625rem 0;
  flex: 0 0 auto;
  width: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.c-delivery-zone--heading .c-delivery-zone__region, .c-delivery-zone--heading .c-delivery-zone__amount, .c-delivery-zone--heading .c-delivery-zone__control {
  padding: 0.5rem 0.75rem;
  color: #fefefe;
  background-color: #8a8a8a;
}
.c-delivery-zone__control {
  width: 100px;
}

.c-opportunity-details__description p {
  margin-bottom: 16px;
}
.c-opportunity-details__description h3 {
  font-size: 30px;
}
.c-opportunity-details__description h4 {
  font-size: 24px;
}
.c-opportunity-details__description h3, .c-opportunity-details__description h4, .c-opportunity-details__description h5, .c-opportunity-details__description h6 {
  margin-top: 1.875rem;
  margin-bottom: 1.125rem;
}
.c-opportunity-details__description h3:first-child, .c-opportunity-details__description h4:first-child, .c-opportunity-details__description h5:first-child, .c-opportunity-details__description h6:first-child {
  margin-top: 0;
}
.c-opportunity-details__output {
  position: relative;
  margin: 10px 0 20px 15px;
}
.c-opportunity-details__output h2 {
  padding-right: 65px;
}
.c-opportunity-details__output .c-favourite {
  position: relative;
  left: 8px;
  font-size: 23px;
  cursor: pointer;
  color: #00afaa;
}
.c-opportunity-details--flash {
  margin-bottom: 0.625rem;
  padding: 0.625rem 0.75rem;
}

.c-form-payment {
  max-width: 425px;
  margin: 25px auto;
}
.c-form-payment.well .form-group {
  margin-bottom: 10px;
}
.c-form-payment__buttons {
  margin-top: 1.5625rem;
  text-align: right;
}
.c-form-payment__buttons .btn {
  width: 100%;
  width: 100%;
}

.c-stripe-poweredby {
  margin-top: 0.75rem;
  text-align: center;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.c-submission-filter label {
  font-weight: 500;
  margin-left: 0.5rem;
}
.c-submission-filter input {
  margin-right: 0.3125rem;
}

.c-profile-form__slug {
  width: 20%;
  display: inline-block;
}

.invoice-table.table > tbody > tr > td, .invoice-table.table > tbody > tr > th {
  padding: 7px 15px;
}

.c-events {
  margin: 0;
  padding: 0;
}

.c-event-summary__details-output {
  margin-bottom: 3px;
}
.c-event-summary__description {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 5px;
}
.c-event-summary__buttons {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-event__body, .c-event__heading {
  display: flex;
  flex-flow: row wrap;
  padding: 0 1.25rem;
}
.c-event__heading-inner {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.c-event__heading-content {
  flex: 0 0 auto;
  width: 100%;
  padding: 1.25rem 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-event__heading-content {
    flex: 1 1 0;
    width: auto;
  }
}
.c-event__heading-content a {
  color: #fff;
  text-decoration: underline;
}
.c-event__heading-content a:hover {
  color: #aaede8;
  text-decoration: none;
}
.c-event__heading-controls {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 1.25rem 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .c-event__heading-controls {
    flex: 0 0 auto;
    width: auto;
    padding: 1.25rem 1.25rem 0;
  }
}
.c-event__next, .c-event__prev {
  display: none;
  position: absolute;
  color: white;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.c-event__next > i, .c-event__prev > i {
  position: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 2.5rem;
}
.c-event__next:before, .c-event__prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50px;
}
.c-event__next {
  top: 40px !important;
  left: 20px;
}
.c-event__prev {
  top: 40px !important;
  right: 20px;
}
.c-event__content {
  order: 2;
  flex: 0 0 auto;
  width: 100%;
  padding: 1.25rem 1.25rem;
}
.c-event__content p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .c-event__content {
    order: 1;
    flex: 0 0 auto;
    width: 75%;
    padding: 1.875rem 0.9375rem;
  }
}
.c-event__image-gallery {
  order: 1;
  flex: 0 0 auto;
  width: 100%;
  padding: 1.25rem 0.625rem 0;
}
@media print, screen and (min-width: 40em) {
  .c-event__image-gallery {
    order: 2;
    flex: 0 0 auto;
    width: 25%;
  }
}

.c-event h6 {
  font-size: 1.375rem;
  font-weight: bold;
}
.c-event__heading {
  background-color: #2c3e50;
  color: white;
  margin: 0;
  padding: 0.625rem 0.9375rem;
}
.c-event__heading h2 {
  font-size: 2.8125rem;
  margin: 0 0 0.5rem;
}
.c-event__heading h3 {
  font-size: 2.25rem;
  margin: 0 0 0.375rem;
}
.c-event__heading h5 {
  font-size: 1.375rem;
  margin: 0 0 0.375rem;
  font-weight: normal;
}

.c-event-reveal {
  padding: 0 !important;
  max-width: 1100px !important;
}
@media print, screen and (min-width: 40em) {
  .c-event-reveal {
    margin-top: 25px !important;
  }
}
.c-event-reveal .c-event {
  display: flex;
  flex-flow: row wrap;
}
.c-event-reveal .c-event__heading {
  flex: 0 0 auto;
  width: 100%;
}
.c-event-reveal .c-event__heading-inner {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
  .c-event-reveal .c-event__heading-inner {
    flex: 0 0 auto;
    width: 100%;
  }
}
.c-event-reveal .c-event__body {
  order: 2;
  flex: 0 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .c-event-reveal .c-event__body {
    flex: 0 0 auto;
    width: 100%;
  }
}

.c-modal {
  padding: 0;
}
.c-modal__heading {
  font-size: 1.75rem;
  background-color: #00afaa;
  color: #fefefe;
}
.c-modal .close-button {
  color: #fefefe;
  top: 0.8rem;
  right: 1.3rem;
}
.c-modal__heading {
  padding: 1.5625rem 1.25rem;
}
.c-modal__body {
  padding: 0.9375rem 1.25rem;
}
.c-modal__footer {
  padding: 0 1.25rem 0.9375rem;
}
.c-modal__footer button {
  margin-right: 4px;
}
.c-modal__heading, .c-modal__body, .c-modal__footer {
  margin: 0;
}
.c-modal__heading p:last-child, .c-modal__heading h3:last-child, .c-modal__heading h4:last-child, .c-modal__body p:last-child, .c-modal__body h3:last-child, .c-modal__body h4:last-child, .c-modal__footer p:last-child, .c-modal__footer h3:last-child, .c-modal__footer h4:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-venue-select__input {
  margin-bottom: 5px;
}

.tt-menu {
  -webkit-box-shadow: -4px 10px 11px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 10px 11px -8px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 10px 11px -8px rgba(0, 0, 0, 0.75);
  background-color: white;
  width: 100%;
}

.tt-suggestion {
  border: 1px solid #8a8a8a;
  font-size: 1.375rem;
  padding: 10px 15px;
}
.tt-suggestion:hover {
  background-color: #2c3e50;
  color: white;
}

.c-gallery--with-description {
  margin-top: 20px;
}
.c-gallery--with-description .c-gallery__heading {
  margin-left: 0;
  margin-right: 0;
  background-color: #58595b;
  color: #fefefe;
  padding: 10px 15px;
}
.c-gallery__heading {
  margin-left: 15px;
  font-size: 20px;
}
.c-gallery ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.c-gallery__inner > ul {
  display: flex;
  flex-flow: row wrap;
}
.c-gallery__image-gallery .c-gallery__image {
  flex: 0 0 auto;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 30em) {
  .c-gallery__image-gallery .c-gallery__image {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-gallery__image-gallery .c-gallery__image {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.c-gallery__image-thumbnail > img {
  height: auto;
  width: 100%;
  margin-bottom: 12px;
}

.c-gallery-image {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border: 1px solid #8a8a8a;
  background-color: #f4f4f4;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .c-gallery-image {
    order: 2;
    text-align: right;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.c-gallery-image__inner {
  display: flex;
  flex-flow: row wrap;
}
.c-gallery-image__content {
  text-align: left;
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  order: 2;
}
@media print, screen and (min-width: 40em) {
  .c-gallery-image__content {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .c-gallery-image__content--full-width {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.c-gallery-image__content h6 {
  font-weight: bold;
  font-size: 17px;
  color: #004442;
  margin-bottom: 12px;
}
.c-gallery-image__content .c-gallery-detail {
  line-height: 1.07;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40em) {
  .c-gallery-image__content {
    order: 1;
  }
}
.c-gallery-image__thumbnail {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  order: 1;
}
@media print, screen and (min-width: 40em) {
  .c-gallery-image__thumbnail {
    order: 2;
    text-align: right;
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.c-gallery-details {
  display: flex;
  flex-flow: row wrap;
}
.c-gallery-details small {
  font-size: 10px;
  text-transform: uppercase;
  color: #8a8a8a;
}
.c-gallery-details .c-gallery-detail__text--half {
  flex: 0 0 auto;
  width: 50%;
}
.c-gallery-details .c-gallery-detail__textarea, .c-gallery-details .c-gallery-detail__text--full {
  flex: 0 0 auto;
  width: 100%;
}

.c-file-manager__item {
  padding: 0.625rem;
  border: 1px solid #8a8a8a;
  background-color: #f4f4f4;
  display: flex;
  flex-flow: row wrap;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-file-manager__file {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.c-file-manager__info {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .c-file-manager__file {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .c-file-manager__info {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .c-file-manager__info--full-width {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.c-file-manager__placeholder-image {
  position: relative;
  height: 200px;
}
.c-file-manager__placeholder-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.c-file-details .c-file-detail {
  margin-bottom: 0.375rem;
}
.c-file-details__controls {
  margin-top: 0.75rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.c-file-details__extra-fields {
  display: flex;
  flex-flow: row wrap;
}

.c-file-detail__textarea, .c-file-detail__text--full {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.c-file-detail__text--half {
  flex: 0 0 auto;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.c-file-detail__textarea--small textarea.form-control {
  height: 75px !important;
}

.nav-tabs li.disabled {
  pointer-events: none;
}

.c-sidepanel-item {
  padding: 6px 15px 6px 32px;
}
.c-sidepanel-item .label {
  position: absolute;
  left: 4px;
  top: 11px;
  line-height: 15px;
  border-radius: 50px;
}
.c-sidepanel-item.active .label-primary {
  background-color: #fefefe;
  color: #2c3e50;
}

.c-stats__container {
  display: flex;
  flex-flow: row wrap;
}
.c-stats__item {
  flex: 1 1 0;
  width: auto;
  border-right: 1px solid #fefefe;
}
.c-stats__item:last-child {
  border-right: 0;
}
.c-stats__item:last-child h5 {
  border-right: 0;
}
.c-stats__item h5 {
  margin: 0;
  padding: 0.75rem 0.9375rem;
  color: #00afaa;
  font-size: 18px;
  border-bottom: 1px solid #00afaa;
  border-right: 1px solid #00afaa;
}
.c-stats__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.c-stats__list .c-stats__data {
  background-color: #aaede8;
  border-bottom: 1px solid #00afaa;
}
.c-stats__list .c-stats__data--churn {
  background-color: #8547ad;
  color: #fefefe;
  border-bottom: 0;
}
.c-stats__list .c-stats__data--total {
  background-color: #00afaa;
  color: #fefefe;
  border-bottom: 0;
}
.c-stats__list > li {
  padding: 0 0.9375rem;
}
.c-stats__list > li.c-stats__label {
  padding: 0;
}
.c-stats__list > li.c-stats__label li {
  padding: 0 0.9375rem;
}
.c-stats__list > li span {
  display: block;
  font-size: 13px;
  width: 100%;
  background-color: #004442;
  color: #fefefe;
  padding: 0 0.9375rem;
}
.c-stats__list > li strong {
  float: right;
}
.c-stats__list > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-find-artist__not-found, .c-find-artist__table, .c-find-artist__opportunities, .c-find-artist__invite {
  display: none;
}

.submission .media-body > p.description,
.submission .media-body > p.details {
  margin-left: 0;
}
.submission .media-body > p.description {
  margin-bottom: 20px;
}

.submission-image__image--loading {
  display: none;
}

.btn.btn-sm .badge {
  top: 0;
  padding: 2px 6px;
  font-size: 11px;
}

.c-resources {
  margin-top: 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.c-data-table-header {
  display: flex;
  flex-flow: row wrap;
}
.c-data-table-header__paginator {
  flex: 0 0 auto;
  width: auto;
}
.c-data-table-header__form {
  flex: 1 1 0;
  width: auto;
}
.c-data-table-header__form form {
  padding-left: 20px;
}

.c-table-row-output__item {
  display: block;
}
.c-table-row-output__item--description {
  line-height: 1.2;
  margin-bottom: 8px;
}

.c-opportunity-controls,
.c-media-controls {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-opportunity-controls__inner,
.c-opportunity-controls form,
.c-media-controls__inner,
.c-media-controls form {
  display: flex;
  flex-flow: row wrap;
}
.c-opportunity-controls__controls,
.c-media-controls__controls {
  flex: 1 1 0;
  width: auto;
}
.c-opportunity-controls__size,
.c-media-controls__size {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.c-opportunity-controls__size span,
.c-media-controls__size span {
  font-size: 13px;
  font-weight: bold;
}

.c-space-used {
  position: relative;
  height: 20px;
  background-color: #bbb;
}
.c-space-used__output {
  color: #fefefe;
  top: 0;
  left: 0;
  position: absolute;
  line-height: 24px;
  font-size: 13px;
  width: 100%;
  text-align: center;
}

.c-help {
  display: inline-block;
  position: relative;
  width: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #004442;
  border: 0;
  border-radius: 10px;
}

.c-article-list__image img {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .c-article-list__image img {
    max-width: 200px;
  }
}

.c-profile-item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-profile-item__inner {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.c-profile-item__inner .report-this {
  position: absolute;
  font-size: 10.5px;
  top: 10px;
  right: 10px;
}
.c-profile-item__image {
  display: block;
  flex: 0 0 auto;
  width: 16.6666666667%;
  padding-right: 1.25rem;
  padding-bottom: 3.125rem;
}
.c-profile-item__description {
  flex: 1 1 0;
  width: auto;
  padding-bottom: 3.125rem;
}

.c-notifications-global {
  margin-bottom: 6px;
}
.c-notifications-global .c-notification {
  margin-top: 0;
  margin-bottom: 6px;
}

@media print, screen and (min-width: 40em) {
  .controls__additional {
    float: right;
    display: block;
  }
}
.c-subscription-details__everything-plus {
  background-color: #f4f4f4;
}

.c-artwork-fields {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.c-artwork-fields__item {
  flex: 0 0 auto;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 30em) {
  .c-artwork-fields__item {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-artwork-fields__item {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.c-artwork-fields__item label {
  position: relative;
  padding-left: 30px;
}
.c-artwork-fields__item input {
  position: absolute;
  left: 0;
  top: 5px;
}

.c-edi-stats {
  display: flex;
  flex-flow: row wrap;
}

.c-edi-stats-table thead tr {
  background-color: #004442;
  color: #fefefe;
}
.c-edi-stats-table tbody {
  border: 1px solid #004442;
}
.c-edi-stats-table tbody tr {
  border-bottom: 1px solid #004442;
}
.c-edi-stats-table tbody tr:last-child {
  border-bottom: none;
}
.c-edi-stats-table__container {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
}
@media screen and (min-width: 75em) {
  .c-edi-stats-table__container {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
  }
}
.c-edi-stats-table__container:nth-child(odd) .c-edi-stats-table__container-inner {
  margin-left: 10px;
}
.c-edi-stats-table__container:nth-child(even) .c-edi-stats-table__container-inner {
  margin-right: 10px;
}
.c-edi-stats-table--stat {
  width: 5%;
}

.js-graph__heading {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 4px;
}
.js-graph__canvas {
  position: relative;
}
.js-graph__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.l-options-list__item {
  list-style: none;
  margin: 0;
  border: 1px solid #dce4ec;
  display: inline;
  text-decoration: none;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-options-list__item:nth-child(odd) {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.l-options-list__item:nth-child(even) {
  border-radius: 0 4px 4px 0;
}
.l-options-list__item:focus {
  color: inherit;
  text-decoration: none;
  text-decoration: inherit;
}
.l-options-list__item:hover {
  color: #0a0a0a;
  background-color: #f1f1f1;
  text-decoration: none;
}
.l-options-list__item--active {
  color: #fefefe;
  background-color: #00afaa;
}
.l-options-list__item--active:focus {
  color: #fefefe;
}
.l-options-list__item--active:hover {
  color: #fefefe;
  background-color: #009691;
}

.l-criterias__controls {
  vertical-align: middle;
  width: 76px;
}

.l-date-select--day, .l-date-select--month, .l-date-select--year {
  display: inline-block;
  width: 33.33333%;
}

#form-subscribe .g-recaptcha-container {
  margin-bottom: 0;
}
#form-subscribe .g-recaptcha {
  transform: scale(0.7);
  transform-origin: 0 0;
}

.c-time-select select {
  width: 80px;
  display: inline-block;
}

tr.disabled td {
  opacity: 0.7;
}

td.price, tr.price {
  width: 40px;
}

.data-table .amount {
  width: 125px;
}
.data-table .number {
  width: 80px;
}
.data-table .created {
  width: 175px;
}
.data-table .controls {
  width: 150px;
}
.data-table.payments-made-table .controls {
  width: 230px;
}

.submission-fee__list .submission-fee__item {
  cursor: pointer;
}
.submission-fee__list .submission-fee__item input[type=checkbox] {
  visibility: hidden;
}
.submission-fee__list .submission-fee__item td.controls {
  text-align: right;
}
.submission-fee__list .submission-fee__item--active {
  background-color: #2c3e50 !important;
  color: #fff;
}
.submission-fee__list .submission-fee__item--active td.controls .submission-fee__link {
  display: none;
}

.admin-events-sub_list .controls {
  width: 230px;
}

.my-courses-sub_list .controls,
.admin-courses-sub_list .controls {
  width: 320px;
}

.my-courses-bookings-sub_list .controls {
  width: 341px;
}

.my-courses-participants-sub_list .controls {
  width: 245px;
}

.l-judgement__output {
  font-size: 17px;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.l-loading {
  font-size: 30px;
  color: #58595b;
  text-align: center;
  max-width: 700px;
  margin: 7rem auto 5rem;
  animation: pulse 3s infinite;
}
.l-loading--error {
  color: #0a0a0a;
  animation: none;
}

.scroll-locked {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.modal-scrollable {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 65vh;
}

.submission-panel .media-heading {
  padding-right: 100px;
}
.submission-panel--selected {
  border: 1px solid #0097cf;
}
.submission-panel--selected .panel-heading {
  color: #fff;
  background-color: #0097cf;
}
.submission-panel__rating {
  position: absolute;
  top: -2px;
  right: 10px;
  text-align: center;
}
.submission-panel__rating--label {
  font-size: 10px;
  line-height: 21px;
}
.submission-panel__rating span.label {
  font-size: 15px;
  transition: all 0.2s ease-in;
  display: inline-block;
  text-align: center;
}
.submission-panel__decision {
  position: absolute;
  top: -2px;
  right: 10px;
  text-align: center;
}
.submission-panel__decision div {
  font-size: 8px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.submission-panel__decision div:last-child {
  margin-right: 0;
}
.submission-panel__decision span.label {
  font-size: 15px;
  transition: all 0.2s ease-in;
}
.submission-panel__decision--label {
  font-size: 10px;
  line-height: 21px;
}

.submission-modal {
  min-width: 90vw;
}
.submission-modal__header {
  color: #fff;
  background-color: #0097cf;
}
.submission-modal submission-judgement-criteria-controls,
.submission-modal submission-judgement-boolean-controls {
  display: inline-block;
  margin-right: 5px;
}

.submission-select__controls {
  padding-bottom: 10px;
}
.submission-select__output {
  display: inline-block;
  margin-left: 10px;
}

.loading-modal__modal {
  z-index: 99999;
}
.loading-modal__backdrop {
  z-index: 99998;
}

.submission-message__modal {
  z-index: 10000;
}
.submission-message__recipients {
  border: 1px solid #dce4ec;
  border-radius: 4px;
  font-size: 18px;
  padding: 2px 5px 6px;
}
.submission-message__recipient {
  display: inline-block !important;
  margin-right: 2px;
}

.modal-image {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 95vh;
  width: 95vw;
  z-index: 9999;
}
.modal-image img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  lefT: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.modal-image button.close {
  font-size: 40px;
  right: 10px;
  top: 10px;
}
.modal-image button.next {
  font-size: 30px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.modal-image button.prev {
  font-size: 30px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.modal-image button.close,
.modal-image button.next,
.modal-image button.prev {
  position: absolute;
  color: #fff;
  opacity: 1;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-image-backdrop {
  z-index: 9998;
  opacity: 0.75;
}

submission-controls {
  display: inline-block;
  margin-right: 5px;
}
submission-controls .btn {
  margin-left: 5px;
}

.submission-search {
  padding-bottom: 15px;
}

.submission-judgement-form__label {
  font-weight: bold;
  margin-right: 8px;
}
.submission-judgement-form__error {
  font-weight: bold;
  font-size: 13px;
  color: #c10000;
  margin-top: 4px;
  margin-left: 5px;
}
.submission-judgement-form .submission-judgement-form__reason textarea.form-control {
  height: 160px;
}
.submission-judgement-form__boolean button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.submission-judgement-form__ratings {
  margin-bottom: 11px;
}
.submission-judgement-form__ratings .submission-judgement-form__rating {
  margin: 0 -5px 0;
  padding-bottom: 11px;
}
.submission-judgement-form__ratings .submission-judgement-form__rating label {
  padding-left: 5px;
  text-align: left;
}
.submission-judgement-form__ratings .submission-judgement-form__rating:nth-child(odd) {
  background-color: #e1e1e1;
}

.c-judgement__decision, .c-judgement__rating-total {
  text-align: right;
}
.c-judgement__decision span, .c-judgement__rating-total span {
  font-size: 16px;
}
.c-judgement__total {
  background-color: #2c3e50;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

div.home-panels div.case-study {
  background-color: #aaede8;
}
div.home-panels div.case-study .home-listing-type {
  background-color: #004442;
  color: #fefefe;
  border-radius: 4px;
}
div.home-panels div.event {
  background-color: #f4f4f4;
}
div.home-panels div.event .home-listing-type {
  background-color: #631782;
  color: #fefefe;
  border-radius: 4px 4px 0 0;
}
div.home-panels div.opportunity {
  background-color: #f4f4f4;
}
div.home-panels div.opportunity .home-listing-type {
  background-color: #0a0a0a;
  color: #fefefe;
  border-radius: 4px 4px 0 0;
}
div.home-panels div.article .home-listing-type {
  background-color: #f4f4f4;
  color: #0a0a0a;
  border-radius: 4px 4px 0 0;
  border: 1px solid #8a8a8a;
}
div.home-panels div.resource {
  background-color: #c597fd;
}
div.home-panels div.resource .home-listing-type {
  background-color: #631782;
  color: #fefefe;
  border-radius: 4px;
}

div.head-banner {
  margin-bottom: 18px;
}

.c-log-output {
  width: 100%;
  height: 300px;
  overflow: scroll;
  white-space: pre;
}

.nav-pills > li > a {
  border: 1px solid #f3f3f3;
  margin-bottom: 2px;
}
.nav-pills > li > a:hover {
  border-color: #ecf0f1;
}

.c-site-navigation .navbar {
  margin-bottom: 12px;
}

.c-menu__secondary-heading {
  display: block;
  margin-top: 12px;
  padding: 3px 20px 5px;
  clear: both;
  font-weight: 700;
  line-height: 1.42857143;
  font-size: 13px;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}
.c-menu__secondary-heading:first-child {
  margin-top: 5px;
}

.c-order-table__total {
  font-size: 17px;
  font-weight: 600;
}

.alert p {
  font-size: 1.5rem;
  margin-bottom: 6px;
  padding-bottom: 0;
}
.alert p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.opportunity-details li, .opportunity-details ol {
  font-size: 17px;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

h4.separator {
  margin: 1.2rem -0.625rem 0.8rem;
  background-color: #2c3e50;
  color: #fff;
  padding: 0.9rem 0.825rem;
}

.btn-negative {
  background-color: #FFFFFF;
  text-transform: none;
}
.btn-negative.btn-primary {
  border-color: #2c3e50;
  color: #2c3e50;
}
.btn-negative.btn-primary:hover {
  color: #FFFFFF;
}
.btn-negative.btn-primary:checked {
  color: #FFFFFF;
}
.btn-negative.btn-primary:active {
  color: #FFFFFF;
}

.btn-keyline {
  color: #fefefe;
  border-color: #fefefe;
  background-color: transparent;
}
.btn-keyline.btn-danger:active, .btn-keyline.btn-danger:checked, .btn-keyline.btn-danger:hover {
  border-color: #fefefe;
  background-color: #fefefe;
  color: #ec5840;
}

.alert .btn {
  margin-top: 0.5rem;
  text-decoration: none;
}

.opportunities-order-by {
  margin-top: 10px;
  margin-bottom: 10px;
}

.update-submission-form .panel-heading {
  position: relative;
}
.update-submission-form .panel-heading i.glyphicon-pencil {
  position: relative;
  cursor: pointer;
  left: 5px;
}
.update-submission-form .panel-heading i.glyphicon-trash {
  right: 10px;
  position: absolute;
  top: 13px;
  cursor: pointer;
}
.update-submission-form .panel-heading .output {
  display: inline-block;
}
.update-submission-form .panel-heading .input-group {
  display: none;
}
.update-submission-form .panel-heading .input-group input {
  width: 100%;
  color: #2c3e50;
}
.update-submission-form .panel-heading .input-group input, .update-submission-form .panel-heading .input-group button {
  height: 37px;
  padding: 5px 10px;
}
.update-submission-form .panel-heading.editing {
  padding: 2px 2px;
}
.update-submission-form .panel-heading.editing .input-group {
  display: table;
}
.update-submission-form .panel-heading.editing .output, .update-submission-form .panel-heading.editing i {
  display: none;
}

#form-submission-detail .custom-form-detail {
  display: none;
}

.select2-container .select2-selection--single {
  height: 45px;
  padding: 10px 7px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 25px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 6px;
}

.select2-results__option span.description {
  display: block;
  font-size: 85%;
}

.well .form-group {
  margin-bottom: 0;
}
.well .form-group .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

#form-opportunity-publish .well .form-group {
  margin-bottom: 10px;
}
#form-opportunity-publish .well .form-group .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.opportunity_tag-list .name {
  width: 50%;
}

.submission-fee-list,
.submission-form-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 -15px;
}
.submission-fee-list li .form-content,
.submission-form-list li .form-content {
  cursor: pointer;
  display: block;
  color: inherit;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background-color: #fcfcfc;
  min-height: 105px;
  margin: 18px 0 0 0;
  padding: 12px 20px;
}
.submission-fee-list li .form-content.custom,
.submission-form-list li .form-content.custom {
  border: 1px solid #fcfcfc;
  background-color: #dcdcdc;
}
.submission-fee-list li .form-content h5,
.submission-form-list li .form-content h5 {
  font-weight: 700;
}
.submission-fee-list li .form-content:hover,
.submission-form-list li .form-content:hover {
  border-color: #0097cf;
  background-color: #f1f1f1;
  text-decoration: none;
}
.submission-fee-list li .form-content.selected,
.submission-form-list li .form-content.selected {
  background-color: #2c3e50;
  color: #fff;
}
#cumas-modal .modal-header {
  font-size: 23px;
}

.profile-title .social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-title .social-links li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 35px;
  display: inline-block;
  margin: 3px 3px 0 0;
}

.profile-artworks .profile-artwork .placeholder {
  opacity: 0.3;
}
.profile-artworks .profile-artwork .caption {
  position: relative;
}
.profile-artworks .profile-artwork .caption .caption-content {
  margin-right: 55px;
}
.profile-artworks .profile-artwork .caption .caption-buttons {
  margin-bottom: 0;
  padding-bottom: 0;
}
.profile-artworks .profile-artwork .caption .status {
  position: absolute;
  top: 10px;
  right: 10px;
}

.profile-tags {
  margin-top: 20px;
}

.profile-title {
  position: relative;
  border: 1px solid #e3e3e3;
  background-color: #f3f3f3;
  padding: 5px 10px;
}
.profile-title .profile-control .btn {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
@media screen and (min-width: 680px) {
  .profile-title .profile-control .btn {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
  }
}
@media screen and (min-width: 680px) {
  .profile-title .profile-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
}

.media-body > h4, .media-body > h5, .media-body > h6, .media-body > p, .media-body > div, .media-body > .btn {
  margin-left: 10px;
}

.artist-profile-projects .hd-thumb,
.artist-profile-projects .thumb,
.artist-profile-work .hd-thumb,
.artist-profile-work .thumb {
  display: none;
}
@media screen and (min-width: 460px) {
  .artist-profile-projects .hd-thumb,
.artist-profile-projects .thumb,
.artist-profile-work .hd-thumb,
.artist-profile-work .thumb {
    display: table-cell;
  }
}
.artist-profile-projects .hd-location,
.artist-profile-projects .location,
.artist-profile-projects .hd-medium,
.artist-profile-projects .medium,
.artist-profile-work .hd-location,
.artist-profile-work .location,
.artist-profile-work .hd-medium,
.artist-profile-work .medium {
  display: none;
}
@media screen and (min-width: 680px) {
  .artist-profile-projects .hd-location,
.artist-profile-projects .location,
.artist-profile-projects .hd-medium,
.artist-profile-projects .medium,
.artist-profile-work .hd-location,
.artist-profile-work .location,
.artist-profile-work .hd-medium,
.artist-profile-work .medium {
    display: table-cell;
  }
}
.artist-profile-projects .thumb,
.artist-profile-work .thumb {
  width: 200px;
}
.artist-profile-projects .thumb .thumbnail,
.artist-profile-work .thumb .thumbnail {
  width: 200px;
}
.artist-profile-projects .details h4,
.artist-profile-work .details h4 {
  margin-top: 0;
  margin-bottom: 4px;
}
.artist-profile-projects .details p.dates,
.artist-profile-work .details p.dates {
  margin-bottom: 6px;
}
.artist-profile-projects .details p,
.artist-profile-work .details p {
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.artist-profile-projects .medium,
.artist-profile-work .medium {
  width: 100px;
}
.artist-profile-projects .location,
.artist-profile-work .location {
  width: 150px;
}
.artist-profile-projects .controls,
.artist-profile-work .controls {
  width: 90px;
}

.artwork-output h5, .artwork-output h4 {
  margin: 3px 0;
  padding: 5px 8px;
  background-color: #efefef;
}
.artwork-output h4 {
  font-weight: bold;
}
.artwork-output p {
  padding: 5px 8px;
}
.artwork-output ul {
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: -30px;
}
.artwork-output .artwork-stats p {
  font-weight: bold;
}

p {
  font-size: 17px;
}

form .select-other-output {
  display: none;
  margin-top: 0.625rem;
}
form .select-other-output.showing {
  display: block;
}

.artist-profile h6 {
  padding-top: 0;
  margin-top: 0;
  color: #333;
}
.artist-profile .description {
  margin: 8px 0;
}
.artist-profile .artist-profiles-labels-hd {
  margin-bottom: 0;
  padding-bottom: 0;
}
.artist-profile .artist-profiles-labels p {
  margin-top: 0;
  padding-top: 0;
}
.artist-profile .artist-profiles-labels div.labels-output {
  font-size: 13px;
}

.artist-profile-detail h1 {
  min-height: 58px;
  margin-top: 4px;
}
.artist-profile-detail h1 small {
  font-size: 18px;
  display: block;
  margin: 4px 2px;
}
.artist-profile-detail .intro {
  font-size: 17px;
}
.artist-profile-detail .profile-image {
  margin-bottom: 21px;
}
.artist-profile-detail .profile-image img {
  width: 100%;
  border-radius: 3px;
}

div.labels-output {
  font-size: 17px;
  margin: 0 0 10px;
}
div.labels-output div.tags-output {
  display: block;
  width: 100%;
}
div.labels-output div.tags-output .label {
  display: inline-block;
  padding: 5px 10px;
}
div.labels-output .label-default {
  border: 1px solid #2c3e50;
  color: #2c3e50;
  background-color: #fff;
}
div.labels-output .label-primary {
  border: 1px solid #2c3e50;
  color: #fff;
  background-color: #2c3e50;
}
div.labels-output .label input {
  display: none;
}

input.labels-typeahead {
  width: 50%;
}

div.tags input.tags-typeahead {
  border: 0;
  width: 100%;
  outline: none !important;
}
div.tags input.tags-typeahead:focus {
  outline: none;
}
div.tags div.auto-width input.tags-typeahead {
  width: auto;
}
div.tags div.tags-input {
  display: table-cell;
  width: 100%;
}
div.tags div.tags-input.no-tags {
  display: block;
  width: 100%;
}
div.tags div.auto-width div.tags-input {
  display: table-cell;
  width: 150px;
}

div.tags-output {
  display: table-cell;
  width: 1%;
}
div.tags-output span.label {
  margin-right: 2px;
}

div.new-label {
  display: table-cell;
}

div.auto-width div.tags-output {
  display: table-cell;
  width: auto;
}

div.tags-output span.label i {
  margin-left: 2px;
}

.tags .tt-query,
.tags .tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}
.tags .tt-query {
  /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tags .tt-hint {
  color: #999;
}
.tags .tt-menu {
  /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  min-width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tags .auto-width .tt-menu {
  min-width: 150px;
  text-align: left;
}
.tags .tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tags .tt-suggestion.tt-is-under-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #0097cf;
}
.tags .tt-suggestion p {
  margin: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.manage-submission p {
  float: left;
  padding-right: 10px;
}

p .large {
  font-size: 20px;
  font-weight: 400;
}

.charlimit-output {
  margin: 4px 0 0;
  font-size: 85%;
}
.charlimit-output.error {
  color: #c10000;
}

.media-manager-list .media-manager-thumb {
  position: relative;
  height: 152px;
  overflow: hidden;
}
.media-manager-list .media-manager-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.media-manager-list .media-manager-buttons,
.media-manager-list .media-manager-filename {
  text-align: center;
}
.media-manager-list .media-manager-filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thumbnail.selected {
  background-color: #0097cf;
}
.thumbnail.selected .media-manager-filename a {
  color: #fff;
}
.thumbnail .media-manager-filename a {
  color: #000;
}

.upload-inline {
  display: inline-block;
  position: relative;
}
.upload-inline input[type=file] {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.modal-iframe {
  width: 100%;
  height: 80%;
  min-height: 400px;
}

.media-manager-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  overflow-x: hidden;
  z-index: 1060;
}

.media-manager-popup {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1070;
}
.media-manager-popup img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.media-manager-popup .media-manager-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  padding: 1px 4px 0;
  border-radius: 50%;
  border: 2px solid #000;
}

.media-manager {
  min-height: 400px;
}
.media-manager.loading .media {
  display: none;
}
.media-manager.loading:after {
  position: absolute;
  content: " ";
  background: url(../images/loading.svg);
  width: 120px;
  height: 120px;
  left: 50%;
  bottom: 25%;
  transform: translateX(-50%);
}
.media-manager .upload-progress {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.queued-downloads-table .actions {
  width: 165px;
}

.opportunity-select .actions {
  width: 125px;
}

.submission-panel .panel-heading {
  position: relative;
}
.submission-panel .jury-votes {
  display: block;
  position: absolute;
  top: 2px;
  right: 10px;
  text-align: center;
}
.submission-panel .jury-votes small {
  color: #000;
  display: block;
  font-size: 10px;
}

.sorting-form {
  position: relative;
  float: right;
  top: -12px;
}

.slide-list .image {
  width: 200px;
}

main .alert-global {
  margin-top: 15px;
  margin-bottom: 5px !important;
}

footer .well {
  margin-bottom: 0 !important;
}

form .panel-footer .alert,
form .panel-footer .form-group,
form .panel-footer .checkbox {
  margin-bottom: 0;
}
form .panel-footer .form-group,
form .panel-footer .checkbox {
  margin-top: 0;
}

.c-policy h2 {
  font-size: 20px;
  background-color: #ededed;
  padding: 0 0.75rem 0 6.5625rem;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}
.c-policy__item {
  padding: 0 0 0 6.5625rem;
}
.c-policy h2, .c-policy__item {
  position: relative;
}
.c-policy h2 .c-policy__section--subreference,
.c-policy h2 .c-policy__heading--reference,
.c-policy h2 .c-policy__item--reference, .c-policy__item .c-policy__section--subreference,
.c-policy__item .c-policy__heading--reference,
.c-policy__item .c-policy__item--reference {
  display: block;
  position: absolute;
  font-weight: bold;
  font-color: #545464;
  top: 0;
}
.c-policy h2 .c-policy__section--subreference, .c-policy__item .c-policy__section--subreference {
  left: 0;
}
.c-policy h2 .c-policy__heading--reference, .c-policy__item .c-policy__heading--reference {
  left: 8px;
}
.c-policy h2 .c-policy__item--reference, .c-policy__item .c-policy__item--reference {
  left: 10px;
}
.c-policy__section:first-child {
  border: 0;
}
.c-policy ol {
  list-style: none;
  padding: 0;
}
.c-policy ol li {
  position: relative;
  padding: 0 0 0 2.8125rem;
}

.data-table.opportunity_judging_phase-list .name {
  padding-left: 15px;
}

.artwork-list .artwork-thumbnail {
  width: 120px;
}
@media print, screen and (max-width: 47.99875em) {
  .artwork-list .artwork-thumbnail {
    display: none;
  }
}
.artwork-list .controls {
  width: 295px;
}

.opportunity_judging_phase-list .controls {
  min-width: 300px;
}
.opportunity_judging_phase-list .name {
  min-width: 125px;
}
.opportunity_judging_phase-list .type {
  min-width: 200px;
}

.my-exhibitions-sub_list .controls {
  min-width: 220px;
}

table.exhibition-artists .controls {
  min-width: 215px;
}

table.my-artwork-bookings-sub_list .controls {
  min-width: 245px;
}

table.artwork_booking_line_item-list .price,
table.artwork_booking_line_item-list .total {
  width: 120px;
  text-align: right;
}

table.my-exhibits-sub_list .creator {
  width: 175px;
}
table.my-exhibits-sub_list .orders,
table.my-exhibits-sub_list .artworks {
  width: 95px;
  text-align: center;
}
table.my-exhibits-sub_list .controls {
  width: 130px;
}
@media screen and (min-width: 30em) {
  table.my-exhibits-sub_list .controls {
    width: 290px;
  }
}

h1 {
  margin-bottom: 2.2rem;
  font-size: 36px;
}

h4 {
  margin: 1.8rem 0 1rem;
  font-size: 22px;
  color: #444;
}

p.lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

li {
  line-height: 28px;
}

@media print, screen and (max-width: 29.99875em) {
  .l-table-responsive .controls .btn {
    display: block;
    margin-bottom: 2px;
  }
  .l-table-responsive .controls .btn:last-child {
    margin-bottom: 0;
  }
}