/* ==|== primary styles for 2018 =====================================================
   Author: Isaac Durazo
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Merriweather", "Times New Roman", serif;
  font-size: 16px;
  color: #222;
  margin: 0;
  background: whitesmoke; }

img {
  vertical-align: middle;
  max-width: 100%; }

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

p {
  line-height: 1.5em;
  text-align: left;
  margin: 0 0 1em 0; }

a {
  color: #5594e7;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

textarea {
  resize: vertical; }

fieldset {
  border: none;
  padding: 0; }

::selection {
  background: #5594e7;
  color: whitesmoke; }

.btn, button, input[type=submit], button[type=submit] {
  border: 2px solid #5594e7;
  padding: .5em 1em;
  display: inline-block;
  color: #222;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 1em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSd3aGl0ZScgLz4KICA8cmVjdCB4PScwJyB5PScwJyB3aWR0aD0nMScgaGVpZ2h0PScxJyBmaWxsPScjNTU5NGU3JyAvPgo8L3N2Zz4=");
  background-repeat: repeat; }

.btn:hover, button:hover {
  border-color: #222;
  background-image: none;
  text-decoration: none;
  background-color: #5594e7;
  color: white; }

h2, h3, h5 {
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase; }

h3 {
  font-weight: 400;
  font-size: 2em;
  margin: .5em 0; }

.openvis {
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em; }

.title {
  margin: 1.5em 0; }
  .title h2 {
    font-weight: 400;
    font-size: 3em;
    margin: 0;
    line-height: 1; }
  .title h5 {
    color: #5594e7;
    font-weight: 100;
    margin: 0;
    font-style: italic;
    font-size: 1em; }

.subtitle {
  font-weight: 200;
  font-size: 3em;
  margin: 0 0 0.5em; }

.wrapper {
  margin: auto;
  max-width: 1200px;
  overflow: auto;
  padding: 0 1em; }

#content section, #content > div {
  padding: 2.5em 0;
  max-width: 1400px;
  margin: auto; }

.clearfix {
  clear: both; }

@media only screen and (min-width: 30em) {
  .wrapper {
    padding: 0 2em; }

  #content section, #content > div {
    background-repeat: no-repeat;
    padding: 5em 0; }

  h3 {
    font-size: 2.5em; }

  .title h2 {
    font-size: 4em; }

  .btn, input[type=submit], button[type=submit] {
    width: initial;
    margin-right: .5em; } }
@media only screen and (min-width: 45em) {
  .wrapper {
    padding: 0 4em; }

  h3 {
    font-size: 3em; }

  .title h5 {
    font-size: 1.2em; }
  .title h2 {
    font-size: 5em;
    margin-bottom: 0.5em; }

  .btn {
    font-size: 1.3em;
    padding: .5em 1.5em; }

  #content section {
    background-position: right;
    padding: 5em 0;
    overflow: auto; }
    #content section .block {
      width: 70%;
      margin: auto; } }
header {
  padding: 0 0 2.5em;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  header .wrapper {
    overflow: hidden; }
  header .block {
    text-align: center; }
  header .conf-title {
    padding-top: 61px;
    display: inline-block;
    float: left; }
  header svg {
    width: 335px;
    margin: auto 0;
    display: block; }
    header svg path {
      stroke: #5594e7;
      fill-opacity: 0; }

@-webkit-keyframes logoanimatein {
  0% {
    fill-opacity: 0; }
  10% {
    fill-opacity: 0.75; }
  50% {
    fill-opacity: 1; }
  60% {
    fill-opacity: 0.75; }
  100% {
    fill-opacity: 0; } }
@-moz-keyframes logoanimatein {
  0% {
    fill-opacity: 0; }
  10% {
    fill-opacity: 0.75; }
  50% {
    fill-opacity: 1; }
  60% {
    fill-opacity: 0.75; }
  100% {
    fill-opacity: 0; } }
@-o-keyframes logoanimatein {
  0% {
    fill-opacity: 0; }
  10% {
    fill-opacity: 0.75; }
  50% {
    fill-opacity: 1; }
  60% {
    fill-opacity: 0.75; }
  100% {
    fill-opacity: 0; } }
@keyframes logoanimatein {
  0% {
    fill-opacity: 0; }
  10% {
    fill-opacity: 0.75; }
  50% {
    fill-opacity: 1; }
  60% {
    fill-opacity: 0.75; }
  100% {
    fill-opacity: 0; } }
h1.ovc-logo {
  font-size: 4em;
  font-family: "Raleway", serif;
  text-transform: uppercase;
  margin: 1.25em auto .5em;
  width: intrinsic;
  font-weight: 800;
  letter-spacing: .05em;
  text-align: left;
  display: inline-block; }
  h1.ovc-logo div {
    line-height: 0.9; }
  h1.ovc-logo .date {
    display: inline-block;
    text-align: center;
    margin-left: -.1em; }
    h1.ovc-logo .date .days {
      font-size: .19em;
      font-weight: 100;
      letter-spacing: 2px;
      margin-bottom: .5em;
      font-family: "Roboto Condensed", serif; }
    h1.ovc-logo .date .year {
      font-weight: 500;
      font-size: .75em;
      line-height: .5; }
  h1.ovc-logo .loc {
    font-size: .19em;
    font-weight: 100;
    font-family: "Roboto Condensed", serif;
    padding-right: 5em;
    text-align: right;
    color: #5594e7; }
  h1.ovc-logo .sponsor {
    margin-left: 5px;
    font-size: .19em;
    font-weight: 300;
    font-family: "Nunito sans", sans-serif;
    text-align: left;
    color: #f90006;
    text-transform: lowercase;
    width: 100%;
    letter-spacing: normal;
    margin: 15px 10px; }
    h1.ovc-logo .sponsor a {
      color: #f90006; }
  h1.ovc-logo .sponsor #by {
    color: #222; }
  h1.ovc-logo .sponsor #bold {
    font-weight: 700; }

.bg-logo {
  position: absolute;
  width: 350px;
  top: 2em;
  margin: auto;
  left: 0;
  right: 0; }

nav {
  text-align: center;
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  background: whitesmoke;
  z-index: 3; }
  nav a {
    color: #222;
    font-family: "Roboto Condensed", serif;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 100;
    padding: .4em .5em;
    display: block; }
  nav a:hover {
    color: #5594e7;
    text-decoration: none; }
  nav .row {
    display: none;
    padding: .5em 0;
    background: #f5f5f5; }
  nav label {
    cursor: pointer;
    -webkit-user-select: none;
    display: block;
    min-height: 2.5em; }
  nav label:after {
    background-image: url("../../img/menu/menu-more.jpg");
    content: '';
    position: absolute;
    right: .6em;
    top: .4em;
    font-size: 1.8em;
    width: 23px;
    height: 17px; }
  nav input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  nav input[type=checkbox]:checked ~ .row {
    display: block; }

.header-buttons {
  position: relative;
  z-index: 2; }

@media only screen and (min-width: 30em) {
  header {
    padding-bottom: 5em; }
    header .bg-logo {
      width: 400px; }
    header svg {
      width: 400px; }

  h1.ovc-logo {
    font-size: 5em; }

  .header-buttons a {
    width: 47%;
    margin: 0 1% 1em; }

  nav a {
    font-size: 1.2em;
    margin: 0 .75em; } }
@media only screen and (min-width: 35em) {
  .header-buttons a {
    width: 12em; }

  header .conf-title {
    padding-left: 1em; }
  header svg {
    width: 420px; } }
@media only screen and (min-width: 45em) {
  header {
    padding-bottom: 5em; }
    header .bg-logo {
      width: 590px;
      top: 5em; }
    header svg {
      width: 540px;
      margin: unset;
      display: inherit; }

  h1.ovc-logo {
    font-size: 6em;
    margin: 2em auto;
    margin-bottom: 0.75em; }

  nav label {
    display: none; }
  nav .row {
    display: block;
    background: none; }
    nav .row a {
      display: inline-block; } }
@media only screen and (min-width: 60em) {
  h1.ovc-logo {
    font-size: 6.5em;
    margin: 1.5em auto;
    margin-bottom: 0.75em; }

  header svg {
    width: 520px;
    margin: unset;
    display: inherit; } }
footer {
  text-align: center; }
  footer h3 {
    margin-bottom: .5em; }
  footer #mc_embed_signup {
    margin-bottom: 2em;
    clear: left; }
  footer input[type=email] {
    font-size: 1.2em;
    padding: .55em;
    vertical-align: top;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    border-width: 2px;
    border-style: inset;
    border-image: initial;
    border-color: #5594e7;
    position: relative; }
  footer p {
    text-align: center; }
  footer .btn {
    position: relative;
    vertical-align: top; }

@media only screen and (min-width: 30em) {
  footer input[type=email] {
    width: initial;
    padding: .55em 2em; } }
.tito-ticket-list {
  border: 2px solid #222;
  padding: 0 1em;
  font-family: "Roboto Condensed", serif;
  font-size: 1.5em; }

.tito-ticket.row {
  border-bottom: 2px solid #222;
  width: 100%;
  padding: 1em 0; }
  .tito-ticket.row .tito-ticket-name-wrapper {
    margin-bottom: .5em; }
    .tito-ticket.row .tito-ticket-name-wrapper .tito-tickets-remaining {
      border: 1px solid #222;
      color: #222;
      font-size: 14px;
      padding: 2px 5px;
      position: relative;
      top: -3px;
      margin-left: 10px;
      white-space: nowrap; }
  .tito-ticket.row .tito-ticket-name {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 100; }
    .tito-ticket.row .tito-ticket-name span.sold-out {
      font-size: 80%; }
      .tito-ticket.row .tito-ticket-name span.sold-out:before {
        content: " - "; }

.tito-ticket.row:last-of-type {
  border: 0; }

.tito-ticket-price-quantity-wrapper .tito-ticket-price, .tito-ticket-price-quantity-wrapper .tito-ticket-quantity {
  display: inline-block; }
.tito-ticket-price-quantity-wrapper .tito-ticket-quantity input[type=text] {
  font-size: 1.2em;
  width: 2em;
  padding: .2em; }

.tito-ticket-price-quantity-wrapper a.btn {
  font-size: 0.5em; }

@media only screen and (min-width: 30em) {
  .tito-ticket-name-wrapper, .tito-ticket-price-quantity-wrapper {
    display: inline-block; }

  .tito-ticket-name-wrapper {
    padding-top: .4em; }

  .tito-ticket-price-quantity-wrapper {
    float: right; }
    .tito-ticket-price-quantity-wrapper .tito-ticket-price {
      font-size: 1.5em; } }
#content section#speakers .block {
  width: 100%; }
  #content section#speakers .block .tickets {
    margin: auto;
    display: inline-block;
    border-top: 2px solid white; }
    #content section#speakers .block .tickets p {
      display: inline-block;
      text-align: center;
      margin-top: 3em; }
    #content section#speakers .block .tickets .btn {
      display: inline-block; }

.col .date {
  font-size: 2em;
  letter-spacing: 2px;
  font-weight: 100;
  line-height: 1; }

.break, .speaker {
  border-top: 2px solid white; }

.break {
  padding: 1em .5em;
  background-color: #e6e6e6; }
  .break .name {
    margin: 0;
    letter-spacing: 2px;
    font-weight: 100;
    color: #5594e7;
    line-height: 1;
    font-size: 1.5em; }

.time {
  margin-bottom: .5em;
  color: #5594e7; }

.speaker {
  padding: 2em .5em; }
  .speaker h5 {
    color: #232121;
    font-size: small;
    margin-top: 4px;
    margin-bottom: 6px; }
    .speaker h5 .video {
      color: #5594e7; }
  .speaker img {
    margin-bottom: 1em; }
  .speaker .name-talk {
    cursor: pointer; }
  .speaker .name-talk:hover .name {
    color: #222; }
  .speaker .name-talk:hover .talk {
    color: #5594e7; }
  .speaker .name {
    margin: 0;
    letter-spacing: 2px;
    font-weight: 100;
    color: #5594e7;
    line-height: 1;
    font-size: 1.5em; }
  .speaker .talk {
    line-height: 1;
    margin-top: .21em;
    margin-bottom: 0;
    font-size: 1.5em;
    letter-spacing: 2px; }
  .speaker .abstract-bio {
    display: none; }
    .speaker .abstract-bio .bio div {
      border-top: 2px solid #5594e7;
      padding-top: 1.5em;
      margin-top: 1.5em; }
  .speaker.active {
    padding: 1.5em 1.5em .1em !important;
    background: #e6e6e6;
    position: relative; }
    .speaker.active .abstract-bio {
      display: block;
      margin-top: .5em; }
    .speaker.active .close {
      cursor: pointer;
      position: absolute;
      top: -1.5em;
      right: -.95em; }
    .speaker.active .close svg {
      width: 30px;
      margin: .5em 0; }
      .speaker.active .close svg .st0 {
        fill: none;
        stroke: #5594e7;
        stroke-width: 3; }
    .speaker.active .close:hover svg .st0 {
      stroke: white; }
  .speaker .btn {
    width: 50%;
    float: right; }

.keynote .talk {
  background-color: #5594e7;
  display: inline-block;
  padding: .1em .2em;
  font-weight: 300; }

.keynote .name-talk:hover .talk {
  background-color: white; }

.keynote .name {
  font-size: 2em; }

.talk-abstract ul li {
  margin-left: 1em;
  margin-bottom: 1em; }

#speakers .break.reception img {
  width: 100%; }

@media only screen and (min-width: 28em) {
  #speakers img {
    width: 30%; } }
@media only screen and (min-width: 40em) {
  .col {
    width: 48%; }

  .col .date {
    font-size: 2.5em; }

  .col.first {
    padding-right: 1em;
    float: left; }

  .col.second {
    padding-left: 1em;
    float: right; }

  .keynote .name {
    font-size: 2.5em; }

  .speaker {
    padding: 2em 1em; }

  .break {
    padding: 1em; } }
@media only screen and (min-width: 60em) {
  .speaker .talk {
    line-height: 1;
    margin-bottom: .21em;
    font-size: 1.7em; }

  #speakers img {
    padding-right: 1em; }

  .speaker .name-talk {
    width: 50%; }

  #speakers img, .speaker .name-talk {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top; }

  #content section#speakers img {
    padding: 0 1em 1em 0;
    margin-bottom: 0; } }
#location .btn {
  margin-top: 1em; }
#location #map {
  width: 100%;
  height: 300px;
  position: relative;
  display: inline-block;
  vertical-align: top; }
#location .thumbnails {
  text-align: justify; }
#location .thumbnails:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block; }
#location .thumbnails img {
  display: inline-block;
  width: 47%;
  margin-top: 6%; }
@media only screen and (min-width: 30em) {
  #location .thumbnails img {
    width: 23%;
    margin-top: 3%; } }
#location .thumbnails img:last-of-type {
  padding-right: 0; }

canvas {
  display: block;
  vertical-align: bottom; }

#particles {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  pointer-events: none; }

/* ========================
      Committee
======================== */
#program-committee {
  position: relative;
  color: #222; }
  #program-committee .committee_members .member {
    display: inline-block;
    width: 49%;
    margin-bottom: 2em;
    vertical-align: top; }
  #program-committee .committee_members .member img {
    margin-bottom: 10px; }
  #program-committee .committee_members .bio h5 {
    margin-top: 2px;
    margin-bottom: 6px; }
  #program-committee .committee_members .member .name {
    display: block;
    color: #5594e7;
    text-align: left; }
  #program-committee .committee_members .member a.name:hover {
    color: #222;
    border: none; }

