meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+');
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input, .error textarea, .error select {
  margin-bottom: 0; }
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem; }
.error label, .error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error, textarea.error, select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th, table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th, table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, .speaker-modal, .newsletter-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal, .speaker-modal, .newsletter-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .speaker-modal .column, .newsletter-modal .column, .reveal-modal .columns, .speaker-modal .columns, .newsletter-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child, .speaker-modal > :first-child, .newsletter-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, .speaker-modal > :last-child, .newsletter-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal, .speaker-modal, .newsletter-modal {
      width: 80%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal, .speaker-modal, .newsletter-modal {
      top: 6.25rem; } }
  .reveal-modal.radius, .radius.speaker-modal, .radius.newsletter-modal {
    border-radius: 3px; }
  .reveal-modal.round, .round.speaker-modal, .round.newsletter-modal {
    border-radius: 1000px; }
  .reveal-modal.collapse, .collapse.speaker-modal, .collapse.newsletter-modal {
    padding: 0; }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.tiny, .tiny.speaker-modal, .tiny.newsletter-modal {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.small, .small.speaker-modal, .small.newsletter-modal {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.medium, .medium.speaker-modal, .medium.newsletter-modal {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.large, .large.speaker-modal, .large.newsletter-modal {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:40.063em) {
    .reveal-modal.xlarge, .xlarge.speaker-modal, .xlarge.newsletter-modal {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, .full.speaker-modal, .full.newsletter-modal {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width:40.063em) {
      .reveal-modal.full, .full.speaker-modal, .full.newsletter-modal {
        width: 100%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal.toback, .toback.speaker-modal, .toback.newsletter-modal {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal, .speaker-modal .close-reveal-modal, .newsletter-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008CBA; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 12px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 12px;
    border-color: transparent transparent #333333 transparent;
    top: -24px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 12px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008CBA !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -24px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -24px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -24px;
    left: auto;
    top: 50%;
    margin-top: -12px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -24px;
    top: 50%;
    margin-top: -12px; } }

body {
  font-family: 'Lato', sans-serif;
  color: #7F7F7C;
  font-size: 1.125rem; }

h1, h2, h3 {
  font-weight: 400; }

a {
  text-decoration: none;
  color: #2ea0c2; }

* {
  -webkit-tap-highlight-color: transparent; }

.header {
  width: 100%;
  height: 60px;
  background-color: #E89715;
  position: fixed;
  z-index: 1000; }
  @media only screen and (min-width:64.063em) {
    .header {
      height: 35px; } }

.navigation {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 0.9375rem;
  display: none; }
  @media only screen and (min-width:64.063em) {
    .navigation {
      display: block; } }

.navigation__item {
  float: left; }

.navigation__link {
  text-transform: uppercase;
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  padding: 10px 27px; }
  .navigation__link:hover {
    background: #dd860a; }

.navigation-button {
  background: url('/2015/static/img/icons/menu.svg?41913f574f03') no-repeat center;
  background-size: 50px 50px;
  display: block;
  width: 60px;
  height: 100%;
  margin-left: 10px;
  cursor: pointer;
  float: left; }
  @media only screen and (min-width:64.063em) {
    .navigation-button {
      display: none; } }

.header-media {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right; }

.header-media__item {
  display: block;
  float: right;
  padding: 7px; }
  .header-media__item:hover {
    background-color: #dd860a; }

.header-media__link {
  display: block;
  background-size: contain !important;
  margin-top: 5px;
  width: 38px;
  height: 39px; }
  @media only screen and (min-width:64.063em) {
    .header-media__link {
      width: 25px;
      height: 21px;
      margin: 0; } }

.header-media--twitter {
  background: url('/2015/static/img/icons/twitter.svg?41913f574f03') no-repeat center; }

.header-media--facebook {
  background: url('/2015/static/img/icons/facebook.svg?41913f574f03') no-repeat center; }

.header-media--mail {
  background: url('/2015/static/img/icons/email.svg?41913f574f03') no-repeat center; }

.header-media--youtube {
  background: url('/2015/static/img/icons/youtube_light.png?b2dd5f6fcc25') no-repeat center; }

.navigation-button2 {
  height: 30px; }

/*

  SIDEBAR Mobile

*/
.sidebar-nav {
  padding-top: 80px;
  width: 100%;
  height: 440px;
  transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transition: all 0.5s ease 0s;
  background: #404041;
  position: fixed;
  z-index: 1000;
  top: 0;
  -webkit-perspective: 1000px; }

.sidebar-nav--opened {
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px); }

.sidebar__menu {
  list-style: none; }

.sidebar__menu__item {
  margin-bottom: 20px; }

.sidebar__menu__link {
  color: #fff;
  font-size: 18px !important;
  display: block;
  text-align: center; }
  .sidebar__menu__link:hover {
    color: #e5e5e5; }

.sidebar__menu__item--active .sidebar__menu__link {
  color: #e5e5e5;
  font-size: 18px !important; }

.intro-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .intro-container:before, .intro-container:after {
    content: " ";
    display: table; }
  .intro-container:after {
    clear: both; }

.intro {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  padding-top: 110px;
  padding-bottom: 20px;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .intro {
      float: none;
      margin: 0 auto;
      padding-top: 140px; } }

.intro-buttons {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 40px; }
  .intro-buttons h3 {
    font-size: 1.3125rem; }

.newsletter {
  width: 256px;
  float: right; }
  @media only screen and (max-width: 40em) {
    .newsletter {
      float: none;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left;
      margin-left: 8.33333% !important; } }

.newsletter__button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 0.625rem;
  white-space: nowrap;
  height: 41px;
  margin: 0;
  width: 100%; }
  .newsletter__button:hover, .newsletter__button:focus {
    background-color: #007095; }
  .newsletter__button:hover, .newsletter__button:focus {
    color: #FFFFFF; }
  .newsletter__button:hover, .newsletter__button:focus {
    background-color: #008CBA; }
  .newsletter__button.not-active {
    background: #7f807d;
    pointer-events: none;
    cursor: default; }

.registration-button {
  width: 256px;
  float: left; }
  @media only screen and (max-width: 40em) {
    .registration-button {
      float: none;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left;
      margin-left: 8.33333% !important;
      padding-top: 20px; } }

.registration-button__link {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 0.625rem;
  height: 41px;
  margin: 0;
  background-color: #e89715;
  width: 100%; }
  .registration-button__link:hover, .registration-button__link:focus {
    background-color: #007095; }
  .registration-button__link:hover, .registration-button__link:focus {
    color: #FFFFFF; }
  .registration-button__link.not-active {
    background: #7f807d;
    pointer-events: none;
    cursor: default; }

.registration-button--warning {
  color: red; }

.event-name {
  font-family: Questrial, sans-serif;
  font-size: 4.25rem;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px; }
  @media only screen and (max-width: 40em) {
    .event-name {
      font-size: 2.625rem; } }

.intro__subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2.125rem; }
  @media only screen and (max-width: 40em) {
    .intro__subtitle {
      font-size: 1.5rem;
      margin-top: 15px; } }

.intro__date {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 2.25rem; }
  @media only screen and (max-width: 40em) {
    .intro__date {
      font-size: 1.5625rem; } }

.event-name__summit {
  color: #E89715; }

.about-container {
  background: url('/2015/static/img/backgrounds/about.png?41913f574f03') no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 40em) {
    .about-container {
      background-image: url('/2015/static/img/backgrounds/about-mobile.jpg?5091d7c5d2cb'); } }

.about {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-bottom: 50px;
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 300; }
  .about:before, .about:after {
    content: " ";
    display: table; }
  .about:after {
    clear: both; }
  .about p {
    margin-top: 0;
    line-height: 1.375rem; }
  .about a {
    color: #E89715; }

.about__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715;
  margin-bottom: 20px; }

.about__first-part {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  float: left; }
  @media only screen and (max-width: 40em) {
    .about__first-part {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

.about__second-part {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  float: left; }
  @media only screen and (max-width: 40em) {
    .about__second-part {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

.stats {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-bottom: 50px; }
  .stats:before, .stats:after {
    content: " ";
    display: table; }
  .stats:after {
    clear: both; }

.stats__list {
  list-style-type: none; }

.stats__item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left;
  display: inline;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .stats__item {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left; } }

.stats__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715; }

.stats__data {
  color: #2ea0c2;
  font-size: 6.25rem;
  font-weight: 300;
  display: block; }
  @media only screen and (max-width: 40em) {
    .stats__data {
      font-size: 5rem; } }

.stats__name {
  font-size: 1.5rem;
  color: #7F807D; }
  @media only screen and (max-width: 40em) {
    .stats__name {
      font-size: 1.25rem; } }

.organisers-container {
  background-image: url('/2015/static/img/backgrounds/organisers.jpg?41913f574f03');
  color: white; }
  @media only screen and (max-width: 40em) {
    .organisers-container {
      background: none; } }

/*

  SPEAKERS

*/
.hexagon {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer; }

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.hexagon-in2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.hexagon-in2:hover .kwadrat {
  bottom: 50px; }

.hexagon2 {
  width: 170px;
  height: 340px;
  margin-top: -70px; }

.hexagon-wrapper {
  width: 170px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto; }

.kwadrat {
  background: #e89715;
  width: 170px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  text-align: center;
  padding-top: 15px;
  transition: bottom 400ms ease-out; }
  .kwadrat h3 {
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    display: inline; }

.speakers-container {
  background: url('/2015/static/img/backgrounds/speakers.jpg?0b8e9f40e117') no-repeat;
  background-size: cover;
  color: white; }
  @media only screen and (max-width: 40em) {
    .speakers-container {
      background-image: url('/2015/static/img/backgrounds/speakers-mobile.jpg?0b8e9f40e117'); } }

.speakers__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715; }

.speakers {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .speakers:before, .speakers:after {
    content: " ";
    display: table; }
  .speakers:after {
    clear: both; }

.speakers__row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .speakers__row:before, .speakers__row:after {
    content: " ";
    display: table; }
  .speakers__row:after {
    clear: both; }

.speakers__photo {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  visibility: visible;
  cursor: pointer; }

.speakers__name {
  color: #E89715;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer; }

.speakers__tagline {
  text-align: center;
  font-weight: 300;
  margin-top: 10px; }

.speakers__tba {
  width: 100%;
  text-align: center;
  font-weight: 300;
  margin-top: 20px; }

.speakers__item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left; }
  @media only screen and (max-width: 40em) {
    .speakers__item {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

@media only screen and (min-width:40.063em) {
  .speakers__item--offset {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-left: 37.5% !important; } }
@media only screen and (max-width: 40em) {
  .speakers__item--offset {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; } }

.speaker-modal__photo {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left; }
  @media only screen and (max-width: 40em) {
    .speaker-modal__photo {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

.speaker-modal__description {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 75%;
  float: left; }
  @media only screen and (max-width: 40em) {
    .speaker-modal__description {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

.speaker-modal__name {
  font-size: 1.5rem;
  color: #E89715;
  font-weight: 600; }

.speaker-modal__tagline {
  font-size: 1.25rem; }

.speaker-modal__talk-title {
  font-size: 1.25rem;
  color: #E89715; }

.speaker-modal__twitter-icon {
  height: 20px; }

.organisers__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715; }

.organisers {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .organisers:before, .organisers:after {
    content: " ";
    display: table; }
  .organisers:after {
    clear: both; }

.organisers__wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 40em) {
    .organisers__wrapper {
      padding: 0; } }

.organisers__item {
  width: 170px;
  float: left;
  margin: 0 15px; }
  @media only screen and (max-width: 40em) {
    .organisers__item {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left;
      margin: 0;
      margin-bottom: 8px; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .organisers__item {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 33.33333%;
      float: left;
      margin: 0;
      margin-bottom: 8px; } }

.organisers__item--offset {
  margin-left: 115px; }
  @media only screen and (max-width: 40em) {
    .organisers__item--offset {
      margin-left: 0; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .organisers__item--offset {
      margin-left: 0; } }

.organisers__item--second-row {
  margin-top: -30px; }
  @media only screen and (max-width: 40em) {
    .organisers__item--second-row {
      margin-top: 0; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .organisers__item--second-row {
      margin-top: 0; } }

.organisers__info {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
  font-size: 1.125rem; }
  @media only screen and (max-width: 40em) {
    .organisers__info {
      color: #7F807D; } }

/*

  AGENDA

*/
.agenda {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .agenda:before, .agenda:after {
    content: " ";
    display: table; }
  .agenda:after {
    clear: both; }

.agenda__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715; }

.agenda__day-header {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #7F7F7C; }

.agenda__entry {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #7F7F7C 1px solid; }
  .agenda__entry:before, .agenda__entry:after {
    content: " ";
    display: table; }
  .agenda__entry:after {
    clear: both; }

.agenda__entry--last {
  border-bottom: none; }

.agenda__entry-hours {
  color: #7F7F7C;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 8.33333%;
  float: left;
  font-size: 1.125rem;
  text-align: right;
  margin-right: 30px; }
  @media only screen and (max-width: 40em) {
    .agenda__entry-hours {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left;
      text-align: left; } }

@media only screen and (max-width: 40em) {
  .agenda__entry-start {
    display: inline; } }

@media only screen and (max-width: 40em) {
  .agenda__entry-end {
    display: inline; } }

@media only screen and (max-width: 40em) {
  .agenda__entry-end::before {
    content: "- "; } }

.agenda__entry-special-title {
  font-size: 1.3125rem;
  font-weight: 400;
  color: #51514F;
  margin: 0; }

.agenda__entry-speaker-name {
  font-size: 1.3125rem;
  color: #E89715;
  font-weight: 400;
  margin: 0;
  cursor: pointer; }

.agenda__entry-talk-title {
  font-size: 1.125rem;
  color: #7F7F7C;
  font-weight: 400;
  margin: 0; }

.agenda__entry-photo {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 8.33333%;
  float: left;
  height: 84px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-left: 5px;
  margin-right: 25px;
  cursor: pointer; }
  @media only screen and (max-width: 40em) {
    .agenda__entry-photo {
      display: none; } }

.agenda__entry-details {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 75%;
  float: left; }
  @media only screen and (max-width: 40em) {
    .agenda__entry-details {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

.venue-container {
  height: 400px;
  position: relative;
  padding-top: 70px; }
  @media only screen and (max-width: 40em) {
    .venue-container {
      padding-top: 0; } }

.map {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0; }
  @media only screen and (max-width: 40em) {
    .map {
      display: none; } }

.venue {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  pointer-events: none;
  position: relative;
  width: 100%; }
  .venue:before, .venue:after {
    content: " ";
    display: table; }
  .venue:after {
    clear: both; }
  @media only screen and (max-width: 40em) {
    .venue {
      background-image: url('/2015/static/img/backgrounds/map-mobile.png?41913f574f03'); } }

.venue__box {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
  font-size: 1.125rem; }
  @media only screen and (max-width: 40em) {
    .venue__box {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

.venue__title {
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500; }
  @media only screen and (max-width: 40em) {
    .venue__title {
      color: #E89715; } }

.venue__polonia {
  font-size: 1.3125rem; }

.venue__map-link-container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 83.33333%;
  float: left;
  margin-left: 8.33333% !important;
  display: none; }
  @media only screen and (max-width: 40em) {
    .venue__map-link-container {
      display: block; } }

.venue__map-link {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  background-color: #E89715;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 0.625rem;
  width: 100%; }
  .venue__map-link:hover, .venue__map-link:focus {
    background-color: #007095; }
  .venue__map-link:hover, .venue__map-link:focus {
    color: #FFFFFF; }

.media-container {
  background-image: url('/2015/static/img/backgrounds/media.png?41913f574f03');
  color: white; }

.media {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-bottom: 20px; }
  .media:before, .media:after {
    content: " ";
    display: table; }
  .media:after {
    clear: both; }

.media__list {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-align: center;
  list-style-type: none; }

.media__item {
  display: inline;
  margin-right: 20px; }

.media__link {
  text-transform: uppercase;
  color: white;
  font-size: 18px; }

.gm-style img {
  max-width: none; }

.gm-style label {
  width: auto;
  display: inline; }

/*

  Sponsors

*/
.sponsors-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .sponsors-container:before, .sponsors-container:after {
    content: " ";
    display: table; }
  .sponsors-container:after {
    clear: both; }

.sponsors {
  margin-bottom: 50px; }

.sponsors img {
  max-height: 90px; }

.sponsors__header {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  font-weight: 400;
  text-align: center;
  color: #7F807D; }

.sponsors__core {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: center; }
  .sponsors__core:before, .sponsors__core:after {
    content: " ";
    display: table; }
  .sponsors__core:after {
    clear: both; }

@media only screen and (min-width:40.063em) {
  .sponsors__core__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-left: 8.33333% !important; } }
@media only screen and (max-width: 40em) {
  .sponsors__core__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 83.33333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width:40.063em) {
  .sponsors__core__item--offset {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-left: 8.33333% !important; } }
@media only screen and (max-width: 40em) {
  .sponsors__core__item--offset {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 83.33333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 3.125rem; } }

@media only screen and (min-width:40.063em) {
  .sponsors__core__item--saucelabs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-left: 8.33333% !important;
    padding-top: 10px; } }
@media only screen and (max-width: 40em) {
  .sponsors__core__item--saucelabs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 83.33333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 3.125rem; } }

.sponsors__commiter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: center;
  margin-top: 30px; }
  .sponsors__commiter:before, .sponsors__commiter:after {
    content: " ";
    display: table; }
  .sponsors__commiter:after {
    clear: both; }

.sponsors__supporter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: center;
  margin-top: 30px; }
  .sponsors__supporter:before, .sponsors__supporter:after {
    content: " ";
    display: table; }
  .sponsors__supporter:after {
    clear: both; }

.sponsors__partner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  text-align: center;
  margin-top: 30px; }
  .sponsors__partner:before, .sponsors__partner:after {
    content: " ";
    display: table; }
  .sponsors__partner:after {
    clear: both; }

.sponsors__commiter__item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left; }
  @media only screen and (max-width: 40em) {
    .sponsors__commiter__item {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.sponsors__commiter__item--offset {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  @media only screen and (max-width: 40em) {
    .sponsors__commiter__item--offset {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

@media only screen and (min-width:40.063em) {
  .sponsors__supporter__item--offset {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-left: 16.66667% !important;
    margin-bottom: 1.875rem; } }
@media only screen and (max-width: 40em) {
  .sponsors__supporter__item--offset {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 83.33333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 3.125rem; } }

@media only screen and (min-width:40.063em) {
  .sponsors__supporter__item--divio {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-left: 16.66667% !important;
    padding-top: 20px; } }
@media only screen and (max-width: 40em) {
  .sponsors__supporter__item--divio {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 83.33333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 3.125rem; } }

.sponsors__partner__item--offset {
  margin-bottom: 3.125rem; }
  @media only screen and (min-width:40.063em) {
    .sponsors__partner__item--offset {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 25%;
      float: left;
      margin-left: 8.33333% !important; } }
  @media only screen and (max-width: 40em) {
    .sponsors__partner__item--offset {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.sponsors__text {
  margin-top: 45px;
  margin-left: 10px; }

.sponsors__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715;
  margin-bottom: 20px; }

/*

  Code of conduct

*/
.coc-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .coc-container:before, .coc-container:after {
    content: " ";
    display: table; }
  .coc-container:after {
    clear: both; }

.coc {
  margin-bottom: 50px; }

.coc__text {
  margin-left: 10px; }

.coc__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715;
  margin-bottom: 20px;
  margin-top: 60px; }

/*

  Speakers Guide

*/
.speakers-guide-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .speakers-guide-container:before, .speakers-guide-container:after {
    content: " ";
    display: table; }
  .speakers-guide-container:after {
    clear: both; }

.speakers-guide {
  margin-bottom: 50px; }

.speakers-guide__text {
  margin-left: 10px; }

.speakers-guide__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715;
  margin-bottom: 20px;
  margin-top: 60px; }

/*

  Accommodation

*/
.accommodation-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .accommodation-container:before, .accommodation-container:after {
    content: " ";
    display: table; }
  .accommodation-container:after {
    clear: both; }

.accommodation {
  margin-bottom: 50px; }

.accommodation__text {
  margin-left: 10px; }
  .accommodation__text h3 {
    margin-bottom: 0.3em; }
    .accommodation__text h3 + p {
      margin-top: 0; }

.accommodation__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715;
  margin-bottom: 20px;
  margin-top: 60px; }

/*

  Footer

*/
.footer {
  width: 100%;
  height: 125px;
  background: url('/2015/static/img/backgrounds/media.png?41913f574f03');
  background-position: center; }

.footer-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  overflow: hidden; }
  .footer-inner:before, .footer-inner:after {
    content: " ";
    display: table; }
  .footer-inner:after {
    clear: both; }

.footer__text {
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 300;
  margin-top: 20px; }

.footer__social-icons {
  width: 200px;
  margin: 0 auto;
  overflow: hidden; }

.footer-media {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  float: right;
  margin-top: 15px; }
  @media only screen and (max-width: 40em) {
    .footer-media {
      display: block; } }

.footer-media__item {
  display: block;
  float: right;
  padding: 7px; }

.footer-media__link {
  display: block;
  background-size: contain !important;
  width: 35px;
  height: 25px; }

.registration {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .registration:before, .registration:after {
    content: " ";
    display: table; }
  .registration:after {
    clear: both; }

.registration__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715;
  padding-top: 60px; }

.registration__description {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 75%;
  float: left;
  margin-top: 0; }

.registration__description--warning {
  color: red; }

.registration__form {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 41.66667%;
  float: right;
  float: left; }
  @media only screen and (max-width: 40em) {
    .registration__form {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .registration__form {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

.registration__controls {
  margin-bottom: 10px; }
  .registration__controls input, .registration__controls textarea {
    margin-bottom: 0; }
  .registration__controls label {
    color: #7F807D; }

.registration__example {
  font-size: 13px; }

.registration__submit {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 0.625rem;
  white-space: nowrap;
  height: 41px;
  margin: 0;
  width: 100%;
  background-color: #E89715; }
  .registration__submit:hover, .registration__submit:focus {
    background-color: #007095; }
  .registration__submit:hover, .registration__submit:focus {
    color: #FFFFFF; }

.terms {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.terms__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715; }

.terms__subtitle {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase; }

.terms__section {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 75%;
  float: left; }
  @media only screen and (max-width: 40em) {
    .terms__section {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }
  @media only screen and (min-width:40.063em) and (max-width:64em) {
    .terms__section {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }

.errorlist {
  position: relative;
  background: #dd4250;
  list-style: none;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 0;
  margin-top: 0; }

.errorlist:after, .errorlist:before {
  bottom: 100%;
  left: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.errorlist:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #dd4250;
  border-width: 8px;
  margin-left: -20px; }

.errorlist:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -21px; }

.form__fieldhint {
  margin-top: 5px; }

.payment {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding-top: 60px; }
  .payment:before, .payment:after {
    content: " ";
    display: table; }
  .payment:after {
    clear: both; }

.payment__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715;
  margin-bottom: 0px; }

.payment__section {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.payment__table-container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.payment__table {
  width: 50%;
  margin: auto; }

.payment__paid {
  color: #008000; }

.payment__notpaid {
  color: red; }

/*

Attendees list

*/
.attendees-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .attendees-container:before, .attendees-container:after {
    content: " ";
    display: table; }
  .attendees-container:after {
    clear: both; }

.attendees {
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 50px; }

.attendees__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715;
  padding-top: 60px; }

.attendees__intro {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  margin-top: 0; }

@media only screen and (max-width: 40em) {
  .attendees__grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .attendees__grid:before, .attendees__grid:after {
      content: " ";
      display: table; }
    .attendees__grid:after {
      clear: both; }
    .attendees__grid > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .attendees__grid > li {
      width: 50%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .attendees__grid > li:nth-of-type(1n) {
        clear: none; }
      .attendees__grid > li:nth-of-type(2n+1) {
        clear: both; } }
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .attendees__grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .attendees__grid:before, .attendees__grid:after {
      content: " ";
      display: table; }
    .attendees__grid:after {
      clear: both; }
    .attendees__grid > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .attendees__grid > li {
      width: 25%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .attendees__grid > li:nth-of-type(1n) {
        clear: none; }
      .attendees__grid > li:nth-of-type(4n+1) {
        clear: both; } }
@media only screen and (min-width:64.063em) {
  .attendees__grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .attendees__grid:before, .attendees__grid:after {
      content: " ";
      display: table; }
    .attendees__grid:after {
      clear: both; }
    .attendees__grid > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.625rem 1.25rem; }
    .attendees__grid > li {
      width: 16.66667%;
      padding: 0 0.625rem 1.25rem;
      list-style: none; }
      .attendees__grid > li:nth-of-type(1n) {
        clear: none; }
      .attendees__grid > li:nth-of-type(6n+1) {
        clear: both; } }

.newsletter-modal__title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 500;
  color: #E89715; }

.newsletter-modal__subscribe {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 0.625rem;
  white-space: nowrap;
  height: 41px;
  margin: 0;
  width: 100%;
  width: 300px; }
  .newsletter-modal__subscribe:hover, .newsletter-modal__subscribe:focus {
    background-color: #007095; }
  .newsletter-modal__subscribe:hover, .newsletter-modal__subscribe:focus {
    color: #FFFFFF; }
  @media only screen and (max-width: 40em) {
    .newsletter-modal__subscribe {
      width: 100%; } }

.newsletter-modal__content {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.initials-avatar {
  background-color: #E89715;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 143px;
  color: white;
  font-size: 4.375rem; }

.slides {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url('/2015/static/img/icons/slides.png?1c55c6f48713') no-repeat center;
  margin-left: 7px;
  background-size: cover; }

.youtube {
  display: inline-block;
  width: 32px;
  height: 23px;
  background: url('/2015/static/img/icons/youtube_dark.png?b2dd5f6fcc25') no-repeat center;
  margin-left: 7px; }

