/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://rsms.me/inter/inter.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

label {
  font-weight: 700; }

html, body {
  height: 100%;
  font-size: 112.5%; }

body {
  box-sizing: border-box;
  font-family: "Inter"; }

main {
  margin-bottom: 2.2rem; }

a {
  color: #4C4CBE;
  font-weight: 700; }

.button {
  padding: 0.55rem;
  border-radius: 3px;
  border: 0;
  background-color: #4C4CBE;
  color: white;
  font-size: 1rem;
  font-family: "Inter";
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer; }

input[type='submit'],
button {
  -webkit-appearance: button; }

h1, h2, h3, h4, h5, h6, p, dt, dd {
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.55rem; }

h1 {
  font-size: 2.0272865295rem;
  font-weight: 700; }

h2 {
  font-size: 1.8020324707rem;
  font-weight: 700; }

h3 {
  font-size: 1.6018066406rem;
  font-weight: 700; }

h4 {
  font-size: 1.423828125rem;
  font-weight: 700; }

h5 {
  font-size: 1.265625rem;
  font-weight: 900; }

h6 {
  font-size: 1.125rem;
  font-weight: 900; }

p {
  font-size: 1rem;
  margin-bottom: 1.1rem; }

p:last-child {
  margin-bottom: 0; }

ul, ol {
  margin-bottom: 1.1rem; }

ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 0.55rem; }

li {
  line-height: 2; }

