/* line 1, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
html {
  font-size: 18px; }

/* line 5, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
body {
  color: #121410;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6; }

/* line 12, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase; }
  /* line 22, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
  h1 a,
  h2 a,
  h3 a,
  h4 a {
    color: inherit; }

/* line 27, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
h2 {
  margin: 2em 0 0.5em;
  font-size: 1.5em;
  text-align: center; }
  /* line 4, /opt/buildhome/repo/source/stylesheets/mixins/_flourish.scss */
  h2::before, h2::after {
    content: '';
    display: inline-block;
    width: 79px;
    height: 26px;
    background-image: url("/images/h2-flourish.png");
    background-size: 79px 26px; }
  /* line 14, /opt/buildhome/repo/source/stylesheets/mixins/_flourish.scss */
  h2::before {
    margin-right: 1em; }
  /* line 18, /opt/buildhome/repo/source/stylesheets/mixins/_flourish.scss */
  h2::after {
    margin-left: .8em;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); }

/* line 34, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
h3 {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  margin: 2em 0 0.5em; }

/* line 40, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
h2 ~ h3 {
  margin: 0 0 30px;
  text-align: center; }

/* line 45, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
h4 {
  margin: 0 0 0.5em;
  font-size: 1.15em;
  letter-spacing: normal;
  text-transform: none;
  color: #57584e; }

/* line 53, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
a {
  color: #121410; }

/* line 57, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
.source {
  margin-top: 3rem; }
  /* line 60, /opt/buildhome/repo/source/stylesheets/components/_typography.scss */
  .source p {
    font-size: .75rem;
    margin: 0; }

/* line 1, /opt/buildhome/repo/source/stylesheets/components/_gallery.scss */
.photo-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto; }
  /* line 8, /opt/buildhome/repo/source/stylesheets/components/_gallery.scss */
  .photo-gallery .thumb {
    margin: 0.5rem; }

/* line 14, /opt/buildhome/repo/source/stylesheets/components/_gallery.scss */
.lightbox .lb-outerContainer {
  background: #121410; }
/* line 18, /opt/buildhome/repo/source/stylesheets/components/_gallery.scss */
.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next,
.lightbox .lb-data .lb-close,
.lightbox .lb-cancel {
  -webkit-filter: sepia(100%);
  filter: sepia(100%); }

/* line 12, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
button,
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid;
  padding: 0.75em 2em;
  color: #9e9376;
  border-color: #9e9376;
  border-bottom-color: #66604d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  /* line 6, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
  button:hover,
  .button:hover {
    background: rgba(158, 147, 118, 0.3); }
  /* line 29, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
  button:focus, button.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus,
  .button:focus,
  .button.focus,
  .button:active:focus,
  .button:active.focus,
  .button.active:focus,
  .button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 35, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
  button.focus,
  .button.focus {
    text-decoration: none; }
  /* line 39, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
  button:active, button.active,
  .button:active,
  .button.active {
    background-image: none;
    outline: 0; }
  /* line 45, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
  button.disabled, button:disabled,
  .button.disabled,
  .button:disabled {
    cursor: not-allowed;
    opacity: .65; }
  /* line 51, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
  button.large,
  .button.large {
    padding: 1em 3em; }
  /* line 55, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
  button.inverse,
  .button.inverse {
    color: #f7f5df;
    border-color: #f7f5df;
    border-bottom-color: #9b9b8c; }
    /* line 6, /opt/buildhome/repo/source/stylesheets/components/_buttons.scss */
    button.inverse:hover,
    .button.inverse:hover {
      background: rgba(247, 245, 223, 0.3); }

/* line 8, /opt/buildhome/repo/source/stylesheets/components/_hr.scss */
hr {
  position: relative;
  max-width: 435px;
  margin: 4em auto;
  border-color: #9e9376;
  border-style: solid;
  border-width: 1px 0;
  border-bottom-color: rgba(158, 147, 118, 0.4); }
  /* line 21, /opt/buildhome/repo/source/stylesheets/components/_hr.scss */
  hr::before {
    content: '';
    display: block;
    width: 41px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: -3px;
    transform: translateX(-50%);
    padding: 0 25px;
    background: #121410 no-repeat;
    background-position: 25px 0px;
    width: 41px;
    height: 6px;
    background-image: url("/images/hr-dots.png");
    background-size: 41px 6px; }
  /* line 36, /opt/buildhome/repo/source/stylesheets/components/_hr.scss */
  hr.fancy {
    max-width: 920px;
    margin-bottom: 5px; }
    /* line 43, /opt/buildhome/repo/source/stylesheets/components/_hr.scss */
    hr.fancy::before {
      top: -35px;
      width: 42px;
      height: 27px;
      background-image: url("/images/hr-flourish.png");
      background-size: 42px 27px; }
    /* line 48, /opt/buildhome/repo/source/stylesheets/components/_hr.scss */
    hr.fancy + hr.fancy {
      margin-top: 0;
      margin-bottom: 4em; }
      /* line 52, /opt/buildhome/repo/source/stylesheets/components/_hr.scss */
      hr.fancy + hr.fancy::before {
        top: auto;
        bottom: -14px;
        width: 41px;
        height: 6px;
        background-image: url("/images/hr-dots.png");
        background-size: 41px 6px; }

/* line 1, /opt/buildhome/repo/source/stylesheets/components/_modal.scss */
.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: flex;
  transition: opacity 0.3s ease;
  background-color: rgba(18, 20, 16, 0.6);
  z-index: 10000; }
  /* line 11, /opt/buildhome/repo/source/stylesheets/components/_modal.scss */
  .modal-mask:not(.open) {
    display: none; }

