.bodyFont {
  font-family: 'vollkorn', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.headerFont {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
}
html {
  opacity: 1;
}
html.loading * {
  opacity: 0;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: 'vollkorn', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  position: relative;
  background-color: white;
  color: #001b0a;
  padding-top: 80px;
}
.visible-xl {
  display: none !important;
}
@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
}
::-moz-selection {
  color: #001b0a;
  background: rgba(0,178,175,0.2);
}
::selection {
  color: #001b0a;
  background: rgba(0,178,175,0.2);
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background-color: white;
}
::-webkit-scrollbar-thumb {
  background-color: black;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #00b2af;
}
h1,
h2,
h3,
h4 {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1.extra-distance,
h2.extra-distance,
h3.extra-distance,
h4.extra-distance {
  margin-bottom: 50px;
}
h4 {
  font-size: 16px;
}
h4.subtitle + h2,
h4.subtitle + h3 {
  margin-top: 0;
}
a {
  color: #00b2af;
}
a:hover,
a:focus,
a:active {
  color: #00b2af;
}
a:focus {
  outline: 5px auto #00b2af;
}
a strong {
  font-weight: 400;
}
p a:not(.btn):hover,
footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid #00b2af;
}
strong {
  font-weight: 600;
}
.light {
  color: #999;
}
.spacer {
  height: 15px;
}
.disableButton {
  background-color: transparent;
}
.embed {
  padding: 0 !important;
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
}
.embed iframe,
.embed object,
.embed embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.date {
  float: left;
  margin-right: 15px;
  font-weight: 600;
  line-height: 1.99;
}
.date:after {
  font-weight: 400;
  margin-left: 15px;
  content: '―';
}
a.sibling {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  z-index: 100;
  color: #001b0a;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 15px;
}
a.sibling:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.sibling:hover {
  background-color: #eee;
}
a.sibling.next {
  right: 0;
  top: 15px;
  margin-right: 15px;
  padding-right: 10px;
  text-align: right;
}
a.sibling.next:after {
  content: '▶';
  position: absolute;
  right: -22.5px;
  top: 0;
}
a.sibling.next:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  padding-right: 0;
  padding-left: 10px;
}
a.sibling.previous {
  left: 0;
  bottom: 65px;
  margin-left: 15px;
  padding-left: 10px;
}
a.sibling.previous:after {
  content: '◀';
  position: absolute;
  left: -22.5px;
  top: 0;
}
a.sibling.previous:hover {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  padding-right: 10px;
  padding-left: 0;
}
html.loading a.sibling {
  -webkit-transition: none !important;
  transition: none !important;
}
body.desktop a.sibling,
body.large a.sibling {
  max-width: 49%;
}
body.phone a.sibling.next:after {
  right: -7.5px;
}
body.phone a.sibling.previous {
  top: auto;
}
body.phone a.sibling.previous:after {
  left: -7.5px;
}
body.phone a.sibling:hover:after {
  opacity: 0;
}
body.tablet a.sibling.previous {
  bottom: auto;
}
body.desktop a.sibling,
body.large a.sibling {
  bottom: auto;
}
body.desktop a.sibling.next,
body.large a.sibling.next {
  right: -15px;
  margin-right: 15px;
}
body.desktop a.sibling.previous,
body.large a.sibling.previous {
  left: -15px;
  margin-left: 15px;
}
.form-control,
input[type=text] {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 2px 8px;
  border-bottom: 2px solid transparent;
}
.form-control:focus,
input[type=text]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #000000;
}
.control-label {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
}
.form-actions {
  margin-top: 15px;
}
.validation-message {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
  border-radius: 0;
  background-color: #001b0a;
  color: white;
}
.picker-container input {
  height: auto;
  width: auto;
}
.picker-container label {
  font-weight: normal;
  line-height: 1;
  padding-top: 2px !important;
}
.btn,
input[type=submit] {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  border: none;
  color: #00b2af;
  margin-right: 15px;
  border: 2px solid #00b2af;
}
.btn.active,
.btn.focus,
.btn:active,
.btn:focus,
.btn:hover,
input[type=submit].active,
input[type=submit].focus,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: transparent;
  color: #00b2af;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none !important;
  border-color: #00b2af;
  background-color: #00b2af;
  color: white;
}
.btn.active:before,
.btn.focus:before,
.btn:active:before,
.btn:focus:before,
.btn:hover:before,
input[type=submit].active:before,
input[type=submit].focus:before,
input[type=submit]:active:before,
input[type=submit]:focus:before,
input[type=submit]:hover:before {
  color: #001b0a;
}
.btn[disabled],
input[type=submit][disabled] {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
#alert-content {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
}
form td {
  padding-bottom: 7.5px;
  padding-right: 15px;
}
.wrapper section:nth-child(odd) .bg {
  opacity: 0.5;
}
.wrapper.green section .bg {
  background-color: #e8f3ed;
}
.wrapper.red section .bg {
  background-color: #f3e1e2;
}
.wrapper.blue section .bg {
  background-color: #daf0ee;
}
.wrapper.yellow section .bg {
  background-color: #fcebb8;
}
.wrapper.orange section .bg {
  background-color: #f9e9e1;
}
.wrapper.purple section .bg {
  background-color: #d8dde7;
}
.wrapper.pink section .bg {
  background-color: #ebd2d9;
}
nav a,
.nav a {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
  color: #001b0a;
}
nav a:hover,
.nav a:hover {
  text-decoration: underline !important;
}
nav.navbar {
  background-color: white;
  min-height: 80px;
  border: none;
}
nav.navbar .navbar-header {
  height: 80px;
}
nav.navbar .navbar-brand {
  padding: 15px 0;
}
nav.navbar .navbar-brand img {
  height: 50px;
  margin-right: 50px;
}
nav.navbar .navbar-nav > li {
  position: relative;
}
nav.navbar .navbar-nav > li a {
  color: #001b0a;
}
nav.navbar .navbar-nav > li .sub {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  opacity: 0;
  height: 0;
}
nav.navbar .navbar-nav > li .sub.expanded {
  overflow: visible !important;
}
nav.navbar .navbar-nav > li .sub:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #eee;
  height: inherit;
}
nav.navbar .navbar-nav > li .sub li {
  position: relative;
  color: #001b0a;
}
nav.navbar .navbar-nav > li .sub a {
  display: block;
  white-space: nowrap;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
nav.navbar .navbar-toggle {
  border: none;
  margin: 23px 24px 24px 0;
}
nav.navbar .navbar-toggle .icon-bar {
  background-color: #00b2af;
  height: 3px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
nav.navbar .navbar-toggle:focus,
nav.navbar .navbar-toggle:hover {
  background-color: transparent;
}
nav.navbar .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4n+2) {
  -webkit-transform: rotate(-45deg) translate(-3px,3px);
  -ms-transform: rotate(-45deg) translate(-3px,3px);
  transform: rotate(-45deg) translate(-3px,3px);
}
nav.navbar .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4n+3) {
  opacity: 0;
}
nav.navbar .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4n+4) {
  margin-top: 0;
  -webkit-transform: rotate(45deg) translate(-3px,-3.5px);
  -ms-transform: rotate(45deg) translate(-3px,-3px);
  transform: rotate(45deg) translate(-3px,-3px);
}
nav.navbar .sn-icons a {
  padding-right: 7.5px !important;
}
nav.navbar .sn-icons a img {
  width: 18px;
  opacity: 0.2;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
nav.navbar .sn-icons a:hover img {
  opacity: 0.9;
}
body.phone nav.navbar .navbar-brand {
  padding-left: 7.5px;
}
body.phone nav.navbar .navbar-nav > li > ul {
  display: none;
}
body.phone nav.navbar .sn-icons {
  display: table;
  float: none !important;
}
body.phone nav.navbar .sn-icons li {
  float: left;
}
body.phone nav.navbar .sn-icons a {
  padding: 15px 7.5px !important;
}
body.tablet nav.navbar .navbar-nav > li > a,
body.desktop nav.navbar .navbar-nav > li > a,
body.large nav.navbar .navbar-nav > li > a {
  line-height: 50px;
  padding: 15px 22.5px 15px 0;
}
body.tablet nav.navbar .sn-icons {
  position: absolute;
  right: 0;
  top: 20px;
  max-height: 32px;
  overflow: hidden;
  padding: 0 20px;
  background-color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.tablet nav.navbar .sn-icons:before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTcyNUUyM0JDRDYzMTFFNDlBNDBEQzI0MzgyNkQzNjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTcyNUUyM0NDRDYzMTFFNDlBNDBEQzI0MzgyNkQzNjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNzI1RTIzOUNENjMxMUU0OUE0MERDMjQzODI2RDM2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNzI1RTIzQUNENjMxMUU0OUE0MERDMjQzODI2RDM2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmVPG/cAAANOSURBVHja7FddSFphGNb0OPOw/MsOKYtlzVkWLWrBIi9CEPrZCIKIILqYC0Z366LFLkaXMvJqV0IwGsXyZggLGsEGI4KB61cdFlqGE8od7ay51Dy191wEI+aOF0f2CeeF9+7le7/nfOd93ucRXlxcCIo5SgRFHkUPQFyIQ7e2tm45nc6Ha2trd7PZLKbX64PDw8Ove3p6PnDejJkBLtPlcnXjOE4yR1/N8fHx51z34/Sw1dXVOxKJ5MffLn+Zdrv9MbIAent73/zr8kyq1erI4eGhgquenA0xRVG4x+O5x1ZHkqQOZqQBORY6OTmRnZ6e4vnUHh8fK5ADoFKpKIVCQeZTq9Vqo8gBkMlkGavV+o6tzmAwbDQ1NfmQpNFwOExUVVV9zTXAQqEw5Xa7LciyEJPb29s1ra2tH69eniCI0Nzc3AOu+wkLIebS6XTJ4uKidWVlxZxMJvGWlhYPbOElnU73neteQl6N8gB4OV24AM2jpmlarNFojjAMK8ywcU1rTM7Pz983m81Lcrn8CBZcor6+3jM1NfUEpAaGtJxmcnJy8mmuRWaxWN6CDsKRBbCwsNDNJqdHR0dfIAkA/nVBe3v7MhuA0tJSKhQKaZHzA/F4XL6zs2Niq4M5KPP7/XXI0WgmkxEzBj5PqXENOQDl5eVURUXFtzxK6erq6j3kAICZzw4NDc2y1XV0dCw3NjYGkNwDYCulnZ2d7lwDDC+0t7m5aUB6DyQSCXxkZOSlVCql/rg8DV/+/fr6urEo/AATgUDgptfrbTg/PxeDS9tva2vbAEfGeR/eD/AAeD9QoCBJsszn89XB1pXU1tYGYXlFC9KIa1pLpVKiiYmJZwRBhC9pFDxBvL+//1UwGNQi7Qfg8uK+vr7ZXIsMXsELgu8GsgCmp6cfscnprq4uFyO9kQNwdnZWAhrnMxsAkUiUhgVXg5wfiMViykgkUsMqRWlasru7exs5GgWZcPmV8+IO5ABoNJqEXq/3s9VhGJY0mUxeJGl0ZmZmgG0GBgcHnciyEMMuNpvNkevyzc3Nn6LRqAppPwDyWeBwOGxGo/ELuLRf8MukKisr98fGxuww6NeLxg+AhBAfHBxo4VVEsJVjSqXyZyH68H7gf8dvAQYAGzSsX6QaGq4AAAAASUVORK5CYII=');
  background-size: contain;
  opacity: 0.2;
  margin: 10px 0;
}
body.tablet nav.navbar .sn-icons:hover {
  max-height: 500px;
  padding: 0 20px 20px 20px;
}
body.tablet nav.navbar .sn-icons:hover:before {
  opacity: 0;
}
body.tablet nav.navbar .sn-icons:hover li {
  opacity: 1;
}
body.tablet nav.navbar .sn-icons li {
  opacity: 0;
  float: none;
}
body.tablet nav.navbar .sn-icons a {
  line-height: 1.6 !important;
  padding: 5px 0 !important;
  margin: 0 !important;
}
body.tablet nav.navbar .sn-icons a img {
  width: 20px;
}
nav.subnav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  margin-top: 208px;
}
nav.subnav a {
  display: block;
  text-align: right;
  padding: 0;
  margin-top: 7.5px;
  margin-bottom: 15.5px;
  line-height: 1.5;
}
nav.subnav a:hover,
nav.subnav a:focus {
  background-color: inherit;
}
nav.subnav li.active a {
  text-decoration: underline;
}
nav.subnav li:first-child a {
  margin-top: 0;
}
body.desktop nav.subnav,
body.large nav.subnav {
  visibility: visible;
}
nav.overlays a {
  margin-bottom: 10px;
}
nav.editions {
  font-family: 'din', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #001b0a;
  position: absolute;
  top: -34px;
  left: 15px;
}
nav.editions ul.overflow {
  line-height: 1.5;
}
nav.editions ul.overflow li:nth-child(7):after {
  position: absolute;
  display: block;
  content: "▶";
  top: 1px;
  right: -25px;
}
nav.editions ul.overflow li {
  line-height: 1.5;
}
nav.editions ul.overflow li.overflow {
  opacity: 0;
  padding: 0;
  max-width: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.editions ul.overflow:hover li:nth-child(7):after,
nav.editions ul.overflow.hover li:nth-child(7):after {
  display: none;
}
nav.editions ul.overflow:hover li.overflow,
nav.editions ul.overflow.hover li.overflow {
  opacity: 1;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 100px;
}
nav.editions a.active,
nav.editions a:hover,
nav.editions a:active,
nav.editions a:focus {
  text-decoration: none !important;
  color: #001b0a !important;
  border-bottom: 2px solid #001b0a;
}
body.large nav.editions {
  top: -45px;
}
footer ul a {
  color: #999;
}
section .bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: -9999px;
  height: inherit;
}
section .text-column {
  padding-bottom: 50px;
  position: relative;
  z-index: 20;
}
section .text-column .datelocation {
  padding-top: 7px;
  display: inline-block;
  color: #00b2af;
}
section .header-column {
  position: relative;
  z-index: 20;
}
section .media-column {
  position: relative;
  z-index: 10;
}
section .media-column:hover {
  z-index: 30;
}
section .media-column a {
  display: block;
}
section .media-column a:hover {
  background-color: white;
  outline: 15px solid white;
}
section .media-column > img {
  min-width: 100%;
}
section .media-column.fadeout .additional img {
  opacity: 0.4;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
section .media-column.fadeout .additional img:hover {
  opacity: 1;
}
section .media-column.grayscale .additional img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
section .media-column.grayscale .additional img:hover {
  -webkit-filter: inherit;
  filter: inherit;
}
section .media-column .additional {
  margin-top: 30px;
}
section .media-column .additional img {
  margin-bottom: 30px;
}
section .summary-column {
  padding: 15px;
}
section .summary-column .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-bottom: 30px;
  color: #001b0a;
}
section .summary-column .row:last-child {
  margin-bottom: 0;
}
section .summary-column .row:hover {
  z-index: 30;
  background-color: white;
  outline: 15px solid white;
}
section .summary-column .row span {
  background-color: white;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden;
  display: block;
}
section .summary-column .row span img.external {
  margin-top: 0;
}
section .summary-column .row img.placeholder {
  background-color: #eee;
}
section .summary-column .row strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
section .summary-column .row h2,
section .summary-column .row h3 {
  margin-top: 0;
}
section .summary-column .row > div:first-child {
  padding-left: 0;
}
section .summary-column .row > div:last-child {
  padding-right: 0;
}
article .list-column .row,
section .list-column .row {
  margin-bottom: 50px;
}
article .list-column a,
section .list-column a {
  display: block;
  position: relative;
  top: -15px;
  color: #001b0a;
  text-decoration: none !important;
  border-top: 15px solid transparent;
}
article .list-column a:hover,
section .list-column a:hover {
  z-index: 30;
  background-color: white;
  border-color: white;
}
article .list-column a h4.subtitle,
section .list-column a h4.subtitle {
  margin-top: 20px;
}
section {
  position: relative;
}
section h1 {
  pointer-events: none;
  margin-top: 0;
  margin-bottom: 30px;
  word-break: break-all;
  line-height: 1;
  letter-spacing: 0em;
  border-bottom: 6px solid #001b0a;
}
section h1 + h3 {
  margin-top: 0;
}
body.large section {
  padding: 200px 0;
}
body.large section h1 {
  position: absolute;
  left: auto;
  top: -162.5px;
  right: -300px;
  width: 300px;
  pointer-events: none;
  font-size: 126px;
  border-bottom-width: 15px;
}
body.large section h1 .header-spacing {
  width: 0.1em;
  display: inline-block;
}
body.large section .media-column.emphasize {
  background-color: rgba(255,255,255,0.9);
  z-index: 30;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
body.large section .media-column.emphasize > img {
  margin-top: 30px;
}
body.desktop section {
  padding: 100px 0;
}
body.desktop section h1 {
  display: inline-block;
  width: auto;
  max-width: 70%;
  font-size: 84px;
  border-bottom-width: 10px;
}
body.desktop nav.subnav {
  margin-top: 108px;
}
body.tablet section {
  padding: 50px 0;
  min-height: inherit !important;
}
body.tablet section h1 {
  display: inline-block;
  width: auto;
  max-width: 500px;
  font-size: 70px;
  border-bottom-width: 8px;
}
body.phone section {
  padding: 50px 0;
  min-height: inherit !important;
}
body.phone section h1 {
  display: inline-block;
  width: auto;
  max-width: 90%;
  font-size: 56px;
}
body.phone section .list-column h2 {
  font-size: 20px;
}
body.tablet .text-container {
  max-width: 640px;
  margin: 0 auto;
}
article .text-column {
  padding-bottom: 50px;
}
article .media-column {
  padding-bottom: 50px;
}
article .gallery-column {
  padding-bottom: 50px;
}
article .gallery-column.extra-spacing {
  padding-left: 30px;
  padding-right: 30px;
}
article .gallery-column.extra-spacing .item {
  margin-bottom: 60px;
}
article .gallery-column .item {
  position: relative;
  margin-bottom: 30px;
}
article .gallery-column .item:hover {
  z-index: 30;
}
article .gallery-column .item:hover aside {
  opacity: 1 !important;
}
article .gallery-column .item > a {
  display: block;
}
article .gallery-column .item > a:hover {
  background-color: white;
  outline: 15px solid white;
}
article .gallery-column .item .img-placeholder {
  height: 150px;
  width: 100%;
  background-color: white;
  background-image: url('../../public/media/logo.png');
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
article .gallery-column .item img + aside,
article .gallery-column .item .img-placeholder + aside {
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  padding: 10px;
  background-color: rgba(0,0,0,0.2);
  opacity: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
article .gallery-column .item img + aside a,
article .gallery-column .item .img-placeholder + aside a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}
article .gallery-column .item img + aside p:last-child,
article .gallery-column .item .img-placeholder + aside p:last-child {
  margin-bottom: 0;
}
#popup {
  position: fixed;
  left: -1000px;
  bottom: 50px;
  margin-left: -50px;
  width: 200px;
  height: 290px;
  overflow: hidden;
  -webkit-transition: left 0.3s ease-out, height 0.3s ease-out;
  transition: left 0.3s ease-out, height 0.3s ease-out;
  background-color: white;
  border: 15px solid white;
}
#popup:hover,
#popup.hover {
  left: 0 !important;
  height: 290px !important;
  z-index: 100;
}
#popup:hover img,
#popup.hover img {
  opacity: 0.4;
}
#popup:hover h4,
#popup.hover h4 {
  opacity: 1;
}
#popup:hover .teaser,
#popup.hover .teaser {
  margin-top: 15px;
}
#popup:hover .footer,
#popup.hover .footer {
  right: -15px;
}
#popup.active {
  left: -135px;
  margin-left: -15px;
}
#popup img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
#popup .layer {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 15px;
  -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.0,#000000),color-stop(0.85,#000000),color-stop(1.0,rgba(0,0,0,0)));
  mask-image: linear-gradient(to bottom,#000000 0%,#000000 85%,rgba(0,0,0,0) 100%);
}
#popup h4 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#popup .teaser {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 400px;
  word-break: break-word;
}
#popup .teaser,
#popup .teaser * {
  color: #001b0a;
  line-height: 1.5;
}
#popup .footer {
  position: absolute;
  top: 120px;
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#popup .footer:after {
  content: '▶';
  color: #001b0a;
}
body.phone #popup {
  height: 100px;
  z-index: 100;
}
body.phone #popup .footer {
  top: 20px;
}
body.xxl #popup.active {
  left: 0;
}
body.xxl #popup.active:hover .footer,
body.xxl #popup.active.hover .footer {
  right: 15px;
}
body.xxl #popup.active h4 {
  opacity: 1;
}
body.xxl #popup.active .footer {
  right: -15px;
  top: auto;
  bottom: 15px;
}
footer {
  margin: 50px 0;
  text-align: center;
}