dd + dt {
  margin-top: 0.55rem; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.countdown {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 45ch;
  max-width: 100%;
  text-align: center;
  padding: 0.55rem 1rem;
  background: #E0EFF1;
  color: #044D62;
  font-weight: 500;
  font-size: 0.8888888889rem; }

.header {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
  padding: 1.1rem;
  border-bottom: 1px solid #ddd; }

.header--home {
  display: block;
  padding: 8.8rem 1.1rem 1.1rem;
  text-align: center;
  overflow: hidden; }
  .header--home .header__logo {
    display: none; }

.header__logo {
  max-height: 3rem; }

.header__date-loc {
  font-weight: 700; }
  .header__date-loc span {
    margin-right: 1.1rem; }

.header__cta {
  margin-top: 4.4rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 4.4rem auto 0.55rem;
  max-width: 65ch; }

.nav__item {
  padding: .25rem .5rem;
  background-color: white;
  color: #B76239;
  font-weight: 700;
  text-decoration: none; }

.nav__item--active {
  text-decoration: underline; }

@media screen and (max-width: 565px) {
  .ellipses {
    display: none; } }
.ellipse {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: -1; }

.ellipse--left-a {
  background-image: url("../images/home/ellipse_left-a.svg");
  width: 6vw;
  height: 13vh;
  min-width: 3.83rem;
  top: 0;
  left: 0; }

.ellipse--left-b {
  background-image: url("../images/home/ellipse_left-b.svg");
  width: 19vw;
  min-width: 12rem;
  padding-top: 100%;
  top: 2%;
  left: 1%; }

.ellipse--left-c {
  background-image: url("../images/home/ellipse_left-c.svg");
  width: 23vw;
  min-width: 14.72rem;
  padding-top: 118%;
  top: 44%;
  left: 1%; }

.ellipse--right-a {
  background-image: url("../images/home/ellipse_right-a.svg");
  width: 19vw;
  min-width: 12rem;
  padding-top: 91%;
  top: 0;
  right: 3%; }

.ellipse--right-b {
  background-image: url("../images/home/ellipse_right-b.svg");
  width: 20vw;
  min-width: 12.7rem;
  padding-top: 81%;
  top: 32%;
  right: 0; }

.tech-icon {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: top ease 750ms; }

.tech-icon--left-a {
  background-image: url("../images/home/icon_window.svg");
  top: 3%;
  right: 18%;
  transform: rotate(10deg) scale(1.125); }

.tech-icon--left-b {
  background-image: url("../images/home/icon_mouse.svg");
  top: 13%;
  left: 7%;
  transform: rotate(10deg) scale(1.125); }
  @media screen and (max-width: 39rem) {
    .tech-icon--left-b {
      top: 17%; } }

.tech-icon--left-c {
  background-image: url("../images/home/icon_cpu.svg");
  top: 8%;
  left: 55%; }
  @media screen and (max-width: 52rem) {
    .tech-icon--left-c {
      top: 12%; } }
  @media screen and (max-width: 39rem) {
    .tech-icon--left-c {
      top: 16%;
      left: 47%; } }

.tech-icon--right-a {
  background-image: url("../images/home/icon_keyboard.svg");
  top: 6%;
  left: 19%;
  transform: rotate(-10deg) scale(1.125); }
  @media screen and (max-width: 39rem) {
    .tech-icon--right-a {
      top: 11%; } }

.tech-icon--right-b {
  background-image: url("../images/home/icon_computer.svg");
  top: 7%;
  right: 10%; }

.tech-icon--right-c {
  background-image: url("../images/home/icon_gamepad.svg");
  top: 19%;
  left: 23%;
  transform: rotate(-20deg) scale(1.25); }
  @media screen and (max-width: 52rem) {
    .tech-icon--right-c {
      top: 24%; } }
  @media screen and (max-width: 39rem) {
    .tech-icon--right-c {
      top: 33%; } }

.section--home {
  padding: 4.4rem 8.8rem; }
  @media screen and (max-width: 555px) {
    .section--home {
      padding-left: 1.1rem;
      padding-right: 1.1rem; } }

.home--button {
  display: inline-block;
  margin: 2.2rem auto 0; }

.main--internal {
  padding: 4.4rem 8.8rem;
  max-width: 70ch; }
  .main--internal p {
    line-height: 2; }
  @media screen and (max-width: 555px) {
    .main--internal {
      padding-left: 1.1rem;
      padding-right: 1.1rem; } }

.home__attend {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4.4rem;
  background: #044D62;
  overflow: hidden; }
  .home__attend a {
    color: #CEC600; }
  @media screen and (max-width: 860px) {
    .home__attend {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      grid-row-gap: 1.1rem; } }

.attend__content {
  color: white; }
  .attend__content h2 {
    margin-bottom: 1.1rem; }

.attend__email {
  border-radius: 4px;
  padding: 2.2rem;
  background: #FFFAF1; }

@media screen and (max-width: 555px) {
  .attend__icons {
    display: none; } }

.attend__icon {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat; }

.attend__icon--plant {
  background-image: url("../images/home/attend_plant.svg");
  width: 124px;
  height: 235.77px;
  left: 20%;
  bottom: 0;
  mix-blend-mode: normal; }
  @media screen and (max-width: 860px) {
    .attend__icon--plant {
      left: unset;
      right: 0; } }

.attend__icon--photo {
  background-image: url("../images/home/attend_photo.svg");
  left: 12.31%;
  bottom: 27%;
  width: 80px;
  height: 80px;
  transform: rotate(-10deg);
  opacity: 0.3; }
  @media screen and (max-width: 860px) {
    .attend__icon--photo {
      top: 20%;
      bottom: unset;
      left: 1.1rem; } }

.attend__icon--ellipse {
  background-image: url("../images/home/attend_ellipse.svg");
  width: 339px;
  height: 299.34px;
  right: 38%;
  top: -21%; }

.email-newsletter label {
  margin-bottom: 0.55rem;
  font-size: 0.8888888889rem;
  font-weight: normal; }
.email-newsletter .button {
  width: 100%;
  background: #CEC600;
  color: black;
  box-shadow: 0px 3px 0px #A69E00; }
.email-newsletter input[type='email'] {
  border-color: #044D62; }

.email-newsletter__headline {
  font-size: 1rem;
  margin-bottom: 1.1rem; }

.email-newsletter__address-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.1rem; }

.email-newsletter__address__textbox {
  height: 2.2rem;
  width: 100%;
  max-width: 70ch;
  border: 2px solid #4C4CBE;
  border-radius: 3px; }

.email-newsletter li {
  list-style-type: none;
  margin-left: 0; }

.email-newsletter__checkbox-wrap {
  position: relative; }
  .email-newsletter__checkbox-wrap input[type='checkbox'] {
    margin: 0;
    opacity: 0;
    transform: scale(0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .email-newsletter__checkbox-wrap input[type='checkbox'] + label::after {
    content: none; }
  .email-newsletter__checkbox-wrap input[type='checkbox']:checked + label::after {
    content: ''; }
  .email-newsletter__checkbox-wrap input[type='checkbox']:focus + label::before {
    outline: #3b99fc auto 5px; }
  .email-newsletter__checkbox-wrap label {
    position: relative;
    padding-left: calc(1em + 0.55rem); }
  .email-newsletter__checkbox-wrap label::before,
  .email-newsletter__checkbox-wrap label::after {
    position: absolute; }
  .email-newsletter__checkbox-wrap label::before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    border: 2px solid #4C4CBE;
    border-radius: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .email-newsletter__checkbox-wrap label::after {
    content: '';
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid #4C4CBE;
    border-bottom: 2px solid #4C4CBE;
    transform: rotate(-45deg);
    left: .25em;
    top: .25em; }
  .email-newsletter__checkbox-wrap label:before,
  .email-newsletter__checkbox-wrap label:after {
    border-color: #B76239; }

@media screen and (max-width: 27em) {
  .email-newsletter__submit-wrap {
    text-align: center; } }

.response {
  margin-bottom: 1.1rem; }

.home__speakers {
  display: grid; }
  .home__speakers h2 {
    text-align: center;
    margin-bottom: 4.4rem; }

.home__sponsors {
  background: #FFFAF1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .home__sponsors h2 {
    text-align: center; }

.sponsors__level {
  text-align: center;
  font-size: 1rem; }

.sponsors__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2.2rem; }

.sponsors__row:last-of-type {
  margin-bottom: 0; }

.sponsor__block {
  text-align: center;
  margin: 0.55rem;
  max-width: 20rem;
  height: 6rem; }
  @media screen and (max-width: 30em) {
    .sponsor__block {
      max-width: 75vw; } }
  .sponsor__block a {
    display: inline-block;
    width: 100%;
    height: 100%; }

.sponsor__block--community {
  height: auto; }

.sponsor__logo {
  object-fit: contain;
  width: 100%;
  height: 100%; }

.sponsors_cta-text {
  text-align: center;
  margin-top: 4.4rem; }

.keynote__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.1rem; }
  @media screen and (max-width: 827px) {
    .keynote__wrap {
      grid-template-columns: auto;
      grid-template-rows: auto;
      grid-row-gap: 1.1rem; } }

.keynote-speaker {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1.1rem auto; }
  @media screen and (max-width: 50em) {
    .keynote-speaker + .keynote-speaker {
      margin-top: 1.1rem; } }

.speaker__headshot__wrap {
  grid-row-start: 1;
  grid-row-end: span 2;
  width: 8.8rem;
  height: 9.2rem; }
  .speaker__headshot__wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 2px 5px 7px #e0e0e0; }

.speaker__name-title {
  margin-left: 1.1rem;
  grid-row-start: 2; }

.speaker__name {
  display: block;
  margin-bottom: 1.1rem;
  font-weight: 700; }

.photo-banner {
  display: grid;
  grid-template-columns: repeat(3, minmax(14rem, 30vw));
  justify-content: space-between;
  padding: 4.4rem 0.55rem 0;
  background: #FFFAF1; }
  @media screen and (max-width: 47rem) {
    .photo-banner {
      grid-template-columns: 1fr; } }

.photo-banner__item {
  width: 100%;
  padding-top: 66%;
  border-radius: 8px;
  background-size: cover; }

.photo-banner__item--a {
  background-image: url(../images/home/chi_conservatory.jpg); }
  @media screen and (max-width: 47rem) {
    .photo-banner__item--a {
      display: none;
      background-image: none; } }

.photo-banner__item--b {
  background-image: url(../images/home/chi_chicago-theatre.jpg); }

.photo-banner__item--c {
  background-image: url(../images/home/chi_el.jpg); }
  @media screen and (max-width: 47rem) {
    .photo-banner__item--c {
      display: none;
      background-image: none; } }

.home__faq {
  background: #FFFAF1;
  text-align: center; }
  .home__faq h2 {
    margin-bottom: 4.4rem; }

.faq__list {
  max-width: 60ch;
  margin: auto; }
  .faq__list dt {
    font-weight: 700;
    margin-bottom: 1.1rem; }
  .faq__list dd {
    margin-bottom: 2.2rem; }

.schedule {
  width: 100%;
  margin-bottom: 1rem; }

.schedule td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.home__loc {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 8.8rem;
  border-bottom: 2px solid #FFFAF1; }
  .home__loc h2 {
    margin-bottom: 4.4rem; }

.loc__cta-text {
  max-width: 48ch;
  margin: auto; }
  @media screen and (max-width: 555px) {
    .loc__cta-text {
      padding-left: 0.55rem;
      padding-right: 0.55rem; } }

.loc__chicons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 4.4rem; }

.loc__chicon {
  width: 4.5rem;
  height: 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 555px) {
    .loc__chicon {
      display: none; } }

.loc__chicon--music {
  background-image: url(../images/chicons/music.svg); }

.loc__chicon--flamingo {
  background-image: url(../images/chicons/flamingo.svg); }

.loc__chicon--donut {
  background-image: url(../images/chicons/donut.svg); }

.loc__chicon--flag {
  background-image: url(../images/chicons/flag.svg); }
  @media screen and (max-width: 555px) {
    .loc__chicon--flag {
      display: block; } }

.loc__chicon--pizza {
  background-image: url(../images/chicons/pizza.svg); }

.loc__chicon--bean {
  background-image: url(../images/chicons/bean.svg); }

.loc__chicon--ramps {
  background-image: url(../images/chicons/ramps.svg); }

.loc__photo-map-banner {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1.05fr 0.5fr 1fr;
  grid-column-gap: 1.1rem;
  align-items: center;
  margin-bottom: 4.4rem; }
  .loc__photo-map-banner img {
    max-width: 100%;
    border-radius: 8px; }
  @media screen and (max-width: 555px) {
    .loc__photo-map-banner {
      grid-template-columns: 0.5fr 1.05fr 0.5fr; } }

.loc__map {
  box-shadow: 2px 5px 7px #e0e0e0;
  border-radius: 8px; }

@media screen and (max-width: 555px) {
  .loc__ac-image--a,
  .loc__ac-image--d {
    display: none; } }

.home__about h2, .home__about h3 {
  margin-bottom: 4.4rem;
  text-align: center; }

.home__about__text {
  margin: auto;
  margin-bottom: 4.4rem;
  max-width: 70ch;
  text-align: center; }

.organizers-wrap {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-template-rows: auto;
  grid-column-gap: 2.2rem;
  grid-row-gap: 1.1rem;
  justify-content: space-around; }
  @media screen and (max-width: 50em) {
    .organizers-wrap {
      grid-template-columns: repeat(2, auto);
      grid-column-gap: 1.1rem;
      justify-content: center; } }

.organizer {
  display: flex; }

.organizer__headshot-wrap {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.1rem;
  flex-shrink: 0; }

.organizer__headshot {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 2px 5px 7px #e0e0e0; }

.organizer__info-wrap p {
  font-size: 0.8888888889rem;
  margin-bottom: 0; }

.organizer__name {
  font-weight: 700; }

.footer {
  padding: 2.2rem;
  background-color: #131313;
  color: white; }
  .footer a {
    color: #CEC600; }

.footer__copyright {
  text-align: center;
  line-height: 1;
  font-size: 0.8888888889rem;
  margin-bottom: 2.2rem; }

.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  .footer__nav li {
    list-style-type: none;
    margin-left: 0;
    font-size: 0.8888888889rem; }
  .footer__nav a {
    text-decoration: none;
    font-weight: normal; }
  @media screen and (max-width: 555px) {
    .footer__nav {
      grid-template-columns: auto;
      grid-template-rows: auto; } }

.footer__nav__header {
  text-transform: uppercase;
  font-size: 0.8888888889rem;
  font-weight: normal; }
