@charset "UTF-8";

@font-face {
  font-family: 'cc-demi';
  src: url(/fonts/ItalianPlateNo1-Demibold.otf?8d9b0bd30b30713069df09d4deb974d7) format("opentype");
}

@font-face {
  font-family: 'cc-bold';
  src: url(/fonts/ItalianPlateNo1-Bold.otf?fdab919da839dffea7b8230218295407) format("opentype");
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

#ie-support-message {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  #ie-support-message {
    display: block;
    display: flex;
  }
}

@media screen\0 {
  #ie-support-message {
    display: block;
    display: flex;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

body {
  background-color: #000000;
}

body.scroll--disabled,
body.m-match--active {
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}

.container:after {
  clear: both;
  flex-basis: 0;
  order: 1;
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1800px) {
  .container {
    width: 980px;
  }
}

.container--fill {
  min-height: 400px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}

.container-fluid:after {
  clear: both;
  flex-basis: 0;
  order: 1;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}

.row:after {
  clear: both;
  flex-basis: 0;
  order: 1;
}

@media (min-width: 768px) {
  .row--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .col--flex {
    display: flex;
    flex-wrap: wrap;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1800px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.container--exit {
  -webkit-animation-name: container-fade-out,container-out;
          animation-name: container-fade-out,container-out;
  -webkit-animation-duration: 0.4s,0.4s;
          animation-duration: 0.4s,0.4s;
  -webkit-animation-timing-function: ease-in,ease-in;
          animation-timing-function: ease-in,ease-in;
  -webkit-animation-iteration-count: 1,1;
          animation-iteration-count: 1,1;
  -webkit-animation-play-state: running,running;
          animation-play-state: running,running;
  -webkit-animation-fill-mode: forwards,forwards;
          animation-fill-mode: forwards,forwards;
}

@-webkit-keyframes container-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes container-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes container-out {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50vh);
  }
}

@keyframes container-out {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50vh);
  }
}

.container--enter {
  -webkit-animation-name: container-fade-in,container-in;
          animation-name: container-fade-in,container-in;
  -webkit-animation-duration: 0.4s,0.4s;
          animation-duration: 0.4s,0.4s;
  -webkit-animation-timing-function: ease-in,ease-in;
          animation-timing-function: ease-in,ease-in;
  -webkit-animation-iteration-count: 1,1;
          animation-iteration-count: 1,1;
  -webkit-animation-play-state: running,running;
          animation-play-state: running,running;
  -webkit-animation-fill-mode: forwards,forwards;
          animation-fill-mode: forwards,forwards;
}

@-webkit-keyframes container-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes container-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes container-in {
  0% {
    transform: translateY(50vh);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes container-in {
  0% {
    transform: translateY(50vh);
  }

  100% {
    transform: translateY(0);
  }
}

.spacer,
.spacer--60 {
  display: block;
  width: 100%;
  height: 60px;
}

.spacer:before,
.spacer:after,
.spacer--60:before,
.spacer--60:after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}

.spacer:after,
.spacer--60:after {
  clear: both;
  flex-basis: 0;
  order: 1;
}

.spacer--30 {
  display: block;
  width: 100%;
  height: 30px;
}

.spacer--30:before,
.spacer--30:after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}

.spacer--30:after {
  clear: both;
  flex-basis: 0;
  order: 1;
}

.spacer--15 {
  display: block;
  width: 100%;
  height: 15px;
}

.spacer--15:before,
.spacer--15:after {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}

.spacer--15:after {
  clear: both;
  flex-basis: 0;
  order: 1;
}

.margin-bottom,
.margin-bottom--60 {
  margin-bottom: 60px;
}

.margin-bottom--30 {
  margin-bottom: 30px;
}

.margin-bottom--15 {
  margin-bottom: 15px;
}

.margin-top,
.margin-top--60 {
  margin-top: 60px;
}

.margin-top--30 {
  margin-top: 30px;
}

