html, body {
  padding: 0px;
  margin: 0px; }

body, input, textarea, button {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; }

div.inner {
  max-width: 1100px;
  margin: 0px auto;
  padding: 0px 4vw; }

div.content {
  background: #EEEEEE; }

#footer {
  margin: 55px 0px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 0.9em; }
  #footer, #footer a {
    color: #999999;
    text-decoration: none; }
  #footer p {
    margin: 0px; }
    #footer p:first-child {
      margin-bottom: 15px; }
  @media (min-width: 800px) {
    #footer p {
      display: inline-block; }
      #footer p:first-child:after {
        content: ' | '; } }

#header {
  position: relative;
  background: #0C162D;
  text-align: center; }
  #header div.social {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #header div.social a {
      display: block;
      width: 20px;
      height: 20px;
      background: url("images/common/social@1x.d23507b7.png");
      background-size: 60px 20px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
        #header div.social a {
          background-image: url("images/common/social@2x.a64d93cf.png"); } }
      #header div.social a.facebook {
        background-position: 0px 0px; }
      #header div.social a.instagram {
        background-position: -20px 0px; }
      #header div.social a.twitter {
        background-position: -40px 0px; }
      #header div.social a:not(:first-child) {
        margin-left: 10px; }
  @media (min-width: 860px) {
    #header {
      padding: 30px 0px; }
      #header div.social {
        top: 12px;
        right: 12px; } }
  @media (max-width: 859px) {
    #header {
      padding: 20px 0px; }
      #header div.social {
        left: 12px;
        bottom: -37px;
        z-index: 1; } }

div.hero {
  position: relative;
  background-image: url("images/layout/hero-bg.4c4e8006.jpg");
  background-size: cover;
  background-position: center center; }
  div.hero.alt-bg {
    background-image: url("images/layout/hero-bg-alt.4e2928df.jpg"); }
  div.hero h1 {
    text-transform: uppercase;
    color: white;
    font-weight: lighter;
    font-size: 3em;
    letter-spacing: 10px;
    margin: 0px;
    line-height: 1em;
    text-align: center; }
  div.hero:before, div.hero:after {
    content: '';
    display: block;
    position: absolute; }
  div.hero:before {
    border-radius: 100%;
    background: #EEEEEE;
    left: 50%;
    margin-left: -9px;
    bottom: -9px;
    width: 18px;
    height: 18px; }
  div.hero:after {
    background: #B99443;
    left: 50%;
    margin-left: -3px;
    bottom: -3px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  div.hero.diamond-white:before {
    background: #FFFFFF; }

#menu {
  position: relative;
  background: #0A1225;
  text-align: center;
  padding: 15px 0px; }
  #menu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none; }
  @media (min-width: 960px) {
    #menu li.vacancies {
      margin: 0px;
      display: block;
      position: absolute;
      top: 15px;
      right: 10px; }
      #menu li.vacancies a {
        color: #B99443; } }
  @media (min-width: 860px) {
    #menu li {
      display: inline-block;
      margin: 0px 35px; }
      #menu li a {
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        font-weight: lighter; }
        #menu li a.selected {
          font-weight: bold; }
    #menu button.mobile {
      display: none; } }
  @media (max-width: 859px) {
    #menu {
      text-align: right;
      height: 34px;
      padding: 10px 0px; }
      #menu div.links {
        display: none;
        z-index: 1;
        position: absolute;
        right: 0px;
        top: 100%;
        background: #0A1225;
        padding: 5px 40px 5px 25px; }
      #menu li {
        padding: 0px;
        margin: 20px 0px;
        text-align: left; }
        #menu li a {
          color: white;
          font-size: 1.3em;
          text-decoration: none;
          font-weight: lighter; }
      #menu button.mobile {
        margin-right: 10px;
        height: 100%;
        border: 0px;
        padding: 0px 25px;
        background: #B99443;
        color: white;
        text-transform: uppercase;
        letter-spacing: 2px;
        outline: none; } }

#page-book div.hero {
  padding: 100px 0px; }

#page-book div.content {
  padding: 120px 0px;
  text-align: center; }
  #page-book div.content div.text {
    margin: 0px auto;
    max-width: 700px; }
    #page-book div.content div.text p {
      letter-spacing: 3px;
      line-height: 2em;
      margin: 40px 0px; }
      #page-book div.content div.text p:first-child {
        margin-top: 0px; }
      #page-book div.content div.text p:last-child {
        margin-bottom: 0px; }
  #page-book div.content a.button {
    margin: 0 auto;
    display: block;
    max-width: 220px;
    width: 100%;
    background: #0C162D;
    color: white;
    padding: 15px;
    text-decoration: none;
    -webkit-transition: linear background 200ms;
    transition: linear background 200ms;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white; }
    #page-book div.content a.button:hover {
      background: #112041; }

