/*!
 * Ladda including the default theme.
 */
/*!
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */



@import url(FuturaBTBold.otf);
@import url(cyclone.otf);


@font-face {
    font-family: 'NyCarlsbergDisplay-Regular';
    src: url('NyCarlsbergDisplay-Regular.woff2') format('woff2'),
        url('NyCarlsbergDisplay-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cyclone';
    src: url('Cyclone-Background.woff2') format('woff2'),
        url('Cyclone-Background.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FuturaBT';
    src: url('FuturaBT-Bold.woff2') format('woff2'),
        url('FuturaBT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaBT';
    src: url('FuturaBT-Medium.woff2') format('woff2'),
        url('FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





/* line 61, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button {
  position: relative; }

/* Spinner animation */
/* line 67, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none; }

/* Button label */
/* line 80, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3; }

/* Progress bar */
/* line 86, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important; }

/* line 99, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible; }

/*************************************
 * EASING
 */
/* line 109, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }

/* line 115, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important; }

/*************************************
 * EXPAND LEFT
 */
/* line 130, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px; }

/* line 134, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px; }

/* line 139, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px; }
  /* line 142, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1; }
  /* line 146, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
    padding-right: 40px; }

/*************************************
 * EXPAND RIGHT
 */
/* line 159, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px; }

/* line 163, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px; }

/* line 168, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px; }
  /* line 171, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1; }
  /* line 175, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px; }

/*************************************
 * EXPAND UP
 */
/* line 187, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=expand-up] {
  overflow: hidden; }
  /* line 190, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0; }
  /* line 196, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px; }
    /* line 199, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
      opacity: 1;
      top: 26px;
      margin-top: 0; }
    /* line 205, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
      padding-top: 32px; }
      /* line 209, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
      .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
        top: 4px; }

/*************************************
 * EXPAND DOWN
 */
/* line 221, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=expand-down] {
  overflow: hidden; }
  /* line 224, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0; }
  /* line 230, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
  .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
    top: 40px; }
  /* line 235, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px; }
    /* line 238, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
      opacity: 1; }
    /* line 242, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
      padding-bottom: 32px; }

/*************************************
 * SLIDE LEFT
 */
/* line 253, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=slide-left] {
  overflow: hidden; }
  /* line 256, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-left] .ladda-label {
    position: relative; }
  /* line 259, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0; }
  /* line 265, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%; }
  /* line 269, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
 * SLIDE RIGHT
 */
/* line 280, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=slide-right] {
  overflow: hidden; }
  /* line 283, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-right] .ladda-label {
    position: relative; }
  /* line 286, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px; }
  /* line 293, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%; }
  /* line 297, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
 * SLIDE UP
 */
/* line 308, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=slide-up] {
  overflow: hidden; }
  /* line 311, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-up] .ladda-label {
    position: relative; }
  /* line 314, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em; }
  /* line 321, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em; }
  /* line 325, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0; }

/*************************************
 * SLIDE DOWN
 */
/* line 336, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=slide-down] {
  overflow: hidden; }
  /* line 339, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-down] .ladda-label {
    position: relative; }
  /* line 342, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em; }
  /* line 349, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em; }
  /* line 353, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0; }

/*************************************
 * ZOOM-OUT
 */
/* line 365, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-out] {
  overflow: hidden; }

/* line 368, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5); }

/* line 374, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block; }

/* line 379, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

/* line 384, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

/*************************************
 * ZOOM-IN
 */
/* line 396, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-in] {
  overflow: hidden; }

/* line 399, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2); }

/* line 405, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block; }

/* line 410, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  transform: scale(2.2); }

/* line 415, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

/*************************************
 * CONTRACT
 */
/* line 427, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px; }

/* line 431, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

/* line 436, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px; }

/* line 440, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0; }

/* line 443, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1; }

/*************************************
 * OVERLAY
 */
/* line 453, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent; }

/* line 459, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

/* line 464, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8); }

/* line 471, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0; }

/* line 474, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1; }

/*************************************
 * CONFIG
 */
/*************************************
 * BUTTON THEME
 */
/* line 22, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
.ladda-button {
  background: #000;
  border: 0;
  padding: 14px 18px;
  font-size: 30px;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  border-radius: 2px;
  border: 1px solid transparent;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em; }
  /* line 39, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
  .ladda-button:hover {
    border-color: rgba(0, 0, 0, 0.07); }
  /* line 47, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-color=green] {
    background: #2aca76; }
    /* line 50, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-color=green]:hover {
      background-color: #38d683; }
  /* line 47, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-color=blue] {
    background: #53b5e6; }
    /* line 50, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-color=blue]:hover {
      background-color: #69bfe9; }
  /* line 47, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-color=red] {
    background: #ea8557; }
    /* line 50, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-color=red]:hover {
      background-color: #ed956e; }
  /* line 47, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-color=purple] {
    background: #9973C2; }
    /* line 50, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-color=purple]:hover {
      background-color: #a685ca; }
  /* line 47, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
  .ladda-button[data-color=mint] {
    background: #e42757; }
    /* line 50, /Users/anton/code/small/finlayson/source/style/_ladda.scss */
    .ladda-button[data-color=mint]:hover {
      background-color: #e73e69; }
  /* line 50, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
  .ladda-button[disabled], .ladda-button[data-loading] {
    border-color: rgba(0, 0, 0, 0.07); }
    /* line 54, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
    .ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover {
      cursor: default;
      background-color: #999; }
  /* line 60, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
  .ladda-button[data-size=xs] {
    padding: 4px 8px; }
    /* line 63, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
    .ladda-button[data-size=xs] .ladda-label {
      font-size: 0.7em; }
  /* line 68, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
  .ladda-button[data-size=s] {
    padding: 8px 20px; }
    /* line 71, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
    .ladda-button[data-size=s] .ladda-label {
      font-size: 0.9em; }
  /* line 76, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
  .ladda-button[data-size=l] .ladda-label {
    font-size: 1.2em; }
  /* line 80, /Users/anton/code/small/finlayson/source/style/_ladda_theme.scss */
  .ladda-button[data-size=xl] .ladda-label {
    font-size: 1.5em; }

/* line 5, stdin */
body {
  background-color: #10411c;
  color: #ffffff;

font-family: 'NyCarlsbergDisplay-Regular', system-ui;
  margin: 24px;

}

p.cyclone {
  font-family: 'Cyclone', system-ui;
  letter-spacing: 2px;
  color: #000000;
font-size: 50px;
}

/* line 12, stdin */
.holder {
  width: 100%; }

/* line 16, stdin */
.content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'FuturaBT', system-ui;}

/* line 23, stdin */
.logo {
  width: 100%;
  max-width: 595px;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0;
}

.sponsors {
  width: 100%;
  max-width: 516px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0;
}



/* line 36, stdin */
.main {
  padding: 20px;
  padding-bottom: 40px; }

/* line 41, stdin */
.hero {
  width: 100%; }

/* line 45, stdin */
.form-area {
  margin-top: 30px; }

/* line 49, stdin */
#listOpen {
  display: none; }

/* line 53, stdin */
#listOpen.active {
  display: block; }

/* line 57, stdin */
#listClosed {
  display: none;
  background: #000000;
  padding: 20px;
  color: #ffffff; }

/* line 64, stdin */
#listClosed.active {
  display: block; }

/* line 68, stdin */
#onTheList {
  display: none;
  background: #000000;
  padding: 20px;
  color: #ffffff; }

/* line 76, stdin */
#onTheList.active {
  display: block; }

/* line 82, stdin */
#formError {
  background: #fde444;
  color: #000000;
  padding: 10px 10px;
  display: none;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0em; }

