@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import "normalize.css";
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=50em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 50em) {
  h1, .h1 {
    font-size: 1.375rem;
  }
  h2, .h2 {
    font-size: 1.375rem;
  }
  h3, .h3 {
    font-size: 1.125rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 50em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 50em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 50em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 50em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 50em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 50em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 50em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 50em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 50em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 50em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 50em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 50em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 50em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 50em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 50em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 50em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 50em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 50em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 50em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 49.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 50em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #f0f0f0;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #fefefe;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 49.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 49.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 50em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 50em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 50em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 50em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 50em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 50em) {
  .reveal {
    width: 600px;
    max-width: 77.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 50em) {
  .reveal.tiny {
    width: 30%;
    max-width: 77.5rem;
  }
}
@media print, screen and (min-width: 50em) {
  .reveal.small {
    width: 50%;
    max-width: 77.5rem;
  }
}
@media print, screen and (min-width: 50em) {
  .reveal.large {
    width: 90%;
    max-width: 77.5rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 49.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #fefefe;
  color: #0a0a0a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #fefefe;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 50em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 50em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 50em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 49.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 50em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

/*
 * Micro clearfix hack
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
/*
 * This hide-text is supposed to have better performance then the -9999px technique
 * http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
 */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

.right {
  float: right;
}

.left {
  float: left;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8q4kbu");
  src: url("../fonts/icomoon.eot?8q4kbu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8q4kbu") format("truetype"), url("../fonts/icomoon.woff?8q4kbu") format("woff"), url("../fonts/icomoon.svg?8q4kbu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-book3:before {
  content: "\e96f";
}

.icon-jaarverslag:before {
  content: "\e970";
}

.icon-periodieken:before {
  content: "\e971";
}

.icon-link:before {
  content: "\e96e";
}

.icon-transcriberen:before {
  content: "\e96d";
}

.icon-profile:before {
  content: "\e966";
}

.icon-boeken-viewer:before {
  content: "\e967";
}

.icon-download1:before {
  content: "\e968";
}

.icon-chat1:before {
  content: "\e969";
}

.icon-share:before {
  content: "\e96a";
}

.icon-book21:before {
  content: "\e96b";
}

.icon-book1:before {
  content: "\e96c";
}

.icon-affice:before {
  content: "\e901";
}

.icon-baby:before {
  content: "\e902";
}

.icon-books:before {
  content: "\e903";
}

.icon-delpher:before {
  content: "\e904";
}

.icon-familie:before {
  content: "\e905";
}

.icon-images:before {
  content: "\e906";
}

.icon-jaarverslagen:before {
  content: "\e90b";
}

.icon-kaartenplattegronden:before {
  content: "\e90c";
}

.icon-library:before {
  content: "\e90d";
}

.icon-openboek:before {
  content: "\e90e";
}

.icon-overleiden:before {
  content: "\e90f";
}

.icon-pallet .path1:before {
  content: "\e910";
}

.icon-pallet .path2:before {
  content: "\e911";
  margin-left: -0.8232421875em;
}

.icon-pallet .path3:before {
  content: "\e912";
  margin-left: -0.8232421875em;
}

.icon-pallet .path4:before {
  content: "\e913";
  margin-left: -0.8232421875em;
}

.icon-pallet .path5:before {
  content: "\e914";
  margin-left: -0.8232421875em;
}

.icon-pallet .path6:before {
  content: "\e915";
  margin-left: -0.8232421875em;
}

.icon-pallet .path7:before {
  content: "\e916";
  margin-left: -0.8232421875em;
}

.icon-pallet .path8:before {
  content: "\e917";
  margin-left: -0.8232421875em;
}

.icon-pallet .path9:before {
  content: "\e918";
  margin-left: -0.8232421875em;
}

.icon-persons:before {
  content: "\e964";
}

.icon-weg:before {
  content: "\e965";
}

.icon-image:before {
  content: "\e900";
}

.icon-archeology:before {
  content: "\e919";
}

.icon-archive:before {
  content: "\e91a";
}

.icon-bin:before {
  content: "\e91b";
}

.icon-book:before {
  content: "\e91c";
}

.icon-book2:before {
  content: "\e91d";
}

.icon-buildings:before {
  content: "\e91e";
}

.icon-buildings2:before {
  content: "\e91f";
}

.icon-calender:before {
  content: "\e920";
}

.icon-chat:before {
  content: "\e921";
}

.icon-close:before {
  content: "\e922";
}

.icon-close2:before {
  content: "\e923";
}

.icon-document:before {
  content: "\e924";
}

.icon-download:before {
  content: "\e925";
}

.icon-download2:before {
  content: "\e926";
}

.icon-edit:before {
  content: "\e927";
}

.icon-external:before {
  content: "\e928";
}

.icon-external2:before {
  content: "\e929";
}

.icon-facebook:before {
  content: "\e92a";
}

.icon-folder:before {
  content: "\e92b";
}

.icon-genealogy:before {
  content: "\e92c";
}

.icon-geo:before {
  content: "\e92d";
}

.icon-googleplus:before {
  content: "\e92e";
}

.icon-help:before {
  content: "\e92f";
}

.icon-home:before {
  content: "\e930";
}

.icon-info:before {
  content: "\e931";
}

.icon-instagram:before {
  content: "\e932";
}

.icon-label:before {
  content: "\e933";
}

.icon-linkedin:before {
  content: "\e934";
}

.icon-list:before {
  content: "\e935";
}

.icon-lock:before {
  content: "\e936";
}

.icon-map:before {
  content: "\e937";
}

.icon-objects2:before {
  content: "\e938";
}

.icon-paper:before {
  content: "\e939";
}

.icon-phone:before {
  content: "\e93a";
}

.icon-pin:before {
  content: "\e93b";
}

.icon-pinterest:before {
  content: "\e93c";
}

.icon-print:before {
  content: "\e93d";
}

.icon-scroll:before {
  content: "\e93e";
}

.icon-search:before {
  content: "\e93f";
}

.icon-search2:before {
  content: "\e940";
}

.icon-sound:before {
  content: "\e941";
}

.icon-stats:before {
  content: "\e942";
}

.icon-twitter:before {
  content: "\e943";
}

.icon-unlock:before {
  content: "\e944";
}

.icon-user:before {
  content: "\e945";
}

.icon-video:before {
  content: "\e946";
}

.icon-view:before {
  content: "\e947";
}

.icon-youtube:before {
  content: "\e948";
}

.icon-cloud-storage:before {
  content: "\e95c";
}

.icon-social-twitter:before {
  content: "\e95d";
}

.icon-social-facebook:before {
  content: "\e95e";
}

.icon-social-vimeo:before {
  content: "\e95f";
}

.icon-social-skype:before {
  content: "\e960";
}

.icon-social-pinterest:before {
  content: "\e961";
}

.icon-social-linkedin:before {
  content: "\e962";
}

.icon-chevron-small-down:before {
  content: "\e907";
}

.icon-chevron-small-left:before {
  content: "\e908";
}

.icon-chevron-small-right:before {
  content: "\e909";
}

.icon-chevron-small-up:before {
  content: "\e90a";
}

.icon-chevron-down:before {
  content: "\e949";
}

.icon-chevron-left:before {
  content: "\e94a";
}

.icon-chevron-right:before {
  content: "\e94b";
}

.icon-chevron-up:before {
  content: "\e94c";
}

.icon-save:before {
  content: "\e94d";
}

.icon-box:before {
  content: "\e94e";
}

.icon-calendar:before {
  content: "\e94f";
}

.icon-globe:before {
  content: "\e950";
}

.icon-facebook-with-circle:before {
  content: "\e951";
}

.icon-google-with-circle:before {
  content: "\e952";
}

.icon-google:before {
  content: "\e953";
}

.icon-instagram-with-circle:before {
  content: "\e954";
}

.icon-instagram2:before {
  content: "\e955";
}

.icon-linkedin-with-circle:before {
  content: "\e956";
}

.icon-pinterest-with-circle:before {
  content: "\e957";
}

.icon-tumblr-with-circle:before {
  content: "\e958";
}

.icon-twitter-with-circle:before {
  content: "\e959";
}

.icon-vimeo-with-circle:before {
  content: "\e95a";
}

.icon-youtube-with-circle:before {
  content: "\e95b";
}

.icon-clock:before {
  content: "\e963";
}

@font-face {
  font-family: "the-mix-500";
  src: url("../fonts/TheMix_500_.eot");
  src: url("../fonts/TheMix_500_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheMix_500_.woff") format("woff"), url("../fonts/TheMix_500_.svg#TheMix_500_") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "the-mix-700";
  src: url("../fonts/TheMix_700_.eot");
  src: url("../fonts/TheMix_700_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheMix_700_.woff") format("woff"), url("../fonts/TheMix_700_.svg#TheMix_700_") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "the-sans-500";
  src: url("../fonts/TheSans_B2_500_.eot");
  src: url("../fonts/TheSans_B2_500_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans_B2_500_.woff") format("woff"), url("../fonts/TheSans_B2_500_.svg#TheSans_B2_500_") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "the-sans-700";
  src: url("../fonts/TheSans_B2_700_.eot");
  src: url("../fonts/TheSans_B2_700_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans_B2_700_.woff") format("woff"), url("../fonts/TheSans_B2_700_.svg#TheSans_B2_700_") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TheMix;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/TheMix_Bold_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/TheMix_Bold.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/TheMix_ExtraBold_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/TheMix_ExtraBold.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/TheMix_ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: italic;
  font-weight: 200;
  src: url(../fonts/TheMix_ExtraLight_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/TheMix_Light_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/TheMix_Light.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/TheMix_Plain_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheMix;
  font-style: 400;
  font-weight: 400;
  src: url(../fonts/TheMix_Plain.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/TheSans_Bold_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/TheSans_Bold.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/TheSans_ExtraBold_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/TheSans_ExtraBold.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/TheSans_Light_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/TheSans_Light.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/TheSans_Plain_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/TheSans_Plain.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/TheSans_SemiBold_Italic.otf) format("opentype");
}
@font-face {
  font-family: TheSans;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/TheSans_SemiBold.otf) format("opentype");
}
body {
  text-rendering: optimizeLegibility;
}

body, a, p {
  font-family: TheSans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: TheMix, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
}

h1 {
  font-size: 36px;
  color: #0a0a0a;
}

h2 {
  font-size: 31px;
  color: #4A4A4A;
}

h3 {
  font-size: 25px;
  color: #0a0a0a;
}

h4 {
  font-size: 21px;
  color: #0a0a0a;
}

h5 {
  font-size: 23px;
  color: #0a0a0a;
}

a {
  color: #1261a3;
}
a:hover {
  color: #1c8ae6;
  text-decoration: underline;
}

p {
  font-size: 18px;
}

b,
strong {
  font-weight: 700;
  font-family: TheSans;
}

.extern:after {
  font-family: "icomoon" !important;
  content: "\e928";
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  display: inline-block;
  top: 6px;
}

.related-article h2 a {
  padding-top: 60px;
  margin-top: -60px;
  display: block;
}

table tr th a,
table tr th p,
table tr th,
table caption,
table tr td a,
table tr td p,
table tr td,
form select option,
form select option,
form div select option,
form legend,
form div,
form div legend,
form label,
form div,
form div label,
form input,
form select,
form div,
form div input,
form div textarea,
dl dt a,
dl dt p,
dl dt dd,
dl dd,
dl dt,
menu li a,
menu li p,
menu li,
ol li p,
ol li a,
ol li,
ul li p,
ul li a,
ul li,
p a {
  font-size: 18px;
}

blockquote p {
  color: #0a0a0a;
}

.pic-social__menu--instagram,
.pic-social__menu--youtube,
.pic-social__menu--twitter,
.pic-social__menu--nieuwsbrief,
.pic-social__menu--facebook {
  position: relative;
  padding-left: 20px;
}
.pic-social__menu--instagram:after,
.pic-social__menu--youtube:after,
.pic-social__menu--twitter:after,
.pic-social__menu--nieuwsbrief:after,
.pic-social__menu--facebook:after {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: #0a0a0a;
  font-size: 20px;
  line-height: 19px;
  font-family: icomoon !important;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}

.pic-social__menu--facebook:after {
  content: "\e95e";
}

.pic-social__menu--twitter:after {
  content: "\e95d";
}

.pic-social__menu--instagram:after {
  content: "\e955";
}

.pic-social__menu--nieuwsbrief {
  margin: 0;
}
.pic-social__menu--nieuwsbrief:after {
  content: "\e924";
}

.pic-content table {
  background: #fff;
  margin-bottom: 20px;
  border: none;
}
.pic-content table caption, .pic-content table thead tr {
  background-color: #CCCCCC;
}
.pic-content table tr th, .pic-content table tr td {
  padding: 0.3125rem 0.625rem;
}
.pic-content table tr:nth-of-type(even) {
  background-color: #F2F2F2;
}

#mod_simpleemailform_reset_1 {
  display: none;
}

#searchall_form input::-webkit-input-placeholder, .form-control input::-webkit-input-placeholder, .mediabank-search .mediabank-search-term input::-webkit-input-placeholder, .searchRow input input::-webkit-input-placeholder, .pic-mediabank input::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
#searchall_form input:-moz-placeholder, .form-control input:-moz-placeholder, .mediabank-search .mediabank-search-term input:-moz-placeholder, .searchRow input input:-moz-placeholder, .pic-mediabank input:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
  opacity: 1;
}
#searchall_form input::-moz-placeholder, .form-control input::-moz-placeholder, .mediabank-search .mediabank-search-term input::-moz-placeholder, .searchRow input input::-moz-placeholder, .pic-mediabank input::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
#searchall_form input:-ms-input-placeholder, .form-control input:-ms-input-placeholder, .mediabank-search .mediabank-search-term input:-ms-input-placeholder, .searchRow input input:-ms-input-placeholder, .pic-mediabank input:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}

.error-page {
  height: 100vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../img/error.jpg");
}
@media print, screen and (min-width: 50em) {
  .error-page {
    height: 100vh;
  }
}
.error-page__logo-container {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .error-page__logo-container {
    position: absolute;
    right: 15px;
    top: 25px;
    display: block;
    width: 190px;
    height: 80px;
  }
  .error-page__logo-container .logo {
    z-index: 5000;
    display: block;
    background: url("../img/sample-logo.svg") no-repeat;
    height: 80px;
    text-indent: -9999px;
  }
  .error-page__logo-container .logo:hover {
    opacity: 0.8;
  }
}
.error-page--homelink {
  background-color: #1261a3;
  color: #fff;
  padding: 8px 24px;
  margin-top: 15px;
  display: inline-block;
}
.error-page--homelink:hover {
  background-color: #1c8ae6;
  color: #fff;
}
.error-page__error {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 20px 50px;
}
@media print, screen and (min-width: 50em) {
  .error-page__error {
    margin: 50px auto;
    padding: 10px 50px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.error-page__error h1 {
  font-size: 36px;
  color: #0a0a0a;
}
.error-page__error h2 {
  font-size: 31px;
  color: #4A4A4A;
}
.error-page__error .intro {
  font-size: 22px;
  margin: 20px 0 5px;
  font-weight: bold;
  color: #000;
}
.error-page__error p {
  margin-bottom: 12px;
  line-height: 24px;
}
.error-page__error ol li p {
  margin-bottom: 0;
}

body {
  background-color: #fff;
}

.com_osgcourts .callout {
  display: none;
}

.login .callout {
  display: none;
}

.login .nav-stacked {
  display: none;
}
.login .login {
  position: relative;
  background-color: white;
  padding: 50px;
}
.login .login:after {
  content: "Wij hebben uw reservering geannuleerd. U ontvangt van ons een e-mail met verdere informatie. Heeft u geen e-mail ontvangen? Kijk voor de zekerheid even in uw spam of ongewenste mail.";
  position: absolute;
  left: 14px;
  top: 20px;
  display: block;
  font-size: 18px;
}
.login .login form {
  display: none;
}

.com_content [data-rlta-element=container][data-rlta-state=ready] .h1[data-rlta-element=heading] {
  font-size: 36px;
}
.com_content [data-rlta-element=container][data-rlta-state=ready] .h2[data-rlta-element=heading] {
  font-size: 31px;
}
.com_content [data-rlta-element=container][data-rlta-state=ready] .h3[data-rlta-element=heading] {
  font-size: 25px;
}
.com_content [data-rlta-element=container][data-rlta-state=ready] .h4[data-rlta-element=heading] {
  font-size: 21px;
}

.subform-repeatable-group textarea {
  height: 39px !important;
}

.subform-repeatable-wrapper thead .group-add {
  display: block !important;
}
.subform-repeatable-wrapper tbody .group-add {
  display: none;
}

.category-list .content-category.lijst h2 {
  display: none;
}

.pic-content {
  background-color: #fff;
  margin: 0 auto;
}
.pic-content__component.xtrpad {
  padding-left: 25px;
}
@media only screen and (max-width: 775px) {
  .pic-content__component.xtrpad {
    padding-left: 0;
  }
}
.pic-content__intro {
  padding-left: 25px;
  padding-top: 10px;
  display: block;
  background-color: #fff;
}
.pic-content__intro .content {
  margin: 0 auto;
  max-width: 1185px;
  width: 100%;
}
.pic-content__intro .content .accordion-group {
  height: auto !important;
}
.pic-content .sidemenu-container {
  background-color: #F2F2F2;
  padding: 30px 1.875rem;
}
.pic-content .sidemenu-container .more-btn {
  font-size: 1.125rem;
  text-decoration: underline;
}
.pic-content .sidemenu-container .newsflash-title {
  color: #1261a3;
  position: relative;
  font-size: 18px;
  margin: 5px 0;
  padding: 0;
  padding-left: 20px;
}
.pic-content .sidemenu-container .newsflash-title:before {
  content: "";
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 9px;
}
.pic-content .sidemenu-container .newsflash-title a {
  color: #1261a3;
}
.pic-content .sidemenu-container .newsflash-title a:hover {
  color: #177cd1;
}

body > .mod-custom {
  padding-left: 25px;
  padding-top: 10px;
  display: block;
  background-color: #fff;
}
body > .mod-custom .content {
  margin: 0 auto;
  max-width: 1185px;
  width: 100%;
}

.skiplink {
  visibility: hidden;
  position: fixed;
}
.skiplink:active {
  visibility: visible;
}

.subform-repeatable-wrapper .btn-group .group-add,
.subform-repeatable-wrapper .btn-group .group-remove {
  padding: 5px;
}
.subform-repeatable-wrapper .btn-group .group-move {
  display: none;
}
.subform-repeatable-wrapper .btn-group .icon-plus,
.subform-repeatable-wrapper .btn-group .icon-minus {
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.subform-repeatable-wrapper .btn-group .icon-plus {
  background-image: url("../img/plus.png");
}
.subform-repeatable-wrapper .btn-group .icon-minus {
  background-image: url("../img/minus.png");
}

.table-striped tr {
  background-color: #f2f2f2 !important;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(6px);
  }
}
.continue {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  display: none;
}
.continue:before {
  color: #fff;
  font-size: 3rem;
}
.continue:hover {
  animation: bounce 0.5s 0.3s infinite alternate backwards;
}
@media print, screen and (min-width: 50em) {
  .continue {
    display: block;
  }
}

.show {
  transform: translateX(0px) !important;
  opacity: 1 !important;
}

.xtrpad {
  padding: 0 0 30px 0;
}

.container-title {
  font-size: 1.125rem;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  color: #0a0a0a;
}

.com_content--small {
  padding-top: 45px;
}

.dn {
  display: none;
}

.page-title__Nieuws {
  color: #00843F;
}

.osg-link {
  width: 135px;
  height: 130px;
  display: block;
  position: absolute;
  z-index: 200;
  top: 21px;
  right: 25px;
  background: #1261a3;
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  padding: 13px;
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.67);
  transform: rotate(10deg);
  border: 0 solid transparent;
  transition: all 0.2s;
}
@media screen and (max-width: 1025px) {
  .osg-link {
    transform: translateX(0px);
  }
}
.osg-link p {
  margin: 0;
}
.osg-link:hover {
  color: #fff;
  box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.67);
  transition: all 0.2s;
  text-decoration: none;
}

.category-accordion {
  position: relative;
  margin: 1.5625rem 0 4.375rem 0;
}
.category-accordion__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-accordion h2 {
  margin: 0 0 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .category-accordion h2 {
    margin: 0 0 1.3125rem;
  }
}
.category-accordion__item {
  margin: 0;
  position: relative;
  background: #ebebeb;
  box-shadow: inset 0 -1px 0 rgba(51, 51, 51, 0.15);
}
@media print, screen and (min-width: 64em) {
  .category-accordion__item {
    box-shadow: inset 0 -2px 0 rgba(51, 51, 51, 0.15);
  }
}
.category-accordion__item .btb {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  font-size: 14px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media print, screen and (min-width: 64em) {
  .category-accordion__item .btb {
    right: 20px;
  }
}
@media screen and (min-width: 75em) {
  .category-accordion__item .btb {
    font-size: 21px;
  }
}
.category-accordion__item .icon-close {
  opacity: 0;
}
.category-accordion__item--loading:not(:required):before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #000;
  border-top-color: rgba(255, 255, 255, 0);
  animation: spin 0.8s linear infinite;
  opacity: 1;
}
.category-accordion__item--loading .btb {
  opacity: 0;
}
.category-accordion__item--open .category-accordion__link .icon-chevron-down {
  opacity: 0;
}
.category-accordion__item--open .category-accordion__link .icon-close {
  opacity: 1;
  font-size: 14px;
  right: 25px;
}
.category-accordion__container {
  padding: 0 15px 15px;
  transition: all 0.7s ease-out;
}
@media screen and (min-width: 75em) {
  .category-accordion__container {
    padding: 0 30px 30px;
  }
}
.category-accordion__container p:first-child {
  margin-top: 0;
}
.category-accordion__container p:last-child {
  margin-bottom: 0;
}
.category-accordion__link {
  position: relative;
  display: block;
  padding: 15px 60px 15px 15px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #1261a3;
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .category-accordion__link {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    padding: 15px 60px 15px 30px;
  }
}
.category-accordion__link:active {
  color: #1261a3;
}
.category-accordion__title {
  display: block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.pic-header {
  z-index: 1000;
  background-color: #ffffff;
  width: 100%;
  border-bottom: 2px solid #1261a3;
}
.pic-header__top--logo {
  height: 108px;
  float: right;
  padding-top: 10px;
}
.pic-header__top--logo:hover {
  text-decoration: none;
}
@media only screen and (max-width: 660px) {
  .pic-header__top--logo {
    height: 60px;
    padding-top: 18px;
  }
}
.pic-header__top--logo .role-h1,
.pic-header__top--logo .role-h2 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.pic-header__top--logo .role-h1,
.pic-header__top--logo .role-h2,
.pic-header__top--logo h1, .pic-header__top--logo h2 {
  display: block;
  color: #1261a3;
  font-weight: bold;
  text-align: right;
  margin: 0 !important;
  padding: 0;
}
.pic-header__top--logo .role-h1,
.pic-header__top--logo h1 {
  font-size: 40px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 760px) {
  .pic-header__top--logo .role-h1,
  .pic-header__top--logo h1 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 660px) {
  .pic-header__top--logo .role-h1,
  .pic-header__top--logo h1 {
    line-height: 1;
  }
}
.pic-header__top--logo .role-h2,
.pic-header__top--logo h2 {
  font-size: 28px;
  letter-spacing: 1.6px;
  line-height: 30px;
}
@media only screen and (max-width: 760px) {
  .pic-header__top--logo .role-h2,
  .pic-header__top--logo h2 {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 660px) {
  .pic-header__top--logo .role-h2,
  .pic-header__top--logo h2 {
    display: none;
  }
}
.pic-header__seperator {
  height: 55px;
  width: 100%;
  display: block;
  background-size: cover;
  background: url("../img/haagsebeeldbank-header.jpg") no-repeat center;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .pic-header__seperator {
    display: none;
  }
}

.pic-logo {
  width: 210px;
  height: 65px;
  cursor: pointer;
  z-index: 5000;
  background: url("../img/haagsebeeldbank.png") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  margin-top: 20px;
  transition: ease 0.5s left;
}
@media only screen and (max-width: 740px) {
  .pic-logo {
    left: 30px;
    top: 20px;
  }
}
@media only screen and (max-width: 660px) {
  .pic-logo {
    width: 100px;
    height: 30px;
    margin-top: 15px;
    background-size: contain;
  }
}
.pic-logo:hover {
  opacity: 0.8;
}

.pic-mainfooter {
  background-color: #1261a3;
  color: #fff;
  font-size: 0.875rem;
  height: auto;
  position: relative;
  padding: 20px 0 5px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pic-mainfooter {
    height: auto;
  }
}
.pic-mainfooter:before {
  content: "";
  width: 100%;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  background: url("../img/haagsebeeldbank-footer.jpg") no-repeat;
  background-size: cover;
}
.pic-mainfooter a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .pic-mainfooter a {
    text-decoration: underline;
  }
}
.pic-mainfooter a:hover {
  text-decoration: underline;
}
.pic-mainfooter .footer-logo p {
  display: block;
  background: url("../img/sample-footer-logo.svg") no-repeat;
  height: 80px;
  text-indent: -9999px;
}
.pic-mainfooter .link-picturae p {
  font-size: 0.75rem;
  margin: -3px 20px 10px 15px;
  text-align: right;
  float: right;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pic-mainfooter .link-picturae p {
    float: none;
    text-align: left;
  }
}
.pic-mainfooter .pic-social {
  float: right;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pic-mainfooter .pic-social {
    margin-left: 10px;
    float: none;
  }
  .pic-mainfooter .pic-social li {
    display: inline-block;
    width: auto;
  }
  .pic-mainfooter .pic-social li a {
    text-decoration: none;
  }
}

#blogList {
  margin-top: 24px;
}
#blogList .category-name, #blogList .modified {
  display: none;
}
#blogList .uitgelicht__item {
  padding-bottom: 16px;
}
#blogList .article-info .icon-calendar {
  display: none;
}

