.outline [class] {
  outline: 5px solid #d3d3d3;
}
.outline [class*="__"] {
  outline: 5px solid #808080;
}
.outline [class*="--"] {
  outline: 5px solid #a9a9a9;
}
.outline [class^="o-"],
.outline [class*=" o-"] {
  outline: 5px solid #ffa500;
}
.outline [class^="c-"],
.outline [class*=" c-"] {
  outline: 5px solid #0ff;
}
.outline [class*="@"] {
  outline: 5px solid #bc8f8f;
}
.outline [class^="_"] {
  outline: 5px solid #f00;
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  height: 100%;
  font-family: muller_narrowlight, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  letter-spacing: 0.025em;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.wrapper {
  max-width: 941px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  background: url("/styles/background-lines.png");
  min-height: 100%;
  margin-bottom: -7.692em;
}
.wrapper:before {
  content: '';
  display: table;
}
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .wrapper {
    background: url("/styles/background-linesx2.png");
    background-size: 120px 1px;
  }
}
@media only screen and (max-width: 960px) {
  .wrapper {
    max-width: 701px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:before {
    content: '';
    display: table;
  }
  .wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 720px) {
  .wrapper {
    max-width: 461px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:before {
    content: '';
    display: table;
  }
  .wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper {
    max-width: 221px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:before {
    content: '';
    display: table;
  }
  .wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
}
.wrapper-inner {
  margin-right: 0;
}
.main {
  width: 100%;
  height: calc(99.9% * 1/1 - (19px - 19px * 1/1));
  margin-bottom: 19px;
}
.main:last-child {
  margin-bottom: 0;
}
.main:before {
  content: '';
  display: table;
}
.main:after {
  content: '';
  display: table;
  clear: both;
}
.content {
  width: 701px;
  position: relative;
  float: left;
}
@media only screen and (max-width: 960px) {
  .content {
    width: 461px;
  }
  .content:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .content:last-child {
    margin-right: 0;
  }
  .content:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  .content:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 720px) {
  .content {
    width: 461px;
    left: 0;
  }
  .content:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .content:last-child {
    margin-right: 0;
  }
  .content:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .content:nth-child(1n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .content {
    width: 221px;
    left: 0;
  }
  .content:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .content:last-child {
    margin-right: 0;
  }
  .content:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .content:nth-child(1n + 1) {
    clear: both;
  }
}
.row {
  width: 100%;
  height: calc(99.9% * 100% - (19px - 19px * 100%));
  margin-bottom: 19px;
}
.row:last-child {
  margin-bottom: 0;
}
h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: muller_narrowlight, Arial, sans-serif;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
}
h1,
.h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 1.429em;
}
h3,
h4,
h5,
h6 {
  margin-top: 0.7145em;
  margin-bottom: 0.7145em;
}
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 1em;
  margin-bottom: 2.858em;
}
h2 {
  font-size: 1em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 0.95em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.85em;
}
.title {
  color: #5e6b69;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0.35em 0 0 0.313rem;
  position: relative;
  color: #5e6b69;
  box-sizing: border-box;
}
.title:after {
  content: "";
  width: 101px;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 960px) {
  .title:after {
    width: 101px;
  }
}
@media only screen and (max-width: 720px) {
  .title:after {
    width: 101px;
  }
}
@media only screen and (max-width: 480px) {
  .title:after {
    width: 101px;
  }
}
.title--big {
  font-size: 1.714em;
  color: #000;
  margin-bottom: 1.429em;
}
.title--big:after {
  content: "";
  width: 221px;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 960px) {
  .title--big:after {
    width: 221px;
  }
}
@media only screen and (max-width: 720px) {
  .title--big:after {
    width: 221px;
  }
}
@media only screen and (max-width: 480px) {
  .title--big:after {
    width: 221px;
  }
}
.title--long:after {
  width: 221px;
}
@media only screen and (max-width: 960px) {
  .title--long:after {
    width: 221px;
  }
}
@media only screen and (max-width: 720px) {
  .title--long:after {
    width: 221px;
  }
}
@media only screen and (max-width: 480px) {
  .title--long:after {
    width: 221px;
  }
}
p {
  font-size: 1em;
  line-height: 1.429em;
  margin: 0;
  margin-bottom: 1.429em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #5e6b69;
}
a:hover {
  color: #000;
}
address {
  font-style: normal;
  margin-bottom: 1.429em;
  line-height: 1.429em;
}
pre {
  font-size: 0.813em;
  text-transform: uppercase;
  font-family: muller_narrowlight, Arial, sans-serif;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.429em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dt {
  margin-top: 15px;
}
dt:first-child {
  margin-top: 0;
}
dt a {
  font-size: 24px;
  font-family: fontThin;
  color: #878787;
}
dt a:after {
  content: "»";
  margin-left: 5px;
}
dd {
  margin: 0;
  display: none;
}
dd.open {
  display: block;
}
blockquote {
  padding: 0 0 0 0.313rem;
  margin: 0 0 1.429em 0;
  font-size: 0.857em;
  line-height: 1.071em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.more-link {
  color: #808080;
  display: block;
  text-align: right;
}
.more-link:hover {
  color: #fff;
}
strong {
  font-family: fontBold, sans-serif;
  font-weight: normal;
}
.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.row:before {
  content: '';
  display: table;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cols2 {
  width: calc(99.9% * 1/2 - (19px - 19px * 1/2));
  margin-bottom: 1.429em;
}
.cols2:nth-child(1n) {
  float: left;
  margin-right: 19px;
  clear: none;
}
.cols2:last-child {
  margin-right: 0;
}
.cols2:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.cols2:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .cols2 {
    width: calc(99.9% * 1/1 - (19px - 19px * 1/1));
  }
  .cols2:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .cols2:last-child {
    margin-right: 0;
  }
  .cols2:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .cols2:nth-child(1n + 1) {
    clear: both;
  }
}
.cols5 {
  width: calc(99.9% * 1/5 - (19px - 19px * 1/5));
  margin-bottom: 1.429em;
}
.cols5:nth-child(1n) {
  float: left;
  margin-right: 19px;
  clear: none;
}
.cols5:last-child {
  margin-right: 0;
}
.cols5:nth-child(5n) {
  margin-right: 0;
  float: right;
}
.cols5:nth-child(5n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .cols5 {
    width: calc(99.9% * 1/1 - (19px - 19px * 1/1));
  }
  .cols5:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .cols5:last-child {
    margin-right: 0;
  }
  .cols5:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .cols5:nth-child(1n + 1) {
    clear: both;
  }
}
.colsw2 {
  width: calc(99.9% * 1/2 - (1px - 1px * 1/2));
  height: calc(99.9% * 1/2 - (1px - 1px * 1/2));
  width: calc(100% * 1 / 2 - (1px - 1px * 1 / 2));
  height: calc(100% * 1 / 2 - (1px - 1px * 1 / 2));
  font-size: 0;
}
.colsw2:nth-child(1n) {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  clear: none;
}
.colsw2:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.colsw2:nth-child(2n) {
  margin-right: 0;
}
.colsw2:nth-child(2n + 1) {
  clear: both;
}
.colsw2:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .colsw2 {
    width: calc(99.9% * 1/1 - (19px - 19px * 1/1));
    height: calc(99.9% * 1/1 - (19px - 19px * 1/1));
  }
  .colsw2:nth-child(1n) {
    float: left;
    margin-right: 19px;
    margin-bottom: 19px;
    clear: none;
  }
  .colsw2:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .colsw2:nth-child(1n) {
    margin-right: 0;
  }
  .colsw2:nth-child(1n + 1) {
    clear: both;
  }
  .colsw2:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}
.cols3 {
  width: calc(99.9% * 1/3 - (19px - 19px * 1/3));
  margin-bottom: 1.429em;
}
.cols3:nth-child(1n) {
  float: left;
  margin-right: 19px;
  clear: none;
}
.cols3:last-child {
  margin-right: 0;
}
.cols3:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.cols3:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .cols3 {
    width: calc(99.9% * 1/1 - (19px - 19px * 1/1));
  }
  .cols3:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .cols3:last-child {
    margin-right: 0;
  }
  .cols3:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .cols3:nth-child(1n + 1) {
    clear: both;
  }
}
.cols23 {
  width: calc(99.9% * 2/3 - (19px - 19px * 2/3));
  margin-bottom: 1.429em;
}
.cols23:nth-child(1n) {
  float: left;
  margin-right: 19px;
  clear: none;
}
.cols23:last-child {
  margin-right: 0;
}
.cols23:nth-child(3n) {
  margin-right: 0;
  float: right;
}
.cols23:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .cols23 {
    width: calc(99.9% * 1/1 - (19px - 19px * 1/1));
  }
  .cols23:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .cols23:last-child {
    margin-right: 0;
  }
  .cols23:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .cols23:nth-child(1n + 1) {
    clear: both;
  }
}
.animate {
  opacity: 1;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
          transform: scaleX(1) scaleY(1) scaleZ(1);
  transition: opacity 1000ms;
  -webkit-transform: 500ms;
          transform: 500ms;
}
.only-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .only-xs {
    display: block;
  }
}
.visible {
  display: block;
}
.hidden {
  display: none;
}
.uppercase {
  text-transform: uppercase;
}
.alignleft {
  float: left;
  margin: 0 4.286em 2.714em 0;
}
.util--center {
  text-align: center;
}
.util--margin_bottom {
  margin-bottom: 1.429em;
}
.util--no_margin_bottom {
  margin-bottom: 0;
}
.util--vertical_center {
  position: relative;
  margin-top: 50%;
}
.util--vertical_center:before {
  content: '';
  display: table;
}
.util--vertical_center:after {
  content: '';
  display: table;
  clear: both;
}
.util--vertical_center > * {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.wpcf7 {
  margin-top: 4.286em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="submit"],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .select2-container .select2-choice {
  box-sizing: border-box;
  font-family: muller_narrowlight, Arial, sans-serif;
  padding: 0.313rem;
  width: 21.429em;
  color: #000;
  border: 1px solid #5e6b69;
}
.wpcf7 input[type="submit"] {
  width: auto;
  background: #fff;
  text-transform: uppercase;
  color: #5e6b69;
  padding-right: 1em;
}
.wpcf7 textarea {
  height: 8.571em;
}
.wpcf7 ::-webkit-input-placeholder {
  color: #000;
}
.wpcf7 :-moz-placeholder {
  color: #000;
}
.wpcf7 ::-moz-placeholder {
  color: #000;
}
.wpcf7 :-ms-input-placeholder {
  color: #000;
}
.wpcf7 .select2-container .select2-choice {
  display: block;
  padding: 0 0 0 15px;
  overflow: hidden;
  position: relative;
  border: 1px solid formLineColor !important;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border-radius: 0;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7-response-output {
  padding: 1em 1em 1em 0.313rem;
  margin-bottom: 1.429em;
}
.wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #008000;
}
.wpcf7-mail-sent-ng {
  color: #fff;
  background-color: #f00;
}
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 2.5em;
  margin-bottom: 2.5em;
  font-size: 1.125em;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 1.125em;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0 15px;
  display: block;
  width: calc(100% - 2.5em);
  pointer-events: none;
  z-index: 20;
  height: 2.5em;
  line-height: 2.5em;
  color: #000;
}
.file-upload-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 2.5em;
  background: #fff url("/styles/sprites.png") no-repeat scroll -62px -178px;
  background-size: 350px 350px;
  color: #000;
  z-index: 25;
  font-size: 1.125em;
  line-height: 2.5em;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
}
.file-upload-wrapper:hover:before {
  background-color: #fafafa;
}
.file-upload-wrapper .file-upload-field {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 2.5em;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.mc4wp-form {
  width: 220px;
}
@media only screen and (max-width: 720px) {
  .mc4wp-form {
    width: 100%;
  }
}
.nl--wrapper {
  width: 100%;
  height: 24px;
  border: 1px solid #5e6b69;
  overflow: hidden;
}
.nl--email {
  font-size: 0.9em;
  font-family: muller_narrowlight, Arial, sans-serif;
  width: 180px;
  height: 100%;
  line-height: 24px;
  padding: 0 0 0 0.5em;
  margin: 0;
  float: left;
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  outline: none;
}
.nl--button {
  outline: none;
  width: 29px;
  height: 100%;
  padding: 0;
  margin: 0;
  float: right;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.3 14.6'%3E%3Cpath d='M19.3 14.6H0V0h19.3V14.6zM1.7 13.6h15.9l-5.6-5.6L10.5 9.5c-0.5 0.5-1.2 0.5-1.7 0L7.3 8 1.7 13.6zM1 1.7v11.2L6.6 7.3 1 1.7zM12.7 7.3l5.6 5.6V1.7L12.7 7.3zM1.7 1l7.8 7.8c0.1 0.1 0.2 0.1 0.3 0l7.8-7.8H1.7z' fill='%235e6b69'/%3E%3C/svg%3E") no-repeat scroll 50% 50%;
  background-size: 80% 80%;
  color: transparent;
  border: 0;
  cursor: pointer;
}
.mc4wp-response {
  padding-left: 1.2em;
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.313rem;
}
.timeline__item {
  display: inline-block;
  margin-right: 3.846em;
  margin-bottom: 40px;
}
.timeline__item:last-child {
  margin-right: 0;
}
.timeline__item--current {
  color: #000;
}
.grid {
  width: 100%;
  margin-bottom: 19px;
}
.grid:before {
  content: '';
  display: table;
}
.grid:after {
  content: '';
  display: table;
  clear: both;
}
.grid__image {
  display: block;
  width: 100%;
  height: auto;
}
.grid__info {
  box-sizing: border-box;
  padding: 1.143em 0 0 0.313rem;
  height: 12em;
}
.grid__info a {
  color: #000;
}
.grid__info--publications {
  height: auto;
}
.grid__curator,
.grid__date {
  color: #5e6b69;
}
.grid:last-child {
  margin-bottom: 0;
}
.grid__entry {
  margin-bottom: 1em;
  width: 221px;
}
.grid__entry:nth-child(1n) {
  float: left;
  margin-right: 19px;
  clear: none;
}
.grid__entry:last-child {
  margin-right: 0;
}
.grid__entry:nth-child(3n) {
  margin-right: 0;
}
.grid__entry:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 960px) {
  .grid__entry:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .grid__entry:last-child {
    margin-right: 0;
  }
  .grid__entry:nth-child(2n) {
    margin-right: 0;
  }
  .grid__entry:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 720px) {
  .grid__entry:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .grid__entry:last-child {
    margin-right: 0;
  }
  .grid__entry:nth-child(2n) {
    margin-right: 0;
  }
  .grid__entry:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .grid__entry:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .grid__entry:last-child {
    margin-right: 0;
  }
  .grid__entry:nth-child(1n) {
    margin-right: 0;
  }
  .grid__entry:nth-child(1n + 1) {
    clear: both;
  }
}
.artists {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-width: 221px;
          column-width: 221px;
  -webkit-column-gap: 19px;
          column-gap: 19px;
}
.artists__entry {
  font-size: 1em;
  line-height: 1.6em;
  text-transform: uppercase;
  padding-left: 0.313rem;
}
.foundation {
  font-size: 14px;
  margin-bottom: 2.858em;
  padding-left: 0.313rem;
}
.foundation__logo {
  vertical-align: middle;
  display: inline-block;
  width: 2.857em;
  height: 3.786em;
  margin-right: 2.571em;
}
@media only screen and (max-width: 480px) {
  .foundation__logo {
    margin: 0 auto 1em;
    display: block;
  }
}
.foundation__text {
  vertical-align: middle;
  font-size: 2.143em;
}
@media only screen and (max-width: 480px) {
  .foundation__text {
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .foundation {
    font-size: 12px;
  }
}
.full_width {
  margin-bottom: 2.858em;
}
.full_width img {
  display: block;
  width: 100%;
}
.expandable {
  margin-bottom: 1.429em;
  padding-left: 0.313rem;
}
.expandable:before {
  content: '';
  display: table;
}
.expandable:after {
  content: '';
  display: table;
  clear: both;
}
.expandable__content {
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 19px;
          column-gap: 19px;
  -webkit-column-width: 221px;
          column-width: 221px;
}
.expandable__hidden {
  display: none;
}
.expandable.expanded .expandable__hidden {
  display: block;
}
.expandable__button {
  color: #5e6b69;
  text-align: right;
  width: 101px;
  float: right;
  border-top: 1px solid #5e6b69;
}
.expandable__button .less {
  display: none;
}
.expandable__button.expand .more {
  display: none;
}
.expandable__button.expand .less {
  display: inline;
}
.expandable__button:focus {
  outline: none;
}
.expandable--one_column {
  -webkit-column-count: 1;
          column-count: 1;
}
.Wallop {
  position: relative;
  margin-bottom: 4.287em;
}
.Wallop-list {
  position: relative;
  overflow: hidden;
}
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.Wallop-item--current {
  visibility: visible;
  position: relative;
}
.slide__info {
  margin-top: 1.875rem;
  padding-left: 0.313rem;
}
.slide__info p {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.25em;
  color: #000;
  margin-bottom: 0;
}
.Wallop-buttonPrevious,
.Wallop-buttonNext {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  display: block;
  cursor: pointer;
  z-index: 2;
}
.Wallop-buttonPrevious svg,
.Wallop-buttonNext svg {
  width: 26px;
  fill: blueColor;
}
.Wallop-buttonPrevious svg:hover,
.Wallop-buttonNext svg:hover {
  fill: #000;
}
@media only screen and (max-width: 720px) {
  .Wallop-buttonPrevious,
  .Wallop-buttonNext {
    display: none;
  }
}
.Wallop-buttonNext {
  right: 0;
}
.Wallop-buttonPrevious {
  left: 0;
}
.Wallop--slide .Wallop-item--showPrevious {
  -webkit-animation: slideFromLeft 350ms 10ms linear both;
          animation: slideFromLeft 350ms 10ms linear both;
}
.Wallop--slide .Wallop-item--showNext {
  -webkit-animation: slideFromRight 350ms 10ms linear both;
          animation: slideFromRight 350ms 10ms linear both;
}
.Wallop--slide .Wallop-item--hidePrevious,
.Wallop--slide .Wallop-item--hideNext {
  visibility: visible;
}
.Wallop--slide .Wallop-item--hidePrevious {
  -webkit-animation: slideToLeft 350ms 10ms linear both;
          animation: slideToLeft 350ms 10ms linear both;
}
.Wallop--slide .Wallop-item--hideNext {
  -webkit-animation: slideToRight 350ms 10ms linear both;
          animation: slideToRight 350ms 10ms linear both;
}
@-webkit-keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideToLeft {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideToRight {
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.gallery {
  margin: 0 0 3rem;
  padding: 0;
  font-size: 0;
}
.gallery:before {
  content: '';
  display: table;
}
.gallery:after {
  content: '';
  display: table;
  clear: both;
}
.gallery a {
  display: inline-block;
  font-size: 0;
  margin-bottom: 1rem;
  margin-right: 2.48%;
  width: 126px;
  height: 126px;
}
.gallery a:nth-child(5n+0) {
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .gallery a {
    margin-right: 8.92%;
  }
  .gallery a:nth-child(5n+0) {
    margin-right: 8.92%;
  }
  .gallery a:nth-child(3n+0) {
    margin-right: 0;
  }
}
.gallery a img {
  display: block;
  width: 100%;
}
.gallery--video {
  width: 702px;
}
.gallery--video a {
  margin-right: 19px;
  width: 221px;
  height: 165px;
}
.gallery--video a:nth-child(3n+0) {
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .gallery--video a:nth-child(3n+0) {
    margin-right: 19px;
  }
  .gallery--video a:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .gallery--video a:nth-child(2n+0) {
    margin-right: 19px;
  }
  .gallery--video a:nth-child(1n+0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .gallery--video {
    width: 462px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery--video {
    width: 222px;
  }
}
.info {
  padding-left: 0.313rem;
  margin-bottom: 1.429em;
}
.info__authors,
.info__curator,
.info__date {
  font-size: 1.286em;
  line-height: 1.389em;
  margin-bottom: 0;
}
.info__curator,
.info__date {
  color: #5e6b69;
  margin-bottom: 1.429em;
}
.info__authors a {
  color: #000;
}
.search__item {
  margin-bottom: 2.1435em;
}
.search__title {
  padding-left: 0.313rem;
  margin-bottom: 0.5em;
}
.search__title a {
  color: #000;
}
.search__link {
  display: block;
  padding-left: 0.313rem;
  margin-bottom: 0.5em;
  color: #000;
  text-decoration: underline;
}
.search__excerpt {
  color: #5e6b69;
}
.search__results_count {
  padding-left: 0.313rem;
  margin-bottom: 3em;
}
.search {
  margin-bottom: 3em;
}
.search__field {
  box-sizing: border-box;
  font-family: muller_narrowlight, Arial, sans-serif;
  padding: 0.313rem;
  width: 21.429em;
  color: #000;
  border: 1px solid #5e6b69;
  float: left;
}
.search__button {
  font-family: muller_narrowlight, Arial, sans-serif;
  width: auto;
  background: #fff;
  text-transform: uppercase;
  color: #5e6b69;
  padding: 0.313rem;
  background: #fff;
  border: 1px solid #5e6b69;
  border-left: 0;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.9220292 13.470467'%3E%3Cpath d='M6.922 6.735l-.187-.187L.187 0 0 .187l6.548 6.548L0 13.283l.187.187 6.548-6.548z' fill='%235e6b69'/%3E%3C/svg%3E") no-repeat;
  width: 27px;
  height: 50px;
  display: block;
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.9220292 13.470467'%3E%3Cpath d='M0 6.735l.187.187 6.548 6.548.187-.187L.374 6.735 6.922.187 6.735 0 .187 6.548z' fill='%235e6b69'/%3E%3C/svg%3E") no-repeat;
  width: 27px;
  height: 50px;
  display: block;
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
          animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
          animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.1 19.1'%3E%3Cpolygon fill='%235e6b69' points='19.1 18.4 10.3 9.5 19.1 0.7 18.4 0 9.5 8.8 0.7 0 0 0.7 8.8 9.5 0 18.4 0.7 19.1 9.5 10.3 18.4 19.1 '/%3E%3C/svg%3E") no-repeat;
  width: 26px;
  height: 26px;
  display: block;
}
.lg-toolbar .lg-download:after {
  content: "D";
}
.lg-sub-html {
  bottom: 0;
  color: #000;
  background: rgba(255,255,255,0.5);
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "play";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "play";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "zoom-in";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "size";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "zoom-out";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(255,255,255,0.9);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0,0,0,0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("/styles/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(255,255,255,0.9);
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media only screen and (max-width: 720px) {
  .nav {
    -webkit-column-count: 4;
            column-count: 4;
    display: none;
  }
  .nav.open {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .nav {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li a {
  padding-left: 0.313rem;
  text-transform: uppercase;
  margin-bottom: 0.9em;
  display: inline-block;
  color: #5e6b69;
}
@media only screen and (max-width: 720px) {
  .nav ul li a {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 480px) {
  .nav ul li a {
    margin-bottom: 1.3em;
  }
}
.nav ul li.current-menu-item > a {
  color: #000;
}
.nav ul li ul {
  display: none;
}
.nav ul li ul li a {
  padding-left: 2.385em;
}
.nav ul li.current-page-ancestor ul,
.nav ul li.current-menu-item ul {
  display: block;
}
.nav .language-chooser {
  padding-left: 0.313rem;
  margin-top: 2.2em;
}
.nav .language-chooser li {
  display: inline-block;
}
.nav .language-chooser li:first-child:after {
  content: " /";
}
.nav .language-chooser li a {
  padding-left: 0;
}
.nav .language-chooser li.active a {
  color: #000;
}
/*.nav .menu > li:last-child {
  margin-top: 2.2em;
}*/
#hamburger {
  width: 50px;
  height: 21px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
  display: none;
  margin-bottom: 2.858em;
}
@media only screen and (max-width: 720px) {
  #hamburger {
    display: block;
  }
}
#hamburger:before {
  content: "";
  display: block;
  width: 221px;
  height: 1px;
  border-top: 1px solid #5e6b69;
  position: absolute;
  top: -0.692em;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #5e6b69;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -7px;
  left: 4px;
}
#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 28px;
  left: 4px;
}
.site-header {
  width: 100%;
  height: 150px;
  background-color: #fff;
}
.logo {
  width: 190px;
  height: 78px;
  display: block;
  color: #fff;
  position: relative;
  top: 2.188em;
}
.logo svg {
  fill: #5f6c69;
}
footer,
.push {
  height: 7.692em;
}
footer {
  box-sizing: border-box;
  padding-top: 3.385em;
  max-width: 941px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  background: #fff url("/styles/footer-lines.png") repeat-x 0 0;
  color: #5e6b69;
}
footer:before {
  content: '';
  display: table;
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 960px) {
  footer {
    max-width: 701px;
    margin-left: auto;
    margin-right: auto;
  }
  footer:before {
    content: '';
    display: table;
  }
  footer:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 720px) {
  footer {
    max-width: 461px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.385em;
  }
  footer:before {
    content: '';
    display: table;
  }
  footer:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    max-width: 221px;
    margin-left: auto;
    margin-right: auto;
  }
  footer:before {
    content: '';
    display: table;
  }
  footer:after {
    content: '';
    display: table;
    clear: both;
  }
}
footer .col {
  width: calc(99.9% * 1/4 - (19px - 19px * 1/4));
}
footer .col:nth-child(1n) {
  float: left;
  margin-right: 19px;
  clear: none;
}
footer .col:last-child {
  margin-right: 0;
}
footer .col:nth-child(4n) {
  margin-right: 0;
  float: right;
}
footer .col:nth-child(4n + 1) {
  clear: both;
}
footer .col__last {
  text-align: right;
}
@media only screen and (max-width: 960px) {
  footer .col {
    width: calc(99.9% * 1/3 - (19px - 19px * 1/3));
  }
  footer .col:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  footer .col:last-child {
    margin-right: 0;
  }
  footer .col:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  footer .col:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 720px) {
  footer .col {
    width: calc(99.9% * 1/2 - (19px - 19px * 1/2));
  }
  footer .col:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  footer .col:last-child {
    margin-right: 0;
  }
  footer .col:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  footer .col:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  footer .col {
    width: calc(99.9% * 1/1 - (19px - 19px * 1/1));
    text-align: center;
    margin-bottom: 1.429em;
    float: none;
  }
  footer .col:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  footer .col:last-child {
    margin-right: 0;
  }
  footer .col:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  footer .col:nth-child(1n + 1) {
    clear: both;
  }
}
footer .col__first {
  margin-left: calc(99.9% * (-1/4 * -1) - (19px - 19px * (-1/4 * -1)) + 19px) !important;
}
@media only screen and (max-width: 960px) {
  footer .col__first {
    margin-left: 0 !important;
    margin-right: 19px !important;
  }
}
@media only screen and (max-width: 480px) {
  footer .col__first {
    width: calc(99.9% * 1/1 - (19px - 19px * 1/1));
    float: none !important;
  }
  footer .col__first:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  footer .col__first:last-child {
    margin-right: 0;
  }
  footer .col__first:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  footer .col__first:nth-child(1n + 1) {
    clear: both;
  }
}
.social {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
}
.social li:last-child {
  margin-right: 0;
}
.social--icon {
  width: 1.538em;
  height: 1.538em;
  line-height: 1.538em;
  display: inline-block;
}
.social--icon svg {
  fill: #5e6b69;
}
.aside {
  padding-top: 0.692em;
  width: 221px;
  position: relative;
  margin-bottom: 2.858em;
}
.aside:nth-child(1n) {
  float: left;
  margin-right: 19px;
  clear: none;
}
.aside:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  .aside:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .aside:last-child {
    margin-right: 0;
  }
  .aside:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  .aside:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 720px) {
  .aside {
    width: 461px;
    left: 0;
  }
  .aside:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .aside:last-child {
    margin-right: 0;
  }
  .aside:nth-child(1n) {
    margin-right: 0;
  }
  .aside:nth-child(1n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .aside {
    width: 221px;
    left: 0;
  }
  .aside:nth-child(1n) {
    float: left;
    margin-right: 19px;
    clear: none;
  }
  .aside:last-child {
    margin-right: 0;
  }
  .aside:nth-child(1n) {
    margin-right: 0;
  }
  .aside:nth-child(1n + 1) {
    clear: both;
  }
}
.content article > p {
  padding-left: 0.313rem;
}
.download {
  display: inline-block;
  margin-bottom: 1.429em;
  text-transform: lowercase;
}
@media only screen and (max-width: 720px) {
  img.alignleft {
    width: 100%;
    margin-bottom: 1.429em;
  }
}
