@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans);
.local-base {
  font-size: 1rem;
}

/**
 * Breakpoint Configuration
 * @see https://github.com/Team-Sass/breakpoint/wiki
 *
 * Usage:
 * display: none; // hidden for mobile
 * @include breakpoint($bp--small-up) {
 *   display: block; // shown above 400
 * }
 */
.u-spacing-down {
  margin-bottom: 20px;
}

.u-spacing-up {
  margin-top: 20px;
}

.u-gap-down {
  margin-bottom: 5px;
}

.u-gap-up {
  margin-top: 5px;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url("../fonts/source-serif-pro/SourceSerifPro-Regular.otf");
}

h1, .h1 {
  color: #b3b3b3;
  font-family: "Source Serif Pro";
  font-size: 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px !important;
}

@media screen and (min-width: 380px) {
  h1, .h1 {
    font-size: calc(24px + 24 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 20px;
  color: #00B1CE;
  display: inline;
  background-color: white;
  line-height: 1.7em;
  padding-right: 10px;
  padding-bottom: 5px;
}

@media screen and (min-width: 380px) {
  h2, .h2 {
    font-size: calc(25px + 9 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  h2, .h2 {
    font-size: 34px;
  }
}

@media screen and (min-width: 380px) {
  h2, .h2 {
    line-height: calc(25px + 10 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  h2, .h2 {
    line-height: 35px;
  }
}

h3, .h3 {
  font-family: "Source Serif Pro";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 10px;
}

@media screen and (min-width: 380px) {
  h3, .h3 {
    font-size: calc(18px + 7 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  h3, .h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 380px) {
  h3, .h3 {
    line-height: calc(22px + 8 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  h3, .h3 {
    line-height: 30px;
  }
}

h4, .h4 {
  font-family: "Source Serif Pro";
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
}

h5, .h5 {
  font-family: "Source Serif Pro";
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 10px;
}

h6, .h6 {
  font-family: "Source Serif Pro";
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 10px;
}

.paragraph h2 {
  margin-top: 40px;
}

h2 + h3 {
  margin-top: 20px;
}

h3 + h4 {
  margin-top: 20px;
}

html {
  font-size: 15px;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (min-width: 380px) {
  html {
    font-size: calc(15px + 3 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  html {
    font-size: 18px;
  }
}

body {
  color: black;
  font-family: sans-serif;
  font-family: "Source Serif Pro";
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

body.database {
  font-family: sans-serif;
}

p {
  margin: 0 0 10px;
}

p::-moz-selection, li::-moz-selection, .caption-text::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection {
  background: #7a7a7a;
  /* WebKit/Blink Browsers */
  color: white;
}

p::selection, li::selection, .caption-text::selection, h1::selection, h2::selection, h3::selection, h4::selection {
  background: #7a7a7a;
  /* WebKit/Blink Browsers */
  color: white;
}

.basic-page p a, .blog-post p a, .basic-page ul a, .blog-post ul a, .basic-page ol a, .blog-post ol a {
  color: inherit;
  text-decoration: none;
  background: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#b3b3b3, #b3b3b3);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position-y: 100%, 100%, 100%;
  background-position-x: 0%, 100%, 0%;
}

.basic-page p a::-moz-selection, .blog-post p a::-moz-selection, .basic-page ul a::-moz-selection, .blog-post ul a::-moz-selection, .basic-page ol a::-moz-selection, .blog-post ol a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.basic-page p a::selection, .blog-post p a::selection, .basic-page ul a::selection, .blog-post ul a::selection, .basic-page ol a::selection, .blog-post ol a::selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.basic-page p a::-moz-selection, .blog-post p a::-moz-selection, .basic-page ul a::-moz-selection, .blog-post ul a::-moz-selection, .basic-page ol a::-moz-selection, .blog-post ol a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.basic-page p a:before, .basic-page p a:after, .basic-page p a *, .basic-page p a *:before, .basic-page p a *:after, .blog-post p a:before, .blog-post p a:after, .blog-post p a *, .blog-post p a *:before, .blog-post p a *:after, .basic-page ul a:before, .basic-page ul a:after, .basic-page ul a *, .basic-page ul a *:before, .basic-page ul a *:after, .blog-post ul a:before, .blog-post ul a:after, .blog-post ul a *, .blog-post ul a *:before, .blog-post ul a *:after, .basic-page ol a:before, .basic-page ol a:after, .basic-page ol a *, .basic-page ol a *:before, .basic-page ol a *:after, .blog-post ol a:before, .blog-post ol a:after, .blog-post ol a *, .blog-post ol a *:before, .blog-post ol a *:after {
  text-shadow: none;
}

.basic-page p a:visited, .blog-post p a:visited, .basic-page ul a:visited, .blog-post ul a:visited, .basic-page ol a:visited, .blog-post ol a:visited {
  color: inherit;
}

.basic-page p a:hover, .blog-post p a:hover, .basic-page ul a:hover, .blog-post ul a:hover, .basic-page ol a:hover, .blog-post ol a:hover {
  color: #b3b3b3;
}

blockquote {
  font-style: italic;
  border-left: solid 3px #7a7a7a;
  margin-left: 20px;
  padding-left: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: currentColor;
}

.font-secondary {
  font-family: sans-serif;
  font-family: "Source Serif Pro";
  font-family: serif;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

code:before {
  content: '`';
}

code:after {
  content: '`';
}

pre code:after, pre code:before {
  content: '';
}

i, em {
  font-style: italic;
}

strong, b {
  font-weight: 500;
}

.standfirst {
  font-weight: 900;
  padding-bottom: 20px;
}

.demo-transition.transition-opacity {
  transition: opacity 0.3s ease-in;
}

.demo-transition.transition-move:after {
  transition: left 0.3s ease-in;
}

.l-main-body a {
  transition: all 0.3s ease;
}

.grid-demo {
  counter-reset: grid-item;
}

.grid-demo > * {
  counter-increment: grid-item;
}

.grid-demo > *:after {
  content: counter(grid-item);
  margin-left: 3px;
}

.grid-demo > *:nth-child(odd) {
  border: dashed 1px red;
}

.grid-demo > *:nth-child(even) {
  border: dashed 1px orange;
}

.smart-grid > * {
  margin-bottom: 1rem;
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="2"] > * {
    margin-bottom: 42px;
    width: calc(50% - (42px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="3"] > * {
    margin-bottom: 42px;
    width: calc(33.33333% - (42px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="4"] > * {
    margin-bottom: 42px;
    width: calc(25% - (42px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="5"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="5"] > * {
    margin-bottom: 42px;
    width: calc(20% - (42px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="6"] > * {
    margin-bottom: 42px;
    width: calc(16.66667% - (42px / 2));
  }
}

@media (min-width: 650px) {
  .smart-grid[data-row-items-medium="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="2"] > * {
    margin-bottom: 42px;
    width: calc(50% - (42px / 2));
  }
}

@media (min-width: 650px) {
  .smart-grid[data-row-items-medium="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="3"] > * {
    margin-bottom: 42px;
    width: calc(33.33333% - (42px / 2));
  }
}

@media (min-width: 650px) {
  .smart-grid[data-row-items-medium="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="4"] > * {
    margin-bottom: 42px;
    width: calc(25% - (42px / 2));
  }
}

@media (min-width: 650px) {
  .smart-grid[data-row-items-medium="5"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="5"] > * {
    margin-bottom: 42px;
    width: calc(20% - (42px / 2));
  }
}

@media (min-width: 650px) {
  .smart-grid[data-row-items-medium="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="6"] > * {
    margin-bottom: 42px;
    width: calc(16.66667% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="2"] > * {
    margin-bottom: 42px;
    width: calc(50% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="3"] > * {
    margin-bottom: 42px;
    width: calc(33.33333% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="4"] > * {
    margin-bottom: 42px;
    width: calc(25% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="5"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="5"] > * {
    margin-bottom: 42px;
    width: calc(20% - (42px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="6"] > * {
    margin-bottom: 42px;
    width: calc(16.66667% - (42px / 2));
  }
}

@media (min-width: 1024px) {
  .smart-grid[data-row-items-xlarge="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="2"] > * {
    margin-bottom: 42px;
    width: calc(50% - (42px / 2));
  }
}

@media (min-width: 1024px) {
  .smart-grid[data-row-items-xlarge="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="3"] > * {
    margin-bottom: 42px;
    width: calc(33.33333% - (42px / 2));
  }
}

@media (min-width: 1024px) {
  .smart-grid[data-row-items-xlarge="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="4"] > * {
    margin-bottom: 42px;
    width: calc(25% - (42px / 2));
  }
}

@media (min-width: 1024px) {
  .smart-grid[data-row-items-xlarge="5"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="5"] > * {
    margin-bottom: 42px;
    width: calc(20% - (42px / 2));
  }
}

@media (min-width: 1024px) {
  .smart-grid[data-row-items-xlarge="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="6"] > * {
    margin-bottom: 42px;
    width: calc(16.66667% - (42px / 2));
  }
}

@media (min-width: 650px) {
  .grid--2-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 650px) {
  .grid--2-1 > *:nth-child(odd) {
    width: calc(66.66% - (1rem / 2));
  }
  .grid--2-1 > *:nth-child(even) {
    width: calc(33.33% - (1rem / 2));
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.u-border {
  border: solid 1px #7a7a7a;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

main {
  display: block;
}

:last-child {
  margin-bottom: 0;
}

[class]:last-child {
  margin-bottom: 0;
}

.button, .cookie-compliance__button {
  background-color: #b3b3b3;
  color: white;
  font-family: sans-serif;
  font-size: 0.9em;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #b3b3b3;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.button:link, .cookie-compliance__button:link, .button:visited, .cookie-compliance__button:visited {
  color: white;
  text-decoration: none;
}

.button:hover, .cookie-compliance__button:hover, .button:focus, .cookie-compliance__button:focus, .button:active, .cookie-compliance__button:active {
  color: white;
  text-decoration: "none";
}

.button:before, .cookie-compliance__button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e3e3e3;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.button:before:hover, .cookie-compliance__button:before:hover, .button .button:focus, .cookie-compliance__button .button:focus, .button .cookie-compliance__button:focus, .cookie-compliance__button .cookie-compliance__button:focus, .button .button:active, .cookie-compliance__button .button:active, .button .cookie-compliance__button:active, .cookie-compliance__button .cookie-compliance__button:active {
  color: white;
}

.button:hover:before, .cookie-compliance__button:hover:before, .button:focus:before, .cookie-compliance__button:focus:before, .button:active:before, .cookie-compliance__button:active:before {
  transform: scaleX(1);
}

.button--alt {
  background-color: #b3b3b3;
  color: white;
  font-family: sans-serif;
  font-size: 0.9em;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #b3b3b3;
  color: black;
}

.button--alt:link, .button--alt:visited {
  color: white;
  text-decoration: none;
}

.button--alt:hover, .button--alt:focus, .button--alt:active {
  color: white;
  text-decoration: "none";
}

a.button, a.cookie-compliance__button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="submit"],
.form-submit {
  background-color: #b3b3b3;
  color: white;
  font-family: sans-serif;
  font-size: 0.9em;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
}

input[type="submit"]:link, input[type="submit"]:visited,
.form-submit:link,
.form-submit:visited {
  color: white;
  text-decoration: none;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
.form-submit:hover,
.form-submit:focus,
.form-submit:active {
  color: white;
  text-decoration: "none";
}

a {
  color: #E03D81;
}

.field-summary {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.1em;
}

.image {
  position: relative;
}

.image img {
  max-width: 100%;
}

.image__credit {
  background: rgba(255, 255, 255, 0.6);
  color: black;
  font-size: 10px;
  margin-top: -25px;
  line-height: 25px;
  padding: 0 5px;
  position: absolute;
  right: 0;
}

.pl-video-embed-field-responsive-video {
  position: relative;
}

.pl-video-embed-field-responsive-video:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.pl-video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.form-item--checkboxes,
.form-item--checkbox__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-item__checkbox {
  font-size: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}

.form-item__checkbox + .form-item__description {
  padding-left: 1.5em;
}

.form-item--radios,
.form-item--radio__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-item__radio {
  float: left;
  font-size: 16px;
  margin-top: 16px;
  margin-right: 7px;
  padding-left: 1.5em;
}

.form-item--radio .form-item {
  margin-bottom: 0;
}

.form-item--radio label {
  padding-left: 1.5em;
}

.form-item__dropdown {
  border: 1px solid #b3b3b3;
  display: block;
  position: relative;
}

.form-item__dropdown::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #333333;
  content: " ";
  position: absolute;
  top: 42%;
  right: 1em;
  z-index: 2;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
  display: none;
}

.form-item__select {
  border: 1px solid #b3b3b3;
  height: 41px;
  font-family: avenir;
  font-size: 16px;
  margin: 0;
  outline: none;
  padding: .6em .8em .5em .8em;
  width: 100%;
}

.form-item__select :focus {
  outline: none;
  color: #222;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
  /* Show custom arrow */
  .form-item__dropdown::after {
    display: block;
  }
  /* Remove select styling */
  .form-item__select {
    padding-right: 2em;
    /* Match-01 */
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: none;
    /* Match-04 */
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border: 1px solid transparent;
    /* Match-05 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-item__select:focus {
    border-color: transparent;
    border-radius: 0;
  }
}

.form-item {
  margin-bottom: 1em;
  max-width: 20em;
}

.form-item::after {
  clear: both;
  content: "";
  display: table;
}

.form-item__label {
  display: block;
  font-weight: 600;
}

@media (min-width: 500px) {
  .form-item__label {
    display: block;
    margin-right: 2%;
    padding: .6em 0;
  }
}

.form-item__textfield,
.form-item__password,
.form-item__textarea,
.form-item__email,
.form-item__entity-autocomplete {
  border: 1px solid #b3b3b3;
  max-width: 24em;
  padding: .6em;
}

.form-item__textfield:focus,
.form-item__password:focus,
.form-item__textarea:focus,
.form-item__email:focus,
.form-item__entity-autocomplete:focus {
  border-color: black;
}

.form-item__textfield + .form-item__description,
.form-item__password + .form-item__description,
.form-item__textarea + .form-item__description,
.form-item__email + .form-item__description,
.form-item__entity-autocomplete + .form-item__description {
  font-size: 14px;
}

@media screen and (min-width: 380px) {
  .form-item__textfield + .form-item__description,
  .form-item__password + .form-item__description,
  .form-item__textarea + .form-item__description,
  .form-item__email + .form-item__description,
  .form-item__entity-autocomplete + .form-item__description {
    font-size: calc(14px + 2 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .form-item__textfield + .form-item__description,
  .form-item__password + .form-item__description,
  .form-item__textarea + .form-item__description,
  .form-item__email + .form-item__description,
  .form-item__entity-autocomplete + .form-item__description {
    font-size: 16px;
  }
}

.form-item__description {
  margin-top: .3em;
}

.form-item__description a {
  color: inherit;
  text-decoration: none;
  background: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#b3b3b3, #b3b3b3);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position-y: 100%, 100%, 100%;
  background-position-x: 0%, 100%, 0%;
}

.form-item__description a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.form-item__description a::selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.form-item__description a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.form-item__description a:before, .form-item__description a:after, .form-item__description a *, .form-item__description a *:before, .form-item__description a *:after {
  text-shadow: none;
}

.form-item__description a:visited {
  color: inherit;
}

.form-item__description a:hover {
  color: #b3b3b3;
}

.form-fieldset {
  border-top: 1px solid #e3e3e3;
  border-right: none;
  border-bottom: 1px solid #e3e3e3;
  border-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-fieldset .form-item {
  margin-left: 0;
  max-width: 31em;
}

.form-fieldset .heading-2 {
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
}

textarea,
input.form-item__textfield,
input.form-item__password,
input.form-item__textarea,
input.form-item__email,
input.form-item__entity-autocomplete {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 15px;
  font-size: 15px;
  line-height: 24px;
  max-width: 100%;
}

@media screen and (min-width: 380px) {
  textarea,
  input.form-item__textfield,
  input.form-item__password,
  input.form-item__textarea,
  input.form-item__email,
  input.form-item__entity-autocomplete {
    font-size: calc(15px + 3 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  textarea,
  input.form-item__textfield,
  input.form-item__password,
  input.form-item__textarea,
  input.form-item__email,
  input.form-item__entity-autocomplete {
    font-size: 18px;
  }
}

@media screen and (min-width: 380px) {
  textarea,
  input.form-item__textfield,
  input.form-item__password,
  input.form-item__textarea,
  input.form-item__email,
  input.form-item__entity-autocomplete {
    line-height: calc(24px + 5 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  textarea,
  input.form-item__textfield,
  input.form-item__password,
  input.form-item__textarea,
  input.form-item__email,
  input.form-item__entity-autocomplete {
    line-height: 29px;
  }
}

input:matches([type="password"], [type="search"]) {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 15px;
  font-size: 15px;
  line-height: 24px;
}

@media screen and (min-width: 380px) {
  input:matches([type="password"], [type="search"]) {
    font-size: calc(15px + 3 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  input:matches([type="password"], [type="search"]) {
    font-size: 18px;
  }
}

@media screen and (min-width: 380px) {
  input:matches([type="password"], [type="search"]) {
    line-height: calc(24px + 5 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  input:matches([type="password"], [type="search"]) {
    line-height: 29px;
  }
}

@font-face {
  font-family: "icons";
  src: url("icons.eot");
  src: url("icons.eot?#iefix") format("eot"), url("icons.woff") format("woff"), url("icons.ttf") format("truetype"), url("icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Font application to generic DOM
 */
[class*="icon--"] {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
}

.icon--close::before {
  content: "";
}

.icon--menu::before {
  content: "";
}

.icon--search::before {
  content: "";
}

.tabs__item {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.tabs__link-item {
  display: -ms-flexbox;
  display: flex;
  background-color: #ebebeb;
  border: 1px solid #cccccc;
  border-bottom: none;
  color: #7a7a7a;
  font-size: 1.1rem;
  padding: 1em 2.4em;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
}

@media (min-width: 650px) {
  .tabs__link-item {
    border-bottom: 1px solid #e3e3e3;
    border-left: none;
    display: inline-block;
    font-size: 1rem;
    padding: .6em 1.7em;
    position: relative;
    top: 1px;
    width: auto;
  }
}

.tabs__link-item:hover {
  background-color: #e3e3e3;
  color: #333333;
}

.tabs__link-item.is-active {
  background-color: #7a7a7a;
  border: 1px solid #7a7a7a;
  color: white;
}

@media (min-width: 650px) {
  .tabs__link-item.is-active {
    background-color: white;
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid #cccccc;
    border-left: none;
    color: #7a7a7a;
  }
}

.responsive-menu-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  z-index: 3;
}

.responsive-menu-toggle--fixed {
  position: fixed;
  top: 0;
  left: auto;
}

.responsive-menu-toggle--with-admin {
  position: fixed;
  top: 0;
  left: auto;
  width: auto;
}

.responsive-menu-toggle-icon {
  box-sizing: border-box;
  display: block;
  width: 75px;
  height: 36px;
  z-index: 4;
  margin-top: 0;
  background-color: #666666;
}

@media (min-width: 650px) {
  .responsive-menu-toggle-icon {
    height: 50px;
    width: 105px;
  }
}

.no-js .responsive-menu-toggle-icon {
  display: none;
}

.responsive-menu-toggle-icon span.label {
  display: block;
  position: absolute;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  top: 6px;
  left: 27px;
  color: white;
}

@media (min-width: 650px) {
  .responsive-menu-toggle-icon span.label {
    left: 40px;
    line-height: 29px;
    top: 11px;
  }
}

.responsive-menu-toggle-icon span.icon:before,
.responsive-menu-toggle-icon span.icon:after,
.responsive-menu-toggle-icon span.icon {
  background: white;
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 5px;
}

@media (min-width: 650px) {
  .responsive-menu-toggle-icon span.icon:before,
  .responsive-menu-toggle-icon span.icon:after,
  .responsive-menu-toggle-icon span.icon {
    left: 12px;
  }
}

.responsive-menu-toggle-icon span.icon:before {
  left: 0;
  top: -6px;
}

.responsive-menu-toggle-icon span.icon {
  top: 16px;
}

@media (min-width: 650px) {
  .responsive-menu-toggle-icon span.icon {
    top: 23px;
  }
}

.responsive-menu-toggle-icon span.icon:after {
  left: 0;
  top: 6px;
}

.responsive-menu-toggle-icon span.icon:before,
.responsive-menu-toggle-icon span.icon:after,
.responsive-menu-toggle-icon span.icon {
  transition: none 0.4s ease-out 0.1s;
  transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening .responsive-menu-toggle-icon span.icon:before,
html.mm-opening .responsive-menu-toggle-icon span.icon:after {
  top: 16px;
}

@media (min-width: 650px) {
  html.mm-opening .responsive-menu-toggle-icon span.icon:before,
  html.mm-opening .responsive-menu-toggle-icon span.icon:after {
    top: 23px;
  }
}

html.mm-opening .responsive-menu-toggle-icon span.icon {
  left: -25px;
}

html.mm-opening .responsive-menu-toggle-icon span.icon:before {
  transform: rotate(45deg);
  left: 35px;
  top: 1px;
}

html.mm-opening .responsive-menu-toggle-icon span.icon:after {
  transform: rotate(-45deg);
  left: 35px;
  top: 1px;
}

.page-title {
  margin-top: 0;
}

.branding__logo {
  width: 100px;
  float: left;
}

.branding__name {
  float: left;
  width: 140px;
  margin-left: 30px;
  font-size: 25px;
  line-height: 32px;
}

.branding__name a {
  color: black;
  text-decoration: none;
  font-weight: 900;
}

#sliding-popup {
  display: block;
  margin: 0;
  padding: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99999;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}

.sliding-popup-bottom {
  position: fixed;
}

.cookie-compliance__content {
  border: 0 none;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cookie-compliance__content::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 650px) {
  .cookie-compliance__content {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .cookie-compliance__content {
    margin: 0 auto;
    max-width: 820px;
  }
}

.cookie-compliance__info {
  float: left;
}

.cookie-compliance__info::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 506px) {
  .cookie-compliance__info {
    float: left;
    max-width: 60%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

@media (min-width: 768px) {
  .cookie-compliance__info {
    padding-right: 0;
    padding-left: 0;
    max-width: 65%;
  }
}

.cookie-compliance__buttons {
  clear: left;
  padding-top: 10px;
}

@media (min-width: 506px) {
  .cookie-compliance__buttons {
    float: right;
    clear: none;
    max-width: 40%;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .cookie-compliance__buttons {
    max-width: 35%;
  }
}

.cookie-compliance__button {
  border: 0;
  vertical-align: top;
  width: 80%;
  max-width: 230px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 15px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-weight: 600;
}

@media (min-width: 506px) {
  .cookie-compliance__button {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
  }
}

.cookie-compliance__button--more {
  background-color: #b3b3b3;
  color: white;
  font-family: sans-serif;
  font-size: 0.9em;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #b3b3b3;
  color: black;
  font-weight: 300;
  font-size: 15px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.cookie-compliance__button--more:link, .cookie-compliance__button--more:visited {
  color: white;
  text-decoration: none;
}

.cookie-compliance__button--more:hover, .cookie-compliance__button--more:focus, .cookie-compliance__button--more:active {
  color: white;
  text-decoration: "none";
}

@media (min-width: 506px) {
  .cookie-compliance__button--more {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
  }
}

.cookie-compliance__content h3 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 13px;
}

@media (min-width: 650px) {
  .cookie-compliance__content h3 {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.cookie-compliance__content h3,
.cookie-compliance__content p {
  line-height: 1.2;
}

.cookie-compliance__content p {
  font-size: 13px;
  margin-bottom: 0;
}

@media (min-width: 650px) {
  .cookie-compliance__content p {
    font-size: 16px;
  }
}

.image-figure {
  margin: 0;
}

.image-figure__caption {
  border: 0px solid #cccccc;
  border-top: 0;
  padding: 5px;
  font-size: 80%;
  color: #666666;
  text-align: center;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.breadcrumb:before {
  content: '';
  display: block;
  border-top: 4px solid #e3e3e3;
  width: 100px;
}

.breadcrumb__item,
.breadcrumb__link,
.breadcrumb__link:link,
.breadcrumb__link:visited,
.breadcrumb__link:focus {
  color: #333333;
  text-decoration: none;
  padding-right: 5px;
}

.breadcrumb__link:hover {
  color: #292929;
}

.breadcrumb__item {
  display: inline-block;
  font-size: .75rem;
}

.breadcrumb__item::after {
  color: #b3b3b3;
  content: "/";
}

.breadcrumb__item:last-child::after {
  content: "";
}

.breadcrumb_link:active {
  color: #bbb;
}

.journey-menu {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-width: 320px;
}

.journey-menu__menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}

.journey-menu__menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}

.journey-menu__menu-link {
  color: black;
  text-decoration: none;
}

.journey-menu__menu-link:hover {
  color: #666666;
}

.journey-menu__menu-link.is-active {
  color: #b3b3b3;
}

.dynamic-block-fieldnode-in-page-menu ul {
  margin: 0;
  padding: 0;
}

.dynamic-block-fieldnode-in-page-menu ul li {
  list-style: none;
  margin: 0;
}

.dynamic-block-fieldnode-in-page-menu ul li li {
  margin-left: 1em;
}

.dynamic-block-fieldnode-in-page-menu ul li a {
  text-decoration: none;
  color: black;
}

.dynamic-block-fieldnode-in-page-menu ul li a:hover {
  color: #00B1CE;
}

.dynamic-block-fieldnode-in-page-menu ul li .is-active {
  font-weight: 700;
}

#block-membermenu {
  display: none;
}

@media (min-width: 650px) {
  #block-membermenu {
    display: block;
  }
}

#block-membermenu ul.menu {
  border-left: 1px solid #e3e3e3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 35px;
}

#block-membermenu ul.menu li {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  list-style: none;
}

#block-membermenu ul.menu li a {
  padding: .3em 1.5em;
  border: 1px solid grey;
  color: #333333;
  text-decoration: none;
}

#block-membermenu ul.menu li a:hover {
  background-color: #e3e3e3;
  color: #333333;
}

.tabs__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 1px;
  margin-bottom: 20px;
}

@media (min-width: 650px) {
  .tabs__nav {
    border-left: 1px solid #e3e3e3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.tabs__tab {
  display: none;
}

.tabs__tab.is-active {
  display: block;
}

.tabs__content {
  padding: 1.5rem;
}

.tabs.no-js .tabs__tab.is-active {
  display: block;
}

.tabs__nav--local-tasks {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 1px;
  padding-left: 0;
}

.tabs__nav--local-tasks:last-child {
  margin-bottom: 20px;
}

.tabs__link--local-tasks {
  padding: .3em 1.5em;
}

.page-metadata {
  color: #7a7a7a;
  margin: 30px 0;
  position: relative;
}

.page-metadata__type {
  font-size: 90%;
  font-weight: 600;
}

.pager {
  margin: 2em 0;
}

.pager__items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pager__item {
  display: inline-block;
  margin: 0 .7em;
}

@media (min-width: 650px) {
  .pager__item {
    margin: 0 1em;
  }
}

.pager__link,
.pager__link:link,
.pager__link:visited {
  color: #7a7a7a;
  font-weight: 600;
  text-decoration: none;
}

.pager__link.is-active, .pager__link:hover,
.pager__link:link.is-active,
.pager__link:link:hover,
.pager__link:visited.is-active,
.pager__link:visited:hover {
  color: #b3b3b3;
}

.pager__link--next,
.pager__link--prev {
  display: block;
}

.pager__link--next span,
.pager__link--prev span {
  display: none;
}

.pager__link--next::before,
.pager__link--prev::before {
  border: 8px solid #7a7a7a;
  border-bottom: 6px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  position: relative;
  top: 1px;
}

.pager__link--next:hover::before,
.pager__link--prev:hover::before {
  border-left-color: #b3b3b3;
}

.pager__link--prev::before {
  border-left-color: transparent;
  border-right-color: #7a7a7a;
}

.pager__link--prev:hover::before {
  border-left-color: transparent;
  border-right-color: #b3b3b3;
}

.mm-opening #st-el-1.st-left {
  opacity: 0;
  left: -60px;
}

.status--warning {
  background-color: #f9fb93;
  color: #64643b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.status--warning a {
  color: #4b4b2c;
  text-decoration: underline;
}

.status--warning a:focus, .status--warning a:hover {
  color: #19190f;
}

.status--warning .placeholder {
  font-style: normal;
  font-weight: 800;
}

.status--error {
  background-color: #fbe3e4;
  color: #645b5b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.status--error a {
  color: #4b4444;
  text-decoration: underline;
}

.status--error a:focus, .status--error a:hover {
  color: #191717;
}

.status--error .placeholder {
  font-style: normal;
  font-weight: 800;
}

.status--status {
  background-color: #cfefc2;
  color: #53604e;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.status--status a {
  color: #3e483a;
  text-decoration: underline;
}

.status--status a:focus, .status--status a:hover {
  color: #151813;
}

.status--status .placeholder {
  font-style: normal;
  font-weight: 800;
}

.testimonial--with-image, .testimonial--without-image {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.testimonial__text {
  font-size: 17px;
  line-height: 24px;
  border-left: 4px solid #666666;
  color: #666666;
  padding: 10px 0 10px 20px;
}

@media screen and (min-width: 380px) {
  .testimonial__text {
    font-size: calc(17px + 7 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .testimonial__text {
    font-size: 24px;
  }
}

@media screen and (min-width: 380px) {
  .testimonial__text {
    line-height: calc(24px + 8 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .testimonial__text {
    line-height: 32px;
  }
}

.testimonial__citation, .testimonial__context {
  text-align: right;
}

.testimonial__citation {
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial__context {
  color: #7a7a7a;
  line-height: 14px;
}

@media screen and (min-width: 380px) {
  .testimonial__context {
    line-height: calc(14px + 11 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .testimonial__context {
    line-height: 25px;
  }
}

.testimonial__image {
  margin-bottom: 10px;
  margin-left: 10px;
  width: 100%;
}

.testimonial__image img {
  border-radius: 50%;
}

.database_search_advanced .names,
.database_search_advanced .locations {
  display: -ms-flexbox;
  display: flex;
}

.database_search_advanced label {
  -ms-flex: none;
      flex: none;
  display: block;
  width: 125px;
  font-weight: bold;
  font-size: 1em;
}

.database_search_advanced .form-item {
  display: -ms-flexbox;
  display: flex;
}

.database_search_advanced .form-item .form-item__dropdown {
  width: 130px;
  margin-right: 1em;
  height: 45px;
}

.database_search_advanced .form-item .form-text {
  margin-right: 1em;
  max-width: 14em;
}

table {
  border: 0px solid #e3e3e3;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

table tr {
  background-color: white;
  border: 1px solid #e3e3e3;
  padding: 0;
  border-bottom: 3px solid #b3b3b3;
  margin-bottom: 1em;
  display: block;
}

table th,
table td {
  padding: .625em;
  text-align: center;
  min-height: 50px;
}

table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table td {
  border-bottom: 1px solid #ddd;
  display: block;
  text-align: left;
}

table td::before {
  content: attr(data-label) ":";
  float: left;
  text-indent: 0;
  min-width: 10em;
  min-height: 50px;
  font-weight: 700;
}

@media (min-width: 650px) {
  table thead {
    clip: none;
    height: inherit;
    margin: inherit;
    overflow: inherit;
    padding: inherit;
    position: inherit;
    width: inherit;
  }
  table th {
    text-align: left;
  }
  table tr {
    display: table-row;
    border-bottom: 1px solid #b3b3b3;
  }
  table td {
    border-bottom: inherit;
    display: table-cell;
    text-align: left;
  }
  table td::before {
    content: '';
    float: inherit;
    text-indent: inherit;
    min-width: inherit;
    min-height: inherit;
    font-weight: inherit;
  }
}

.search-result {
  list-style: none;
  border-top: 2px solid #7a7a7a;
}

.search-result__title a {
  text-decoration: none;
  color: black;
}

.search-result__title a:visited {
  color: black;
}

.search-result__excerpt {
  padding-bottom: 30px;
}

.view-item-list__list {
  padding-left: 0;
  list-style: none;
  -webkit-padding-start: 0;
}

.exposed-filter {
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.exposed-filter .form-item,
.exposed-filter .form-actions {
  display: inline-block;
}

.exposed-filter .form-item__label {
  min-width: 12em;
}

.exposed-filter .form-item__submit {
  height: 43px;
  font-weight: 600;
}

.exposed-filter .form-item__textfield {
  padding-top: 0.3em;
  padding-bottom: 0.45em;
}

.footer-contact {
  margin-top: 20px;
  font-size: 15px;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
  background: -webkit-linear-gradient(#e3e3e3, #e3e3e3), -webkit-linear-gradient(#e3e3e3, #e3e3e3), -webkit-linear-gradient(#b3b3b3, #b3b3b3);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #e3e3e3, -0.03em 0 #e3e3e3, 0 0.03em #e3e3e3, 0 -0.03em #e3e3e3, 0.06em 0 #e3e3e3, -0.06em 0 #e3e3e3, 0.09em 0 #e3e3e3, -0.09em 0 #e3e3e3, 0.12em 0 #e3e3e3, -0.12em 0 #e3e3e3, 0.15em 0 #e3e3e3, -0.15em 0 #e3e3e3;
  background-position-y: 100%, 100%, 100%;
  background-position-x: 0%, 100%, 0%;
}

.footer-contact a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-contact a::selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-contact a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-contact a:before, .footer-contact a:after, .footer-contact a *, .footer-contact a *:before, .footer-contact a *:after {
  text-shadow: none;
}

.footer-contact a:visited {
  color: inherit;
}

.footer-contact a:hover {
  color: #b3b3b3;
}

@media screen and (min-width: 380px) {
  .footer-contact {
    font-size: calc(15px + 1 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .footer-contact {
    font-size: 16px;
  }
}

.footer-contact p {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-privacy-link {
  margin-top: 20px;
  font-size: 15px;
}

.footer-privacy-link a {
  color: inherit;
  text-decoration: none;
  background: -webkit-linear-gradient(#e3e3e3, #e3e3e3), -webkit-linear-gradient(#e3e3e3, #e3e3e3), -webkit-linear-gradient(#b3b3b3, #b3b3b3);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #e3e3e3, -0.03em 0 #e3e3e3, 0 0.03em #e3e3e3, 0 -0.03em #e3e3e3, 0.06em 0 #e3e3e3, -0.06em 0 #e3e3e3, 0.09em 0 #e3e3e3, -0.09em 0 #e3e3e3, 0.12em 0 #e3e3e3, -0.12em 0 #e3e3e3, 0.15em 0 #e3e3e3, -0.15em 0 #e3e3e3;
  background-position-y: 100%, 100%, 100%;
  background-position-x: 0%, 100%, 0%;
}

.footer-privacy-link a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-privacy-link a::selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-privacy-link a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-privacy-link a:before, .footer-privacy-link a:after, .footer-privacy-link a *, .footer-privacy-link a *:before, .footer-privacy-link a *:after {
  text-shadow: none;
}

.footer-privacy-link a:visited {
  color: inherit;
}

.footer-privacy-link a:hover {
  color: #b3b3b3;
}

@media screen and (min-width: 380px) {
  .footer-privacy-link {
    font-size: calc(15px + 1 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .footer-privacy-link {
    font-size: 16px;
  }
}

.footer-statement {
  max-width: 440px;
}

.footer-statement a {
  color: inherit;
  text-decoration: none;
  background: -webkit-linear-gradient(#e3e3e3, #e3e3e3), -webkit-linear-gradient(#e3e3e3, #e3e3e3), -webkit-linear-gradient(#b3b3b3, #b3b3b3);
  background-size: .05em 1px, .05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #e3e3e3, -0.03em 0 #e3e3e3, 0 0.03em #e3e3e3, 0 -0.03em #e3e3e3, 0.06em 0 #e3e3e3, -0.06em 0 #e3e3e3, 0.09em 0 #e3e3e3, -0.09em 0 #e3e3e3, 0.12em 0 #e3e3e3, -0.12em 0 #e3e3e3, 0.15em 0 #e3e3e3, -0.15em 0 #e3e3e3;
  background-position-y: 100%, 100%, 100%;
  background-position-x: 0%, 100%, 0%;
}

.footer-statement a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-statement a::selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-statement a::-moz-selection {
  text-shadow: 0.03em 0 #666666, -0.03em 0 #666666, 0 0.03em #666666, 0 -0.03em #666666, 0.06em 0 #666666, -0.06em 0 #666666, 0.09em 0 #666666, -0.09em 0 #666666, 0.12em 0 #666666, -0.12em 0 #666666, 0.15em 0 #666666, -0.15em 0 #666666;
  background: #666666;
}

.footer-statement a:before, .footer-statement a:after, .footer-statement a *, .footer-statement a *:before, .footer-statement a *:after {
  text-shadow: none;
}

.footer-statement a:visited {
  color: inherit;
}

.footer-statement a:hover {
  color: #b3b3b3;
}

.menu-groups {
  padding-left: 0;
  margin-left: 0;
  max-width: 320px;
}

.menu-groups > h2 {
  font-size: 24px;
  line-height: 1.2;
}

.menu-groups > h2 a {
  color: black;
  text-decoration: none;
}

.menu-groups > h2 a:hover {
  color: #666666;
}

.menu-groups--first {
  display: none;
  float: right;
  z-index: 2;
  width: calc(39% - 100px);
}

.menu-groups--second {
  padding-top: 30px;
  display: block;
}

@media (min-width: 1250px) {
  .menu-groups--first {
    display: block;
  }
  .menu-groups--second {
    display: none;
  }
}

.hero-image__image-figure {
  position: relative;
}

.hero-image__image {
  position: relative;
}

.hero-image__image-figure img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
  display: block;
  width: 100%;
}

.hero-image__image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 360px;
  min-width: 340px;
  height: 60px;
  background-color: #b3b3b3;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 38%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 38%);
  z-index: -1;
}

@media (min-width: 650px) {
  .hero-image__image:after {
    width: 35vw;
  }
}

@media (min-width: 2014px) {
  .hero-image__image:after {
    height: 80px;
    bottom: calc(0px + (10vw/16));
  }
}

.hero-image .image__credit {
  right: auto;
  left: 0;
  bottom: 10px;
  font-size: 8px;
}

@media screen and (min-width: 380px) {
  .hero-image .image__credit {
    font-size: calc(8px + 5 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .hero-image .image__credit {
    font-size: 13px;
  }
}

.hero-image__caption-text {
  max-width: 30vw;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: black;
  color: white;
  position: absolute;
  bottom: 35px;
  text-align: left;
  font-size: 8px;
}

@media screen and (min-width: 380px) {
  .hero-image__caption-text {
    font-size: calc(8px + 5 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .hero-image__caption-text {
    font-size: 13px;
  }
}

@media (min-width: 650px) {
  .hero-image__caption-text {
    padding: 10px;
  }
}

.hero-image--front .hero-image__image:after {
  background: #7a7a7a;
}

.pewterer-pager {
  border: 1px solid #e3e3e3;
  background: white;
  padding: 0.5em;
  margin-bottom: 2em;
}

.pewterer-pager a, .pewterer-pager form, .pewterer-pager div {
  display: inline-block;
}

.pewterer-pager .form-item {
  margin-bottom: 0;
}

.pewterer-pager form {
  text-align: center;
}

.pewterer-pager label {
  display: inline-block;
  margin: 0;
}

.pewterer-pager input {
  display: inline-block;
  height: 60px;
  text-align: center;
}

.pewterer-pager input[type="submit"] {
  background: #E03D81;
  border-radius: 4px;
  margin-top: -5px;
}

.pewterer-pager .form-actions {
  display: inline-block;
}

.pewterer-pager .pewtererpager-link {
  color: white;
  text-decoration: none;
  width: 200px;
  display: inline-block;
  background: #cccccc;
  text-align: center;
  position: relative;
  background: #E03D81;
  border: 3px solid #E03D81;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  width: 20%;
}

.pewterer-pager .pewtererpager-link:after, .pewterer-pager .pewtererpager-link:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pewterer-pager .pewtererpager-link:after {
  border-color: rgba(30, 73, 213, 0);
  border-width: 30px;
  margin-top: -30px;
}

.pewterer-pager .pewtererpager-link:before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 29px;
  margin-top: -29px;
}

.pewterer-pager .pewtererpager-link-prev {
  margin-left: 40px;
}

.pewterer-pager .pewtererpager-link-prev:before, .pewterer-pager .pewtererpager-link-prev:after {
  right: 100%;
}

.pewterer-pager .pewtererpager-link-prev:after {
  border-color: rgba(30, 73, 213, 0);
  border-right-color: #E03D81;
}

.pewterer-pager .pewtererpager-link-prev:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #E03D81;
}

.pewterer-pager .pewtererpager-link-next {
  margin-right: 40px;
  float: right;
}

.pewterer-pager .pewtererpager-link-next:before, .pewterer-pager .pewtererpager-link-next:after {
  left: 100%;
}

.pewterer-pager .pewtererpager-link-next:after {
  border-color: rgba(30, 73, 213, 0);
  border-left-color: #E03D81;
}

.pewterer-pager .pewtererpager-link-next:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #E03D81;
}

.pewterer-pager .pewtererpager-link:hover {
  opacity: 0.5;
}

.pewterer-pager .pewtererpager-link {
  width: 20%;
}

.pewterer-pager .pewtererpager-link-next {
  margin-right: 10%;
}

.pewterer-pager .pewtererpager-link-prev {
  margin-left: 10%;
}

.pewterer-pager form {
  width: 38%;
}

.pewterer-pager .form-item {
  max-width: 3em;
}

.pewterer-pager label {
  display: none;
}

.pewterer-pager input {
  width: 100%;
  padding: 0;
}

.pewterer-pager input[type="submit"] {
  width: 45px;
}

@media (min-width: 768px) {
  .pewterer-pager .pewtererpager-link-next {
    margin-right: 30px;
  }
  .pewterer-pager .pewtererpager-link-prev {
    margin-left: 30px;
  }
  .pewterer-pager form {
    width: calc(60% - 70px);
  }
  .pewterer-pager input {
    width: 100px;
    padding: 0;
  }
  .pewterer-pager input[type="submit"] {
    width: 60px;
  }
}

.open-all, .close-all {
  width: 45%;
  border: 1px solid red;
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  float: right;
  padding: 1em;
  cursor: pointer;
  background: #E03D81;
  border-radius: 4px;
  color: white;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.open-all:hover, .close-all:hover {
  opacity: 0.5;
}

.open-all {
  margin-left: 10%;
}

.open-all:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid white;
  right: 15px;
  top: 15px;
}

@media (min-width: 500px) {
  .open-all:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid white;
    right: 20px;
    top: 20px;
  }
}

.close-all:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
  right: 15px;
  top: 15px;
}

@media (min-width: 500px) {
  .close-all:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
    right: 20px;
    top: 20px;
  }
}

#block-pewtererassociationsfieldblock {
  clear: both;
}

.search-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 110px;
  background-color: #666666;
  cursor: pointer;
}

@media (min-width: 650px) {
  .search-toggle {
    height: 50px;
    width: 110px;
  }
}

.search-toggle:hover {
  background-color: #737373;
}

@media (min-width: 768px) {
  .search-toggle {
    width: 120px;
  }
}

.search-toggle-block {
  background-image: url(../images/magnifying-glass.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 0 3px;
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  height: 25px;
  width: 20px;
  cursor: pointer;
  line-height: 1.6;
}

@media screen and (min-width: 380px) {
  .search-toggle-block {
    line-height: calc(1.6 + -0.1 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .search-toggle-block {
    line-height: 1.5;
  }
}

@media (min-width: 650px) {
  .search-toggle-block {
    margin-top: 10px;
    margin-left: 16px;
    height: 28px;
    width: 20px;
    background-position: 0 6px;
  }
}

.search-toggle-block a.search-link {
  width: 110px;
  height: 40px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 30px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sitewide-search {
  margin-right: 0;
  margin-left: 0;
  padding-top: 42px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

@media (min-width: 650px) {
  .sitewide-search {
    margin-right: 130px;
    margin-left: 210px;
    padding-top: 5px;
  }
}

@media (min-width: 1250px) {
  .sitewide-search {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }
}

.sitewide-search > form::after {
  clear: both;
  content: "";
  display: table;
}

.sitewide-search .form-item {
  max-width: none;
  width: calc(100vw - 109px);
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

@media (min-width: 650px) {
  .sitewide-search .form-item {
    width: calc(98vw - 470px);
  }
}

@media (min-width: 1250px) {
  .sitewide-search .form-item {
    width: 78%;
  }
}

.sitewide-search .form-item__textfield {
  margin-right: 1em;
  max-width: none;
  height: 40px;
  border: none;
  width: 100%;
  font-size: 16px;
}

@media (min-width: 650px) {
  .sitewide-search .form-item__textfield {
    width: 100%;
  }
}

.sitewide-search .form-actions {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1250px) {
  .sitewide-search .form-actions {
    width: 20%;
  }
}

.sitewide-search .form-item__submit {
  height: 40px;
}

.sitewide-search .button, .sitewide-search .cookie-compliance__button {
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  padding-right: 1em;
  padding-left: 1em;
  min-width: 70px;
}

@media (min-width: 650px) {
  .sitewide-search .button, .sitewide-search .cookie-compliance__button {
    min-width: 100%;
    padding-top: 7px;
  }
}

.ds-2col-stacked-fluid .group-left:before {
  content: '';
  border-top: 4px solid #b3b3b3;
  width: 100px;
  display: block;
}

.ds-2col-stacked-fluid .group-left h2 {
  color: #00B1CE;
  font-size: 2.5em;
  display: inline;
  background-color: white;
  line-height: 1.7em;
}

.ds-2col-stacked-fluid .group-left p {
  display: inline-block;
  background-color: white;
  max-width: 600px;
  line-height: 1.7em;
}

.ds-2col-stacked-fluid .group-right {
  float: none;
  position: absolute;
  left: 41%;
  z-index: -10;
  width: inherit;
}

.landing-page .title-wrapper {
  max-width: 850px;
  margin-bottom: 2 x 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.landing-page h2 {
  line-height: 1.3em;
  display: inline;
  font-size: 1.5em;
  white-space: pre-wrap;
}

.landing-page .field-wrapper {
  position: relative;
}

.landing-page .body {
  margin: 0 20px 20px 20px;
}

.landing-page .body:before {
  content: '';
  display: block;
  border-top: 4px solid #E03D81;
  width: 50px;
  margin-bottom: 20px;
}

.landing-page .body:after {
  content: '';
  display: block;
  border-top: 4px solid #00B1CE;
  width: 150px;
  margin-top: 30px;
}

.landing-page .field-promo-blocks img {
  transition: 0.5s;
}

.landing-page .field-promo-blocks a {
  display: block;
  position: relative;
}

.landing-page .field-promo-blocks a:hover img {
  opacity: 0.5;
  animation: flash 1.5s;
  transition: 0.5s;
}

.landing-page .field-promo-blocks .image {
  position: relative;
  top: inherit;
  right: inherit;
}

.landing-page .field-promo-blocks .field-item {
  margin-bottom: 20px;
}

.landing-page .field-promo-blocks .field-item:nth-child(1) .field-promo-text {
  background: #00B1CE;
}

.landing-page .field-promo-blocks .field-item:nth-child(2) .field-promo-text {
  background: #E03D81;
}

.landing-page .field-promo-blocks .field-item:nth-child(3) .field-promo-text {
  background: #2BB39C;
}

.landing-page .field-promo-blocks .field-promo-text {
  background: #2BB39C;
  position: absolute;
  bottom: 0;
  width: 60%;
  margin: 0 20%;
  color: white;
  text-align: center;
  height: 100px;
  font-family: sans-serif;
  font-weight: 700;
  padding: 20px 10px;
  display: table;
  z-index: 1;
}

.landing-page .field-promo-blocks .field-promo-text span {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .landing-page {
    position: relative;
  }
  .landing-page h2 {
    font-size: 1.5em;
  }
  .landing-page .field-image {
    width: 50%;
    max-width: 730px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .landing-page .body {
    width: 50%;
    min-height: 600px;
    max-width: 600px;
  }
  .landing-page .field-promo-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .landing-page .field-promo-blocks .field-item {
    width: 30%;
  }
}

.paragraph-reference__reference, .paragraph-reference-2up__reference-first, .paragraph-reference-2up__reference-second {
  border-left: 4px solid #b3b3b3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

@media (min-width: 650px) {
  .paragraph-reference__reference, .paragraph-reference-2up__reference-first, .paragraph-reference-2up__reference-second {
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .paragraph-reference__reference, .paragraph-reference-2up__reference-first, .paragraph-reference-2up__reference-second {
    padding-left: 20px;
  }
}

.paragraph-reference__reference .basic-page__heading, .paragraph-reference-2up__reference-first .basic-page__heading, .paragraph-reference-2up__reference-second .basic-page__heading {
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 380px) {
  .paragraph-reference__reference .basic-page__heading, .paragraph-reference-2up__reference-first .basic-page__heading, .paragraph-reference-2up__reference-second .basic-page__heading {
    font-size: calc(16px + 6 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .paragraph-reference__reference .basic-page__heading, .paragraph-reference-2up__reference-first .basic-page__heading, .paragraph-reference-2up__reference-second .basic-page__heading {
    font-size: 22px;
  }
}

@media screen and (min-width: 380px) {
  .paragraph-reference__reference .basic-page__heading, .paragraph-reference-2up__reference-first .basic-page__heading, .paragraph-reference-2up__reference-second .basic-page__heading {
    line-height: calc(20px + 8 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 1250px) {
  .paragraph-reference__reference .basic-page__heading, .paragraph-reference-2up__reference-first .basic-page__heading, .paragraph-reference-2up__reference-second .basic-page__heading {
    line-height: 28px;
  }
}

.paragraph-reference__reference a, .paragraph-reference-2up__reference-first a, .paragraph-reference-2up__reference-second a {
  display: block;
}

.paragraph-reference__reference a:link, .paragraph-reference__reference a:visited, .paragraph-reference-2up__reference-first a:link, .paragraph-reference-2up__reference-first a:visited, .paragraph-reference-2up__reference-second a:link, .paragraph-reference-2up__reference-second a:visited {
  color: black;
  text-decoration: none;
}

.paragraph-reference__reference a:hover, .paragraph-reference__reference a:focus, .paragraph-reference__reference a:active, .paragraph-reference-2up__reference-first a:hover, .paragraph-reference-2up__reference-first a:focus, .paragraph-reference-2up__reference-first a:active, .paragraph-reference-2up__reference-second a:hover, .paragraph-reference-2up__reference-second a:focus, .paragraph-reference-2up__reference-second a:active {
  color: #b3b3b3;
  text-decoration: none;
}

.paragraph-reference__reference .image__credit, .paragraph-reference-2up__reference-first .image__credit, .paragraph-reference-2up__reference-second .image__credit {
  display: none;
}

.paragraph-reference__reference img, .paragraph-reference-2up__reference-first img, .paragraph-reference-2up__reference-second img {
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 650px) {
  .paragraph-reference__reference {
    float: right;
    margin-left: 20px;
  }
}

@media (min-width: 650px) {
  .paragraph-reference-2up {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 650px) {
  .paragraph-reference-2up__reference-first, .paragraph-reference-2up__reference-second {
    width: 48%;
  }
}

.entity-type-node .field-summary {
  margin: 0 20px;
}

.entity-type-node .node-title {
  margin: 10px;
  margin-top: 10px;
}

.entity-type-node .paragraph {
  margin: 0 20px;
  clear: both;
}

.entity-type-node .dynamic-block-fieldnode-in-page-menu {
  margin: 0 20px;
}

.entity-type-node .field-label-above {
  margin: 0 20px;
  font-size: 1.1em;
  padding-bottom: 20px;
}

.entity-type-node .in-page-menu ul.menu {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
}

.entity-type-node .in-page-menu ul.menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.entity-type-node .in-page-menu ul.menu li a {
  padding: 5px 20px;
  display: block;
  background: white;
  border: 1px solid #e3e3e3;
  border-bottom: 0px;
  text-decoration: none;
}

.entity-type-node .in-page-menu ul.menu li a:hover {
  background-color: #e3e3e3;
}

.entity-type-node .in-page-menu ul.menu li li a {
  padding-left: 40px;
}

.entity-type-node .in-page-menu ul.menu li li li a {
  padding-left: 60px;
}

.entity-type-node .in-page-menu ul.menu ul {
  padding-left: 0;
}

@media (min-width: 650px) {
  .entity-type-node .field-summary {
    margin: 0;
  }
  .entity-type-node .node-title {
    margin: 0;
  }
  .entity-type-node .paragraph {
    margin: 0;
  }
  .entity-type-node .dynamic-block-fieldnode-in-page-menu {
    margin: 0;
  }
  .entity-type-node .field-label-above {
    margin: 0;
  }
  .entity-type-node .layout__region--top {
    min-height: 150px;
  }
  .entity-type-node .node-title {
    margin-bottom: -60px;
    margin-top: 50px;
    position: relative;
    z-index: 10;
  }
}

.layout__region--first-above,
.layout__region--second-above {
  margin-top: 20px;
}

.layout__region--first-above:before,
.layout__region--second-above:before {
  content: '';
  display: block;
  border-top: 4px solid #e3e3e3;
  width: 100px;
  margin-bottom: 1em;
}

.layout__region--second-above:before {
  border-top: 4px solid #e3e3e3;
  width: 100%;
}

.layout--twocol-bricks .layout__region--first-above {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}

.layout--twocol-bricks .layout__region--first-above .paragraph {
  margin-right: 30px;
}

.layout--twocol-bricks .layout__region--second-above {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}

@media (min-width: 768px) {
  .layout--twocol-bricks .layout__region--first-above {
    -ms-flex: 0 1 75%;
        flex: 0 1 75%;
  }
  .layout--twocol-bricks .layout__region--first-above .paragraph,
  .layout--twocol-bricks .layout__region--first-above .field-summary {
    max-width: 800px;
    margin-right: 30px;
  }
  .layout--twocol-bricks .layout__region--second-above {
    -ms-flex: 0 1 25%;
        flex: 0 1 25%;
  }
}

.pewterer-hallmark.search_result {
  display: -ms-grid;
  display: grid;
}

.pewterer-hallmark.search_result .label {
  display: inherit;
  width: inherit;
}

.pewterer-hallmark.search_result .field-media-description {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 650px) {
  .pewterer-hallmark.search_result {
    -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr;
  }
  .pewterer-hallmark.search_result .field-hallmark-image {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details {
    -ms-grid-column: 2;
        grid-column: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding-left: 1em;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details .field {
    margin-bottom: 1em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
        grid-template-columns: 120px 1fr;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details .field .label {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details .field .value {
    -ms-grid-column: 2;
        grid-column: 2;
    padding-right: 10px;
    width: 100%;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details .field-mark-number {
    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 1;
        grid-row: 1;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details .field-mark-comments {
    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 2;
        grid-row: 2;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details .field-mark-information {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1 / span 2;
    -ms-grid-column: 2;
        grid-column: 2;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details .field-mark-information .label {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
  }
  .pewterer-hallmark.search_result .pewterer-hallmark-details .field-mark-information .value {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
  }
  .pewterer-hallmark.search_result table {
    font-size: 90%;
  }
  .pewterer-hallmark.search_result table td {
    padding: 0.3em;
  }
  .pewterer-hallmark.search_result table .mark {
    width: 10%;
  }
  .pewterer-hallmark.search_result table .description div {
    display: inline;
  }
  .pewterer-hallmark.search_result table .outline {
    width: 70px;
  }
  .pewterer-hallmark.search_result table .istext {
    width: 72px;
  }
  .pewterer-hallmark.search_result table .text {
    width: 70px;
  }
  .pewterer-hallmark.search_result .pewterers {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1  / span 2;
    -ms-grid-row: 3;
        grid-row: 3;
  }
  .pewterer-hallmark.search_result .pewterers .label {
    width: 175px;
  }
  .pewterer-hallmark.search_result .pewterers ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

.pewterer-mark.default .col1 {
  -ms-grid-column: 1;
      grid-column: 1;
}

.pewterer-mark.default .col2 {
  -ms-grid-column: 2;
      grid-column: 2;
}

.pewterer-mark.default .col3 {
  -ms-grid-column: 3;
      grid-column: 3;
}

.pewterer-mark.default .cols_2 .col1, .pewterer-mark.default .cols_2 .col2, .pewterer-mark.default .cols_2 .col3 {
  width: 50%;
}

.pewterer-mark.default .cols_3 .col1, .pewterer-mark.default .cols_3 .col2, .pewterer-mark.default .cols_3 .col3 {
  width: 100%;
}

.pewterer-mark.default .field-mark-images {
  border: 0px solid red;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.pewterer-mark.default .field-mark-images .field-item {
  min-height: 200px;
  margin: 0px 0px 0px 0px;
  width: calc(100% * (1/4));
  border: 1px solid #e3e3e3;
  padding: 10px;
}

.pewterer-mark.default .field-mark-images .field-label-above {
  font-weight: 700;
}

.pewterer-mark.default .field-mark-images a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 200px;
}

.pewterer-mark.default .pewterer-mark-comments .label {
  width: 15%;
}

.pewterer-mark.default .pewterer-mark-comments .value {
  width: 85%;
}

.pewterer-mark.search_result {
  display: -ms-grid;
  display: grid;
}

.pewterer-mark.search_result .field {
  margin-top: 0.5em;
}

.pewterer-mark.search_result .pewterer-mark-comments .field .label,
.pewterer-mark.search_result .pewterers .label {
  width: 100%;
}

.pewterer-mark.search_result .pewterer-mark-comments .field .value,
.pewterer-mark.search_result .pewterers .value {
  width: 100%;
}

.pewterer-mark.search_result .field-mark-images .field-item {
  margin-top: 1em;
}

@media (min-width: 500px) {
  .pewterer-mark.search_result {
    -ms-grid-columns: 2fr 8fr;
        grid-template-columns: 2fr 8fr;
  }
  .pewterer-mark.search_result .field-mark-images,
  .pewterer-mark.search_result .pewterer-mark-images {
    -ms-grid-colum: 1;
    -ms-grid-column: 1;
        grid-column: 1;
  }
  .pewterer-mark.search_result .field-mark-images .paragraph--type-pewterer-mark-image,
  .pewterer-mark.search_result .pewterer-mark-images .paragraph--type-pewterer-mark-image {
    display: -ms-grid;
    display: grid;
  }
  .pewterer-mark.search_result .field-mark-images .field-item,
  .pewterer-mark.search_result .pewterer-mark-images .field-item {
    min-height: inherit;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 100px;
        grid-template-columns: 100px 100px;
  }
  .pewterer-mark.search_result .field-mark-images .field-item article,
  .pewterer-mark.search_result .pewterer-mark-images .field-item article {
    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 1;
        grid-row: 1;
  }
  .pewterer-mark.search_result .field-mark-images .field-item article .image,
  .pewterer-mark.search_result .pewterer-mark-images .field-item article .image {
    max-width: 180px;
    margin-bottom: 10px;
  }
  .pewterer-mark.search_result .field-mark-images .field-item .notes,
  .pewterer-mark.search_result .pewterer-mark-images .field-item .notes {
    -ms-grid-row: 2;
        grid-row: 2;
    -ms-grid-column: 1;
        grid-column: 1;
    padding: 5px;
    font-size: 70%;
  }
  .pewterer-mark.search_result .field-mark-images .field-item .fake-flag,
  .pewterer-mark.search_result .pewterer-mark-images .field-item .fake-flag {
    -ms-grid-row: 3;
        grid-row: 3;
  }
  .pewterer-mark.search_result .field-mark-images a,
  .pewterer-mark.search_result .pewterer-mark-images a {
    display: inherit;
  }
  .pewterer-mark.search_result .pewterer-mark-details {
    -ms-grid-column: 2;
        grid-column: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding-left: 1em;
  }
  .pewterer-mark.search_result .pewterer-mark-details .col1 {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  .pewterer-mark.search_result .pewterer-mark-details .col2 {
    -ms-grid-column: 2;
        grid-column: 2;
  }
  .pewterer-mark.search_result .pewterer-mark-keywords {
    -ms-grid-row: 2;
        grid-row: 2;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
  }
  .pewterer-mark.search_result .pewterer-mark-comments {
    -ms-grid-row: 3;
        grid-row: 3;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
  }
  .pewterer-mark.search_result .pewterer-mark-comments .label {
    width: 175px;
  }
  .pewterer-mark.search_result .pewterers {
    -ms-grid-row: 4;
        grid-row: 4;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1  / span 2;
  }
  .pewterer-mark.search_result .pewterers .label {
    width: 175px;
  }
  .pewterer-mark.search_result .pewterers ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

.entity-type-pewterer h2 {
  display: block;
}

.entity-type-pewterer .pewterer-name {
  height: 70px;
  line-height: 70px;
  background: #fff;
}

.entity-type-pewterer .is-sticky .pewterer-name {
  border-bottom: 1px solid #b3b3b3;
}

.entity-type-pewterer .views-element-container > h2,
.entity-type-pewterer .pewterer_associations > h2,
.entity-type-pewterer .pewterer_documents > h2,
.entity-type-pewterer .field__toggle > h2 {
  font-size: 1.2em;
  border: 1px solid #e3e3e3;
  padding: 10px;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

@media (min-width: 500px) {
  .entity-type-pewterer .views-element-container > h2,
  .entity-type-pewterer .pewterer_associations > h2,
  .entity-type-pewterer .pewterer_documents > h2,
  .entity-type-pewterer .field__toggle > h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

@media screen and (min-width: 500px) and (min-width: 380px) {
  .entity-type-pewterer .views-element-container > h2,
  .entity-type-pewterer .pewterer_associations > h2,
  .entity-type-pewterer .pewterer_documents > h2,
  .entity-type-pewterer .field__toggle > h2 {
    font-size: calc(25px + 9 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 500px) and (min-width: 1250px) {
  .entity-type-pewterer .views-element-container > h2,
  .entity-type-pewterer .pewterer_associations > h2,
  .entity-type-pewterer .pewterer_documents > h2,
  .entity-type-pewterer .field__toggle > h2 {
    font-size: 34px;
  }
}

@media screen and (min-width: 500px) and (min-width: 380px) {
  .entity-type-pewterer .views-element-container > h2,
  .entity-type-pewterer .pewterer_associations > h2,
  .entity-type-pewterer .pewterer_documents > h2,
  .entity-type-pewterer .field__toggle > h2 {
    line-height: calc(25px + 10 * (100vw - 380px) / 870);
  }
}

@media screen and (min-width: 500px) and (min-width: 1250px) {
  .entity-type-pewterer .views-element-container > h2,
  .entity-type-pewterer .pewterer_associations > h2,
  .entity-type-pewterer .pewterer_documents > h2,
  .entity-type-pewterer .field__toggle > h2 {
    line-height: 35px;
  }
}

.entity-type-pewterer .views-element-container > h2.closed,
.entity-type-pewterer .pewterer_associations > h2.closed,
.entity-type-pewterer .pewterer_documents > h2.closed,
.entity-type-pewterer .field__toggle > h2.closed {
  background: transparent;
}

.entity-type-pewterer .views-element-container > h2.closed:after,
.entity-type-pewterer .pewterer_associations > h2.closed:after,
.entity-type-pewterer .pewterer_documents > h2.closed:after,
.entity-type-pewterer .field__toggle > h2.closed:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #E03D81;
  right: 20px;
  top: 20px;
}

.entity-type-pewterer .views-element-container > h2.open,
.entity-type-pewterer .pewterer_associations > h2.open,
.entity-type-pewterer .pewterer_documents > h2.open,
.entity-type-pewterer .field__toggle > h2.open {
  background: transparent;
}

.entity-type-pewterer .views-element-container > h2.open:after,
.entity-type-pewterer .pewterer_associations > h2.open:after,
.entity-type-pewterer .pewterer_documents > h2.open:after,
.entity-type-pewterer .field__toggle > h2.open:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #E03D81;
  right: 20px;
  top: 20px;
}

.entity-type-pewterer .views-element-container > h2.h2-hover,
.entity-type-pewterer .pewterer_associations > h2.h2-hover,
.entity-type-pewterer .pewterer_documents > h2.h2-hover,
.entity-type-pewterer .field__toggle > h2.h2-hover {
  background: #E03D81;
  cursor: pointer;
  color: white;
}

.entity-type-pewterer .view-container p {
  margin: 1em;
}

.pewterer,
.pewterer-mark,
.pewterer-hallmark,
.pewterer-ware {
  background: white;
  border: 1px #ccc solid;
  font-size: 0.9em;
  padding: 1em;
}

.pewterer .pewterer-row,
.pewterer-mark .pewterer-row,
.pewterer-hallmark .pewterer-row,
.pewterer-ware .pewterer-row {
  clear: both;
  margin: 0;
  padding: 1em;
  border: 1px solid #ccc;
  background: #fff;
}

.pewterer .pewterer-details-name .field div,
.pewterer-mark .pewterer-details-name .field div,
.pewterer-hallmark .pewterer-details-name .field div,
.pewterer-ware .pewterer-details-name .field div {
  display: inline;
}

.pewterer .label,
.pewterer-mark .label,
.pewterer-hallmark .label,
.pewterer-ware .label {
  font-weight: bold;
  display: inline-block;
  width: 38%;
  vertical-align: top;
}

.pewterer .label-above .label,
.pewterer-mark .label-above .label,
.pewterer-hallmark .label-above .label,
.pewterer-ware .label-above .label {
  display: block;
  width: 100%;
}

.pewterer .field,
.pewterer-mark .field,
.pewterer-hallmark .field,
.pewterer-ware .field {
  display: block;
  position: relative;
}

.pewterer .value,
.pewterer-mark .value,
.pewterer-hallmark .value,
.pewterer-ware .value {
  display: inline-block;
  width: 59%;
}

.pewterer .label-above .value,
.pewterer-mark .label-above .value,
.pewterer-hallmark .label-above .value,
.pewterer-ware .label-above .value {
  width: 100%;
}

.pewterer .field__toggle > .value,
.pewterer-mark .field__toggle > .value,
.pewterer-hallmark .field__toggle > .value,
.pewterer-ware .field__toggle > .value {
  width: 100%;
}

.pewterer .field__toggle .field .value,
.pewterer-mark .field__toggle .field .value,
.pewterer-hallmark .field__toggle .field .value,
.pewterer-ware .field__toggle .field .value {
  width: 60%;
}

.pewterer .field__toggle .pewterer-mark-comments .value,
.pewterer-mark .field__toggle .pewterer-mark-comments .value,
.pewterer-hallmark .field__toggle .pewterer-mark-comments .value,
.pewterer-ware .field__toggle .pewterer-mark-comments .value {
  width: 84%;
}

.pewterer .field__notes .label, .pewterer .field-ware-notes .label,
.pewterer-mark .field__notes .label,
.pewterer-mark .field-ware-notes .label,
.pewterer-hallmark .field__notes .label,
.pewterer-hallmark .field-ware-notes .label,
.pewterer-ware .field__notes .label,
.pewterer-ware .field-ware-notes .label {
  width: 100%;
}

.pewterer .field__notes .value, .pewterer .field-ware-notes .value,
.pewterer-mark .field__notes .value,
.pewterer-mark .field-ware-notes .value,
.pewterer-hallmark .field__notes .value,
.pewterer-hallmark .field-ware-notes .value,
.pewterer-ware .field__notes .value,
.pewterer-ware .field-ware-notes .value {
  width: 100%;
}

.pewterer .pewterer-hallmark-details .field .value,
.pewterer-mark .pewterer-hallmark-details .field .value,
.pewterer-hallmark .pewterer-hallmark-details .field .value,
.pewterer-ware .pewterer-hallmark-details .field .value {
  width: 100%;
}

@media (min-width: 650px) {
  .pewterer .pewterer-hallmark-details .field .value,
  .pewterer-mark .pewterer-hallmark-details .field .value,
  .pewterer-hallmark .pewterer-hallmark-details .field .value,
  .pewterer-ware .pewterer-hallmark-details .field .value {
    width: 60%;
  }
}

.pewterer div.image,
.pewterer-mark div.image,
.pewterer-hallmark div.image,
.pewterer-ware div.image {
  display: block;
}

.pewterer .fake-flag,
.pewterer-mark .fake-flag,
.pewterer-hallmark .fake-flag,
.pewterer-ware .fake-flag {
  display: block;
  font-weight: bold;
}

@media (min-width: 650px) {
  .pewterer .field__notes .label,
  .pewterer-mark .field__notes .label,
  .pewterer-hallmark .field__notes .label,
  .pewterer-ware .field__notes .label {
    width: 100%;
  }
  .pewterer .field__notes .value,
  .pewterer-mark .field__notes .value,
  .pewterer-hallmark .field__notes .value,
  .pewterer-ware .field__notes .value {
    width: 66.6%;
  }
}

.pewterer table,
.pewterer-mark table,
.pewterer-hallmark table,
.pewterer-ware table {
  border-collapse: collapse;
}

.pewterer th,
.pewterer-mark th,
.pewterer-hallmark th,
.pewterer-ware th {
  font-weight: 700;
  padding: 10px;
  border: 1px solid #e3e3e3;
}

.pewterer td,
.pewterer-mark td,
.pewterer-hallmark td,
.pewterer-ware td {
  padding: 5px;
  border: 1px solid #e3e3e3;
  text-align: left;
}

.pewterer td.event-date,
.pewterer-mark td.event-date,
.pewterer-hallmark td.event-date,
.pewterer-ware td.event-date {
  min-width: 100px;
}

.pewterer td.assoc_type,
.pewterer-mark td.assoc_type,
.pewterer-hallmark td.assoc_type,
.pewterer-ware td.assoc_type {
  min-width: 142px;
}

.pewterer td.name,
.pewterer-mark td.name,
.pewterer-hallmark td.name,
.pewterer-ware td.name {
  min-width: 225px;
}

.pewterer td.from,
.pewterer-mark td.from,
.pewterer-hallmark td.from,
.pewterer-ware td.from {
  min-width: 100px;
  max-width: 150px;
}

.pewterer td.to,
.pewterer-mark td.to,
.pewterer-hallmark td.to,
.pewterer-ware td.to {
  min-width: 100px;
}

.pewterer td.description,
.pewterer-mark td.description,
.pewterer-hallmark td.description,
.pewterer-ware td.description {
  width: 300px;
}

@media (min-width: 768px) {
  .sidebar-first {
    margin-top: 112px;
  }
}

.sidebar-first .form-item {
  position: relative;
}

.sidebar-first .form-text {
  margin-top: 10px;
}

.sidebar-first h2,
.sidebar-first .mtxt1-wrapper label,
.sidebar-first .mtxt2-wrapper label,
.sidebar-first .mtxt3-wrapper label,
.sidebar-first .mtxt4-wrapper label,
.sidebar-first .mtxt5-wrapper label,
.sidebar-first .mtxt6-wrapper label {
  font-size: 1em;
  display: block;
  padding: 0;
  margin: 0;
  color: #00B1CE;
  font-weight: 100;
  line-height: 1.8em;
}

.sidebar-first h2:hover,
.sidebar-first .mtxt1-wrapper label:hover,
.sidebar-first .mtxt2-wrapper label:hover,
.sidebar-first .mtxt3-wrapper label:hover,
.sidebar-first .mtxt4-wrapper label:hover,
.sidebar-first .mtxt5-wrapper label:hover,
.sidebar-first .mtxt6-wrapper label:hover {
  cursor: pointer;
}

.sidebar-first h2.closed,
.sidebar-first label.closed {
  margin-left: 25px;
  display: block;
}

.sidebar-first h2.closed:before,
.sidebar-first label.closed:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #e3e3e3;
  top: 17px;
}

.sidebar-first h2.open,
.sidebar-first label.open {
  margin-left: 25px;
}

.sidebar-first h2.open:before,
.sidebar-first label.open:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #e3e3e3;
  top: 20px;
}

.sidebar-first h2.filter-group-title {
  margin: 0;
  padding: 0.5em;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  color: black;
}

.sidebar-first form {
  margin-bottom: 1em;
  border: 1px solid #e3e3e3;
  padding: 1em;
}

.sidebar-first .block-facet--checkbox,
.sidebar-first .mtxt1-wrapper,
.sidebar-first .mtxt2-wrapper,
.sidebar-first .mtxt3-wrapper,
.sidebar-first .mtxt4-wrapper,
.sidebar-first .mtxt5-wrapper,
.sidebar-first .mtxt6-wrapper {
  border: 1px solid #e3e3e3;
  margin-bottom: 0em;
  padding: 0.5em;
  border-bottom: 0;
  max-width: 100%;
}

.sidebar-first .facets-widget-checkbox ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.sidebar-first .filter-group-title:hover {
  cursor: inherit;
}

.sidebar-first .more-marks,
.sidebar-first .more-marks.closed {
  border-bottom: 1px solid;
  margin: 0;
  padding: 0.5em 0.5em 0.5em 2em;
  border: 1px solid #e3e3e3;
  border: 1px solid #e3e3e3;
  color: black;
  position: relative;
}

.sidebar-first .more-marks:before,
.sidebar-first .more-marks.closed:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #e3e3e3;
  top: 17px;
}

.sidebar-first .more-marks.open {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 0;
}

.sidebar-first #block-mark6outline {
  border-bottom: 1px solid #e3e3e3;
}

.view-content header {
  margin-bottom: 1em;
}

.pewterer_ware .label {
  font-weight: bold;
}

.pewterer_ware .field {
  display: block;
}

#block-utilitymenu {
  font-family: sans-serif;
  float: right;
}

#block-utilitymenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#block-utilitymenu ul li {
  display: inline-block;
  margin-left: 20px;
  padding: 1em 0 1em 1em;
}

#block-utilitymenu ul li a {
  text-decoration: none;
  color: #7a7a7a;
  padding-right: 0;
}

#block-horizontalmenu {
  font-family: sans-serif;
  font-size: 18px;
  clear: right;
  float: right;
}

#block-horizontalmenu ul {
  list-style: none;
}

#block-horizontalmenu ul li {
  display: inline-block;
  margin-left: 20px;
}

#block-horizontalmenu ul li:before {
  content: '\25CF';
  color: #E03D81;
  font-size: 15px;
  display: inline-block;
  position: relative;
  top: -4px;
}

#block-horizontalmenu ul li:first-child:before {
  content: '';
}

#block-horizontalmenu ul li a {
  text-decoration: none;
  color: #292929;
  padding-right: 0;
  display: inline-block;
}

#block-horizontalmenu ul li li:first-child {
  border-top: 1px solid #e3e3e3;
}

#block-horizontalmenu ul li li {
  border: 1px solid #e3e3e3;
  background: white;
  margin: 0;
  padding: 0;
  margin-left: 1em;
  border-top: 0;
}

#block-horizontalmenu ul li li:before {
  content: none;
}

#block-horizontalmenu ul li li:first-child:before {
  content: none;
}

#block-horizontalmenu ul li li a {
  display: inline-block;
  width: 100%;
}

#block-horizontalmenu ul li li a:hover {
  background: #e3e3e3;
}

#block-horizontalmenu ul li li li {
  margin-left: 0;
}

.horizontal-menu {
  display: none;
}

@media (min-width: 768px) {
  .horizontal-menu {
    display: block;
  }
}

#block-utilitymenu ul.menu {
  display: none;
}

@media (min-width: 768px) {
  #block-utilitymenu ul.menu {
    display: block;
  }
}

.horizontal-menu {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.horizontal-menu > li {
  display: inline-block;
  position: relative;
}

.horizontal-menu > li ul ul {
  left: 13.75em;
  top: 0;
}

.horizontal-menu ul .fly-left ul {
  left: -13.75em;
}

.horizontal-menu > li > a {
  display: block;
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.35em;
  padding-left: 1em;
}

.horizontal-menu > li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  width: 13.75em;
  list-style: none;
}

.horizontal-menu > li:last-child ul {
  width: 11em;
}

.horizontal-menu li.sfHover > ul,
.horizontal-menu li:hover > ul {
  display: block;
}

.horizontal-menu li li {
  position: relative;
  float: left;
  width: 100%;
}

.horizontal-menu > li > li:hover > ul,
.horizontal-menu > li > li.sfHover > ul {
  display: block;
}

.horizontal-menu > li li > a {
  display: block;
  position: relative;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  text-transform: none;
}

.paragraph + .paragraph {
  margin-top: 30px;
}

.paragraph-newsletter {
  background: #e3e3e3;
  margin: 30px 0;
  padding: 20px;
}

.paragraph-newsletter .form-item__label {
  color: #7a7a7a;
  font-size: 80%;
  padding-bottom: 1px;
  text-transform: uppercase;
}

.mailchimp-newsletter-mergefields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mailchimp-newsletter-mergefields .form-item {
  margin-right: 20px;
  min-width: 10em;
}

.mailchimp-newsletter-mergefields .form-item:last-child {
  margin-bottom: 1em;
}

.newsletter__title {
  font-weight: 600;
  font-size: 115%;
  margin-bottom: 15px;
  margin-top: 10px;
}

.paragraph-newsletter--front {
  margin: 30px auto;
}

.paragraph-text-image__image {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .paragraph-text-image__image {
    float: right;
    max-width: 50%;
    margin-bottom: 30px;
    margin-left: 50px;
  }
}

.site-footer {
  font-family: sans-serif;
  background-color: black;
}

.site-footer a {
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
}

.site-footer a:hover {
  color: #00B1CE;
}

.site-footer ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}

.site-footer ul li {
  margin: 0;
  padding: 0;
}

.site-footer__wrapper {
  padding: 20px;
}

@media (min-width: 650px) {
  .site-footer__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 25px;
  }
  .site-footer__wrapper #block-mainnavigation {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  .site-footer__wrapper #block-utilitymenu-2 {
    -ms-grid-column: 2;
        grid-column: 2;
  }
  .site-footer__wrapper #block-footer {
    -ms-grid-column: 3;
        grid-column: 3;
  }
}

@media (min-width: 768px) {
  .site-footer__wrapper {
    margin: 0 auto;
    max-width: 708px;
  }
}

@media (min-width: 1250px) {
  .site-footer__wrapper {
    max-width: 1400px;
  }
}

.site-search {
  display: none;
  background-color: black;
}

.site-search--pattern-lab {
  display: block;
}

body {
  margin: 0;
}

html {
  padding-bottom: 10px;
  position: relative;
}

.site-header {
  margin: 50px 20px 0 20px;
}

@media (min-width: 650px) {
  .site-header {
    max-width: 1400px;
    margin: 0px auto;
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .site-header {
    margin-top: 0;
  }
}

.l-main-body {
  clear: both;
  margin: 0;
  padding: 20px 0 0 0;
}

@media (min-width: 650px) {
  .l-main-body {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .l-main-body {
    margin: 0 auto;
    max-width: 1400px;
  }
}

@media (min-width: 1250px) {
  .l-main-body {
    max-width: 1400px;
  }
}

@media (min-width: 650px) {
  .with-sidebar-first .l-main-body {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 2fr minmax(200px, 400px);
        grid-template-columns: 2fr minmax(200px, 400px);
  }
  .with-sidebar-first .l-main-body .main-content--without-hero,
  .with-sidebar-first .l-main-body .main-content,
  .with-sidebar-first .l-main-body .main-content--with-hero {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  .with-sidebar-first .l-main-body .sidebar-first {
    -ms-grid-column: 2;
        grid-column: 2;
  }
}

/*------------------------------------*\
    $PATTERN LAB-SPECIFIC STYLES
\*------------------------------------*/
/**
 * This stylesheet is for styles you want to include only when the interface is being viewed within Pattern Lab.
 * This is helpful for displaying demo styles for grids, animations, color swatches, etc
 * It's also helpful for overriding context-specific styles like fixed or absolutely positioned elements
 * These styles will not be your production CSS.
 */
pre {
  margin-top: 0;
}

.u-demo-bg {
  background-color: #cccccc;
}

.sg-colors {
  overflow: hidden;
  margin: 5px;
  padding: 0;
}

.sg-colors > li {
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin: 0 0 10px;
  box-sizing: border-box;
  font-size: 12px;
}

.sg-colors > li .sg-swatch {
  display: block;
  height: 25px;
  border: dotted 1px gray;
}

.sg-colors > li .sg-info {
  line-height: 1;
}

@media all and (min-width: 400px) {
  .sg-colors > li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}

@media all and (min-width: 700px) {
  .sg-colors > li {
    width: 24%;
  }
  .sg-colors > li:nth-child(4n+1) {
    clear: both;
  }
}

.sg-breakpoints {
  overflow: hidden;
  position: relative;
}

.sg-breakpoints ul {
  margin: 0;
  padding: 0;
}

.sg-breakpoints li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sg-breakpoints .breakpoints > li {
  position: absolute;
  border-left: solid 3px #595959;
  height: 100%;
}

.sg-breakpoints .breakpoints > li > .label {
  display: block;
  background: #595959;
  padding: 3px;
  color: white;
}

.sg-breakpoints .breakpoints > li:hover {
  border-left-color: rgba(89, 89, 89, 0.3);
}

.sg-breakpoints .breakpoints > li:hover > .label {
  opacity: 0;
}

.sg-breakpoints .device_widths {
  padding-top: 20px;
}

.sg-breakpoints .device_widths > li {
  border-bottom: solid 3px #cccccc;
  text-align: right;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: solid 3px #cccccc;
}

.sg-font-sizes thead {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

.sg-font-sizes th,
.sg-font-sizes td {
  text-align: left;
  white-space: nowrap;
  line-height: 1.5em;
}

.sg-font-sizes th:first-child,
.sg-font-sizes td:first-child {
  padding-right: 12px;
}

.demo__block {
  height: 200px;
  background-color: rgba(122, 122, 122, 0.5);
}

.icons-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px;
}

.icons-demo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons__item {
  -ms-flex: auto;
      flex: auto;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  line-height: 2em;
  overflow: hidden;
}

.icons__item:last-child {
  margin-bottom: 0.5em;
}

.icons__item i {
  display: inline-block;
  width: 32px;
  text-align: center;
}

.demo .g .gi {
  text-align: center;
  outline: dotted 1px #ccc;
}

.visually-hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */
