@charset "UTF-8";
@import "https://use.typekit.net/pwc5fri.css";
@import "https://fonts.googleapis.com/css?family=Forum";
@import "https://use.typekit.net/iaq5otv.css";
* {
  box-sizing: border-box; }

/* Base Variables */
body {
  --glow-grid-blue: #39e5d7;
  --glow-signal-blue: #a7fafc;
  --neon-yellow: #fef19a;
  --pink: #e7747b;
  --red: #b34b40;
  --orange: #f07a48;
  --yellow: #e6bb5b;
  --lt-yellow: #ffdd54;
  --green: #81894f;
  --lt-blue: #a1c9c2;
  --lt-teal: #2bb4c7;
  --teal: #17727f;
  --dk-blue: #1b3345;
  --dk-blue: #003053;
  --dk-blue-transparent: rgba(40, 58, 89, 0.8);
  --dk-blue-transparent: rgba(0, 43, 61, 0.8);
  --burgundy: #3d1a14;
  --dk-body: #131b2a;
  --glass: rgba(249, 249, 249, 0.3);
  --glass1: rgba(253, 255, 253, 0.45);
  --glass2: rgba(251, 253, 255, 0.60);
  --itc-avant-garde-gothic-pro: "itc-avant-garde-gothic-pro";
  --itc-avant-garde: "itc-avant-garde";
  --neue-kabel: "neue-kabel";
  --american-typewriter: "itc-american-typewriter";
  --cooper-black: "cooper-black-std";
  --benguiat: "itc-benguiat";
  --lt-body: #a1c9c2;
  --lt-text: #b2d9cb;
  --extra-lt-blue: #c2f0e0;
  --sans: "museo-sans", "museo sans", Helvetica, Arial, sans-serif;
  --serif: "forum";
  --body-font: var(--serif), helvetica, arial, sans-serif;
  --header-font: var(--neue-kabel);
  --glow: 0px 0px 20pt var(--teal);
  --glow-grid-blue-glow: 0px 0px 20pt var(--glow-grid-blue);
  ---glow-neon-yellow:0px 0px 20pt var(--neon-yellow);
  --glow-pink: 0px 0px 20pt var(--pink);
  --glow-background: radial-gradient(rgba(27, 132, 146, 0.5), rgba(27, 132, 146, 0), rgba(27, 132, 146, 0));
  --default-text: var(--lt-body);
  --default-link: var(--pink) ; }

body {
  font-family: var(--body-font);
  background: url("/assets/images/starfield.png") repeat, linear-gradient(to bottom, rgba(27, 51, 69, 0.8) 0%, rgba(27, 51, 69, 0.6) 30%, rgba(27, 51, 69, 0.4) 100%), url("/assets/images/creeping.png") space no-repeat, url("/assets/images/specks-2.png") repeat, url("/assets/images/specks.png") repeat, url("/assets/images/specks-3.png") repeat, url("/assets/images/starfield-2.png") repeat;
  background-position: 0% 0%, 2% 10%, 0% 0%, 3% 4%, 0%, 5%, 5% 22%;
  background-color: var(--dk-blue);
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: white; }