.blog {
  background-color: #F2F2F2;
}

.category.blog .pic-content,
.category.lijst .pic-content {
  background-color: #F2F2F2;
}

.lijst .label-container,
.lijst .select-container {
  justify-content: space-between;
}
.lijst .label-datum-desktop {
  display: none;
}
@media print, screen and (min-width: 50em) {
  .lijst .label-datum-desktop {
    display: block;
  }
}
.lijst .label-datum-mobile {
  display: block;
}
@media print, screen and (min-width: 50em) {
  .lijst .label-datum-mobile {
    display: none;
  }
}
.lijst #filter_tag,
.lijst #sorting {
  font-family: TheSans;
}
.lijst .only-date-container {
  justify-content: flex-end;
}

.category-list .tags.inline {
  display: none;
}
.category-list .align-container #sorting {
  padding-top: 4px !important;
}

.xdebug-error {
  display: none;
}

.pic-blog__image {
  display: block;
  background-size: cover !important;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.pic-blog__title {
  font-family: "TheSans";
  margin-bottom: 0;
}
.pic-blog__content {
  position: relative;
  background-color: #f7f7f7;
  height: auto;
}
.pic-blog .readmore {
  position: absolute;
  bottom: 0;
}
.pic-blog .readmore a {
  color: #1261a3;
  transition: color 0.5s ease;
}
.pic-blog .readmore a:hover {
  color: #177cd1;
  transition: color 0.5s ease;
}

.list-view .pic-blog {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
  display: flex;
  height: auto;
  margin-bottom: 45px;
}
.list-view .pic-blog__image {
  min-height: 215px;
  height: 100%;
  max-width: 100%;
}
.list-view .pic-blog__image:hover {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.list-view .pic-blog__content {
  min-height: 215px;
  padding: 15px;
  border-left: 10px solid #1261a3;
}
.list-view .pic-blog__intro-text p {
  margin-bottom: 35px;
}
.list-view .pic-blog__news--date {
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 10px;
}

.gallery-view .pic-blog {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.gallery-view .pic-blog a {
  color: #000;
}
.gallery-view .pic-blog:hover .pic-blog__image {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.gallery-view .pic-blog:hover .pic-blog__content {
  border-bottom: 4px solid #1261a3;
  transition: border-bottom 0.5s ease;
}
.gallery-view .pic-blog__agenda--date {
  position: absolute;
  background-color: #1261a3;
  padding: 7px 15px;
  color: #fff;
  text-align: center;
  left: -5px;
  top: -5px;
  z-index: 1;
}
.gallery-view .pic-blog__agenda--date .day {
  font-size: 1.5rem;
  display: block;
}
.gallery-view .pic-blog__agenda--date .month {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.gallery-view .pic-blog__image {
  width: 100%;
  height: 250px;
}
.gallery-view .pic-blog__image:after {
  width: 100%;
  background-color: #1261a3;
}
.gallery-view .pic-blog__content {
  min-height: 125px;
  padding: 15px 25px 35px 15px;
  border-top: 10px solid #1261a3;
  transition: all 0.5s ease;
  border-bottom: 4px solid #CCCCCC;
}
.gallery-view .pic-blog__news--date {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
}
.gallery-view .pic-blog .readmore {
  right: 20px;
}

.bibliotheek .mediabank-result-list .mediabank-gallery-item .mediabank-list-thumb,
.straatnamen .mediabank-result-list .mediabank-gallery-item .mediabank-list-thumb {
  display: none !important;
  min-width: 0 !important;
  width: 0 !important;
  max-width: 0 !important;
}
.bibliotheek .mediabank-list-info,
.straatnamen .mediabank-list-info {
  float: inherit;
}
@media only screen and (max-width: 640px) {
  .bibliotheek .mediabank-list-info,
  .straatnamen .mediabank-list-info {
    width: 100%;
    padding-left: 0;
  }
}
.bibliotheek .mediabank-result-list .mediabank-gallery-item .mediabank-list-info .mediabank-metadata-list li,
.straatnamen .mediabank-result-list .mediabank-gallery-item .mediabank-list-info .mediabank-metadata-list li {
  margin-bottom: 15px;
  display: block;
  box-sizing: inherit;
}
.bibliotheek .metadata-heading,
.straatnamen .metadata-heading {
  float: left;
  display: inline-block;
  width: 40%;
  padding: 0 0.9375rem;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .bibliotheek .metadata-heading,
  .straatnamen .metadata-heading {
    float: inherit;
    width: 100%;
    text-align: left;
  }
}
.bibliotheek .metadata-content,
.straatnamen .metadata-content {
  display: inline-block;
  width: 59%;
  padding: 0 0.9375rem;
}
@media only screen and (max-width: 640px) {
  .bibliotheek .metadata-content,
  .straatnamen .metadata-content {
    float: inherit;
    width: 100%;
  }
}

.search-pagination ul {
  text-align: center;
  margin-left: 0;
}
@media print, screen and (min-width: 50em) {
  .search-pagination ul {
    text-align: left;
  }
}
.search-pagination ul li {
  list-style-type: none;
  display: inline-block;
  color: #1261a3;
  border: 1px solid #0a0a0a;
  padding: 1px 4px;
  cursor: pointer;
}
@media print, screen and (min-width: 50em) {
  .search-pagination ul li {
    margin-right: 5px;
    padding: 1px 7px;
  }
}
.search-pagination ul li:hover {
  text-decoration: none;
  color: #fff;
  background-color: #1261a3;
}
.search-pagination ul .current {
  border: 0;
  font-weight: bold;
  color: #000;
  cursor: text;
}
.search-pagination ul .current:hover {
  color: #000;
  background-color: transparent;
}

.com_content .pagination {
  position: relative;
  margin: 50px 0;
}

.pagination {
  position: relative;
  margin: 50px 0;
}
.pagination #pagejump,
.pagination input {
  display: none;
}
.pagination .pagenav {
  line-height: 0;
  padding: 10px 7px 12px 7px;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .pagination-list {
  list-style: none;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  position: absolute;
  left: 48%;
  transform: translateX(-52%);
}
.pagination a {
  font-size: 16px !important;
  font-family: "TheSans";
  font-weight: bold;
}
.pagination li:last-child, .pagination li:first-child {
  display: none;
}
.pagination li a {
  font-size: 16px;
  color: #1261a3;
}
.pagination li.active, .pagination li.active a, .pagination li.active:hover a {
  color: #fff;
  background-color: #1261a3;
}
.pagination li:nth-child(2) .page-link:before {
  content: "<";
}
.pagination li:nth-last-child(2) .page-link:before {
  content: ">";
}
.pagination li:hover, .pagination li:hover a {
  text-decoration: none;
  color: #fff;
  background-color: #1261a3;
}
.pagination li .icon-first {
  display: none;
}
.pagination li .icon-previous {
  width: 60px;
  display: inline-block;
  position: relative;
}
.pagination li .icon-previous:after {
  content: "\e949";
  font-family: icomoon !important;
  font-size: 14px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 2px;
  transform: rotate(90deg);
  transition-duration: 0.2s;
}
.pagination li .icon-previous:before {
  content: "Vorige";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-family: "TheSans";
}
.pagination li .icon-next {
  width: 60px;
  display: inline-block;
  position: relative;
}
.pagination li .icon-next:after {
  content: "\e949";
  font-family: icomoon !important;
  font-size: 14px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 6px;
  transform: rotate(-90deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.pagination li .icon-next:before {
  content: "Volgende";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-family: "TheSans";
}
.pagination li .icon-previous,
.pagination li .icon-next {
  top: -12px;
}
.pagination li .icon-last {
  display: none;
}

.szu-verhaal-van-de-stad .pagination .pagination-list .active a {
  border-color: #CE2224;
}
.szu-verhaal-van-de-stad .pagination a:hover {
  color: #CE2224;
}

.pic-newsblock {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pic-agenda {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pic-agenda li {
  list-style-type: none;
  background: #fff;
  border-bottom: 4px solid #bbb;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.pic-agenda li:hover {
  border-bottom: 4px solid #1261a3;
  transition: border-bottom 0.5s ease;
}
.pic-agenda__content .intro-text p {
  color: #000;
}
.pic-agenda__content .title {
  font-weight: 600;
  margin-top: 5px;
}
.pic-agenda__date {
  background-color: #1261a3;
  padding: 7px 15px;
  margin: -5px -10px 0 10px;
  color: #fff;
  text-align: center;
}
.pic-agenda__date .day {
  font-size: 1.5rem;
  line-height: 1.875rem;
  display: block;
}
.pic-agenda__date .month {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
}

.hga_latest_news h3 {
  font-size: 1.5rem;
  color: #1261a3;
}
.hga_latest_news h4 {
  font-size: 1rem;
}
.hga_latest_news h4 a {
  font-family: "TheSans";
  color: #000;
}

.jlcontentfieldsfilter .jlmf-section .jlmf-button,
.jlcontentfieldsfilter .jlmf-section div {
  display: inline-block;
}

.com-finder #search-results #search-result-list {
  margin-left: 0;
}
.com-finder #search-form {
  width: 50%;
  display: block;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 700px) {
  .com-finder #search-form {
    width: 100%;
  }
}
.com-finder #search-form #searchallinput {
  background-color: #F2F2F2;
}
.com-finder #search-form label {
  display: none;
}
.com-finder #search-form .awesomplete {
  width: 75%;
}
.com-finder #search-form input {
  width: 100%;
}
.com-finder .zoekterm {
  text-align: center;
  margin-top: 10px;
}
.com-finder .zoekterm p {
  font-size: 1.25rem;
}
.com-finder .loading-content {
  position: relative;
  min-height: 140px;
  color: transparent;
}
.com-finder .loading-content:after {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  background-image: url("../img/loader.svg");
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -32px;
}
.com-finder .search-item {
  height: auto;
}
.com-finder .search-item__box-link {
  height: 180px;
  display: block;
  text-align: center;
  background-color: #F2F2F2;
  margin-bottom: 30px;
  opacity: 1;
  transition: all 0.3s ease;
  border: 2px solid #1261a3;
}
.com-finder .search-item__box-link:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
  background: #D8D8D8;
  color: #1261a3;
}
.com-finder .search-item__title {
  display: block;
  background-color: #fff;
  font-size: 1.375rem;
  line-height: 1.5rem;
  border: 1px solid #F2F2F2;
  text-align: left;
  padding: 12px;
  padding-right: 30px;
  font-weight: 400;
  position: relative;
  min-height: 50px;
  padding-right: 50px;
  word-break: keep-all;
}
@media only screen and (max-width: 1150px) {
  .com-finder .search-item__title {
    height: 75px;
  }
}
@media only screen and (max-width: 799px) {
  .com-finder .search-item__title {
    height: auto;
  }
}
.com-finder .search-item__number {
  display: block;
  height: 40%;
  font-size: 2rem;
  color: #000;
  padding: 25px 0 0 0;
}
.com-finder .search-item__results {
  display: block;
  font-size: 1.125rem;
  color: #000;
  padding: 0 0 20px;
}
.com-finder .search-item .link-709753447 .search-item__title {
  word-break: break-all;
}
.com-finder .search-item .search-item__box-link {
  position: relative;
}
.com-finder .search-item .search-item__box-link .search-item__title:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 1.875rem;
  position: absolute;
  right: 6px;
  top: 12px;
  text-align: center;
}
.com-finder .search-item .link-external:before {
  content: "\e928";
  width: 30px;
  height: 30px;
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 1.25rem;
  position: absolute;
  right: 6px;
  bottom: 6px;
  text-align: center;
}
.com-finder .search-item .link-delpher .search-item__title::before {
  content: "\e904";
}
.com-finder .search-item .link-gezinskaarten .search-item__title::before {
  content: "\e905";
}
.com-finder .search-item .link-monumenten .search-item__title::before {
  content: "\e945";
}
.com-finder .search-item .link-echtscheidingen .search-item__title::before {
  content: "";
  background: url("../img/echtscheidingen.png") no-repeat center;
  background-size: 37px 29px;
  top: 5px;
}
.com-finder .search-item .link-echtscheidingen:hover .search-item__title::before {
  content: " ";
  background: url("../img/echtscheidingen.png") no-repeat center;
  background-size: 37px 29px;
  top: 5px;
}
.com-finder .search-item .link-notarieel .search-item__title::before {
  content: "\e905";
  top: 11px;
}
.com-finder .search-item .link-bevolkingsregister .search-item__title::before {
  content: "\e964";
  top: 11px;
}
.com-finder .search-item .link-maisinternet .search-item__title::before,
.com-finder .search-item .link-archieven .search-item__title::before {
  content: "\e903";
  top: 11px;
}
.com-finder .search-item .link-film .search-item__title::before {
  content: " ";
  background: url("../img/video.svg") no-repeat center;
  background-size: 29px 32px;
  top: 5px;
  color: blue;
}
.com-finder .search-item .link-overlijdens .search-item__title::before {
  content: " ";
  background: url("../img/overlijden.png") no-repeat center;
  background-size: 29px 32px;
  top: 5px;
}
.com-finder .search-item .link-overlijdens:hover .search-item__title::before {
  content: " ";
  background: url("../img/overlijden.png") no-repeat center;
  background-size: 29px 32px;
  top: 5px;
}
.com-finder .search-item .stedelijke .search-item__title::before,
.com-finder .search-item .link-709753447 .search-item__title::before {
  content: "\e90b";
}
.com-finder .search-item .link-beeldbank .search-item__title::before {
  content: "\e900";
}
.com-finder .search-item .link-bibliotheek .search-item__title::before {
  content: "\e90e";
}
.com-finder .search-item .link-huwelijken .search-item__title::before {
  content: "";
  background: url("../img/trouwen.png") no-repeat center;
  background-size: 37px 29px;
  top: 5px;
}
.com-finder .search-item .link-huwelijken:hover .search-item__title::before {
  content: " ";
  background: url("../img/trouwen.png") no-repeat center;
  background-size: 37px 29px;
  top: 5px;
}
.com-finder .search-item .link-kaarten .search-item__title::before {
  content: "\e90c";
}
.com-finder .search-item .link-periodieken .search-item__title::before {
  content: "\e91d";
}
.com-finder .search-item .link-geboorten .search-item__title::before {
  content: "\e902";
}
.com-finder .search-item .link-adressen .search-item__title::before {
  content: "\e91e";
}
.com-finder .search-item .link-foto .search-item__title::before,
.com-finder .search-item .link-foto\'s .search-item__title::before {
  content: "\e906";
}
.com-finder .search-item .link-albumviewer .search-item__title::before,
.com-finder .search-item .link-fotoalbums .search-item__title::before {
  content: "\e91c";
}
.com-finder .search-item .link-personen .search-item__title::before {
  content: "\e964";
}
.com-finder .search-item .link-charters .search-item__title::before,
.com-finder .search-item .link-affiches .search-item__title::before {
  content: "\e901";
}
.com-finder .search-item .link-jaarboekjes .search-item__title::before {
  content: "\e91d";
}
.com-finder .search-item .link-jaarverslagen .search-item__title::before,
.com-finder .search-item .link-periodical_reader .search-item__title::before {
  content: "\e91d";
}
.com-finder .search-results-container {
  padding: 25px 15px;
}
@media print, screen and (min-width: 50em) {
  .com-finder .search-results-container {
    padding: 50px 80px;
  }
}
.com-finder .search-results-container .website-results__results-intro {
  margin-bottom: 10px;
}
.com-finder .search-results-container .website-results__results-intro span {
  font-size: 1.25rem;
}
.com-finder .search-results-container .website-results__list {
  list-style: none;
  margin-left: 0;
}
.com-finder .search-results-container .website-results__list li {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.com-finder .search-results-container .website-results__list .title {
  display: block;
  font-size: 1.625rem;
}
.com-finder .search-results-container .website-results__list .link {
  display: block;
  font-size: 1rem;
  color: #000;
  margin: 5px 0;
}
.com-finder .search-results-container .website-results__list .text p br {
  display: none;
}

.homepage .pic-searchall {
  position: absolute;
  bottom: 110px;
  transition: position 1s ease;
}
@media only screen and (max-width: 700px) {
  .homepage .pic-searchall {
    bottom: 40px;
    transition: position 1s ease;
  }
}

.pic-searchall {
  position: absolute;
  left: 0;
  width: 100%;
}

#search-form fieldset {
  border: none;
  padding: 10px 0;
}
#search-form label {
  display: none;
}
#search-form input, #search-form button {
  float: left;
  border: none;
}
#search-form input {
  width: 75%;
  height: 53px;
  margin-bottom: 0;
  border: 2px solid #CCCCCC;
  border-right: 0;
}
#search-form input::-webkit-input-placeholder {
  color: #0a0a0a;
}
#search-form button {
  transition: all 0.3s ease-out;
  width: 24%;
  background-color: #1261a3;
  color: #fff;
  font-size: 1.375rem;
  cursor: pointer;
  height: 54px;
}
#search-form button:hover {
  background-color: #49a1eb;
}

