* {
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: "Avenir Next Regular";
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}

a.anchor {
  position: relative;
  top: -44px;
  width: 1px;
  height: 0px;
  display: block;
}

body {
  margin: 0;
  padding: 0;
  min-width: 1080px;
}

h1, h2 {
  font-family: "Avenir Next Demi";
}

em, strong {
  font-style: normal;
  font-family: "Avenir Next Demi";
}

section > div {
  width: 1080px;
  margin: 0 auto;
  padding: 0 90px;
}

section.footer {
  background: #101114;
}

section.footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  border-bottom: 1px solid rgba(250, 249, 248, 0.7);
}

div.footer * {
  font-size: 16px;
}

div.footer {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Avenir Next Regular";
  font-size: 16px;
  width: 1080px;
  margin: 0 auto;
  padding: 1px 0 1px 0;
  text-align: center;
}

.no_select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

img.non_retina {
  display: initial;
}
img.retina {
  display: none;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  img.non_retina {
    display: none;
  }
  img.retina {
    display: initial;
  }
}
a.button, button, input[type=submit] {
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-family: "Avenir Next Demi";
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  border: 0;
  cursor: pointer;
  width: 180px;
  height: 40px;
  margin: 40px 20px 40px 0;
  border-radius: 27px;
  font-size: 20px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}
a.button:hover, button:hover, input[type=submit]:hover {
  opacity: 0.75;
}

a.button.small, button.small {
  width: 90px;
  height: 32px;
  margin: 0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 32px;
}

a.button.yellow, button.yellow, input[type=submit].yellow {
  background: #FFD143;
  color: #302400;
}

a.button.black, button.black {
  background: #0F1015;
  color: #F2F0EE;
}

a.button.blue {
  background: #21a3e4;
  color: white;
  width: auto;
  padding: 0 1em;
  margin: 0;
  transition: opacity 0.15s ease-in-out !important;
}
a.button.blue:hover {
  background: #21a3e4;
  color: white;
}

a.button.yellow_outline.small {
  line-height: 30px;
}

a.button.yellow_outline {
  line-height: 36px;
}

a.button.yellow_outline, button.yellow_outline {
  background: none;
  color: #FFD143;
  border: 2px solid #FFD143;
}
a.button.yellow_outline.small, button.yellow_outline.small {
  border-width: 1px;
}

section.white {
  background: #F9F9FB;
}
section.white h1, section.white h2 {
  color: #393B43;
}
section.white p, section.white li {
  color: #808391;
}

section.grey {
  background: #F1F0F5;
}
section.grey h1, section.grey h2 {
  color: #393B43;
}
section.grey p, section.grey li {
  color: #808391;
}

section.black {
  background: #0F1015;
}
section.black h1, section.black h2 {
  color: #F9F9FB;
}
section.black p, section.black li {
  color: #B8B8C0;
}

section.dark_grey {
  background: #24262B;
}
section.dark_grey h1, section.dark_grey h2 {
  color: #F9F9FB;
}
section.dark_grey p, section.dark_grey li {
  color: #B8B8C0;
}

section {
  width: 100%;
  margin: 0;
  display: block;
}

section.narrow > div {
  width: 900px;
}

/* ***************** FOOTER ***************** */
footer a {
  text-decoration: none;
}

footer {
  margin: 0;
  overflow: hidden;
  height: 312px;
  background: #0F1015;
  width: 100%;
  padding-top: 52px;
}

footer > div {
  width: 1080px;
  margin: 0 auto;
}

footer .column:first-child {
  margin: 20px 0 0 0;
}

footer .column {
  width: 140px;
  margin: 20px 0 0 40px;
  float: left;
}

footer p, footer li {
  margin: 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
  font-size: 16px;
  font-family: "Avenir Next Regular";
  color: #B8B8C0;
}

footer p.emphasized {
  font-family: "Avenir Next Demi";
  color: #F9F9FB;
  margin-bottom: 8px;
}

footer a.img:first-child {
  margin-left: 0;
}

footer a.img {
  display: inline-block;
  height: 40px;
  margin-left: 10px;
  margin-top: 5px;
  opacity: 0.88;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

footer a.img:hover {
  opacity: 0.65;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer li {
  line-height: 22px;
  list-style-type: none;
}

footer a {
  color: #B8B8C0;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

footer a:hover {
  opacity: 0.65;
}

div.fancybox-caption__body {
  pointer-events: none;
}

div.fancybox-caption__body * {
  pointer-events: auto;
}

div.play_overlay {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  display: none;
  z-index: 1;
  transition: opacity 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 0;
  cursor: hand;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
div.play_overlay.top {
  background-image: url(/images/play_overlay_top.svg);
}
div.play_overlay.bottom {
  background-image: url(/images/play_overlay_bottom.svg);
}
div.play_overlay:hover {
  opacity: 0.8;
}

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