@font-face {
  font-family: 'ChaletNewYorkNineteenEighty';
  src: url('../fonts/Chalet-NewYorkNineteenEighty.eot');
  src: url('../fonts/Chalet-NewYorkNineteenEighty.eot?#iefix') format('embedded-opentype'), url('../fonts/Chalet-NewYorkNineteenEighty.woff2') format('woff2'), url('../fonts/Chalet-NewYorkNineteenEighty.woff') format('woff'), url('../fonts/Chalet-NewYorkNineteenEighty.ttf') format('truetype'), url('../fonts/Chalet-NewYorkNineteenEighty.svg#Chalet-NewYorkNineteenEighty') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChaletLondonNineteenEighty';
  src: url('../fonts/Chalet-LondonNineteenEighty.eot');
  src: url('../fonts/Chalet-LondonNineteenEighty.eot?#iefix') format('embedded-opentype'), url('../fonts/Chalet-LondonNineteenEighty.woff2') format('woff2'), url('../fonts/Chalet-LondonNineteenEighty.woff') format('woff'), url('../fonts/Chalet-LondonNineteenEighty.ttf') format('truetype'), url('../fonts/Chalet-LondonNineteenEighty.svg#Chalet-LondonNineteenEighty') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChaletParisNineteenEighty';
  src: url('../fonts/Chalet-ParisNineteenEighty.eot');
  src: url('../fonts/Chalet-ParisNineteenEighty.eot?#iefix') format('embedded-opentype'), url('../fonts/Chalet-ParisNineteenEighty.woff2') format('woff2'), url('../fonts/Chalet-ParisNineteenEighty.woff') format('woff'), url('../fonts/Chalet-ParisNineteenEighty.ttf') format('truetype'), url('../fonts/Chalet-ParisNineteenEighty.svg#Chalet-ParisNineteenEighty') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fontChaletParis {
  font-family: 'ChaletParisNineteenEighty';
}
.fontChaletNewYork {
  font-family: 'ChaletNewYorkNineteenEighty';
}
.fontChaletLondon {
  font-family: 'ChaletLondonNineteenEighty';
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
body {
  margin: 0;
  padding-left: 5vw;
  padding-right: 5vh;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #014715;
  background-image: url("../img/mobile-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body .logo img {
  width: 330px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  body {
    background-image: url("../img/desktop-bg.jpg");
  }
}
body::after {
  content: '';
}
body a:link,
body a:visited,
body a:hover,
body a:active {
  color: #000;
}
body a:hover {
  opacity: 0.3;
}
body .pane-new-start-page .pane-title {
  text-transform: lowercase;
  font-size: 26px;
  letter-spacing: 0.26px;
  line-height: 52px;
  font-family: ChaletNewYorkNineteenEighty;
  font-weight: normal;
}
body .pane-new-start-page .view-grouping-header {
  font-family: ChaletNewYorkNineteenEighty;
  text-transform: uppercase;
  font-size: 15.6px;
  letter-spacing: 10.4px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}
body .pane-new-start-page .item-list h3 {
  font-family: ChaletLondonNineteenEighty;
  font-size: 18.8px;
  font-weight: inherit;
  letter-spacing: 0.21px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
body .pane-new-start-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
body .pane-new-start-page ul li {
  padding-bottom: 3px;
  font-size: 18.8px;
  letter-spacing: 0.21px;
  line-height: 32px;
}
body .pane-new-start-page .view-grouping {
  font-family: ChaletLondonNineteenEighty;
  margin: 0;
  padding: 10px;
  margin-bottom: 20px;
  width: 310px;
}
body .pane-new-start-page .view-grouping:not(:last-child) {
  border-bottom: 1px solid #fff;
}
#sliding-popup {
  display: none !important;
}
#skip-link {
  display: none;
}
