body.home #header {
  z-index: 2;
  position: fixed;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 410px;
  height: 105px;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  background: url("../img/bg_header@2x.png") top center no-repeat;
  background-size: 100%; }
  @media only screen and (max-width: 890px) {
    body.home #header {
      max-width: 300px;
      max-height: 90px;
      padding: 5px 0; } }
  @media only screen and (max-width: 767px) {
    body.home #header {
      position: relative;
      display: block;
      left: auto;
      right: auto;
      max-width: 100%;
      width: 100%;
      max-height: 100%;
      height: 10vh;
      background: #FFFFFF; } }
  body.home #header h1 {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 890px) {
      body.home #header h1 {
        max-width: 70%;
        max-height: 80%; } }
    @media only screen and (max-width: 767px) {
      body.home #header h1 {
        max-width: 100%;
        max-height: 100%; } }
    body.home #header h1 a {
      display: block;
      max-width: 100%;
      max-height: 100%; }
      body.home #header h1 a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          body.home #header h1 a img {
            width: auto;
            max-height: 8vh; } }
body.home .row.split {
  max-width: none;
  text-align: center; }
  body.home .row.split .columns {
    position: relative;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      body.home .row.split .columns {
        height: 43vh; } }
  body.home .row.split a p {
    color: #231F20; }
  body.home .row.split .intro {
    position: relative;
    min-height: 360px;
    margin-bottom: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 1600px) {
      body.home .row.split .intro {
        min-height: 500px; } }
    @media only screen and (max-width: 890px) {
      body.home .row.split .intro {
        min-height: 0;
        padding: 100px 0; } }
    @media only screen and (max-width: 767px) {
      body.home .row.split .intro {
        min-height: 0;
        height: 45%;
        padding: 20px 0; } }
    body.home .row.split .intro .title-text-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      body.home .row.split .intro .title-text-container:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 1%; }
      body.home .row.split .intro .title-text-container .title-text {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 90%;
        margin: 0 auto; }
        body.home .row.split .intro .title-text-container .title-text h2 {
          margin: 0;
          font-family: "museo-sans",sans-serif;
          font-style: normal;
          font-weight: 900;
          color: #FFFFFF;
          line-height: 110%;
          text-transform: uppercase;
          text-shadow: 2px 2px 2px rgba(35, 31, 32, 0.5); }
          @media only screen and (max-width: 890px) {
            body.home .row.split .intro .title-text-container .title-text h2 {
              font-size: 1.5rem; } }
  body.home .row.split .detail {
    margin-bottom: 1rem;
    padding: 0 3rem; }
    @media only screen and (max-width: 767px) {
      body.home .row.split .detail {
        height: 55%;
        padding: 0 1rem; } }
    body.home .row.split .detail h3 {
      margin-bottom: 1rem;
      font-family: "museo-sans",sans-serif;
      font-style: normal;
      font-weight: 900; }
      @media only screen and (max-width: 890px) {
        body.home .row.split .detail h3 {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 767px) {
        body.home .row.split .detail h3 {
          font-size: 1rem; } }
    @media only screen and (max-width: 767px) {
      body.home .row.split .detail p:first-of-type {
        display: none; } }
    body.home .row.split .detail .button {
      margin-bottom: 2rem;
      font-family: "museo-sans",sans-serif;
      font-style: normal;
      font-weight: 900;
      color: #FFE100;
      line-height: 120%;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: #231F20;
      border-radius: 5px;
      border: 0;
      box-shadow: none; }
      @media only screen and (max-width: 890px) {
        body.home .row.split .detail .button {
          font-size: .75rem; } }
      @media only screen and (max-width: 500px) {
        body.home .row.split .detail .button {
          padding-top: 5px;
          padding-bottom: 5px;
          line-height: 110%; } }
      @media only screen and (max-width: 767px) {
        body.home .row.split .detail .button br {
          display: none; } }
body.home #footer {
  padding: 1em 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    body.home #footer {
      height: 4vh;
      padding: 5px 0; } }
  body.home #footer p {
    margin: 0;
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgba(91, 119, 130, 0.3);
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      body.home #footer p {
        font-size: .5rem; } }