.icon-search:before {
  content: "\e93f";
}

.searchall-back-button {
  padding: 6px 10px 6px 6px;
  margin: 10px 4px 4px 20px;
  display: inline-block;
  color: white;
  background-color: #1261a3;
}
.searchall-back-button a {
  color: white;
}
.searchall-back-button a:hover {
  text-decoration: none;
}
.searchall-back-button:hover {
  background-color: #177cd1;
}

.socialshare {
  width: 100%;
  display: block;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #1261a3;
  padding-left: 20px;
  padding-right: 20px;
}
.socialshare:before {
  color: #1261a3;
  content: "Delen:";
  position: absolute;
}
.socialshare ul {
  padding-left: 0;
  margin-left: 0;
}
.socialshare ul li {
  list-style: none;
  display: inline-block;
  padding-top: 20px;
}
.socialshare ul li a span {
  display: none;
}
.socialshare ul li a:hover {
  text-decoration: none;
}
.socialshare ul li a i {
  width: 30px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 10px;
  opacity: 1;
}
.socialshare ul li a i:hover {
  opacity: 0.5;
  text-decoration: none;
}
.socialshare ul li a i:after {
  font-family: "icomoon" !important;
  color: white;
}
.socialshare ul li .icon-mail-fill {
  font-size: 20px;
  display: block;
}
.socialshare ul li .icon-mail-fill:before {
  margin-top: 14px;
  display: block;
}
.socialshare ul li .fa-twitter {
  font-size: 25px;
  display: block;
  font-family: "icomoon" !important;
}
.socialshare ul li .fa-twitter:before {
  content: "\e943";
  margin-top: 12px;
  display: block;
}
.socialshare ul li .fa-facebook {
  font-size: 30px;
  display: block;
  font-family: "icomoon" !important;
}
.socialshare ul li .fa-facebook:before {
  content: "\e92a";
  margin-top: 10px;
  display: block;
}

