@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300|Roboto:300,400,700");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.62;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #4f75b3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #7391c2;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.body {
  width: 100%;
  padding: 80px 0; }
  .body--full-height {
    min-height: 100vh; }
  .body-background {
    background-color: #4f75b3; }
  .body-accent {
    background-color: #3f5e8f;
    width: 100%;
    padding: 75px 0;
    min-height: 400px;
    margin-top: -72px; }
  .body-wrapper {
    margin-left: 20px;
    margin-right: 20px; }
    @media (min-width: 64em) {
      .body-wrapper {
        max-width: 1366px;
        margin-left: auto;
        margin-right: auto; } }
  .body-cover-art {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto 0 auto;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 416px top; }
    .body-cover-art--pt {
      background-position: 416px 32px; }
    .body-cover-art-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      pointer-events: none; }

.dark-body {
  min-height: 100vh;
  background-color: #3f5e8f; }

.js-body-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.flex {
  display: flex; }
  .flex.columns {
    flex-direction: column; }
    @media (min-width: 64em) {
      .flex.columns {
        flex-direction: row; } }
  .flex.short-columns {
    flex-direction: column; }
    @media (min-width: 1366px) {
      .flex.short-columns {
        flex-direction: row; } }
    @media (min-width: 640px) and (max-width: 1366px) {
      .flex.short-columns .prose {
        padding-right: 19.25% !important; } }
  .flex .column {
    flex: 1;
    margin-top: 64px; }

.logo-placement {
  margin: 0 0 69px 0; }
  @media (min-width: 64em) {
    .logo-placement {
      text-align: left; } }
  .logo-placement__image {
    max-width: 100%; }
    @media (max-width: 63.99em) {
      .logo-placement__image--large {
        display: none; } }
    .logo-placement__image--small {
      max-width: 50%; }
      @media (min-width: 64em) {
        .logo-placement__image--small {
          display: none; } }

.prose {
  font-size: 1.25em;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 0 28px 0; }
  @media (min-width: 40em) {
    .prose {
      padding-left: 19.25%;
      padding-right: 0; } }
  .prose--white-text a {
    color: #FFBA00; }
    .prose--white-text a:hover {
      color: #ffc62e; }
  .prose--important {
    font-family: "Roboto Slab", serif;
    font-size: 2em;
    line-height: 48px;
    font-weight: 300;
    margin: 0 0 69px 0; }
    @media (min-width: 64em) {
      .prose--important {
        font-size: 3em;
        line-height: 74px; } }
  .prose--header {
    font-family: "Roboto Slab", serif;
    font-size: 2em;
    line-height: 54px;
    font-weight: 300;
    margin: 0; }
    @media (min-width: 64em) {
      .prose--header {
        font-size: 3em;
        line-height: 74px; } }
  .prose--title {
    font-family: "Roboto Slab", serif;
    font-size: 1.25em;
    line-height: 28px;
    margin: 0 0 28px 0; }
    @media (min-width: 64em) {
      .prose--title {
        font-size: 2.25em;
        line-height: 48px; } }

.download-button {
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 31px 48px 30px 48px;
  font-weight: 700;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 64em) {
    .download-button {
      width: calc(50% - 40px); } }
  .download-button:hover {
    background-color: #ffffff;
    color: #4f75b3;
    text-decoration: none; }
  @media (min-width: 64em) {
    .download-button--ml {
      margin-left: 10%; } }

.column-videos {
  margin-left: 0;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 1366px) {
    .column-videos {
      margin-left: 96px; } }
  .column-videos video, .column-videos .fb-video {
    background-color: #ffffff;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.32);
    max-width: 100%;
    margin: 0 0 28px 0; }
    .column-videos video a, .column-videos .fb-video a {
      color: #ffffff; }
  @media (max-width: 1366px) {
    .column-videos video {
      width: 587px;
      max-width: 100%; } }
  @media (min-width: 648px) {
    .column-videos .fb-video {
      width: 587px;
      height: 587px;
      max-width: 100%; } }

.event-list {
  list-style: none;
  padding: 0; }

.event {
  display: flex;
  margin: 0 0 28px 0; }
  .event--hoverable:hover .event__link {
    transform: none;
    pointer-events: all; }
  .event__link {
    flex: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00c4f2;
    padding: 0 2px;
    z-index: 0;
    transition: transform 0.13s ease-in-out;
    transform: translateX(calc(100% - 16px));
    pointer-events: none; }
    .event__link--blue {
      background-color: #00c4f2; }
    .event__link--yellow {
      background-color: #FFBA00; }
    .event__link--orange {
      background-color: #FF6C00; }
    .event__link--green {
      background-color: #1CB400; }
    .event__link--red {
      background-color: #FF0000; }
    .event__link--pink {
      background-color: #d65282; }
    .event__link-icon {
      width: 64px;
      height: 64px; }
  .event__description {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4f75b3;
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.24);
    padding: 36px 45px;
    z-index: 1; }
  .event__name {
    font-size: 2em;
    font-weight: 400;
    margin: 0; }
  .event__date {
    color: rgba(255, 255, 255, 0.55);
    font-family: "Roboto Slab", serif;
    font-size: 2.5em;
    font-weight: 300;
    margin: 0; }

.overlay-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none; }
  @media (min-width: 64em) {
    .overlay-menu {
      display: block; } }
  .overlay-menu-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .overlay-menu__sidebar {
    width: 100vh;
    height: 72px;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: flex-end;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    padding-right: 144px; }
  .overlay-menu__topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between; }
  .overlay-menu__homepage-icon {
    display: block;
    width: 72px;
    height: 72px;
    background-color: #4267b2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: all; }
  .overlay-menu__language-selector {
    display: inline-block;
    width: 72px;
    background-color: #3f5e8f;
    pointer-events: all;
    margin: 0; }
    .overlay-menu__language-selector a {
      display: block;
      text-align: center;
      line-height: 72px;
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase; }
      .overlay-menu__language-selector a:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.05); }
  .overlay-menu__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%; }
  .overlay-menu__menu-option {
    display: inline-block;
    pointer-events: all;
    height: 100%;
    padding: 0;
    margin: 0; }
    .overlay-menu__menu-option--current {
      background-color: #00c4f2;
      pointer-events: none; }
    .overlay-menu__menu-option a {
      display: block;
      line-height: 72px;
      padding: 0 32px;
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase; }
      .overlay-menu__menu-option a:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.05); }

@keyframes animation-show-up {
  0% {
    opacity: 0;
    transform: translateY(8px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.hamburger-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: right;
  pointer-events: none; }
  @media (min-width: 64em) {
    .hamburger-menu-overlay {
      display: none; } }
.hamburger-menu__button {
  width: 54px;
  height: 54px;
  background-color: #3f5e8f;
  text-align: center;
  border: none;
  pointer-events: all;
  transition: opacity 0.33s ease-in-out; }
  .hamburger-menu__button--active {
    opacity: 0;
    pointer-events: all; }
.hamburger-menu-disfocus-effect {
  filter: blur(4px); }
.hamburger-menu-screen {
  display: flex;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  opacity: 0;
  transition: opacity 0.33s ease-in-out; }
  .hamburger-menu-screen--visible {
    opacity: 1;
    pointer-events: all; }
  .hamburger-menu-screen__close-button {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 48px;
    height: 48px;
    background: none;
    border: none; }
  .hamburger-menu-screen__nav {
    list-style: none;
    padding: 0;
    text-align: center;
    overflow: auto; }
    .hamburger-menu-screen__nav-option {
      width: 100%;
      text-transform: uppercase;
      font-size: 1.25em;
      height: 80px; }
      .hamburger-menu-screen__nav-option a {
        line-height: 80px;
        color: #ffffff;
        font-weight: 700; }
        .hamburger-menu-screen__nav-option a:hover {
          text-decoration: none; }
  .hamburger-menu-screen__language-switch {
    color: rgba(255, 255, 255, 0.1);
    text-align: center;
    text-transform: uppercase; }
    .hamburger-menu-screen__language-switch a {
      padding: 16px;
      color: #ffffff; }
      .hamburger-menu-screen__language-switch a:hover {
        text-decoration: none; }

@media (min-width: 40em) {
  .small-only {
    display: none !important; } }

@media (max-width: 39.99em) {
  .medium-up {
    display: none !important; } }

@media (max-width: 63.99em) {
  .large-only {
    display: none !important; } }

@media (min-width: 64em) {
  .touch-only {
    display: none !important; } }

.v-homepage__slider {
  position: relative;
  list-style: none;
  padding: 0;
  max-width: 100%; }
  .v-homepage__slider video {
    display: block;
    max-width: 100%;
    margin: 148px 0 0 0; }
    @media (min-width: 1366px) {
      .v-homepage__slider video {
        margin: 184px 0 0 0; } }
  .v-homepage__slider__arrow {
    position: absolute;
    width: 96px;
    height: 128px;
    background: none;
    border: none;
    opacity: 0.33;
    user-select: none;
    z-index: 5;
    top: 33.33%; }
    .v-homepage__slider__arrow img {
      width: 96px;
      height: 96px; }
    .v-homepage__slider__arrow--left {
      left: -96px; }
      @media (max-width: 39.99em) {
        .v-homepage__slider__arrow--left {
          left: -20px; } }
    .v-homepage__slider__arrow--right {
      right: -96px; }
      @media (max-width: 39.99em) {
        .v-homepage__slider__arrow--right {
          right: -12px; } }
  .v-homepage__slider-wrapper {
    position: relative;
    width: 512px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto; }
    .v-homepage__slider-wrapper .slick-dots {
      list-style: none;
      padding: 0;
      text-align: center; }
      .v-homepage__slider-wrapper .slick-dots li {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #ffffff;
        margin: 0 8px;
        cursor: pointer;
        opacity: 0.38; }
        .v-homepage__slider-wrapper .slick-dots li.slick-active {
          background-color: #ffffff;
          pointer-events: none; }
      .v-homepage__slider-wrapper .slick-dots button {
        display: none; }
.v-homepage__slide {
  width: 100%;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; }
.v-homepage__outsider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 640px; }
.v-homepage__slide-background {
  background-position: 40% center;
  background-repeat: no-repeat;
  background-size: 160%; }

.v-about__left-column {
  display: flex;
  flex-direction: column; }
.v-about__left-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between; }

.v-civic-boost__title {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 28px 112px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
