/* Override defaults here - not in components */

body {
  background-color: #2D2C2D;
}

#app {
  width: 100%;
  height: 100vh;
  position: relative;
  transition: all ease 0.3s;
}

.mobile#app {
  overflow: visible;
}

.logo-loading {
  max-width: 300px;
  max-height: 300px;
}

.nav-bar {
  color: #fff;
  background-color: #232e6d !important;
}

.nav-bar__title {
  color: #fff !important;
}

.nav-bar__link {
  color: #fff !important;
  border-color: #232e6d !important;
}

.nav-bar__link--active,
.search-button {
  color: #fff !important;
  background-color: #232e6d !important;
  border-color: #232e6d !important;
}

.currentPage .addContentLink {
  visibility: visible;
}

.page-dots {
  display: none;
}

.abs {
  position: absolute;
}

.gstart {
  opacity: 0;
}

.pointer {
  cursor: pointer;
}

.noOverflow {
  overflow: hidden;
}

html[data-platform='Win32'] .tabletOnly,
html[data-platform='MacIntel'] .tabletOnly {
  display: none;
}

html[data-platform='iPhone'] .desktopOnly,
html[data-platform='iPad'] .desktopOnly,
html[data-platform*='arm'] .desktopOnly,
html[data-platform*='Android'] .desktopOnly {
  display: none;
}

.hover {
  opacity: 0;
}

.hover:hover {
  opacity: 1;
}

.hidden {
  opacity: 0 !important;
}

.visible{
  display:block;
}

.noclick {
  pointer-events: none !important;
}

.animatedpulse {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
}

.standardTransition {
  -moz-transition: 0.5s opacity ease-in-out 0s;
  -webkit-transition: 0.5s opacity ease-in-out 0s;
  -o-transition: 0.5s opacity ease-in-out 0s;
  -ms-transition: 0.5s opacity ease-in-out 0s;
  transition: 0.5s opacity ease-in-out 0s;
}

@-webkit-keyframes pulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70%,
  90% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  70%,
  90% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
  animation-delay: 1s;
}

@-webkit-keyframes halfpulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70%,
  90% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes halfpulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  70%,
  90% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.halfpulse {
  -webkit-animation-name: halfpulse;
  animation-name: halfpulse;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
  animation-delay: 1s;
}

.halfScaleC {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.halfScale {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.halfScaleR {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.halfScaleB {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.halfScaleBR {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.originBC {
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.centre {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.contentOverlay {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 11;
  transition: all 0.3s ease;
}

@font-face {
  font-family: 'FrutigerLTPro-Black';
  src: url('/static/_content/FrutigerLTPro-Black.eot?#iefix') format('embedded-opentype'),  url('/static/_content/FrutigerLTPro-Black.otf')  format('opentype'),
	     url('/static/_content/FrutigerLTPro-Black.woff') format('woff'), url('/static/_content/FrutigerLTPro-Black.ttf')  format('truetype'), url('/static/_content/FrutigerLTPro-Black.svg#FrutigerLTPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

.frutiger {
  font-family: 'FrutigerLTPro-Black';
}