.pic-jumbotron {
  height: 470px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  transition: height 1s ease;
}
@media only screen and (max-width: 700px) {
  .pic-jumbotron {
    height: 250px;
    transition: height 1s ease;
  }
}
.pic-jumbotron .pic-teaser__teaserposition {
  position: relative;
}
.pic-jumbotron .random-image {
  height: 100%;
  background-size: cover;
  background-position: center 45%;
}

.main-nav {
  background: #ffffff;
  display: block;
}
@media only screen and (max-width: 850px) {
  .main-nav {
    height: 50px;
    width: 100%;
    display: block;
    background-size: cover;
    background: url("../img/haagsebeeldbank-footer.jpg") no-repeat center;
    z-index: 300;
    position: relative;
  }
}
.main-nav .menu {
  position: inherit;
}
@media only screen and (max-width: 850px) {
  .main-nav .menu {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .main-nav .main-menu {
    width: 100% !important;
  }
}
.main-nav__menu {
  width: 100%;
  margin: auto;
  display: block;
  z-index: 10;
}
@media only screen and (max-width: 1050px) {
  .main-nav__menu {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav__menu {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .main-nav__menu {
    width: calc(100% + 20px);
    height: 0vh;
    background: #fff;
    opacity: 0;
    padding-left: 0;
    padding-bottom: 10px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    top: 50px;
    left: -10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all ease-in-out 0.5s;
    position: absolute;
  }
}
.main-nav__menu .active > a {
  background: none;
  color: #1261a3;
}
.main-nav__menu li {
  padding-right: 1%;
  padding-left: 1%;
  transition: padding ease-in-out 0.5s;
}
.main-nav__menu li a {
  font-family: "TheSans";
  font-size: 18px;
  color: #333;
  font-weight: 400;
  text-transform: inherit;
}
.main-nav__menu li a:hover {
  color: #177cd1;
  text-decoration: none;
}
.main-nav__menu li .nav-child {
  width: 100%;
  position: absolute;
  left: 0;
  top: 200px;
  padding-left: 0%;
  list-style: none;
  text-align: center;
  opacity: 0;
  transition-duration: 0.2s;
  z-index: 1;
  visibility: hidden;
  margin-top: 15px;
  background-color: rgba(32, 81, 142, 0.9);
  border: 1px solid #1261a3;
}
@media only screen and (min-width: 850px) {
  .main-nav__menu li .nav-child {
    padding-right: 180px;
  }
}
@media only screen and (min-width: 1060px) {
  .main-nav__menu li .nav-child {
    padding-left: 4%;
  }
}
@media only screen and (min-width: 1260px) {
  .main-nav__menu li .nav-child {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 1500px) {
  .main-nav__menu li .nav-child {
    padding-left: 25%;
  }
}
@media only screen and (min-width: 2220px) {
  .main-nav__menu li .nav-child {
    padding-left: 30%;
  }
}
@media only screen and (max-width: 1025px) {
  .main-nav__menu li .nav-child {
    background-color: rgb(32, 81, 142);
    padding-bottom: 10px;
    top: inherit;
    margin-top: 2px;
    padding-left: 20px;
  }
}
.main-nav__menu li .nav-child li {
  border-color: #fff;
  padding-left: 0;
}
.main-nav__menu li .nav-child li:last-child {
  border: none;
}
.main-nav__menu li .nav-child li.active a {
  color: #fff;
  text-decoration: underline;
}
.main-nav__menu li .nav-child a {
  color: #fff;
  padding-left: 0;
}
.main-nav__menu li .nav-child a:after {
  display: none;
}
.main-nav__menu li .nav-child a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .main-nav__menu li {
    padding-right: 0%;
    padding-left: 0%;
  }
}
@media only screen and (max-width: 850px) {
  .main-nav__menu li {
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0a0a0a;
    height: 0;
    overflow: hidden;
  }
}
.main-nav__menu .parent a {
  position: relative;
}
.main-nav__menu .parent a:after {
  content: "\e949";
  font-family: "icomoon" !important;
  font-size: 14px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 14px;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 1025px) {
  .main-nav__menu .parent a:after {
    display: block;
    font-size: 18px;
    top: 12px;
    right: 0px;
  }
}
@media only screen and (max-width: 850px) {
  .main-nav__menu .parent a:after {
    display: block;
    font-size: 18px;
    top: 5px;
    right: 60px;
  }
}
.main-nav__menu--active {
  opacity: 1;
}
@media only screen and (max-width: 850px) {
  .main-nav__menu--active {
    height: 100vh;
    display: block;
    left: -20px;
    transition: all ease-in-out 0.5s;
  }
}
@media only screen and (max-width: 850px) {
  .main-nav__menu--active li {
    padding-top: 5px;
    padding-bottom: 40px;
    overflow: hidden;
    transition: padding ease-in-out 0.5s;
  }
}
.main-nav--small {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  display: block;
  z-index: 1100;
  border-bottom: 2px solid #1261a3;
}
.main-nav--small .nav-child {
  top: 35px !important;
}

.main-nav__menu .main-menu-item.checked a:after {
  transform: rotate(180deg);
  top: 26px;
  right: -15px;
}
@media only screen and (max-width: 1024px) {
  .main-nav__menu .main-menu-item.checked a:after {
    top: 30px;
    right: -7px;
  }
}
@media only screen and (max-width: 850px) {
  .main-nav__menu .main-menu-item.checked a:after {
    top: 24px;
    right: 33px;
  }
}
.main-nav__menu .main-menu-item.checked .nav-child {
  opacity: 1 !important;
  visibility: visible !important;
}
@media only screen and (max-width: 1024px) {
  .main-nav__menu .main-menu-item.checked .nav-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 850px) {
  .main-nav__menu .main-menu-item.checked .nav-child {
    margin-top: -32px;
  }
}

.mod-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mod-menu .button, .mod-menu a {
  display: block;
  padding: 0.7rem 1rem;
}

.dropdown.menu a,
.menu .button, .main-nav .menu a {
  word-wrap: keep-all;
  word-break: keep-all;
}
@media only screen and (max-width: 850px) {
  .dropdown.menu a,
  .menu .button, .main-nav .menu a {
    font-size: 18px;
    padding: 2px;
  }
}

@media only screen and (max-width: 850px) {
  .dropdown.menu > li > a {
    padding: inherit !important;
  }
}

.parent:hover .nav-child {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 850px) {
  .parent:hover .nav-child {
    opacity: 0;
    visibility: hidden;
  }
}

.pic-content__breadcrumb-grey {
  overflow: hidden;
}
@media only screen and (max-width: 775px) {
  .pic-content__breadcrumb {
    display: none;
  }
}
.pic-content__breadcrumb ul, .pic-content__breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 12px 0 12px 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.pic-content__breadcrumb ul li, .pic-content__breadcrumb ol li {
  height: 30px;
}
.pic-content__breadcrumb ul li a:hover, .pic-content__breadcrumb ol li a:hover {
  text-decoration: underline;
}
.pic-content__breadcrumb ul li span, .pic-content__breadcrumb ul li a, .pic-content__breadcrumb ol li span, .pic-content__breadcrumb ol li a {
  color: #0a0a0a;
  font-size: 16px;
}
.pic-content__breadcrumb .divider {
  width: 18px;
  display: inline-block;
  text-align: center;
}
.pic-content__breadcrumb .divider.icon-location {
  display: none;
}
.pic-content__breadcrumb .divider img {
  display: none;
}
.pic-content__breadcrumb .divider::before {
  content: "/";
}
.pic-content__breadcrumb li:not(:last-child, .mod-breadcrumbs__divider)::after {
  position: relative;
  margin: 0 0.35rem 0 0.55rem;
  font-size: 90%;
  opacity: 1;
  content: "/";
  color: #000;
}
.pic-content__breadcrumb-grey {
  background: #F2F2F2;
  min-height: 50px;
}
@media only screen and (max-width: 775px) {
  .pic-content__breadcrumb-grey {
    display: none;
  }
}

.pic-gen-button-basic, #ngdialog1 button, #ngdialog1 .ngdialog-close, .genealogy-metadata-panel .metadata-close-button, .genealogy-topviewer-dialog .viewer-close-button,
.genealogy-topviewer-dialog .pagination-button-list .pic-button, .picturae-genealogy-container .mmx-report-button, .back.ng-scope a i, td.tablerecord .more a, .tablerecord .more a, td .tablerecord .more a, .genealogy-table th.sortable, .filters.genealogy #filtered ul li a, #pic-genealogy .pic-button {
  background-color: #1261a3 !important;
  border-radius: 0;
  color: #fff;
}
.pic-gen-button-basic:hover, #ngdialog1 button:hover, #ngdialog1 .ngdialog-close:hover, .genealogy-metadata-panel .metadata-close-button:hover, .genealogy-topviewer-dialog .viewer-close-button:hover,
.genealogy-topviewer-dialog .pagination-button-list .pic-button:hover, .picturae-genealogy-container .mmx-report-button:hover, .back.ng-scope a i:hover, .tablerecord .more a:hover, .genealogy-table th.sortable:hover, .filters.genealogy #filtered ul li a:hover, #pic-genealogy .pic-button:hover {
  background-color: #177cd1 !important;
  color: #fff;
}

.picturae-genealogy-container {
  font-family: "TheSans";
}
.picturae-genealogy-container a {
  color: #1261a3;
}
.picturae-genealogy-container a:hover {
  color: #177cd1;
}

#pic-genealogy .row {
  max-width: 100%;
}
.picturae-genealogy-container .loading {
  background-color: rgba(18, 97, 163, 0.5);
}