#page-contact div.hero {
  padding: 100px 0px; }

#page-contact div.content {
  padding: 80px 0px; }
  #page-contact div.content div.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #page-contact div.content form input, #page-contact div.content form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    margin-bottom: 12px;
    outline: none;
    font-size: 1.1em;
    line-height: 1.4em; }
    #page-contact div.content form input:focus, #page-contact div.content form textarea:focus {
      border: 1px solid #B99443; }
  #page-contact div.content form textarea {
    height: 160px;
    resize: vertical; }
  #page-contact div.content form button {
    display: block;
    outline: none;
    cursor: pointer;
    border: 0px;
    margin-left: auto;
    margin-right: 0px;
    background: #0C162D;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white;
    padding: 10px 30px; }
    #page-contact div.content form button p {
      margin: 0px;
      line-height: 1em; }
      #page-contact div.content form button p.submitted {
        font-weight: lighter;
        font-style: italic; }
  #page-contact div.content form:not(.submitted) button p.submitted {
    display: none; }
  #page-contact div.content form.submitted button p.unsubmitted {
    display: none; }
  #page-contact div.content div.location {
    /* map-container/map setup is used to fix odd initial centering with the dynamic padding-top height */ }
    #page-contact div.content div.location div.map-container {
      background: #DDDDDD;
      padding-top: 40%;
      position: relative; }
    #page-contact div.content div.location div.map {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px; }
    #page-contact div.content div.location div.details {
      background: #0C162D;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      color: white;
      font-weight: lighter; }
    #page-contact div.content div.location div.address {
      line-height: 2.2em;
      letter-spacing: 2px; }
    #page-contact div.content div.location div.telephone {
      font-size: 1.6em;
      letter-spacing: 6px; }
    #page-contact div.content div.location div.social {
      margin-top: 20px; }
      #page-contact div.content div.location div.social a {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("images/common/social@1x.d23507b7.png");
        background-size: 60px 20px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
          #page-contact div.content div.location div.social a {
            background-image: url("images/common/social@2x.a64d93cf.png"); } }
        #page-contact div.content div.location div.social a.facebook {
          background-position: 0px 0px; }
        #page-contact div.content div.location div.social a.instagram {
          background-position: -20px 0px; }
        #page-contact div.content div.location div.social a.twitter {
          background-position: -40px 0px; }
        #page-contact div.content div.location div.social a:not(:first-child) {
          margin-left: 10px; }

@media (min-width: 900px) {
  #page-contact div.content div.main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #page-contact div.content form, #page-contact div.content div.location {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px); } }

@media (max-width: 899px) {
  #page-contact div.content div.main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #page-contact div.content div.location {
    margin-top: 40px; } }

@media (min-width: 599px) {
  #page-contact div.content div.location div.details {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #page-contact div.content div.location div.social {
    text-align: right; } }

@media (max-width: 600px) {
  #page-contact div.content div.location div.details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #page-contact div.content div.location div.telephone {
    margin-top: 15px; } }

#page-index div.hero {
  padding: 100px 0px; }
  #page-index div.hero header {
    margin: 60px 0px;
    text-align: center;
    color: white; }
    #page-index div.hero header h1, #page-index div.hero header h2 {
      text-transform: uppercase;
      margin: 0px;
      line-height: 1em; }
    #page-index div.hero header h1 {
      font-weight: 600;
      font-size: 5em;
      letter-spacing: 15px; }
    #page-index div.hero header h2 {
      font-weight: lighter;
      font-size: 1.5em;
      letter-spacing: 8px; }
    #page-index div.hero header hr {
      margin: 15px auto 0px auto;
      width: 45px;
      height: 2px;
      background: #B99443;
      border: 0px; }
  #page-index div.hero p.cta {
    text-align: center; }
    #page-index div.hero p.cta a {
      border: 2px solid white;
      color: white;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 4px;
      padding: 16px 40px;
      background: rgba(2, 15, 26, 0.75); }