@media only screen and (min-width: 500px) {
  #program-committee .committee_members .member {
    width: 32%; } }
/* ========================
      Sponsors
======================== */
#sponsorship {
  position: relative;
  color: #222; }
  #sponsorship h3 {
    color: #5594e7;
    font-family: "Roboto Condensed", serif;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold; }

.sponsor {
  margin-bottom: 2em; }
  .sponsor #container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    #leftside-vertical-align: top;
    #rightside-vertical-align: top; }
    .sponsor #container p {
      margin: 0 15px;
      padding-top: 0; }
    .sponsor #container img {
      padding-bottom: 1em;
      padding-top: 0.25em; }
    .sponsor #container #leftsidesilver {
      width: 25%;
      vertical-align: top;
      text-align: left;
      padding-left: 0; }
    .sponsor #container #rightsidesilver {
      width: 75%;
      vertical-align: top;
      text-align: left; }

@media only screen and (min-width: 40em) {
  .sponsor {
    display: inline-block;
    margin-right: -3px;
    vertical-align: top; } }
/* ========================
      WORKSHOPS
======================== */
#workshops-sched .header {
  padding: 1em;
  position: relative;
  color: #222; }
  #workshops-sched .header:after {
    content: "";
    background-image: -webkit-linear-gradient(-495deg, #5594e7, whitesmoke);
    background-image: linear-gradient(225deg, #5594e7, whitesmoke);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border: solid 1px #5594e7;
    z-index: -1; }
  #workshops-sched .header h2 {
    margin: 0; }
  #workshops-sched .header h4.when {
    margin: .1em 0 0;
    font-size: 1.1em; }