/* line 16, /opt/buildhome/repo/source/stylesheets/components/_modal.scss */
.modal-body {
  background: #121410; }
  /* line 20, /opt/buildhome/repo/source/stylesheets/components/_modal.scss */
  .modal-body iframe {
    display: block; }

/* line 1, /opt/buildhome/repo/source/stylesheets/components/_tables.scss */
table {
  border-collapse: collapse;
  font-size: 18px;
  margin: 0 auto;
  max-width: 800px; }

/* line 8, /opt/buildhome/repo/source/stylesheets/components/_tables.scss */
td {
  border-bottom: 1px solid #ccc;
  padding: 10px 15px; }

/* line 1, /opt/buildhome/repo/source/stylesheets/layout/_layout.scss */
body {
  margin: 1em;
  padding: 0; }

/* line 6, /opt/buildhome/repo/source/stylesheets/layout/_layout.scss */
section {
  box-sizing: border-box;
  margin: 4em 0 5em; }

/* line 11, /opt/buildhome/repo/source/stylesheets/layout/_layout.scss */
.container {
  max-width: 1180px;
  margin: 0 auto; }

/* line 16, /opt/buildhome/repo/source/stylesheets/layout/_layout.scss */
img {
  max-width: 100%; }

/* line 1, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
.top-bar {
  width: 100%;
  background: #121410;
  font-size: 1rem;
  text-align: right;
  padding: 1em;
  padding-bottom: 14px;
  margin: -1em -1em 1em; }
  /* line 10, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
  .top-bar .brand-link {
    display: inline-block;
    float: left;
    margin-top: 4px; }
    /* line 15, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
    .top-bar .brand-link img {
      width: 100px;
      height: 30px; }
  /* line 21, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
  .top-bar .buy-button {
    margin-left: 1em;
    margin-top: -1px;
    font-size: 1rem;
    padding: 0.5em 1em; }
  /* line 28, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
  .top-bar .navbar {
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0; }
    /* line 34, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
    .top-bar .navbar li {
      display: inline-block; }
      @media screen and (max-width: 420px) {
        /* line 34, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
        .top-bar .navbar li {
          width: 100%; } }
    /* line 42, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
    .top-bar .navbar a {
      display: inline-block;
      padding: 0.5em 1.25em;
      text-decoration: none;
      color: #f7f5df; }
      /* line 48, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
      .top-bar .navbar a:hover {
        text-decoration: underline; }
  @media screen and (min-width: 1100px) {
    /* line 20, /opt/buildhome/cache/bundle/ruby/2.7.0/gems/bourbon-4.2.6/app/assets/stylesheets/addons/_clearfix.scss */
    .top-bar::after {
      clear: both;
      content: "";
      display: table; }
    /* line 57, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
    .top-bar .navbar {
      float: right;
      margin-top: 0.5em; }
      /* line 61, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
      .top-bar .navbar a {
        display: inline; }
    /* line 66, /opt/buildhome/repo/source/stylesheets/layout/_top_bar.scss */
    .top-bar .buy-button {
      float: right; } }