h1, h2, h3, h4 {
  margin-bottom: 0;
  font-family: neue-kabel,sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffdd54;
  text-shadow: 1px 3px 0px #e86301, 1px 6px 0px #e86301; }

.session-title {
  color: #ffdd54;
  text-shadow: none; }
  .session-title a {
    color: inherit;
    text-align: inherit;
    text-decoration: inherit;
    font-family: inherit; }

.callout h1, .callout h2, .callout h3, .callout h4 {
  text-shadow: 1px 3px 0px #e86301, 1px 6px 0px #e86301, 0px 0px 4px #000; }

input, button, select, textarea, .button {
  font-family: var(--sans); }

input[type="text"], input[type="email"] {
  font-size: 15px;
  width: 50%;
  padding: 5px 10px;
  border: 2px solid var(--teal); }

.cta-section {
  text-align: center;
  padding: 2rem;
  background: url("/assets/images/button.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin: 3rem; }

.cta-button {
  text-decoration: none;
  padding: 0.2rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: var(--neue-kabel);
  color: #993023; }

.button {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer; }

a {
  color: var(--pink);
  font-family: var(--body-font); }

.hr-image {
  width: 70%;
  left: 15%;
  position: relative;
  margin-top: 1rem; }

p {
  text-align: left; }

.star-button {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  text-shadow: none !important;
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .star-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .star-button .star-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px; }
  .star-button .star-icon:after {
    content: "♡";
    position: absolute;
    display: block;
    top: -5px; }
  .star-button input:checked ~ .star-icon:after {
    content: "❤️"; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.speaker-heads {
  width: 100%; }

.speaker-heads-overlapper {
  margin-top: -5.5rem; }

.trippy {
  padding: 3rem;
  text-align: center;
  font-family: neue-kabel,sans-serif;
  font-weight: 900;
  font-size: 2.8rem;
  color: #ffdd54;
  text-shadow: -25px 20px 0px #e86301, 25px 10px 0px #82c694, -25px -20px 0px #95d568;
  animation-duration: 16s;
  animation-name: tripout;
  animation-iteration-count: infinite; }

.tag {
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: x-small; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.btn-outline-primary {
  color: var(--extra-lt-blue);
  background: none;
  border-color: var(--extra-lt-blue); }

.btn-primary {
  color: var(--dk-blue);
  background-color: var(--lt-blue);
  border-color: var(--extra-lt-blue); }

@media (prefers-reduced-motion: reduce) {
  .trippy {
    animation: none;
    -webkit-animation: none; } }
@keyframes tripout {
  0% {
    text-shadow: -25px 20px 0px #e86301, 25px 10px 0px #82c694, -25px -20px 0px #95d568; }
  50% {
    text-shadow: 25px -20px 0px #e86301, -25px -10px 0px #82c694, 25px 20px 0px #95d568; }
  100% {
    text-shadow: -25px 20px 0px #e86301, 25px 10px 0px #82c694, -25px -20px 0px #95d568; } }
header {
  text-align: center;
  margin-bottom: 0;
  font-weight: normal;
  margin-top: -30px;
  padding: 15px 0 0 0;
  height: 240px;
  position: relative;
  z-index: 0;
  margin-bottom: 50px; }

header h1 {
  color: var(--yellow);
  margin-bottom: 0.8em;
  margin-top: 1em; }

.where-and-when {
  font-size: 1.5em;
  margin-top: -15px;
  font-family: var(--header-font), Georgia;
  margin-left: auto;
  text-align: center;
  font-weight: 900; }

.logo {
  /*max-height:120px;*/
  width: 100%;
  margin-right: -20px; }

.header-delta {
  background-image: url("/assets/images/delta-blue-4.png");
  background-size: contain;
  position: absolute;
  margin: 10px auto 10px auto;
  left: 0;
  right: 0;
  top: 0;
  height: 240px;
  width: 260px;
  z-index: -1; }

.gloss.button {
  color: var(--lt-blue); }

.gloss {
  position: relative;
  border: 1px solid var(--teal);
  background: none; }

.gloss::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)); }

.pinball-button {
  color: white;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 0;
  margin: 1em;
  outline: none;
  background-color: #c2290a;
  border-radius: 50%;
  cursor: pointer;
  transition: box-shadow 200ms;
  box-shadow: inset 0 4.1666666667px 0 #da2e0b, inset 0 -4.1666666667px 1.6666666667px #aa2409, 0 0 1.6666666667px #c2290a, inset 0 0 3.3333333333px #791a06, inset 0 0 3.3333333333px rgba(51, 51, 51, 0.5), inset 0 0 1.6666666667px 8.3333333333px #c2290a, inset 0 -3.3333333333px 2.5px 10px rgba(51, 51, 51, 0.7), inset 0 0 1.6666666667px 10px #611405, inset 0 0 1.6666666667px 10px rgba(51, 51, 51, 0.7), inset 0 0 0.8333333333px 10.8695652174px black, inset 0 0 0.8333333333px 12.5px rgba(247, 133, 110, 0.7), inset 0 5px 0 11.7647058824px rgba(244, 71, 37, 0.7), inset 0 -5px 1.6666666667px 11.7647058824px rgba(145, 31, 8, 0.2), inset 0 0 0 18.1818181818px #c2290a, inset 0 40px 13.3333333333px #aa2409, inset 0 0 10px 16.6666666667px #911f08, 0 2.5px 5px rgba(0, 0, 0, 0.5); }

.pinball-button:hover {
  box-shadow: inset 0 4.1666666667px 0 #da2e0b, inset 0 -4.1666666667px 1.6666666667px #aa2409, 0 0 1.6666666667px #c2290a, inset 0 0 3.3333333333px #791a06, inset 0 0 3.3333333333px rgba(51, 51, 51, 0.5), inset 0 0 1.6666666667px 8.3333333333px #c2290a, inset 0 -3.3333333333px 2.5px 10px rgba(51, 51, 51, 0.7), inset 0 0 1.6666666667px 10px #611405, inset 0 0 1.6666666667px 10px rgba(51, 51, 51, 0.7), inset 0 0 2.5px 11.7647058824px black, inset 0 0 0.8333333333px 13.3333333333px rgba(247, 133, 110, 0.2), inset 0 5px 0 28px rgba(146, 68, 53, 0.5), inset 0 -5px 1.6666666667px 28px rgba(97, 20, 5, 0.2), inset 0 0 0 18.1818181818px #b32609, inset 0 40px 13.3333333333px #9b2108, inset 0 0 10px 16.6666666667px #791a06, 0 2.5px 5px rgba(0, 0, 0, 0.5);
  background-color: #b8270a; }

.pinball-button:hover:before {
  opacity: .5; }

.pinball-button:before {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  width: 45.4545454545px;
  height: 30.303030303px;
  background: rgba(247, 133, 110, 0.2);
  background: linear-gradient(to top, rgba(250, 173, 158, 0.3) 0%, rgba(194, 41, 10, 0.1) 100%);
  border-radius: 40% 40% 60% 60%;
  transition: opacity 200ms;
  text-align: center;
  font-size: xx-large; }

.responsive {
  /* smaller than logo (also right around mobile/iPad mini size) */
  /* smaller than container (also right around iPad size) */
  /* All mobile */
  /* iPhone 5 */ }
  @media only screen and (max-width: 650px) {
    .responsive .logo {
      width: 100%; }
    .responsive .speaker-names {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-template-areas: ". . ." ". . ."; } }
  @media only screen and (max-width: 820px) {
    .responsive .container {
      margin: 20px 10px 100px 10px;
      padding: 0 20px; }
    .responsive .logo {
      margin-right: -1vw; } }
  @media only screen and (max-width: 650px) {
    .responsive main h1 {
      font-size: 2rem; }
    .responsive .where {
      float: none; }
    .responsive .when {
      float: none; }
    .responsive .where-and-when {
      margin-top: 10px; } }
  @media only screen and (max-width: 550px) {
    .responsive .where-and-when {
      margin-top: -25px; }
    .responsive .main-page-header .character-container {
      display: none; } }
  @media only screen and (max-width: 453px) {
    .responsive .header-delta {
      width: 52vw;
      height: 48vw; }
    .responsive .where-and-when {
      margin-top: 5vw; } }
  @media only screen and (max-width: 340px) {
    .responsive main h1 {
      font-size: 2rem; } }

.character-business-lady {
  background-image: url("/assets/images/characters/business-lady.png");
  width: .9em;
  height: 1em; }

.character-bumper-girl {
  background-image: url("/assets/images/characters/bumper-girl.png");
  width: .6em;
  height: 1em;
  margin-right: 20px; }

.character-running-boy {
  background-image: url("/assets/images/characters/running-boy.png");
  width: 1.7em;
  height: .7em; }

.character-running-girl {
  background-image: url("/assets/images/characters/running-girl.png");
  width: .55em;
  height: 1em; }

.character-teacher {
  background-image: url("/assets/images/characters/teacher.png");
  width: .55em;
  height: 1em; }

.character-terminal-lady {
  background-image: url("/assets/images/characters/terminal-lady.png");
  width: .47em;
  height: 1em; }

.character-terminal-guy {
  background-image: url("/assets/images/characters/terminal-guy.png");
  width: .5em;
  height: 1em; }

.character-tower-boy {
  background-image: url("/assets/images/characters/tower-boy.png");
  width: .5em;
  height: 1.2em; }

.character-paddle-fixer {
  background-image: url("/assets/images/characters/paddle-fixer.png");
  width: .9em;
  height: 1em; }

nav {
  text-align: center; }
  nav > ul {
    margin-top: 20px;
    list-style: outside none none;
    padding-left: 0;
    background: var(--glow-background);
    background: rgba(27, 132, 146, 0.05);
    box-shadow: 0 0 12px 12px rgba(27, 132, 146, 0.05); }
  nav a {
    font-family: var(--header-font);
    font-size: 0.9em;
    color: var(--lt-text);
    padding: 8px 6px;
    display: inline-block; }
  nav li {
    display: inline-block; }
    nav li:hover a {
      background: rgba(27, 132, 146, 0.1);
      box-shadow: 0 0 12px 12px rgba(27, 132, 146, 0.1);
      text-decoration-style: double; }

@keyframes heartbeat {
  0% {
    box-shadow: 0 0 1px 1px rgba(27, 132, 146, 0.1); }
  50% {
    /* box-shadow: 0 0 12px 12px rgba(27, 132, 146, 0.1); */
    box-shadow: 0 0 12px 12px rgba(43, 156, 164, 0.3);
    background-color: rgba(43, 156, 164, 0.3); }
  100% {
    box-shadow: 0 0 0px 0px rgba(27, 132, 146, 0.1); } }
nav li:first-child a {
  animation: heartbeat 3s infinite; }

@media (prefers-reduced-motion: reduce) {
  nav li:first-child a {
    animation: none;
    -webkit-animation: none; } }
.skip-navigation a {
  padding: 6px;
  position: absolute;
  left: -10000px;
  color: var(--dk-blue);
  border: 1px solid #fff;
  border-radius: 8px;
  background: 0 0;
  -webkit-transition: top 1s ease-out,background 1s linear;
  transition: top 1s ease-out,background 1s linear;
  z-index: 100; }

.skip-navigation a:focus {
  position: absolute;
  left: 0;
  background: var(--neon-yellow);
  outline: 0;
  -webkit-transition: left .1s ease-in,background .5s linear;
  transition: left .1s ease-in,background .5s linear;
  z-index: 99999; }

#current-sponsors {
  text-align: center; }
  #current-sponsors img {
    background-color: white;
    background-clip: border-box;
    border-radius: 10px;
    padding: 10px;
    vertical-align: middle; }
  #current-sponsors .prominent img {
    max-width: 400px;
    max-height: 240px; }
  #current-sponsors .present img {
    max-width: 248px;
    max-height: 148.8px; }
  #current-sponsors .engaged img {
    max-width: 200px;
    max-height: 120px; }

@media screen and (max-width: 550px) {
  #current-sponsors .prominent img {
    max-width: 200px;
    max-height: 120px; }
  #current-sponsors .present img {
    max-width: 125px;
    max-height: 75px; }
  #current-sponsors .engaged img {
    max-width: 100px;
    max-height: 60px; } }
table thead td {
  font-weight: bold;
  font-family: neue-kabel,sans-serif; }
table tbody td {
  vertical-align: top; }

.lt-blue {
  color: var(--lt-blue) !important; }

.extra-lt-blue {
  color: var(--extra-lt-blue) !important; }

.teal {
  color: var(--teal) !important; }

.lt-teal {
  color: var(--lt-teal) !important; }

.orange {
  color: var(--orange) !important; }

.sans {
  font-family: var(--sans) !important; }

.em1_15 {
  font-size: 1.15em !important; }

.em1_2 {
  font-size: 1.2em !important; }

.italics {
  font-style: italic !important; }

.text-align-right {
  text-align: right; }

.hide {
  display: none !important; }

.hide- {
  display: none !important; }

.d-flex {
  display: flex !important; }

.mt-1 {
  margin-top: .5em; }

.mt-2 {
  margin-top: 1em; }

.ml-1 {
  margin-left: .5em; }

.mt-4 {
  margin-top: 2em; }

.mt-8 {
  margin-top: 4em; }

.mt-0 {
  margin-top: 0; }

.mb-1 {
  margin-bottom: .5em !important; }

.mb-2 {
  margin-bottom: 1em !important; }

.mb-4 {
  margin-bottom: 2em !important; }

.mb-8 {
  margin-bottom: 4em !important; }

.small {
  font-size: smaller; }

.fs-xs {
  font-size: x-small; }

.flex-justify-content-between {
  justify-content: space-between; }

.flex-grow-1 {
  flex-grow: 1; }

.flex-grow-0 {
  flex-grow: 0; }

.underline {
  text-decoration: underline; }

.clickable {
  cursor: pointer; }

@media screen and (max-width: 600px) {
  .d-mobile-block {
    display: block !important; } }
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0); }