#workshops-sched #reg {
  display: flex;
  align_items: center;
  justify-content: center; }
#workshops-sched .tablecenter {
  display: flex;
  align_items: center;
  justify-content: center; }
#workshops-sched .minimalistTable {
  border: 1px solid #222;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  display: table; }
  #workshops-sched .minimalistTable .divTableRow {
    display: table-row; }
  #workshops-sched .minimalistTable .divTableBody {
    display: table-row-group; }
  #workshops-sched .minimalistTable .divTableCell {
    width: 50%; }
  #workshops-sched .minimalistTable .divTableCell, #workshops-sched .minimalistTable .divTableHead {
    border: 1px solid #5594e7;
    padding: 5px 6px;
    display: table-cell; }
  #workshops-sched .minimalistTable .divTableHeading {
    display: table-header-group;
    background: #5594e7;
    background-image: -webkit-linear-gradient(-495deg, #5594e7, whitesmoke);
    background-image: linear-gradient(225deg, #5594e7, whitesmoke);
    border-bottom: 1px solid #222; }
    #workshops-sched .minimalistTable .divTableHeading .divTableHead:first-child {
      border-left: none; }
  #workshops-sched .minimalistTable .divTableHead {
    font-size: 1.1em;
    font-weight: bold;
    color: #222;
    text-align: center;
    border-left: 1px solid #5594e7; }
#workshops-sched .workshop {
  padding: 1em;
  background-color: white;
  margin-bottom: 3em;
  border: solid 1px #5594e7;
  border-top: 0; }
  #workshops-sched .workshop ul {
    list-style: disc;
    margin-left: 1em; }
  #workshops-sched .workshop li {
    margin-bottom: .5em; }
  #workshops-sched .workshop p {
    margin-bottom: .5em; }
  #workshops-sched .workshop .boxes {
    margin-top: 1em; }
    #workshops-sched .workshop .boxes .target, #workshops-sched .workshop .boxes .presenters {
      background: #e6e6e6;
      padding: 0.6em; }
    #workshops-sched .workshop .boxes p {
      margin-bottom: 0em; }
  #workshops-sched .workshop .target h3 {
    font-size: 1.1em; }
  #workshops-sched .workshop .presenters h3 {
    font-size: 1.1em; }
  #workshops-sched .workshop #reg .btn {
    margin-top: 15px;
    margin-bottom: 1px;
    text-size: 1em; }
  #workshops-sched .workshop .presenters .presenter .name {
    font-size: 1em;
    font-weight: bold; }

