/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #57335f;
}
h1,
h2,
h3,
h4,
a.button,
nav a,
button {
  font-family: 'Teko', sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
h1 {
  margin-bottom: .2em;
  color: #503eef;
  font-size: 2.5em;
}
@media (min-width: 30em) {
  h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 62em) {
  h1 {
    font-size: 5em;
  }
}
h2 {
  font-size: 2em;
}
@media (min-width: 30em) {
  h2 {
    font-size: 3em;
  }
}
@media (min-width: 62em) {
  h2 {
    font-size: 4em;
  }
}
h3 {
  color: #57335f;
  font-size: 2.5em;
}
@media (min-width: 30em) {
  h3 {
    font-size: 3em;
  }
}
@media (min-width: 62em) {
  h3 {
    font-size: 4em;
  }
}
h4 {
  font-size: 1.5em;
}
@media (min-width: 40em) {
  h4 {
    font-size: 2em;
  }
}
@media (min-width: 62em) {
  h4 {
    font-size: 3em;
  }
}
img {
  max-width: 100%;
}
p,
ul {
  margin-top: 0;
  font-size: 1.2em;
}
ul {
  padding-left: 1em;
}
ul li {
  margin-bottom: .5em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.section {
  padding: 2em 1em;
  position: relative;
}
@media (min-width: 30em) {
  .section {
    padding: 4em 2em;
  }
}
@media (min-width: 43em) {
  .section {
    padding: 5em 3em;
  }
}
@media (min-width: 62em) {
  .section {
    padding: 6em 4em;
  }
}
@media (min-width: 78em) {
  .section {
    padding: 6em 6em;
  }
}
@media (min-width: 87em) {
  .section {
    padding: 6em 8em;
  }
}
@media (min-width: 90em) {
  .section {
    padding: 6em 10em;
  }
}
.pink {
  background: #fddcec;
}
a {
  color: #503eef;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button {
  font-family: 'Teko', sans-serif;
  border: none;
  font-size: 16px;
}
button:focus {
  outline: 0;
}
a.button,
button {
  background: #db1fdc;
  color: #ffffff;
  text-decoration: none;
  padding: .3em.5em .2em;
  font-size: 1.6em;
  display: inline-block;
  margin-right: .5em;
  position: relative;
}
.location a.button,
button {
  z-index: 9998;
}
a.button:hover,
button:hover {
  background: #503eef;
}
a.cssconf-family-logo-link {
  float: right;
}
@media (min-width: 30em) {
  a.button,
  button {
    font-size: 2em;
  }
}
@media (min-width: 62em) {
  a.button,
  button {
    font-size: 2.2em;
  }
}
.picture {
  margin-bottom: 1em;
}
.push {
  clear: both;
}
.hide {
  overflow: hidden;
}
.small {
  font-size: 1em;
}
.col-fullwidth {
  max-width: 1440px;
  margin: auto;
}
@media (min-width: 35em) {
  .col-ab > * {
    width: 48%;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .section.push-right {
    padding-right: 0;
  }
  .section.push-right .description {
    padding-right: 2%;
  }
  .section.push-right .picture {
    padding-left: 2%;
  }
  .section.push-left {
    padding-left: 0;
  }
}
@media (min-width: 100em) {
  .section.push-right,
  .section.push-left {
    padding: 6em 10em;
  }
}
.shape {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 9997;
  display: none;
  will-change: opacity;
}
.shape svg {
  cursor: pointer;
}
.shape_2 {
  display: block;
  width: 50%;
  top: 23em;
  left: 10%;
  max-width: 100%;
}
.shape_3 {
  display: block;
  width: 35em;
  max-width: 90%;
  top: 10em;
  left: 38%;
}
@media (min-width: 30em) {
  .shape_3 {
    top: 5em;
  }
  .shape_2 {
    width: 15em;
    top: 23em;
    left: 18%;
  }
}
@media (min-width: 45em) {
  .shape_2 {
    width: 17em;
    top: 29em;
  }
  .shape_4 {
    display: block;
    width: 10em;
    top: 8em;
    left: 58%;
  }
  .shape_6 {
    display: block;
    width: 52em;
    top: 19em;
    right: 65%;
  }
}
@media (min-width: 65em) {
  .shape_1 {
    display: block;
    width: 23em;
    top: 5em;
    left: 23%;
  }
  .shape_6 {
    width: 66em;
  }
  .shape_5 {
    display: block;
    width: 24em;
    top: 25em;
    left: 59%;
  }
}
@media (min-width: 75em) {
  .shape_7 {
    display: block;
    width: 66em;
    top: 6em;
    right: -44em;
  }
  .shape_8 {
    display: block;
    width: 10em;
    top: 18em;
    right: 0;
  }
}
@media (min-width: 87em) {
  .shape_9 {
    display: block;
    width: 13em;
    top: 18em;
    right: 10em;
  }
  .shape_10 {
    display: block;
    width: 19em;
    top: 9em;
    right: 92%;
  }
}
.shape_11 {
  display: block;
  width: 66em;
  top: 30em;
  right: 53%;
}
.shape_13 {
  display: block;
  right: -8em;
  mix-blend-mode: normal;
  opacity: 0.8;
  width: 13em;
  top: -3em;
}
@media (min-width: 35em) {
  .shape_13 {
    top: 6em;
    width: 22em;
  }
}
@media (min-width: 50em) {
  .shape_12 {
    display: block;
    width: 10em;
    top: -6em;
    right: 85%;
  }
}
.shape_14 {
  display: block;
  right: 52%;
  width: 78%;
  top: 7em;
  max-width: 100%;
}
.shape_15 {
  display: block;
  right: -31%;
  width: 78%;
  top: 48em;
  max-width: 100%;
}
.shape_17 {
  display: block;
  width: 66em;
  bottom: -10em;
  left: 52%;
}
@media (min-width: 35em) {
  .shape_14 {
    right: 70%;
    width: 27%;
    top: 14em;
  }
  .shape_15 {
    right: -6%;
    width: 36%;
    top: 8em;
  }
  .shape_16 {
    display: block;
    right: 52%;
    width: 16%;
    bottom: -3em;
    max-width: 100%;
  }
}
.shape_18 {
  display: block;
  right: 80%;
  width: 43%;
  top: 1em;
}
@media (min-width: 35em) {
  .shape_18 {
    max-width: 28em;
  }
}
.shape_19 {
  display: block;
  width: 52%;
  top: -2em;
  right: -9%;
  max-width: 100%;
}
.shape_20 {
  display: block;
  width: 66em;
  top: 30em;
  right: 53%;
}
@media (min-width: 35em) {
  .shape_19 {
    max-width: 30em;
  }
}
.shape_21 {
  display: block;
  width: 15em;
  bottom: -10em;
  right: 19%;
}
@media (min-width: 35em) {
  .shape_22 {
    display: block;
    width: 45%;
    bottom: -4em;
    left: -7em;
    max-width: 100%;
  }
}
.shape_23 {
  display: block;
  width: 15em;
  top: 12em;
  left: 80%;
}
@media (min-width: 35em) {
  .shape_23 {
    width: 33%;
    max-width: 100%;
  }
}
.shape_24 {
  display: block;
  width: 24em;
  top: -6em;
  left: -19%;
}
.shape_25 {
  display: block;
  width: 66em;
  bottom: -10em;
  left: 52%;
}
@media (min-width: 35em) {
  .shape_24 {
    width: 63%;
    max-width: 100%;
  }
}
.shape_26 {
  display: block;
  width: 15em;
  top: -2em;
  left: -3em;
}
@media (min-width: 35em) {
  .shape_26 {
    top: -8em;
    right: 60%;
    left: inherit;
  }
}
@media (min-width: 35em) {
  .shape_27 {
    display: block;
    right: -8em;
    top: 17em;
    width: 44%;
    max-width: 100%;
  }
}
nav {
  min-height: inherit;
  background: #fddcec;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9996;
  color: #503eef;
  text-decoration: none;
  font-size: 1.5em;
  text-align: center;
}
nav .row {
  display: none;
  background: #503eef;
}
nav a {
  color: white;
  padding: .6em .5em .5em .5em;
  display: inline-block;
}
nav label {
  cursor: pointer;
  -webkit-user-select: none;
  display: block;
  min-height: 2.5em;
}
nav label:after {
  background-image: url("../images/menu-more.png");
  content: '';
  position: absolute;
  right: .6em;
  top: .4em;
  font-size: 1.8em;
  width: 23px;
  height: 22px;
}
nav input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
nav input[type=checkbox]:checked ~ .row {
  display: block;
}
@media (min-width: 50em) {
  nav {
    font-size: 1.8em;
  }
  nav label {
    display: none;
  }
  nav .row {
    display: block;
    background: #fddcec;
    padding-bottom: .5em;
  }
  nav a {
    color: #503eef;
    padding: 0;
    margin: .8em .5em 0;
    display: inline-block;
  }
}
@media (min-width: 50em) {
  nav .row {
    text-align: right;
  }
}
@media (min-width: 59em) {
  nav a {
    margin: .8em 1em 0;
  }
}
#header {
  margin-bottom: 15em;
  padding-top: 4.5em;
}
#header .logo {
  max-width: 28em;
}
#header .location {
  margin-top: 2em;
}
@media (min-width: 35em) {
  #header {
    padding-top: 6.5em;
  }
}
#speakers .row {
  margin-bottom: 1em;
}
#speakers img {
  max-width: 50%;
}
#speakers .speaker-entity {
  background: #fddcec;
  padding: 1em;
  position: relative;
}
#speakers .speaker-entity h2 {
  margin: .2em 0;
  font-size: 2.4em;
}
#speakers .speaker-info {
  padding-bottom: 1.5em;
}
#speakers .speaker-info.keynote .speaker-name a:after {
  content: ' Keynote';
  background: #db1fdc;
  color: white;
  display: inline-block;
  padding: .1em .1em 0;
  margin-left: .2em;
  position: absolute;
}
#speakers button.abstract-toggle {
  font-size: 1.6em;
  background: #efcadc;
  color: #57335f;
  position: absolute;
  width: 100%;
  bottom: 1px;
  border-bottom: 1px solid #efcadc;
  left: 0;
}
#speakers button.abstract-toggle:hover {
  background: #eabcd3;
  border-bottom: 1px solid #eabcd3;
}
#speakers .abstract {
  display: none;
  clear: both;
}
#speakers .abstract.active {
  display: inline-block;
}
@media (min-width: 32em) {
  #speakers img {
    width: 7.5em;
    float: left;
  }
  #speakers .speaker-info {
    margin-left: 8.5em;
  }
}
@media (min-width: 46em) {
  #speakers img {
    width: 9.5em;
  }
  #speakers .speaker-info {
    margin-left: 10.5em;
  }
  #speakers .speaker-entity {
    margin-bottom: 2em;
  }
  #speakers .row:last-of-type .speaker-entity {
    margin-bottom: 0;
  }
  #speakers .time {
    position: absolute;
    left: 0;
    width: 7.5em;
  }
}
@media (min-width: 62em) {
  #speakers img {
    width: 15.5em;
  }
  #speakers .speaker-info {
    margin-left: 16.5em;
  }
  #speakers .speaker-entity {
    padding: 1.5em 1.5em 4em 1.5em;
    overflow: auto;
  }
}
#lunch .restaurant-list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 1em;
}
#lunch .restaurant-list h2 {
  margin-bottom: .2em;
  font-size: 2em;
}
#lunch .restaurant-list ul {
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 32em) {
  #lunch .restaurant-list {
    width: 50%;
    margin-right: -4px;
  }
}
#schedule .row {
  margin-bottom: 1em;
}
#schedule .row.last {
  margin-bottom: 2em;
}
#schedule .session {
  margin: .5em 0 .25em;
}
#schedule img {
  max-width: 50%;
}
#schedule .time {
  background: #57335f;
  color: white;
  padding: 0.6em;
}
#schedule .speaker-entity {
  background: #fddcec;
  padding: 1em;
  position: relative;
}
#schedule .speaker-entity h2 {
  margin: .2em 0;
  font-size: 2.4em;
}
#schedule .speaker-info {
  padding-bottom: 1.5em;
}
#schedule button.abstract-toggle {
  font-size: 1.6em;
  background: #efcadc;
  color: #57335f;
  position: absolute;
  width: 100%;
  bottom: 1px;
  border-bottom: 1px solid #efcadc;
  left: 0;
}
#schedule button.abstract-toggle:hover {
  background: #eabcd3;
  border-bottom: 1px solid #eabcd3;
}
#schedule .abstract {
  display: none;
  clear: both;
}
#schedule .abstract.active {
  display: inline-block;
}
@media (min-width: 32em) {
  #schedule img {
    width: 7.5em;
    float: left;
  }
  #schedule .speaker-info {
    margin-left: 8.5em;
  }
}
@media (min-width: 46em) {
  #schedule .session {
    position: relative;
  }
  #schedule .row {
    margin: 0 0 0 7.5em;
    border-left: 7px solid #57335f;
    overflow: auto;
  }
  #schedule img {
    width: 9.5em;
  }
  #schedule .speaker-info {
    margin-left: 10.5em;
  }
  #schedule .speaker-entity {
    margin-bottom: 2em;
  }
  #schedule .row:last-of-type .speaker-entity,
  #schedule .row.last .speaker-entity {
    margin-bottom: 0;
  }
  #schedule .time {
    position: absolute;
    left: 0;
    width: 7.5em;
  }
}
@media (min-width: 62em) {
  #schedule .time {
    font-size: 1.2em;
  }
  #schedule .row {
    margin: 0 0 0 8.5em;
  }
  #schedule .speaker-entity {
    padding: 1.5em;
    margin-bottom: 3em;
  }
  #schedule .speaker-info {
    margin-left: 11em;
  }
}
.session > .row.last button.abstract-toggle {
  display: none;
}
.session > .row.last ~ .row.last button.abstract-toggle {
  display: block;
}
#videos h3 {
  margin: 0 0 2em;
  font-weight: 200;
}
#videos h3 img {
  vertical-align: top;
}
#videos .video_options.video {
  margin-bottom: 5em;
  clear: both;
}
#videos .talk {
  font-size: 2.5em;
}
.transcript {
  display: none;
  overflow-y: scroll;
  height: 327px;
  font-size: 1.2em;
  padding: 1em;
  color: black;
  background: #e8e8e8;
}
.active .transcript {
  display: block;
}
#videos .speaker-pic {
  max-width: 100px;
}
#videos .speaker-pic,
.active .expand_transcript,
.hide_transcript {
  display: none;
}
.active .hide_transcript,
.expand_transcript {
  display: inline-block;
}
#videos iframe {
  max-width: 560px;
  width: 100%;
}
.video_iframe {
  overflow: auto;
  clear: both;
}
.video {
  margin-bottom: 3em;
  border-bottom: 2px solid #fddcec;
  padding-bottom: 3em;
}
.video .video_options {
  clear: both;
  margin-top: 1em;
}
@media (min-width: 1100px) {
  #videos iframe {
    float: left;
    margin-right: 1em;
  }
}
@media (min-width: 600px) {
  #videos .speaker-pic {
    display: block;
    float: left;
    margin: 0 1.5em 1.5em 0;
  }
}
footer {
  text-align: center;
  padding: 2em 1em 0;
  background: #efc3d8;
}
footer .logo {
  margin: 0 auto 2em;
  max-width: 20em;
}
footer .logo svg {
  fill: #57335f;
}
footer p {
  font-weight: bold;
  font-size: 1em;
}
footer img {
  vertical-align: middle;
  margin: 0 0 .5em .5em;
}
@media (min-width: 30em) {
  footer {
    padding: 2em 2em 1em;
  }
}
@media (min-width: 43em) {
  footer {
    padding: 5em 2em 3em;
  }
}
@media (min-width: 62em) {
  footer {
    padding: 7em 2em 5em;
  }
}
#tickets .tito-badge-link,
#workshops-details .tito-badge-link {
  display: none;
}
#tickets ul.tito-ticket-list,
#workshops-details ul.tito-ticket-list {
  list-style: none;
  padding: 0;
  overflow: auto;
  background: #503eef;
  color: white;
}
#tickets ul.tito-ticket-list li,
#workshops-details ul.tito-ticket-list li {
  padding: 1em;
  margin: 0;
}
#tickets ul.tito-ticket-list .tito-discount-code,
#workshops-details ul.tito-ticket-list .tito-discount-code {
  clear: both;
  background: #4233c1;
  color: #ffffff;
}
#tickets ul.tito-ticket-list .tito-discount-code .tito-discount-code-show,
#workshops-details ul.tito-ticket-list .tito-discount-code .tito-discount-code-show {
  display: none;
}
#tickets ul.tito-ticket-list .tito-discount-code input,
#workshops-details ul.tito-ticket-list .tito-discount-code input,
#tickets ul.tito-ticket-list .tito-discount-code button,
#workshops-details ul.tito-ticket-list .tito-discount-code button {
  display: inline-block;
  width: 100%;
}
#tickets ul.tito-ticket-list .tito-discount-code input,
#workshops-details ul.tito-ticket-list .tito-discount-code input {
  border-top: 3px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
