html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  background-color: transparent
}
a:active, a:hover {
  outline-width: 0;
}
.canvas-nav-item, .card a, .footer-nav-social a, .site-nav-item a, .site-subhead a {
  text-decoration: none;
}
b, strong {
  font-weight: bolder;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
button, input, select, textarea, .js-submit-button {
  font: inherit;
  margin: 0;
}

body {
  margin: 0;
  min-height: 100%;
  font-size: 16px;
  line-height: 1.4em;
  font-family: proxima_nova, ProximaNova, Helvetica, Arial, sans-serif;
  background-color: #000;
  background-image: url(../img/bg-desktop.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body {
    background-color: #000;
    background-image: url(../img/bg-mobile.jpg);
    background-position: center center;
    background-size: cover;
  }
}

.site-nav-item, .site-subhead {
  font-family: proxima_nova, ProximaNova, monospace;
}
.site-header {
  background-color: #fff;
  color: #000;
  width: 100%;
  z-index: 500;
}

.site-branding {
  display: inline-block;
  height: 100%;
}
.site-logo, .site-subhead {
  display: inline-block;
  vertical-align: middle;
}
.site-logo {
  display: inline-block;
  background-color: white;
  /*background-color: #a6d6b4;*/
  /*padding: 1rem;*/
  padding: 0.6rem 1rem;
  margin: 0;
  height: 100%;
}
.site-logo-partner {
  background-color: #2f3f4f;
}
.site-logo-partner img {
  max-height: 100%;
  width: auto;
}
.site-nav {
  left: 0;
  background-color: #fff;
}
.site-logo img {
  height: 50px;
  width: auto;
}
.site-logo svg {
  width: 90px;
  height: 100%;
}
.site-logo path, .site-logo polygon {
  fill: #fff;
}
.site-logo .knockout {
  fill: #545454;
}
.site-subhead {
  margin: 0 0 0 1em;
  font-size: 1.125rem;
  color: #31ba66;
}
.site-subhead a {
  color: #4796b8;
}
.site-subhead a:hover {
  color: #397893;
}

@media screen and (max-width: 767px) {
  .site-subhead {
    font-size: .9rem;
    margin-left: .5rem;
  }
  /*.site-logo {
    padding: .75rem;
  }*/
  .site-logo img {
    max-width: 100%;
    height: auto;
  }
  .site-logo svg {
    width: 70px;
    height: 26px;
  }
}

.site-tools {
  float: right;
  padding: .8rem 1.5rem .8rem 1rem;
  height: 100%;
}
.site-tools:before {
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.site-tools .button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-tools .form-control--inline input[type=email] {
  width: 16rem;
  margin-right: .25em;
}
.site-header-download, .site-nav-toggle {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .site-header-download .form-control--inline input[type=email] {
    width: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .site-tools {
    padding: .75rem 0;
    float: none;
    background-color: #fff;
  }
  .site-header-download {
    display: block;
    margin-top: -34px;
    width: 100%;
    text-align: center;
  }
  .site-header-download button.button {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
  }
  #thanks-control {
    line-height: 40px;
  }
}

.site-branding, .site-tools {
  z-index: 400;
  position: relative;
}
input[type=email], input[type=text] {
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 8px 4px;
  box-shadow: inset 1px 1px 2px #e0e0e0;
}
progress, sub, sup {
	vertical-align: baseline;
}
button, hr, input, select {
	overflow: visible;
}
[type=checkbox], [type=radio], legend {
	padding: 0;
	box-sizing: border-box;
}
*, legend {
	box-sizing: border-box;
}
.site-header {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
}
.card::after, .form-control--opt-ins::after, .site-tools::before {
	content: '';
}

.button {
  background: #a6d6b4;
  /*box-shadow: 0 4px #00524b;*/
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 8px 8px 6px;
  color: black;
  position: relative;
  /*top: -2px;*/
  transition: background-color .125s linear;
}
.button:hover {
  outline: 0;
  top: 1px;
  /*box-shadow: 0 3px #00524b*/
}
.button:active {
  outline: 0;
  top: 1px;
  /*box-shadow: 0 1px #00524b*/
}
.button[disabled], .button[disabled]:hover {
  background-color: #545454;
  box-shadow: 0 4px #212121;
}
.button .icon {
  margin-left: .25rem;
}
.button .icon svg {
  width: 8px;
  height: 13px;
  vertical-align: middle;
  margin-top: -2px;
}
.button .icon path {
  fill: inherit;
}
.form-control {
  display: inline-block;
  vertical-align: middle;
}
.form-control.text-only {
  color: black;
}
.form-control--opt-ins {
  overflow: hidden;
  font-size: .9rem;
/*  text-align: justify;*/
}
.form-control--opt-ins label {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  text-indent: -1.25em;
  padding-left: 1.25em;
  line-height: 1.2em;
}
.form-control--opt-ins input[type=checkbox] {
  margin-right: .125em;
}
.form-control--opt-ins:after {
  width: 100%;
  height: 1px;
  overflow: hidden;
/*  display: inline-block;*/
  display: none;
  line-height: 1px;
}
.card a.js-submit-button, .card a.js-submit-button:hover {
  display: block;
  color: black;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .form-control--opt-ins label {
    width: 100%;
    margin-bottom: 1em;
  }
  .form-control--opt-ins:after {
    display: none;
  }
}

.form-control--inline {
  overflow: hidden;
  position: relative;
  color: #000;
}
.form-control--inline input[type=email], .form-control--inline input[type=text] {
  padding-left: 35px;
  display: block;
  width: 100%;
}
.form-control--inline .button {
  width: 100%;
}
.form-control--inline label {
  width: 35px;
  position: absolute;
  left: 5px;
  padding: 9px 4px;
  overflow: hidden;
  text-align: left;
  top: 1px;
}
.form-control--inline label svg {
  width: 20px;
  height: 13px;
  /*vertical-align: text-top;*/
}
.form-control--inline label path {
  fill: #545454;
}
.form-control--inline label span {
  position: absolute;
  left: -9999px;
}
.button {
  width: 100%;
  font-family: "Courier", monospace;
}

.form-error {
  display: none;
  text-align: center;
  color: #dd3800;
  font-weight: 700;
  margin-bottom: .5rem;
}
.is-error .form-error {
  display: inline-block;
}
input[type=email].is-error, input[type=text].is-error {
  background-color: #ffac90;
  border-color: #dd3800;
}
.is-submitted .form-control input[type=email], .is-submitted .form-control--opt-ins, .page--archive .is-submitted .form-control input[type=email], .page--archive .is-submitted .form-control--opt-ins {
  display: none;
}

.site-canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  padding-top: 65px;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .site-canvas {
    padding-top: 0px;
    margin-top: -50px;
  }
}

.card::after, .card__foreground {
  display: inline-block;
  vertical-align: middle;
}
.card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  font-family: proxima_nova, ProximaNova, monospace;
  text-align: center;
  left: auto;
  top: 0;
  display: none;
}
.card--download .card__foreground, .card--intro .card__foreground p {
  font-family: proxima_nova, ProximaNova, Helvetica, Arial, sans-serif;
}
.card::after {
  width: 1px;
  height: calc(100vh - 65px);
  min-height: 400px;
  margin-left: -.25rem;
}
.card--background {
  background-size: cover;
  background-position: center;
}
.card__foreground {
  font-size: 1.25rem;
  line-height: 1.4em;
  padding: 1rem 2rem;
  text-align: center;
  color: black;
  max-width: 40rem;
  position: relative;
  z-index: 200;
}
.card--teaser .card__foreground h2 {
  display: none;
}
.card--intro .card__foreground {
  background-color: white;
  font-size: 1.125rem;
  max-width: 34rem;
  padding-bottom: 2.5rem;
}
.card--intro .card__foreground a.button {
  color: black;
  text-decoration: none;
  display: block;
  margin: 1rem auto 0;
  border-bottom: 0;
  max-width: 16rem;
}
.card--intro .card__foreground h2 {
  font-family: "Courier", monospace;
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.0em;
  margin-bottom: 1.125rem;
}
.card--download .card__foreground {
/*  background-color: #ffae2e;*/
  background-color: white;
  font-size: 1rem;
  padding: 2rem;
}
.card--download .card__foreground h2 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2em;
  margin-top: 0;
  font-family: "Courier", monospace;
}
.card--download .download-form {
  width: 100%;
  max-width: 24rem;
  margin: 1.5rem auto 0;
  text-align: center;
}
.card--download .form-control {
  width: 100%;
  margin-bottom: 1rem;
}
.card--download .form-control button[type=submit], .card--download .form-control input[type=email], .card--download .form-control input[type=text] {
  width: 100%;
  transition: background-color .5s linear;
}
.card a {
  color: #ffae2e;
  border-bottom: 1px solid #31ba66;
}
.card a:hover {
  border-bottom: 0;
  color: #fa9900;
}

