/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*

MIXIN: RANGE

@version 1.0
@date    2017-09-22
@author  michael@marketingdesigngroup.com

This SASS mixin creates a media query for one or more predefined ranges of
screen widths. It requires a map of named ranges with min and/or max values (in
pixels). Example:

	$ranges: (
		small:   (max: 500),
		medium:  (min: 501, max: 768),
		large:   (min: 769)
	);

Bootstrap ranges are created by default, but may be overwritten in your
stylesheet after this file is included. It was designed to be used on documents
with at least one finite range (with both min and max), but should work equally
well with a mobile-first design.

Use examples:

	@include range(small) { ... }

	@include range(small, medium) { ... }

	@include range(medium, large) { ... }

	@include range(alpha, bravo, charlie) { ... }

Argument order does not matter. The ranges are merged inclusively, meaning each
included range can only expand the total scope of the final media query, not
contract it. This means that if ANY included range has a "null" max or min, the
final media query will not have a max-width or min-width constraint,
respectively. It also means that if there are gaps between the included ranges,
they will be ignored, since both min and max will have been provided.

A more sophisticated version of this mixin would detect gaps in the included
ranges and output multiple media queries.

*/
/* =WordPress Core
Based on https://codex.wordpress.org/CSS
-------------------------------------------------------------- */
.alignnone {
  display: block;
  margin: 1em 0;
}
.alignnone img {
  display: block;
}

.aligncenter, .alignleft, .alignright {
  display: block;
  margin: 1em auto;
}
.aligncenter img, .alignleft img, .alignright img {
  display: block;
}

@media screen and (min-width: 768px) {
  .alignright {
    max-width: 20em;
    float: right;
    margin: 0.25em 0 1em 2em;
  }
}

