/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* jQuery Lighter
 * Copyright 2015 Kevin Sylvestre
 * 1.3.4
 */
.lighter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4000;
  opacity: 1;
}

.lighter img {
  display: block;
  width: 100%;
  height: 100%;
}

.lighter-fade .lighter-overlay {
  opacity: 0;
}

.lighter-loading .lighter-spinner {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.lighter-loading .lighter-container {
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}

.lighter-fetched .lighter-spinner {
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}

.lighter-fetched .lighter-container {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.lighter-fade .lighter-container {
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}

.lighter-fade .lighter-spinner {
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}

.lighter-overlay {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
}

.lighter-container {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  background: #FFF;
  position: absolute;
  z-index: 4000;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}

.lighter-close {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: -15px;
  line-height: 28px;
  font-size: 16pt;
  font-family: Helvetica, Arial, serif;
}

.lighter-next, .lighter-prev {
  display: none;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0;
  line-height: 34px;
  font-size: 32pt;
  font-family: Times, serif;
}

.lighter-next {
  right: 40px;
}

.lighter-prev {
  left: 40px;
}

.lighter-next, .lighter-prev, .lighter-close {
  cursor: pointer;
  position: absolute;
  z-index: 8000;
  text-align: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  transition-property: color, background;
}

.lighter-next:hover, .lighter-prev:hover, .lighter-close:hover {
  color: white;
  background: rgba(0, 0, 0, 0.4);
}

.lighter-next:active, .lighter-prev:active, .lighter-close:active {
  color: white;
  background: rgba(0, 0, 0, 0.4);
}

.lighter-spinner {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  width: 60px;
  height: 20px;
  margin: -10px -30px;
  z-index: 4000;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
}

.lighter-spinner::after {
  clear: both;
  content: "";
  display: table;
}

.lighter-dot {
  display: block;
  float: left;
  background: rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  margin: 2px;
  padding: 0;
  border-radius: 50%;
  -webkit-animation: lighter-bounce 1.6s infinite ease-in-out;
  -moz-animation: lighter-bounce 1.6s infinite ease-in-out;
  animation: lighter-bounce 1.6s infinite ease-in-out;
}

.lighter-dot:nth-child(1) {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.lighter-dot:nth-child(2) {
  -webkit-animation-delay: -0.26667s;
  -moz-animation-delay: -0.26667s;
  animation-delay: -0.26667s;
}

.lighter-dot:nth-child(3) {
  -webkit-animation-delay: -0.13333s;
  -moz-animation-delay: -0.13333s;
  animation-delay: -0.13333s;
}

@-webkit-keyframes lighter-bounce {
  from, to {
    -webkit-transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes lighter-bounce {
  from, to {
    -moz-transform: scale(0);
  }
  20% {
    -moz-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
  }
  80% {
    -moz-transform: scale(0);
  }
}
@keyframes lighter-bounce {
  from, to {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
.article-pagination:after, article.page:after, article.page .employee-grid:after, section.home:after, header .inner:after, form.single-input:after, footer .inner:after, .auction.page:after, .artists-index:after, main:after, .promo:after {
  content: "";
  display: table;
  clear: both;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: rgb(246, 246, 246);
}
body.auction {
  background: #e7e7e7;
}

header,
main,
footer,
.promo {
  padding: 0px 2.5%;
}
header .inner,
main .inner,
footer .inner,
.promo .inner {
  max-width: 1440px;
  margin: 0px auto;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 1180px) {
  header {
    position: relative;
  }
}
@media screen and (max-width: 700px) {
  header {
    position: relative;
  }
}

main {
  margin-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 700px) {
  main {
    margin-top: 40px;
  }
}

footer {
  width: 100%;
  position: relative;
}

.promo {
  margin-top: 70px;
}
@media screen and (max-width: 1180px) {
  .promo {
    margin-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .promo {
    margin-top: 0px;
  }
}

body {
  font-family: "Noto Serif", Georgia, serif;
  color: rgb(51, 51, 51);
  font-size: 16px;
  line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0px 0px 12px 0px;
}

h1 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.36;
  font-weight: normal;
}
@media screen and (max-width: 1180px) {
  h1 {
    font-size: 29px;
  }
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 24px;
  }
}

h2,
h3 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2 {
  font-size: 24px;
  line-height: 1.375;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-bottom: 8px;
}

h3 {
  font-size: 16px;
  line-height: 1.375;
}

h4 {
  font-family: "Noto Serif", Georgia, serif;
  font-size: 16px;
  line-height: 1.625;
}

a,
a:visited {
  color: rgb(88, 88, 88);
  text-decoration: underline;
}

a:hover,
a:focus {
  color: rgb(240, 75, 34);
}

article.page {
  font-family: "Noto Serif", Georgia, serif;
}
article.page h2 {
  margin-bottom: 30px;
}
article.page .history h1,
article.page .history h2,
article.page .history h3,
article.page .history h4 {
  color: rgb(51, 51, 51);
  margin-top: 55px;
}
article.page .body,
article.page .employees,
article.page .conditions,
article.page figcaption {
  color: rgb(88, 88, 88);
  font-size: 14px;
  line-height: 1.5;
}
article.page .body h1,
article.page .body h2,
article.page .body h3,
article.page .body h4,
article.page .employees h1,
article.page .employees h2,
article.page .employees h3,
article.page .employees h4,
article.page .conditions h1,
article.page .conditions h2,
article.page .conditions h3,
article.page .conditions h4,
article.page figcaption h1,
article.page figcaption h2,
article.page figcaption h3,
article.page figcaption h4 {
  color: rgb(51, 51, 51);
  margin-top: 55px;
}
article.page .body p,
article.page .employees p,
article.page .conditions p,
article.page figcaption p {
  margin-bottom: 8px;
}
article.page .body .employee h3,
article.page .employees .employee h3,
article.page .conditions .employee h3,
article.page figcaption .employee h3 {
  margin-top: 0px;
}
article.page.article h1 {
  margin-bottom: 60px;
}

article.page .extended-description,
article.page .body,
article.page .employees,
article.page figcaption,
.exhibitions-info .extended-description,
.exhibitions-info .body,
.exhibitions-info .employees,
.exhibitions-info figcaption {
  color: rgb(88, 88, 88);
  font-size: 14px;
  line-height: 1.5;
}
article.page.article .body,
article.page .extended-description,
.exhibitions-info.article .body,
.exhibitions-info .extended-description {
  font-size: 16px;
  line-height: 1.625;
}

.pagination {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.pagination a {
  text-decoration: none;
}
.pagination em {
  font-style: normal;
}
.pagination .current {
  font-weight: 700;
}
.pagination .disabled {
  color: rgb(150, 150, 150);
}

.home {
  font-size: 14px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
.home h2 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.256;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #000;
  border-bottom: 0px;
}
@media screen and (max-width: 1180px) {
  .home h2 {
    font-size: 29px;
  }
}

.artists-index h2 {
  font-weight: normal;
}
.artists-index .column {
  font-size: 14px;
  line-height: 2;
}
.artists-index .column a {
  text-decoration: none;
}
.artists-index .column a:hover,
.artists-index .column a:focus {
  text-decoration: underline;
}

article.exhibition {
  font-size: 14px;
  line-height: 1.75;
  color: rgb(88, 88, 88);
}
article.exhibition h3 a,
article.exhibition h3 a:visited {
  text-decoration: none;
  color: rgb(51, 51, 51);
}
article.exhibition h3 a:hover,
article.exhibition h3 a:focus {
  color: rgb(240, 75, 34);
  text-decoration: underline;
}

.exhibitions-show .technique,
.exhibitions-info .technique {
  color: rgb(88, 88, 88);
  font-size: 14px;
}
.exhibitions-show article.work .artist,
.exhibitions-info article.work .artist {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: 10px;
}
.exhibitions-show article.work .title,
.exhibitions-show article.work .measurements,
.exhibitions-info article.work .title,
.exhibitions-info article.work .measurements {
  color: rgb(88, 88, 88);
  font-size: 14px;
  line-height: 1.5;
}
.exhibitions-show article.work .title,
.exhibitions-info article.work .title {
  font-style: italic;
}

form.single-input {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
form.single-input input,
form.single-input textarea {
  font-size: 16px;
}

header {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
header .logo {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.042em;
}

header nav,
.category-nav,
.availability-nav {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.133em;
}
header nav a,
.category-nav a,
.availability-nav a {
  text-transform: uppercase;
  text-decoration: none;
}
header nav a.current,
.category-nav a.current,
.availability-nav a.current {
  font-weight: bold;
}

footer {
  font-size: 14px;
  line-height: 1.6;
}
footer h2 {
  font-size: 16px;
  line-height: 1.375;
}

.artists-index .column {
  float: left;
  width: 23.6111111111%;
  margin-left: 1.3888888889%;
  margin-bottom: 20px;
}
.artists-index .column:nth-child(4n+1) {
  clear: both;
  margin-left: 0px;
}
@media screen and (max-width: 1180px) {
  .artists-index .column:nth-child(4n+1) {
    clear: none;
    margin-left: 1.3888888889%;
  }
}
@media screen and (max-width: 1180px) {
  .artists-index .column {
    width: 29.8611111111%;
  }
  .artists-index .column:nth-child(3n+1) {
    clear: both;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 700px) {
  .artists-index .column:nth-child(3n+1) {
    clear: none;
    margin-left: 1.3888888889%;
  }
}
@media screen and (max-width: 700px) {
  .artists-index .column {
    width: 73.6111111111%;
  }
  .artists-index .column:nth-child(2n+1) {
    clear: both;
    margin-left: 0px;
  }
}
.artists-index ul {
  list-style-type: none;
  padding: 0px;
}

.auction .image img {
  width: 100%;
  height: auto;
}
.auction .excerpt {
  text-align: center;
}
.auction .excerpt h2 {
  text-transform: lowercase;
  font-weight: 300;
  font-size: 48px;
  color: rgb(240, 75, 34);
  margin-bottom: 0px;
  border: none;
}
.auction .excerpt h3 {
  text-transform: none;
  font-size: 24px;
  font-weight: bold;
}
.auction .excerpt p {
  max-width: 100%;
}

.auction.promo {
  background: #e7e7e7;
  padding-top: 45px;
  padding-bottom: 45px;
}
.auction.promo .image,
.auction.promo .excerpt {
  float: left;
}
.auction.promo .image {
  width: 42.3611111111%;
  margin-right: 7.6388888889%;
}
@media screen and (max-width: 700px) {
  .auction.promo .image {
    width: 100%;
    margin-right: 0px;
  }
}
.auction.promo .excerpt {
  width: 42.3611111111%;
  padding-top: 80px;
}
@media screen and (max-width: 700px) {
  .auction.promo .excerpt {
    width: 100%;
    padding-top: 45px;
  }
}

.auction.page .sidebar,
.auction.page .content {
  float: left;
}
.auction.page .sidebar {
  width: 42.3611111111%;
  margin-right: 7.6388888889%;
}
.auction.page .sidebar .image {
  margin-bottom: 45px;
}
@media screen and (max-width: 700px) {
  .auction.page .sidebar {
    width: 100%;
    margin-right: 0px;
  }
}
.auction.page .content {
  width: 42.3611111111%;
}
@media screen and (max-width: 700px) {
  .auction.page .content {
    width: 100%;
  }
}
.auction.page .content p {
  max-width: 100%;
}
.auction.page .content h2 {
  border: none;
  letter-spacing: 0px;
  text-transform: none;
}
.auction.page .content h3 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 16px;
}
.auction.page .content .conditions {
  margin-top: 90px;
}
.auction.page .content .conditions h3 {
  text-transform: uppercase;
}

.card-container {
  width: 235px;
  height: 235px;
  position: relative;
}
.preserve-3d .card-container {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.card-container .card {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
.preserve-3d .card-container .card {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}
.card-container .card figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  border-radius: 50%;
  line-height: 235px;
}
.preserve-3d .card-container .card figure {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visility: hidden;
  backface-visibility: hidden;
}
.card-container .card figure .inner {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  padding-top: 70px;
}
.card-container .card .front,
.card-container .card .back {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
.card-container .card .front {
  background: #fff;
  color: rgb(51, 51, 51);
  font-size: 24px;
  text-transform: uppercase;
}
.card-container .card .front .inner {
  padding-top: 80px;
}
.card-container .card .front:hover .inner, .card-container .card .front:focus .inner {
  text-decoration: underline;
}
.card-container .card .back {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Serif", Georgia, serif;
  visibility: hidden;
}
.preserve-3d .card-container .card .back {
  visibility: visible;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card-container .card .back a,
.card-container .card .back a:visited {
  color: #fff;
  text-decoration: none;
}
.card-container .card .back a:hover,
.card-container .card .back a:focus {
  text-decoration: underline;
}
.card-container .card.flipped .back {
  visibility: visible;
}
.card-container .card.flipped .front {
  visibility: hidden;
}
.preserve-3d .card-container .card.flipped .back,
.preserve-3d .card-container .card.flipped .front {
  visibility: visible;
}
.preserve-3d .card-container .card.flipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.category-nav {
  list-style-type: none;
  padding: 0px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding-bottom: 15px;
}
.category-nav li {
  display: inline-block;
  margin-right: 16px;
}
.category-nav li a.current {
  color: #000;
}

.availability-nav {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 700px) {
  .availability-nav {
    margin-bottom: 45px;
  }
}
.availability-nav li {
  display: inline-block;
  margin-right: 16px;
}
.availability-nav li a.current {
  color: #000;
}

article.exhibition .thumbnail {
  display: inline-block;
  margin: 0px 7px 5px 0px;
}
article.exhibition .thumbnail img {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
article.exhibition {
  margin: 60px 0px;
}
@media screen and (max-width: 700px) {
  article.exhibition {
    margin: 30px 0px;
  }
}
article.exhibition .works {
  margin-bottom: 20px;
}
article.exhibition .technique {
  margin-bottom: 20px;
}
article.exhibition .technique,
article.exhibition .description {
  max-width: 61.1111111111%;
}
@media screen and (max-width: 700px) {
  article.exhibition .technique,
  article.exhibition .description {
    max-width: 100%;
  }
}

.exhibitions-show .technique,
.exhibitions-info .technique {
  margin-bottom: 30px;
}
.exhibitions-show .description,
.exhibitions-info .description {
  max-width: 48.6111111111%;
  margin-bottom: 110px;
}
@media screen and (max-width: 700px) {
  .exhibitions-show .description,
  .exhibitions-info .description {
    max-width: 100%;
  }
}
.exhibitions-show .video,
.exhibitions-info .video {
  margin-top: -60px;
  margin-bottom: 110px;
}
.exhibitions-show .extended-description ul,
.exhibitions-show .extended-description ol,
.exhibitions-show .extended-description p,
.exhibitions-info .extended-description ul,
.exhibitions-info .extended-description ol,
.exhibitions-info .extended-description p {
  max-width: 48.6111111111%;
}
@media screen and (max-width: 700px) {
  .exhibitions-show .extended-description ul,
  .exhibitions-show .extended-description ol,
  .exhibitions-show .extended-description p,
  .exhibitions-info .extended-description ul,
  .exhibitions-info .extended-description ol,
  .exhibitions-info .extended-description p {
    max-width: 100%;
  }
}
.exhibitions-show .works,
.exhibitions-info .works {
  width: 100%;
  display: table;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .exhibitions-show .works,
  .exhibitions-info .works {
    display: block;
  }
}
.exhibitions-show .works .row,
.exhibitions-info .works .row {
  display: table-row;
}
@media screen and (max-width: 700px) {
  .exhibitions-show .works .row,
  .exhibitions-info .works .row {
    display: block;
  }
}
.exhibitions-show .works .row .work,
.exhibitions-info .works .row .work {
  width: 18.75%;
  display: table-cell;
  padding-left: 1.3888888889%;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .exhibitions-show .works .row .work,
  .exhibitions-info .works .row .work {
    display: block;
    width: 100%;
    padding-left: 0px;
  }
}
.exhibitions-show .works .row .work:first-child,
.exhibitions-info .works .row .work:first-child {
  padding-left: 0px;
  width: 17.3611111111%;
}
@media screen and (max-width: 700px) {
  .exhibitions-show .works .row .work:first-child,
  .exhibitions-info .works .row .work:first-child {
    width: 100%;
  }
}
.exhibitions-show .works .image img,
.exhibitions-info .works .image img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.exhibitions-show .works .image img.tall,
.exhibitions-info .works .image img.tall {
  max-height: 311px;
  height: 24vw;
  width: auto;
}
@media screen and (max-width: 700px) {
  .exhibitions-show .works .image img.tall,
  .exhibitions-info .works .image img.tall {
    max-height: none;
    height: auto;
    width: 100%;
  }
}

.lighter-close {
  text-decoration: none;
}

.available {
  display: inline-block;
  background: #00a26c;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 10px;
  border-radius: 9px;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -3px;
  letter-spacing: 2px;
}
.work .available {
  margin-top: 3px;
  margin-left: 0px;
}

.no-matches {
  margin-top: 60px;
  color: rgb(150, 150, 150);
  font-style: italic;
}

footer {
  background-color: rgba(255, 255, 255, 0.8);
  clear: both;
}
footer .inner {
  padding-top: 30px;
  padding-bottom: 75px;
}
footer .block {
  width: 29.8611111111%;
  float: left;
  margin-left: 1.3888888889%;
  margin-bottom: 15px;
}
footer .block:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 1180px) {
  footer .block {
    width: 42.3611111111%;
  }
  footer .block:nth-child(2n+1) {
    clear: both;
    margin-left: 0px;
  }
}
@media screen and (max-width: 700px) {
  footer .block {
    width: 100%;
    margin-left: 0px;
  }
}
footer .block p {
  max-width: 90%;
}
footer .kulturraadet-logo {
  padding-top: 30px;
  clear: both;
}
footer .kulturraadet-logo img {
  display: block;
  margin-top: 12px;
}
footer .credit {
  margin-top: 20px;
}
footer form.single-input input {
  width: 60%;
}

form.single-input {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
form.single-input input {
  background: rgb(239, 239, 239);
  padding: 0px 10px;
  border-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 0px;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  line-height: 32px;
  display: inline-block;
  float: none;
}
form.single-input button {
  background: rgb(222, 222, 222);
  color: rgb(88, 88, 88);
  font-size: 14px;
  letter-spacing: 0.133em;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0px 20px;
  border: 0px;
  margin: 0;
  line-height: 32px;
  display: inline-block;
  float: none;
}
form.single-input button:hover, form.single-input button:focus {
  background: rgb(209.25, 209.25, 209.25);
  color: #000;
}

header {
  background-color: rgba(255, 255, 255, 0.8);
}
header .inner {
  position: relative;
  padding-top: 25px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1180px) {
  header .inner {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  header .inner {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
header .logo {
  margin: -5px 25px 10px 0;
  display: block;
}
@media screen and (max-width: 1180px) {
  header .logo {
    margin: 0 auto 10px auto;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  header .logo {
    margin: 0 auto 10px auto;
    text-align: center;
  }
}
header .logo a {
  text-decoration: none;
  display: block;
  background: transparent url("/assets/logo-04d7277c.svg") left 0px top 50% no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -9000px;
  width: 230px;
  height: 94px;
}
header .logo span {
  color: rgb(240, 75, 34);
}
header .header-right {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: flex-end;
  flex: 1 1 auto;
}
@media screen and (max-width: 1180px) {
  header .header-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  header .header-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
header .header-right nav {
  width: 100%;
}
@media screen and (max-width: 700px) {
  header .header-right nav {
    margin-bottom: 15px;
  }
}
header .header-right nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}
@media screen and (max-width: 1180px) {
  header .header-right nav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  header .header-right nav ul {
    width: 100%;
  }
}
header .header-right nav ul li {
  display: inline;
  white-space: nowrap;
}
header .header-right nav a .current {
  color: rgb(51, 51, 51);
}
header .header-right nav a:hover, header .header-right nav a:focus {
  color: #000;
  text-decoration: underline;
}
header .header-right .search {
  width: 320px;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  header .header-right .search {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  header .header-right .search {
    width: 100%;
    margin-bottom: 10px;
  }
}
header a,
header a:visited {
  text-decoration: none;
  color: rgb(88, 88, 88);
}

@media screen and (max-width: 700px) {
  header .logo a {
    width: 161px;
    height: 66px;
  }
}
section.home .text,
section.home .artwork {
  float: left;
  margin-right: 1.3888888889%;
  position: relative;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 700px) {
  section.home .text,
  section.home .artwork {
    margin-bottom: 20px;
  }
}
section.home .artwork .image img {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
section.home .card-container {
  clear: both;
  margin: 40px auto 40px auto;
}
section.home .anne-rolfsen {
  width: 29.8611111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .anne-rolfsen {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .text-1 {
  width: 23.6111111111%;
  margin-left: 18.75%;
}
@media screen and (max-width: 700px) {
  section.home .text-1 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .ida-lorentzen {
  margin-top: -25%;
  width: 42.3611111111%;
  margin-left: 43.75%;
}
@media screen and (max-width: 700px) {
  section.home .ida-lorentzen {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .ingrid-eggen {
  margin-top: -10%;
  width: 17.3611111111%;
  margin-left: 18.75%;
}
@media screen and (max-width: 700px) {
  section.home .ingrid-eggen {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .marthe-kampen {
  margin-top: 7%;
  width: 23.6111111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .marthe-kampen {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .wenche-gulbransen {
  margin-top: -25%;
  width: 23.6111111111%;
  margin-left: 12.5%;
}
@media screen and (max-width: 700px) {
  section.home .wenche-gulbransen {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .text-2 {
  margin-top: 7%;
  width: 36.1111111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .text-2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .ellen-grieg {
  margin-top: -5%;
  clear: both;
  width: 29.8611111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .ellen-grieg {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .espen-dietrichson {
  margin-top: -25%;
  width: 42.3611111111%;
  margin-left: 43.75%;
}
@media screen and (max-width: 700px) {
  section.home .espen-dietrichson {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .sidsel-westbo {
  margin-top: -10%;
  width: 23.6111111111%;
  margin-left: 12.5%;
}
@media screen and (max-width: 700px) {
  section.home .sidsel-westbo {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .kjell-erik-killi-olsen {
  margin-top: 15%;
  width: 17.3611111111%;
  margin-left: 18.75%;
}
@media screen and (max-width: 700px) {
  section.home .kjell-erik-killi-olsen {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .krohg {
  margin-top: -10%;
  width: 42.3611111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .krohg {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .text-3 {
  margin-top: 8%;
  width: 36.1111111111%;
  margin-left: 3.125%;
}
@media screen and (max-width: 700px) {
  section.home .text-3 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .yngve-benum {
  margin-top: 5%;
  width: 23.6111111111%;
  margin-left: 25%;
}
@media screen and (max-width: 700px) {
  section.home .yngve-benum {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .kai-fjell {
  margin-top: 35%;
  width: 29.8611111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .kai-fjell {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .eline-mugaas {
  margin-top: -10%;
  width: 42.3611111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .eline-mugaas {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .helle-kaarem {
  width: 42.3611111111%;
  margin-left: 43.75%;
}
@media screen and (max-width: 700px) {
  section.home .helle-kaarem {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .terje-abusdal {
  margin-top: -25%;
  width: 23.6111111111%;
  margin-left: 12.5%;
}
@media screen and (max-width: 700px) {
  section.home .terje-abusdal {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .text-4 {
  margin-top: 6%;
  width: 23.6111111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .text-4 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}
section.home .text-5 {
  clear: left;
  margin-top: 0%;
  width: 29.8611111111%;
  margin-left: 6.25%;
}
@media screen and (max-width: 700px) {
  section.home .text-5 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}

.homepage-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  margin: 0 auto 3rem auto;
  gap: 0;
  column-gap: 1.3888888889%;
}
@media screen and (max-width: 700px) {
  .homepage-section {
    display: block;
  }
}

.homepage-section.image-left .homepage-artwork {
  grid-column: 2/span 5;
}
.homepage-section.image-left .homepage-content {
  grid-column: 7/span 5;
}
@media screen and (max-width: 1180px) {
  .homepage-section.image-left .homepage-content {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .homepage-section.image-left {
    display: flex;
    flex-direction: column;
  }
  .homepage-section.image-left .homepage-artwork {
    order: 1;
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .homepage-section.image-left .homepage-content {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.homepage-section.image-right .homepage-content {
  grid-column: 2/span 5;
}
.homepage-section.image-right .homepage-artwork {
  grid-column: 7/span 5;
}
@media screen and (max-width: 1180px) {
  .homepage-section.image-right .homepage-content {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .homepage-section.image-right {
    display: flex;
    flex-direction: column;
  }
  .homepage-section.image-right .homepage-artwork {
    order: 1;
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .homepage-section.image-right .homepage-content {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.homepage-section.image-grid {
  display: block;
  margin: 5rem auto 8rem auto;
}
@media screen and (max-width: 700px) {
  .homepage-section.image-grid {
    display: block;
    margin: 2rem auto;
  }
}

.homepage-artwork,
.homepage-content {
  min-width: 0;
}
@media screen and (max-width: 700px) {
  .homepage-artwork,
  .homepage-content {
    width: 100%;
    margin: 0;
  }
}

.homepage-artwork {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homepage-artwork .img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: auto;
}
.homepage-artwork .caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

figure.homepage-artwork {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.homepage-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 3rem;
}
.homepage-content .excerpt h2 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.256;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0.5rem;
  border-bottom: 0px;
}
@media screen and (max-width: 1180px) {
  .homepage-content .excerpt h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .homepage-content .excerpt h2 {
    font-size: 20px;
  }
}
.homepage-content .link {
  font-size: 0.875rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: rgb(88, 88, 88);
  margin-top: 1rem;
}

.artwork-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.3888888889%;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .artwork-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .artwork-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .artwork-grid figure.homepage-artwork {
    margin-bottom: 1.5rem;
  }
  .artwork-grid figure.homepage-artwork:last-child {
    margin-bottom: 0;
  }
}

.homepage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

figure.image {
  margin: 0px 0px 22px 0px;
  clear: both;
  float: right;
  margin-left: 1.3888888889%;
  max-width: 36.1111111111%;
}
@media screen and (max-width: 700px) {
  figure.image {
    margin-left: 0px;
    max-width: 100%;
  }
}
figure.image img {
  max-width: 100%;
  height: auto;
}
figure.image.big {
  max-width: 61.1111111111%;
}
figure.image.medium {
  max-width: 42.3611111111%;
  margin-right: 18.75%;
}
@media screen and (max-width: 700px) {
  figure.image.medium {
    margin-right: 0px;
    margin-left: 12px;
    max-width: 50%;
  }
}
figure.image.small {
  max-width: 23.6111111111%;
  margin-right: 37.5%;
}
@media screen and (max-width: 700px) {
  figure.image.small {
    margin-right: 0px;
    margin-left: 12px;
    max-width: 50%;
  }
}

article.page ul,
article.page ol,
article.page p {
  max-width: 54.8611111111%;
}
@media screen and (max-width: 700px) {
  article.page ul,
  article.page ol,
  article.page p {
    max-width: 100%;
  }
}
article.page h2 {
  clear: both;
}
article.page .prices ul {
  list-style-type: none;
  padding: 0px;
}
article.page .prices ul li {
  border-bottom: 1px dashed rgb(204, 204, 204);
  padding: 10px 0px;
}
article.page .card-container {
  float: right;
  margin-right: 10%;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  article.page .card-container {
    float: none;
    margin: 0px auto 40px auto;
  }
}
article.page .contact-map {
  width: 100%;
  height: 450px;
}
article.page .intro {
  margin-bottom: 60px;
}
article.page section.articles .subpage {
  margin-bottom: 40px;
}
article.page section.articles .subpage h2 a,
article.page section.articles .subpage h2 a:visited {
  text-decoration: none;
}
article.page section.articles .subpage h2 a:focus,
article.page section.articles .subpage h2 a:hover {
  text-decoration: underline;
}
article.page .employee-grid .employee {
  width: 23.6111111111%;
  margin-left: 1.3888888889%;
  float: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  article.page .employee-grid .employee {
    float: none;
    width: 100%;
  }
}
article.page .employee-grid .employee .image {
  width: 100%;
  margin-bottom: 12px;
}
article.page .employee-grid .employee .image img {
  width: 100%;
  height: auto;
}
article.page .employee-grid .employee ul,
article.page .employee-grid .employee ol,
article.page .employee-grid .employee p {
  max-width: 100%;
}
article.page .employee-grid .employee:nth-child(5n+1) {
  clear: both;
  margin-left: 0px;
}
article.page .contact-map {
  clear: both;
}

.pagination a,
.pagination span,
.pagination em {
  display: inline-block;
  padding: 0px 10px;
}
.pagination a:first-child,
.pagination span:first-child,
.pagination em:first-child {
  padding-left: 0px;
}

.article-pagination {
  padding-top: 10px;
  max-width: 54.8611111111%;
}
@media screen and (max-width: 700px) {
  .article-pagination {
    max-width: 100%;
  }
}
.article-pagination .previous {
  float: left;
}
.article-pagination .next {
  float: right;
}

.search-results article {
  border-top: 1px solid rgb(230, 230, 230);
  padding-top: 20px;
}
.search-results article:first-child {
  border-top: 0px;
  padding-top: 0px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2rem;
  column-gap: 1.5rem;
}
@media screen and (max-width: 1180px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.news-item-card {
  display: flex;
  flex-direction: column;
}
.news-item-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-item-card .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.news-item-card .content {
  flex-grow: 1;
  font-size: 0.875rem;
}
.news-item-card .content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: none;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: normal;
}
.news-item-card .content .excerpt {
  margin-bottom: 0.5rem;
}
.news-item-card .content .date {
  font-size: 0.875rem;
  color: rgb(88, 88, 88);
  margin-top: auto;
}

.page.news-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}
.page.news-item .image-content {
  grid-column: 8/span 5;
  order: 2;
}
.page.news-item .image-content .main-image {
  margin: 0;
}
.page.news-item .image-content .main-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page.news-item .image-content .main-image figcaption {
  font-size: 0.875rem;
  color: rgb(88, 88, 88);
  margin-top: 0.5rem;
}
.page.news-item .text-content {
  grid-column: 1/span 6;
  order: 1;
}
.page.news-item .text-content .excerpt {
  margin-bottom: 1.5rem;
}
.page.news-item .text-content .excerpt p {
  max-width: 100%;
}
.page.news-item .text-content .published-date {
  color: rgb(88, 88, 88);
  font-size: 0.875rem;
  margin-bottom: 1rem;
  max-width: 100%;
}
.page.news-item .text-content .body-content p,
.page.news-item .text-content .body-content li,
.page.news-item .text-content .body-content blockquote,
.page.news-item .text-content .body-content div:not([class]) {
  max-width: 100%;
}
@media screen and (max-width: 1180px) {
  .page.news-item .image-content {
    grid-column: 7/span 6;
  }
  .page.news-item .text-content {
    grid-column: 1/span 6;
  }
}
@media screen and (max-width: 700px) {
  .page.news-item {
    grid-template-columns: 1fr;
  }
  .page.news-item .image-content {
    grid-column: auto;
    order: initial;
  }
  .page.news-item .text-content {
    grid-column: auto;
    order: initial;
  }
}

.pagination-wrapper {
  margin-top: 2rem;
  text-align: center;
}