@media screen and (max-width: 767px) {
  .card--text-heavy {
    overflow-y: auto;
  }
  .card .card__foreground {
    max-width: 90%;
    font-size: 1rem;
    margin-top: 2rem;
  }
  .card .card__foreground h2 {
    display: block;
    font-size: 1.125rem;
  }
  .card .card__foreground p {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .card--download .card__foreground, .card--intro .card__foreground {
    max-width: 80%;
  }
  .card--intro .card__foreground {
    font-size: 1rem;
    width: 98%;
    max-width: 100%;
    margin-top: 1rem;
    /*text-shadow: 0 0 2px rgba(0, 0, 0, .5);*/
  }
  .card--intro .card__foreground h1 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .card--intro .card__foreground p {
    font-family: proxima_nova, ProximaNova, Helvetica, Arial, sans-serif;
  }
  .card h2 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 800;
  }
  .card--intro .card__foreground h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  .card__foreground {
    max-width: 85%;
  }
}

.site-footer {
  padding: 1rem;
  margin-top: -60px;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 300;
  color: #fff;
  overflow: hidden;
  font-size: .875rem;
}
.footer-logo {
  max-width: 120px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.footer-copyright {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.footer-nav-social {
  float: right;
  margin-right: 1rem;
}
.footer-nav-social a {
  color: #fff;
  margin-left: 1rem;
}
.footer-nav-social a svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
}
.footer-nav-social a:hover {
  color: #e6e6e6;
}
.footer-nav-social a:hover svg {
  fill: #e6e6e6;
}

@media screen and (max-width: 767px) {
  .site-footer {
    margin-top: 0;
    padding-bottom: 3rem;
  }
  .footer-copyright {
    margin-left: 0;
  }
  .site-footer > * {
    display: table;
  }
  .footer-nav-social {
    margin-right: 0;
  }
  .footer-nav-social a {
    display: block;
    margin-left: 0;
  }
}

/* Animation: */
[id="slide/0"] {
  left: 0px;
  display: block;
  z-index: 100;
  visibility: visible;
  transition: left 0.5s, right 0.5s;
}
[id="slide/1"] {
  left: 100%;
  display: block;
  z-index: 0;
  visibility: visible;
  transition: left 0.5s, right 0.5s;
}
.page2 [id="slide/0"] {
  left: -100%;
  right: auto;
}
.page2 [id="slide/1"] {
  left: 0px;
  z-index: 100;
}

/* Consent banner button position */
@media screen and (min-width: 768px) {
  body .cky-revisit-bottom-left {
    bottom: 60px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  body .cky-revisit-bottom-left {
    bottom: 15px;
    right: 15px;
    left: auto;
  }
}