#page-index div.content {
  padding: 120px 0px;
  text-align: center;
  color: #06101C; }
  #page-index div.content header {
    margin-bottom: 35px; }
    #page-index div.content header h1 {
      margin: 0px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 6px;
      font-size: 1.7em; }
    #page-index div.content header hr {
      margin: 15px auto 0px auto;
      width: 45px;
      height: 1px;
      background: #B99443;
      border: 0px; }
  #page-index div.content div.text {
    margin: 0px auto;
    max-width: 700px; }
    #page-index div.content div.text p {
      letter-spacing: 3px;
      line-height: 2em;
      margin: 40px 0px; }
      #page-index div.content div.text p:first-child {
        margin-top: 0px; }
      #page-index div.content div.text p:last-child {
        margin-bottom: 0px; }

@media (max-width: 500px) {
  #page-index div.hero header {
    font-size: 0.8em; } }

@media (max-width: 400px) {
  #page-index div.hero header {
    font-size: 0.7em; } }

@media (max-width: 350px) {
  #page-index div.hero header {
    font-size: 0.5em; } }

#page-jobs div.hero {
  padding: 100px 0px; }
  #page-jobs div.hero div.inner {
    max-width: 930px; }
  #page-jobs div.hero div.box {
    background: #0A1225;
    border: 1px solid #B99443;
    padding: 50px;
    color: white; }
  #page-jobs div.hero div.text {
    font-weight: lighter;
    letter-spacing: 3px; }
    #page-jobs div.hero div.text p {
      margin: 0px;
      line-height: 1.8em; }
      #page-jobs div.hero div.text p:not(:first-child) {
        margin-top: 30px; }
  #page-jobs div.hero form {
    margin: 50px 0px 0px 0px; }
    #page-jobs div.hero form input, #page-jobs div.hero form textarea {
      box-sizing: border-box;
      border: 0px;
      padding: 10px;
      outline: none; }
    #page-jobs div.hero form div.final button {
      box-sizing: border-box;
      border: 0px;
      background: #B99443;
      color: white;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      outline: none; }
      #page-jobs div.hero form div.final button p {
        margin: 0px;
        line-height: 1em; }
        #page-jobs div.hero form div.final button p.submitted {
          font-weight: lighter;
          font-style: italic; }
    #page-jobs div.hero form:not(.submitted) button p.submitted {
      display: none; }
    #page-jobs div.hero form.submitted button p.unsubmitted {
      display: none; }

#page-jobs div.upload {
  position: relative;
  overflow: hidden;
  border: 2px solid #B99443;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #page-jobs div.upload input[type="file"] {
    height: 500px;
    font-size: 500px;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
    cursor: pointer; }
  #page-jobs div.upload p {
    margin: 0px;
    line-height: 1em; }
    #page-jobs div.upload p.selected {
      display: none;
      font-style: italic;
      font-weight: lighter; }
  #page-jobs div.upload.selected p.unselected {
    display: none; }
  #page-jobs div.upload.selected p.selected {
    display: block; }

@media (min-width: 800px) {
  #page-jobs div.hero form {
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #page-jobs div.hero form textarea {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      height: 100%;
      margin: 0px 10px;
      resize: none; }
    #page-jobs div.hero form div.personal {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #page-jobs div.hero form div.personal input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px); }
    #page-jobs div.hero form div.final {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
      flex: 0 0 140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #page-jobs div.hero form div.final div.upload, #page-jobs div.hero form div.final button {
        padding: 0px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px); } }

@media (max-width: 799px) {
  #page-jobs div.hero form input, #page-jobs div.hero form textarea, #page-jobs div.hero form button {
    display: block;
    width: 100%; }
  #page-jobs div.hero form input, #page-jobs div.hero form textarea, #page-jobs div.hero form div.upload {
    margin-bottom: 10px; }
  #page-jobs div.hero form textarea {
    height: 150px;
    resize: vertical; }
  #page-jobs div.hero form div.upload, #page-jobs div.hero form button {
    padding: 15px;
    text-align: center; } }

@media (max-width: 600px) {
  #page-jobs div.hero div.box {
    padding: 30px; } }

#page-services div.hero {
  padding: 100px 0px;
  text-align: center; }
  #page-services div.hero div.inner {
    max-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #page-services div.hero div.split {
    height: 30px;
    width: 1px;
    background: #59616B; }