body.error404 #header {
  z-index: 2;
  position: fixed;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 410px;
  height: 105px;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  background: url("../img/bg_header@2x.png") top center no-repeat;
  background-size: 100%; }
  @media only screen and (max-width: 890px) {
    body.error404 #header {
      max-width: 300px;
      max-height: 90px;
      padding: 5px 0; } }
  @media only screen and (max-width: 767px) {
    body.error404 #header {
      position: relative;
      display: block;
      left: auto;
      right: auto;
      max-width: 100%;
      width: 100%;
      max-height: 100%;
      height: 10vh;
      background: #FFFFFF; } }
  body.error404 #header h1 {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 890px) {
      body.error404 #header h1 {
        max-width: 70%;
        max-height: 80%; } }
    @media only screen and (max-width: 767px) {
      body.error404 #header h1 {
        max-width: 100%;
        max-height: 100%; } }
    body.error404 #header h1 a {
      display: block;
      max-width: 100%;
      max-height: 100%; }
      body.error404 #header h1 a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          body.error404 #header h1 a img {
            width: auto;
            max-height: 8vh; } }
body.error404 .row {
  max-width: none;
  text-align: center; }
  body.error404 .row .columns {
    position: relative;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      body.error404 .row .columns {
        height: 70vh; } }
  body.error404 .row p {
    color: #231F20; }
  body.error404 .row .intro {
    position: relative;
    min-height: 360px;
    margin-bottom: 1rem;
    background: url("../img/bg_404.jpg") center no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 1600px) {
      body.error404 .row .intro {
        min-height: 500px; } }
    @media only screen and (max-width: 890px) {
      body.error404 .row .intro {
        min-height: 0;
        padding: 100px 0; } }
    @media only screen and (max-width: 767px) {
      body.error404 .row .intro {
        min-height: 0;
        height: 45%;
        padding: 20px 0; } }
    body.error404 .row .intro .title-text-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      body.error404 .row .intro .title-text-container:before {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 1%; }
      body.error404 .row .intro .title-text-container .title-text {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 90%;
        margin: 0 auto; }
        body.error404 .row .intro .title-text-container .title-text h1 {
          margin: 0;
          font-family: "museo-sans",sans-serif;
          font-style: normal;
          font-weight: 900;
          color: #FFFFFF;
          line-height: 110%;
          text-transform: uppercase;
          text-shadow: 2px 2px 2px rgba(35, 31, 32, 0.5); }
          @media only screen and (max-width: 890px) {
            body.error404 .row .intro .title-text-container .title-text h1 {
              font-size: 1.5rem; } }
  body.error404 .row .detail {
    margin-bottom: 1rem;
    padding: 0 3rem; }
    @media only screen and (max-width: 767px) {
      body.error404 .row .detail {
        height: 55%;
        padding: 0 1rem; } }
    body.error404 .row .detail .button {
      margin-bottom: 2rem;
      font-family: "museo-sans",sans-serif;
      font-style: normal;
      font-weight: 900;
      color: #FFE100;
      line-height: 120%;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: #231F20;
      border-radius: 5px;
      border: 0;
      box-shadow: none; }
      @media only screen and (max-width: 890px) {
        body.error404 .row .detail .button {
          font-size: .75rem; } }
      @media only screen and (max-width: 500px) {
        body.error404 .row .detail .button {
          padding-top: 5px;
          padding-bottom: 5px;
          line-height: 110%; } }
      @media only screen and (max-width: 767px) {
        body.error404 .row .detail .button br {
          display: none; } }
body.error404 #footer {
  padding: 1em 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    body.error404 #footer {
      height: 4vh;
      padding: 5px 0; } }
  body.error404 #footer p {
    margin: 0;
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgba(91, 119, 130, 0.3);
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      body.error404 #footer p {
        font-size: .5rem; } }