.searchboxwrapper {
  background: #F2F2F2;
  border-radius: 0;
}

.search-form.genealogy .json-form-fields input, .search-form.genealogy select {
  height: auto;
  border: 1px solid #CCCCCC;
}
.search-form.genealogy .json-form-fields input:-ms-input-placeholder { /* IE10–11 needs important tag */
  color: #333 !important;
}
.search-form.genealogy .json-form-fields input::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.search-form.genealogy .json-form-fields input {
  height: 38px;
}

.filters.genealogy .pic-filter-container, .filters.genealogy .filter-box-external {
  background: #F2F2F2;
}
.filters.genealogy .filter-default {
  background: #F2F2F2;
}
.filters.genealogy .filter-default:hover {
  background: white;
}
.filters.genealogy .filter-default .filter-box.active {
  background: #F2F2F2;
}
slider div.bar .selection,
[slider] div.bar .selection {
  background: #1261a3;
}

.slider-container table.period-chart .labels td .label {
  color: #1261a3;
}

.genealogy-table thead {
  background: #1261a3;
}
.genealogy-table tr:nth-child(odd) {
  background-color: #fff;
}
.genealogy-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.genealogy-table td.person, .genealogy-table td.register {
  color: #1261a3;
}
.genealogy-table tr.visited, .genealogy-table tr:hover, .genealogy-table tr.visited:hover {
  background-color: #a5d1f5;
}

td.tablerecord.active, .tablerecord.active, td .tablerecord.active {
  border: 0;
}
td.tablerecord .registration, .tablerecord .registration, td .tablerecord .registration {
  background-color: #F2F2F2;
  border-bottom: 2px solid #CCCCCC;
  border-top: 2px solid #CCCCCC;
}
td.tablerecord .registration .registered-person, .tablerecord .registration .registered-person, td .tablerecord .registration .registered-person {
  border-radius: 0;
  box-shadow: -2px 2px 0 0 #CCCCCC;
}
.tablerecord.active ol, .marriage-record ol, .birth-record ol, .registration-record ol {
  background: #F2F2F2;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
}
.tablerecord.active ol li.male i, .tablerecord.active ol li.female i, .marriage-record ol li.male i, .marriage-record ol li.female i, .birth-record ol li.male i, .birth-record ol li.female i, .registration-record ol li.male i, .registration-record ol li.female i {
  color: #1261a3;
}
.tablerecord.active ol li .record-searchplus i, .marriage-record ol li .record-searchplus i, .birth-record ol li .record-searchplus i, .registration-record ol li .record-searchplus i {
  color: #1261a3;
}
.tablerecord.active ol li .record-searchplus:hover, .marriage-record ol li .record-searchplus:hover, .birth-record ol li .record-searchplus:hover, .registration-record ol li .record-searchplus:hover {
  background: #1261a3;
  color: #fff;
}
.tablerecord.active .born .male i, .tablerecord.active .groom-bride .male i, .marriage-record .born .male i, .marriage-record .groom-bride .male i, .birth-record .born .male i, .birth-record .groom-bride .male i, .registration-record .born .male i, .registration-record .groom-bride .male i {
  color: #1261a3;
}
.tablerecord.active .groom-bride, .tablerecord.active .born, .marriage-record .groom-bride, .marriage-record .born, .birth-record .groom-bride, .birth-record .born, .registration-record .groom-bride, .registration-record .born {
  box-shadow: -2px 2px 0px 0px #CCCCCC;
}

.record-scource, .non-related {
  background-color: #F2F2F2;
  border-radius: 0;
}

.record-actions a {
  background-color: #0a0a0a;
}
.record-actions a:hover {
  background-color: #242424;
  color: #fff;
}

.picturae-pagination.scans {
  margin-bottom: -40px;
}

.social-media-share ul li .facebookButton {
  padding: 0;
}

#osd-imagetools button {
  background-color: #1261a3;
}
#osd-imagetools input[type=range]::-webkit-slider-thumb {
  background-color: #1261a3 !important;
  border-color: #1261a3 !important;
}

.genealogy-searchhelp ul li:nth-child(even), .searchhelp ul li:nth-child(even) {
  background-color: rgba(18, 97, 163, 0.15);
}

#searchhelplist em {
  color: #1261a3;
}

#ngdialog1 h3, #ngdialog1 p, #ngdialog1 span {
  color: #000;
}
#ngdialog1 input, #ngdialog1 textarea {
  border: 1px solid #CCCCCC;
}
#ngdialog1 input::placeholder, #ngdialog1 textarea::placeholder {
  color: #0a0a0a;
  opacity: 1;
}

#archives-container * {
  font-family: "TheMix";
}
#archives-container * input::placeholder, #archives-container * textarea::placeholder {
  color: #333;
  opacity: 1;
  font-size: 0.875rem;
}
#archives-container * .withscans-value {
  margin-left: 16px;
}

.pic-arch-button-basic, #details-searchbox .infoRow .prev, #details-searchbox .infoRow .next, #details-searchbox .searchRow button, .com_archives .filter-active li, .archives-search-form input[type=submit] {
  background-color: #0a385e;
  border-radius: 0px;
}
.pic-arch-button-basic:hover, #details-searchbox .infoRow .prev:hover, #details-searchbox .infoRow .next:hover, #details-searchbox .searchRow button:hover, .com_archives .filter-active li:hover, .archives-search-form input[type=submit]:hover {
  background-color: #177cd1;
}

.pic-mediabank {
  font-family: "TheMix";
}

.archives-search-form {
  background: #F2F2F2;
  border-radius: 0px;
}
.archives-search-form input::placeholder, .archives-search-form textarea::placeholder {
  color: #000;
  opacity: 1;
}
.archives-search-form input[type=text] {
  border: none;
}
.archives-search-form .form-buttons {
  padding-left: 0px;
}
.archives-search-form .withscans-value label {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media print, screen and (min-width: 50em) {
  .archives-search-form .withscans-value label {
    font-size: 0.875rem;
  }
}

.com_archives .facets {
  border-top: 2px solid #fff;
}
.com_archives .facets .filter-header {
  background: #F2F2F2;
}
.com_archives .facets .filter-header:hover {
  background: rgba(18, 97, 163, 0.15);
}
@media print, screen and (min-width: 50em) {
  .com_archives .facets .filter-header {
    background: url("../img/arrow-down.svg") no-repeat center right #F2F2F2;
  }
  .com_archives .facets .filter-header:hover {
    background: url("../img/arrow-down.svg") no-repeat center right rgba(18, 97, 163, 0.15);
  }
}
.com_archives .facets .filter-title {
  color: #0a0a0a;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 50em) {
  .com_archives .facets .filter-title {
    font-size: 1rem;
  }
}
.com_archives .facets .filter-default, .com_archives .facets .filter-period {
  margin-bottom: 3px;
}
@media print, screen and (min-width: 50em) {
  .com_archives .facets .filter-default, .com_archives .facets .filter-period {
    margin-bottom: 24px;
    z-index: 0;
  }
}
.com_archives .facets .filter-box {
  background: rgba(18, 97, 163, 0.15);
  border: 1px solid rgba(18, 97, 163, 0.5);
  border-top: none;
  color: #0a0a0a;
  z-index: 2;
}
.com_archives .facets .filter-box a {
  color: #0a385e;
}
.com_archives .facets .filter-box a .count {
  color: #0a0a0a;
}
.com_archives .facets .filter-box a:hover {
  color: #177cd1;
}
.com_archives .facets .filter-box a:hover .count {
  color: #0a0a0a;
}
.com_archives .facets .filter-box .period-chart {
  box-shadow: none;
}
.com_archives .facets .filter-box .period-chart tbody {
  background: transparent;
  border: none;
}
.com_archives .facets .filter-box .period-chart tbody tr:nth-child(2n) {
  background-color: transparent;
}
.com_archives .facets .filter-box .period-chart .bars td {
  height: 120px;
}
.com_archives .facets .filter-box .period-chart .bar {
  background: #fff;
}
.com_archives .facets .filter-box .period-chart .bar:hover {
  background: rgba(18, 97, 163, 0.1);
}
.com_archives .filters.horizontal .facets-container > * {
  border-right: 2px solid #fefefe;
  width: auto;
}
@media print, screen and (min-width: 50em) {
  .com_archives .filters.horizontal .facets-container > * {
    width: 20%;
  }
}
.com_archives .filters.horizontal .facets-container .chart-container.filter-box {
  width: 480%;
}
@media print, screen and (min-width: 50em) {
  .com_archives .filters.horizontal .facets-container .chart-container.filter-box {
    width: 250%;
  }
}
.com_archives .filters.horizontal .facets-container section {
  z-index: auto;
}
.com_archives .filter-active .filter-header {
  display: none;
}
.com_archives .filter-active li {
  display: inline-block;
  padding: 5px 10px 5px 26px;
}
.com_archives .filter-active li a {
  color: #fefefe;
}
.com_archives .filter-active li a::before {
  background-color: transparent;
  margin: 4px;
}
.com_archives .filter-active li a .value {
  font-weight: 600;
}

.finding-aid-results-navigation .view-info .num-results, .finding-aid-results-navigation .view-info .num-pages {
  display: inline-block;
  padding: 3px 3px 3px 0;
}
.finding-aid-results-navigation .view-info .count {
  font-weight: 600;
}

.result-view-tabs {
  border-bottom: 1px solid #D8D8D8;
}
.result-view-tabs a.active {
  border: 1px solid #D8D8D8;
  border-bottom: none;
}
.result-view-tabs a {
  color: #000;
  padding: 6px 12px;
  background: rgba(18, 97, 163, 0.15);
}
.result-view-tabs a:hover {
  background: rgba(18, 97, 163, 0.2);
}

.page-navigation {
  height: 46px;
  background: rgba(18, 97, 163, 0.15);
}
.page-navigation .pagination {
  margin: 0;
}
.page-navigation .pagination ul {
  margin: 0;
}
.page-navigation .pagination a {
  height: 32px;
  padding: 4px 6px;
  border: none;
  background-color: #fff;
}
.page-navigation .pagination a.current, .page-navigation .pagination a.next, .page-navigation .pagination a.last {
  color: #fff;
  background-color: #0a385e;
}
.page-navigation .pagination a.next:hover, .page-navigation .pagination a.last:hover {
  background-color: #177cd1;
}
.page-navigation .order-by, .page-navigation .per-page {
  display: none;
}
.page-navigation .order-by label, .page-navigation .per-page label {
  display: inline-block;
}
@media print, screen and (min-width: 50em) {
  .page-navigation .order-by, .page-navigation .per-page {
    display: inline;
  }
}
.page-navigation select {
  width: auto;
  height: 32px;
  padding: 0 3px;
  position: relative;
  background: url("../img/arrow-down.svg") no-repeat #fff center right;
}
.page-navigation .count-select {
  width: 54px;
}

.archives-result-list .result-title a, .archives-result-list a, .archives-result-list .view-results-button {
  color: #0a385e;
}
.archives-result-list .result-title a:hover, .archives-result-list a:hover, .archives-result-list .view-results-button:hover {
  color: #177cd1;
}
.archives-result-list .result {
  border: none;
}
.archives-result-list .result-title {
  font-size: 1.125rem;
  line-height: rem-cacl(24);
  margin: 6px 0 10px;
}
@media print, screen and (min-width: 50em) {
  .archives-result-list .result-title {
    font-size: 1.25rem;
    line-height: rem-cacl(28);
  }
}
.archives-result-list .metadata-list li, .archives-result-list .metadata-list dfn {
  color: #000;
}

.view-details h1.detail-title {
  font-size: 1.125rem;
}
.view-details h1.detail-title span {
  color: #000;
}
@media print, screen and (min-width: 50em) {
  .view-details h1.detail-title {
    font-size: 1.5rem;
  }
}
.view-details .label, .view-details .label.primary {
  background-color: #1261a3;
  color: #fff;
  cursor: pointer;
  border-radius: 0px;
}
.view-details .label:hover, .view-details .label.primary:hover {
  background-color: #1c8ae6;
}
.view-details .title.collapsable {
  background: rgba(18, 97, 163, 0.15);
  color: #0a385e;
  font-weight: 600;
}
.view-details .archives-action-links {
  margin-bottom: 12px;
}
.view-details .archives-description-content {
  border: 1px solid rgba(18, 97, 163, 0.15);
  background: #fff;
  color: #000;
}
.view-details .archives-description-content h3 {
  color: #0a385e;
}
.view-details .description-group .clickable {
  color: #0a385e;
}
.view-details .description-group .clickable:hover {
  color: #177cd1;
}
.view-details .description-group h5 {
  color: #1261a3;
}
.view-details .archives-tree-title {
  color: #0a385e;
}
.view-details .archives-tree-title span {
  line-height: 1.125rem;
}
.view-details .archives-tree-item h4 {
  color: #000;
}
.view-details .archives-tree .file-contents-label, .view-details .archives-tree .permalink-label {
  background: rgba(18, 97, 163, 0.15);
  color: #000;
}
.view-details .dsc-record-info .dsc-content p, .view-details .dsc-record-info .dsc-content span.note {
  color: #000;
}
.view-details .file-ondemand-button {
  color: #1261a3;
}
.view-details .file-ondemand-button:hover {
  color: #1c8ae6;
}

#details-searchbox {
  margin-right: 20px;
}
#details-searchbox.isOpen {
  width: 250px;
}
@media print, screen and (min-width: 50em) {
  #details-searchbox.isOpen {
    width: auto;
  }
}
#details-searchbox form {
  padding: 0 10px;
  background: rgba(18, 97, 163, 0.15);
  width: 250px;
}
@media print, screen and (min-width: 50em) {
  #details-searchbox form {
    width: auto;
  }
}
#details-searchbox button.toggle {
  width: auto;
  float: left;
}
@media print, screen and (min-width: 50em) {
  #details-searchbox button.toggle {
    width: 110px;
  }
}
#details-searchbox button.toggle span {
  float: left;
}
#details-searchbox button.toggle::after {
  content: "Zoeken";
  font-weight: 600;
  float: left;
  display: block;
  width: 80px;
  display: none;
}
@media print, screen and (min-width: 50em) {
  #details-searchbox button.toggle::after {
    display: block;
  }
}
#details-searchbox .searchRow input {
  width: 38% !important;
  float: left;
  border: none !important;
}
@media print, screen and (min-width: 50em) {
  #details-searchbox .searchRow input {
    width: 70% !important;
  }
}
#details-searchbox .infoRow button.inactive {
  background: rgba(10, 56, 94, 0.5) !important;
}
#details-searchbox.noSearchMatches .infoRow, #details-searchbox.hasSearchMatches .infoRow {
  background: transparent;
}