#workshops-about .block {
  margin-bottom: 0; }
#workshops-about li {
  margin-bottom: .5em; }

/* ========================
        Navigation
======================== */
/* --------------------------------------------------
jQuery Quick Modal v1.08

By Kevin Beronilla
http://www.kevinberonilla.com

Fork on GitHub
https://github.com/kevinberonilla/jquery-quick-modal

Free to use under the MIT license
http://www.opensource.org/licenses/mit-license.php
-------------------------------------------------- */
/* --------------------------------------------------
Base Styles
-------------------------------------------------- */
body.disable-scroll {
  overflow-y: hidden;
  -webkit-overflow-scrolling: none; }

.modal {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  display: none;
  opacity: 0;
  box-sizing: border-box;
  padding: 18px;
  background-color: #fff;
  border-radius: 3px;
  width: 60%;
  min-height: 60px;
  max-height: 90%;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); }

.modal .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px;
  cursor: pointer;
  color: #ccc;
  text-decoration: none; }
  .modal .close-modal:hover {
    border-bottom: none; }

.modal .close-modal:after {
  content: '\2716';
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-left: 10px;
  text-decoration: none; }
  .modal .close-modal:after:hover {
    border-bottom: none; }

.modal .close-modal:focus {
  outline: none; }

#modal-background {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#modal-background.visible {
  opacity: 1; }