/* line 1, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
.index {
  margin-bottom: 6em;
  background: #121410;
  color: #f7f5df;
  text-align: center; }
  /* line 7, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
  .index .main-content .container {
    max-width: 800px; }
  /* line 11, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
  .index h2 {
    letter-spacing: 0.32em; }
    @media screen and (max-width: 870px) {
      /* line 15, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
      .index h2::before, .index h2::after {
        content: none; } }
  /* line 22, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
  .index h3 {
    margin: 3rem 0;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.75; }
  /* line 29, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
  .index p {
    font-size: 19px; }
  /* line 33, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
  .index a {
    color: #f7f5df; }
  /* line 37, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
  .index .splash {
    margin-bottom: 6em; }
  /* line 41, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
  .index .cta {
    margin: 3em 0; }
    /* line 44, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
    .index .cta .button {
      background: rgba(247, 245, 223, 0.2); }
      /* line 47, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
      .index .cta .button:hover {
        background: rgba(247, 245, 223, 0.4); }
  /* line 53, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
  .index .sponsors {
    margin: 3rem 0; }
    /* line 56, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
    .index .sponsors img {
      margin: 0 3rem; }

/* line 64, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
.keynote-speakers:after {
  content: '';
  width: 100%;
  display: inline-block; }
/* line 70, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
.keynote-speakers .keynote-speaker {
  display: inline-block;
  margin: 3rem 1.5rem 0;
  text-align: center;
  vertical-align: top;
  width: 240px; }

/* line 79, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
.keynote-name,
.keynote-title {
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase; }

/* line 87, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
.keynote-name {
  letter-spacing: .1em;
  margin: 20px 0 0; }

/* line 92, /opt/buildhome/repo/source/stylesheets/pages/_index.scss */
.keynote-title {
  color: #9e9376;
  font-size: 16px;
  margin: 6px 0 0; }

/* line 1, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
.venue,
.pub_night {
  font-size: 0.95em; }
  @media screen and (max-width: 450px) {
    /* line 6, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
    .venue h2:before,
    .venue h2:after,
    .pub_night h2:before,
    .pub_night h2:after {
      content: none; } }
  /* line 12, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
  .venue section,
  .pub_night section {
    padding: 0 2em;
    text-align: center; }
    /* line 16, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
    .venue section img,
    .pub_night section img {
      margin: 20px 0; }
    @media screen and (min-width: 870px) {
      /* line 12, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
      .venue section,
      .pub_night section {
        width: 50%;
        float: left;
        margin-top: 0; } }
  /* line 27, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
  .venue .vcard,
  .pub_night .vcard {
    text-align: center;
    margin-bottom: 3em; }
    /* line 31, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
    .venue .vcard .url,
    .pub_night .vcard .url {
      display: none; }
  /* line 36, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
  .venue .actions,
  .pub_night .actions {
    margin-top: 3em; }

/* line 41, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
#venue-map {
  width: 100%;
  padding-top: 60%; }
  /* line 45, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
  #venue-map .url {
    display: block; }

/* line 50, /opt/buildhome/repo/source/stylesheets/pages/_venue.scss */
.pub_night p:first-child {
  text-align: left; }

@media screen and (max-width: 490px) {
  /* line 3, /opt/buildhome/repo/source/stylesheets/pages/_schedule.scss */
  .schedule h2:before,
  .schedule h2:after {
    content: none; } }

