/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
@font-face {
  font-family: "Permian Slab";
  src: url("../fonts/PermianSlabSerifTypeface-webfont.eot");
  src: url("../fonts/PermianSlabSerifTypeface-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PermianSlabSerifTypeface-webfont.woff") format("woff"), url("../fonts/PermianSlabSerifTypeface-webfont.ttf") format("truetype"), url("../fonts/PermianSlabSerifTypeface-webfont.svg#permianslabseriftypefaceRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Permian Slab";
  src: url("../fonts/PermianSlabSerifTypeface-Italic-webfont.eot");
  src: url("../fonts/PermianSlabSerifTypeface-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PermianSlabSerifTypeface-Italic-webfont.woff") format("woff"), url("../fonts/PermianSlabSerifTypeface-Italic-webfont.ttf") format("truetype"), url("../fonts/PermianSlabSerifTypeface-Italic-webfont.svg#permianslabseriftypefaceRg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Permian Slab";
  src: url("../fonts/PermianSlabSerifTypeface-Bold-webfont.eot");
  src: url("../fonts/PermianSlabSerifTypeface-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PermianSlabSerifTypeface-Bold-webfont.woff") format("woff"), url("../fonts/PermianSlabSerifTypeface-Bold-webfont.ttf") format("truetype"), url("../fonts/PermianSlabSerifTypeface-Bold-webfont.svg#permianslabseriftypefaceRg") format("svg");
  font-weight: bold;
  font-style: normal;
}
/*********************
BREAKPOINTS
*********************/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  float: none;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.625em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Permian Slab", serif;
}
h1 a,
h1 a:active,
h1 a:visited,
h2 a,
h2 a:active,
h2 a:visited,
h3 a,
h3 a:active,
h3 a:visited,
h4 a,
h4 a:active,
h4 a:visited,
h5 a,
h5 a:active,
h5 a:visited,
h6 a,
h6 a:active,
h6 a:visited {
  text-decoration: none;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.625rem;
  margin-top: 2.25rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-top: 2.25rem;
  margin-bottom: 1rem;
}

.manchet {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.625em;
  font-family: "Permian Slab", serif;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .manchet {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

p {
  margin-bottom: 1.625em;
  margin-top: 0;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.625em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6em;
  margin-bottom: 1.625em;
  max-width: 100%;
  overflow: auto;
  padding: 1.625em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:after, blockquote:before,
q:after,
q:before {
  content: "";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
}

select {
  border: 1px solid #ccc;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background: #17A91D;
  line-height: 1;
  padding: 0.4em 2em 0.6em;
  font-family: "Permian Slab", serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.625;
  font-size: 20px;
  font-size: 1.25rem;
  transition: all 220ms ease-in-out;
}
/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ol,
ul {
  margin: 0 0 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  right: 0;
  top: -68px;
  background: transparent;
}
.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
  background: transparent;
  outline: none;
}
.menu-toggle__lines {
  content: " ";
  width: 40px;
  height: 2px;
  background: white;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 220ms ease-in-out;
}
.menu-toggle.is-active .menu-toggle__lines {
  background: rgba(255, 255, 255, 0);
}
.menu-toggle__lines:after, .menu-toggle__lines:before {
  content: " ";
  position: absolute;
  display: inline-block;
  background: #fff;
  height: 2px;
  width: 40px;
  top: 0;
  left: 0;
}
.menu-toggle__lines:before {
  transform: translateY(-10px);
  transition: all 220ms ease-in-out;
}
.menu-toggle.is-active .menu-toggle__lines:before {
  transform: rotate(45deg);
}
.menu-toggle__lines:after {
  transform: translateY(10px);
  transition: all 220ms ease-in-out;
}
.menu-toggle.is-active .menu-toggle__lines:after {
  transform: rotate(-45deg);
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 220ms ease-in-out;
}
@media (min-width: 768px) {
  .main-navigation {
    transition: all 0 ease-in-out;
    max-height: 1000px;
    overflow: visible;
    padding: 0;
    transition: all 0 ease-in-out;
  }
}
.main-navigation.is-active {
  max-height: 1000px;
  transform: translateY(10px);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-child .main-navigation, .page-parent .main-navigation {
    height: 148px;
  }
  .no-second-level-menu .page-child .main-navigation, .no-second-level-menu .page-parent .main-navigation {
    height: 103px;
  }
  .no-second-level-menu .main-navigation, .page-parent.page-template-page-search .main-navigation {
    height: auto;
  }
}

.main-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin: 0 -1rem;
}
@media (min-width: 768px) {
  .main-menu {
    margin: 34px 0 0;
  }
}
.main-menu__item {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .main-menu__item {
    float: left;
    margin-right: 2rem;
    line-height: 2em;
    margin-bottom: 1.5em;
  }
}
.main-menu__link {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  transition: all 250ms ease-in-out;
  line-height: 2em;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .main-menu__link {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .main-menu__link {
    padding: 0;
  }
}
.main-menu__link:hover, .main-menu__item--active > .main-menu__link, .main-menu__item--ancestor--active > .main-menu__link {
  color: white;
}
.main-menu__link:active, .main-menu__link:visited {
  color: rgba(255, 255, 255, 0.5);
}
.main-menu__sub-menu {
  margin: 0;
  padding: 0 2rem;
  display: none;
}
@media (min-width: 768px) {
  .main-menu__sub-menu {
    padding: 0;
    position: absolute;
    left: 0;
    top: 90px;
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.main-menu__item--active .main-menu__sub-menu, .main-menu__item--ancestor--active .main-menu__sub-menu {
  display: inline-block;
}
@media (min-width: 768px) {
  .main-menu__item--active .main-menu__sub-menu.secondLevelMenu, .main-menu__item--ancestor--active .main-menu__sub-menu.secondLevelMenu {
    display: none;
  }
}
.main-menu__sub-menu .main-menu__sub-menu {
  display: none;
}
@media (min-width: 768px) {
  .main-menu__sub-menu .main-menu__sub-menu {
    display: none;
  }
}
.main-menu__item--active.main-menu__sub-menu--1__item .main-menu__sub-menu .main-menu__sub-menu {
  display: block;
}
.main-menu__sub-menu--1__item.main-menu__item--active .main-menu__sub-menu--2, .main-menu__sub-menu--1__item.main-menu__item--parent--active .main-menu__sub-menu--2 {
  display: block;
}
@media (min-width: 768px) {
  .main-menu__sub-menu--1__item.main-menu__item--active .main-menu__sub-menu--2, .main-menu__sub-menu--1__item.main-menu__item--parent--active .main-menu__sub-menu--2 {
    display: none;
  }
}
.main-menu__sub-menu__item {
  list-style: none;
}
@media (min-width: 768px) {
  .main-menu__sub-menu__item {
    float: left;
    margin-right: 1.5rem;
    line-height: 4rem;
  }
}
@media (min-width: 1024px) {
  .main-menu__sub-menu__item {
    float: left;
    margin-right: 2rem;
  }
}
.main-menu__sub-menu__link {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-weight: 600;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) {
  .main-menu__sub-menu__link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 4em;
  }
}
@media (min-width: 1024px) {
  .main-menu__sub-menu__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main-menu__sub-menu__link:hover {
  color: #fff;
}
.main-menu__sub-menu__link:active, .main-menu__sub-menu__link:visited {
  color: rgba(255, 255, 255, 0.5);
}
.main-menu__sub-menu__link:hover, .main-menu__item--active.main-menu__sub-menu--1__item .main-menu__sub-menu__link, .main-menu__item--ancestor--active .main-menu__item--ancestor--active .main-menu__sub-menu__link {
  color: white;
}

.top-menu {
  display: block;
  padding: 0;
  margin: 0 -1rem;
}
@media (min-width: 768px) {
  .top-menu {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: -70px;
    margin: 0;
  }
}
.top-menu__item {
  list-style: none;
}
@media (min-width: 768px) {
  .top-menu__item {
    margin: 0 10px;
    float: left;
  }
}
.top-menu__link {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  color: white;
  transition: all 250ms ease-in-out;
  padding: 0 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .top-menu__link {
    padding: 0;
  }
}
.top-menu__link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.top-menu__link:active, .top-menu__link:visited {
  color: white;
}

/* Small menu. */
/*
.m
ain-navigation.toggled ul,
.menu-toggle {
    display: block;
}
*/
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .main-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-menus {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer-menus {
    width: 65.811966%;
    float: left;
  }
}
.footer-menus__row {
  clear: both;
}
.footer-menus__menu-four, .footer-menus__menu-one, .footer-menus__menu-three, .footer-menus__menu-two {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .footer-menus__menu-four, .footer-menus__menu-one, .footer-menus__menu-three, .footer-menus__menu-two {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .footer-menus__menu-one, .footer-menus__menu-three {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .footer-menus__menu-four, .footer-menus__menu-two {
    padding-right: 0;
  }
}
.footer-menus__menu-two:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  float: none;
  clear: both;
}
.footer-menus:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  float: none;
  clear: both;
}

.footer-menu {
  padding: 0;
  margin: 0;
  line-height: 2em;
  font-size: 18px;
  font-size: 1.125rem;
}
.footer-menu__item {
  list-style: none;
  padding: 0;
}
.footer-menu__link {
  color: #d2d1d0;
  transition: all 250ms ease-in-out;
}
.footer-menu__link:active, .footer-menu__link:visited {
  color: #d2d1d0;
}
.footer-menu__link:hover {
  color: #fff;
}

.social-links {
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .social-links--footer {
    float: right;
    width: 34.188034%;
  }
}
.social-links__list {
  margin: 0 0 40px 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .social-links__list {
    float: right;
  }
}
.social-links__item {
  float: left;
  margin: 0 30px 40px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .social-links__item {
    margin: 0 0 40px 30px;
  }
}
.social-links__link {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  transition: all 250ms ease-in-out;
}
.social-links__link--facebook {
  background: url(../img/icon-facebook.svg) no-repeat;
  background-size: 20px 36px;
  background-position: center;
}
.social-links__link--twitter {
  background: url(../img/icon-twitter.svg) no-repeat;
  background-size: 36px 29px;
  background-position: center;
}
.social-links__link--instagram {
  background: url(../img/icon-instagram.svg) no-repeat;
  background-size: 37px 36px;
  background-position: center;
}
.social-links__link:hover {
  opacity: 0.8;
}

.tabs {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
.tabs__headline {
  display: inline-block;
  padding: 2rem 1rem 0;
  margin-bottom: 1rem;
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .tabs__headline {
    display: none;
  }
}
.tabs__list {
  display: none;
}
@media (min-width: 768px) {
  .tabs__list {
    padding: 0;
    margin: 0 -1px;
    display: flex;
    align-items: stretch;
  }
}
.tabs__list-item {
  list-style: none;
  flex-grow: 1;
  width: 20%;
  text-align: center;
  padding: 0 2px;
  background-color: #e9e5dd;
  height: 100px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Permian Slab", serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: all 250ms ease-in-out;
  position: relative;
  margin: 0 1px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tabs__list-item {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
@media (min-width: 1024px) {
  .tabs__list-item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.tabs__list-item:hover {
  background-color: #ccc7b9;
  color: rgba(0, 0, 0, 0.85);
}
.tabs__list-item--active, .tabs__list-item:focus, .tabs__list-item[aria-selected=true] {
  outline: none;
  background-color: #ccc7b9;
  color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 -5px 0 0 #dc5034;
}
.tabs__list-item-image {
  height: 25%;
  width: auto;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-100%);
  transition: all 220ms ease-in-out;
}
.tabs__list-item:hover .tabs__list-item-image, .tabs__list-item[aria-selected=true] .tabs__list-item-image {
  opacity: 1;
}
.tabs__list-item-link-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.tabs__content {
  background: #ccc7b9;
}
.tabs__pane {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .tabs__pane {
    padding: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tabs__pane[aria-hidden=true] {
    display: none;
  }
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.feature {
  position: relative;
  padding: 2rem 0 3.5rem;
  margin-bottom: -1.25rem;
  z-index: 0;
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .feature {
    padding: 4.6875rem 0 7.5rem;
    margin-top: 0;
  }
}
.feature__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 0;
  content: " ";
  display: inline-block;
  background-size: cover;
  background-position: right center;
  z-index: 1;
}
@media (min-width: 768px) {
  .feature__image {
    left: 50%;
  }
}
.feature__image:before {
  content: " ";
  position: absolute;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  /* Standard syntax */
  top: 0;
  bottom: 0;
  left: 0;
  right: 30%;
}
.feature__image:after {
  content: " ";
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  /* Standard syntax */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.feature__text {
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .feature__text {
    width: 62.5%;
  }
}
.feature__headline {
  margin-top: 0;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.1333em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .feature__headline {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.feature__paragraphs {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.625em;
}
.feature__link {
  text-align: right;
  margin: 0;
}

.three-columns {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .three-columns__row {
    display: flex;
    align-items: stretch;
    margin: 0 -1rem;
  }
}
.three-columns__item {
  margin-bottom: 1rem;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .three-columns__item {
    width: 33.3333%;
    padding: 0 1rem;
    margin: 0;
  }
}
.three-columns__image {
  margin-bottom: -1px;
}
.three-columns__image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.three-columns__item-content {
  padding: 1rem;
  background: #b2d0cb;
}
@media (min-width: 768px) {
  .three-columns__item-content {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .three-columns__item-content {
    padding: 2.5rem;
  }
}
.three-columns--images .three-columns__item-content {
  background: #463d35;
}
.three-columns__headline {
  margin-top: 0;
  line-height: 1.2em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .three-columns__headline {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.three-columns__headline a {
  color: #000;
  text-decoration: none;
  font-family: "Permian Slab", serif;
  font-weight: 700;
  background-image: url("../img/icon-arrow-red.svg");
  background-position: right 0.4em;
  background-repeat: no-repeat;
  background-size: 1.3333em 0.45833333em;
  padding-right: 2em;
  transition: all 250ms ease-in-out;
  display: inline-block;
}
.three-columns--images .three-columns__headline a {
  color: #fff;
}
.three-columns__headline a:hover {
  transform: translateX(2%);
}
.three-columns__text {
  color: #000;
}
.three-columns--images .three-columns__text {
  color: #fff;
}
.columns {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .columns__row {
    display: flex;
    align-items: stretch;
    margin: 0 -1rem;
    min-height: 100%;
  }
}
.columns__item {
  margin-bottom: 1rem;
  background: #b2d0cb;
  text-decoration: none;
  transition: all 220ms ease-in-out;
}
.columns--images .columns__item {
  background: #463d35;
}
@media (min-width: 768px) {
  .columns__item {
    padding: 0;
    margin: 0 1rem;
  }
  .columns--2 .columns__item {
    width: 50%;
  }
  .columns--3 .columns__item {
    width: 33.3333%;
  }
  .columns--4 .columns__item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .columns--4 .columns__item {
    width: 25%;
  }
}
.columns__item:hover {
  transform: scale(1.05);
}
.columns__image {
  margin-bottom: -1px;
}
.columns__image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.columns__item-content {
  padding: 1rem;
  background: #b2d0cb;
  margin-bottom: 1rem;
}
.columns--images .columns__item-content {
  background: #463d35;
  color: #fff;
}
@media (min-width: 768px) {
  .columns__item-content {
    padding: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .columns__item-content {
    padding: 2rem;
  }
  .columns--narrow .columns__item-content {
    padding: 1rem;
  }
}
.columns__headline {
  margin-top: 0;
  line-height: 1.2em;
  background: #b2d0cb;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none;
  font-family: "Permian Slab", serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .columns__headline {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .columns--narrow .columns__headline {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.columns--images .columns__headline {
  background: #463d35;
  color: #fff;
}
.columns__text {
  color: #000;
}
.columns--images .columns__text {
  color: #fff;
}
.columns--narrow .columns__text {
  font-size: 16px;
  font-size: 1rem;
}
.text-boxes {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .text-boxes__row {
    display: flex;
    align-items: stretch;
    margin: 0 -1rem;
    min-height: 100%;
    flex-wrap: wrap;
    width: calc(78.632479% - 30px);
    float: right;
  }
}
.text-boxes__item {
  margin-bottom: 3rem;
  text-decoration: none;
  transition: all 220ms ease-in-out;
}
@media (min-width: 768px) {
  .text-boxes__item {
    padding: 0 3rem 0 0;
    width: 50%;
  }
}
.text-boxes__headline {
  margin-top: 0;
  line-height: 1.2em;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none;
  font-family: "Permian Slab", serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .text-boxes__headline {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.text-boxes__text {
  color: #000;
}
.card {
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .card {
    display: flex;
    align-items: stretch;
  }
}
.card__image {
  width: 100%;
  height: 80vw;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  .card__image {
    background-position: top center;
    width: 42%;
    padding: 2rem;
    height: auto;
  }
}
.card__image-link {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.card__content {
  padding: 1rem;
}
@media (min-width: 768px) {
  .card__content {
    width: 58%;
    padding: 2rem;
  }
  .card--no-image .card__content {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .card__content {
    padding: 3.5rem;
  }
}
.card__subheadline {
  font-family: "Permian Slab", serif;
  font-size: 16px;
  font-size: 1rem;
  color: #dc5034;
  text-transform: uppercase;
  margin: 0;
}
.card__headline {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16em;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .card__headline {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.card__manchet {
  margin-bottom: 2rem;
}
.card__link.cta {
  font-size: 18px;
  font-size: 1.125rem;
}

.slider {
  clear: both;
}
.slider--news {
  margin-bottom: 4rem;
}
.slider .carousel-cell {
  width: 100%;
}

.flickity-viewport {
  transition: height 0.2s;
}

.theme-header {
  background: #dcd7c9;
  display: block;
  width: 100%;
  padding-bottom: 7.25rem;
  margin-bottom: 2rem;
}
.theme-header__icon {
  width: 100%;
  padding-top: 3.25rem;
}
@media (min-width: 768px) {
  .theme-header__icon {
    width: 25.641026%;
    text-align: right;
    float: left;
  }
}
.theme-header__icon-file {
  width: 25%;
  margin-right: 50px;
}
.theme-header__text {
  width: 100%;
}
@media (min-width: 768px) {
  .theme-header__text {
    width: 74.358974%;
    float: right;
  }
}
.theme-header__subheader {
  color: #dc5034;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Permian Slab", serif;
  margin: 0;
  padding-top: 2.5rem;
}
.theme-header__headline {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 0.68em;
}
@media (min-width: 768px) {
  .theme-header__headline {
    font-size: 32px;
    font-size: 2rem;
  }
}
.theme-header__headline--no-theme {
  margin-top: 2rem;
}
.theme-header__manchet {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.54em;
  font-family: "Permian Slab", serif;
  color: #4c4b49;
  margin-bottom: 4.75rem;
}
@media (min-width: 768px) {
  .theme-header__manchet {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

main.timeline {
  background: #26211d;
  padding: 75px 0;
  /* --------------------------------

  Main Components

  -------------------------------- */
}
main.timeline h1 {
  color: #fff;
}
main.timeline .cd-horizontal-timeline {
  opacity: 0;
  transition: opacity 0.2s;
  overflow-x: hidden;
}
main.timeline .cd-horizontal-timeline:before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}
main.timeline .cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
main.timeline .cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  background: url("../img/dotted-line.png") repeat-x left center;
}
main.timeline .cd-horizontal-timeline ol, main.timeline .cd-horizontal-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.timeline .cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
}
main.timeline .cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  transition: transform 0.4s;
}
main.timeline .cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: left;
  font-size: 1.3rem;
  padding-bottom: 15px;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  transform: translateZ(0);
  outline: none;
}
main.timeline .cd-horizontal-timeline .events a:after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #ccc7b9;
  transition: background-color 0.5s ease-in-out, border 0.3s ease-in-out;
}
main.timeline .cd-horizontal-timeline .events a:hover:after {
  border: 2px solid #ccc7b9;
  background-color: transparent;
}
main.timeline .cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
main.timeline .cd-horizontal-timeline .events a.selected:after {
  background-color: transparent;
  border: 3px solid #dc5034;
  bottom: -7px;
  height: 15px;
  width: 15px;
  transition: background-color 0.5s ease-in-out, border 0.3s ease-in-out;
}
main.timeline .cd-horizontal-timeline .events .first, main.timeline .cd-horizontal-timeline .events .last {
  display: none;
}
main.timeline .cd-horizontal-timeline .events ul.years {
  list-style: none;
  position: absolute;
  width: 100%;
  top: 12px;
}
main.timeline .cd-horizontal-timeline .events ul.years li {
  display: inline-block;
  float: left;
  text-align: left;
  position: relative;
}
main.timeline .cd-horizontal-timeline .events ul.years li span {
  margin-left: -50px;
  width: 100px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-family: "Permian Slab", serif;
  color: #fff;
}
main.timeline .cd-horizontal-timeline .events ul.years li:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #666;
  position: absolute;
  left: 0;
  top: -20px;
}
main.timeline .cd-horizontal-timeline .events ul.years li:last-of-type {
  width: 1px !important;
}
main.timeline .cd-horizontal-timeline .filling-line {
  display: none;
  /* this is used to create the line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #dc5034;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
main.timeline .cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  transition: height 0.4s;
}
main.timeline .cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
main.timeline .cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}
main.timeline .cd-horizontal-timeline .events-content li.enter-right, main.timeline .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
          animation-name: cd-enter-right;
}
main.timeline .cd-horizontal-timeline .events-content li.enter-left, main.timeline .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
          animation-name: cd-enter-left;
}
main.timeline .cd-horizontal-timeline .events-content li.leave-right, main.timeline .cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
}
main.timeline .cd-horizontal-timeline .events-content li > * {
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  main.timeline .cd-horizontal-timeline:before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
main.timeline .no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #dc5034;
  border-color: #dc5034;
}
main.timeline .no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
main.timeline .cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 24px;
  width: 14px;
  /* replace text with an icon */
  color: transparent;
  text-indent: 100%;
  text-indent: -9999px;
}
main.timeline .cd-timeline-navigation a:after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 24px;
  width: 14px;
  left: 0;
  top: 0;
  background: url(../img/icon-nav-arrow-red.svg) no-repeat center center;
  background-size: 100%;
}
main.timeline .cd-timeline-navigation a.prev {
  left: 0;
}
main.timeline .cd-timeline-navigation a.next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
main.timeline .cd-timeline-navigation a:hover {
  border-color: #dc5034;
}
main.timeline .cd-timeline-navigation a.inactive {
  cursor: not-allowed;
  opacity: 0.3;
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.archive-search {
  z-index: 0;
  position: relative;
  padding: 0 0 2rem;
}
@media (min-width: 1024px) {
  .archive-search {
    float: right;
    width: 78.632479%;
    padding: 0 0 70px 50px;
    position: relative;
  }
}
.archive-search--fullwidth {
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .archive-search--fullwidth {
    float: left;
    width: 95%;
    padding: 0;
    position: relative;
  }
}
.archive-search__label {
  display: none;
}
.archive-search__input[type=text] {
  height: 65px;
  width: calc(100%);
  border: none;
  border-radius: 0;
  background-color: #dad9d7;
  color: #666;
  font-size: 30px;
  font-size: 1.875rem;
  padding-left: 1.5rem;
  padding-right: 6.5rem;
  transition: all 220ms ease-in-out;
}
.archive-search__input[type=text]:focus {
  outline: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
}
.archive-search__submit[type=submit] {
  background-color: #dc5034;
  background-image: url("../img/icon-magnifier.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px 32px;
  width: 80px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999999px;
}
.archive-search__submit[type=submit]:focus, .archive-search__submit[type=submit]:hover {
  background-color: #e0634a;
  outline: none;
}
.archive-search__manchet {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 2rem;
  color: #fff;
  max-width: 560px;
}
@media (min-width: 1024px) {
  .archive-search__manchet {
    float: right;
    width: 78.632479%;
    max-width: 9999px;
    padding: 0 0 0 50px;
    margin-bottom: 50px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .news {
    width: 78.632479%;
    float: right;
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 32px;
  }
}
.news__article--list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 2rem;
  padding-bottom: 2rem;
}
.news__headline {
  margin-bottom: 26px;
}
.news__manchet--list {
  margin-bottom: 2rem;
}
.news__subheader {
  color: #dc5034;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Permian Slab", serif;
  margin: 0;
  padding-top: 2.5rem;
}
.news__subheader a {
  color: #dc5034;
  text-decoration: none;
}

.nav-links {
  text-align: center;
  margin: 0 auto 2rem;
}
.nav-links a,
.nav-links span {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #e9e5dd;
  display: inline-block;
  padding: 0 10px;
  margin: 0 2px;
  background-color: #ccc7b9;
}
.nav-links a {
  text-decoration: none;
  background-color: #e9e5dd;
}
.nav-links a:hover {
  background-color: #dc5034;
  color: #fff;
}

.social-sharing {
  margin: 0;
  padding: 0;
}
.social-sharing__list {
  margin: 40px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .social-sharing__list {
    height: 36px;
  }
}
.social-sharing__item {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .social-sharing__item {
    float: left;
    margin: 0 10px 0 0;
  }
}
.social-sharing__link {
  background: #463d35;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding-right: 20px;
}
.social-sharing__link:hover {
  color: #fff;
  background: #5d5147;
}
.social-sharing__link:visited {
  color: #fff;
}
.social-sharing__link:before {
  content: " ";
  background-color: #dc5034;
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}
.social-sharing__link--facebook:before {
  background-image: url("../img/icon-facebook.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.social-sharing__link--twitter:before {
  background-image: url("../img/icon-twitter.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

body.modal-active {
  overflow: hidden;
}

.modal {
  display: none;
}
.modal--active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__content {
  background-color: #fff;
  width: 90%;
  max-width: 970px;
  padding: 64px 15px 30px;
  position: absolute;
  top: 10vh;
  left: 50%;
  margin-bottom: 10vh;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .modal__content {
    padding: 64px 140px 60px 100px;
  }
}
@media (min-width: 1024px) {
  .modal__content {
    padding: 64px 140px 60px 100px;
  }
}
.modal__close {
  font-size: 16px;
  width: 20px;
  height: 20px;
  padding: 0;
  background-image: url("../img/icon__modal-close.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .modal__close {
    top: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1024px) {
  .modal__close {
    top: 60px;
    right: 60px;
    width: 45px;
    height: 45px;
  }
}
.modal .modal__close-textlink {
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  display: block;
  width: 200px;
  margin: 15px auto 0;
}
.modal__content-inner article {
  margin: 0;
  width: 100%;
  padding: 0;
  float: none;
}
.modal__content-inner article .social-sharing__list {
  display: none;
}

.frontpage-search {
  margin-bottom: 3rem;
}
.frontpage-search__content {
  display: block;
}
@media (min-width: 768px) {
  .frontpage-search__content {
    display: flex;
    align-items: stretch;
  }
}
.frontpage-search__title {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .frontpage-search__title {
    margin-bottom: 0.5rem;
  }
}
.frontpage-search__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #fff;
  font-family: "Permian Slab", serif;
}
.frontpage-search__form {
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .frontpage-search__form {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .frontpage-search__form {
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 3rem;
  }
}
.frontpage-search__links {
  width: 100%;
  background-color: gray;
  padding: 1.5rem 1.5rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .frontpage-search__links {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .frontpage-search__links {
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 3rem;
  }
}
.frontpage-search__links ul {
  padding: 0;
  margin: 0;
}
.frontpage-search__links li {
  list-style: none;
  margin-bottom: 1rem;
}
.frontpage-search__links a {
  color: #fff;
  font-family: "Permian Slab", serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
}
.frontpage-search__links a:hover, .frontpage-search__links a:visited {
  color: #fff;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.page-template-page-search-results .site-content {
  padding-top: 0;
}

.dvi-search-form {
  padding: 20px 0;
  background: #28221d;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .dvi-search-form {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .dvi-search-form form {
    margin-left: 21.367521%;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dvi-search-form form:before {
    width: 100vw;
    height: 100vw;
    background: #201b17;
    content: " ";
    display: inline-block;
    position: absolute;
    right: 78%;
    top: 0;
  }
}
.dvi-search-form .input-group {
  margin-bottom: 20px;
  color: #fff;
}
.dvi-search-form .input-group label {
  display: block;
  font-weight: bold;
}
.dvi-search-form .input-group input[type=text] {
  width: 100%;
}
.dvi-search-form .input-group__item {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .dvi-search-form .input-group__dates {
    float: left;
    width: 63%;
  }
}
.dvi-search-form .input-group--search-string label {
  display: none;
}
.dvi-search-form .input-group--search-string label:after {
  content: ":";
}
.dvi-search-form .input-group--search-string input[type=text] {
  height: 65px;
  width: calc(100%);
  border: none;
  border-radius: 0;
  background-color: #dad9d7;
  color: #666;
  font-size: 30px;
  font-size: 1.875rem;
  padding-left: 1.5rem;
  padding-right: 6.5rem;
}
.dvi-search-form .input-group--checkboxes {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .dvi-search-form .input-group--checkboxes {
    width: 37%;
    float: left;
  }
}
.dvi-search-form .input-group--checkboxes label,
.dvi-search-form .input-group--checkboxes strong {
  display: inline-block;
}
.dvi-search-form .input-group--checkboxes label {
  font-weight: 400;
}
.dvi-search-form .input-group--date-from, .dvi-search-form .input-group--date-to {
  width: 50%;
  float: left;
}
@media (min-width: 1024px) {
  .dvi-search-form .input-group--date-from, .dvi-search-form .input-group--date-to {
    width: 50%;
    text-align: left;
  }
}
.dvi-search-form .input-group--date-from label, .dvi-search-form .input-group--date-to label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  margin-right: 0.5em;
}
.dvi-search-form .input-group--date-from label:after, .dvi-search-form .input-group--date-to label:after {
  content: ":";
}
.dvi-search-form .input-group--date-from input[type=text], .dvi-search-form .input-group--date-to input[type=text] {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 0;
  height: 35px;
}
@media (min-width: 1024px) {
  .dvi-search-form .input-group--date-from input[type=text], .dvi-search-form .input-group--date-to input[type=text] {
    width: 100%;
  }
}
.dvi-search-form .input-group--date-from {
  padding-right: 10px;
}
.dvi-search-form .input-group--date-to {
  padding-left: 10px;
}
.dvi-search-form .input-group--submit {
  clear: both;
  text-align: right;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .dvi-search-form .input-group--submit {
    clear: both;
  }
}
.dvi-search-form .input-group .fw_button {
  margin-left: 20px;
}
.dvi-search-form .input-group .fw_button:hover {
  background-color: #1ccd23;
}
.dvi-search-form .input-group input[type=submit] {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  background-color: #dc5034;
  background-image: url("../img/icon-magnifier.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 29px 32px;
  padding: 10px 30px 10px 50px;
}
@media (min-width: 1024px) {
  .dvi-search-form .input-group input[type=submit] {
    background-position: 30px center;
    padding: 16px 45px 16px 80px;
  }
}
.dvi-search-form .input-group input[type=submit]:hover {
  background-color: #e47660;
}
.dvi-search-form .input-group input[type=reset] {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  background-color: #3e3934;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .dvi-search-form .input-group input[type=reset] {
    padding: 16px 30px;
  }
}
.dvi-search-form .input-group input[type=reset]:hover {
  background-color: #5a534b;
}

.dvi-search {
  margin-bottom: 6rem;
}
.dvi-search nav {
  display: block;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}
.dvi-search__pagination {
  margin-bottom: 2rem;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.dvi-search__pagination li {
  margin: 0 2px 4px;
  padding: 0;
  list-style: none;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: inline-block;
}
.dvi-search__pagination li.active {
  background-color: #ccc7b9;
}
.dvi-search__pagination a {
  text-decoration: none;
  display: block;
  background-color: #e9e5dd;
}
.dvi-search__pagination a:hover {
  background-color: #dc5034;
  color: #fff;
}
.dvi-search__category {
  margin-bottom: 20px;
  background-color: rgba(255, 255, 240, 0.8);
}
.dvi-search__category h2 {
  margin-top: 20px;
}
.dvi-search__category_hit_count {
  font-size: 80%;
  color: #555555;
}
.dvi-search__description {
  font-size: 80%;
}
.dvi-search__image {
  background-color: #888888;
}
.dvi-search .search-search__link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.dvi-search__result {
  min-height: 44px;
  background-color: rgba(220, 220, 0, 0);
  margin-bottom: 20px;
  border-left: 4px solid #333333;
}
.dvi-search__hitbox {
  border-top: 1px solid #ccc7b9;
  padding: 2rem 0;
}
.dvi-search__hitbox img {
  float: left;
}
.dvi-search__hitbox .label {
  font-weight: bold;
}
.dvi-search__hitbox .hitbox_businessfields {
  background-color: #cccccc;
  font-size: 12px;
  color: #555555;
}
.dvi-search__hitbox em {
  background: rgba(220, 80, 52, 0.8);
  color: #fff;
  padding: 2px 4px;
  font-style: normal;
  display: inline-block;
}
.dvi-search_fieldlabel {
  font-size: 10px;
  background-color: #dd0000;
  color: #ffffff;
  padding: 2px;
}
.dvi-search__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.dvi-search__title a {
  color: #000;
  text-decoration: underline;
}
.dvi-search__title a:hover {
  color: #dc5034;
}
.dvi-search .stat_box p {
  margin: 0;
}
.dvi-search-form input[type=text] {
  border: none;
  margin-right: 1em;
}
.dvi-search-form p {
  background: rgba(233, 229, 221, 0.6);
  padding: 0.5em 1em;
  margin-top: 1em;
}
.dvi-search-form input[type=checkbox] {
  margin: 0 0.5em 0 0;
}
@media (min-width: 1024px) {
  .dvi-search-form input[type=checkbox] {
    margin: 0 0.5em 0 0;
  }
}
.dvi-search-form input[type=submit] {
  display: inline-block;
}

/*
.dvi-search__hitbox h4.h4_hb {
    background-color: rgba(196, 196, 196, 1.0);
    color: #337733;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}
*/
/* ---- Art type bars: Just for getting a visual representation of the different kinds of search results ---- */
.at_afskrevne_arkivalier,
.at_andet,
.at_arkivskaber,
.at_digitale_systemer,
.at_papir_og_mikrofilm,
.at_scannede_arkivalier {
  color: #dc5034;
  font-family: "Permian Slab", serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

.search-navigation {
  margin-bottom: 2rem;
  text-align: center;
}
.search-navigation ul {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.search-navigation li {
  margin: 0 2px;
  padding: 0;
  list-style: none;
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  background-color: #e9e5dd;
}

/*
.dvi-search-form {
    background: $color__beige;
    padding: 20px;

    .input-group {
        margin-bottom: 10px;

        label {
            display: block;
            font-weight: bold;
        }

        input[type="text"] {
            width: 100%;
        }

        &--search-string {
            label {
                &:after {
                    content: ":";
                }
            }
        }

        &--date-from,
        &--date-to {
            width: 50%;
            float: left;

            label {
                &:after {
                    content: ":";
                }
            }
        }

        &--date-from {
            padding-right: 10px;
        }

        &--date-to {
            padding-left: 10px;
        }

        .fw_button {
            margin-right: 20px;

            &:hover {
                background-color: lighten($color__background-button, 8%);
            }
        }

        input[type="reset"] {
            background-color: rgba($color__red,0.2);

            &:hover {
                background-color: rgba($color__red,1);
            }
        }
    }
}

.dvi-search {
    margin-bottom: 6rem;

    nav {
        display: block;
        width: 100%;
        text-align: center;
        padding: 2rem 0;
    }

    &__pagination {
        margin-bottom: 2rem;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        display: inline-block;

        ul {}

        li {
            margin: 0 2px;
            padding: 0;
            list-style: none;
            float: left;
            width: 40px;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            display: inline-block;

            &.active {
                background-color: $color__beige--dark;
            }
        }

        a {
            text-decoration: none;
            display: block;
            background-color: $color__beige;

            &:hover {
                background-color: $color__red;
                color: $color__white;
            }
        }
    }

    &__category {
        margin-bottom: 20px;
        background-color: rgba(255,255,240,0.8);

        h2 {
            margin-top: 20px;
        }
    }

    &__category_hit_count {
        font-size: 80%;
        color: #555555;
    }

    &__headline {}

    &__description {
        font-size: 80%;
    }

    &__image {
        background-color: #888888;
    }

    .search-search__link {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

    &__result {
        min-height: 44px;
        background-color: rgba(220, 220, 0, 0.0);
        margin-bottom: 20px;
        border-left: 4px solid #333333;

        h1 {}

        pre {}
    }

    &__hitbox {
        border-top: 1px solid $color__border;
        padding: 2rem 0;

        img {
            float: left;
        }

        .label {
            font-weight: bold;
        }

        .hitbox_businessfields {
            background-color: #cccccc;
            font-size: 12px;
            color: #555555;
        }

        em {
            background: rgba($color__red, 0.8);
            color: #fff;
            padding: 2px 4px;
            font-style: normal;
            display: inline-block;
        }
    }

    &_fieldlabel {
        font-size: 10px;
        background-color: #dd0000;
        color: #ffffff;
        padding: 2px;
    }

    &__title {
        @include font-size(1.5);
        margin-bottom: 0.5em;
        margin-top: 0;

        a {
            color: $color__text;
            text-decoration: underline;

            &:hover {
                color: $color__red;
            }
        }
    }

    .stat_box {
        p {
            margin: 0;
        }
    }

    input.fw_button {}
}

.dvi-search-form {
    input[type="text"] {
        border: 1px solid $color__border-input;
        margin-right: 1em;
    }
    // Line with checkboxes
    p {
        background: rgba($color__beige, 0.6);
        padding: 0.5em 1em;
        margin-top: 1em;
    }

    input[type="checkbox"] {
        margin: 0 0.5em 0 1em;
    }

    input[type="submit"] {
        display: inline-block;
    }
}
.dvi-search__hitbox h4.h4_hb {
    background-color: rgba(196, 196, 196, 1.0);
    color: #337733;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}
.at_afskrevne_arkivalier,
.at_andet,
.at_arkivskaber,
.at_digitale_systemer,
.at_papir_og_mikrofilm,
.at_scannede_arkivalier {
    color: $color__red;
    font-family: $font__headline;
    @include font-size(1);
    text-transform: uppercase;
}

.at_arkivskaber {}

.at_afskrevne_arkivalier {}

.at_digitale_systemer {}

.at_scannede_arkivalier {}

.at_papir_og_mikrofilm {}

.at_andet {}

.search-navigation {
    margin-bottom: 2rem;
    text-align: center;

    ul {
        margin: 0 auto;
        padding: 0;
        display: inline-block;
    }

    li {
        margin: 0 2px;
        padding: 0;
        list-style: none;
        float: left;
        width: 40px;
        height: 40px;
        overflow: hidden;
        display: inline-block;
        background-color: $color__beige;
    }
}
*/
@media (min-width: 1024px) {
  .search-results {
    width: 78%;
    float: right;
    padding-left: 50px;
  }
}
.search-results__sidebar {
  float: left;
}
@media (min-width: 1024px) {
  .search-results__sidebar {
    width: 21.367521%;
  }
}
.search-results__sidebar .sibling-navigation {
  width: 100%;
  padding-top: 0;
  border-top: 3px solid #dc5034;
  padding-top: 40px;
  margin-top: 40px;
}

.search-sidebar {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .search-sidebar {
    padding: 0;
  }
}
.search-sidebar .sibling-navigation {
  width: 100%;
  padding-top: 0;
  border-top: 3px solid #dc5034;
  padding-top: 40px;
  margin-top: 40px;
}

.stat_box {
  display: none;
}

.number_of_hits {
  display: none;
}

.dvi-search__headline {
  margin-bottom: 40px;
}

.search-guide-link {
  margin: 20px 0 0;
}
.search-guide-link a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.search-guide-link a:active, .search-guide-link a:hover, .search-guide-link a:visited {
  text-decoration: none;
  color: #fff;
}
.search-guide-link a:before {
  content: "i";
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #dc5034;
  margin: 0 10px -8px 0;
  overflow: hidden;
  font-family: "Permian Slab", serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.search-guide-link a:hover:before {
  transform: scale(1.1);
}

.search-guide-box {
  margin-top: 20px;
  border-top: 3px solid #dc5034;
  display: block;
}
@media (min-width: 768px) {
  .search-guide-box {
    margin-top: 100px;
  }
}
.search-guide-box h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.search-guide-box a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
}
.search-guide-box a:active, .search-guide-box a:hover, .search-guide-box a:visited {
  text-decoration: none;
}
.search-guide-box a:before {
  content: "i";
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #dc5034;
  margin-right: 15px;
  overflow: hidden;
  font-family: "Permian Slab", serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  vertical-align: middle;
}
.search-guide-box a:hover:before {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:active, a:focus, a:hover {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

.cta {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  font-family: "Permian Slab", serif;
  font-weight: 700;
  background-image: url("../img/icon-arrow-red.svg");
  background-position: right 0.5416em;
  background-repeat: no-repeat;
  background-size: 1.3333em 0.45833333em;
  padding-right: 2em;
  transition: all 250ms ease-in-out;
  display: inline-block;
}
.cta:hover {
  transform: translateX(2%);
}

.link--pdf {
  background-image: url("../img/icon__pdf.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 1em;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  .link--pdf {
    float: right;
  }
}
.link--pdf:hover {
  color: #dc5034;
}

.text-boxes__link.modal-link:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 16px;
  background-image: url("../img/icon-arrow-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  transition: 0.2s;
}
.text-boxes__link.modal-link:hover:after {
  transform: translateX(5px);
}

.info-btn:before {
  content: "i";
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #dc5034;
  margin: 0 10px -8px 0;
  overflow: hidden;
  font-family: "Permian Slab", serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.info-btn:hover:before {
  transform: scale(1.1);
}

a.tooltip {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #463d35;
  margin: 0 5px -8px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  text-decoration: none;
  margin-left: 10px;
}
a.tooltip .tooltiptext {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transition-delay: 0.1s;
  display: block;
  position: absolute;
  bottom: 38px;
  z-index: 2;
  background: #000;
  color: white;
  padding: 10px;
  border-radius: 3px;
  max-width: 600px;
  width: 100vw;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846em;
}
a.tooltip:hover {
  background: #dc5034;
}
a.tooltip:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
  cursor: default;
}
a.tooltip.place-center .tooltiptext {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
a.tooltip.place-left .tooltiptext {
  left: 0;
}
a.tooltip.place-right .tooltiptext {
  right: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:active, a:focus, a:hover {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

.cta {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  font-family: "Permian Slab", serif;
  font-weight: 700;
  background-image: url("../img/icon-arrow-red.svg");
  background-position: right 0.5416em;
  background-repeat: no-repeat;
  background-size: 1.3333em 0.45833333em;
  padding-right: 2em;
  transition: all 250ms ease-in-out;
  display: inline-block;
}
.cta:hover {
  transform: translateX(2%);
}

.link--pdf {
  background-image: url("../img/icon__pdf.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 1em;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  .link--pdf {
    float: right;
  }
}
.link--pdf:hover {
  color: #dc5034;
}

.text-boxes__link.modal-link:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 16px;
  background-image: url("../img/icon-arrow-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  transition: 0.2s;
}
.text-boxes__link.modal-link:hover:after {
  transform: translateX(5px);
}

.info-btn:before {
  content: "i";
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #dc5034;
  margin: 0 10px -8px 0;
  overflow: hidden;
  font-family: "Permian Slab", serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.info-btn:hover:before {
  transform: scale(1.1);
}

a.tooltip {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #463d35;
  margin: 0 5px -8px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  text-decoration: none;
  margin-left: 10px;
}
a.tooltip .tooltiptext {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transition-delay: 0.1s;
  display: block;
  position: absolute;
  bottom: 38px;
  z-index: 2;
  background: #000;
  color: white;
  padding: 10px;
  border-radius: 3px;
  max-width: 600px;
  width: 100vw;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846em;
}
a.tooltip:hover {
  background: #dc5034;
}
a.tooltip:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
  cursor: default;
}
a.tooltip.place-center .tooltiptext {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
a.tooltip.place-left .tooltiptext {
  left: 0;
}
a.tooltip.place-right .tooltiptext {
  right: 0;
}

/*--------------------------------------------------------------
# Address
--------------------------------------------------------------*/
.address {
  line-height: 1.125rem;
  line-height: 2em;
}
.address--footer {
  color: #d2d1d0;
}
.address--footer a {
  color: #d2d1d0;
  transition: all 250ms ease-in-out;
}
.address--footer a:hover {
  color: #fff;
}
.address__street {
  display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: url("../img/background.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  overflow-x: hidden;
}

.site {
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  float: none;
}

.sibling-navigation {
  width: 21.367521%;
  float: left;
  padding-top: 160px;
}
.sibling-navigation ul {
  padding: 0;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .sibling-navigation ul {
    display: inline-block;
  }
}
.sibling-navigation li {
  list-style: none;
  margin-bottom: 24px;
  line-height: inherit;
  float: none;
  margin-right: 1rem;
}
.sibling-navigation li.current_page_item a,
.sibling-navigation li.current_page_item a.main-menu__sub-menu__link, .sibling-navigation li.main-menu__item--active a,
.sibling-navigation li.main-menu__item--active a.main-menu__sub-menu__link, .sibling-navigation li.main-menu__item--active.main-menu__sub-menu--1__item a,
.sibling-navigation li.main-menu__item--active.main-menu__sub-menu--1__item a.main-menu__sub-menu__link {
  border-left: 2px solid #dc5034;
  color: #000;
}
.sibling-navigation a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  padding-left: 22px;
  display: inline-block;
  border-left: 2px solid #ccc;
  color: #333;
  font-weight: normal;
}
.sibling-navigation a:visited {
  color: #333;
}
.sibling-navigation a:hover, .main-menu__item--active .sibling-navigation a {
  border-left: 2px solid #dc5034;
  color: #000;
}

@media (min-width: 768px) {
  .article {
    width: 78.632479%;
    float: right;
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 32px;
  }
}
.article__headline {
  margin-bottom: 26px;
}
.article__subheader {
  color: #dc5034;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Permian Slab", serif;
  margin: 0;
  padding-top: 2.5rem;
}
.article__subheader a {
  color: #dc5034;
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-header {
    overflow-y: hidden;
  }
}
.site-header__logo-container {
  display: inline-block;
  margin: 1rem 0 2rem;
}
@media (min-width: 768px) {
  .site-header__logo-container {
    margin: 1.625rem 0 2rem;
  }
}
@media (min-width: 1024px) {
  .site-header__logo-container {
    width: 21.367521%;
    margin: 0;
    position: relative;
    height: 195px;
    float: left;
    left: 0;
    top: 0;
  }
  .page-child .site-header__logo-container, .page-parent .site-header__logo-container {
    height: 286px;
  }
  .no-second-level-menu .site-header__logo-container, .page-child.page-template-page-search-results .site-header__logo-container, .page-parent.page-template-page-search .site-header__logo-container, .page-parent.page-template-page-search-results .site-header__logo-container {
    height: 195px;
  }
}
@media (min-width: 1024px) {
  .site-header__logo-container:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    content: " ";
    display: inline-block;
    height: 100vh;
  }
}
.site-header__logo {
  background: url("../img/Logo-w-lodret.svg") no-repeat;
  width: 150px;
  height: 52px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0;
}
@media (min-width: 768px) {
  .site-header__logo {
    width: 150px;
    height: 52px;
  }
}
@media (min-width: 1024px) {
  .site-header__logo {
    position: absolute;
    right: 70px;
    top: 37px;
    width: 150px;
    height: 57px;
    left: auto;
  }
}
.site-header__logo-and-navigation {
  position: relative;
}
@media (min-width: 1024px) {
  .site-header__logo-and-navigation {
    float: left;
    width: 78.632479%;
    border-top: 6px solid #dc5034;
    padding: 0 0 0 50px;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .site-branding {
    height: 36px;
  }
}
.site-branding__title {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  margin: 0 0 1rem;
  font-family: "Permian Slab", serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .site-branding__title {
    font-size: 26px;
    font-size: 1.625rem;
    padding-top: 64px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .site-branding__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 50px 0 0;
    padding: 0;
  }
}
.site-branding__title > a,
.site-branding__title > a:hover,
.site-branding__title > a:visited,
.site-branding__title > a:active {
  text-decoration: none;
  color: #fff;
  line-height: 1em;
}
.site-branding__description {
  display: block;
  color: rgba(255, 230, 210, 0.6);
  font-weight: normal;
  font-style: italic;
  font-size: 0.75em;
}
@media (min-width: 768px) {
  .site-branding__description {
    display: inline;
    font-size: 0.75em;
  }
}

.site-content {
  background: #fff;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .site-content {
    padding-top: 0;
  }
}
.page-template-page-search .site-content {
  padding-top: 2rem;
}

.site-footer {
  color: #fff;
}
.site-footer__inner {
  border-top: 6px solid #dc5034;
  padding-top: 60px;
}

.footer-menus__headline {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 0 30px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
  background-color: none;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("../img/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url("../img/default-skin.svg");
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("../img/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -54px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #afa99d;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #463d35;
}
.slider--news .flickity-page-dots .dot.is-selected {
  background: #e9e5dd;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  background: #f3f1ec;
  margin-bottom: 2rem;
  width: auto !important;
  max-width: 870px;
  padding: 1rem;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.44em;
  color: #666;
  padding: 1rem 0 0;
}
.wp-caption-text {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*# sourceMappingURL=map/style.css.map */