#page-services div.content {
  padding: 75px 0px; }
  #page-services div.content div.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #page-services div.content div.service:nth-child(n+3) {
    margin-top: 35px; }
  #page-services div.content div.service header {
    background: #0D172C;
    padding: 7px 10px;
    color: white;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #page-services div.content div.service header h2, #page-services div.content div.service header h3 {
      margin: 0px;
      font-weight: normal;
      text-transform: uppercase; }
    #page-services div.content div.service header h2 {
      font-size: 1.3em; }
      #page-services div.content div.service header h2 span.lowercase {
        text-transform: none; }
    #page-services div.content div.service header h3 {
      font-size: 1.2em;
      letter-spacing: 2px; }
      #page-services div.content div.service header h3 span.pound {
        font-size: 0.8em;
        font-weight: normal; }
  #page-services div.content div.service div.text {
    color: #06101C;
    margin-top: 15px;
    text-align: justify; }
    #page-services div.content div.service div.text p {
      margin: 8px 0px;
      line-height: 1.8em;
      letter-spacing: 2px;
      font-size: 1.25em;
      font-weight: lighter; }

@media (min-width: 899px) {
  #page-services div.content div.inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #page-services div.content div.service {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px); } }

@media (max-width: 900px) {
  #page-services div.content div.inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 600px) {
  #page-services div.hero {
    font-size: 0.6em; }
    #page-services div.hero div.split {
      height: 24lpx; } }

@media (max-width: 400px) {
  #page-services div.hero {
    font-size: 0.4em; }
    #page-services div.hero div.split {
      height: 15px; } }

#page-times div.hero {
  padding: 100px 0px; }
  #page-times div.hero div.times {
    border: 1px solid #B99443;
    background: #0A1225;
    max-width: 400px;
    margin: 20px auto 0px auto;
    color: white;
    padding: 20px 0px; }
    #page-times div.hero div.times table {
      border: 0px;
      width: 100%;
      text-transform: uppercase;
      font-size: 1.5em; }
      #page-times div.hero div.times table tr {
        height: 40px;
        vertical-align: middle; }
      #page-times div.hero div.times table td:first-child {
        text-align: right;
        font-weight: lighter; }
      #page-times div.hero div.times table td:last-child {
        padding-left: 25px; }
      #page-times div.hero div.times table span.minutes {
        font-size: 0.8em; }

div.partial-discount {
  position: relative;
  border: 1px solid #B99443;
  background: #0A1225;
  color: #B99443;
  max-width: 520px;
  margin: 0px auto;
  padding: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  div.partial-discount p {
    margin: 0px;
    line-height: 1em; }
  div.partial-discount div.percent-amount {
    font-size: 5em;
    line-height: 1em; }
  div.partial-discount div.percent-right {
    margin-left: 4px;
    text-align: center; }
    div.partial-discount div.percent-right p.percent {
      font-size: 2.8em; }
    div.partial-discount div.percent-right p.off {
      font-size: 1.3em;
      text-transform: uppercase; }
  div.partial-discount div.split {
    width: 1px;
    background: #182131;
    margin: 0px 20px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  div.partial-discount div.text {
    position: relative; }
    div.partial-discount div.text p.label {
      text-transform: uppercase;
      font-size: 2.8em; }
    div.partial-discount div.text p.days {
      position: absolute;
      top: 100%;
      right: 0px;
      text-transform: uppercase;
      font-weight: lighter;
      color: #CCCCCC;
      font-size: 1.3em; }
  div.partial-discount div.disclaimer {
    position: absolute;
    right: 0px;
    bottom: -20px;
    color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 600px) {
    div.partial-discount {
      font-size: 0.8em;
      padding: 14px 5px; }
      div.partial-discount div.split {
        margin: 0px 15px; } }
  @media (max-width: 500px) {
    div.partial-discount {
      font-size: 0.7em;
      padding: 12px 5px; }
      div.partial-discount div.split {
        margin: 0px 12px; } }
  @media (max-width: 400px) {
    div.partial-discount {
      font-size: 0.6em;
      padding: 10px 5px; }
      div.partial-discount div.split {
        margin: 0px 8px; } }

div.partial-response-message {
  padding: 8px 15px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  font-size: 1.1em; }
  div.partial-response-message.error {
    background: #F2DEDE;
    border-color: #ebd7d7;
    color: #5a1714; }
  div.partial-response-message.success {
    background: #DFF0D8;
    border-color: #d8e9d1;
    color: #174a20; }
  div.partial-response-message ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    div.partial-response-message ul li {
      margin: 10px 0px;
      line-height: 1.2em; }
