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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: Maison Neue;
  font-weight: 300;
  src: url("/fonts/MaisonNeue-Light.otf") format('opentype');
}
@font-face {
  font-family: Maison Neue;
  font-weight: 500;
  src: url("/fonts/MaisonNeue-Medium.otf") format('opentype');
}
@font-face {
  font-family: Noe Display;
  font-weight: 400;
  src: url("/fonts/Noe Display Regular.otf") format('opentype');
}
body {
  background-color: #fff;
  color: #4a4a4a;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body > * {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body > header.masthead {
  background-color: #182a41;
  color: #fff;
  background-size: cover;
  background-position: center;
}
body > header.masthead h1 {
  margin: 5vw 0 0.5em 7vw;
  font-size: 50px;
  font-family: Noe Display, serif;
  line-height: 1.1;
}
body > header.masthead h1 em {
  display: block;
}
body > header.masthead p {
  font-size: 18px;
  font-family: Maison Neue, sans-serif;
  font-weight: 300;
  margin-left: 7vw;
  max-width: 380px;
  line-height: 1.5;
}
body > header.masthead p sup {
  font-size: 80%;
  vertical-align: top;
}
body > header.masthead a {
  display: inline-block;
  margin: 100px 0 50px 5vw;
  font-size: 0;
img
}
body > section.introduction {
  max-width: 860px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body > section.introduction > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 600px) {
  body > section.introduction > * {
    width: 100%;
  }
}
body > section.introduction q {
  font-size: 40px;
  font-family: Noe Display, serif;
  line-height: 1.25;
}
body > section.introduction q:before,
body > section.introduction q:after {
  content: '';
}
body > section.introduction article {
  padding: 0 10px 0 0;
}
@media (max-width: 600px) {
  body > section.introduction article {
    padding: 40px 0 0 0;
  }
}
body > section.introduction article h2 {
  font-family: Maison Neue, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}
body > section.introduction article p {
  font-family: Maison Neue, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}
