/*
 * Graphika Manila 2013
 */

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
button {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

/* ----------------------------------------------------------------------------
 * Base
 */
body,
input,
td,
th,
textarea {
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  font-size: 11pt;
  line-height: 1.5;
  color: #444;
}
a {
  color: #1e908c;
  text-decoration: none;
}
.amp {
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  font-style: italic;
  font-family: baskerville, palatino, georgia, serif;
  font-weight: normal;
}
/* ----------------------------------------------------------------------------
 * IE7 banner
 */
.unsupported-browser {
  padding: 20px;
  background: #e5a141;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  text-align: center;
  position: relative;
  z-index: 150;
}
.unsupported-browser strong {
  font-weight: bold;
  font-size: 1.1em;
}
.unsupported-browser a {
  background-color: #cf851c;
  color: #fff;
  padding: 3px 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.unsupported-browser a.upgrade-browser {
  background-color: #ec553f;
  font-weight: bold;
}
/* ----------------------------------------------------------------------------
 * Section base
 */
.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  background: #fdefe1;
}
.section .header {
  text-align: center;
  margin: 50px 0;
  position: relative;
  z-index: 5;
}
.section .header p.pre {
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  font-weight: 700;
  font-size: 12pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
.section .header p.pre span {
  padding: 5px 0;
  border-top: solid 1px rgba(255,255,255,0.2);
  border-bottom: solid 1px rgba(255,255,255,0.2);
}
.section .header h2 {
  font-size: 36pt;
  font-family: adelle, sans-serif;
  font-weight: 900;
}
.section .header h2.larger {
  font-size: 42pt;
}
/* ----------------------------------------------------------------------------
 * Generic figure
 */
.figure {
  max-width: 980px;
  margin: 0 auto;
}
.figure .image,
.figure .image img {
  width: 530px;
  height: 300px;
}
@media screen and (min-width: 600px) {
  .figure .image {
    padding-top: 3px;
  }
}
.figure .image img {
  background: rgba(0,0,0,0.1);
}
@media screen and (min-width: 980px) {
  .figure .body,
  .figure .image {
    float: left;
  }
  .figure.leftie .image {
    margin-right: 40px;
  }
  .figure.rightie .body {
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .figure .image,
  .figure .image img {
    width: 280px !important;
    height: auto !important;
  }
  .figure .image img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .figure .body,
  .figure .image {
    margin: 20px auto;
  }
}
.figure img.bordered {
  width: 510px;
  display: block;
  background: #fdefe1;
  padding: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

/* ----------------------------------------------------------------------------
 * Nav
 */
.navigation {
  position: fixed;
  left: 0;
  top: -20px;
  z-index: 100;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 20px;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  -moz-transition: box-shadow 300ms ease, background-color 300ms ease, -moz-transform 300ms ease;
  -o-transition: box-shadow 300ms ease, background-color 300ms ease, -o-transform 300ms ease;
  -ms-transition: box-shadow 300ms ease, background-color 300ms ease, -ms-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, transform 300ms ease;
}
.navigation {
  background-color: rgba(254,247,240,0.01);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.01), inset 0 -1px 0 rgba(0,0,0,0.01);
  box-shadow: 0 0 3px rgba(0,0,0,0.01), inset 0 -1px 0 rgba(0,0,0,0.01);
}
@media screen and (min-width: 600px) {
  .navigation:not(.stuck) {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
}
.navigation.stuck {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.2);
  background-color: rgba(255,252,249,0.95);
}
.navigation ul {
  display: block;
  float: left;
}
.navigation li {
  display: inline;
}
.navigation a {
  display: block;
  line-height: 42px;
  height: 42px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10pt;
  padding: 0 15px;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  text-shadow: 0 0 2px #fdefe1, 0 0 2px #fdefe1;
  background-color: rgba(229,161,65,0);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.navigation a:hover {
  background-color: rgba(188,197,142,0.2);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.navigation a.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 4px rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.2);
}
.navigation a.tickets,
.navigation a.about {
  color: #ec553f;
}
.navigation a.speakers {
  color: #bcc58e;
}
.navigation a.schedule {
  color: #e5a141;
}
.navigation a.home {
  background-color: #ec553f;
  color: #fff;
  overflow: hidden;
  padding: 0;
  text-align: center;
  -webkit-transition: width 300ms ease, padding 300ms ease, background-color 200ms linear;
  -moz-transition: width 300ms ease, padding 300ms ease, background-color 200ms linear;
  -o-transition: width 300ms ease, padding 300ms ease, background-color 200ms linear;
  -ms-transition: width 300ms ease, padding 300ms ease, background-color 200ms linear;
  transition: width 300ms ease, padding 300ms ease, background-color 200ms linear;
}
.navigation a.home:hover {
  background-color: #444;
}
.navigation a.home,
.navigation a.home:hover {
  background-image: url("logo-small.png");
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .navigation a.home,
  .navigation a.home:hover {
    background-image: url("logo-small@2x.png");
    -webkit-background-size: 42px 20px;
    -moz-background-size: 42px 20px;
    background-size: 42px 20px;
  }
}
.navigation .amp {
  margin-right: 2px;
}
.navigation a.home {
  width: 0;
  padding: 0;
}
.navigation.stuck a.home {
  width: 70px;
}
.navigation .in {
  max-width: 980px;
  margin: 0 auto;
  zoom: 1;
}
.navigation .in:before,
.navigation .in:after {
  content: "";
  display: table;
}
.navigation .in:after {
  clear: both;
}
.navigation .share {
  float: right;
  margin-top: 4px;
  height: 22px;
  padding: 7px 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navigation:not(.stuck) .share,
.navigation:not(.stuck) ul {
  background: rgba(255,253,252,0.9);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 0 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 0 2px rgba(0,0,0,0.1);
}
.navigation .share iframe {
  vertical-align: top;
}
.navigation .share > a {
  display: none;
}
@media screen and (max-width: 600px) {
  .navigation {
    display: none;
  }
}

.section.call-for-entries {
  background: #000;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 -8px 6px -6px rgba(0,0,0,0.2);
  box-shadow: inset 0 -8px 6px -6px rgba(0,0,0,0.2);
  font-size: 0.9em;
  line-height: 1.6;
  position: relative;
  z-index: 110;
}
.section.call-for-entries:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: dotted 2px #fff;
}
.section.call-for-entries header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: bold;
}
.section.call-for-entries header h2 strong {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.6em;
}
.section.call-for-entries header h2 span {
  font-weight: bold;
  text-transform: none;
  display: block;
}
.section.call-for-entries header:after {
  content: '\2014';
  display: block;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
.section.call-for-entries a {
  color: #fff;
}
.section.call-for-entries p {
  margin-bottom: 20px;
}
.section.call-for-entries h3 {
  color: #fff;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.section.call-for-entries .guidelines {
  background: rgba(255,255,255,0.95);
  padding: 10px 20px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
}
.section.call-for-entries .guidelines img {
  width: 270px;
  height: 94px;
}
.section.call-for-entries .download a {
  margin-top: 5px;
  display: inline-block;
  background: #403e3e;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 2px rgba(0,0,0,0.2);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 9px;
  font-size: 0.9em;
}
.section.call-for-entries .download a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #282727), color-stop(1, #1a1919));
  background: -webkit-linear-gradient(top, #282727 0%, #1a1919 100%);
  background: -moz-linear-gradient(top, #282727 0%, #1a1919 100%);
  background: -o-linear-gradient(top, #282727 0%, #1a1919 100%);
  background: -ms-linear-gradient(top, #282727 0%, #1a1919 100%);
  background: linear-gradient(top, #282727 0%, #1a1919 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 2px rgba(0,0,0,0.2), inset 0 2px rgba(255,255,255,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 2px rgba(0,0,0,0.2), inset 0 2px rgba(255,255,255,0.2);
}
.section.call-for-entries .download a:active {
  background: #403e3e;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 2px rgba(0,0,0,0.2), inset 3px 3px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 2px rgba(0,0,0,0.2), inset 3px 3px 3px rgba(0,0,0,0.2);
}


.section.call-for-entries strong {
  color: #fff;
}
.section.call-for-entries .in {
  padding: 20px;
  margin: 0 auto;
  max-width: 980px;
  zoom: 1;
}
.section.call-for-entries .in:before,
.section.call-for-entries .in:after {
  content: "";
  display: table;
}
.section.call-for-entries .in:after {
  clear: both;
}
@media screen and (min-width: 600px) {
  .section.call-for-entries .in {
    padding: 40px 20px;
  }
  .section.call-for-entries .column {
    width: 33%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
  }
}

/* ----------------------------------------------------------------------------
 * Call to action
 */
.section.cta {
  background: #e1efe1 url("cta-backdrop.jpg") center bottom repeat-x;
  -webkit-box-shadow: inset 0 -4px 0 #e5a141;
  box-shadow: inset 0 -4px 0 #e5a141;
  color: #156562;
  text-shadow: 0 1px 1px rgba(255,255,255,0.3);
  border-top: solid 4px #e5a141;
  padding: 50px 0 0 0;
  text-align: center;
  overflow: visible;
  z-index: 2;
}
.section.cta .in {
  max-width: 960px;
  margin: 0 auto;
  zoom: 1;
  padding: 0 20px;
}
.section.cta .in:before,
.section.cta .in:after {
  content: "";
  display: table;
}
.section.cta .in:after {
  clear: both;
}
.section.cta .text {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  font-size: 12pt;
}
.section.cta .text h3 small {
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14pt;
  color: #444;
  padding: 2px 0;
  border-bottom: solid 1px rgba(30,144,140,0.3);
  border-top: solid 1px rgba(30,144,140,0.3);
}
.section.cta .text h3 strong {
  font-family: adelle, sans-serif;
  font-weight: 900;
  font-size: 22pt;
  color: #ec553f;
}
.section.cta .text h3 {
  margin-bottom: 10px;
}
.section.cta .actions {
  padding-top: 30px;
  margin: 0 auto;
  margin-bottom: -75px;
}
.btn {
  display: block;
  margin: 0 auto;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  background: #ec553f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #827f7f;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  line-height: 150px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 0 0 4px rgba(0,0,0,0.04), inset 0 0 0 4px rgba(253,239,225,0.8);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 0 0 4px rgba(0,0,0,0.04), inset 0 0 0 4px rgba(253,239,225,0.8);
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100ms ease;
}
.btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #e93d24;
}
.btn span {
  display: inline-block;
  width: 110px;
  line-height: 18pt;
  vertical-align: middle;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.btn span b {
  font-size: 2.1em;
  text-transform: uppercase;
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  letter-spacing: 2px;
  border-top: solid 1px rgba(255,255,255,0.5);
  border-bottom: solid 1px rgba(255,255,255,0.5);
}
.btn span small {
  display: block;
  font-family: adelle, sans-serif;
  font-weight: 900;
  font-size: 0.9em;
  color: #f9ccc5;
  margin-top: 5px;
}
/* Dat gap */
.gap {
  margin: -75px 0;
  position: relative;
  z-index: 10;
}
.gap:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #ec553f;
  position: relative;
  top: -75px;
}
.gap .btn {
  z-index: 1;
}

/* ----------------------------------------------------------------------------
 * Title
 */
.section.title {
  background-color: #fdefe1;
  background-position: center 0;
}
@media screen and (max-width: 600px) {
  .section.title {
    background: #fdefe1 url("title-sky.jpg") center bottom repeat-x;
    -webkit-background-size: 689px 361px;
    -moz-background-size: 689px 361px;
    background-size: 689px 361px;
  }
}
@media screen and (min-width: 600px) {
  .section.title {
    height: 897px;
  }
  .section.title .o-sky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 722px;
    background-image: url("title-sky.jpg");
    background-position: center 0;
  }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 {
      background-image: url("title-sky@2x.jpg");
      -webkit-background-size: 1378px 722px;
      -moz-background-size: 1378px 722px;
      background-size: 1378px 722px;
    }
}
  .section.title .o-road {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2000px;
    height: 179px;
    background-image: url("title-road.jpg");
    background-color: #92b562;
  }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 {
      background-image: url("title-road@2x.jpg");
      -webkit-background-size: 1000px 179px;
      -moz-background-size: 1000px 179px;
      background-size: 1000px 179px;
    }
}
  .section.title .o-trees {
    position: absolute;
    left: 0;
    bottom: 179px;
    width: 1306px;
    height: 176px;
    background-image: url("title-trees.png");
  }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 {
      background-image: url("title-trees@2x.png");
      -webkit-background-size: 1306px 176px;
      -moz-background-size: 1306px 176px;
      background-size: 1306px 176px;
    }
}
  .section.title .o-front1 {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 1180px;
    height: 148px;
    background-image: url("title-front1.png");
  }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 {
      background-image: url("title-front1@2x.png");
      -webkit-background-size: 1180px 148px;
      -moz-background-size: 1180px 148px;
      background-size: 1180px 148px;
    }
}
  .section.title .o-front2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1240px;
    height: 163px;
    background-image: url("title-front2.png");
  }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 {
      background-image: url("title-front2@2x.png");
      -webkit-background-size: 1240px 163px;
      -moz-background-size: 1240px 163px;
      background-size: 1240px 163px;
    }
}
}
.section.title.moving .o-road.a {
  -webkit-animation: drift-out 144s linear infinite;
  -moz-animation: drift-out 144s linear infinite;
  -o-animation: drift-out 144s linear infinite;
  -ms-animation: drift-out 144s linear infinite;
  animation: drift-out 144s linear infinite;
}
.section.title.moving .o-road.b {
  -webkit-animation: drift-in 144s linear infinite;
  -moz-animation: drift-in 144s linear infinite;
  -o-animation: drift-in 144s linear infinite;
  -ms-animation: drift-in 144s linear infinite;
  animation: drift-in 144s linear infinite;
}
.section.title.moving .o-trees.a {
  -webkit-animation: drift-out 144s linear infinite;
  -moz-animation: drift-out 144s linear infinite;
  -o-animation: drift-out 144s linear infinite;
  -ms-animation: drift-out 144s linear infinite;
  animation: drift-out 144s linear infinite;
}
.section.title.moving .o-trees.b {
  -webkit-animation: drift-in 144s linear infinite;
  -moz-animation: drift-in 144s linear infinite;
  -o-animation: drift-in 144s linear infinite;
  -ms-animation: drift-in 144s linear infinite;
  animation: drift-in 144s linear infinite;
}
.section.title.moving .o-front1.a {
  -webkit-animation: drift-out 72s linear infinite;
  -moz-animation: drift-out 72s linear infinite;
  -o-animation: drift-out 72s linear infinite;
  -ms-animation: drift-out 72s linear infinite;
  animation: drift-out 72s linear infinite;
}
.section.title.moving .o-front1.b {
  -webkit-animation: drift-in 72s linear infinite;
  -moz-animation: drift-in 72s linear infinite;
  -o-animation: drift-in 72s linear infinite;
  -ms-animation: drift-in 72s linear infinite;
  animation: drift-in 72s linear infinite;
}
.section.title.moving .o-front2.a {
  -webkit-animation: drift-out 36s linear infinite;
  -moz-animation: drift-out 36s linear infinite;
  -o-animation: drift-out 36s linear infinite;
  -ms-animation: drift-out 36s linear infinite;
  animation: drift-out 36s linear infinite;
}
.section.title.moving .o-front2.b {
  -webkit-animation: drift-in 36s linear infinite;
  -moz-animation: drift-in 36s linear infinite;
  -o-animation: drift-in 36s linear infinite;
  -ms-animation: drift-in 36s linear infinite;
  animation: drift-in 36s linear infinite;
}
.section.title .sponsors {
  position: relative;
  z-index: 90;
}
.section.title .sponsors .logos {
  position: relative;
  display: table;
  margin: 120px auto 0 auto;
  text-align: center;
  max-width: 100%;
  width: 569px;
  white-space: nowrap;
}
.section.title .sponsors .logos > ul {
  display: table-row;
  margin-bottom: 20px;
  white-space: nowrap;
}
.section.title .sponsors .logos > ul li {
  display: table-cell;
}
.section.title .sponsors .logos > ul img {
  max-width: 100%;
}
.section.title .sponsors .presents {
  z-index: 6;
  margin: 20px 0 10px 0;
  color: #9d9d9d;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16pt;
}
.section.title .logo {
  margin: 0 auto 40px auto;
  text-align: center;
  position: relative;
  z-index: 5;
}
.section.title .logo img {
  width: 569px;
  height: 196px;
}
.section.title .info {
  margin: 40px auto 180px auto;
  font-size: 16pt;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 4;
}
.section.title .info > * {
  text-align: center;
}
.section.title .time {
  color: #1e908c;
}
.section.title .venue {
  color: #e5a141;
  margin-bottom: 10px;
}
.section.title .address {
  font-size: 12pt;
}
.section.title .address.one {
  color: #ec553f;
}
.section.title .address.two {
  color: #008000;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .section.title .sponsors .logos {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section.title .sponsors .logos {
    margin-top: 10px;
  }
  .section.title .logo {
    margin: 0 auto 20px auto;
    width: 90%;
  }
  .section.title .logo img {
    width: 100%;
    height: auto;
  }
  .section.title .info {
    margin: 20px auto 40px auto;
  }
}
/* Download poster */
.poster {
  background: rgba(255,252,249,0.94);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.2);
  font-size: 8pt;
  color: #444;
  text-shadow: 0 1px 1px rgba(255,255,255,0.2);
}
.poster p {
  color: #888;
  padding: 12px 15px;
}
.poster strong {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
  color: #444;
}
.poster .button {
  font-weight: bold;
  padding: 2px 7px;
  margin: 5px 0;
  display: inline-block;
  background: #ec553f;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.2);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.poster .button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f17f6f), color-stop(1, #ec553f));
  background: -webkit-linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  background: -moz-linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  background: -o-linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  background: -ms-linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  background: linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.2), inset 0 2px rgba(255,255,255,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.2), inset 0 2px rgba(255,255,255,0.2);
}
.poster .button:active {
  background: #eb4931;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.2), inset 3px 3px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.2), inset 3px 3px 3px rgba(0,0,0,0.2);
}
.poster p.extra {
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), inset 0 4px 3px -3px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), inset 0 4px 3px -3px rgba(0,0,0,0.1);
  background: rgba(238,238,238,0.8);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.poster p.extra a {
  color: #666;
}
.poster p.extra a:hover {
  color: #f28879;
}
/* Mobile: no poster link */
@media screen and (max-width: 600px) {
  .section.title .poster {
    display: none;
  }
}
/* Desktop */
@media screen and (min-width: 600px) {
  .section.title .poster {
    width: 170px;
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 50;
  }
}
/* ----------------------------------------------------------------------------
 * Animation frames
 */
