/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

body {
  font-family: proxima-nova, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
  margin: 0; }

p {
  font-family: proxima-nova, sans-serif;
  color: #000000;
  font-size: 1.3em;
  line-height: 1.5em; }

.smaller-p {
  font-size: 1.1em; }

h1 {
  font-size: 2.4em;
  letter-spacing: -.8px;
  line-height: 1.4em;
  font-weight: 100;
  color: #000000; }
  @media (min-width: 51.25em) {
    h1 {
      font-size: 3.6em;
      letter-spacing: -1.35px; } }

h2 {
  font-size: 1.8em;
  letter-spacing: -0.35px;
  line-height: 1.4em;
  font-weight: 100;
  color: #000000; }

section, header, footer {
  padding: 0 20px 0 20px; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.container {
  max-width: 1000px;
  margin: 0 auto; }

.banner {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  color: #ffffff;
  background: #313A88;
  padding: 16px 40px;
  font-size: 1em;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 43.75em) {
    .banner {
      font-size: 1.1em; } }
  .banner:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -14px;
    right: -14px;
    background: #6C77D6;
    height: 80%;
    width: 98%; }

.banner2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000; }

.hero .banner2 {
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (min-width: 51.25em) {
    .hero .banner2 {
      margin-bottom: 60px; } }

.tab-style {
  padding-left: 0; }
  @media (min-width: 51.25em) {
    .tab-style {
      padding-left: 16%; } }

.background-pattern {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: -2;
  display: block; }
  @media (min-width: 51.25em) {
    .background-pattern {
      top: 40px;
      width: 100%; } }
  .background-pattern img {
    width: 100%; }

.speaker-boxes ul {
  display: flex;
  flex-wrap: wrap; }
  .speaker-boxes ul .speaker-container {
    width: 100%;
    margin-right: 0; }
    @media (min-width: 30em) {
      .speaker-boxes ul .speaker-container {
        width: 48%;
        margin-right: 2%; } }
    @media (min-width: 51.25em) {
      .speaker-boxes ul .speaker-container {
        width: 32%; }
        .speaker-boxes ul .speaker-container:nth-child(3n) {
          margin-right: 0 !important; } }
    .speaker-boxes ul .speaker-container img {
      width: 100%; }
    .speaker-boxes ul .speaker-container p {
      margin: 0; }

.speaker-boxes .smaller-p {
  font-size: 1em; }

.footer-cta {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px; }
  @media (min-width: 51.25em) {
    .footer-cta {
      padding-bottom: 200px; } }
  .footer-cta .container {
    position: relative; }
  .footer-cta .logo2 {
    margin: 40px 0 25px 0;
    max-width: 300px; }
    .footer-cta .logo2 img {
      width: 100%; }
  .footer-cta .banner {
    margin: 0 auto; }
  .footer-cta h1 {
    margin-bottom: 40px;
    margin-top: 80px;
    width: 100%; }
    @media (min-width: 51.25em) {
      .footer-cta h1 {
        width: 80%; } }
  .footer-cta p {
    margin-top: 40px;
    max-width: 100%; }
    @media (min-width: 51.25em) {
      .footer-cta p {
        width: 80%; } }
  .footer-cta .footer-cta-content {
    width: 100%; }
    @media (min-width: 51.25em) {
      .footer-cta .footer-cta-content {
        width: 80%; } }

html.sr .load-hidden {
  visibility: hidden; }

.speaker-container {
  position: relative; }

.floater {
  position: absolute;
  width: 160px; }

.floater-2 {
  top: 0px;
  left: -60px; }

.floater-5 {
  bottom: 0px;
  right: -50px; }

.floater-3 {
  width: 60px;
  bottom: 50%;
  right: -30px; }

header {
  display: block;
  height: auto;
  overflow: auto; }
  header .logo {
    float: left; }
    @media (min-width: 30em) {
      header .logo {
        float: left;
        margin-right: 40px; } }
    header .logo a {
      display: block;
      max-width: 120px;
      margin-top: 28px; }
      header .logo a img {
        width: 100%; }
  header nav {
    float: right; }
    @media (min-width: 43.75em) {
      header nav {
        float: left; } }
    header nav ul {
      margin: 0;
      list-style: none;
      margin-top: 11px; }
      header nav ul li {
        display: inline-block; }
        header nav ul li a {
          display: block;
          padding: 20px 0px 10px 0px;
          margin: 0 20px; }
          header nav ul li a:hover {
            color: #52E76B;
            transition: color .25s ease; }
  header .header-cta {
    float: right;
    margin: 20px 0;
    display: block; }
    @media (min-width: 43.75em) {
      header .header-cta {
        float: right;
        margin: 20px 0;
        display: block; } }

.page-active {
  border-bottom: 4px solid #52E76B; }

footer {
  padding: 40px 0 0 0;
  background: #EEF0FB; }
  footer .banner2 {
    text-align: center;
    font-size: 1em; }
  footer .sponsors {
    display: flex; }
    footer .sponsors li {
      width: 300px;
      margin: 0 auto; }
      footer .sponsors li a {
        display: block;
        padding: 80px 20px; }
        @media (min-width: 51.25em) {
          footer .sponsors li a {
            padding: 80px 40px; } }
        footer .sponsors li a img {
          width: 100%; }

.svb-capital {
  margin-top: -10px; }
  @media (min-width: 51.25em) {
    .svb-capital {
      margin-top: -30px; } }

.all-rights {
  padding: 20px 0;
  background: #DCE0F7;
  text-align: center; }

a {
  text-decoration: none;
  color: #000000;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9em; }

.btn {
  display: inline-block;
  color: #ffffff;
  background: #FF2662;
  padding: 10px 30px;
  font-size: 1em;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-weight: 700; }
  .btn:hover {
    background: #6C77D6;
    transition: background .25s ease; }
  .btn.secondary-btn {
    background: #42D7FB; }

.hero {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 30em) {
    .hero {
      padding-bottom: 180px;
      padding-top: 100px; } }
  .hero .container {
    position: relative; }
  .hero h1 {
    font-size: 2.4em; }
    @media (min-width: 43.75em) {
      .hero h1 {
        font-size: 3.5em; } }
    @media (min-width: 51.25em) {
      .hero h1 {
        font-size: 5em; } }

.hero-background-pattern {
  position: absolute;
  display: block;
  z-index: -2;
  top: -40px;
  right: -180px;
  width: 300px; }
  @media (min-width: 30em) {
    .hero-background-pattern {
      top: -40px;
      right: -180px;
      width: 400px; } }
  @media (min-width: 51.25em) {
    .hero-background-pattern {
      top: -90px;
      right: -250px;
      width: 600px; } }
  .hero-background-pattern img {
    width: 100%; }

.about .container {
  position: relative; }

.about .about-background-pattern {
  position: absolute;
  left: -200px;
  top: 40%;
  width: 250px;
  display: none; }
  @media (min-width: 51.25em) {
    .about .about-background-pattern {
      display: block; } }
  .about .about-background-pattern img {
    position: absolute;
    width: 100%; }

.about-buckets {
  margin: 40px 0 20px 0; }
  @media (min-width: 51.25em) {
    .about-buckets {
      margin: 60px 0 40px 0; } }
  .about-buckets ul {
    overflow: auto; }
    .about-buckets ul li {
      width: 100%; }
      @media (min-width: 43.75em) {
        .about-buckets ul li {
          width: 48%;
          padding-right: 10px;
          float: left; } }

.speakers-section {
  position: relative;
  margin-top: 100px;
  overflow: hidden; }
  @media (min-width: 51.25em) {
    .speakers-section {
      margin-top: 140px; } }
  .speakers-section h1 {
    max-width: 600px;
    margin-bottom: 40px; }
  .speakers-section .speaker-boxes ul {
    display: flex; }
    .speakers-section .speaker-boxes ul li {
      width: 50%;
      margin: 0; }
      @media (min-width: 51.25em) {
        .speakers-section .speaker-boxes ul li {
          width: 25%; } }
      .speakers-section .speaker-boxes ul li.name-container {
        margin-top: 40px; }
        @media (min-width: 43.75em) {
          .speakers-section .speaker-boxes ul li.name-container {
            margin-top: 70px; } }
        .speakers-section .speaker-boxes ul li.name-container div {
          max-width: 80%;
          display: inline-block; }
          .speakers-section .speaker-boxes ul li.name-container div.green {
            border-bottom: 1px solid #52E76B; }
          .speakers-section .speaker-boxes ul li.name-container div.blue {
            border-bottom: 1px solid #42D7FB; }
          .speakers-section .speaker-boxes ul li.name-container div.red {
            border-bottom: 1px solid #FF2662; }
          .speakers-section .speaker-boxes ul li.name-container div.purple {
            border-bottom: 1px solid #313A88; }
  .speakers-section .speaker-boxes h2 {
    font-size: 1.2em; }
    @media (min-width: 43.75em) {
      .speakers-section .speaker-boxes h2 {
        font-size: 1.7em; } }
  .speakers-section .speaker-boxes p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .7em;
    padding-top: 5px;
    margin-top: 0; }
    @media (min-width: 43.75em) {
      .speakers-section .speaker-boxes p {
        font-size: .9em; } }
  .speakers-section .name-after {
    text-align: left; }
    .speakers-section .name-after div {
      padding-left: 20px; }
  .speakers-section .name-before {
    text-align: right; }
    .speakers-section .name-before div {
      padding-right: 20px; }
  .speakers-section .background-pattern {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -2;
    display: block;
    width: 100%;
    height: 100%; }
    .speakers-section .background-pattern img {
      width: 100%; }

.startups {
  margin-top: 80px;
  overflow: auto; }
  @media (min-width: 51.25em) {
    .startups {
      margin-top: 140px; } }
  .startups .startups-content {
    float: left;
    width: 100%; }
    @media (min-width: 51.25em) {
      .startups .startups-content {
        width: 51%; } }
  .startups .startups-logos {
    width: 100%; }
    @media (min-width: 51.25em) {
      .startups .startups-logos {
        width: 49%;
        float: right; } }
    .startups .startups-logos ul {
      display: block;
      padding-left: 0px; }
      @media (min-width: 51.25em) {
        .startups .startups-logos ul {
          display: flex;
          flex-wrap: wrap;
          align-content: space-between;
          padding-left: 0px; } }
      .startups .startups-logos ul li {
        display: inline-block;
        width: 41%;
        margin: 20px 4%; }
        @media (min-width: 51.25em) {
          .startups .startups-logos ul li {
            width: 30%;
            margin: 20px 20%;
            margin-right: 0 !important; } }
        .startups .startups-logos ul li img {
          width: 100%; }

.location-section {
  margin-top: 100px;
  padding-bottom: 300px;
  overflow: hidden; }
  @media (min-width: 51.25em) {
    .location-section {
      margin-top: 140px;
      padding-bottom: 400px; } }
  .location-section .container {
    position: relative; }
  .location-section .location-content {
    display: inline-block;
    width: 100%; }
    @media (min-width: 51.25em) {
      .location-section .location-content {
        width: 40%; } }
  .location-section .location-venue {
    position: relative;
    display: block;
    width: 100%; }
    @media (min-width: 51.25em) {
      .location-section .location-venue {
        position: absolute;
        width: 700px;
        right: -300px;
        top: 0; } }
    @media (min-width: 61.25em) {
      .location-section .location-venue {
        width: 800px; } }
    .location-section .location-venue img {
      width: 100%; }
  .location-section .location-pattern {
    position: absolute;
    left: 0;
    bottom: -300px;
    width: 500px;
    padding-top: 100px; }
    @media (min-width: 51.25em) {
      .location-section .location-pattern {
        position: absolute;
        left: 0;
        bottom: -400px;
        width: 500px;
        padding-top: 100px; } }
    .location-section .location-pattern img {
      width: 100%; }

.speakers-section .btn {
  margin-bottom: 60px; }

.speaker-background-pattern {
  position: absolute;
  top: -40px;
  right: -80px;
  display: block;
  width: 300px;
  z-index: -2; }
  @media (min-width: 51.25em) {
    .speaker-background-pattern {
      top: -90px;
      right: -80px;
      width: 500px; } }
  .speaker-background-pattern img {
    width: 100%; }

.speakers-hero {
  padding-top: 60px;
  overflow: hidden; }
  @media (min-width: 30em) {
    .speakers-hero {
      padding-top: 120px; } }
  .speakers-hero .container {
    position: relative; }
  .speakers-hero h1 {
    padding-bottom: 80px; }
  .speakers-hero .primary-speaker {
    overflow: auto; }
    .speakers-hero .primary-speaker .speaker-image {
      display: block;
      width: 100%; }
      @media (min-width: 51.25em) {
        .speakers-hero .primary-speaker .speaker-image {
          float: left;
          width: 50%; } }
      .speakers-hero .primary-speaker .speaker-image img {
        width: 100%; }
    .speakers-hero .primary-speaker .speaker-content {
      width: 100%; }
      @media (min-width: 51.25em) {
        .speakers-hero .primary-speaker .speaker-content {
          float: left;
          width: 44%;
          padding-left: 6%;
          padding-top: 20px; } }
      .speakers-hero .primary-speaker .speaker-content .smaller-p {
        font-size: 1em; }

.speaker-content {
  padding-top: 10px; }
  @media (min-width: 51.25em) {
    .speaker-content {
      padding-top: 40px; } }
  .speaker-content p {
    margin: 0; }
  .speaker-content hr {
    width: 60px; }
  .speaker-content .smaller-p {
    font-size: .8em; }

.social {
  padding-top: 20px; }
  .social ul li {
    display: inline-block;
    padding-right: 16px; }
    .social ul li a {
      display: block;
      width: 20px; }
      .social ul li a img {
        width: 100%; }

.speakers-grid {
  padding: 80px 20px;
  overflow: hidden; }
  .speakers-grid .speaker-container {
    margin-bottom: 40px; }

.agenda-hero {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden; }
  .agenda-hero .container {
    position: relative; }
  .agenda-hero .agenda-background-pattern {
    position: absolute;
    top: -60px;
    right: -100px;
    display: block;
    width: 200px; }
    @media (min-width: 30em) {
      .agenda-hero .agenda-background-pattern {
        top: -60px;
        right: -100px;
        width: 300px; } }
    .agenda-hero .agenda-background-pattern img {
      width: 100%; }

.agenda-section .agenda-items h1 {
  font-family: proxima-nova, sans-serif;
  display: block;
  font-weight: 400;
  font-size: 2em; }

.agenda-section .agenda-items h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  padding-top: 20px; }

.agenda-section .agenda-items h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 100; }

.agenda-section .agenda-items p {
  font-size: .8em;
  width: 80%; }

.agenda-section .agenda-items li {
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #000000; }
  @media (min-width: 43.75em) {
    .agenda-section .agenda-items li {
      display: flex; } }
  .agenda-section .agenda-items li .event-time {
    font-size: 1.5em;
    font-weight: 600;
    width: 100%;
    padding-top: 4px; }
    @media (min-width: 43.75em) {
      .agenda-section .agenda-items li .event-time {
        width: 25%; } }
  .agenda-section .agenda-items li .event-details {
    width: 100%; }
    @media (min-width: 43.75em) {
      .agenda-section .agenda-items li .event-details {
        width: 75%; } }
