html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

html:not(.keyboard-navigation) :focus {
  outline: none; }

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

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

input::-ms-clear {
  display: none; }

input::-ms-reveal {
  display: none; }

legend {
  display: none; }

@font-face {
  font-family: "Futura LT";
  font-display: auto;
  src: url("../fonts/futura_lt_light.woff2") format("woff2"), url("../fonts/futura_lt_light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Futura LT";
  font-display: auto;
  src: url("../fonts/futura_lt_book.woff2") format("woff2"), url("../fonts/futura_lt_book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Futura LT";
  font-display: auto;
  src: url("../fonts/futura_lt_medium.woff2") format("woff2"), url("../fonts/futura_lt_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Futura LT";
  font-display: auto;
  src: url("../fonts/futura_lt_bold.woff2") format("woff2"), url("../fonts/futura_lt_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Minion Pro";
  font-display: auto;
  src: url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("../fonts/MinionPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Minion Pro";
  font-display: auto;
  src: url("../fonts/MinionPro-Medium.woff2") format("woff2"), url("../fonts/MinionPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Minion Pro";
  font-display: auto;
  src: url("../fonts/MinionPro-Semibold.woff2") format("woff2"), url("../fonts/MinionPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Minion Pro";
  font-display: auto;
  src: url("../fonts/MinionPro-Bold.woff2") format("woff2"), url("../fonts/MinionPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "PoiretOne";
  font-display: auto;
  src: url("../fonts/poiretone-regular.woff2") format("woff2"), url("../fonts/poiretone-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

html {
  box-sizing: border-box; }

html {
  position: relative;
  overflow-y: scroll;
  background: #47474c;
  color: #fff;
  font: 16px/1.5 'Barlow', sans-serif; }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 14px; } }

body {
  position: relative; }

html, body {
  height: 100%;
  overflow: hidden; }

a {
  color: #ff7900; }
  a:hover {
    color: #a51f00; }

html, body, input, textarea, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="submit"], button {
  -webkit-appearance: none;
  -moz-appearance: none; }

button, input, textarea {
  padding: 0;
  margin: 0; }

@media only screen and (max-width: 767px) {
  input[type="text"], textarea {
    appearance: none; } }

button, input:not([type="checkbox"]):not([type="radio"]), textarea {
  border-radius: 0;
  border: none;
  background: none; }

a, input[type='submit'], button, .button {
  cursor: pointer;
  transition: color 100ms, background-color 100ms, border-color 100ms; }

.hide {
  display: none; }

.no-select {
  user-select: none !important;
  -o-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important; }

.center-column {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 5vw; }
  @media only screen and (max-width: 767px) {
    .center-column {
      padding: 0 10px; } }

.headings {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

h1 {
  position: relative;
  width: 320px;
  height: 120px;
  margin: 0 auto 40px auto;
  overflow: hidden;
  text-indent: -10000px;
  background-image: url("../images/logo.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    h1 {
      width: 80%;
      height: auto;
      padding-top: 40%; } }

h2 {
  color: #6e6e72;
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center; }
  h2 strong {
    font-weight: 600; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }

@media print {
  html {
    -webkit-print-color-adjust: exact;
    color: #000 !important; }
  @page {
    size: 960px 1358px; } }