/* --------------------------------------------------
Animation Closed States
-------------------------------------------------- */
.modal.animation-fade {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.modal.animation-fade-up {
  -webkit-transform: translate(-50%, 150%) scale(1);
  -moz-transform: translate(-50%, 150%) scale(1);
  -ms-transform: translate(-50%, 150%) scale(1);
  -o-transform: translate(-50%, 150%) scale(1);
  transform: translate(-50%, 150%) scale(1); }

.modal.animation-fade-right {
  -webkit-transform: translate(-150%, -50%) scale(1);
  -moz-transform: translate(-150%, -50%) scale(1);
  -ms-transform: translate(-150%, -50%) scale(1);
  -o-transform: translate(-150%, -50%) scale(1);
  transform: translate(-150%, -50%) scale(1); }

.modal.animation-fade-down {
  -webkit-transform: translate(-50%, -150%) scale(1);
  -moz-transform: translate(-50%, -150%) scale(1);
  -ms-transform: translate(-50%, -150%) scale(1);
  -o-transform: translate(-50%, -150%) scale(1);
  transform: translate(-50%, -150%) scale(1); }

.modal.animation-fade-left {
  -webkit-transform: translate(150%, -50%) scale(1);
  -moz-transform: translate(150%, -50%) scale(1);
  -ms-transform: translate(150%, -50%) scale(1);
  -o-transform: translate(150%, -50%) scale(1);
  transform: translate(150%, -50%) scale(1); }

.modal.animation-fade-zoom {
  -webkit-transform: translate(-50%, -50%) scale(2);
  -moz-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  -o-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2); }