.margin-top--15 {
  margin-top: 15px;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  font-family: "cc-demi", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
.text--headline,
.text--heading-large,
.text--heading-small,
.text--subheading,
ol li.heading::before,
.text--subheading-small,
.main-nav {
  font-family: "cc-demi", sans-serif;
  font-weight: 300;
  line-height: 1.3em;
}

h1 b,
h2 b,
h3 b,
h4 b,
.text--headline b,
.text--heading-large b,
.text--heading-small b,
.text--subheading b,
ol li.heading::before b,
.text--subheading-small b,
.main-nav b {
  font-weight: 600;
}

h1,
.text--headline,
h2,
.text--heading-large,
h3,
.text--heading-small {
  margin-top: 0;
  margin-bottom: 1.6em;
}

h1.text--reduced-margin,
.text--headline.text--reduced-margin,
h2.text--reduced-margin,
.text--heading-large.text--reduced-margin,
h3.text--reduced-margin,
.text--heading-small.text--reduced-margin {
  margin-bottom: 0.4em;
}

h1:not(:first-child),
.text--headline:not(:first-child),
h2:not(:first-child),
.text--heading-large:not(:first-child),
h3:not(:first-child),
.text--heading-small:not(:first-child) {
  margin-top: 27px;
}

h1 a,
.text--headline a,
h2 a,
.text--heading-large a,
h3 a,
.text--heading-small a {
  text-decoration: none;
}

h1 a:hover,
h1 a:active,
h1 a:visited,
.text--headline a:hover,
.text--headline a:active,
.text--headline a:visited,
h2 a:hover,
h2 a:active,
h2 a:visited,
.text--heading-large a:hover,
.text--heading-large a:active,
.text--heading-large a:visited,
h3 a:hover,
h3 a:active,
h3 a:visited,
.text--heading-small a:hover,
.text--heading-small a:active,
.text--heading-small a:visited {
  text-decoration: none;
}

h4,
.text--subheading,
ol li.heading::before {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-weight: 700;
  font-size: 22px;
  font-family: "cc-demi", sans-serif;
  text-transform: uppercase;
}

h4:not(:first-child),
.text--subheading:not(:first-child),
ol li.heading:not(:first-child)::before {
  margin-top: 13.5px;
}

.text--bold {
  font-weight: 700 !important;
}

.text--message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  font-size: 2rem;
  font-weight: 400;
}

