/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1em;
  line-height: 1.35;
  font-weight: 400;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  color: #222; }

a {
  color: black; }
  a:hover {
    color: black; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6; }

p {
  margin-top: 0; }

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns,
.ticket-box {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns,
  .ticket-box {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child,
  .ticket-box:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns,
  .one.ticket-box {
    width: 4.66667%; }

  .two.columns, .two.ticket-box {
    width: 13.33333%; }

  .three.columns, .three.ticket-box {
    width: 22%; }

  .four.columns, .four.ticket-box {
    width: 30.66667%; }

  .five.columns, .five.ticket-box {
    width: 39.33333%; }

  .six.columns, .ticket-box {
    width: 48%; }

  .seven.columns, .seven.ticket-box {
    width: 56.66667%; }

  .eight.columns, .eight.ticket-box {
    width: 65.33333%; }

  .nine.columns, .nine.ticket-box {
    width: 74%; }

  .ten.columns, .ten.ticket-box {
    width: 82.66667%; }

  .eleven.columns, .eleven.ticket-box {
    width: 91.33333%; }

  .twelve.columns, .twelve.ticket-box {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.66667%; }

  .two-thirds.column {
    width: 65.33333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-one.ticket-box {
    margin-left: 8.66667%; }

  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-two.ticket-box {
    margin-left: 17.33333%; }

  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-three.ticket-box {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-four.ticket-box {
    margin-left: 34.66667%; }

  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-five.ticket-box {
    margin-left: 43.33333%; }

  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-six.ticket-box {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-seven.ticket-box {
    margin-left: 60.66667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-eight.ticket-box {
    margin-left: 69.33333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-nine.ticket-box {
    margin-left: 78%; }

  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-ten.ticket-box {
    margin-left: 86.66667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-eleven.ticket-box {
    margin-left: 95.33333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-one-third.ticket-box {
    margin-left: 34.66667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-two-thirds.ticket-box {
    margin-left: 69.33333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: black;
  border-color: black; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: black;
  border-color: black; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: black;
  border-color: black; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: black;
  border-color: black; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid black;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid black;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }
  @media (max-width: 320px) {
    .mobile-only {
      display: block; } }

/* Typography */
h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 6em;
  line-height: .9em;
  margin: 0.27em 0; }
  @media (max-width: 767px) {
    h1 {
      font-size: 3em; } }

h2 {
  text-transform: uppercase;
  border-bottom: 7px solid #000000;
  display: inline-block; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2em; } }

header.masthead h2 {
  font-size: 3em; }
  @media (max-width: 767px) {
    header.masthead h2 {
      font-size: 1.6em; } }

h3 {
  display: inline-block;
  font-size: 30px;
  line-height: 46px;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  padding: 10px;
  margin: -30px 0 0 0; }

h4 {
  font-weight: 700;
  font-size: 1.4em; }

html {
  color: red;
  font-size: 1em;
  line-height: 1.35em; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* ==========================================================================
   Headers
   ========================================================================== */
.header-minimal {
  margin-bottom: 3em;
  margin-top: 2em; }
  .header-minimal a {
    text-decoration: none; }
  .header-minimal h1, .header-minimal h2 {
    border: none;
    font-size: 1.75em;
    display: inline-block;
    margin: 0; }
  .header-minimal .head-divider {
    color: #888;
    display: inline-block;
    font-size: 1.6em;
    margin: 0 0.25rem; }
  .header-minimal .register-button {
    display: block;
    font-size: 1em;
    margin-top: 0;
    padding: .5em 1em;
    text-align: center; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

header.masthead {
  margin-bottom: 5em; }
  header.masthead .leader {
    text-transform: uppercase;
    margin-bottom: 3em;
    font-size: 1.25em; }
    @media (max-width: 767px) {
      header.masthead .leader {
        font-size: 1em; } }
    header.masthead .leader span.detail {
      display: inline-block; }
      @media (max-width: 767px) {
        header.masthead .leader span.detail {
          display: block; } }
    header.masthead .leader span.separator {
      color: #C704F6;
      display: inline-block;
      padding: inherit 4em; }
      @media (max-width: 767px) {
        header.masthead .leader span.separator {
          display: none; } }

.register-button {
  background: #fff;
  border: 6px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, #0865F1 0%, #C704F6 100%);
  -webkit-border-image: -webkit-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
  border-image: linear-gradient(to right, #0865F1 0%, #C704F6 100%);
  border-image-slice: 1;
  color: #000;
  font-size: 2em;
  font-weight: bold;
  margin-top: 3em;
  padding: 10px 60px;
  text-decoration: none;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .register-button {
      font-size: 1em; } }
  .register-button:hover {
    background-color: white;
    background: -webkit-linear-gradient(left, #0865F1, #C704F6);
    background: -o-linear-gradient(right, #0865F1, #C704F6);
    background: linear-gradient(to right, #0865F1, #C704F6);
    background: -moz-linear-gradient(right, #0865F1, #C704F6);
    color: #fff; }
  .register-button.small {
    font-size: 1em;
    padding: .5em 1.5em; }

.what-to-expect {
  margin-bottom: 2em; }
  .what-to-expect p {
    font-size: 1.5em; }
  .what-to-expect h4 {
    margin-bottom: 0.5em; }
  .what-to-expect ul.topics {
    margin: 0 0 0 2em; }
    .what-to-expect ul.topics li {
      font-size: 1.5em;
      list-style-type: square; }

#web-afternoon-logo {
  text-align: center; }
  @media (max-width: 767px) {
    #web-afternoon-logo img {
      width: 100px; } }
  #web-afternoon-logo hr {
    border-top: 5px solid #000;
    position: relative;
    top: -140px;
    z-index: -1; }
    @media (max-width: 767px) {
      #web-afternoon-logo hr {
        top: -102px; } }

.speaker {
  margin-bottom: 4em; }
  .speaker:nth-child(odd) {
    margin-left: 0; }
  .speaker img {
    width: 100%;
    margin: auto;
    background: #eee;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
    border-image: linear-gradient(to bottom right, #0865F1 0%, #C704F6 100%);
    border-image-slice: 1;
    box-sizing: border-box; }
  .speaker .speakerinfo {
    margin-top: -1em; }
    .speaker .speakerinfo a h3 {
      background-color: #000;
      border: 10px solid #000;
      color: #fff;
      font-weight: bolder;
      transition: all 0.5s ease; }
    .speaker .speakerinfo a:hover h3 {
      border-color: #C704F6;
      transition: all 0.5s ease; }
    .speaker .speakerinfo .social {
      float: right;
      padding: 15px 0 0 0;
      font-size: 1.4em; }
    .speaker .speakerinfo a {
      transition: color 0.5s ease;
      color: #000000; }
      .speaker .speakerinfo a:hover {
        transition: color 0.5s ease;
        color: #C704F6; }
  .speaker .speaker-title-company {
    font-size: 1.2em;
    margin-top: .5em; }
  .speaker .biotext {
    font-weight: 100;
    font-size: 1.1em;
    margin: 0;
    padding: 1em 0 0; }
  .speaker .vip-cta {
    margin-top: 3em; }
    .speaker .vip-cta h4 {
      margin-bottom: 0; }

.panelists {
  margin-bottom: 3em;
  margin-top: 3em; }
  .panelists .panelist:nth-child(3n+1) {
    margin-left: 0; }
  .panelists .panelist img {
    display: block;
    max-width: 100%;
    width: 100%;
    border: 6px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
    border-image: linear-gradient(to bottom right, #0865F1 0%, #C704F6 100%);
    border-image-slice: 1;
    box-sizing: border-box; }
  .panelists .panelist h3 {
    font-size: 1.2em;
    font-weight: bold;
    padding: .25em 1.5em; }
  .panelists .panelist h6 {
    color: #222;
    display: block;
    font-size: 1em;
    font-weight: bold; }
    .panelists .panelist h6 a {
      color: #222; }

.schedule td {
  vertical-align: top; }
.schedule .social {
  background: #222;
  color: #fff;
  font-size: 1.25em; }
  .schedule .social a {
    color: #e996fd; }
.schedule .break {
  background-color: #eee;
  color: #666; }
.schedule .talk-time {
  padding-left: 1rem;
  white-space: nowrap; }
.schedule .talk-title {
  font-size: 1.35em;
  margin-bottom: 0; }
.schedule .talk-speaker {
  color: #666;
  font-size: 1.2em;
  margin: 0 0 .5em; }
  .schedule .talk-speaker a {
    color: #C704F6;
    text-decoration: none; }
.schedule .talk-info p {
  margin: 0 0 1em; }

.emcee {
  margin-bottom: 5em; }
  .emcee img {
    max-width: 100%;
    width: 100%;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
    border-image: linear-gradient(to bottom right, #0865F1 0%, #C704F6 100%);
    border-image-slice: 1;
    box-sizing: border-box; }
  .emcee p {
    font-size: 1.2em;
    margin-bottom: 1.25em; }

.venue {
  background-image: url("/img/venue-background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 12em; }
  .venue .venue-info {
    background-color: white;
    padding: 4%; }
    .venue .venue-info h3 {
      top: 0;
      left: 0;
      position: absolute; }
      @media (max-width: 767px) {
        .venue .venue-info h3 {
          left: 5%; } }
    .venue .venue-info .venue-details {
      margin-top: 2em; }
      .venue .venue-info .venue-details img {
        max-width: 100%; }
  .venue .venue-nearby h5 {
    border-bottom: 3px solid black;
    display: inline-block; }
  .venue .venue-nearby p strong {
    display: block; }

.ticket-box {
  min-height: 386px;
  margin-top: 30px;
  position: relative; }
  .ticket-box > div {
    padding: 1em; }
  .ticket-box .ticketheader {
    font-size: 2em;
    margin: 0; }
  .ticket-box .ticketinfo {
    font-size: .9em;
    margin-bottom: .75em; }
    .ticket-box .ticketinfo p {
      margin-bottom: 1em; }
    .ticket-box .ticketinfo ul li {
      margin: 0 0 0.35em; }
  .ticket-box .ticket-prices {
    position: absolute;
    bottom: 1em;
    left: 1em; }
    .ticket-box .ticket-prices p {
      margin: 0;
      padding: 0; }
  .ticket-box .ticketprice {
    margin: 0 auto;
    padding: 0;
    font-size: 1.4em;
    text-decoration: none; }

.attendee-ticket {
  border: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
  -webkit-border-image: -webkit-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
  border-image: linear-gradient(to bottom right, #0865F1 0%, #C704F6 100%);
  border-image-slice: 1;
  background-color: white; }

.vip-ticket {
  background-color: #0865F1;
  background: -webkit-linear-gradient(top left, #0865F1, #C704F6);
  background: -o-linear-gradient(bottom right, #0865F1, #C704F6);
  background: linear-gradient(to bottom right, #0865F1, #C704F6);
  background: -moz-linear-gradient(bottom right, #0865F1, #C704F6);
  border: 10px solid transparent;
  -moz-border-image: -moz-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
  -webkit-border-image: -webkit-linear-gradient(top left, #0865F1 0%, #C704F6 100%);
  border-image: linear-gradient(to bottom right, #0865F1 0%, #C704F6 100%);
  border-image-slice: 1;
  color: white;
  margin-bottom: 5%; }

iframe#eventbrite {
  width: 100%;
  margin-bottom: 3em;
  min-height: 775px; }
  @media (max-width: 767px) {
    iframe#eventbrite {
      min-height: 950px; } }

#eventbrite-alt {
  display: none;
  margin-bottom: 6em;
  margin-top: 3em; }

.sponsors {
  margin-bottom: 3em; }
  .sponsors h3 {
    margin: auto;
    margin-bottom: 1em; }
  .sponsors .sponsor:nth-child(4n+1) {
    margin-left: 0; }
  .sponsors .sponsor img {
    width: 100%;
    max-width: 100%; }

.coming-soon {
  background-color: black;
  color: white;
  margin-bottom: 2em; }
  .coming-soon h2 {
    margin: .5em 0 0;
    padding: 0; }
  .coming-soon p {
    font-size: 1.25em; }
    @media (max-width: 767px) {
      .coming-soon p {
        font-size: .9em; } }

footer {
  background-color: black;
  background: -webkit-linear-gradient(left, #0865F1, #C704F6);
  background: -o-linear-gradient(right, #0865F1, #C704F6);
  background: linear-gradient(to right, #0865F1, #C704F6);
  background: -moz-linear-gradient(right, #0865F1, #C704F6);
  color: white; }
  footer a, footer a:hover {
    color: white; }
  footer h5 {
    font-size: 1.2em;
    margin-top: 1em; }
  footer .copyright {
    font-size: .9em; }

.subbio h5 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: .2em; }

.sp .fa {
  font-size: 30px;
  margin-top: -10px; }

.speaker-info {
  margin-top: -20px; }