@media screen and (max-width: 700px) {
  /* line 12, /opt/buildhome/repo/source/stylesheets/pages/_schedule.scss */
  .schedule tr td {
    display: block;
    border: none; }
    /* line 16, /opt/buildhome/repo/source/stylesheets/pages/_schedule.scss */
    .schedule tr td:first-child {
      border-top: 1px solid #ccc; }
  /* line 21, /opt/buildhome/repo/source/stylesheets/pages/_schedule.scss */
  .schedule tr:last-child td:last-child {
    border-bottom: 1px solid #ccc; } }

/* line 27, /opt/buildhome/repo/source/stylesheets/pages/_schedule.scss */
.schedule-event-recess {
  background-color: #f3ecdb; }

/* line 31, /opt/buildhome/repo/source/stylesheets/pages/_schedule.scss */
.schedule-event-special {
  background-color: #e4d7b8; }

/* line 1, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
.speaker {
  margin-top: 5em;
  text-align: justify; }
  /* line 5, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
  .speaker:after {
    content: '';
    width: 100%;
    display: inline-block; }

/* line 12, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
.speaker-image,
.speaker-info {
  display: inline-block;
  text-align: left;
  vertical-align: top; }
  @media screen and (max-width: 1000px) {
    /* line 12, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
    .speaker-image,
    .speaker-info {
      display: block; } }

/* line 23, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
.speaker-image {
  width: 20%; }
  @media screen and (max-width: 1000px) {
    /* line 23, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
    .speaker-image {
      text-align: center;
      width: 100%; } }
  /* line 31, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
  .speaker-image img {
    margin-bottom: 30px; }

/* line 36, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
.speaker-info {
  width: 35%; }
  @media screen and (max-width: 1000px) {
    /* line 36, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
    .speaker-info {
      width: 100%; }
      /* line 42, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
      .speaker-info + .speaker-info {
        margin-top: 2em; } }
  /* line 47, /opt/buildhome/repo/source/stylesheets/pages/_speakers.scss */
  .speaker-info h3:first-child {
    margin-top: 0; }

/* line 2, /opt/buildhome/repo/source/stylesheets/pages/_sponsors.scss */
.sponsors section {
  text-align: center; }
@media screen and (max-width: 460px) {
  /* line 7, /opt/buildhome/repo/source/stylesheets/pages/_sponsors.scss */
  .sponsors h2:before,
  .sponsors h2:after {
    content: none; } }

/* line 14, /opt/buildhome/repo/source/stylesheets/pages/_sponsors.scss */
.sponsor-level {
  display: block;
  margin: 120px auto 20px;
  max-width: 300px; }

/* line 20, /opt/buildhome/repo/source/stylesheets/pages/_sponsors.scss */
.sponsor-level ~ .sponsor-level {
  margin-top: 180px; }

/* line 24, /opt/buildhome/repo/source/stylesheets/pages/_sponsors.scss */
.sponsor-identity {
  box-sizing: border-box;
  display: inline-block;
  padding: 50px 50px 20px;
  vertical-align: middle; }
  @media screen and (max-width: 460px) {
    /* line 24, /opt/buildhome/repo/source/stylesheets/pages/_sponsors.scss */
    .sponsor-identity {
      margin-right: auto;
      margin-left: auto;
      display: block; } }

/* line 3, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
.sponsorship_package .sponsorship-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  /* line 9, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
  .sponsorship_package .sponsorship-row .sponsorship-tier {
    width: 30%; }
  /* line 13, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
  .sponsorship_package .sponsorship-row img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%; }
  /* line 20, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
  .sponsorship_package .sponsorship-row ul {
    padding-left: 19px; }
@media screen and (max-width: 750px) {
  /* line 26, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
  .sponsorship_package h2:before,
  .sponsorship_package h2:after {
    content: none; }
  /* line 31, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
  .sponsorship_package .sponsorship-row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    /* line 34, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
    .sponsorship_package .sponsorship-row .sponsorship-tier {
      margin-top: 5rem;
      width: auto; }
      /* line 38, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
      .sponsorship_package .sponsorship-row .sponsorship-tier:first-child {
        margin-top: 0; }
    /* line 43, /opt/buildhome/repo/source/stylesheets/pages/_sponsorship.scss */
    .sponsorship_package .sponsorship-row .text-image {
      margin: 1rem 0;
      max-width: 600px; } }

@media screen and (max-width: 940px) {
  /* line 4, /opt/buildhome/repo/source/stylesheets/pages/_code_of_conduct.scss */
  .code_of_conduct h2:before,
  .code_of_conduct h2:after {
    content: none; } }

/* line 2, /opt/buildhome/repo/source/stylesheets/pages/_speaker_videos.scss */
.speaker_videos h3,
.speaker_videos h4 {
  line-height: 1.2;
  margin: 0 0 .25rem;
  text-align: center; }

/* line 10, /opt/buildhome/repo/source/stylesheets/pages/_speaker_videos.scss */
.video-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto; }

/* line 17, /opt/buildhome/repo/source/stylesheets/pages/_speaker_videos.scss */
.video-wrapper {
  margin: 3rem 1.2rem 0;
  width: calc(33.33% - (1.2rem * 2)); }
  @media screen and (max-width: 940px) {
    /* line 17, /opt/buildhome/repo/source/stylesheets/pages/_speaker_videos.scss */
    .video-wrapper {
      width: calc(50% - (1.2rem * 2)); } }
  @media screen and (max-width: 650px) {
    /* line 17, /opt/buildhome/repo/source/stylesheets/pages/_speaker_videos.scss */
    .video-wrapper {
      width: 100%; } }

/* line 30, /opt/buildhome/repo/source/stylesheets/pages/_speaker_videos.scss */
.video {
  margin-bottom: .75rem; }
  /* line 33, /opt/buildhome/repo/source/stylesheets/pages/_speaker_videos.scss */
  .video a {
    display: block;
    position: relative; }
    /* line 39, /opt/buildhome/repo/source/stylesheets/pages/_speaker_videos.scss */
    .video a:hover:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("/images/play-video.png") center/100%;
      content: ' ';
      display: block; }