body.app h4,
body.app .text--subheading,
body.app ol li.heading::before,
ol body.app li.heading::before {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-weight: 700;
  font-size: 1rem;
  font-family: "cc-demi", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.app h4:not(:first-child),
body.app .text--subheading:not(:first-child),
body.app ol li.heading:not(:first-child)::before,
ol body.app li.heading:not(:first-child)::before {
  margin-top: 13.5px;
}

body.app p {
  font-weight: 300;
}

h5,
.text--subheading-small {
  margin: 0 0 0.5rem 0;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  font-family: "cc-demi", sans-serif;
}

h5:not(:first-child),
.text--subheading-small:not(:first-child) {
  margin-top: 13.5px;
}

h1,
.text--headline {
  font-size: 36px;
}

@media (min-width: 992px) {
  h1,
  .text--headline {
    font-size: 48px;
  }
}

h2,
.text--heading-large {
  font-size: 36px;
}

h3,
.text--heading-small {
  font-size: 28px;
}

.text--heading {
  font-size: 36px;
}

p {
  font-size: 18px;
  line-height: 27px;
}

p a {
  transition: color 300ms ease-in-out;
  font-weight: 700;
}

body.app p {
  margin-top: 0;
  font-size: inherit;
}

.text--lead {
  font-size: 22px !important;
  line-height: 30px !important;
}

.text--lead-xl {
  font-size: 30px !important;
  line-height: 40px !important;
  font-weight: 300;
}

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

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

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

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

.text--nowrap {
  white-space: nowrap;
}

.text--lowercase {
  text-transform: lowercase;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--capitalize {
  text-transform: capitalize;
}

.color--white {
  color: #FFF;
}

.text--padding-top {
  display: inline-block;
  padding-top: 8px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}

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

ol {
  counter-reset: item;
  padding-left: 0;
  /*
    &.nested--deep {
        margin-top: 2rem;

        > li {
            padding-left: 50px;
        }
    }
    */
}

ol li {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 30px;
  margin-bottom: 2rem;
}

ol li::before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

ol li.heading::before {
  margin-top: 0 !important;
}

ol li > ol li {
  padding-left: 40px;
}

ol li > ol li ol li {
  padding-left: 50px;
  margin-top: 2rem;
}

ol p {
  margin-bottom: 2rem;
}

dl {
  margin-top: 0;
  margin-bottom: 27px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

kbd {
  display: inline-block;
  padding: 2px 4px;
  background-color: #ccc;
  color: #333;
  border-radius: 3px;
}

.ul {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding-left: 24px;
}

.ul__li {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.ul__li::before {
  content: "•";
  position: absolute;
  z-index: 1;
  top: 4px;
  left: -20px;
  line-height: 1em;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * Updated version by Joe Watkins: https://codepen.io/joe-watkins/pres/OjpqxL
 *
 * 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
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.o-app {
  min-height: 100vh;
  width: 100vw;
}

.o-identity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
}

.o-snowflake {
  position: fixed;
  top: -10%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-descent,snowflakes-shake;
          animation-name: snowflakes-descent,snowflakes-shake;
  -webkit-animation-duration: 10s,3s,10s;
          animation-duration: 10s,3s,10s;
  -webkit-animation-timing-function: linear,ease-in-out;
          animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
          animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
          animation-play-state: running,running;
  pointer-events: none;
  opacity: 1;
  transition: opacity 500ms ease-in;
}

.o-snowflake img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation-name: snowflakes-rotate;
          animation-name: snowflakes-rotate;
  -webkit-animation-duration: 10s,3s;
          animation-duration: 10s,3s;
  -webkit-animation-timing-function: linear,ease-in-out;
          animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
          animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
          animation-play-state: running,running;
}

.o-snowflake--fade {
  opacity: 0;
}

@-webkit-keyframes snowflakes-descent {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@keyframes snowflakes-descent {
  0% {
    top: -10%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes snowflakes-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes snowflakes-shake {
  0%, 100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(80px);
  }
}

@keyframes snowflakes-shake {
  0%, 100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(80px);
  }
}

.c-button,
.m-question__option {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 50px 0 50px;
  height: 50px;
  border: none;
  border-radius: 25px;
  font-size: 1.2rem;
  font-family: "cc-bold", sans-serif;
  text-align: center;
  background-color: #FFF;
  color: #FFF;
  box-shadow: none;
  text-decoration: none;
  transition: background-color 300ms ease-in-out;
  line-height: 1;
  text-transform: uppercase;
}

.c-button:hover,
.m-question__option:hover,
.c-button:visited,
.m-question__option:visited,
.c-button:focus,
.m-question__option:focus,
.c-button:active,
.m-question__option:active {
  color: #FFF;
  box-shadow: none;
  outline: none;
}

.c-button:disabled,
.m-question__option:disabled,
.c-button.c-button--disabled,
.c-button--disabled.m-question__option {
  border-color: #666 !important;
  background-color: #CCC !important;
  color: #FFF !important;
}

.c-button:disabled:hover,
.m-question__option:disabled:hover,
.c-button.c-button--disabled:hover,
.c-button--disabled.m-question__option:hover {
  cursor: not-allowed !important;
}

.c-button + .c-button,
.m-question__option + .c-button,
.c-button + .m-question__option,
.m-question__option + .m-question__option {
  margin-left: 5px;
}

.c-button__badge {
  position: relative;
  z-index: 1;
  top: -2px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 0 9px;
  margin: 0 -3px 0 2px;
  border-radius: 9px;
  font-size: 0.7em;
}

.c-button--rounded {
  border-radius: 20px;
}

.c-button--sm {
  height: 36px;
  border-radius: 18px;
  padding: 0 36px;
}

/*
.c-button--teal {
    border: 2px solid theme-color('teal');
    background-color: theme-color('teal');
    color: theme-color('white');

    &.c-button--outline {
        background-color: transparent;
        color: theme-color('teal');
    }
}
*/

.c-button--white {
  border: 2px solid #FFF;
  background-color: #FFF;
  color: !important;
}

.c-button--white.c-button--outline {
  background-color: transparent;
  color: #FFF;
}

.c-button--clear {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  color: black;
}

.c-button--clear:hover,
.c-button--clear:visited,
.c-button--clear:focus,
.c-button--clear:active {
  color: black;
}

.c-button--text {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  font-weight: 600;
  font-size: inherit;
  color: black !important;
  background-color: transparent;
}

.c-button--text:hover,
.c-button--text:active,
.c-button--text:focus {
  color: black;
}

.c-button--text-light {
  font-weight: 300;
}

.c-button__tooltip {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 50%;
  display: block;
  width: 250px;
  margin-left: -125px;
  padding: 10px;
  border-radius: 3px;
  background-color: black;
  color: #FFF;
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: center;
}

.c-button__tooltip::after {
  content: "";
  position: absolute;
  z-index: 15;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}

.m-loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  color: #FFF;
}

.m-loading [class*="fa-"] {
  font-size: 6rem;
}

.m-intro {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
}

.m-intro h1,
.m-intro h2,
.m-intro h3,
.m-intro h4,
.m-intro h5 {
  margin: 0 0 1rem;
  font-size: 28px;
  font-family: "cc-bold", sans-serif;
}

.m-intro p {
  font-size: 18px;
}

.m-doors {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.m-doors__grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .m-doors__grid {
    min-height: 80vh;
  }
}

.m-doors__grid--1col .m-door {
  width: 100%;
}

.m-doors__grid--2col .m-door {
  width: 50%;
}

.m-doors__grid--3col .m-door {
  width: 33.33333332%;
}

.m-doors__grid--4col .m-door {
  width: 33.33333332%;
}

@media screen and (min-width: 768px) {
  .m-doors__grid--4col .m-door {
    width: 25%;
  }
}

.m-doors__grid--5col .m-door {
  width: 20%;
}

.m-door {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 25%;
  padding: 0.5rem;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .m-door {
    height: auto;
  }
}

.m-door__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 5px;
  border: 2px solid #000;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  font-family: "cc-bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 992px) {
  .m-door__btn {
    font-size: 3rem;
  }
}

.m-door__btn--shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.m-welcome {
  -webkit-animation-name: welcome-fade-in;
          animation-name: welcome-fade-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes welcome-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes welcome-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.m-welcome__image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.m-welcome__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
}

.m-welcome__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.m-outcome {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.m-outcome__panel {
  max-width: 100%;
  width: 350px;
  padding: 1rem;
  background-color: #FFF;
  -webkit-animation-name: outcome-fade-in,outcome-in;
          animation-name: outcome-fade-in,outcome-in;
  -webkit-animation-duration: 0.4s,0.4s;
          animation-duration: 0.4s,0.4s;
  -webkit-animation-timing-function: ease-in,ease-in;
          animation-timing-function: ease-in,ease-in;
  -webkit-animation-iteration-count: 1,1;
          animation-iteration-count: 1,1;
  -webkit-animation-play-state: running,running;
          animation-play-state: running,running;
  -webkit-animation-fill-mode: forwards,forwards;
          animation-fill-mode: forwards,forwards;
}

@-webkit-keyframes outcome-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes outcome-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes outcome-in {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes outcome-in {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

.m-outcome__panel-header {
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
}

.m-outcome__panel-number {
  font-size: 5rem;
  font-family: "cc-bold", sans-serif;
}

.m-outcome__loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #FFF;
}

.m-outcome__loading [class*="fa-"] {
  font-size: 2rem;
}

.m-outcome__window {
  width: 100%;
  padding: 1rem;
  background-color: #FFF;
}

.m-outcome__title,
.m-question__title {
  display: block;
  margin: 0 0 1rem;
  font-size: 22px;
  font-family: "cc-bold", sans-serif;
}

.m-outcome__description,
.m-question__description {
  font-size: 18px;
}

.m-outcome__description + .c-button,
.m-question__description + .c-button,
.m-outcome__description + .m-question__option,
.m-question__description + .m-question__option {
  margin-top: 1rem;
}

.m-question__options {
  width: 100%;
  margin-top: 1rem;
}

.m-question__option {
  width: 100%;
  margin-bottom: 0.5rem;
}

.m-question__option:last-child {
  margin-bottom: 0;
}

.m-question__option + .m-question__option {
  margin-left: 0;
}

.m-splash {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100vh;
  max-width: 600px;
  margin: 0 auto;
}

.m-splash h1 {
  display: block;
  width: 100%;
  margin: 0 0 2rem;
  font-family: "cc-bold", sans-serif;
  text-align: center;
  color: #FFF;
}

.m-splash p {
  display: block;
  width: 100%;
  margin: 0 0 3rem;
  text-align: center;
  color: #FFF;
}

.m-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
}

@media screen and (min-width: 768px) {
  .m-tabs {
    flex-wrap: nowrap;
  }
}

.m-tabs .c-button,
.m-tabs .m-question__option {
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .m-tabs .c-button,
  .m-tabs .m-question__option {
    width: auto;
    margin-bottom: 0;
  }
}

.m-tabs .c-button + .c-button,
.m-tabs .m-question__option + .c-button,
.m-tabs .c-button + .m-question__option,
.m-tabs .m-question__option + .m-question__option {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .m-tabs .c-button + .c-button,
  .m-tabs .m-question__option + .c-button,
  .m-tabs .c-button + .m-question__option,
  .m-tabs .m-question__option + .m-question__option {
    margin-left: 1rem;
  }
}

.m-tab {
  display: none;
}

.m-tab--active {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .m-tab--active {
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}

.m-tab__panel {
  width: 100%;
  padding: 1rem;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .m-tab__panel {
    max-width: 1000px;
    max-height: 100vh;
  }
}

.m-tab__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .m-tab__heading {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.m-tab__heading h2 {
  margin: 0 0 1rem 0;
  font-family: "cc-bold", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .m-tab__heading h2 {
    margin: 0;
    width: auto;
    font-size: 36px;
  }
}

.m-tab__heading .c-button,
.m-tab__heading .m-question__option {
  width: auto;
}

.m-tab__inner {
  width: 100%;
  padding: 1rem;
  background-color: #FFF;
}

@media screen and (min-width: 768px) {
  .m-tab__inner {
    max-height: 70vh;
    overflow-y: auto;
  }
}

.m-tab__inner p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media screen and (min-width: 768px) {
  .m-tab__inner p {
    overflow-wrap: normal;
    word-wrap: normal;
  }
}

.h-image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 0 2rem;
  padding: 0;
}

.h-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.h-image figcaption {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
}

.partner-logo {
  border: 1px #CCCCCC solid;
  width: 220px;
  min-width: 200px;
}