.ishighlighted > .archives-tree-title, .ishit > .archives-tree-title {
  background: #d3eed5;
  padding: 2px 0;
  margin: 2px 0;
}

#modal {
  min-width: 320px;
}

#popup {
  padding: 30px;
  outline: 0;
}
#popup h1 {
  margin-bottom: 10px;
}
#popup .close-button {
  background: none !important;
  border: none;
  outline: none;
  color: #000;
}

.expo-hover:hover, .webexpo-topbar-buttons .button-list .button-help:hover, .webexpo-topbar-buttons .button-list .button-fullscreen:hover, .webexpo-topbar-buttons .button-list .button-return:hover, .webexpo-sort .button-sort:hover, #picturae-webexpo-container .webexpo-overview .overview-header .button-fullscreen:hover, .pic-expo-button-basic:hover, #picturae-webexpo-container .webexpo-overview-item .button-view:hover {
  background-color: #177cd1 !important;
}

.pic-expo-button-basic, #picturae-webexpo-container .webexpo-overview-item .button-view {
  background-color: #1261a3 !important;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
}

.mainfont, .picturae-webexpo-detail .webexpo-topbar-title h2, #picturae-webexpo-container h2, #picturae-webexpo-container h3, #picturae-webexpo-container .webexpo-date, #picturae-webexpo-container h1 {
  font-family: "TheSans";
}

#picturae-webexpo-container .webexpo-expositions {
  width: 100%;
}
#picturae-webexpo-container .webexpo-overview {
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#picturae-webexpo-container .webexpo-overview .overview-header {
  width: 100%;
}
#picturae-webexpo-container .webexpo-overview .overview-header .button-fullscreen {
  border-radius: 0px;
  cursor: pointer;
}
#picturae-webexpo-container .webexpo-overview li {
  text-align: center;
}
#picturae-webexpo-container .webexpo-overview-item {
  max-width: 400px;
  margin: 0 auto;
}
#picturae-webexpo-container .webexpo-overview-item h2, #picturae-webexpo-container .webexpo-overview-item h3, #picturae-webexpo-container .webexpo-overview-item .date {
  font-family: "TheSans";
  font-weight: normal;
  text-transform: none;
}
#picturae-webexpo-container .webexpo-overview-item h2 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 600;
}
#picturae-webexpo-container .webexpo-overview-item h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
#picturae-webexpo-container .webexpo-overview-item p {
  font-size: 1rem;
}
#picturae-webexpo-container .webexpo-overview-item .date {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  text-shadow: none;
  padding: 8px 6px;
  background: rgba(18, 97, 163, 0.8);
}
#picturae-webexpo-container .webexpo-overview-item .image-link:hover {
  opacity: 0.9;
}
#picturae-webexpo-container .webexpo-overview-item .button-view {
  background-image: none;
  padding: 6px 20px;
  border-radius: 0px;
}
#picturae-webexpo-container .webexpo-overview .expositions-list .animated {
  text-align: center;
  overflow: hidden;
}

.webexpo-sort {
  top: 0;
}
.webexpo-sort .button-sort {
  border-radius: 0px;
  height: 30px;
  background-position: 130px center;
}
.webexpo-sort .button-sort .ng-scope {
  padding: 2px 0 0 0;
  display: block;
}
.webexpo-sort .animated {
  margin-top: 16px;
}
.webexpo-sort .animated li {
  height: 30px;
  cursor: pointer;
}

.webexpo-topbar-buttons .button-list .button-help, .webexpo-topbar-buttons .button-list .button-fullscreen, .webexpo-topbar-buttons .button-list .button-return {
  border-radius: 0px;
}
.webexpo-topbar-buttons .button-list .button-return {
  background-image: none;
  text-transform: none;
  text-indent: 0;
}
.webexpo-topbar-buttons .button-list .button-return:before {
  font-family: "icomoon";
  font-size: 1rem;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  padding: 3px 7px;
  content: "\e922";
}

#picturae-webexpo-container h1 {
  width: 100%;
  font-size: 2.625rem;
  display: inline-block;
  top: auto;
  height: auto;
}
#picturae-webexpo-container h1:before {
  content: "";
}
#picturae-webexpo-container .webexpo-date {
  font-size: 1.5rem;
  font-weight: 700;
}

.webexpo-topbar {
  height: 60px;
}
.webexpo-topbar-buttons .button-help, .webexpo-topbar-buttons .button-fullscreen, .webexpo-topbar-buttons .button-return, .webexpo-topbar-buttons .button-fullscreen.exit {
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #1261a3;
}
.webexpo-topbar-buttons .button-help:hover, .webexpo-topbar-buttons .button-fullscreen:hover, .webexpo-topbar-buttons .button-return:hover, .webexpo-topbar-buttons .button-fullscreen.exit:hover {
  background-color: #177cd1;
}