#tickets ul.tito-ticket-list .tito-discount-code button,
#workshops-details ul.tito-ticket-list .tito-discount-code button {
  font-size: 1.4em;
  border: 2px solid #7d6fef;
  background: #4233c1;
  color: #ffffff;
}
#tickets ul.tito-ticket-list .tito-discount-code button:hover,
#workshops-details ul.tito-ticket-list .tito-discount-code button:hover {
  color: #ffffff;
  border: 2px solid #7d6fef;
  background: #7d6fef;
}
@media (min-width: 30em) {
  #tickets ul.tito-ticket-list .tito-discount-code button,
  #workshops-details ul.tito-ticket-list .tito-discount-code button {
    font-size: 1.6em;
  }
}
#tickets ul.tito-ticket-list .tito-discount-code input,
#workshops-details ul.tito-ticket-list .tito-discount-code input {
  font-size: 1.2em;
  padding: .3em 0;
  margin-bottom: 1em;
  vertical-align: top;
}
@media (min-width: 32em) {
  #tickets ul.tito-ticket-list .tito-discount-code input,
  #workshops-details ul.tito-ticket-list .tito-discount-code input,
  #tickets ul.tito-ticket-list .tito-discount-code button,
  #workshops-details ul.tito-ticket-list .tito-discount-code button {
    width: 49%;
    margin-right: -8px;
  }
  #tickets ul.tito-ticket-list .tito-discount-code input,
  #workshops-details ul.tito-ticket-list .tito-discount-code input {
    margin: 0 2% 0 0;
  }
}
@media (min-width: 32em) {
  #tickets ul.tito-ticket-list .tito-discount-code input,
  #workshops-details ul.tito-ticket-list .tito-discount-code input,
  #tickets ul.tito-ticket-list .tito-discount-code button,
  #workshops-details ul.tito-ticket-list .tito-discount-code button {
    width: 100%;
  }
  #tickets ul.tito-ticket-list .tito-discount-code input,
  #workshops-details ul.tito-ticket-list .tito-discount-code input {
    margin: 0 0 1em 0;
  }
}
@media (min-width: 53em) {
  #tickets ul.tito-ticket-list .tito-discount-code input,
  #workshops-details ul.tito-ticket-list .tito-discount-code input,
  #tickets ul.tito-ticket-list .tito-discount-code button,
  #workshops-details ul.tito-ticket-list .tito-discount-code button {
    width: 49%;
  }
  #tickets ul.tito-ticket-list .tito-discount-code input,
  #workshops-details ul.tito-ticket-list .tito-discount-code input {
    margin: 0 2% 0 0;
  }
}
#tickets ul.tito-ticket-list .tito-ticket,
#workshops-details ul.tito-ticket-list .tito-ticket {
  overflow: auto;
  border-bottom: 4px solid #fddcec;
}
#tickets ul.tito-ticket-list .tito-ticket .tito-ticket-name-wrapper,
#workshops-details ul.tito-ticket-list .tito-ticket .tito-ticket-name-wrapper {
  padding: .5em 1em;
  background: #4233c1;
}
#tickets ul.tito-ticket-list .tito-ticket .tito-ticket-price-quantity-wrapper,
#workshops-details ul.tito-ticket-list .tito-ticket .tito-ticket-price-quantity-wrapper {
  margin-top: 1em;
  overflow: auto;
  float: right;
}
#tickets ul.tito-ticket-list .tito-ticket .tito-tickets-remaining,
#workshops-details ul.tito-ticket-list .tito-ticket .tito-tickets-remaining {
  font-style: italic;
  font-size: 80%;
}
#tickets ul.tito-ticket-list .tito-ticket .tito-tickets-remaining:before,
#workshops-details ul.tito-ticket-list .tito-ticket .tito-tickets-remaining:before {
  content: "(";
}
#tickets ul.tito-ticket-list .tito-ticket .tito-tickets-remaining:after,
#workshops-details ul.tito-ticket-list .tito-ticket .tito-tickets-remaining:after {
  content: ")";
}
#tickets ul.tito-ticket-list .tito-ticket a,
#workshops-details ul.tito-ticket-list .tito-ticket a {
  color: #ffffff;
}
#tickets ul.tito-ticket-list .tito-ticket-price,
#workshops-details ul.tito-ticket-list .tito-ticket-price,
#tickets ul.tito-ticket-list .tito-ticket-quantity span,
#workshops-details ul.tito-ticket-list .tito-ticket-quantity span {
  font-weight: 600;
  font-size: 1.5em;
  margin-right: .2em;
}
#tickets ul.tito-ticket-list .tito-ticket-price span,
#workshops-details ul.tito-ticket-list .tito-ticket-price span,
#tickets ul.tito-ticket-list .tito-ticket-quantity span span,
#workshops-details ul.tito-ticket-list .tito-ticket-quantity span span {
  display: inline-block;
  padding-top: .1em;
}
@media (min-width: 40em) {
  #tickets ul.tito-ticket-list .tito-ticket-price,
  #workshops-details ul.tito-ticket-list .tito-ticket-price,
  #tickets ul.tito-ticket-list .tito-ticket-quantity span,
  #workshops-details ul.tito-ticket-list .tito-ticket-quantity span {
    font-size: 2.2em;
  }
}
#tickets ul.tito-ticket-list .tito-ticket-price,
#workshops-details ul.tito-ticket-list .tito-ticket-price,
#tickets ul.tito-ticket-list .tito-ticket-quantity,
#workshops-details ul.tito-ticket-list .tito-ticket-quantity {
  float: left;
}
#tickets ul.tito-ticket-list input,
#workshops-details ul.tito-ticket-list input {
  font-size: 1.5em;
  width: 2em;
  border: none;
  color: #57335f;
  padding: .1em .2em 0;
  text-align: center;
}
@media (min-width: 40em) {
  #tickets ul.tito-ticket-list input,
  #workshops-details ul.tito-ticket-list input {
    font-size: 2.2em;
  }
}
#tickets ul.tito-ticket-list .sold-out,
#workshops-details ul.tito-ticket-list .sold-out {
  margin: 1em 0 0;
  text-align: right;
  font-style: italic;
}
#tickets .tito-submit-wrapper,
#workshops-details .tito-submit-wrapper {
  text-align: right;
  margin-bottom: 1em;
}
#tickets .tito-submit-wrapper button,
#workshops-details .tito-submit-wrapper button {
  margin: 0;
  width: 100%;
}
@media (min-width: 40em) {
  #tickets .tito-submit-wrapper button,
  #workshops-details .tito-submit-wrapper button {
    width: 50%;
  }
}
#workshops-intro {
  padding-bottom: 0;
}
.workshop {
  background: #fddcec;
  padding: 1em;
  margin-bottom: 1em;
}
.workshop h2 {
  font-size: 3em;
}
.workshop .title {
  margin-bottom: .25em;
}
.workshop .presenters {
  margin-bottom: 1em;
}
.workshop .presenters .instructor-name {
  float: left;
  margin-right: 2em;
}
.workshop .presenters .picture {
  float: left;
  width: 4.5em;
}
.workshop p {
  clear: both;
}
.workshop .button {
  width: 100%;
  text-align: center;
}
@media (min-width: 30em) {
  .workshop {
    padding: 1.5em;
  }
  .workshop h3 {
    font-size: 2.5em;
  }
}
@media (min-width: 34em) {
  .workshop .button {
    width: inherit;
  }
}
@media (min-width: 50em) {
  #workshops .workshop {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
  }
  #workshops .workshop h4 {
    font-size: 2em;
  }
  #workshops .workshop h2 {
    font-size: 3em;
  }
  #workshops .workshop:nth-child(1) {
    margin-right: .5%;
  }
  #workshops .workshop:nth-child(2) {
    margin-left: .5%;
  }
  #workshops .workshop:nth-child(3) {
    width: 100%;
  }
}
@media (min-width: 90em) {
  #workshops .workshop,
  #workshops .workshop:nth-child(3) {
    width: 32.5%;
    margin-right: -5px;
  }
  #workshops .workshop h3,
  #workshops .workshop:nth-child(3) h3,
  #workshops .workshop h2,
  #workshops .workshop:nth-child(3) h2 {
    font-size: 2.8em;
  }
  #workshops .workshop h4,
  #workshops .workshop:nth-child(3) h4 {
    font-size: 2em;
  }
  #workshops .workshop:nth-child(1) {
    margin-right: 1.25%;
  }
  #workshops .workshop:nth-child(2) {
    margin-left: 0;
  }
  #workshops .workshop:nth-child(3) {
    margin-left: 1.25%;
  }
}
.workshop-details {
  background: #fddcec;
  margin-bottom: 4em;
}
.workshop-details h2 {
  background: #503eef;
  color: white;
  font-size: 3em;
  margin-bottom: .25em;
  padding: .4em .4em .2em;
}
.workshop-details h3 {
  font-size: 2em;
  margin-bottom: .25em;
}
.workshop-details .about-workshop,
.workshop-details .about-presenter {
  padding: 0 1em;
}
.workshop-details .about-presenter {
  padding-bottom: 1em;
}
.workshop-details .picture {
  float: left;
  width: 9em;
  margin: 0 1em 1em 0;
}
.workshop-details .tito-ticket-price-quantity-wrapper {
  font-size: .8em;
}
@media (min-width: 30em) {
  .workshop-details h2 {
    margin-bottom: .5em;
    padding: .5em .7em .35em;
  }
  .workshop-details .about-workshop,
  .workshop-details .about-presenter {
    padding: 0 2em;
  }
  .workshop-details .about-presenter {
    padding-bottom: 2em;
  }
}
@media (min-width: 62em) {
  .workshop-details h2 {
    font-size: 4em;
    padding: .5em .5em .3em;
  }
  .workshop-details h3 {
    font-size: 2.5em;
  }
}
@media (min-width: 68em) {
  .workshop-details .about-workshop {
    width: 60%;
    float: left;
  }
  .workshop-details .about-presenter {
    width: 38%;
    float: right;
  }
  .workshop-registration {
    width: 100%;
    display: block;
    clear: both;
  }
}
#diversity-scholarship-form h2 {
  margin: .8em 0 .2em;
}
#diversity-scholarship-form p {
  margin: 3em 0;
}
#cfp form p {
  margin: 3em 0;
}
#program-committee .col-abc {
  text-align: center;
}
#program-committee figure {
  width: 50%;
  padding: .5em;
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
}
@media (min-width: 33.3em) {
  #program-committee figure {
    width: 32%;
  }
  #program-committee figure h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 40em) {
  #program-committee figure h2 {
    font-size: 2em;
  }
}
@media (min-width: 60em) {
  #program-committee figure {
    width: 20%;
    padding: 1em;
  }
}
#sponsors {
  text-align: center;
}
#sponsors h1 {
  margin-bottom: 1em;
}
#sponsors .logo {
  text-align: center;
}
@media (min-width: 35em) {
  .sponsor {
    display: inline-block;
    margin-bottom: 1em;
  }
}
@media (min-width: 75em) {
  .sponsor {
    width: 33%;
    margin-bottom: 2em;
  }
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.form-entity {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.form-entity label {
  display: block;
  margin: .5em 0;
}
.form-entity input,
.form-entity textarea {
  padding: .5em;
  width: 100%;
  border: 1px solid #57335f;
}
@media (min-width: 40em) {
  .form-entity {
    width: 50%;
    float: left;
  }
  .padding-right {
    padding-right: 1em;
  }
}
.form-entity.full-width {
  width: 100%;
}
#transcription .streamtext {
  height: 500px;
}
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: center;
}
#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
#mc_embed_signup input {
  border: 1px solid #999;
  -webkit-appearance: none;
}
#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}
#mc_embed_signup input:focus {
  border-color: #333;
}
#mc_embed_signup .button {
  clear: both;
  background-color: #db1fdc;
  border: 0 none;
  border-radius: 4px;
  letter-spacing: .03em;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {
  background-color: #777;
}
#mc_embed_signup .small-meta {
  font-size: 11px;
}
#mc_embed_signup .nowrap {
  white-space: nowrap;
}
#mc_embed_signup .clear {
  clear: none;
  display: inline;
}
#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
#mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  display: block;
  padding: 0 0.4em;
  margin: 0 auto 10px;
  min-height: 32px;
  width: 33%;
  min-width: 130px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mc_embed_signup input.button {
  display: block;
  width: 33%;
  margin: 0 auto 10px;
  min-width: 90px;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0;
}