/* line 94, stdin */
#formError.active {
  display: block; }

/* line 100, stdin */
form input {
font-family: 'FuturaBT', system-ui;
  font-size: 14px;
  margin-top: 5px;

  margin-bottom: 5px;
  border: 1px solid #ffffff;
  background-color : transparent;
  color: #ffffff;
}

table, td {
font-family: 'FuturaBT', system-ui;
  color: #ffffff;

}

table.program,  td.program{

  color: #ffffff;
   border: 0px solid #ffffff;
   padding: 3px;
 }

form textarea {
font-family: 'FuturaBT', system-ui;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #ffffff
  background-color : transparent;
  color: #ffffff;
  width: 100%;
}

form select {
font-family: 'FuturaBT', system-ui;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #ffffff;;
  background-color : transparent;
  color: #ffffff;;
  width: 100%;

}



input[type=submit] {
  height: 50px;
        width: 200px;
    padding:5px 15px; 
    background-color: transparent; 
    border: 1px solid #ffffff;
    cursor:pointer;
    -webkit-border-radius: 5px;
border-radius: 0%;
    font-size: 1.5em; 

}

/* line 107, stdin */
.form-button {
  margin-top: 50px; }

@media all and (max-width: 600px) {
  /* line 124, stdin */
  body {
    margin: 14px;

style="font-family:'FuturaBT Medium', system-ui;"

    } }

#listError {
  display: none;
  background: #000000;
  padding: 20px;
  color: #ffffff;
}

#listError.active {
  display: block;
}