.picturae-webexpo-detail-view {
  background: #0a0a0a;
}
.picturae-webexpo-detail .webexpo-topbar-title h2 {
  font-weight: normal;
  text-transform: none;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.webexpo-content-text a {
  color: #1261a3;
}
.webexpo-content-text a:hover {
  color: #177cd1;
}

.webexposition .pic-content {
  background-color: #F2F2F2;
}

.social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.social-menu a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin: 12px 24px 12px 0;
  position: relative;
  z-index: 0;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.social-menu a:hover {
  opacity: 0.5;
  cursor: pointer;
}
.social-menu-facebook {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="white" d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/></svg>');
}
.social-menu-bluesky {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"><path d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z"/></svg>');
}
.social-menu-instagram {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>');
}
.social-menu-linkedin {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="white" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>');
}
.social-menu-youtube {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="white" d="M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/></svg>');
}
.social-menu-nieuwsbrief {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg>');
}

footer .social-menu a {
  color: transparent;
  font-size: 0;
}

.pic-content__rightside .social-menu {
  flex-direction: column;
}
.pic-content__rightside .social-menu a {
  height: auto;
  min-height: 16px;
  width: auto;
  line-height: 1.6em;
  margin: 0 0 0 8px;
  padding-left: 24px;
  background-size: 16px;
  background-position: left center;
}
.pic-content__rightside .social-menu-facebook {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="black" d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/></svg>');
}
.pic-content__rightside .social-menu-bluesky {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="black"><path d="M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z"/></svg>');
}
.pic-content__rightside .social-menu-instagram {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="black" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>');
}
.pic-content__rightside .social-menu-linkedin {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="black" d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>');
}
.pic-content__rightside .social-menu-youtube {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="black" d="M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/></svg>');
}
.pic-content__rightside .social-menu-nieuwsbrief {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg>');
}

.uitgelicht-container {
  background: #F2F2F2;
  margin-top: 50px;
  padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .uitgelicht-container {
    margin-top: 30px;
  }
}

.uitgelicht-container .watermerk,
.uitgelicht .watermerk {
  position: absolute;
  width: 65px;
  top: 0;
  right: 0;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
}

.uitgelicht__item-img {
  height: 230px;
  display: block;
  margin-bottom: 15px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.uitgelicht__date, .uitgelicht__title, .uitgelicht__category, .uitgelicht__date {
  position: relative;
  z-index: 1;
  color: #000;
  font-weight: 100;
  padding: 0px 20px;
  line-height: 1.2;
  margin: 0;
}
.uitgelicht__category {
  font-size: 18px;
}
.uitgelicht__title {
  font-family: "TheSans";
  font-size: 23px;
  margin-bottom: 15px;
}
.uitgelicht__date {
  color: #0a0a0a;
  font-size: 14px;
  margin-bottom: 10px;
}

.uitgelicht-nieuws {
  height: auto;
  display: grid;
}
.uitgelicht-nieuws .uitgelicht__item {
  min-height: auto;
}

.uitgelicht__item {
  background: #fff;
  display: block;
  color: #000;
  text-decoration: none;
  min-height: 382px;
}
@media only screen and (max-width: 800px) {
  .uitgelicht__item {
    height: auto;
  }
}
.uitgelicht__item:hover {
  color: #000;
  text-decoration: none;
}
.uitgelicht__item:hover a {
  text-decoration: none;
}
.uitgelicht__item:hover .uitgelicht__title {
  text-decoration: underline;
}
.uitgelicht__item .article-info {
  padding: 0;
  margin: 0;
}
.uitgelicht__item .published {
  color: #0a0a0a;
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 0.5;
}
.uitgelicht__item--nieuws, .uitgelicht__item--nieuwsberichten {
  border-bottom: 5px solid #00843F;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--nieuws:hover, .uitgelicht__item--nieuwsberichten:hover {
  border-bottom: 5px solid #004823;
  transition: all 0.5s;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--nieuws:hover .uitgelicht__category, .uitgelicht__item--nieuwsberichten:hover .uitgelicht__category {
  color: #004823;
}
.uitgelicht__item--nieuws .uitgelicht__category, .uitgelicht__item--nieuwsberichten .uitgelicht__category {
  color: #00843F;
}
.uitgelicht__item--verhaal {
  border-bottom: 5px solid #CE2224;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--verhaal:hover {
  border-bottom: 5px solid #5D0D0E;
  transition: all 0.5s;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--verhaal:hover .uitgelicht__category {
  color: #5D0D0E;
}
.uitgelicht__item--verhaal .uitgelicht__category {
  color: #CE2224;
}
.uitgelicht__item--verhalen {
  border-bottom: 5px solid #CE2224;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--verhalen:hover {
  border-bottom: 5px solid #5D0D0E;
  transition: all 0.5s;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--verhalen:hover .uitgelicht__category {
  color: #5D0D0E;
}
.uitgelicht__item--verhalen .uitgelicht__category {
  color: #CE2224;
}
.uitgelicht__item--blog {
  border-bottom: 5px solid #813481;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--blog:hover {
  border-bottom: 5px solid #470E47;
  transition: all 0.5s;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--blog:hover .uitgelicht__category {
  color: #470E47;
}
.uitgelicht__item--blog .uitgelicht__category {
  color: #813481;
}
.uitgelicht__item--evenement, .uitgelicht__item--evenementen {
  border-bottom: 5px solid #F18700;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--evenement:hover, .uitgelicht__item--evenementen:hover {
  border-bottom: 5px solid #9B5700;
  transition: all 0.5s;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--evenement:hover .uitgelicht__category, .uitgelicht__item--evenementen:hover .uitgelicht__category {
  color: #9B5700;
}
.uitgelicht__item--evenement .uitgelicht__category, .uitgelicht__item--evenementen .uitgelicht__category {
  color: #F18700;
}
.uitgelicht__item--project {
  border-bottom: 5px solid #263272;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--project:hover {
  border-bottom: 5px solid #27468e;
  transition: all 0.5s;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--project:hover .uitgelicht__category {
  color: #27468e;
}
.uitgelicht__item--project .uitgelicht__category {
  color: #263272;
}
.uitgelicht__item--projecten {
  border-bottom: 5px solid #263272;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--projecten:hover {
  border-bottom: 5px solid #27468e;
  transition: all 0.5s;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
.uitgelicht__item--projecten:hover .uitgelicht__category {
  color: #27468e;
}
.uitgelicht__item--projecten .uitgelicht__category {
  color: #263272;
}

.article {
  background-color: #fff;
}
.article__content {
  margin: 0 auto;
}
.article .xtrpad {
  padding-top: 25px;
}
.article .related-article {
  margin-right: 100px;
}
@media only screen and (max-width: 800px) {
  .article .related-article {
    margin-right: 0;
    padding: 0 20px;
  }
}
.article h1 {
  margin-bottom: 20px;
  display: block;
  color: #1261a3;
}
@media only screen and (max-width: 660px) {
  .article h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.article p {
  /*display: inline-block;*/
}
.article img {
  display: block;
  text-align: top;
  vertical-align: top;
}
@media only screen and (max-width: 660px) {
  .article img {
    float: none;
    margin: 0 0 20px 0;
  }
}
.article .icon-calendar {
  display: none;
}
.article time {
  color: #0a0a0a;
}

.com_content div[data-rlta-element=container],
.com_maisinternet div[data-rlta-element=container] {
  background: #fff;
  display: block !important;
}
.com_content div[data-rlta-element=container] span, .com_content div[data-rlta-element=container] p, .com_content div[data-rlta-element=container] h2,
.com_maisinternet div[data-rlta-element=container] span,
.com_maisinternet div[data-rlta-element=container] p,
.com_maisinternet div[data-rlta-element=container] h2 {
  font-family: "TheSans";
}
.com_content div[data-rlta-element=container] [data-rlta-element=heading],
.com_maisinternet div[data-rlta-element=container] [data-rlta-element=heading] {
  font-size: 1.125rem;
  color: #3071a9 !important;
}
.com_content div[data-rlta-element=container] [data-rlta-element=button],
.com_maisinternet div[data-rlta-element=container] [data-rlta-element=button] {
  background-color: #ebebeb !important;
  color: #3071a9 !important;
  border-radius: 0 !important;
  padding: 0.5rem 0.75rem !important;
}
.com_content div[data-rlta-element=container] [data-rlta-element=button][data-rlta-state=open],
.com_maisinternet div[data-rlta-element=container] [data-rlta-element=button][data-rlta-state=open] {
  background-color: #f8f8f8 !important;
}
.com_content div[data-rlta-element=container] [data-rlta-element=panel],
.com_maisinternet div[data-rlta-element=container] [data-rlta-element=panel] {
  background-color: #f8f8f8 !important;
  border-radius: 0 !important;
}
.com_content div[data-rlta-element=container] [data-rlta-element=heading]:before,
.com_maisinternet div[data-rlta-element=container] [data-rlta-element=heading]:before {
  display: inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  speak: none;
  content: "\e94b";
  margin-left: 0.3em;
  transition: transform 0.5s;
}
.com_content div[data-rlta-element=container] [data-rlta-element=button][data-rlta-state=open] [data-rlta-element=heading]:before,
.com_maisinternet div[data-rlta-element=container] [data-rlta-element=button][data-rlta-state=open] [data-rlta-element=heading]:before {
  transform: rotate(90deg);
}

.mi_page .mi_info_icon {
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'%3E%3Crect x='1.97' y='1.78' width='66.31' height='66.31' fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='4'/%3E%3Ctext transform='translate(25.78 59.34)' font-size='63.38' font-family='Montserrat-Bold, Montserrat' font-weight='700'%3Ei%3C/text%3E%3C/svg%3E") !important;
}
.mi_page .mi_info_icon:hover {
  background-color: #eee !important;
}

.webexpo-link {
  display: block;
  box-shadow: none;
  padding-bottom: 8px;
  transition: ease 0.5s all;
  margin-top: 50px;
  position: relative;
}
.webexpo-link__image {
  display: block;
  height: 400px;
  width: auto;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.webexpo-link h2 {
  display: block;
  font-size: 23px;
  text-align: center;
  margin-top: 10px;
}
.webexpo-link:hover {
  box-shadow: 0 2px 2px -2px #177cd1;
  transition: ease 0.5s all;
}
.webexpo-link__contnet {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 20%;
  text-align: center;
  display: block;
}
.webexpo-link__contnet h2 {
  font-family: "TheSans";
  font-size: 40px;
  color: #fff;
}
.webexpo-link__contnet h3 {
  font-size: 25px;
  color: #fff;
}
.webexpo-link__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .webexpo-link__title {
    bottom: 15%;
  }
}
.webexpo-link__title span {
  padding: 10px 40px 10px 20px;
  background: #1261a3;
  position: relative;
  font-size: 18px;
  transition: all 0.5s ease;
}
.webexpo-link__title span:after {
  content: "\e94b";
  font-family: "icomoon" !important;
  font-size: 16px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 18px;
  top: 11px;
}
.webexpo-link:hover {
  box-shadow: none;
}
.webexpo-link:hover .webexpo-link__title span {
  background: #1261a3;
  transition: all 0.5s ease;
}

.webexpo-home {
  margin: 20px auto 30px;
  text-align: center;
  width: 100%;
  display: block;
}

.mobile-burger {
  display: none;
  cursor: pointer;
  float: right;
  transition: all 0.5s;
  position: absolute;
  right: 15px;
  top: 8px;
}
@media screen and (max-width: 850px) {
  .mobile-burger {
    display: block;
    z-index: 9000;
  }
}

.mobile-burger__bar1, .mobile-burger__bar2, .mobile-burger__bar3 {
  width: 30px;
  height: 5px;
  background-color: white;
  margin: 5px 0;
  transition: 0.4s;
  position: relative;
}
.mobile-burger__bar1:before, .mobile-burger__bar2:before, .mobile-burger__bar3:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 100%;
}
.mobile-burger__bar1:after, .mobile-burger__bar2:after, .mobile-burger__bar3:after {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: 0;
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 100%;
}

.mobile-burger__open {
  animation: burger_active 0.5s forwards;
}

.mobile-burger__close {
  animation: burger_normal 0.5s forwards;
}

.mobile-burger__open .mobile-burger__bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.mobile-burger__open .mobile-burger__bar2 {
  opacity: 0;
}

.mobile-burger__open .mobile-burger__bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

@-webkit-keyframes burger_active {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes burger_normal {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.collectie-menu {
  margin-top: -64px;
}
@media only screen and (max-width: 1150px) {
  .collectie-menu {
    margin-top: -66px;
  }
}
@media only screen and (max-width: 850px) {
  .collectie-menu {
    margin-top: -37px;
  }
}
.collectie-menu .parent {
  width: 23.7%;
  margin: 0 10px;
  background: #F2F2F2;
  display: inline-block;
}
@media only screen and (max-width: 1198px) {
  .collectie-menu .parent {
    width: 23.4%;
  }
}
@media only screen and (max-width: 1150px) {
  .collectie-menu .parent {
    max-width: calc(50% - 22px);
    width: calc(50% - 22px);
    margin-bottom: 20px;
    border: 2px solid #1261a3;
  }
}
@media only screen and (max-width: 850px) {
  .collectie-menu .parent {
    max-width: 100%;
    width: 100%;
    border: 2px solid #1261a3;
    margin-left: 0;
    margin-right: 0;
  }
}
.collectie-menu .parent a {
  background: #fff;
  padding: 5px 0 5px 15px;
  font-size: 25px;
}
.collectie-menu .parent:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1150px) {
  .collectie-menu .parent:first-child {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .collectie-menu .parent:first-child {
    margin-left: 0px;
  }
}
.collectie-menu .parent:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1150px) {
  .collectie-menu .parent:last-child {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .collectie-menu .parent:last-child {
    margin-right: 0px;
  }
}
.collectie-menu .parent ul {
  background: #F2F2F2;
  list-style: none;
  padding: 10px 0 20px 35px;
  margin: 0;
  height: auto;
}
@media only screen and (max-width: 850px) {
  .collectie-menu .parent ul {
    display: none;
    height: auto;
  }
}
.collectie-menu .parent ul a {
  padding: 0;
  font-size: 18px;
  background: #F2F2F2;
  position: relative;
}
.collectie-menu .parent ul a:before {
  font-family: "icomoon" !important;
  content: "\e94b";
  font-size: 14px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: -18px;
  top: 3px;
}
.collectie-menu .parent ul a:hover:before {
  text-decoration: none !important;
}
.collectie-menu .parent ul .extern:after {
  font-family: "icomoon" !important;
  content: "\e928";
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  display: inline-block;
  top: 6px;
}
.collectie-menu .pic-collection {
  position: relative;
}
.collectie-menu .pic-collection:after {
  font-family: "icomoon" !important;
  font-size: 30px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 30px;
  top: 3px;
}
.collectie-menu .pic-collection--archive:after {
  content: "\e91a";
}
.collectie-menu .pic-collection--genealogy:after {
  content: "\e92c";
}
.collectie-menu .pic-collection--mediabank:after {
  content: "\e900";
}
.collectie-menu .pic-collection--bouwdossiers:after {
  content: "\e90e";
  font-size: 23px;
  top: 7px;
  right: 35px;
}
.collectie-menu ul ul li a:after {
  content: "" !important;
}

.hp-collectie-menu .nav-child li .pic-collection--archive:after {
  display: none !important;
}

#userForm {
  font-family: "TheMix";
  width: 69%;
}
#userForm .rsform-block {
  padding-top: 0px;
  padding-bottom: 0px;
}
#userForm .rsform-block .formCaption {
  font-size: 18px;
  font-family: "TheMix";
  padding-top: 4.5px;
}
#userForm .rsform-block .formControlLabel {
  font-size: 18px;
  font-family: "TheMix";
  vertical-align: text-top;
  padding-top: 5px;
}
#userForm .rsform-block .rsform-text-box {
  width: 40%;
}
@media only screen and (max-width: 775px) {
  #userForm .rsform-block .rsform-text-box {
    width: 100%;
  }
}
#userForm .rsform-block [type=color]:focus, #userForm .rsform-block [type=date]:focus, #userForm .rsform-block [type=datetime-local]:focus, #userForm .rsform-block [type=datetime]:focus, #userForm .rsform-block [type=email]:focus, #userForm .rsform-block [type=month]:focus, #userForm .rsform-block [type=number]:focus, #userForm .rsform-block [type=password]:focus, #userForm .rsform-block [type=search]:focus, #userForm .rsform-block [type=tel]:focus, #userForm .rsform-block [type=text]:focus, #userForm .rsform-block [type=time]:focus, #userForm .rsform-block [type=url]:focus, #userForm .rsform-block [type=week]:focus, #userForm .rsform-block textarea:focus {
  border: 2px solid #1261a3 !important;
}
#userForm .rsform-block textarea.rsform-text-box {
  width: 100%;
}
#userForm .rsform-block .formDescription {
  display: none;
}
#userForm .rsform-block .help-block {
  margin-top: -20px;
}
#userForm .rsform-block .formError {
  font-size: 18px;
  font-family: "TheMix";
  font-weight: 100;
}
#userForm .rsform-block .formControls {
  font-size: 18px;
  font-family: "TheMix";
}
#userForm .rsform-block .formControls label,
#userForm .rsform-block .formControls input {
  font-size: 18px;
  font-family: "TheMix";
}
#userForm .rsform-block .formControls .checkbox input[type=checkbox],
#userForm .rsform-block .formControls input[type=radio] {
  margin-top: 8px;
  font-family: "TheMix";
}
#userForm div.formCaption {
  width: 50%;
}
@media only screen and (max-width: 775px) {
  #userForm div.formCaption {
    width: 100%;
  }
}
#userForm input[type=text] {
  font-family: "TheMix";
}
@media only screen and (max-width: 775px) {
  #userForm input[type=text] {
    width: 100%;
  }
}
#userForm .formBody {
  margin-bottom: 16px;
}
#userForm div.formBody {
  width: 50%;
}
@media only screen and (max-width: 775px) {
  #userForm div.formBody {
    width: 100%;
  }
}
#userForm .form-horizontal select {
  height: 45px;
  width: 50%;
  display: block;
  border: 1px solid #CCCCCC;
  border-bottom: 2px solid #F2F2F2;
  border-radius: 0px;
}
@media only screen and (max-width: 775px) {
  #userForm .form-horizontal select {
    width: 100%;
  }
}
#userForm .formControls button {
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  display: block;
  background: #1261a3;
  font-size: 18px;
  color: #fff;
  text-shadow: none;
  overflow: hidden;
}
#userForm [type=checkbox] + label[for], #userForm [type=radio] + label[for] {
  font-size: 18px !important;
  font-family: "TheMix" !important;
  margin-left: 10px;
}

.booking .inputbox {
  font-family: TheSans;
}

.bookingmain {
  width: 50%;
}
.bookingmain #submitBooking {
  background: #1261a3;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  font-family: "TheMix";
}
.bookingmain #submitBooking:hover {
  opacity: 0.9;
  color: #fff;
}

.rsform-block .has-tip {
  font-weight: normal;
  border: none;
}

.rsform-submit-button:hover {
  opacity: 0.9;
  color: #fff;
}

.rsform-submit-button {
  background: #1261a3;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "TheMix";
}

#formcontainer_hga_aanmelden button:hover {
  opacity: 0.7;
}