.tooltip {
  text-shadow: none;
  color: #888;
  font-size: 50%;
  text-decoration: underline; }
  .tooltip a {
    color: inherit; }

.tooltip-info {
  content: '⁇'; }

.container {
  margin: 20px auto 100px auto;
  max-width: 800px;
  background: var(--dk-blue-transparent);
  /*background: linear-gradient(to bottom right, var(--glass1), var(--glass2));*/
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.06) 3px 3px 3px;
  padding: 0 100px 0 100px; }

main {
  padding: 20px 0;
  /*opacity: .85;*/
  /*color: #DAF2EE;*/
  line-height: 1.5;
  margin-bottom: 0; }

main h1 {
  font-size: 25px; }

.delta {
  background-image: url("/assets/images/delta.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.delta-blue {
  background-image: url("/assets/images/delta-blue-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

header {
  position: relative; }

.behind-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 250px;
  height: 250px;
  min-width: 250px;
  min-height: 250px; }

.fixed-float.delta {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 500px;
  min-width: 500px;
  min-height: 500px; }

.social-buttons {
  text-align: center; }

.social-buttons a {
  font-family: var(--sans);
  text-decoration: none;
  padding: 0 10px; }

.contact-form {
  margin-bottom: 20px; }

div[id|="mc_embed_signup"] button[type="submit"] {
  margin-top: 10px; }

.center-text {
  text-align: center; }

.floating {
  float: right;
  width: 40%; }

.callout {
  margin: 2rem;
  background-color: #fff;
  box-shadow: -4px 4px 0 var(--red), -8px 8px 0 var(--yellow), -12px 12px 0 var(--teal), -16px 16px 0 var(--pink);
  padding: 1rem; }
  .callout .button {
    color: var(--teal); }

.sponsor-image {
  width: 100%; }

div[id|="mc_embed_signup_scroll"] {
  display: flex; }

div[id|="mc_embed_signup_scroll"] > * {
  margin: auto; }

.policy-links {
  padding: 1rem 0;
  text-align: center; }
  .policy-links a {
    font-family: var(--sans);
    text-decoration: none;
    padding: 0 7px;
    font-size: .9em; }

.speaker-name {
  text-align: center; }

.speaker-bio {
  font-size: 0.7rem;
  text-align: center; }

.speaker-names {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: ". . . ." ". . . .";
  justify-items: center;
  justify-content: space-around;
  align-content: space-around;
  align-items: start; }

.main-page-header {
  padding-bottom: 20px;
  margin-bottom: -10px;
  text-align: center;
  font-size: 3rem; }
  .main-page-header .character-container {
    max-width: 0;
    overflow: visible;
    position: relative; }
  .main-page-header .abs-character {
    display: inline-block;
    font-size: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -15px;
    position: absolute;
    bottom: 0; }
  .main-page-header .abs-character-left {
    left: -60px; }
  .main-page-header .abs-character-right {
    right: -60px; }
  .main-page-header .character-business-lady.abs-character-left {
    left: -80px; }
  .main-page-header .character-bumper-girl.abs-character-left {
    left: -70px;
    bottom: 10px; }
  .main-page-header .character-tower-boy {
    margin-top: 100px; }

section:not(:first-child) .main-page-header {
  margin-top: 60px; }

.no-bullets {
  list-style: none;
  padding-left: 0; }

.h-list {
  list-style: none;
  padding-left: 0; }
  .h-list > li {
    display: inline-block;
    margin-right: 1em; }