body > main.openings {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px 0;
}
body > main.openings h1 {
  font-size: 40px;
  font-family: Noe Display, serif;
  line-height: 1.25;
  margin-bottom: 1em;
  text-align: center;
}
body > main.openings table {
  font-family: Maison Neue, sans-serif;
  width: 100%;
  max-width: 840px;
  border-spacing: 0 6px;
}
body > main.openings table thead tr th {
  padding: 4px 20px;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body > main.openings table tbody tr {
  background-color: #fff;
}
body > main.openings table tbody tr td {
  padding: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #9b9b9b;
}
body > main.openings table tbody tr td a {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #db5c49;
  text-decoration: underline;
}
body > main.openings table tbody tr td:nth-child(2) {
  font-size: 14px;
  font-weight: 300;
  color: #4a4a4a;
}
body > header.letterhead {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  position: relative;
}
@media (max-width: 600px) {
  body > header.letterhead {
    padding: 20px 20px;
  }
}
body > header.letterhead a {
  font-size: 0;
  position: absolute;
  top: 20px;
  right: calc(50% - 100px);
}
body > header.letterhead a img {
  width: 200px;
}
body > header.letterhead h3 {
  position: absolute;
  top: 200px;
  left: 20%;
  color: #fff;
  font-family: "Noe Display";
  font-size: 46px;
  letter-spacing: 0.5px;
  line-height: 52px;
}
@media (max-width: 600px) {
  body > header.letterhead {
    text-align: right;
  }
}
body > main.opening {
  width: 100%;
  max-width: 860px;
  padding: 60px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body > main.opening header {
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
body > main.opening header h1 {
  font-size: 50px;
  font-family: Noe Display, serif;
  line-height: 1.1;
  margin-bottom: 10px;
}
body > main.opening header span {
  font-size: 16px;
  font-family: Maison Neue, sans-serif;
  color: #d7d7d7;
}
body > main.opening header span:nth-of-type(n+2)::before {
  content: '–';
  margin: 0 10px;
}
body > main.opening aside {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -o-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  width: 240px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  body > main.opening aside {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    padding-left: 0;
  }
}
body > main.opening aside dl {
  font-family: Maison Neue, sans-serif;
}
body > main.opening aside dl dt {
  text-transform: none;
  font-size: 12px;
  line-height: 1.75;
  color: #db5c49;
}
body > main.opening aside dl dd {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 5px;
}
body > main.opening aside dl dd:last-of-type {
  margin-bottom: 40px;
}
body > main.opening article {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  font-family: Maison Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 1.75;
}
@media (max-width: 600px) {
  body > main.opening article {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
body > main.opening article p {
  margin: 0 0 1.5em 0;
}
body > main.opening article h2 {
  margin: 30px 0 20px 0;
  color: #182a41;
  font-size: 22px;
  font-family: Noe Display, serif;
  line-height: 1.1;
}
body > main.opening article ul {
  list-style-type: disc;
  margin: 1em 0;
}
body > main.opening article ul li {
  margin: 0 0 0 18px;
  padding-left: 10px;
}
body > section.apply {
  background-color: #f8f8f8;
  padding: 60px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body > section.apply > * {
  width: 100%;
  max-width: 860px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body > section.apply h1 {
  color: #182a41;
  font-size: 40px;
  font-family: Noe Display, serif;
  margin-bottom: 1em;
}
body > section.apply article {
  font-family: Maison Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 1.75;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 600px) {
  body > section.apply article {
    display: block;
  }
}
body > section.apply article div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body > section.apply article div:nth-of-type(1) {
  min-width: 260px;
  width: 40%;
}
body > section.apply article div:nth-of-type(2) {
  width: 60%;
  margin-left: 60px;
}
@media (max-width: 600px) {
  body > section.apply article div {
    margin-bottom: 20px;
  }
  body > section.apply article div:nth-of-type(1) {
    min-width: 0;
    width: 100%;
    border-right: none;
  }
  body > section.apply article div:nth-of-type(2) {
    width: 100%;
    margin-left: 0 !important;
  }
}
body > section.apply article div .requirement {
  font-weight: 500;
}
body > section.apply article div p a {
  color: #db5c49;
  font-size: 22px;
  font-family: Noe Display, serif;
  line-height: 1.1;
  text-decoration: none;
}
body > section.apply article div p a::before {
  content: ' ';
  display: block;
  font-size: 0;
}
body > section.apply article div p em {
  font-weight: 500;
}
body > section.apply article div ul {
  list-style-type: disc;
  margin: 1em 0;
}
body > section.apply article div ul li {
  margin: 0 0 0 18px;
  padding-left: 10px;
}
body > footer.contact {
  font-family: Maison Neue, sans-serif;
  font-weight: 300;
  background-color: #182a41;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 210px;
  padding: 0 0 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body > footer.contact > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 200px;
  margin: 20px 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
body > footer.contact > *:last-child {
  margin-right: 0;
}
body > footer.contact a {
  font-size: 0;
}
body > footer.contact a img {
  width: 200px;
}
body > footer.contact address {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 2px;
}
body > footer.contact address a {
  display: block;
  text-transform: none;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  letter-spacing: initial;
}
body > footer.contact ul {
  list-style: none;
  background-position: center right;
  background-size: 400%;
  padding: 20px 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body > footer.contact ul li {
  display: inline-block;
}
body > footer.contact ul li a {
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
body > footer.contact ul li a.youtube {
  background-image: url("/images/Icon - Youtube.svg");
}
body > footer.contact ul li a.instagram {
  background-image: url("/images/Icon - Instagram.svg");
}
body > footer.contact ul li a.tripadvisor {
  background-image: url("/images/Icon - Tripadvisor.svg");
}
body > footer.contact ul li a.facebook {
  background-image: url("/images/Icon - Facebook.svg");
}