#formcontainer_hga_wijzigen label {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 775px) {
  #formcontainer_hga_wijzigen label {
    width: 100%;
  }
}

#formcontainer_hga_wijzigen input[type=text], #formcontainer_hga_wijzigen input[type=email] {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 775px) {
  #formcontainer_hga_wijzigen input[type=text], #formcontainer_hga_wijzigen input[type=email] {
    width: 100%;
  }
}

body #formcontainer_hga_wijzigen button {
  background: #1261a3;
  margin-left: 50%;
}
@media only screen and (max-width: 775px) {
  body #formcontainer_hga_wijzigen button {
    margin-left: 0%;
  }
}
body #formcontainer_hga_wijzigen button:hover {
  background: #1261a3;
  opacity: 0.9;
}

.menu .button, .menu a {
  line-height: inherit;
}

button {
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  display: block;
  background-color: #1261a3 !important;
  background: #1261a3 !important;
  font-size: 18px;
  color: #fff;
  text-shadow: none;
  overflow: hidden;
  cursor: pointer;
}
button:hover {
  background-color: #187fd6 !important;
}

#formcontainer_hga_aanmelden {
  margin-bottom: 100px;
}
#formcontainer_hga_aanmelden label {
  width: 50%;
  font-size: 18px;
  font-family: "TheMix" !important;
  padding-top: 4.5px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (max-width: 775px) {
  #formcontainer_hga_aanmelden label {
    width: 100%;
    margin-bottom: 5px;
  }
}
#formcontainer_hga_aanmelden input {
  width: 50%;
  font-size: 18px;
  font-family: "TheMix" !important;
  padding-top: 4.5px;
  display: inline-block;
  margin-bottom: 32px;
}
@media only screen and (max-width: 775px) {
  #formcontainer_hga_aanmelden input {
    width: 100%;
    margin-bottom: 5px;
  }
}
#formcontainer_hga_aanmelden input[type=text]:focus, #formcontainer_hga_aanmelden input[type=email]:focus, #formcontainer_hga_aanmelden select:focus {
  border-color: #1261a3 !important;
  border: 2px solid #1261a3 !important;
}
#formcontainer_hga_aanmelden button {
  float: right;
}

#formcontainer_hga_aanmelden form label {
  font-size: 18px;
  font-weight: 100;
}

form select {
  padding-top: 4px !important;
}

.com_albumviewer .bv-facets-facet-filters-header input[type=button] {
  background: url("../img/close.png") no-repeat 50% 50%;
  background-size: 16px 16px;
  text-indent: -99999px;
  border: 0;
  width: 38px;
  cursor: pointer;
  height: 34px;
  position: absolute;
  right: 5px;
  top: 6px;
}
.com_albumviewer h3 {
  word-break: keep-all;
}
.com_albumviewer .bv-container-detailpage {
  overflow: auto;
  background: #fff;
}
.com_albumviewer .permlink button {
  height: 38px;
}
.com_albumviewer .bv-leftside--close:before {
  padding: 0px 0 0 3px;
  content: "\e923";
}
.com_albumviewer form {
  background: none;
}
.com_albumviewer .bv-searchbar-form form {
  padding: 0;
  background: transparent;
  width: 90%;
  padding-top: 5px;
}
@media (min-width: 40em) {
  .com_albumviewer .bv-searchbar-form form {
    width: 66.66667%;
    max-width: 770px;
  }
}
@media screen and (max-width: 799px) {
  .com_albumviewer .bv-searchbar-form form {
    width: 100%;
  }
}
.com_albumviewer .bv-searchbar-form form .bv-searchbar-form--input {
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  border: 2px solid #ccc;
  border-right: 0;
}
@media screen and (max-width: 799px) {
  .com_albumviewer .bv-searchbar-form form .bv-searchbar-form--input {
    width: 70%;
    padding: 5px 10px;
    height: 44px;
    margin-top: -5px;
  }
}
.com_albumviewer .bv-searchbar-form form .bv-searchbar-form--input::-webkit-input-placeholder {
  color: #000 !important;
}
.com_albumviewer .bv-searchbar-form form .bv-searchbar-form--input::-moz-placeholder {
  color: #000 !important;
}
.com_albumviewer .bv-searchbar-form form .bv-searchbar-form--input:-moz-placeholder {
  color: #000 !important;
}
.com_albumviewer .bv-searchbar-form form .bv-searchbar-form--input:-ms-input-placeholder {
  color: #000 !important;
}
.com_albumviewer .bv-searchbar-form form .bv-searchbar-form--input::placeholder {
  color: #000 !important;
}
.com_albumviewer .bv-searchbar-form form input[type=text] {
  font-size: 1rem;
  font-weight: 400;
  text-indent: 0 !important;
}
@media screen and (max-width: 799px) {
  .com_albumviewer .bv-searchbar-form form input[type=text] {
    text-indent: 0 !important;
  }
}
.com_albumviewer .bv-searchbar-form form .bv-searchbar-form--search {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 125px;
  background: url("../img/search-icon.png") no-repeat 49px 14px;
  background-color: #1261a3;
  color: #fff;
  font-size: 1.375rem;
  cursor: pointer;
  height: 54px;
  overflow: hidden;
  text-indent: 200%;
  font-family: "icomoon";
  content: "\e93f";
  margin-top: 5px;
}
@media only screen and (max-width: 480px) {
  .com_albumviewer .bv-searchbar-form form .bv-searchbar-form--search {
    width: 80px;
  }
}
.com_albumviewer .bv-searchbar-form form .bv-searchbar-form--search:hover {
  background-color: #177cd1;
}
.com_albumviewer [type=submit] {
  text-align: 0;
}
.com_albumviewer .bv-sidebutton {
  background-color: #F2F2F2;
}
.com_albumviewer .bv-sidebutton:before {
  font-family: "icomoon";
  width: 44px;
  height: 44px;
  padding: 8px;
  display: block;
  text-align: right;
  padding-right: 0px;
}
.com_albumviewer .bv-sidebutton:hover:before {
  color: #1261a3;
}
.com_albumviewer .bv-leftside-button-download:before {
  content: "\e968";
  font-size: 2rem;
}
.com_albumviewer .bv-leftside-button-link:before {
  content: "\e96e";
  font-size: 1.5rem;
}
.com_albumviewer .bv-leftside-button-share:before {
  content: "\e90a";
  font-size: 1.5rem;
}
.com_albumviewer .site-content {
  padding: 0;
  min-height: auto;
}
.com_albumviewer .site-footer {
  display: none;
}
.com_albumviewer .site-content {
  margin-top: 75px;
}
.com_albumviewer .bv-facets-facet {
  background-color: #0a0a0a;
}
.com_albumviewer .bv-facets-facet:hover {
  color: #CCCCCC;
}
.com_albumviewer .bv-bookentry {
  margin-right: 1%;
  margin-left: 1%;
  background: #ffffff;
}
.com_albumviewer .bv-bookentry .bv-bookentry-thumb {
  background: #ffffff;
}
.com_albumviewer h3 {
  font-size: 16px !important;
  font-weight: 600;
}
.com_albumviewer .bv-container-detailpage {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-header {
  background: #F2F2F2;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-header h1 {
  top: 10px;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-button--back {
  background: #1261a3;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-button--back:before {
  font-family: "icomoon";
  content: "\e94a";
}
.com_albumviewer .bv-container-detailpage .bv-viewer-button--back:hover {
  background: #1261a3;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-button--pages {
  background: #1261a3;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-button--pages:after {
  font-family: "icomoon";
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "\e967";
  font-size: 20px;
  line-height: 1rem;
  float: right;
  margin: 6px 0 0 10px;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-button--pages:hover {
  background-color: #1261a3 !important;
  opacity: 0.5;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-pages-show {
  border-bottom: 0;
}
.com_albumviewer .bv-container-detailpage .bv-pages-current-page {
  border-color: #1261a3;
}
.com_albumviewer .bv-container-detailpage .bv-pages-page:hover {
  border-color: #1261a3;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-button--back,
.com_albumviewer .bv-container-detailpage .bv-viewer-button--pages {
  height: 40px;
  font-size: 18px;
  top: 17px;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-button--back:hover {
  background-color: #1261a3 !important;
  opacity: 0.5;
}
.com_albumviewer .bv-container-detailpage .bv-viewer-header {
  height: 75px;
}
.com_albumviewer .bv-container-detailpage .bv-osd-container {
  top: 75px;
  min-height: calc(100% - 75px);
  height: calc(100% - 75px);
}
.com_albumviewer .bv-container-detailpage .bv-osd-paginator2000 {
  width: auto;
  height: 36px;
}
.com_albumviewer .bv-container-detailpage .bv-osd-paginator2000 .icon-prev {
  width: 35px;
  display: inline-block;
  border-left: 2px solid #CCCCCC;
}
.com_albumviewer .bv-container-detailpage .bv-osd-paginator2000 .icon-prev:before {
  content: "\e94a";
  margin-top: 2px;
}
.com_albumviewer .bv-container-detailpage .bv-osd-paginator2000 #pageNo {
  display: inline-block;
  height: 36px;
}
.com_albumviewer .bv-container-detailpage .bv-osd-paginator2000 .icon-next {
  width: 35px;
  display: inline-block;
  border-right: 2px solid #CCCCCC;
}
.com_albumviewer .bv-container-detailpage .bv-osd-paginator2000 .icon-next:before {
  content: "\e94b";
  top: 2px;
}
.com_albumviewer .bv-container-detailpage .bv-leftside {
  min-height: calc(100% - 75px);
}
.com_albumviewer .bv-container-detailpage .bv-leftside-menu {
  top: 75px;
  min-height: calc(100% - 75px);
  background-color: #F2F2F2;
}
.com_albumviewer .bv-container-detailpage .bv-sidethingy-tab h2 {
  margin-top: 12px;
  font-size: 1.375rem;
}
.com_albumviewer .bv-container-detailpage .bv-leftside .bv-sidebutton:before {
  line-height: 3rem;
}
.com_albumviewer .bv-container-detailpage .bv-leftside-button-comment:before {
  content: "\e921";
  font-size: 1.5em;
  padding-right: 0px;
}
.com_albumviewer .bv-container-detailpage .bv-leftside-button-page:before {
  content: "\e91d";
  font-size: 2rem;
  padding-right: 0px;
}
.com_albumviewer .bv-container-detailpage .bv-leftside-button-share:before {
  content: "\e96a";
}
.com_albumviewer .bv-container-detailpage .bv-leftside-tabs {
  padding-right: 20px;
  background: #fff;
  max-height: calc(100vh - 75px);
}
.com_albumviewer .bv-books-pagination--prev,
.com_albumviewer .bv-books-pagination--next {
  background: #1261a3;
  color: #fff;
}
.com_albumviewer .bv-books-pagination--prev:hover,
.com_albumviewer .bv-books-pagination--next:hover {
  background: #177cd1;
}
.com_albumviewer .icon-prev:before {
  content: "\e908";
}
.com_albumviewer .icon-next:before {
  content: "\e909";
}

.com_albumviewer .bv-searchbar {
  background-color: #fff !important;
}

@media only screen and (max-width: 800px) {
  .bv-searchbar-form--search {
    text-indent: 0px !important;
    width: 50px;
  }
}
.bv-leftside-button-book:before {
  content: "\e96c";
  font-size: 2rem;
}

.bv-leftside-button-page:before {
  content: "\e96b";
  font-size: 2rem;
}

.bv-leftside-button-record:before {
  content: "\e966";
  font-size: 1.7rem;
  line-height: 2.4rem;
  display: block;
  text-align: center;
}

.bv-leftside-button-font:before {
  content: "\e96d";
  font-size: 2rem;
}

.bv-leftside-button-comment:before {
  content: "\e969";
  font-size: 2.5rem;
}

.bv-leftside-button-share:before {
  content: "\e96a";
  font-size: 2.5rem;
}

.bv-leftside-button-link:before {
  content: "\e96e";
  font-size: 2.5rem;
}

.bv-leftside-button-download:before {
  content: "\e925";
  font-size: 2.5rem;
}

body .eprov-cs {
  font-family: TheMix, Verdana, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #1261a3;
}
body .eprov-cs h1, body .eprov-cs h2, body .eprov-cs h3, body .eprov-cs a, body .eprov-cs div, body .eprov-cs p {
  font-family: TheMix, Verdana, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}
body .eprov-cs h2 {
  font-size: 31px !important;
  color: #4A4A4A !important;
}
body .eprov-cs h3, body .eprov-cs .eprov-wrap .text .title {
  font-size: 25px !important;
}

#article-body .eprov-cs {
  width: auto !important;
}
#article-body .eprov-cs .text .title {
  font-size: 25px !important;
}
#article-body .eprov-cs .text, #article-body .eprov-cs .form {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#article-body .eprov-cs .form button {
  border-color: #1261a3 !important;
  background-color: #1261a3 !important;
}
#article-body .eprov-cs .form button:hover {
  background-color: #187fd6 !important;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .sidemenu-container,
  .pic-mainfooter,
  .pic-header {
    display: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .pic-content.grid-container .grid-x > .medium-9 {
    width: 100% !important;
  }
  .picturae-carousel__caption {
    display: none !important;
  }
  .socialshare,
  .article .picturae-carousel__container .slick-next,
  .article .picturae-carousel__container .slick-prev {
    display: none !important;
  }
}

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