body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}
abbr[title],
dfn[title] {
  cursor: help;
}
u,
ins {
  text-decoration: none;
}
ins {
  border-bottom: 1px solid;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to San Francisco or Helvetica.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: -apple-system, "Helvetica Neue", "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media (min-width: 666px) {
  .phone-only {
    display: none;
  }
}
@media (max-width: 666px), (min-width: 1170px) {
  .table-only {
    display: none;
  }
}
@media (max-width: 1169px) {
  .desktop-only {
    display: none;
  }
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
.to-center {
  display: inline-block;
  margin: 0 auto;
}
.nowrap {
  white-space: nowrap;
}
.big {
  font-size: 150%;
}
.small {
  font-size: 75%;
}
body {
  font-family: MuseoSans, "Helvetica Neue";
}
a {
  color: #36aeea;
}
h4 {
  color: #36aeea;
  font-family: MuseoSansBold;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.location-link {
  color: white;
}
.video {
  width: 560px;
  height: 315px;
}
@media (max-width: 666px) {
  .video {
    width: 228px;
    height: 129px;
  }
}
@media (max-width: 666px) {
  .image {
    width: 228px;
  }
}
@font-face {
  font-family: 'MuseoSans';
  src: url('MuseoSansRegular/MuseoSansRegular.eot');
  src: url('MuseoSansRegular/MuseoSansRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('MuseoSansRegular/MuseoSansRegular.woff') format('woff'), /* Pretty Modern Browsers */ url('MuseoSansRegular/MuseoSansRegular.ttf') format('truetype'), /* Safari, Android, iOS */ url('MuseoSansRegular/MuseoSansRegular.svg#MuseoSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSansBold';
  src: url('MuseoSansBold/MuseoSansBold.eot');
  src: url('MuseoSansBold/MuseoSansBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('MuseoSansBold/MuseoSansBold.woff') format('woff'), /* Pretty Modern Browsers */ url('MuseoSansBold/MuseoSansBold.ttf') format('truetype'), /* Safari, Android, iOS */ url('MuseoSansBold/MuseoSansBold.svg#MuseoSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'MuseoSansBlack';
  src: url('MuseoSansBlack/MuseoSansBlack.eot');
  src: url('MuseoSansBlack/MuseoSansBlack.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('MuseoSansBlack/MuseoSansBlack.woff') format('woff'), /* Pretty Modern Browsers */ url('MuseoSansBlack/MuseoSansBlack.ttf') format('truetype');
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'MuseoSansLight';
  src: url('MuseoSansLight/MuseoSansLight.eot');
  src: url('MuseoSansLight/MuseoSansLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('MuseoSansLight/MuseoSansLight.woff') format('woff'), /* Pretty Modern Browsers */ url('MuseoSansLight/MuseoSansLight.ttf') format('truetype'), /* Safari, Android, iOS */ url('MuseoSansLight/MuseoSansLight.svg#MuseoSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.section {
  position: relative;
  clear: both;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section--content .section__inner {
  padding: 16px 0;
}
.section--content {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 100px;
}
.section--content p {
  margin-bottom: 18px;
}
.section--content ul {
  list-style-position: inside;
  margin-bottom: 18px;
}
.section--content-nob {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 10px;
}
.section--content-nob p {
  margin-bottom: 18px;
}
.section--content-nob ul {
  list-style-position: inside;
  margin-bottom: 18px;
}
.section--header {
  background-image: url(../images/section--main.jpg);
  background-position: center -170px;
  background-size: auto 220%;
  text-align: center;
}
@media (max-width: 666px) {
  .section--header {
    background-position: center -120px;
  }
}
.section--header .section__inner {
  padding-top: 250px;
  padding-bottom: 100px;
}
@media (max-width: 1169px) {
  .section--header .section__inner {
    padding-top: 200px;
  }
}
@media (max-width: 666px) {
  .section--header .section__inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.section--main {
  background-image: url(../images/section--main.jpg);
  box-sizing: border-box;
}
@media (max-width: 666px) {
  .section--main {
    background-position: -650px center;
    background-size: auto 160%;
  }
}
.section--main .section__inner {
  padding-top: 245px;
  padding-bottom: 130px;
}
@media (max-width: 1169px) {
  .section--main .section__inner {
    padding-top: 195px;
    padding-bottom: 100px;
  }
}
@media (max-width: 666px) {
  .section--main .section__inner {
    padding-top: 165px;
    padding-bottom: 70px;
  }
}
.section--dark {
  color: white;
  text-align: center;
}
.section--schedule {
  background-image: url(../images/section--schedule.jpg);
}
.section--quotes {
  background-image: url(../images/section--quotes.jpg);
}
.section--subscribe {
  background-image: url(../images/section--subscribe.jpg);
  text-align: center;
}
.section__inner {
  padding-bottom: 80px;
}
.section__btn {
  margin-top: 80px;
}
.section__icon {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1169px) {
  .section__icon {
    position: relative;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 666px) {
  .section__icon {
    position: relative;
    left: 0;
    margin: 0 auto;
  }
}
.section__header {
  font-size: 34px;
  font-family: MuseoSansBlack;
  text-align: center;
  padding-top: 68px;
  letter-spacing: 2px;
  color: #333333;
}
@media (max-width: 1169px) {
  .section__header {
    padding-top: 0;
  }
}
@media (max-width: 666px) {
  .section__header {
    text-align: center;
    margin: 0;
    padding-top: 0;
    font-size: 28px;
  }
}
.section__header-noh {
  font-size: 34px;
  font-family: MuseoSansBlack;
  text-align: center;
  padding-top: 8px;
  letter-spacing: 2px;
  color: #333333;
}
@media (max-width: 1169px) {
  .section__header-noh {
    padding-top: 0;
  }
}
@media (max-width: 666px) {
  .section__header-noh {
    text-align: center;
    margin: 0;
    padding-top: 0;
    font-size: 28px;
  }
}
.section--content .section__header {
  padding-top: 64px;
  padding-bottom: 32px;
}
.section__tagline {
  font-size: 28px;
  font-family: MuseoSansBold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 60px;
  letter-spacing: 2px;
  color: #36aeea;
}
@media (max-width: 666px) {
  .section__tagline {
    text-align: center;
    margin: 0;
    font-size: 18px;
  }
}
.section--dark .section__header {
  color: white;
}
@media (max-width: 1169px) {
  .section--dark .section__header {
    padding-top: 48px;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 666px) {
  .section--dark .section__header {
    text-align: center;
    margin: 0;
    font-size: 28px;
  }
}
@media (max-width: 1169px) {
  .section--dark .section__tagline {
    text-align: center;
    margin: 0 16px;
  }
}
.section--speakers .section__icon {
  width: 165px;
  height: 151px;
  background-image: url(../images/monster-1.png);
}
.section--sponsors .section__icon {
  top: -28px;
  width: 162px;
  height: 171px;
  background-image: url(../images/monster-2.png);
}
.section--attended .section__icon {
  top: -26px;
  width: 148px;
  height: 170px;
  background-image: url(../images/monster-3.png);
  text-align: center;
}
.section--dark .section__inner {
  background: rgba(0, 0, 0, 0.66);
}
.section--main .section__inner,
.section--header .section__inner {
  background: rgba(0, 0, 0, 0.33);
}
.section--quotes .section__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1169px) {
  .section--quotes .section__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 666px) {
  .section--quotes .section__inner {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.section--subscribe .section__inner {
  padding-top: 100px;
  padding-bottom: 120px;
}
.section--subscribe p {
  font-family: MuseoSansBold;
  font-size: 18px;
  line-height: 32px;
  margin: 0 16px 32px 16px;
}
.section--tickets {
  background-image: url(../images/section--tickets.jpg);
}
.section--tickets .section__inner {
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}
.content {
  padding: 16px 32px;
}
@media (max-width: 666px) {
  .content {
    padding: 16px;
  }
}
.container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.nav {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 90px;
  background: rgba(255, 255, 255, 0.9);
  font-family: MuseoSans;
  overflow: visible;
}
@media (max-width: 1169px) {
  .nav {
    height: 60px;
    background: white;
  }
}
.nav__menu {
  float: left;
  list-style: none;
  line-height: 90px;
  color: #9daeb6;
  font-size: 17px;
  margin-left: 232px;
}
@media (max-width: 1169px) {
  .nav__menu {
    line-height: 60px;
    font-size: 14px;
    margin-left: 100px;
  }
}
@media (max-width: 666px) {
  .nav__menu {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #eee;
    padding: 8px 0;
    margin-left: 0;
    line-height: 40px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  }
  .nav__menu--open {
    z-index: 999;
    display: block;
  }
}
.nav__menu-item {
  display: inline-block;
}
@media (max-width: 666px) {
  .nav__menu-item {
    display: block;
  }
}
.nav__link {
  display: inline-block;
  height: 90px;
  padding: 0 10px;
  color: #9daeb6;
  text-decoration: none;
}
@media (max-width: 1169px) {
  .nav__link {
    height: 60px;
    padding: 0 4px;
  }
}
@media (max-width: 666px) {
  .nav__link {
    display: block;
    height: 40px;
    color: #5d686d;
    line-height: 40px;
    padding: 0 24px;
  }
}
.nav__link:hover {
  color: #5d686d;
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
}
.nav__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 217px;
  height: 136px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url(../images/logo.png);
}
@media (max-width: 1169px) {
  .nav__logo {
    width: 100px;
    height: 60px;
  }
}
.nav__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  background-image: url(../images/menu.svg);
  cursor: pointer;
}
.nav__toggle--open {
  z-index: 999;
  background-color: #eee;
}
.nav .social-links {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 90px;
}
@media (max-width: 1169px) {
  .nav .social-links {
    line-height: 60px;
    top: 65px;
  }
}
@media (max-width: 666px) {
  .nav .social-links {
    top: 0;
    right: 48px;
  }
}
.nav__form {
  position: absolute;
  right: 16px;
  top: 112px;
  text-align: right;
}
@media (max-width: 1169px) {
  .nav__form {
    top: 76px;
    right: 180px;
  }
}
@media (max-width: 666px) {
  .nav__form {
    text-align: center;
    right: 0;
    left: 0;
  }
}
.social-links {
  margin-right: 16px;
}
.social-links__item {
  display: inline-block;
  margin-left: 8px;
}
.social-links__link {
  display: inline-block;
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: middle;
}
.social-links__link--twitter {
  background-image: url(../images/twitter.png);
}
.social-links__link--facebook {
  background-image: url(../images/facebook.png);
}
.social-links__link--linkedin {
  background-image: url(../images/linkedin.png);
}
.btn {
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
  padding: 0 16px;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: MuseoSansBlack;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}
.btn--promo,
.btn--submit {
  font-size: 16px;
  line-height: 60px;
  box-sizing: border-box;
  background: #36AEEA;
  color: rgba(255, 255, 255, 0.94);
  border: 2px solid rgba(255, 255, 255, 0.94);
  padding: 0 70px;
  font-family: MuseoSans;
}
@media (max-width: 666px) {
  .btn--promo,
  .btn--submit {
    padding: 0 20px;
  }
}
.btn--submit {
  border-radius: 7px;
}
.btn--primary {
  border: 3px solid #36aeea;
  color: #36aeea;
}
.btn--white {
  border: 3px solid white;
  color: white;
}
.speakers {
  text-align: center;
}
.speakers__person {
  width: 280px;
  min-width: 25%;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  margin: 32px 0;
  vertical-align: top;
  /*@media @tablet {
      width: 220px;
      margin: 24px 0;
    }

    @media @phone {
      width: 200px;
      margin: 16px 0;
    }*/
}
.speakers__person-photo {
  width: 226px;
  height: 226px;
  border: 18px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  /*@media @tablet {
      width: 166px;
      height: 166px;
    }

   /* @media @phone {
      width: 146px;
      height: 146px;

      border: 12px solid rgba(0, 0, 0, .1);
    }*/
}
.speakers__person-photo-inner {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*@media @tablet {
      width: 130px;
      height: 130px;
    }

   /* @media @phone {
      width: 122px;
      height: 122px;
    } */
}
.speakers__person-name {
  color: #36aeea;
  font-size: 26px;
  margin-top: 8px;
  line-height: 32px;
}
@media (max-width: 1169px) {
  .speakers__person-name {
    font-size: 22px;
  }
}
.speakers__person-company {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
@media (max-width: 1169px) {
  .speakers__person-company {
    font-size: 18px;
  }
}
.speakers__person-position {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1169px) {
  .speakers__person-position {
    font-size: 14px;
  }
}
.speakers__btn {
  margin-top: 80px;
}
@media (max-width: 1169px) {
  .speakers__btn {
    margin-top: 40px;
  }
}
.sponsors {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 666px) {
  .sponsors {
    margin-top: 20px;
  }
}
.sponsors__company {
  display: inline-block;
  width: 100%;
  height: 150px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.sponsors__company row {
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1169px) {
  .sponsors__company {
    min-width: 320px;
    height: 90px;
  }
}
@media (max-width: 666px) {
  .sponsors__company {
    min-width: 160px;
    height: 60px;
  }
}
.sponsors__company--tim {
  /*      background-size: auto 65%;*/
  background-image: url(../images/logos/tim-logo.jpg);
}
.sponsors__company--credit-karma {
  background-size: auto 65%;
  background-image: url(../images/logos/credit-karma.png);
}
.sponsors__company--aol {
  background-size: auto 60%;
  background-image: url(../images/logos/aol.png);
}
.sponsors__company--salesforceiq {
  background-image: url(../images/logos/salesforceiq.png);
  background-size: auto 100%;
}
.sponsors__company--cloudera {
  background-size: auto 65%;
  background-image: url(../images/logos/cloudera.png);
}
.sponsors__company--lightbend {
  background-size: auto 70%;
  background-image: url(../images/logos/lightbend.png);
}
.sponsors__company--comcast {
  background-size: auto 110%;
  background-image: url(../images/logos/comcast-logo.png);
}
.sponsors__company--driver {
  background-size: auto 80%;
  background-image: url(../images/logos/driver-logo.png);
}
.sponsors__company--buoyant-brand {
  background-size: auto 70%;
  background-image: url(../images/logos/buoyant-brand.png);
}
.sponsors__company--ticketfly {
  background-size: auto 60%;
  background-image: url(../images/logos/ticketfly.png);
}
.sponsors__company--bitext {
  height: 120px;
  background-size: auto 70%;
  background-image: url(../images/logos/bitext.jpg);
}
@media (max-width: 666px) {
  .sponsors__company--bitext {
    height: 80px;
  }
}
.sponsors__company--opsclarity {
  background-size: auto 65%;
  background-image: url(../images/logos/opsclarity.png);
}
@media (max-width: 1169px) {
  .sponsors__company--opsclarity {
    height: 90px;
  }
}
@media (max-width: 666px) {
  .sponsors__company--opsclarity {
    height: 70px;
  }
}
.sponsors__company--baidu-research {
  background-size: auto 50%;
  background-image: url(../images/logos/baidu-research.png);
  background-position: center 26px;
}
.sponsors__company--o-reilly {
  background-size: auto 50%;
  background-image: url(../images/logos/o-reilly.jpg);
}
.sponsors__company--dcvc {
  background-size: auto 35%;
  background-image: url(../images/logos/dcvc-logo.png);
}
.sponsors__company--by-the-bay {
  background-size: auto 70%;
  background-image: url(../images/logos/bythebay.png);
}
.sponsors__company--data-monsters {
  background-size: auto 70%;
  background-image: url(../images/logos/data-monsters.png);
}
.sponsors__company--mesosphere {
  background-size: auto 60%;
  background-image: url(../images/logos/mesosphere.png);
}
.sponsors__company--tim {
  background-size: auto 60%;
  background-image: url(../images/logos/tim-logo.jpg);
}
.sponsors__company--brigade {
  background-size: auto 80%;
  background-image: url(../images/logos/logo_brigade.png);
}
.sponsors__company--nitro {
  background-image: url(../images/logos/nitro.jpg);
  background-size: auto 65%;
}
.sponsors__company--twitter {
  background-image: url(../images/logos/twitter-blue.png);
  background-size: auto 100%;
}
.sponsors__company--47degrees {
  background-size: auto 80%;
  background-image: url(../images/logos/47degrees.png);
}
.subscribe-form {
  position: relative;
  background: white;
  border-radius: 8px;
  padding: 2px;
  overflow: visible;
  line-height: 64px;
  box-sizing: border-box;
}
@media (max-width: 1169px) {
  .subscribe-form {
    line-height: 0px;
    margin: 0 16px 64px 16px;
    height: 128px;
  }
}
.subscribe-form__field {
  display: inline-block;
  width: 440px;
  box-sizing: border-box;
  height: 48px;
  line-height: 64px;
}
@media (max-width: 1169px) {
  .subscribe-form__field {
    width: 100%;
    height: 64px;
    position: relative;
  }
}
.subscribe-form__input {
  font-size: 26px;
  line-height: 48px;
  padding: 0;
  box-sizing: border-box;
  width: 340px;
  vertical-align: middle;
  border: none;
  outline: none;
}
@media (max-width: 1169px) {
  .subscribe-form__input {
    display: block;
    position: absolute;
    left: 110px;
    top: 4px;
    right: 4px;
    width: auto;
  }
}
.subscribe-form__label {
  color: #aaa;
  margin-right: 8px;
  box-sizing: border-box;
}
@media (max-width: 1169px) {
  .subscribe-form__label {
    display: block;
    float: left;
    margin-left: 16px;
  }
}
.subscribe-form__submit {
  display: block;
  float: right;
}
@media (max-width: 1169px) {
  .subscribe-form__submit {
    float: none;
    margin: 16px auto 0 auto;
  }
}
@media (max-width: 666px) {
  .subscribe-form__submit {
    width: 100%;
  }
}
.floating-subscribe-form {
  display: block;
}
.floating-subscribe-form__input,
.floating-subscribe-form__submit {
  border: 2px solid white;
  line-height: 34px;
  padding: 0 24px;
  border-radius: 2px;
  font-family: MuseoSansBold;
  background: transparent;
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
}
.floating-subscribe-form__input {
  width: 200px;
}
@media (max-width: 666px) {
  .floating-subscribe-form__input {
    padding: 0 16px;
    width: 117px;
  }
}
.floating-subscribe-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.66);
}
.floating-subscribe-form__submit {
  margin-left: 16px;
  padding: 0 32px;
}
@media (max-width: 666px) {
  .floating-subscribe-form__submit {
    width: 120px;
    padding: 0 16px;
  }
}
.footer-subscribe-form {
  display: block;
  margin-bottom: 16px;
  margin-right: 16px;
  margin-left: 16px;
}
.footer-subscribe-form__input,
.footer-subscribe-form__submit {
  border: 2px solid white;
  line-height: 34px;
  padding: 0 24px;
  border-radius: 2px;
  font-family: MuseoSansBold;
  background: transparent;
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
}
.footer-subscribe-form__input {
  width: 200px;
}
@media (max-width: 666px) {
  .footer-subscribe-form__input {
    padding: 0 16px;
    width: 117px;
  }
}
.footer-subscribe-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.66);
}
.footer-subscribe-form__submit {
  margin-left: 16px;
  padding: 0 32px;
}
@media (max-width: 666px) {
  .footer-subscribe-form__submit {
    width: 120px;
    padding: 0 16px;
  }
}
.footer-subscribe-form__input,
.footer-subscribe-form__submit {
  padding: 0 16px;
}
.footer-subscribe-form__input {
  width: 120px;
}
@media (max-width: 666px) {
  .footer-subscribe-form__input {
    width: 116px;
  }
}
.box {
  position: relative;
  border: 3px solid white;
  padding: 50px 120px;
  margin: 0 auto;
  text-align: left;
  max-width: 920px;
  font-size: 28px;
  line-height: 36px;
  font-family: MuseoSansLight;
  box-sizing: border-box;
  margin: 0 15px;
  display: inline-block;
}
@media (max-width: 1169px) {
  .box {
    padding: 40px 80px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 666px) {
  .box {
    padding: 32px 32px;
    font-size: 15px;
    line-height: 26px;
  }
}
.box--header {
  display: inline-block;
  position: relative;
  padding: 0 80px;
  max-width: none;
  height: 62px;
  border: none;
  border-bottom: 3px solid white;
  overflow: visible;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 666px) {
  .box--header {
    padding: 0 40px;
    height: 42px;
  }
}
.box--header::before {
  position: absolute;
  content: '';
  width: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 3px solid white;
  border-top: 3px solid white;
}
@media (max-width: 666px) {
  .box--header::before {
    width: 25px;
  }
}
.box--header::after {
  position: absolute;
  content: '';
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid white;
  border-top: 3px solid white;
}
@media (max-width: 666px) {
  .box--header::after {
    width: 25px;
  }
}
.box--header .box__text {
  position: relative;
  left: 0;
  righ: 0;
  top: -15px;
  font-size: 62px;
  color: white;
  font-family: MuseoSansBlack;
}
@media (max-width: 666px) {
  .box--header .box__text {
    top: -12px;
    font-size: 32px;
  }
}
.box--main {
  display: block;
  position: relative;
  max-width: 1170px;
  height: 324px;
  border: none;
  border-bottom: 3px solid white;
  overflow: visible;
  text-align: center;
  box-sizing: border-box;
}
.box--main::after {
  position: absolute;
  content: '';
  width: 150px;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 3px solid white;
  border-top: 3px solid white;
}
@media (max-width: 1169px) {
  .box--main::after {
    width: 10%;
  }
}
@media (max-width: 666px) {
  .box--main::after {
    width: 5%;
  }
}
.box--main::before {
  position: absolute;
  content: '';
  width: 150px;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid white;
  border-top: 3px solid white;
}
@media (max-width: 1169px) {
  .box--main::before {
    width: 10%;
  }
}
@media (max-width: 666px) {
  .box--main::before {
    width: 5%;
  }
}
.box--main .btn {
  position: absolute;
  right: 48px;
  bottom: 42px;
}
@media (max-width: 666px) {
  .box--main .btn {
    left: 50%;
    margin-left: -75px;
    right: auto;
    bottom: 46px;
  }
}
.box--main .box__header {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  color: white;
  font-size: 72px;
  letter-spacing: 6px;
  font-family: MuseoSansBlack;
}
@media (max-width: 1169px) {
  .box--main .box__header {
    font-size: 54px;
  }
}
@media (max-width: 666px) {
  .box--main .box__header {
    font-size: 18px;
  }
}
.box--main .box__line {
  position: absolute;
  top: 110px;
  left: 3px;
  right: 3px;
  height: 80px;
  padding-top: 4px;
  background: rgba(0, 0, 0, 0.65);
  line-height: 42px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 28px;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}
@media (max-width: 666px) {
  .box--main .box__line {
    font-size: 22px;
    top: 38px;
  }
}
.box--main .box__label {
  position: absolute;
  color: white;
  left: 48px;
  bottom: 16px;
  line-height: 36px;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 666px) {
  .box--main .box__label {
    left: 50%;
    margin-left: -128px;
    top: 140px;
    bottom: auto;
    font-size: 12px;
    line-height: 24px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}
.box__labelright {
  position: absolute;
  color: white;
  right: 48px;
  bottom: 4px;
  line-height: 36px;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 666px) {
  .box__labelright {
    left: 50%;
    bottom: 10;
    font-size: 12px;
    line-height: 24px;
    margin-left: -58px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
}
.box--quotes {
  border: none;
  overflow: visible;
  min-height: 208px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1169px) {
  .box--quotes {
    margin: 0 100px;
  }
}
@media (max-width: 666px) {
  .box--quotes {
    display: block;
    margin: 0 15px;
    min-height: 192px;
  }
}
.box--quotes::after {
  position: absolute;
  content: '';
  left: 56px;
  top: 0;
  right: 0;
  bottom: 0;
  border-top: 3px solid white;
  border-right: 3px solid white;
  overflow: visible;
}
@media (max-width: 666px) {
  .box--quotes::after {
    left: 28px;
  }
}
.box--quotes::before {
  position: absolute;
  content: '';
  left: 0;
  top: 48px;
  right: 0;
  bottom: 0;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
}
@media (max-width: 666px) {
  .box--quotes::before {
    top: 24px;
  }
}
.box__icon {
  position: absolute;
  content: '';
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.box__icon--quotes {
  left: -22px;
  top: -22px;
  width: 59px;
  height: 48px;
  background-image: url(../images/quotes.png);
  opacity: .25;
}
@media (max-width: 666px) {
  .box__icon--quotes {
    left: -11px;
    top: -11px;
    width: 30px;
    height: 24px;
  }
}
.box__icon--prev {
  top: 50%;
  margin-top: -40px;
  left: -108px;
  width: 81px;
  height: 81px;
  background-size: 46px 29px;
  background-image: url(../images/icon--prev.png);
  border-radius: 50%;
  border: 3px solid #36aeea;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .box__icon--prev {
    left: -88px;
    width: 61px;
    height: 61px;
    margin-top: -30px;
  }
}
@media (max-width: 666px) {
  .box__icon--prev {
    top: auto;
    bottom: -88px;
    left: 16px;
  }
}
.box__icon--next {
  top: 50%;
  margin-top: -40px;
  right: -108px;
  width: 81px;
  height: 81px;
  background-size: 46px 29px;
  background-image: url(../images/icon--next.png);
  border-radius: 50%;
  border: 3px solid #36aeea;
  cursor: pointer;
}
@media (max-width: 1169px) {
  .box__icon--next {
    right: -88px;
    width: 61px;
    height: 61px;
    margin-top: -30px;
  }
}
@media (max-width: 666px) {
  .box__icon--next {
    top: auto;
    bottom: -88px;
    right: 16px;
  }
}
.box--tickets {
  position: relative;
  border: none;
  border-bottom: 3px solid white;
  overflow: visible;
  height: 400px;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1169px) {
  .box--tickets {
    height: 315px;
  }
}
@media (max-width: 666px) {
  .box--tickets {
    height: 285px;
  }
}
.box--tickets::before {
  position: absolute;
  content: '';
  width: 295px;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 3px solid white;
  border-top: 3px solid white;
}
@media (max-width: 1169px) {
  .box--tickets::before {
    width: 25%;
  }
}
@media (max-width: 666px) {
  .box--tickets::before {
    width: 27%;
  }
}
.box--tickets::after {
  position: absolute;
  content: '';
  width: 295px;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 3px solid white;
  border-top: 3px solid white;
}
@media (max-width: 1169px) {
  .box--tickets::after {
    width: 25%;
  }
}
@media (max-width: 666px) {
  .box--tickets::after {
    width: 27%;
  }
}
.box--tickets .btn {
  margin-top: 258px;
}
@media (max-width: 1169px) {
  .box--tickets .btn {
    margin-top: 218px;
  }
}
@media (max-width: 666px) {
  .box--tickets .btn {
    margin-top: 155px;
  }
}
.box--tickets .box__header {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 148px;
  letter-spacing: 3px;
  font-family: MuseoSansBold;
}
@media (max-width: 666px) {
  .box--tickets .box__header {
    top: 10px;
    font-size: 52px;
  }
}
.box--tickets .box__header-left {
  font-size: 58px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 295px;
  text-align: right;
  font-family: MuseoSansLight;
  letter-spacing: 1px;
}
@media (max-width: 1169px) {
  .box--tickets .box__header-left {
    font-size: 48px;
    width: 25%;
  }
}
@media (max-width: 666px) {
  .box--tickets .box__header-left {
    width: 27%;
    font-size: 24px;
  }
}
.box--tickets .box__header-right {
  font-size: 58px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 295px;
  text-align: left;
  font-family: MuseoSansLight;
  letter-spacing: 1px;
}
@media (max-width: 1169px) {
  .box--tickets .box__header-right {
    font-size: 48px;
    width: 25%;
  }
}
@media (max-width: 666px) {
  .box--tickets .box__header-right {
    top: 0;
    font-size: 24px;
    width: 27%;
  }
}
.box--tickets .box__header-right .small {
  font-size: 50%;
}
.box--tickets .box__header-center {
  font-size: 28px;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: MuseoSansLight;
  letter-spacing: 1px;
}
@media (max-width: 1169px) {
  .box--tickets .box__header-center {
    top: 80px;
    font-size: 24px;
  }
}
@media (max-width: 666px) {
  .box--tickets .box__header-center {
    top: 40px;
    font-size: 16px;
  }
}
.box--tickets .box__header-bottom {
  font-size: 28px;
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: MuseoSansLight;
  letter-spacing: 1px;
}
@media (max-width: 1169px) {
  .box--tickets .box__header-bottom {
    top: 140px;
    font-size: 24px;
  }
}
@media (max-width: 666px) {
  .box--tickets .box__header-bottom {
    top: 80px;
    font-size: 16px;
  }
}
.box--tickets .box__line {
  position: absolute;
  top: 145px;
  left: 15%;
  right: 15%;
  font-size: 1px;
  background: white;
  height: 1px;
  margin: 0 auto;
}
@media (max-width: 1169px) {
  .box--tickets .box__line {
    top: 120px;
  }
}
@media (max-width: 666px) {
  .box--tickets .box__line {
    top: 70px;
  }
}
.footer {
  background: #36aeea;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-align: left;
  padding-top: 32px;
  vertical-align: text-top;
}
.footer__label {
  display: inline-block;
  width: 330px;
  vertical-align: top;
  margin-top: 5px;
  padding: 0 16px;
}
@media (max-width: 1169px) {
  .footer__label {
    display: block;
    width: auto;
    font-size: 16px;
  }
}
@media (max-width: 666px) {
  .footer__label {
    font-size: 14px;
  }
}
.footer__menu {
  display: inline-block;
  width: 400px;
  margin-left: 50px;
  vertical-align: top;
}
@media (max-width: 1169px) {
  .footer__menu {
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 16px;
  }
}
.footer__menu-item {
  display: inline-block;
  width: 200px;
  font-size: 22px;
  line-height: 40px;
  color: white;
  vertical-align: top;
  box-sizing: border-box;
}
@media (max-width: 1169px) {
  .footer__menu-item {
    width: 50%;
    min-width: 160px;
    padding: 0 16px;
  }
}
@media (max-width: 666px) {
  .footer__menu-item {
    font-size: 18px;
  }
}
.footer__contact {
  float: right;
  display: inline-block;
  font-size: 28px;
  line-height: 40px;
  vertical-align: top;
  text-align: right;
}
@media (max-width: 1169px) {
  .footer__contact {
    display: block;
    margin-top: 16px;
    float: none;
    text-align: center;
  }
}
.footer__line {
  border-top: 2px solid white;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  margin-top: 32px;
}
.sponsor {
  display: inline-block;
  margin-top: 32px;
  width: 40%;
  margin-right: 10%;
  overflow: hidden;
}
.sponsor__header {
  font-size: 16px;
  color: #36aeea;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}
.sponsor__logo {
  display: block;
  width: 100%;
  height: 90px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.sponsor__logo--tim {
  background-image: url(../images/logos/tim-logo.jpg);
  /*      background-size: auto 90%*/
}
.sponsor__logo--credit-karma {
  background-size: auto 90%;
  background-image: url(../images/logos/credit-karma.png);
}
.sponsor__logo--aol {
  background-size: auto 90%;
  background-image: url(../images/logos/aol.png);
}
.sponsor__logo--cloudera {
  background-image: url(../images/logos/cloudera.png);
  background-size: auto 70%;
}
.sponsor__logo--lightbend {
  background-image: url(../images/logos/lightbend.png);
  background-size: auto 90%;
}
.sponsor__logo--comcast {
  background-size: auto 125%;
  background-image: url(../images/logos/comcast-logo.png);
}
.sponsor__logo--data-ninja {
  background-image: url(../images/logos/data-ninja.png);
  background-repeat: no-repeat;
  background-size: auto 85%;
}
.sponsor__logo--driver {
  background-image: url(../images/logos/driver-logo.png);
  background-size: auto 120%;
}
.sponsor__logo--salesforceiq {
  background-image: url(../images/logos/salesforceiq.png);
  background-size: auto 130%;
}
.sponsor__logo--buoyant-brand {
  background-image: url(../images/logos/buoyant-brand.png);
  background-size: auto 90%;
}
.sponsor__logo--opsclarity {
  background-image: url(../images/logos/opsclarity.png);
  background-size: auto 65%;
}
.sponsor__logo--baidu-research {
  background-image: url(../images/logos/baidu-research.png);
  background-size: auto 75%;
}
.sponsor__logo--o-reilly {
  background-image: url(../images/logos/o-reilly.jpg);
  background-size: auto 65%;
}
.sponsor__logo--dcvs {
  background-image: url(../images/logos/dcvc-logo.png);
  background-size: auto 65%;
}
.sponsor__logo--by-the-bay {
  background-image: url(../images/logos/bythebay.png);
  background-size: auto 90%;
}
.sponsor__logo--data-monsters {
  background-image: url(../images/logos/data-monsters.png);
}
.sponsor__logo--47degrees {
  background-image: url(../images/logos/47degrees.png);
}
.sponsor__logo--mesosphere {
  background-image: url(../images/logos/mesosphere.png);
}
.sponsor__logo--brigade {
  background-image: url(../images/logos/logo_brigade.png);
}
.sponsor__logo--tim {
  background-image: url(../images/logos/tim-logo.jpg);
}
.sponsor__logo--ticketfly {
  background-image: url(../images/logos/ticketfly.png);
  background-size: auto 80%;
}
.sponsor__logo--nitro {
  background-image: url(../images/logos/nitro.jpg);
}
.sponsor__logo--twitter {
  background-image: url(../images/logos/twitter-blue.png);
  background-size: auto 100%;
}
.sponsor__logo--placeholder {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 3px;
  width: 50%;
}
.sponsor__logo--placeholder::before {
  content: 'BECOME A SPONSOR';
  display: inline-block;
  text-align: center;
  line-height: 36px;
  padding: 0 16px;
  height: 36px;
  margin-top: 26px;
  background: #36aeea;
  color: white;
}
.tumblr_posts {
  list-style: none;
  margin: 32px 0;
  font-size: 18px;
  line-height: 30px;
  padding: 0 16px 0 32px;
}
.tumblr_posts code {
  display: block;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 8px 0;
  background: #eee;
  font-size: 16px;
  line-height: 24px;
  overflow-x: scroll;
}
.tumblr_posts ul {
  margin: 16px 0;
}
.tumblr_posts p {
  margin-bottom: 16px;
}
.tumblr_posts b {
  font-family: MuseoSansBold;
}
.tumblr_title {
  font-size: 32px;
  line-height: 48px;
  font-family: MuseoSansBold;
  margin-bottom: 16px;
}
@media (max-width: 666px) {
  .tumblr_title {
    font-size: 24px;
    line-height: 36px;
  }
}
.tumblr_posts h1 {
  font-size: 32px;
  line-height: 48px;
  font-family: MuseoSansBold;
  margin-bottom: 16px;
  font-family: MuseoSans;
}
@media (max-width: 666px) {
  .tumblr_posts h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.tumblr_post {
  margin-bottom: 100px;
}
.columns {
  margin-bottom: 32px;
  vertical-align: top;
}
.columns .column {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 20px;
  line-height: 30px;
}
.columns .column:first-child {
  margin-right: 4%;
}
@media (max-width: 666px) {
  .columns .column {
    display: block;
    width: auto;
  }
  .columns .column:first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.card {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  font-size: 15px;
  line-height: 24px;
}
.card__header {
  padding: 0 32px;
  line-height: 48px;
  background: #36aeea;
  color: white;
  font-family: MuseoSansBold;
  white-space: nowrap;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.card__body {
  padding: 16px 32px;
  border-radius: 0 0 8px 8px;
}
.card p {
  margin-bottom: 8px;
}
.card ul {
  list-style-position: inside;
}
::-webkit-input-placeholder {
  color: #86cef2;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #86cef2;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #86cef2;
}
:-ms-input-placeholder {
  color: #86cef2;
}
.content-contact {
  padding-top: 70px;
}
.content-contact input,
.content-contact submit,
.content-contact select,
.content-contact textarea {
  margin: 15px;
  border-radius: 3px;
  border: 2px solid #86cef2;
  line-height: 34px;
  padding: 0 24px;
  font-family: MuseoSansBold;
  background: transparent;
  letter-spacing: 1px;
  font-size: 14px;
}
.content-contact textarea {
  height: 124px;
  padding-top: 10px;
}
.content-contact input,
.content-contact select {
  height: 54px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content-contact select {
  -webkit-appearance: none;
  border-radius: 3px;
  color: #86cef2;
  background: url("../images/arrow.png") no-repeat 10px 10px;
  background-position: right;
}
.content-contact .contact-submit {
  margin-top: 45px;
  height: 35px;
  color: #86cef2;
  width: 160px;
}
.content-contact .contact-form-row {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
}
.content-contact .contact-form-row .contact-form-col {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
@media (max-width: 666px) {
  .content-contact .contact-form-row .contact-form-col {
    width: 100%;
  }
}
.terms h1 {
  font-family: 'MuseoSansBlack';
  color: #333333;
  padding-bottom: 14px;
  font-size: 25px;
}
.terms h2 {
  font-family: 'MuseoSansBold';
  color: #333333;
  padding-bottom: 14px;
  font-size: 20px;
}
.btbs {
  text-align: center;
}
.btbs .vv {
  padding: 20px;
  text-align: center;
}
.btbs .vv p {
  padding-left: 20px;
}
.btbs .vv .btbs__vertical {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  padding: 0px;
}
@media (max-width: 1169px) {
  .btbs .vv .btbs__vertical {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 666px) {
  .btbs .vv .btbs__vertical {
    width: 100px;
    height: 100px;
  }
}
.btbs .vv .btbs__vertical--pbtb {
  background-image: url(../images/logos/PBTB.png);
}
.btbs .vv .btbs__vertical--tbtb {
  background-image: url(../images/logos/TBTB.jpg);
}
.btbs .vv .btbs__vertical--4btb {
  background-image: url(../images/logos/4BTB.jpg);
}
.btbs .vv .btbs__vertical--law {
  background-image: url(../images/logos/LAW.jpg);
}
.btbs .vv .btbs__vertical--abtb {
  background-image: url(../images/logos/ABTB.jpg);
}
.btbs .vv .btbs__vertical--lbtb {
  background-image: url(../images/logos/LBTB.jpg);
}
.btbs .vv .btbs__vertical--ubtb {
  background-image: url(../images/logos/UBTB.png);
}
.btbs .vv .btbs__vertical--sbtb {
  background-image: url(../images/logos/SBTB.png);
}
.sponsor {
  vertical-align: top;
}
.formap {
  height: 300px;
}
.formap #googlemaps {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* Set z-index to 0 as it will be on a layer below the contact form */
}
.formap #title {
  position: relative;
  z-index: 1;
  /* The z-index should be higher than Google Maps */
  margin: 0;
  padding: 0px;
  left: 0px;
  top: 70px;
  max-width: 300px;
  height: 300px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
}
.formap #title .section__header {
  color: white;
  line-height: normal;
}
.formap #title p {
  text-align: center;
}
.nopdb {
  padding-bottom: 20px;
}
.speakersb {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.speakersb__person {
  width: 100%;
  min-width: 25%;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  letter-spacing: 1px;
  margin: 32px 0;
  vertical-align: top;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /*@media @tablet {
      width: 220px;
      margin: 24px 0;
    }*/
}
@media (max-width: 666px) {
  .speakersb__person {
    width: 300px;
    display: inline-block;
    margin: 16px 0;
  }
}
.speakersb__person-brief {
  width: 280px;
  min-width: 25%;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  margin: 32px 0;
  vertical-align: top;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /*@media @tablet {
      width: 220px;
      margin: 24px 0;
    }

    @media @phone {
      width: 200px;
      margin: 16px 0;
    }*/
}
.speakersb__person-photo {
  width: 226px;
  height: 226px;
  border: 18px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  /*@media @tablet {
      width: 166px;
      height: 166px;
    }

   /* @media @phone {
      width: 146px;
      height: 146px;

      border: 12px solid rgba(0, 0, 0, .1);
    }*/
}
.speakersb__person-photo-inner {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*@media @tablet {
      width: 130px;
      height: 130px;
    }

   /* @media @phone {
      width: 122px;
      height: 122px;
    } */
}
.speakersb__person-name {
  color: #36aeea;
  font-size: 26px;
  margin-top: 8px;
  line-height: 32px;
}
@media (max-width: 1169px) {
  .speakersb__person-name {
    font-size: 22px;
  }
}
.speakersb__person-company {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
@media (max-width: 1169px) {
  .speakersb__person-company {
    font-size: 18px;
  }
}
.speakersb__person-position {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1169px) {
  .speakersb__person-position {
    font-size: 14px;
  }
}
.speakersb__btn {
  margin-top: 80px;
}
@media (max-width: 1169px) {
  .speakersb__btn {
    margin-top: 40px;
  }
}
.speakersb__person-bio {
  color: #333333;
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 666px) {
  .speakersb__person-bio {
    display: none;
  }
}
.attended {
  text-align: center;
}
.attended__company {
  display: inline-block;
  max-width: 30%;
  min-width: 30%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: center;
}
@media (max-width: 1169px) {
  .attended__company {
    width: 320px;
  }
}
@media (max-width: 666px) {
  .attended__company {
    width: 50%;
    min-width: 160px;
    height: 90px;
  }
}
.attended__company--twitter {
  background-image: url(../images/logos/twitter.png);
}
.attended__company--ibm {
  background-image: url(../images/logos/ibm.png);
}
.attended__company--cloudera {
  background-image: url(../images/logos/cloudera.png);
}
.attended__company--aol {
  background-image: url(../images/logos/aol.png);
}
.attended__company--dropbox {
  background-image: url(../images/logos/dropbox.png);
}
.attended__company--netflix {
  background-image: url(../images/logos/netflix.png);
}
.attended__company--spotify {
  background-size: auto 100%;
  background-image: url(../images/logos/spotify.png);
}
.attended__company--salesforce {
  background-size: auto 80%;
  background-image: url(../images/logos/salesforce.png);
}
.attended__company--lightbend {
  background-image: url(../images/logos/lightbend.png);
}
.attended__company--tumblr {
  background-image: url(../images/logos/tumblr.png);
}
.attended__company--wix {
  background-image: url(../images/logos/wix.png);
}
.attended__company--yahoo {
  background-image: url(../images/logos/yahoo.png);
}
.attended__company--ing {
  background-image: url(../images/logos/ing.png);
}
.attended__company--credit-karma {
  background-image: url(../images/logos/credit-karma.png);
}
.attended__company--twilio {
  background-image: url(../images/logos/twilio.png);
}
.attended__company--bloomberg {
  background-size: auto 30%;
  background-image: url(../images/logos/bloomberg.png);
}
.attended__company--box {
  background-image: url(../images/logos/box.png);
}
.attended__company--coursera {
  background-image: url(../images/logos/coursera.png);
}
.attended__company--nitro {
  background-image: url(../images/logos/nitro.jpg);
}