@-moz-keyframes drift-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  99% {
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    transform: translate3d(-99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes drift-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  99% {
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    transform: translate3d(-99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-o-keyframes drift-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  99% {
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    transform: translate3d(-99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-ms-keyframes drift-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  99% {
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    transform: translate3d(-99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes drift-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  99% {
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    transform: translate3d(-99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-moz-keyframes drift-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate3d(99%, 0, 0);
    -moz-transform: translate3d(99%, 0, 0);
    -o-transform: translate3d(99%, 0, 0);
    -ms-transform: translate3d(99%, 0, 0);
    transform: translate3d(99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes drift-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate3d(99%, 0, 0);
    -moz-transform: translate3d(99%, 0, 0);
    -o-transform: translate3d(99%, 0, 0);
    -ms-transform: translate3d(99%, 0, 0);
    transform: translate3d(99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes drift-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate3d(99%, 0, 0);
    -moz-transform: translate3d(99%, 0, 0);
    -o-transform: translate3d(99%, 0, 0);
    -ms-transform: translate3d(99%, 0, 0);
    transform: translate3d(99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-ms-keyframes drift-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate3d(99%, 0, 0);
    -moz-transform: translate3d(99%, 0, 0);
    -o-transform: translate3d(99%, 0, 0);
    -ms-transform: translate3d(99%, 0, 0);
    transform: translate3d(99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes drift-in {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate3d(99%, 0, 0);
    -moz-transform: translate3d(99%, 0, 0);
    -o-transform: translate3d(99%, 0, 0);
    -ms-transform: translate3d(99%, 0, 0);
    transform: translate3d(99%, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

/* ----------------------------------------------------------------------------
 * Speakers section
 */
.section.speakers {
  background: #1e908c url("speakers-bg.jpg");
  color: #fff;
  padding-bottom: 40px;
}
.section.speakers:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 5;
  border-top: dotted 3px #e9eee0;
}
.section.speakers .header {
  padding-top: 70px;
}
.section.speakers .header h2 {
  font-size: 46pt;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  color: #ec553f;
}
.section.speakers .header .pre {
  font-size: 12pt;
  letter-spacing: 3px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.section.speakers .header .pre span {
  border-top: solid 1px rgba(30,144,140,0.2);
  border-bottom: solid 1px rgba(30,144,140,0.2);
}
@media screen and (max-width: 480px) {
  .section.speakers .header h2 {
    font-size: 26pt;
  }
}
/* ============================================================================
 * Decorations
 */
.section.speakers .o-waves {
  background: #fdefe1 url("speakers-waves.jpg") center bottom repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 503px;
  z-index: 0;
}
.section.speakers .o-floaters {
  background-image: url("speakers-floaters.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: -95px;
  top: 270px;
  width: 100%;
  height: 230px;
  z-index: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .section.speakers .o-floaters {
    background-image: url("speakers-floaters@2x.png");
    -webkit-background-size: 1167px 230px;
    -moz-background-size: 1167px 230px;
    background-size: 1167px 230px;
  }
}
.section.speakers .o-bed {
  background-image: url("speakers-bed.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 106px;
  z-index: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .section.speakers .o-bed {
    background-image: url("speakers-bed@2x.jpg");
    -webkit-background-size: 1031px 106px;
    -moz-background-size: 1031px 106px;
    background-size: 1031px 106px;
  }
}
/* ----------------------------------------------------------------------------
 * Speakers list
 */
.speakers-list {
  zoom: 1;
  margin: 80px auto 0 auto;
  position: relative;
}
.speakers-list:before,
.speakers-list:after {
  content: "";
  display: table;
}
.speakers-list:after {
  clear: both;
}
@media screen and (min-width: 980px) {
  .speakers-list {
    width: 980px;
    padding-top: 220px;
    padding-bottom: 120px;
  }
  .speakers-list .speaker {
    z-index: 2;
  }
  .speakers-list .speaker.left {
    float: left;
    clear: both;
  }
  .speakers-list .speaker.right {
    margin-top: 30px;
    float: right;
  }
  .speakers-list .speaker:first-child {
    margin-top: 0;
  }
  .speakers-list .speaker.left {
    margin-top: -50px;
  }
  .speakers-list .o-line {
    display: block;
    width: 4px;
    margin-left: -2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 42px;
    bottom: 90px;
    background: #f2d0a0;
    z-index: 1;
  }
  .speakers-list .o-anchor {
    display: block;
    width: 23px;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: 66px;
    background-image: url("speakers-anchor.png");
    margin-left: -12px;
  }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 {
      background-image: url("speakers-anchor@2x.png");
      -webkit-background-size: 23px 25px;
      -moz-background-size: 23px 25px;
      background-size: 23px 25px;
    }
}
  .speakers-list .speaker:after {
    content: '';
    display: block;
    width: 92px;
    height: 35px;
    position: absolute;
    bottom: 80px;
    z-index: 0;
  }
  .speakers-list .speaker.left:after {
    right: -22px;
    background-image: url("speakers-through-left.png");
  }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 {
      background-image: url("speakers-through-left@2x.png");
      -webkit-background-size: 92px 35px;
      -moz-background-size: 92px 35px;
      background-size: 92px 35px;
    }
}
  .speakers-list .speaker.right:after {
    left: -22px;
    background-image: url("speakers-through-right.png");
  }
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 {
      background-image: url("speakers-through-right@2x.png");
      -webkit-background-size: 92px 35px;
      -moz-background-size: 92px 35px;
      background-size: 92px 35px;
    }
}
}
@media screen and (max-width: 980px) {
  .speakers-list {
    padding-top: 70px;
  }
  .speakers-list .speaker {
    display: block;
    margin: 20px auto;
  }
}
.speaker {
  display: block;
  position: relative;
  padding: 10px;
  background: rgba(0,0,0,0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
}
.speaker,
.speaker .front,
.speaker .back,
.speaker .hero {
  width: 450px;
  height: 270px;
}
.speaker .front,
.speaker .back,
.speaker .hero {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.speaker {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.speaker .front,
.speaker .back {
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  transition: transform 200ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.speaker .front {
  background: #1e908c;
}
.speaker .front {
  z-index: 3;
}
.speaker .back {
  z-index: 2;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.speaker.active .front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  z-index: 2;
}
.speaker.active .back {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .speaker,
  .speaker .front,
  .speaker .back,
  .speaker .hero {
    width: 300px;
    height: 180px;
  }
  .speaker .meta {
    bottom: auto;
    left: auto;
    top: 20px;
  }
  .speaker .meta .button {
    display: none;
  }
  .speaker,
  .speaker.active {
    height: auto;
  }
  .speaker .front,
  .speaker.active .front,
  .speaker .back,
  .speaker.active .back {
    position: static;
  }
  .speaker .back,
  .speaker.active .back {
    display: block;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
  }
}
/* Back face */
.speaker .back {
  background: #c3cb99;
  padding: 20px;
  color: #222;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
  font-size: 10pt;
}
.speaker .back .avatar {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
}
.speaker .back .avatar,
.speaker .back .avatar img,
.speaker .back .avatar:after {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.speaker .back .avatar:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 0 0 2px #fdefe1, inset 0 0 20px rgba(0,0,0,0.5);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 0 0 2px #fdefe1, inset 0 0 20px rgba(0,0,0,0.5);
}
.speaker .back .heading {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.speaker .back .heading p {
  font-weight: 700;
  text-transform: uppercase;
}
.speaker .back .heading h3 {
  font-size: 22pt;
  font-family: adelle, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .speaker .back .heading h3 {
    font-size: 14pt;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
/* ============================================================================ 
 * Front card's meta thing
 */
.speaker .meta {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  line-height: 1.5;
  font-size: 10pt;
}
.speaker.left .meta {
  text-align: right;
}
.speaker.right .meta {
  right: auto;
  left: 20px;
}
.speaker .meta span {
  background: rgba(255,255,255,0.95);
  padding: 2px 7px 1px 7px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.1), 3px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.1), 3px 3px rgba(0,0,0,0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
}
.speaker .meta:hover span {
  background: #fff;
}
.speaker .meta .button {
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  margin: 0 -20px -10px -20px;
}
.speaker .meta .button span {
  background: rgba(68,68,68,0.8);
  color: #fff;
  font-size: 7pt;
  padding: 0 7px 1px 7px;
  letter-spacing: -1px;
}
.speaker .meta .button span:before {
  content: '\2022\2022\2022';
}
.speaker .meta .button:hover span {
  background: #ec553f;
}
.speaker .meta .button:active span {
  background: #111;
}
.speaker .meta h3 span {
  padding: 3px 7px 1px 7px;
  background-color: rgba(236,85,63,0.8);
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  color: #fff;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.speaker .meta:hover h3 span {
  background-color: #ec553f;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.speaker .meta h3:active span {
  background-color: #444;
}
.speaker .meta h3 {
  font-family: adelle, sans-serif;
  font-size: 18pt;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 4px;
  cursor: pointer;
}
.speaker .name {
  color: #e5a141;
}
.speaker .location {
  color: #1e908c;
}
.speaker .discipline {
  color: #bcc58e;
}

/* ----------------------------------------------------------------------------
 * Tickets
 */
.section.tickets {
  background: #e9eee0 url("tickets-backdrop.jpg") center 0 repeat-x;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
/* Road ornament at the bottom */
}
.section.tickets .header {
  color: #ec553f;
  line-height: 1.3;
}
.section.tickets .header p {
  font-size: 14pt;
  color: #444;
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  font-weight: 700;
}
.section.tickets .o-road {
  background-image: url("title-road.png");
  height: 22px;
  width: 100%;
  position: relative;
  z-index: 5;
  border-bottom: solid 3px #e5a141;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .section.tickets .o-road {
    background-image: url("title-road@2x.png");
    -webkit-background-size: 471px 22px;
    -moz-background-size: 471px 22px;
    background-size: 471px 22px;
  }
}
.ticket-list {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .ticket-list .ticket {
    margin: 30px auto 30px auto;
  }
}
@media screen and (min-width: 600px) {
  .ticket-list .ticket {
    margin: 20px 50px 10px 50px;
  }
}
.ticket-list .ticket {
  display: inline-block;
  width: 250px;
  height: 250px;
  -webkit-border-radius: 125px;
  border-radius: 125px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
  box-shadow: 0 0 0 4px rgba(0,0,0,0.05), 0 0 0 1px rgba(0,0,0,0.05);
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.ticket-list .ticket:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 236px;
  height: 236px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  border: dotted 2px #ccc;
}
.ticket-list .ticket img {
  width: 70px;
  height: 120px;
  margin-top: -40px;
  background: #fdefe1;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2), -1px 1px 1px rgba(0,0,0,0.2);
}
.ticket-list .ticket h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #1e908c;
}
.ticket-list .ticket .price {
  font-size: 32pt;
  font-family: adelle, sans-serif;
  font-weight: 400;
  color: #ec553f;
  line-height: 1.1;
  margin-bottom: 7px;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #c7f3f2;
}
.ticket-list .ticket .price:before,
.ticket-list .ticket .price:after {
  content: '\2219';
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.ticket-list .ticket .price:before {
  margin-right: 10px;
}
.ticket-list .ticket .price:after {
  margin-left: 10px;
}
.ticket-list .ticket.student-pass .price {
  color: #bb906c;
}
.ticket-list .ticket .type {
  font-size: 9pt;
  width: 160px;
  margin: 3px auto 0 auto;
}
.ticket-list .ticket .type b {
  font-weight: bold;
}
/* Each pass contains: */
.pass-contents {
  margin: 20px auto;
  max-width: 800px;
  line-height: 1.7;
/* Desktop: Line them up horizontally */
/* Mobile: No breaks */
}
.pass-contents h3 {
  font-weight: 400;
  font-family: adelle, sans-serif;
  font-size: 1.5em;
  color: #1e908c;
  text-align: center;
  margin-bottom: 15px;
}
.pass-contents h3 span {
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
@media screen and (min-width: 600px) {
  .pass-contents {
    margin-top: -25px;
  }
}
.pass-contents ul {
  font-size: 1.2em;
  text-align: center;
  margin: 30px 0;
}
.pass-contents li {
  padding: 9px 0;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 600px) {
  .pass-contents li {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .pass-contents br {
    display: none;
  }
}
.pass-contents li strong {
  font-weight: bold;
  display: block;
  line-height: 1.3;
}
.pass-contents li small {
  display: block;
  font-size: 0.6em;
  font-weight: 400;
  font-family: adelle, sans-serif;
  color: #777;
  line-height: 1.6;
  margin-top: 3px;
}
.pass-contents span.free {
  background: #e5a141;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  text-transform: uppercase;
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  font-weight: 700;
  padding: 2px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 5px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
/* Important reminders: */
.pass-reminders {
  position: relative;
  -webkit-box-shadow: inset 0 6px 4px -4px rgba(0,0,0,0.1), inset 0 -6px 4px -4px rgba(0,0,0,0.03);
  box-shadow: inset 0 6px 4px -4px rgba(0,0,0,0.1), inset 0 -6px 4px -4px rgba(0,0,0,0.03);
  text-shadow: 0 1px 1px rgba(255,255,255,0.3);
  background: rgba(222,230,209,0.8);
  padding: 30px 0;
  margin-top: 30px;
}
.pass-reminders:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 5;
  border-top: dotted 3px #e9eee0;
}
.pass-reminders .in {
  margin: 0 auto;
  max-width: 960px;
  text-align: left;
  line-height: 1.7;
  font-size: 0.8em;
}
.pass-reminders ul {
  zoom: 1;
}
.pass-reminders ul:before,
.pass-reminders ul:after {
  content: "";
  display: table;
}
.pass-reminders ul:after {
  clear: both;
}
.pass-reminders li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  display: block;
  float: none;
  width: auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .pass-reminders li:before {
    display: inline-block;
    content: '\2014';
    margin-right: 5px;
    color: #1e908c;
    width: 12px;
    margin-left: -17px;
  }
  .pass-reminders li {
    padding-left: 17px;
    padding-right: 20px;
    float: left;
    text-align: left;
    width: 20%;
    line-height: 1.5;
  }
  .pass-reminders li:first-line {
    font-weight: bold;
  }
}
/* Box with 'buy now' button */
.buy-box {
  text-align: center;
  margin: 20px 0;
}
.buy-box .or {
  display: inline-block;
  margin: 0 10px;
  font-size: 16pt;
}
.buy-box .buy-button,
.buy-box .or {
  vertical-align: middle;
}
.buy-box .buy-button {
  display: inline-block;
  background: #ec553f;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.2);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 10px;
  margin: 0 10px;
  min-width: 250px;
  line-height: 1.2;
}
.buy-box .buy-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f17f6f), color-stop(1, #ec553f));
  background: -webkit-linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  background: -moz-linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  background: -o-linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  background: -ms-linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  background: linear-gradient(top, #f17f6f 0%, #ec553f 100%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.2), inset 0 2px rgba(255,255,255,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.2), inset 0 2px rgba(255,255,255,0.2);
}
.buy-box .buy-button:active {
  background: #eb4931;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.2), inset 3px 3px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.2), inset 3px 3px 3px rgba(0,0,0,0.2);
}
.buy-box .buy-button strong,
.buy-box .buy-button small {
  display: block;
}
.buy-box .buy-button .amp {
  text-transform: none;
}
.buy-box .buy-button strong {
  font-weight: 700;
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  font-size: 13pt;
  text-transform: uppercase;
}
.buy-box .buy-button small {
  color: #fbddd9;
  font-family: adelle, sans-serif;
  font-size: 10pt;
  margin-bottom: 3px;
}
@media screen and (max-width: 600px) {
  .buy-box .or {
    display: block;
    margin: 10px 0;
  }
}
/* ----------------------------------------------------------------------------
 * Payment
 */
.payment-methods .in {
  padding: 20px;
  margin: 0 auto;
}
.payment-methods {
  font-size: 0.9em;
}
.payment-methods p {
  margin: 20px 0;
}
.payment-methods h2 + p,
.payment-methods h3 + p {
  margin-top: 0;
}
.payment-methods h2,
.payment-methods h3 {
  font-weight: bold;
  font-size: 1.1em;
}
.payment-methods h2 {
  font-size: 1.4em;
  font-family: adelle, sans-serif;
  font-weight: 900;
  color: #ec553f;
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .payment-methods .in {
    max-width: 900px;
    zoom: 1;
  }
  .payment-methods .in:before,
  .payment-methods .in:after {
    content: "";
    display: table;
  }
  .payment-methods .in:after {
    clear: both;
  }
  .payment-methods h2 {
    font-size: 1.6em;
  }
}
/* Establishments where you can buy */
.establishments {
  zoom: 1;
}
.establishments:before,
.establishments:after {
  content: "";
  display: table;
}
.establishments:after {
  clear: both;
}
.establishments h3 strong {
  color: #a1ae61;
  margin-left: 10px;
}
.establishments article {
  zoom: 1;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.establishments article:before,
.establishments article:after {
  content: "";
  display: table;
}
.establishments article:after {
  clear: both;
}
.establishments article img {
  float: left;
  margin: 8px 15px 0 0;
  height: 40px;
  width: 40px;
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2), 0 0 0 4px rgba(0,0,0,0.05);
}
.establishments article p {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .establishments {
    margin: 0 auto;
    width: 790px;
  }
  .establishments article {
    width: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .establishments article:nth-child(2n+1) {
    width: 410px;
    padding-right: 50px;
  }
}

/* ----------------------------------------------------------------------------
 * Schedule
 */
.section.schedule {
  background-color: #8ca630;
  padding-top: 75px;
}
.section.schedule .o-bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  background: #fff url("schedule-bg2.jpg");
}
.section.schedule .o-backdrop {
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  height: 292px;
  background: #fff url("schedule-backdrop.jpg") center 0 repeat-x;
}
.section.schedule .header,
.section.schedule .event-info {
  position: relative;
  z-index: 1;
}
.section.schedule .header h2 {
  color: #7e593a;
}
.section.schedule .header .pre {
  color: #1e908c;
}
.section.schedule .header .pre span {
  border-top-color: rgba(188,197,142,0.8);
  border-bottom-color: rgba(188,197,142,0.8);
}
.section.schedule .event-map {
  width: 100%;
  margin: 20px auto 20px auto;
}
.touch .section.schedule .event-map {
  width: 400px;
}
.section.schedule iframe {
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
@media screen and (max-width: 600px) {
  .section.schedule .event-map {
    width: auto;
    padding: 0 40px;
  }
}
.event-info {
  text-align: center;
  margin: 0 auto 40px auto;
/* Heading */
/* Value */
}
.event-info dl {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 160px;
  border-right: dotted 1px rgba(0,0,0,0.2);
}
.event-info dl:last-child {
  border-right: 0;
}
.event-info dt {
  font-weight: 700;
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10pt;
  color: #7e593a;
  text-shadow: 0 1px 1px rgba(255,255,255,0.2);
}
.event-info dd {
  font-family: adelle, sans-serif;
  font-weight: 400;
  font-size: 18pt;
}
.event-info dd small {
  font-family: proxima-nova-alt, proxima-nova, proxima nova, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.event-info .registration dd {
  color: #1e908c;
}
.event-info .starts dd {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.event-info .ends dd {
  color: #ec553f;
}

/* ----------------------------------------------------------------------------
 * Venue
 */
.section.venue {
  background: #eac859 url("venue-bg.jpg");
}
.section.venue {
  padding-top: 90px;
}
@media screen and (min-width: 600px) {
  .section.venue {
    padding-bottom: 150px;
  }
}
.section.venue:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  border-top: dotted 3px #fdefe1;
}
.section.venue .o-beach {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 455px;
  background: url("venue-beach.jpg") center 0 repeat-x;
  -webkit-box-shadow: inset 0 8px 5px -5px rgba(0,0,0,0.1);
  box-shadow: inset 0 8px 5px -5px rgba(0,0,0,0.1);
}
.section.venue .image {
  height: auto;
}
.section.venue .header {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.section.venue .figure {
  margin-top: -20px;
}
.section.venue a.highlight {
  color: #444;
  text-shadow: 0 1px 1px rgba(255,255,255,0.3);
  background-color: rgba(250,250,224,0.4);
  padding: 1px 4px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-transition: background-color 100ms ease;
  -moz-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  -ms-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}
.section.venue a.highlight:hover {
  background-color: rgba(250,250,224,0.9);
}
.section.venue a.highlight:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  background-color: #ec553f;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.section.venue .image img.one {
  height: 371px;
}
.section.venue .body {
  text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
.section.venue .body,
.section.venue .image {
  position: relative;
  z-index: 1;
}
/* List of benefits of the new location */
.location-benefits li {
  padding-bottom: 20px;
  font-weight: 400;
}
.location-benefits li strong {
  color: #525a2e;
  display: block;
  font-weight: 900;
  font-family: adelle, sans-serif;
  font-size: 1.3em;
}
/* Hide CTA after the venue */
@media screen and (max-width: 600px) {
  .section.venue + .gap {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
 * About
 */
.section.about {
  background: #f7faf4 url("about-bg.jpg");
  position: relative;
}
.section.about .o-backdrop {
  background-image: url("about-backdrop.jpg");
  background-position: center 0;
  background-repeat: repeat-x;
  height: 668px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .section.about .o-backdrop {
    background-image: url("about-backdrop@2x.jpg");
    -webkit-background-size: 1625px 668px;
    -moz-background-size: 1625px 668px;
    background-size: 1625px 668px;
  }
}
.section.about .header,
.section.about .figure {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .section.about {
    padding-bottom: 85px;
  }
}
.section.about .header {
  color: #1e908c;
}
.section.about .pullquote {
  background: #f7faf4 url("about-bg.jpg");
}
.section.about img.one {
  height: 380px;
}
.section.about .body {
  text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
/* ----------------------------------------------------------------------------
 */
.body {
  width: 400px;
  margin: 0 auto;
  line-height: 1.6;
/* Mobile: Hide pullquote */
}
.body p,
.body ul,
.body ol {
  margin-top: 20px;
}
.body > :first-child {
  margin-top: 0;
}
.body > p:first-child:first-line {
  font-weight: bold;
  font-size: 1.1em;
}
.body > p:first-child:first-letter {
  font-family: adelle, sans-serif;
  font-weight: 900;
  font-size: 3em;
  float: left;
  margin: 0 5px 0 -10px;
  line-height: 1;
}
.body .pullquote {
  width: 260px;
  float: right;
  font-size: 14pt;
  font-family: adelle, sans-serif;
  font-weight: 400;
  margin: 0 -150px 0 20px;
  color: #187370;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.body .pullquote:first-line {
  font-weight: 900;
}
.body strong {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .body {
    width: auto;
    padding: 0 20px;
  }
  .body .pullquote {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
 * FAQ
 */
.section.faq {
  background: #1e908c url("speakers-bg.jpg");
}
/* FAQ header */
.header.faq {
  clear: both;
  color: #fff;
}
.faq-list {
  clear: both;
  max-width: 980px;
  margin: 0 auto;
  color: #90e8e5;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  font-size: 0.9em;
}
.faq-list ul {
  zoom: 1;
}
.faq-list ul:before,
.faq-list ul:after {
  content: "";
  display: table;
}
.faq-list ul:after {
  clear: both;
}
.faq-list a,
.faq-list a:visited {
  color: #fff;
}
.faq-list li {
  border-top: solid 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .faq-list ul {
    padding: 0 30px;
  }
}
@media screen and (min-width: 800px) {
  .faq-list li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    float: left;
  }
  .faq-list {
    padding-bottom: 40px;
  }
}
.faq-list li:nth-child(2n+1) {
  clear: both;
}
.faq-list li strong {
  display: block;
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.faq-list li:nth-child(5n+1) strong,
.faq-list li:nth-child(5n+4) strong {
  color: #f8c4bc;
}
.faq-list li:nth-child(5n+2) strong {
  color: #dee2c7;
}
.faq-list li:nth-child(5n+3) strong {
  color: #f2d0a0;
}
.faq-list li p {
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------
 * Contact
 */
.section.contact {
  background: #fff;
}
.section.contact .in {
  padding: 40px 20px;
}
.section.contact .content {
  font-size: 0.9em;
}
.section.contact .content p {
  margin-bottom: 20px;
}
.section.contact .content h2,
.section.contact .content h3 {
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (min-width: 600px) {
  .section.contact .in {
    width: 980px;
    margin: 0 auto;
    zoom: 1;
  }
  .section.contact .in:before,
  .section.contact .in:after {
    content: "";
    display: table;
  }
  .section.contact .in:after {
    clear: both;
  }
  .section.contact .content {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section.contact .content.details {
    padding-top: 20px;
  }
}
.footer {
  font-size: 0.9em;
  text-align: center;
  color: #888;
  padding-bottom: 40px;
}
.footer p {
  margin: 20px 0;
}
.footer strong {
  font-weight: bold;
  color: #444;
}
.footer em,
.footer em a {
  color: #444;
}
.footer a {
  color: #999;
  border-bottom: dotted 1px #ccc;
}
.footer a:hover {
  color: #ec553f;
}
.footer .logo-footer {
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  margin: 40px 0;
}
.footer .amp {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  margin: 0 2px;
}

.slideshow,
.slideshow .slides,
.slideshow .slide {
  display: block;
  width: 450px;
  height: 270px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slideshow {
  overflow: hidden;
  position: relative;
}
.slideshow .slides,
.slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
}
.slideshow .slide:not(:first-child) {
  display: none;
}