.modal.animation-fade-zoom-up {
  -webkit-transform: translate(-50%, 150%) scale(2);
  -moz-transform: translate(-50%, 150%) scale(2);
  -ms-transform: translate(-50%, 150%) scale(2);
  -o-transform: translate(-50%, 150%) scale(2);
  transform: translate(-50%, 150%) scale(2); }

.modal.animation-fade-zoom-right {
  -webkit-transform: translate(-150%, -50%) scale(2);
  -moz-transform: translate(-150%, -50%) scale(2);
  -ms-transform: translate(-150%, -50%) scale(2);
  -o-transform: translate(-150%, -50%) scale(2);
  transform: translate(-150%, -50%) scale(2); }

.modal.animation-fade-zoom-down {
  -webkit-transform: translate(-50%, -150%) scale(2);
  -moz-transform: translate(-50%, -150%) scale(2);
  -ms-transform: translate(-50%, -150%) scale(2);
  -o-transform: translate(-50%, -150%) scale(2);
  transform: translate(-50%, -150%) scale(2); }

.modal.animation-fade-zoom-left {
  -webkit-transform: translate(150%, -50%) scale(2);
  -moz-transform: translate(150%, -50%) scale(2);
  -ms-transform: translate(150%, -50%) scale(2);
  -o-transform: translate(150%, -50%) scale(2);
  transform: translate(150%, -50%) scale(2); }

/* --------------------------------------------------
Animation Open States
-------------------------------------------------- */
.modal.animation-fade.visible,
.modal.animation-fade-up.visible,
.modal.animation-fade-right.visible,
.modal.animation-fade-down.visible,
.modal.animation-fade-left.visible,
.modal.animation-fade-zoom.visible,
.modal.animation-fade-zoom-up.visible,
.modal.animation-fade-zoom-right.visible,
.modal.animation-fade-zoom-down.visible,
.modal.animation-fade-zoom-left.visible {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

#content section#cfp-form-container .block, #content section#cfp-call .block {
  float: none;
  margin: auto; }

