/* Stylesheet v.: 0 0.1 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

a:active,
a:hover {
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  display: inline-block;
  vertical-align: bottom;
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  padding: 0;
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

hr {
  display: block;
  box-sizing: content-box;
  margin: 1.35rem 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
}

html {
  font-size: 62.5%;
  line-height: 1.8em;
}

html {
  box-sizing: border-box;
  height: 100%;
  background: white;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

a {
  box-shadow: 0 1px rgba(255, 255, 255, 0.45);
  color: white;
  text-decoration: none;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: all;
  transition-property: all;
}
a:hover {
  box-shadow: none;
  color: #d9d9d9;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.Text--center {
  text-align: center !important;
}

@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: "Korto";
  font-family-src: url("../fonts/Korto/Korto.eot");
  font-family-src: url("../fonts/Korto/Korto.eot?#iefix") format("embedded-opentype"), url("../fonts/Korto/Korto.woff") format("woff"), url("../fonts/Korto/Korto.ttf") format("truetype"), url("../fonts/Korto/Korto.svg#32d2de489ae4ccadea255227c4d7ddfd") format("svg");
}
body {
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Korto, Helvetica neue, Helvetica, Arial, sans-serif;
}

p, .p, ul, ol, dl, .has--margin-trailer {
  margin-bottom: 0.9rem;
}

.no--margin-trailer {
  margin-bottom: 0;
}

ul {
  padding-left: 2.7rem;
  list-style-type: disc;
}
ul ul {
  padding-left: 2.7rem;
  list-style-type: circle;
}

ol {
  padding-left: 2.7rem;
  list-style-type: decimal;
}
ol ol {
  padding-left: 2.7rem;
  list-style-type: lower-latin;
}

body {
  margin: 0;
  padding: 0;
  min-width: 90rem;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  body {
    min-width: 0;
  }
}

.Page {
  height: 100%;
  background: url(../images/background--desktop.png) transparent center/100% 100% no-repeat;
}
@media only screen and (max-width: 900px) {
  .Page {
    background: url(../images/background--mobile.jpg) transparent center no-repeat;
    background-size: cover;
  }
}

.Page-wrap {
  overflow: auto;
  max-height: 100%;
}
@media only screen and (max-width: 900px) {
  .Page-wrap {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.Header--global {
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}
.Header--global .Header-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}
@media only screen and (max-width: 900px) {
  .Header--global .Header-inner {
    -webkit-box-align: center;
            align-items: center;
  }
}

.Footer--global {
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}

.Button, .vikings-newsletter #email_submit {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.5rem;
  border: 0;
  border-radius: 0.25rem;
  background: none;
  background-color: #1b447b;
  box-shadow: none;
  color: white;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.8rem;
  cursor: pointer;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-smoothing: antialiased;
}
.Button:hover, .vikings-newsletter #email_submit:hover, .active.Button, .vikings-newsletter .active#email_submit, .Button:active, .vikings-newsletter #email_submit:active {
  color: white;
}
.Button:hover, .vikings-newsletter #email_submit:hover, .active.Button, .vikings-newsletter .active#email_submit {
  background-color: #245ba5;
}
.Button:hover, .vikings-newsletter #email_submit:hover, .Button:focus, .vikings-newsletter #email_submit:focus {
  outline: 0;
  text-decoration: none;
}
.Button--active.Button, .vikings-newsletter .Button--active#email_submit, .active.Button, .vikings-newsletter .active#email_submit, .Button:active, .vikings-newsletter #email_submit:active, .Button:focus, .vikings-newsletter #email_submit:focus {
  outline: 0;
}
.Button--disabled.Button, .vikings-newsletter .Button--disabled#email_submit, .disabled.Button, .vikings-newsletter .disabled#email_submit, [disabled].Button, .vikings-newsletter [disabled]#email_submit {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.Button > [class*="icon"], .vikings-newsletter #email_submit > [class*="icon"] {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.8rem;
  line-height: 1;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: background, color;
  transition-property: background, color;
}

.Button--main, .vikings-newsletter #email_submit {
  background-color: #b51132;
  color: white;
}
.Button--main:hover, .vikings-newsletter #email_submit:hover, .Button--main.active, .vikings-newsletter .active#email_submit, .Button--main:active, .vikings-newsletter #email_submit:active {
  color: white;
}
.Button--main:hover, .vikings-newsletter #email_submit:hover, .Button--main.active, .vikings-newsletter .active#email_submit {
  background-color: #e4153f;
}
.Button--play {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  z-index: 1;
  padding: 0.75rem 2rem;
  border: 2px solid white;
  border-radius: 0.5rem;
  background-color: #b51132;
  color: white;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.Button--play:hover, .Button--play.active, .Button--play:active {
  color: white;
}
.Button--play:hover, .Button--play.active {
  background-color: #e4153f;
}
@media only screen and (max-width: 900px) {
  .Button--play {
    right: inherit;
    bottom: 1rem;
    left: 1rem;
    padding: 0.75rem 2.5rem;
    border: 0;
    box-shadow: none;
  }
}
.Button--playMobile {
  display: none;
  text-align: center;
}
.Button--playMobile .Button--play {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .Button--playMobile {
    display: block;
  }
}
.Button--alt {
  background-color: #356fa8;
  color: white;
}
.Button--alt:hover, .Button--alt.active, .Button--alt:active {
  color: white;
}
.Button--alt:hover, .Button--alt.active {
  background-color: #4a89c6;
}

.Button--small {
  padding: 0.6rem 1rem 0.6rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
}
.Button--small > [class*="icon"] {
  position: relative;
  vertical-align: top;
  font-weight: 400;
  font-size: 1rem;
  line-height: inherit;
}
.Button--small > [class*="icon-s"] {
  font-size: 1.2rem;
  line-height: 1rem;
}

.Button--block {
  display: block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}

.Main--global {
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}

.Main-inner {
  position: relative;
  padding: 0.2rem;
  border: 2px dashed #b51132;
  border-radius: 0.5rem;
  *zoom: 1;
}
.Main-inner:before, .Main-inner:after {
  display: table;
  content: "";
}
.Main-inner:after {
  clear: both;
}
@media only screen and (max-width: 900px) {
  .Main-inner {
    border-width: 0;
  }
}

.Logo {
  display: inline-block;
  box-shadow: none;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .Logo {
    flex: 0 1 auto;
    flex: 0 1 auto;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-preferred-size: auto;
    -ms-flex-positive: 0;
    -ms-flex-negative: 1;
  }
}

.Map {
  display: inline-block;
  float: right;
  width: 735px;
  height: 584px;
  background-image: url(../images/map.png);
  background-position: center;
  background-size: 735px 584px;
  background-repeat: no-repeat;
  vertical-align: top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .Map {
    background-image: url(../images/map--retina.png);
  }
}
@media only screen and (max-width: 900px) {
  .Map {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    padding-top: 62.31156%;
    width: 100%;
    height: 0;
    border: 2px dashed #b51132;
    border-radius: 0.5rem;
    background-image: url(../images/map--mobile.png);
    background-size: 100%;
  }
}
@media only screen and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 900px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 900px) and (min-device-pixel-ratio: 2), only screen and (max-width: 900px) and (min-resolution: 192dpi), only screen and (max-width: 900px) and (min-resolution: 2dppx) {
  .Map {
    background-image: url(../images/map--mobile--retina.png);
  }
}

.Map-anchor {
  position: absolute;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation-name: mapAnchorScale;
          animation-name: mapAnchorScale;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media only screen and (max-width: 900px) {
  .Map-anchor {
    display: none;
  }
}

.Map-anchor--lithuania {
  top: 400px;
  left: 718px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.Map-anchor--estonia {
  top: 233px;
  left: 703px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.Map-anchor--sweden {
  top: 257px;
  left: 560px;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.Map-anchor--norway {
  top: 203px;
  left: 331px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

@-webkit-keyframes mapAnchorScale {
  0%, 4% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

@keyframes mapAnchorScale {
  0%, 4% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.Header-slogan {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Korto, Helvetica neue, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 900px) {
  .Header-slogan {
    padding-left: 2rem;
    white-space: nowrap;
  }
}

.Header-sloganTop {
  margin-top: -0.5rem;
  color: #b51132;
  letter-spacing: -2px;
  font-size: 3.35rem;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .Header-sloganTop {
    font-size: 3.8vw;
  }
}

.Header-sloganBottom {
  margin-top: 0.5rem;
  color: white;
  font-size: 5rem;
  line-height: 5.4rem;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .Header-sloganBottom {
    font-size: 5.6vw;
  }
}

.Timer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1rem;
  border: 1px dashed white;
  border-radius: 1rem;
  color: white;
  letter-spacing: -1px;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .Timer {
    display: none;
  }
}

.Timer-header {
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
}

.Timer-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
}

.Timer-days,
.Timer-hours {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.Timer-hours {
  text-align: right;
}

#time {
  display: none;
}

.Slider {
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  z-index: 2;
  width: 286px;
}
@media only screen and (max-width: 900px) {
  .Slider {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-bottom: 2rem;
    width: 100%;
  }
}

.Slider-content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Slider-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow: auto;
  padding: 0;
  max-height: 100%;
  max-height: 584px;
  height: 584px;
  border-radius: 1rem;
  background: white;
}
@media only screen and (max-width: 900px) {
  .Slider-item {
    max-height: none;
    height: auto;
  }
}

.Event .Slider-itemActions {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  padding: 1rem 2rem;
  text-align: center;
}
.Event .Slider-itemActions .Button, .Event .Slider-itemActions .vikings-newsletter #email_submit, .vikings-newsletter .Event .Slider-itemActions #email_submit {
  -webkit-box-flex: 1;
          flex: 1 1 50%;
  border-radius: 0.5rem;
  text-transform: none;
}
.Event .Slider-itemActions .Button + .Button, .Event .Slider-itemActions .vikings-newsletter #email_submit + .Button, .vikings-newsletter .Event .Slider-itemActions #email_submit + .Button, .Event .Slider-itemActions .vikings-newsletter .Button + #email_submit, .vikings-newsletter .Event .Slider-itemActions .Button + #email_submit, .Event .Slider-itemActions .vikings-newsletter #email_submit + #email_submit, .vikings-newsletter .Event .Slider-itemActions #email_submit + #email_submit {
  margin-left: 0.25rem;
}

.Event--info .Slider-itemActions {
  display: block;
}
.Event--info .Slider-itemActions .Button, .Event--info .Slider-itemActions .vikings-newsletter #email_submit, .vikings-newsletter .Event--info .Slider-itemActions #email_submit {
  width: 160px;
}
.Event--info .Slider-itemActions .Button + .Button, .Event--info .Slider-itemActions .vikings-newsletter #email_submit + .Button, .vikings-newsletter .Event--info .Slider-itemActions #email_submit + .Button, .Event--info .Slider-itemActions .vikings-newsletter .Button + #email_submit, .vikings-newsletter .Event--info .Slider-itemActions .Button + #email_submit, .Event--info .Slider-itemActions .vikings-newsletter #email_submit + #email_submit, .vikings-newsletter .Event--info .Slider-itemActions #email_submit + #email_submit {
  display: block;
  margin-top: 0.25rem;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}

.Slider-nav {
  position: absolute;
  top: 0;
  left: 100%;
  padding: 1.5rem 2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .Slider-nav {
    position: relative;
    left: 0;
    margin-bottom: 2rem;
    padding: 0;
    text-align: center;
  }
}

.Slider-navTitle {
  margin-bottom: 1rem;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3.6rem;
  line-height: 1;
}

.Slider-navDays {
  *zoom: 1;
}
.Slider-navDays:before, .Slider-navDays:after {
  display: table;
  content: "";
}
.Slider-navDays:after {
  clear: both;
}

.Slider-navDay {
  position: relative;
  display: inline-block;
  padding: 0.6rem 0 0.4rem;
  width: 3rem;
  height: 3rem;
  border-radius: 10rem;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: none;
  color: #113156;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.Slider-navDay.active, .Slider-navDay:hover {
  background: white;
  color: #113156;
  cursor: pointer;
}
.Slider-navDay.active:after, .Slider-navDay:hover:after {
  border-color: white;
}
.Slider-navDay + .Slider-navDay {
  margin-left: 0.5rem;
}
.Slider-navDay--info {
  padding: 0.5rem 0 0.4rem;
  width: 2.8rem;
  height: 2.8rem;
  background: none;
  color: rgba(255, 255, 255, 0.25);
  font-size: 2rem;
  font-family: Georgia, serif;
}
.Slider-navDay--info:after {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  left: -0.2rem;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  border-radius: 10rem;
  content: "";
}
.Slider-navDay--info:hover, .Slider-navDay--info.active {
  box-shadow: 0 0 0 2px white;
}
.Slider-navDay--info:hover:after, .Slider-navDay--info.active:after {
  border-width: 0;
}
@media only screen and (max-width: 900px) {
  .Slider-navDay + .Slider-navDay {
    margin-left: 0.33333rem;
  }
}

.vikings-newsletter {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}
@media only screen and (max-width: 900px) {
  .vikings-newsletter {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
}
.vikings-newsletter #subscribe {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media only screen and (max-width: 900px) {
  .vikings-newsletter #subscribe {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.vikings-newsletter a {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
.vikings-newsletter .other-lotteries-link {
  margin-right: 2rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: bold;
  font-style: italic;
  font-family: Korto, Helvetica neue, Helvetica, Arial, sans-serif;
}
.vikings-newsletter #email_submit {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
.vikings-newsletter #email_input {
  margin-right: 1rem;
  padding: 0.5rem 1.5rem;
  width: 250px;
  border: 0;
  border-radius: 0.25rem;
  background: white;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.vikings-newsletter #email_input::-webkit-input-placeholder {
  color: #a7a7a7;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1rem;
  font-family: Korto, Helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.8rem;
}
.vikings-newsletter #email_input:-moz-placeholder {
  color: #a7a7a7;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1rem;
  font-family: Korto, Helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.8rem;
}
.vikings-newsletter #email_input::-moz-placeholder {
  color: #a7a7a7;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1rem;
  font-family: Korto, Helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.8rem;
}
.vikings-newsletter #email_input:-ms-input-placeholder {
  color: #a7a7a7;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1rem;
  font-family: Korto, Helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.8rem;
}
.vikings-newsletter .vikings-newsletter-text {
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: bold;
  font-style: italic;
  font-size: 1.6rem;
  font-family: Korto, Helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.8rem;
}

#email_fail {
  color: #ff4040;
}

#email_success {
  color: #7BD389;
}

#email_fail,
#email_success {
  margin-top: 1rem;
}

.Event-organizer {
  line-height: 41px !important;
  *zoom: 1;
}
.Event-organizer:before, .Event-organizer:after {
  display: table;
  content: "";
}
.Event-organizer:after {
  clear: both;
}
.Event-organizer img {
  float: right;
}

.Event-day {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1;
}
.Event--5 .Event-day {
  color: #111;
}

.Event {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}
@media only screen and (max-width: 900px) {
  .Event {
    display: block;
  }
}

.Event-contentInner {
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  padding: 1rem 2rem;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .Event-contentInner {
    position: static;
  }
}

.Event-content {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.Event-content h2 {
  margin-bottom: 0;
  letter-spacing: -0.1rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.Event-content h3 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.Event-content p {
  margin-bottom: 1rem;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.25;
}
.Event-content p:last-child {
  margin-bottom: 0;
}
.Event-content .Button, .Event-content .vikings-newsletter #email_submit, .vikings-newsletter .Event-content #email_submit {
  padding: 0.75rem;
  text-transform: none;
}
.Event-content img + img {
  margin-left: 0.5rem;
}

.Event--info hr {
  margin: 1.75rem 0;
}
.Event--info p {
  font-size: 1.4rem;
  line-height: 1.25;
}
.Event--info p:last-child {
  margin-bottom: 0;
}
.Event--info .Button, .Event--info .vikings-newsletter #email_submit, .vikings-newsletter .Event--info #email_submit {
  padding: 0.5rem;
  text-transform: uppercase;
}
.Event--info .Event-mainImage {
  margin-bottom: 1rem;
}

.Event-mainImage {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin: 0;
  border-radius: 0.75rem;
}

.Event img {
  display: inline-block;
  vertical-align: middle;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  height: 100%;
  *zoom: 1;
  touch-action: pan-y;
}
@media only screen and (max-width: 900px) {
  .bx-wrapper {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  max-height: 100%;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.5);
  -webkit-transform: translatez(0);
}
@media only screen and (max-width: 900px) {
  .bx-viewport {
    z-index: 1;
  }
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  min-height: 50px;
  width: 100%;
  height: 100%;
}
.bx-wrapper .bx-pager {
  padding-top: 20px;
  color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 0.85em;
  font-family: Arial;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  outline: 0;
  border-radius: 5px;
  background: #666;
  text-indent: -9999px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 0;
  margin-left: -5px;
  width: 60px;
  height: 63px;
  background: url("../images/arrow--left.png") no-repeat;
}
.bx-wrapper .bx-next {
  right: 0;
  margin-right: -5px;
  width: 60px;
  height: 63px;
  background: url("../images/arrow--right.png") no-repeat;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  z-index: 9999;
  outline: 0;
  background-size: cover;
  box-shadow: none;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 11px;
  outline: 0;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  margin: 0 3px;
  width: 9px;
  height: 11px;
  outline: 0;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 80%;
  text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
}
.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 0.85em;
  font-family: Arial;
}

.bx-controls {
  position: absolute;
  top: 10rem;
  left: 50%;
  display: none;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 900px) {
  .bx-controls {
    display: block;
  }
}

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