/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.md .container {
  color: #1e1e1e;
  font-family: "Lato", sans-serif;
}
.md .container h2 {
  font-weight: 800;
  font-style: italic;
  font-size: 32px;
  line-height: 38.4px;
  margin-top: 48px;
  margin-bottom: 24px;
}
.md .container h3 {
  color: #982833;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
}
.md .container p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.md .container p > img {
  width: 100%;
  max-width: 100%;
}
.md .container ul {
  list-style-type: disc;
  padding-left: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  margin-top: 24px;
}
.md .container .logos {
  display: flex;
  margin-left: 40px;
}
.md .container .logos p {
  display: block;
  padding: 0;
  margin: 0;
}
.md .container .logos p img {
  margin-left: 200px;
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 100%;
}
@media screen and (max-width: 850px) {
  .md .container .logos p img {
    margin-left: 0;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

body.open {
  overflow: hidden;
}
body.open .menu ul {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #103054;
}
body.open .menu ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.open .menu ul li.right {
  margin-left: 0;
}
body.open .menu ul li:not(.right) {
  margin-right: 0;
}
body.open .menu .hbg .closed {
  display: none;
}
body.open .menu .hbg .open {
  display: block;
}
@media screen and (max-width: 1100px) {
  body:not(.open) > .menu ul {
    display: none;
  }
}
body > nav {
  height: 110px;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 9;
}
body > nav.container {
  display: flex;
  align-items: center;
  margin-bottom: -110px;
}
body > nav .logo {
  z-index: 99;
}
body > nav .logo img {
  height: 65px;
  width: 65px;
}
body > nav .hbg {
  z-index: 99;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  body > nav .hbg {
    display: block;
  }
}
body > nav .hbg .open {
  display: none;
}
body > nav .hbg .closed {
  display: block;
}
body > nav .hbg img {
  width: 40px;
  color: #fff;
}
body > nav ul {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  z-index: 9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 0 0 100px;
  list-style-type: none;
}
body > nav ul li.right {
  margin-left: auto;
}
body > nav ul li:not(.right) {
  margin-right: 100px;
}
body > nav ul li {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
body > nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  line-height: 22.8px;
}
body > nav ul li a:hover {
  opacity: 0.7;
}
body > nav ul li a.selected {
  color: #a47c52;
}
body > nav button {
  width: 100px;
}
body > nav button .hbg::before, body > nav button .hbg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  color: #a47c52;
  background-color: currentColor;
  transition: all 0.45s ease-in-out;
}
body > nav button .hbg::before::before, body > nav button .hbg::after::before {
  top: 0;
  transform: rotate(0);
}
body > nav button .hbg::before::after, body > nav button .hbg::after::after {
  bottom: 0;
  box-shadow: 0 -50px currentColor;
}
body a.btn {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 40px;
  font-size: 19px;
  line-height: 22.8px;
  display: flex;
  align-items: center;
}
body a.btn img {
  margin-left: 10px;
  height: 16px;
  width: 16px;
}

.future {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/archway.jpg);
  color: white;
}
.future .skin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0B1E35;
  opacity: 0.9;
}
.future .container {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 96px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 81.6px;
}
.future .container h4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.future .container .btn {
  align-self: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

footer {
  background: #0B1E35;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px;
}
footer a, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer p {
  color: #CCBFA3;
  font-style: italic;
  padding: 80px 0 40px 0;
}
footer img {
  max-width: 106px;
  margin-bottom: 40px;
}
footer ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  margin: 0;
  list-style-type: none;
}
footer ul li {
  margin: 0 20px;
}
footer ul li a {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 300;
}
footer i {
  margin-bottom: 40px;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.hero {
  padding: 24px 0 64px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.hero > img {
  z-index: 8;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.25;
}
.hero .hero-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76.7deg, #0B1E35 0%, #133156 100%);
}
.hero .hero-content {
  z-index: 9;
  padding-top: 217px;
}
.hero .hero-content h2 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 61px;
  line-height: 73.2px;
  margin: 10px 0;
}
.hero .hero-content hr {
  width: 100%;
  background: linear-gradient(90deg, #EE2527 36.5%, #823334 100%);
  margin: 20px 0 40px 0;
}
.hero .hero-content p {
  width: 40%;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28.06px;
  margin-bottom: 40px;
}
.hero .hero-content ul {
  display: flex;
  padding-left: 0;
  /* .btn { // TODO: move this to shared
    display: flex;
    align-items: center;
    img { margin-left: 10px; height: 16px; width: 16px; }
  } */
}
.hero .hero-content ul li:first-child {
  padding-right: 40px;
}

.layer_callout {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.layer_callout .content {
  position: relative;
  padding: 40px;
  z-index: 99;
}
.layer_callout .content h2, .layer_callout .content h3 {
  font-weight: 800;
  font-style: italic;
  font-size: 96px;
  line-height: 81.6px;
  margin-bottom: 0;
}
.layer_callout .content h3 {
  margin-top: 40px;
}
.layer_callout .content h2 {
  margin-top: 12px;
}
.layer_callout .content p {
  margin: 40px 0;
  color: white;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 26.4px;
}
.layer_callout .skin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 9;
}
.layer_callout.red .skin {
  background: linear-gradient(79.27deg, #5A2626 63.47%, #8F1718 118.63%);
}
.layer_callout.red h3 {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}
.layer_callout.red h2 {
  color: white;
}
.layer_callout.blue .skin {
  background: linear-gradient(80.4deg, #0B1E35 33.84%, #1F579B 100%);
}
.layer_callout.blue h3 {
  -webkit-text-stroke: 2px #EE2527;
  -webkit-text-fill-color: transparent;
}
.layer_callout.blue h2 {
  color: #EE2527;
}

.sessions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0 40px 0;
  width: Fixed 1, 37px px;
}
.sessions h3 {
  margin-top: 0;
  font-family: "Karla", sans-serif;
  font-size: 24px;
  line-height: 28.06px;
  font-weight: 600;
}
.sessions ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 24px;
}
.sessions ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.sessions ul li p {
  margin: 0;
}
.sessions ul li.sep {
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 22px;
  height: 80px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1490196078);
}
.sessions ul li:last-child {
  display: none;
}
.sessions ul li h3 {
  color: #823334;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.sessions ul li a {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #1F579B;
  text-decoration: none;
}
.sessions ul li a img {
  width: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 800px) {
  .sessions ul {
    flex-direction: column;
  }
  .sessions ul li.sep {
    margin: 20px 20px;
    height: 1px;
    width: 80%;
    align-self: center;
  }
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
header {
  background: #0B1E35;
  padding-top: 110px;
}
header .bg {
  background: #E7E7E8;
}
header h3 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  color: #1e1e1e;
  background: #E7E7E8;
  padding-top: 24px;
  padding-bottom: 24px;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.audience-controls, .audience-schedules {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.audience-controls .audience-schedule, .audience-schedules .audience-schedule {
  display: none;
}
.audience-controls .audience-schedule.active, .audience-schedules .audience-schedule.active {
  display: flex;
  flex-direction: column;
}

.audience-controls .audience-selector {
  display: flex;
  margin-top: 20px;
  padding-left: 0;
}
.audience-controls .audience-button {
  background: none;
  border: none;
}
.audience-controls .audience-button.active {
  border-bottom: 2px solid #1f1f1f;
  font-weight: bold;
}

.audience-schedules .schedule-item {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.audience-schedules .schedule-item time {
  grid-column: 1;
}
.audience-schedules .schedule-item .schedule-item-title, .audience-schedules .schedule-item .schedule-item-location, .audience-schedules .schedule-item p {
  grid-column: 2;
}
.audience-schedules .schedule-item h3 {
  margin: 0;
}
.audience-schedules .schedule-item .schedule-item-location {
  display: flex;
  align-items: center;
}
.audience-schedules .schedule-item .schedule-item-location img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.sgdpr-box {
  z-index: 9999;
}

ul {
  list-style-type: none;
}

html {
  color: #222;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
