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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

@media (min-width: 240px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": false}, "between-phone-phablet":{"value": "540px", "active": false}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 320px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": false}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 540px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": false}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 667px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 768px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": false}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1024px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": true}, "widescreen":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (min-width: 1280px) {
  body::after {
    content: '{"default":{"value": "240px", "active": true}, "phone":{"value": "320px", "active": true}, "between-phone-phablet":{"value": "540px", "active": true}, "phablet":{"value": "667px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": true}, "widescreen":{"value": "1280px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
  }
}
.debug {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: monospace;
  font-size: 14px;
  padding: 10px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999999;
}
.debug .output {
  border-bottom: 1px dotted #959595;
  display: block;
  padding: 5px 0;
}
@media (max-width: 319px) {
  .debug .output:nth-child(1)::after {
    content: 'default';
  }
}
@media (min-width: 320px) {
  .debug .output:nth-child(1)::after {
    content: 'phone';
  }
}
@media (min-width: 667px) {
  .debug .output:nth-child(1)::after {
    content: 'phablet';
  }
}
@media (min-width: 768px) {
  .debug .output:nth-child(1)::after {
    content: 'tablet';
  }
}
@media (min-width: 1024px) {
  .debug .output:nth-child(1)::after {
    content: 'desktop';
  }
}
@media (min-width: 1280px) {
  .debug .output:nth-child(1)::after {
    content: 'widescreen';
  }
}
@media (orientation: landscape) {
  .debug .output:nth-child(2)::after {
    content: 'landscape';
  }
}
@media (orientation: portrait) {
  .debug .output:nth-child(2)::after {
    content: 'portrait';
  }
}
.debug .output:nth-child(3) {
  border-bottom: none;
}
.debug .output:nth-child(3)::after {
  content: 'non-retina';
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .debug .output:nth-child(3)::after {
    content: 'retina2x';
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 350dpi), (min-resolution: 3dppx) {
  .debug .output:nth-child(3)::after {
    content: 'retina3x';
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #ececec;
  max-width: 100%;
  overflow-x: hidden;
}

* {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/* Fix an element body */
body {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -1px;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  background: #191919;
}

/* Create a pseudo-element body */
#pseudobody {
  background: #ececec;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 16px;
  line-height: 24px;
}

@font-face {
  font-family: 'Texta-Light';
  src: url("../fonts/Texta-Light.woff") format("woff");
}
@font-face {
  font-family: 'Texta-Regular';
  src: url("../fonts/Texta-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Texta-Bold';
  src: url("../fonts/Texta-Bold.woff") format("woff");
}
h1 {
  color: #191919;
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

h2 {
  color: #191919;
  font-family: "Texta-Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  color: #191919;
}

.guide {
  display: none;
  left: 0;
  position: absolute;
  width: 316px;
  height: 272px;
  z-index: 400;
  text-align: center;
}

.guide.android {
  top: 5px;
}

.guide.ios {
  bottom: 5px;
}

.guide.tablet {
  top: 5px;
}

.guide img.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  z-index: 20;
  background: #9b1818;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.android img.close {
  bottom: -20px;
}

.tablet img.close {
  bottom: -20px;
}

.ios img.close {
  top: -20px;
}

.guide-step-wrapper img {
  position: absolute;
  left: 9px;
  z-index: 5;
}

.android .guide-step-wrapper img, .tablet .guide-step-wrapper img {
  top: 18px;
}

.ios .guide-step-wrapper img {
  bottom: 20px;
}

.guide-bg {
  width: 316px;
  height: 272px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.android.guide .guide-bg {
  background: url("../graphics/guide-bg-top.png") no-repeat;
}

.tablet.guide .guide-bg {
  background: url("../graphics/guide-bg-top.png") no-repeat;
}

.ios.guide .guide-bg {
  background: url("../graphics/guide-bg-bottom.png") no-repeat;
}

.guide button {
  position: absolute;
  width: 260px;
  left: 28px;
  border: none;
  color: #fff;
  background: #b87a54;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Texta-Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  z-index: 10;
}

.guide button:focus {
  outline: 0;
}

.android button {
  bottom: 16px;
}

.tablet button {
  bottom: 16px;
}

.ios button {
  top: 16px;
}

#back {
  position: fixed;
  left: 5vw;
  top: 10px;
  cursor: pointer;
  display: block;
  z-index: 1000000000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: rgba(155, 155, 155, 0.35);
}
#back i {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../graphics/icon-arrow-back.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-logo-wrapper {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 70px;
  left: 5vw;
  line-height: 70px;
  position: fixed;
  text-align: center;
  top: 10px;
  width: 70px;
  z-index: 2000;
}
.navbar-logo-wrapper.invisible {
  display: none;
}
@media (min-width: 1024px) {
  .navbar-logo-wrapper {
    display: block !important;
  }
}
.navbar-logo-wrapper i.navbar-logo {
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-logo-wrapper .navbar-logo-white {
  display: none;
  background-image: url("../graphics/logo-white-small.png");
}
.navbar-logo-wrapper .navbar-logo-gold {
  display: block;
  background-image: url("../graphics/logo-gold.png");
}

.background-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 498;
}
@media (min-width: 768px) {
  .background-bar {
    height: 140px;
  }
}

i.main-menu {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  right: 5vw;
  position: fixed;
  top: 33px;
  z-index: 501;
}
@media (min-width: 768px) {
  i.main-menu {
    top: 56px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  i.main-menu {
    display: none;
  }
}
i.main-menu span {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
i.main-menu span.open {
  background-image: url("../graphics/icon-menu-open.png");
  display: inline-block;
}
i.main-menu span.close {
  background-image: url("../graphics/icon-menu-close.png");
  display: none;
}

i.main-menu.active span.open {
  display: none;
}
i.main-menu.active span.close {
  display: inline-block;
}

nav {
  background-color: #ececec;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 500;
  /* background ends here */
}
nav.visible {
  display: block;
}
@media (min-width: 1024px) {
  nav {
    display: block;
    top: 0px;
  }
}
nav ul {
  align-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  padding: 25% 0 0 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) and (orientation: landscape) {
  nav ul {
    padding: 30px 0 0 0;
  }
}

nav ul li {
  height: 90px;
  line-height: 90px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1024px) and (orientation: landscape) {
  nav ul li {
    height: 60px;
    line-height: 60px;
  }
}

nav ul li span {
  color: #fff;
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  nav ul li span {
    color: #191919;
  }
}
@media (min-width: 1024px) {
  nav ul li span {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1024px) {
  nav ul {
    align-content: space-between;
    flex-direction: row;
    height: 90px;
    justify-content: center;
    padding: 0;
  }
  nav ul li {
    margin-right: 25px;
    width: auto;
  }
  nav ul li:last-child {
    margin-right: 0;
  }
}
nav .background {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
nav .background .overlay {
  background-color: #191919;
  height: 100vh;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 2;
}
nav .background img {
  height: 100%;
  min-height: 768px;
  transform: translateX(-320px);
}
@media (min-width: 1024px) {
  nav .background {
    display: none;
  }
}

/* nav ends here */
header {
  position: relative;
  width: 100vw;
  z-index: 3;
}
@media (min-width: 1024px) {
  header {
    margin: 70px auto 0;
    width: 90vw;
  }
}
header h1 {
  color: #191919;
  font-size: 20px;
  letter-spacing: 2px;
  padding-top: 30%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
  text-shadow: rgba(4, 52, 121, 0.85) 2px 2px 10px;
}
@media (min-width: 1024px) {
  header h1 {
    text-shadow: rgba(4, 52, 121, 0.75) 5px 5px 20px;
  }
}
header h1 hr {
  border: none;
  border-bottom: 1px solid;
  height: 1px;
  margin: 20px auto;
  width: 50px;
}
@media (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  header h1 {
    padding-top: 17%;
  }
}

@media (min-width: 1024px) {
  header h1 {
    font-size: 60px;
    letter-spacing: 4px;
    padding-top: 22%;
  }
  header h1 hr {
    margin: 40px auto;
    width: 100px;
  }
}
header .image-wrapper {
  padding-top: calc(1 / (13 / 10) * 100%);
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image-wrapper {
    padding-top: calc(1 / (16 / 9) * 100%);
  }
}
header .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
header .image.header-programoversikt {
  background-image: url("../graphics/header-program-small.jpg");
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image.header-programoversikt {
    background-image: url("../graphics/header-program-large.jpg");
  }
}
header .image.header-foredrag {
  background-image: url("../graphics/header-foredrag-small.jpg");
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image.header-foredrag {
    background-image: url("../graphics/header-foredrag-large.jpg");
  }
}
header .image.header-foredrag-01 {
  background-image: url("../graphics/header-foredrag01-small.jpg");
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image.header-foredrag-01 {
    background-image: url("../graphics/header-foredrag01-large.jpg");
  }
}
header .image.header-foredrag-02 {
  background-image: url("../graphics/header-foredrag02-small.jpg");
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image.header-foredrag-02 {
    background-image: url("../graphics/header-foredrag02-large.jpg");
  }
}
header .image.header-foredrag-03 {
  background-image: url("../graphics/header-foredrag03-small.jpg");
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image.header-foredrag-03 {
    background-image: url("../graphics/header-foredrag03-large.jpg");
  }
}
header .image.header-foredrag-04 {
  background-image: url("../graphics/header-foredrag04-small.jpg");
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image.header-foredrag-04 {
    background-image: url("../graphics/header-foredrag04-large.jpg");
  }
}
header .image.header-konferansen {
  background-image: url("../graphics/header-konferansen-small.jpg");
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image.header-konferansen {
    background-image: url("../graphics/header-konferansen-large.jpg");
  }
}
header .image.header-reisedetaljer {
  background-image: url("../graphics/header-reisedetaljer-small.jpg");
  z-index: 1;
}
@media (min-width: 1024px) {
  header .image.header-reisedetaljer {
    background-image: url("../graphics/header-reisedetaljer-large.jpg");
  }
}

footer {
  margin-top: 40px;
  background-color: #191919;
  width: 100vw;
  height: 340px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 667px) {
  footer {
    height: 280px;
  }
}
footer .logo-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
}
@media (min-width: 667px) {
  footer .logo-wrapper {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
footer i.footer-logo {
  display: block;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../graphics/logo-white-small.png");
}
footer ul {
  list-style: none;
}
footer ul li {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 34px;
  font-family: "Texta-Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
footer ul li.bullet {
  color: #b87a54;
  line-height: 14px;
}
@media (min-width: 667px) {
  footer ul li {
    display: inline;
  }
  footer ul li.bullet {
    color: #b87a54;
    line-height: 34px;
    padding: 0 10px;
  }
}
footer p {
  color: #fff;
}

section.start {
  background-color: darkturquoise;
  height: 100vh;
  width: 100vw;
  /* date ends here */
  /* background ends here */
}
section.start button {
  background-color: #fff;
  border: none;
  color: #191919;
  cursor: pointer;
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  text-transform: uppercase;
}
section.start button:focus {
  outline: 0;
}
section.start button.hand-held {
  bottom: 0;
  position: fixed;
  width: 100vw;
  z-index: 4;
}
section.start button.desktop {
  display: none;
  width: 180px;
}
@media (min-width: 1024px) {
  section.start button.desktop {
    display: inline-block;
  }
  section.start button.hand-held {
    display: none;
  }
}
section.start .date {
  text-align: center;
  width: 100vw;
  z-index: 3;
  position: absolute;
  left: calc(50% + 0px);
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
section.start .date img.logo-gold {
  width: 156px;
}
section.start .date hr {
  border: none;
  border-bottom: 1px solid #b87a54;
  height: 1px;
  margin: 20px auto;
  width: 50px;
}
section.start .date hr.desktop {
  display: none;
  width: 100px;
  margin: 40px auto;
}
section.start .date h1,
section.start .date h2 {
  color: #fff;
  line-height: 24px;
  text-align: center;
}
section.start .date h1 {
  font-size: 20px;
  letter-spacing: 2px;
}
section.start .date h2 {
  font-size: 18px;
  margin-top: 6px;
}
@media (min-width: 667px) {
  section.start .date {
    position: absolute;
    left: calc(50% + 0px);
    top: calc(50% + -30px);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1024px) {
  section.start .date {
    position: absolute;
    left: calc(50% + 0px);
    top: calc(50% + 30px);
    transform: translate(-50%, -50%);
  }
  section.start .date img.logo-gold {
    display: none;
  }
  section.start .date button {
    display: inline-block;
  }
  section.start .date hr.hand-held {
    display: none;
  }
  section.start .date hr.desktop {
    display: block;
  }
  section.start .date h1 {
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 60px;
  }
  section.start .date h2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 6px;
  }
}
section.start .background {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
}
section.start .background .overlay {
  background-color: #003b31;
  height: 100vh;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 2;
}
section.start .background img {
  height: 100%;
  min-height: 768px;
  transform: translateX(-320px);
}
@media (min-width: 1024px) {
  section.start .background img {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    height: auto;
    transform: scaleX(1);
    width: 100vw;
    z-index: 1;
  }
}

/* section.start ends here */
section.program-list {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
  top: -20px;
  width: 100%;
  z-index: 400;
}
@media (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  section.program-list {
    top: -200px;
  }
}

@media (min-width: 768px) {
  section.program-list {
    top: -100px;
  }
}
@media (min-width: 768px) {
  section.program-list {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  section.program-list {
    width: 65%;
  }
}
@media (max-width: 767px) {
  section.program-list .table-wrapper {
    top: 90px;
  }
}
@media (min-width: 768px) {
  section.program-list .table-wrapper {
    top: 40px;
  }
}
@media (max-width: 767px) {
  section.program-list li.day-one,
  section.program-list .table-wrapper.day-one,
  section.program-list div.day-one > div {
    height: 480px;
  }
}
@media (min-width: 768px) {
  section.program-list li.day-one,
  section.program-list .table-wrapper.day-one,
  section.program-list div.day-one > div {
    height: 380px;
  }
}
@media (max-width: 767px) {
  section.program-list li.day-two,
  section.program-list .table-wrapper.day-two,
  section.program-list div.day-two > div {
    height: 470px;
  }
}
@media (min-width: 768px) {
  section.program-list li.day-two,
  section.program-list .table-wrapper.day-two,
  section.program-list div.day-two > div {
    height: 420px;
  }
}
@media (max-width: 767px) {
  section.program-list li.day-three,
  section.program-list .table-wrapper.day-three,
  section.program-list div.day-three > div {
    height: 450px;
  }
}
@media (min-width: 768px) {
  section.program-list li.day-three,
  section.program-list .table-wrapper.day-three,
  section.program-list div.day-three > div {
    height: 380px;
  }
}
@media (max-width: 767px) {
  section.program-list li.day-four,
  section.program-list .table-wrapper.day-four,
  section.program-list div.day-four > div {
    height: 380px;
  }
}
@media (min-width: 768px) {
  section.program-list li.day-four,
  section.program-list .table-wrapper.day-four,
  section.program-list div.day-four > div {
    height: 330px;
  }
}
section.program-list .day-one tr:nth-child(2n-1) {
  background: rgba(184, 122, 84, 0.2);
}
section.program-list .day-two tr:nth-child(2n-1) {
  background: rgba(0, 59, 49, 0.2);
}
section.program-list .day-three tr:nth-child(2n-1) {
  background: rgba(32, 68, 95, 0.3);
}
section.program-list .day-four tr:nth-child(2n-1) {
  background: rgba(25, 25, 25, 0.2);
}
section.program-list ul {
  width: 100%;
}
section.program-list ul li {
  background: #fff;
  position: relative;
}
section.program-list ul li table {
  color: #191919;
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  left: 2%;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  section.program-list ul li table {
    left: 25%;
    width: 75%;
  }
}
section.program-list ul li table td {
  line-height: 18px;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.program-list ul li table .icon-wrapper {
  display: none;
  height: 25px;
  margin: 0 auto;
  width: 25px;
}
section.program-list ul li table .icon-wrapper i {
  display: block;
}
section.program-list ul li table .icon-clock {
  background-image: url("../graphics/icon-clock-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(25px *  (25/ 25));
  width: 25px;
}
@media (min-width: 768px) {
  section.program-list ul li table .icon-clock {
    background-image: url("../graphics/icon-clock-grey.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(25px *  (25/ 25));
    width: 25px;
  }
}
section.program-list ul li table .icon-pin {
  background-image: url("../graphics/icon-pin-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(25px *  (25/ 25));
  width: 25px;
}
@media (min-width: 768px) {
  section.program-list ul li table .icon-pin {
    background-image: url("../graphics/icon-pin-grey.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(25px *  (25/ 25));
    width: 25px;
  }
}
section.program-list ul li table .icon-chat {
  background-image: url("../graphics/icon-chat-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(25px *  (25/ 25));
  width: 25px;
}
@media (min-width: 768px) {
  section.program-list ul li table .icon-chat {
    background-image: url("../graphics/icon-chat-grey.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(25px *  (25/ 25));
    width: 25px;
  }
}
section.program-list ul li table .icon-food {
  background-image: url("../graphics/icon-food-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(25px *  (25/ 25));
  width: 25px;
}
@media (min-width: 768px) {
  section.program-list ul li table .icon-food {
    background-image: url("../graphics/icon-food-grey.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box;
    height: 0;
    padding: 0;
    padding-top: calc(25px *  (25/ 25));
    width: 25px;
  }
}
section.program-list ul li table td:nth-child(1) {
  padding-left: 5px;
  width: 17%;
}
@media (min-width: 768px) {
  section.program-list ul li table td:nth-child(1) {
    padding-left: 10px;
  }
}
section.program-list ul li table td:nth-child(2) {
  width: 41%;
  padding-left: 5px;
  padding-right: 5px;
}
section.program-list ul li table td:nth-child(3) {
  width: 40%;
  padding-right: 10px;
}
section.program-list ul li > div {
  position: absolute;
  width: 100%;
  z-index: 1;
}
section.program-list ul li > div h3 {
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
section.program-list ul li > div div {
  display: block;
  float: left;
}
section.program-list ul li > div div:first-child {
  position: relative;
  width: 2%;
}
section.program-list ul li > div div:first-child h3 {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: calc(50% + 0px);
  top: calc(50% + 0px);
  transform: translate(-50%, -50%);
}
section.program-list ul li > div div:first-child h3 span {
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  section.program-list ul li > div div:first-child h3 {
    display: none;
  }
}
@media (min-width: 768px) {
  section.program-list ul li > div div:first-child {
    width: 25%;
  }
}
section.program-list ul li > div div:nth-child(2) {
  width: 98%;
}
section.program-list ul li > div div:nth-child(2) h3 {
  padding-left: 5px;
  font-size: 24px;
  height: 50px;
  line-height: 100px;
  text-align: center;
}
@media (min-width: 768px) {
  section.program-list ul li > div div:nth-child(2) h3 {
    display: none;
  }
}
@media (min-width: 768px) {
  section.program-list ul li > div div:nth-child(2) {
    width: 75%;
  }
}
section.program-list ul li:nth-child(1) > div div:first-child {
  background-color: #b87a54;
}
section.program-list ul li:nth-child(1) > div div:last-child h3 {
  color: #b87a54;
}
section.program-list ul li:nth-child(2) > div div:first-child {
  background-color: #003b31;
}
section.program-list ul li:nth-child(2) > div div:last-child h3 {
  color: #003b31;
}
section.program-list ul li:nth-child(3) > div div:first-child {
  background-color: #20445f;
}
section.program-list ul li:nth-child(3) > div div:last-child h3 {
  color: #20445f;
}
section.program-list ul li:nth-child(4) > div div:first-child {
  background-color: #363636;
}
section.program-list ul li:nth-child(4) > div div:last-child h3 {
  color: #363636;
}

.cards {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  top: 125px;
  margin-bottom: 240px;
  width: 90%;
  z-index: 400;
}
@media (min-width: 768px) {
  .cards {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  .cards {
    width: 65%;
  }
}
.cards h1 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.cards h1 hr {
  border: none;
  border-bottom: 1px solid;
  height: 1px;
  margin: 20px auto;
  width: 50px;
}
@media (min-width: 1024px) {
  .cards h1 {
    font-size: 60px;
    letter-spacing: 4px;
    margin-bottom: 125px;
    padding-top: 80px;
  }
  .cards h1 hr {
    margin: 40px auto;
    width: 100px;
  }
}
.cards ul {
  width: 100%;
}
.cards ul li {
  height: 360px;
  margin-bottom: 100px;
  overflow: hidden;
  width: 100%;
}
.cards ul li ul {
  height: 360px;
}
.cards ul li ul li {
  float: left;
  height: 360px;
}
.cards ul li ul h5 {
  font-family: "Texta-Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  display: inline-block;
}
.cards ul li ul h3 {
  font-family: "Texta-Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}
.cards ul li ul h4 {
  font-family: "Texta-Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.cards ul li ul h4 span {
  font-size: 12px;
}
@media (max-width: 374px) {
  .cards ul li ul h4 span {
    display: none;
  }
}
.cards ul li ul li:first-child {
  background-color: #fff;
  display: block;
  width: 100%;
}
.cards ul li ul li:first-child div.heading {
  height: 60px;
  position: relative;
}
.cards ul li ul li:first-child div.heading h5 {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 667px) {
  .cards ul li ul li:first-child div.heading h5 {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    padding-left: 0px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }
}
.cards ul li ul li:first-child div.heading h3 {
  position: absolute;
  top: 23px;
  left: 9px;
}
@media (min-width: 667px) {
  .cards ul li ul li:first-child div.heading h3 {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    padding-left: 0px;
    padding-top: 105px;
    text-align: center;
    width: 100%;
  }
}
.cards ul li ul li:first-child div.heading h4 {
  position: absolute;
  top: 27px;
  right: 10px;
}
@media (min-width: 667px) {
  .cards ul li ul li:first-child div.heading h4 {
    position: relative;
    float: none;
    top: 0;
    left: 0;
    padding-right: 0px;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 667px) {
  .cards ul li ul li:first-child div.heading {
    float: right;
    height: 360px;
    width: 50%;
  }
}
.cards ul li ul li:first-child div.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.cards ul li ul li:first-child div.image.maltid01 {
  background-image: url("../graphics/maltid01.jpg");
}
.cards ul li ul li:first-child div.image.maltid02 {
  background-image: url("../graphics/maltid02.jpg");
}
.cards ul li ul li:first-child div.image.maltid03 {
  background-image: url("../graphics/maltid03.jpg");
}
.cards ul li ul li:first-child div.image.maltid04 {
  background-image: url("../graphics/maltid04.jpg");
}
.cards ul li ul li:first-child div.image.maltid05 {
  background-image: url("../graphics/maltid05.jpg");
}
@media (min-width: 667px) {
  .cards ul li ul li:first-child div.image {
    float: left;
    height: 360px;
    width: 50%;
  }
}
.cards ul li ul li:last-child {
  display: none;
  width: 100%;
}
.cards ul li ul li:last-child.maltid {
  background-color: #b87a54;
}
.cards ul li ul li:last-child div h3 {
  margin-top: 40px;
  color: #fff;
}
.cards ul li ul li:last-child div h4 {
  line-height: 30px;
  color: #fff;
}
.cards ul li .indicator-wrapper {
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10000;
}
.cards ul li .indicator-wrapper span {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px;
}
.cards ul li .indicator-wrapper span.active {
  background-color: #b87a54;
}

.card-background {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 2550px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .card-background {
    height: 2750px;
  }
}
.card-background .overlay {
  background-color: #061d42;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card-background .image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../graphics/card-background.jpg");
}

section.conference-overview {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  top: -20px;
  padding-bottom: 100px;
  width: 100%;
  z-index: 410;
}
@media (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  section.conference-overview {
    top: -200px;
  }
}

@media (min-width: 768px) {
  section.conference-overview {
    top: -100px;
  }
}
@media (min-width: 667px) {
  section.conference-overview {
    width: 65%;
  }
}
@media (min-width: 1280px) {
  section.conference-overview {
    width: 55%;
  }
}
section.conference-overview h2 {
  background-color: #fff;
  line-height: 60px;
  height: 60px;
  color: #191919;
  text-align: center;
  text-transform: none;
  font-size: 20px;
}
section.conference-overview .ingress {
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
section.conference-overview .ingress p {
  color: #191919;
  width: 90%;
  margin: 0 auto;
  max-width: 750px;
  padding-top: 35px;
  padding-bottom: 35px;
}
section.conference-overview .outer-wrapper {
  width: 100%;
}
section.conference-overview .outer-wrapper .inner-wrapper {
  background-color: #fff;
  float: left;
  padding-top: 50%;
  position: relative;
  width: 50%;
  z-index: 1;
  cursor: pointer;
}
section.conference-overview .outer-wrapper .inner-wrapper .content {
  background-color: #061d42;
  pointer-events: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.conference-overview .outer-wrapper .inner-wrapper .content h3 {
  pointer-events: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 45%;
  text-align: center;
  width: 100%;
}
section.conference-overview .outer-wrapper .inner-wrapper .content h3.dark {
  color: #191919;
}
section.conference-overview .outer-wrapper:nth-of-type(2) .content {
  background-color: #b87a54;
}

section.talks-list {
  overflow: hidden;
  *zoom: 1;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
  top: -20px;
  width: 100%;
  z-index: 410;
}
@media (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  section.talks-list {
    top: -200px;
  }
}

@media (min-width: 768px) {
  section.talks-list {
    top: -100px;
  }
}
section.talks-list h2 {
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.talks-list .ingress {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  section.talks-list .ingress {
    width: 70%;
    max-width: 450px;
  }
}
section.talks-list .ingress h3 {
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
section.talks-list .ingress p {
  text-align: center;
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
section.talks-list .ingress hr {
  border: none;
  border-bottom: 1px solid #a5a5a5;
  height: 1px;
  margin: 30px auto 40px;
  width: 80px;
}
@media (min-width: 768px) {
  section.talks-list {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  section.talks-list {
    width: 55%;
  }
}
section.talks-list ul {
  margin: 0 auto;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  section.talks-list ul {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  section.talks-list ul {
    width: 80%;
  }
}
section.talks-list ul li {
  color: #fff;
  height: 113px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
section.talks-list ul li:first-child {
  background: #b87a54;
  padding-top: 15px;
}
section.talks-list ul li:nth-child(2) {
  background: #20445f;
  padding-top: 15px;
}
section.talks-list ul li:nth-child(3) {
  padding-top: 15px;
  background: #003b31;
}
section.talks-list ul li:nth-child(4) {
  background: #363636;
}
section.talks-list ul li:nth-child(4) h5 span {
  display: none;
}
@media (min-width: 1024px) {
  section.talks-list ul li:nth-child(4) h5 span {
    display: inline;
  }
}
@media (min-width: 400px) {
  section.talks-list ul li {
    height: 120px;
  }
}
section.talks-list ul li h4 {
  pointer-events: none;
  padding-top: 12px;
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 400px) {
  section.talks-list ul li h4 {
    padding-top: 16px;
    font-size: 21px;
    line-height: 24px;
  }
}
section.talks-list ul li h5 {
  pointer-events: none;
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 400px) {
  section.talks-list ul li h5 {
    font-size: 17px;
    line-height: 22px;
  }
}
section.talks-list ul li h6 {
  pointer-events: none;
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 18px;
}
section.talks-list ul li .icon-wrapper {
  pointer-events: none;
  display: block;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 37px;
  width: 20px;
}
@media (max-width: 539px) {
  section.talks-list ul li .icon-wrapper {
    right: 10px;
  }
}
section.talks-list ul li .icon-wrapper i {
  pointer-events: none;
  display: inline-block;
  background-image: url("../graphics/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(20px *  (20/ 20));
  width: 20px;
}

section.talk {
  overflow: hidden;
  *zoom: 1;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 150px;
  top: -20px;
  width: 100%;
  z-index: 410;
}
@media (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  section.talk {
    top: -200px;
  }
}

@media (min-width: 768px) {
  section.talk {
    top: -100px;
  }
}
section.talk h2 {
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 17px;
  text-align: center;
  line-height: 22px;
  padding: 40px 45px 0 45px;
}
section.talk h3 {
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 17px;
  text-align: center;
  line-height: 22px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
section.talk h3 hr {
  border: none;
  border-bottom: 1px solid #b87a54;
  height: 1px;
  margin: 20px auto;
  width: 80px;
}
section.talk h4 {
  font-family: "Texta-Light", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  line-height: 20px;
  padding-bottom: 0px;
}
section.talk h4 hr {
  border: none;
  border-bottom: 1px solid #b87a54;
  height: 1px;
  margin: 20px auto;
  width: 80px;
}
section.talk .speaker {
  width: 80%;
  max-width: 200px;
  margin: 30px auto;
  margin-top: 50px;
  display: block;
}
@media (min-width: 768px) {
  section.talk {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  section.talk {
    width: 55%;
  }
}
section.talk p {
  color: #191919;
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  padding: 10px 10%;
  text-align: center;
}
section.talk p.ingress {
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

section.travel-details {
  overflow: hidden;
  *zoom: 1;
  background-color: #fff;
  padding-bottom: 50px;
  margin: 0 auto;
  margin-bottom: 150px;
  position: relative;
  top: -20px;
  width: 100%;
  z-index: 410;
}
@media (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  section.travel-details {
    top: -200px;
  }
}

@media (min-width: 768px) {
  section.travel-details {
    top: -100px;
  }
}
@media (min-width: 667px) {
  section.travel-details {
    width: 75%;
  }
}
@media (min-width: 1280px) {
  section.travel-details {
    width: 60%;
  }
}
section.travel-details header {
  display: none;
  height: 80px;
  margin: 40px auto;
  width: 100%;
  color: #191919;
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
@media (min-width: 667px) {
  section.travel-details header {
    width: 90%;
  }
}
section.travel-details header > div {
  float: left;
  height: 100%;
  text-align: center;
}
section.travel-details header span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
section.travel-details header h5 {
  text-transform: uppercase;
  font-size: 16px;
}
section.travel-details header > div:nth-child(1) {
  display: inline-block;
  padding-left: 2%;
  text-align: left;
  width: 100px;
  font-size: 13px;
}
section.travel-details header > div:nth-child(1) h5 {
  font-size: 13px;
}
section.travel-details header > div:nth-child(2) {
  display: inline-block;
  width: calc(100% - 255px);
}
section.travel-details header > div:nth-child(2) span {
  clear: both;
  float: right;
  text-align: center;
  width: 70px;
}
section.travel-details header > div:nth-child(2) span.big {
  font-size: 28px;
}
section.travel-details header > div:nth-child(2) h5 {
  clear: both;
  display: inline-block;
  float: right;
  text-align: center;
  width: 70px;
}
section.travel-details header > div:nth-child(3) {
  width: 155px;
}
section.travel-details header > div:nth-child(3) h5 {
  margin-top: -1px;
}
section.travel-details header > div:nth-child(3) span {
  height: 30px;
  line-height: 30px;
}
section.travel-details header > div:nth-child(3) span div.icon-wrapper {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 30px;
}
section.travel-details header > div:nth-child(3) span div.icon-wrapper i {
  display: inline-block;
  background-image: url("../graphics/icon-sun.svg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: content-box;
  height: 0;
  padding: 0;
  padding-top: calc(30px *  (30/ 30));
  width: 30px;
}
section.travel-details header > div:nth-child(3) span h6 {
  display: inline-block;
  height: 100%;
  font-size: 28px;
  text-align: left;
}
section.travel-details header > div:nth-child(3) span h6::after {
  content: '°';
}
section.travel-details header hr {
  border: none;
  border-bottom: 1px solid #ececec;
  height: 1px;
  margin: 20px auto;
  width: 80%;
}
section.travel-details h4 {
  font-family: "Texta-Bold", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 40px;
  color: #191919;
}
section.travel-details p {
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  line-height: 20px;
  margin-bottom: 15px;
  color: #191919;
}
section.travel-details article {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 90%;
}
@media (min-width: 667px) {
  section.travel-details article {
    width: 80%;
  }
}
section.travel-details ul {
  margin-bottom: 20px;
}
section.travel-details li {
  font-family: "Texta-Regular", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  line-height: 20px;
  margin-bottom: 15px;
  color: #191919;
  line-height: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  section.travel-details li {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  section.travel-details li {
    width: 65%;
  }
}
section.travel-details li span {
  display: inline-block;
  width: 50%;
}
section.travel-details li span:first-child {
  text-align: left;
}
section.travel-details li span:last-child {
  text-align: right;
}
section.travel-details ul.deltagere li,
section.travel-details ul.organizers li {
  width: 100%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
section.travel-details ul.deltagere li span,
section.travel-details ul.organizers li span {
  display: inline-block;
  width: 50%;
}
section.travel-details ul.deltagere li span:first-child,
section.travel-details ul.organizers li span:first-child {
  text-align: left;
}
section.travel-details ul.deltagere li span:last-child,
section.travel-details ul.organizers li span:last-child {
  text-align: right;
}
@media (min-width: 667px) {
  section.travel-details ul.deltagere li span br,
  section.travel-details ul.organizers li span br {
    display: none;
  }
}