@media screen and (min-width: 768px) {
  .alignleft {
    max-width: 20em;
    float: left;
    margin: 0.25em 2em 1em 0;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

:root {
  --primary-font: "Montserrat", sans-serif;
  --background-white: white;
  --background-gray: hsl( 0, 0%, 80% );
  --text-black: hsl( 0, 0%, 20% );
  --dark-blue: hsl( 239, 65%, 20% );
  --blue: hsl( 219, 48%, 53% );
  --light-blue: hsl( 219, 48%, 63% );
  --yellow: hsl( 42, 83%, 67% );
  --orange: hsl( 27, 71%, 54% );
  --dark-green: hsl( 213, 21%, 17% );
  --sidebar-width: 12rem;
  --link-color: var(--blue);
  --link-color-hover: var(--light-blue);
  --link-text-decoration: none;
  --site-inner-width: 40rem;
}
@media screen and (max-width: 575px) {
  :root {
    --site-font-size: 16px;
    --site-block-padding: 1rem;
  }
}
@media screen and (min-width: 576px) {
  :root {
    --site-font-size: 18px;
    --site-block-padding: 2rem;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --site-font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --site-font-size: 22px;
  }
}

html,
body {
  font: var(--site-font-size)/1.3 var(--primary-font);
  background: var(--background-white);
  color: var(--text-black);
}

* {
  box-sizing: border-box;
}

p {
  margin: 1em 0;
}

a {
  color: var(--link-color);
  text-decoration: var(--link-text-decoration);
  transition: color 0.3s;
}
a:hover {
  color: var(--link-color-hover);
}

h2, h1 {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

hr {
  margin: 1em 0;
  border: 0;
  height: 1px;
  background-color: var(--text-black);
}

img {
  height: auto;
}

blockquote {
  margin-left: 0;
  border-left: 1px solid var(--background-gray);
  padding-left: 2em;
}

.footer-inner, .follow-inner, .highlights-inner, .speakers-inner, .social-inner, .agenda-inner, .promo-inner, .intro-inner, .countdown-inner, .broadcasts-inner, .hero-inner, .header-inner {
  width: 100%;
  max-width: var(--site-inner-width);
  margin: auto;
}

a.button {
  display: inline-block;
  border: 2px solid var(--yellow);
  background: white;
  padding: 0.5em 1.5em;
  color: black;
  font-size: 0.875em;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  height: auto;
}

.social-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.social-menu li {
  margin: 0 0.25em;
}
.social-menu a {
  color: var(--social-link-color);
}

.header {
  padding: 1em;
  --social-link-color: var(--dark-blue);
}
@media screen and (min-width: 576px) {
  .header {
    display: flex;
  }
}

@media screen and (min-width: 576px) {
  .header-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.header-title {
  display: none;
}

@media screen and (max-width: 575px) {
  .header-image {
    max-width: 12.5rem;
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 576px) {
  .header-image {
    flex: 0 0 6.5rem;
  }
}
.header-image img {
  display: block;
  max-width: 100%;
}

.header-languages {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
  font-size: 0.75rem;
}
@media screen and (max-width: 575px) {
  .header-languages {
    text-align: center;
  }
}
.header-languages li {
  display: inline-block;
  margin: 0.5em;
}

.header-language-english {
  font-size: smaller;
}

.hero {
  background-color: var(--dark-blue);
  background-image: url(../images/landing/background_hero.png);
  background-size: cover;
  background-position: center right;
  color: white;
  text-shadow: 1px 1px 6px #262626;
}
@media screen and (max-width: 575px) {
  .hero {
    padding: 5rem 1rem;
  }
}
@media screen and (min-width: 576px) {
  .hero {
    padding: 5rem 2rem;
  }
}
.hero .button {
  box-shadow: 1px 1px 6px #262626;
}

.hero-badge {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hero-title {
  color: var(--yellow);
  line-height: 1.1;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .hero-title {
    font-size: 2.3rem;
  }
}

.hero-subtitle {
  margin-top: -1em;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.hero-date {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.hero-cta {
  margin-top: 0;
}

.broadcasts {
  padding: 1em;
  background: var(--orange);
  color: white;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .broadcasts-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

.broadcasts-item {
  display: block;
  margin: 1em;
}

.countdown {
  padding: 1em;
  background: var(--orange);
  color: white;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .countdown-view-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5em;
  }
}

.countdown-title {
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .countdown-items {
    margin: 1em 0;
  }
}
@media screen and (min-width: 576px) {
  .countdown-items {
    display: flex;
    justify-content: center;
    margin: 0 2rem 0 1rem;
  }
}

.countdown-item {
  color: white;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .countdown-item {
    margin: auto;
    width: 7em;
  }
}
@media screen and (min-width: 576px) {
  .countdown-item {
    margin: 0 0.5em;
  }
}

.countdown-digit-container {
  position: relative;
  overflow: hidden;
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
}

.countdown-slider {
  position: absolute;
  top: 0;
  transition: top 0.4s;
  z-index: 50;
}
.countdown-slider.animate {
  animation: countdownTickDown 0.4s;
}

.countdown-digit {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
}

.countdown-label {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 600;
  padding-left: 1em;
}
@media screen and (max-width: 575px) {
  .countdown-label {
    flex: 1;
    text-align: left;
  }
}

@keyframes countdownTickDown {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-3.2rem);
  }
  75% {
    transform: translateY(-2.8rem);
  }
  100% {
    transform: translateY(-3rem);
  }
}
.intro {
  position: relative;
  padding: var(--site-block-padding);
  background-color: var(--dark-green);
  background-image: url(../images/landing/background_intro.png);
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 1px 1px 2px black;
  text-align: center;
}
.intro::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.intro-inner {
  position: relative;
  z-index: 200;
  padding-bottom: 9rem;
}
.intro-inner .button {
  box-shadow: 1px 1px 6px #0d0d0d;
}

.intro-text {
  font-size: 0.875rem;
  --link-color: white;
  --link-text-decoration: underline;
}

#intro-read-more {
  display: none;
  padding: 1em;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.8);
}

.promo {
  padding: var(--site-block-padding);
  background: white;
}

.promo-container {
  width: 100%;
}
.promo-container > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.promo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.agenda {
  padding: var(--site-block-padding);
  background-color: var(--blue);
  color: white;
  text-align: center;
}
.agenda .button {
  box-shadow: 1px 1px 6px #262626;
}

.agenda-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 3em 0;
}

.agenda-item {
  display: block;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .agenda-item:not(:first-child) {
    margin-top: 2em;
  }
}
@media screen and (min-width: 576px) {
  .agenda-item:not(:first-child) {
    margin-top: 3em;
  }
  .agenda-item:not(:first-child)::after {
    display: block;
    position: absolute;
    content: "";
    background: var(--yellow);
    z-index: 100;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 0.25em;
    height: 6em;
  }
}
.agenda-label {
  display: inline-block;
  position: relative;
  width: 4em;
  height: 4em;
  z-index: 300;
  color: var(--blue);
}
.agenda-label::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--yellow);
  transform: rotate(45deg);
}

.agenda-label-inner {
  position: relative;
  z-index: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4em;
  height: 4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.agenda-label-prefix {
  display: block;
  font-size: 0.625em;
}

.agenda-label-digit {
  display: block;
  font-size: 2.2em;
}
.agenda-label-digit.smaller {
  font-size: 1.6em;
}

.agenda-desc {
  font-weight: bold;
  font-size: smaller;
}
@media screen and (max-width: 575px) {
  .agenda-desc {
    margin-top: 2em;
  }
}
@media screen and (min-width: 576px) {
  .agenda-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 20em;
  }
  .agenda-item:nth-child(odd) .agenda-desc {
    right: 50%;
    text-align: right;
    padding-right: 5em;
  }
  .agenda-item:nth-child(even) .agenda-desc {
    left: 50%;
    text-align: left;
    padding-left: 5em;
  }
}

.social {
  padding: var(--site-block-padding);
  text-align: center;
  --social-link-color: var(--yellow);
}
@media screen and (max-width: 575px) {
  .social {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .social {
    padding-bottom: 0;
  }
}

.social-title {
  color: var(--blue);
}

@media screen and (min-width: 576px) {
  .social-feature {
    display: flex;
    flex-direction: row-reverse;
    min-height: 12em;
  }
}
@media screen and (min-width: 768px) {
  .social-feature {
    min-height: 14em;
  }
}

.social-feature-image {
  background-image: url(../images/landing/figure_phone.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .social-feature-image {
    height: 0;
    padding-bottom: 68.9%;
  }
}
@media screen and (min-width: 576px) {
  .social-feature-image {
    flex: 0 0 18em;
  }
}
@media screen and (min-width: 768px) {
  .social-feature-image {
    flex: 0 0 21em;
  }
}

.social-feature-content {
  font-size: 0.75em;
}
@media screen and (max-width: 575px) {
  .social-feature-content {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 576px) {
  .social-feature-content {
    flex: 1;
    padding: 2em 2em 2em 0;
  }
}
.social-feature-content .social-menu {
  font-size: 1.6em;
}

.speakers {
  padding: var(--site-block-padding);
  background-color: var(--dark-blue);
  background-image: url(../images/landing/background_speakers.png);
  background-size: cover;
  background-position: center right;
  color: white;
  text-align: center;
}
.speakers .slick-list {
  overflow-y: visible;
  padding: 100px 0 !important;
}

.speakers-title {
  color: var(--blue);
  margin-bottom: 0;
}

.speakers-items-container {
  position: relative;
}

.speakers-item-inner {
  background: white;
  color: var(--text-black);
  border-width: 0;
  border-style: solid;
  border-color: var(--yellow);
  transition: border-width 0.2s, transform 0.2s;
  transform: scale(1);
  transform-origin: center;
}
.slick-current .speakers-item-inner {
  border-width: 3px;
  position: relative;
  z-index: 200;
  box-shadow: 1px 1px 4rem black;
  transform: scale(1.2);
}

.speakers-item-photo {
  height: 0;
  padding-bottom: 100%;
  background-color: var(--background-gray);
  background-size: cover;
  background-position: center;
}

.speakers-item-content {
  padding: 2em;
  font-size: 0.5625rem;
  height: 15em;
  max-height: 15em;
}

.speakers-item-name {
  font-weight: bold;
}

.speakers-next, .speakers-prev {
  position: absolute;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--yellow);
  font-size: 3em;
}

.speakers-prev {
  left: 15%;
}
@media screen and (min-width: 768px) {
  .speakers-prev {
    left: 30%;
  }
}

.speakers-next {
  right: 15%;
}
@media screen and (min-width: 768px) {
  .speakers-next {
    right: 30%;
  }
}

.highlights {
  padding: var(--site-block-padding);
  background-color: var(--dark-green);
  background-image: url(../images/landing/background_highlights.png);
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 1px 1px 6px #262626;
  text-align: center;
}

.highlights-subtitle {
  margin-top: -1em;
  text-transform: uppercase;
}

.highlights-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: var(--yellow);
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .highlights-items {
    flex-direction: column;
  }
}
@media screen and (min-width: 576px) {
  .highlights-items {
    margin: -1em;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .highlights-item {
    margin: 1em 0;
  }
}
@media screen and (min-width: 576px) {
  .highlights-item {
    padding: 1em;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .highlights-item {
    flex: 0 0 33.3%;
  }
}

.highlight-digit {
  display: block;
  font-size: 1.9em;
  white-space: nowrap;
}

.highlight-label {
  display: block;
  font-size: 0.625em;
}

.follow {
  padding: 0.5em;
  background-color: var(--blue);
  color: white;
  text-align: center;
  --social-link-color: var(--yellow);
}

.follow-inner .social-menu {
  margin: -0.5em 0 0.5em;
  font-size: 1.6em;
}

.footer {
  padding: 1em;
  text-align: center;
}

.footer-image {
  max-width: 6em;
  margin: auto;
}
.footer-image img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.footer-copyright {
  font-size: 0.5em;
  margin-top: 1rem;
}

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