#cfp-call ul li {
  list-style-type: circle;
  margin: 0 0 .5em 20px; }

#cfp-form-container, #diversity-scholarship-form {
  text-align: left;
  padding: 4em 0;
  padding-top: 1em; }
  #cfp-form-container input, #cfp-form-container label, #cfp-form-container textarea, #diversity-scholarship-form input, #diversity-scholarship-form label, #diversity-scholarship-form textarea {
    display: block;
    width: 100%; }
  #cfp-form-container input[type=radio], #diversity-scholarship-form input[type=radio] {
    display: inline-block;
    width: initial; }
  #cfp-form-container .speaker-info .name, #cfp-form-container .speaker-info .email, #cfp-form-container .speaker-info .website, #cfp-form-container .speaker-info .company, #diversity-scholarship-form .speaker-info .name, #diversity-scholarship-form .speaker-info .email, #diversity-scholarship-form .speaker-info .website, #diversity-scholarship-form .speaker-info .company {
    width: 100%; }
  @media only screen and (min-width: 30em) {
    #cfp-form-container .speaker-info .name, #cfp-form-container .speaker-info .email, #cfp-form-container .speaker-info .website, #cfp-form-container .speaker-info .company, #diversity-scholarship-form .speaker-info .name, #diversity-scholarship-form .speaker-info .email, #diversity-scholarship-form .speaker-info .website, #diversity-scholarship-form .speaker-info .company {
      width: 50%;
      display: inline-block;
      margin: 0 -4px .5em;
      vertical-align: bottom; }
    #cfp-form-container .speaker-info .name, #cfp-form-container .speaker-info .website, #diversity-scholarship-form .speaker-info .name, #diversity-scholarship-form .speaker-info .website {
      padding-right: .75em; }
    #cfp-form-container .speaker-info .email, #cfp-form-container .speaker-info .company, #diversity-scholarship-form .speaker-info .email, #diversity-scholarship-form .speaker-info .company {
      padding-left: .75em; } }
  #cfp-form-container input, #cfp-form-container textarea, #diversity-scholarship-form input, #diversity-scholarship-form textarea {
    margin: .3em 0 1.2em;
    padding: .5em;
    font-size: 1em; }
  #cfp-form-container button, #diversity-scholarship-form button {
    font-size: 1.3em; }
  #cfp-form-container #status, #diversity-scholarship-form #status {
    padding: 10px;
    background-color: whitesmoke;
    color: white;
    margin-bottom: 25px;
    margin-top: 25px;
    display: none; }
  #cfp-form-container .small, #diversity-scholarship-form .small {
    font-size: .8em;
    color: lightgrey; }

#cfp-diversity {
  margin-top: 3em;
  padding: 3em 0 2em;
  background-image: -webkit-linear-gradient(-495deg, rgba(245, 245, 245, 0.3), rgba(245, 245, 245, 0.45));
  background-image: linear-gradient(225deg, rgba(245, 245, 245, 0.3), rgba(245, 245, 245, 0.45)); }

.modal {
  color: #191919; }

@media only screen and (min-width: 45em) {
  #content section#cfp-form-container {
    padding-top: 0em; }

  #content section#cfp-call {
    padding-bottom: 2em; } }
iframe.streamtext {
  height: 500px; }

/* ========================
          Blog
======================== */
.blog-post {
  margin-bottom: 20px; }
  .blog-post .wrapper {
    text-align: left; }

.post-list, .blog-post {
  text-align: left; }
  .post-list h2, .blog-post h2 {
    margin-bottom: .2em; }

.post-meta, .meta-information {
  color: gray;
  letter-spacing: 3px;
  font-size: .9em;
  margin-bottom: 2em; }

.share-page {
  text-align: center;
  color: whitesmoke;
  padding: 8px 15px; }
  .share-page a {
    font-weight: 700;
    color: whitesmoke;
    margin-left: 10px;
    margin-right: 10px; }
