/* Colors */
/* Typography */
/* Animations */
@font-face {
  font-family: "NLRTM";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NLRTM-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NLRTM";
  font-weight: 700;
  src: url("../fonts/NLRTM-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NLRTM";
  font-style: italic;
  src: url("../fonts/NLRTM-RegularItalic.ttf") format("truetype");
}
@font-face {
  font-family: "NLRTM";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/NLRTM-BoldItalic.ttf") format("truetype");
}
*, *::after, *::before {
  border: 0;
  box-sizing: inherit;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

body {
  color: #0D2E5A;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  touch-action: pan-x pan-y;
}

html {
  background: #F3F2F1;
  box-sizing: border-box;
  font: normal 100%/1.5 "NLRTM", sans-serif, serif;
  height: 100%;
}

main {
  flex-grow: 1;
}

button {
  appearance: none;
  cursor: pointer;
}

.embed {
  position: relative;
}
.embed::before {
  content: "";
  display: block;
}
.embed-16x9::before {
  padding-top: 56.25%;
}
.embed > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.item__icon {
  padding-right: 7rem;
}
.item__icon img {
  height: 8.5rem;
  width: 8.5rem;
}
.item__heading {
  border-left: 0.0625rem solid #0693CA;
  border-right: 0.0625rem solid #0693CA;
  flex: 0 0 39.6875rem;
  padding-left: 7rem;
}
.item__title {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.item__subject {
  color: #0D2E5A;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
.item__this-week {
  position: absolute;
  right: 20%;
}
.item__this-week dd {
  font-size: 2.5rem !important;
  line-height: 3rem !important;
}
.item__data {
  color: #0693CA;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  padding-left: 3.4375rem;
  text-transform: uppercase;
}
.item dl {
  padding-left: 3.4375rem;
  padding-right: 2.875rem;
}
.item dt {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.item dd {
  color: #0693CA;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-transform: uppercase;
}

#modal-1 .item__this-week {
  position: absolute;
  right: 0%;
  width: 300px;
}

#map {
  height: 100%;
}

#languageSelector {
  left: 20px;
  bottom: 10px;
  position: absolute;
}
#languageSelector a {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

#menu {
  bottom: 0;
  left: 50%;
  margin-top: auto;
  position: absolute;
  transform: translateX(-50%);
}
#menu svg {
  display: block;
}
#menu .hover {
  opacity: 0;
  transition-duration: 420ms;
  transition-property: opacity;
  transition-timing-function: ease;
}
#menu a:hover .hover {
  opacity: 1;
}
#menu .active .hover {
  opacity: 1;
}

.page-shiptracker .link--shiptracker .hover {
  opacity: 1 !important;
}
.page-data .link--data .hover {
  opacity: 1 !important;
}
.page-webcams .link--webcams .hover {
  opacity: 1 !important;
}

.modal {
  background-color: #0D2E5A;
  height: 100%;
  left: 0;
  padding: 3.625rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(100vh);
  transition-duration: 420ms;
  transition-property: transform;
  transition-timing-function: ease;
  z-index: 1;
}
.modal.show {
  transform: translateY(0);
}
.modal__close {
  background-color: #F9D849;
  bottom: 0;
  height: 5rem;
  left: calc(50% - 2.5rem);
  position: fixed;
  transition-duration: 420ms;
  transition-property: background-color;
  transition-timing-function: ease;
  width: 5rem;
}
.modal__close path {
  transition-duration: 420ms;
  transition-property: stroke;
  transition-timing-function: ease;
}
.modal__close:hover {
  background-color: #0D2E5A;
}
.modal__close:hover path {
  stroke: #F9D849;
}
.modal__dialog {
  background-color: #F3F2F1;
  padding: 0.5rem;
  pointer-events: none;
}
.modal__dialog__item {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  margin-bottom: 0.5rem;
  padding: 3.4375rem 0 3.375rem 7rem;
}

.panel {
  height: 100%;
  padding: 5rem;
}
.panels {
  display: flex;
  height: 100%;
}
.panel--left {
  background: #FFFFFF;
  width: 55rem;
}
.panel--right {
  flex: 1 0 auto;
}

#shiptracker {
  display: block;
  height: 100%;
  width: 100%;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

h2 {
  color: #0693CA;
  font-size: 2rem;
  line-height: 2.625rem;
  text-transform: uppercase;
}

h5 {
  font-size: 0.75rem;
}

p {
  font-size: 1.1875rem;
  line-height: 2rem;
}
p + p {
  margin-top: 2rem;
}

.view {
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition-duration: 420ms;
  transition-property: opacity;
  transition-timing-function: ease;
  width: 100%;
  will-change: opacity;
}
.view.show {
  opacity: 1;
  pointer-events: all;
}

.data-item {
  background-color: #FFFFFF;
  display: flex;
  height: 14.375rem;
  margin-bottom: 1.5rem;
}
.data-item__icon {
  height: 5.3125rem;
  margin-bottom: -1.0625rem;
  margin-left: -0.625rem;
  width: auto;
}
.data-item__body {
  flex: 1 0 auto;
  padding: 3rem;
  position: relative;
}
.data-item__cta {
  background-color: #F9D849;
  bottom: 0;
  color: #0D2E5A;
  display: inline-block;
  font-weight: 700;
  height: 3.5rem;
  padding: 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 11.3125rem;
}
.data-item__title {
  color: #0D2E5A;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}