/*
Theme Name: Steinbeisser Nineteen
Theme URI:
Author: Bureaux FM
Author URI: https://wordpress.org/
Description:
Version: 1.0.10a - 2022.09.21 21h09
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Template: twentysixteen
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i&display=swap");
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

hr {
  box-sizing: content-box; }

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

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

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

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

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/**
 * 3.0 - Typography
 */
body,
button,
input,
select,
textarea {
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 300; }
  body b,
  body strong,
  button b,
  button strong,
  input b,
  input strong,
  select b,
  select strong,
  textarea b,
  textarea strong {
    font-weight: 700; }

.site-title,
h1 {
  clear: both;
  font-family: "raisonne-demibold", sans-serif;
  font-weight: normal;
  margin: 0;
  text-rendering: optimizeLegibility; }

h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }

p {
  margin: 0 0 1.75em; }

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

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em; }

blockquote,
q {
  quotes: none; }

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

blockquote p {
  margin-bottom: 1.4736842105em; }

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0"; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 400; }

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

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace; }

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

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

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

/**
 * 6.0 - Navigation
 */
/**
 * 6.1 - Links
 */
a {
  text-decoration: none;
  color: black; }

a:hover,
a:focus,
a:active {
  color: black; }

a:focus {
  outline: thin dotted; }

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

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover,
.foot_menu a:hover,
.credit a:hover {
  transition: all .5s ease-in-out; }

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
  box-shadow: 0 1px 0 0 currentColor;
  transition: all .5s ease-in-out; }

/**
 * 6.2 - Menus
 */
.site-header-menu {
  display: none;
  flex: 0 1 100%;
  margin: 0.875em 0; }

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block; }

.site-footer .main-navigation {
  margin-bottom: 1.75em; }

.main-navigation ul {
  list-style: none;
  margin: 0; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
  transition: all .5s ease-in-out; }

.main-navigation a:hover,
.main-navigation a:focus {
  color: #000;
  transition: all .5s ease-in-out; }
  @media screen and (min-width: 47.9375em) {
    .main-navigation a:hover:after,
    .main-navigation a:focus:after {
      content: "";
      display: block;
      width: 100%;
      height: 1em;
      top: 1.75em;
      position: absolute;
      left: 0;
      margin-left: 0;
      background-image: url(assets/line2.svg);
      background-position: center center;
      background-repeat: no-repeat; } }
@media screen and (min-width: 47.9375em) {
  .single-program .main-navigation .menu-item-object-program a:after,
  .single-post .main-navigation .current_page_parent a:after,
  .main-navigation .current-menu-item > a:after,
  .main-navigation .current-menu-ancestor > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1em;
    top: 1.75em;
    position: absolute;
    left: 0;
    margin-left: 0;
    background-image: url(assets/line2.svg);
    background-position: center center;
    background-repeat: no-repeat; } }

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em; }

.no-js .main-navigation ul ul {
  display: block; }

.main-navigation ul .toggled-on {
  display: block; }

.main-navigation .primary-menu {
  border: none;
  margin: 0;
  padding: 0; }

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
  margin-right: 0; }

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px; }

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent; }

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px; }

.dropdown-toggle:focus:after {
  border-color: transparent; }

.dropdown-toggle.toggled-on:after {
  content: "\f432"; }

.site-header .main-navigation + .social-navigation {
  margin-top: 1.75em; }

.site-footer .social-navigation {
  margin-bottom: 1.75em; }

.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em; }

.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0; }

.social-navigation a {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #1a1a1a;
  display: block;
  height: 35px;
  position: relative;
  width: 35px; }

.social-navigation a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px; }

.social-navigation a[href*="codepen.io"]:before {
  content: "\f216"; }

.social-navigation a[href*="digg.com"]:before {
  content: "\f221"; }

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201"; }

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225"; }

.social-navigation a[href*="facebook.com"]:before {
  content: "\f203"; }

.social-navigation a[href*="flickr.com"]:before {
  content: "\f211"; }

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226"; }

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206"; }

.social-navigation a[href*="github.com"]:before {
  content: "\f200"; }

.social-navigation a[href*="instagram.com"]:before {
  content: "\f215"; }

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208"; }

.social-navigation a[href*="path.com"]:before {
  content: "\f219"; }

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210"; }

.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224"; }

.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217"; }

.social-navigation a[href*="reddit.com"]:before {
  content: "\f222"; }

.social-navigation a[href*="skype.com"]:before {
  content: "\f220"; }

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223"; }

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214"; }

.social-navigation a[href*="twitter.com"]:before {
  content: "\f202"; }

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212"; }

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f205"; }

.social-navigation a[href*="youtube.com"]:before {
  content: "\f213"; }

.social-navigation a[href^="mailto:"]:before {
  content: "\f410"; }

.social-navigation a[href*="spotify.com"]:before {
  content: "\f515"; }

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516"; }

.social-navigation a[href$="/feed/"]:before {
  content: "\f413"; }

.post-navigation {
  border-top: 4px solid #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
  clear: both;
  margin: 0 7.6923% 3.5em; }

.post-navigation a {
  color: #1a1a1a;
  display: block;
  padding: 1.75em 0; }

.post-navigation span {
  display: block; }

.post-navigation .meta-nav {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase; }

.post-navigation .post-title {
  display: inline;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility; }

.post-navigation div + div {
  border-top: 4px solid #1a1a1a; }

.pagination {
  border-top: 4px solid #1a1a1a;
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 7.6923% 2.947368421em;
  min-height: 56px;
  position: relative; }

.pagination:before,
.pagination:after {
  background-color: #1a1a1a;
  content: "";
  height: 52px;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 0; }

.pagination:before {
  right: 0; }

.pagination:after {
  right: 54px; }

.pagination a:hover,
.pagination a:focus {
  color: #1a1a1a; }

.pagination .nav-links {
  padding-right: 106px;
  position: relative; }

.pagination .nav-links:before,
.pagination .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1; }

.pagination .nav-links:before {
  content: "\f429";
  right: -1px; }

.pagination .nav-links:after {
  content: "\f430";
  right: 55px; }

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important; }

.pagination .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase; }

.pagination .current {
  display: inline-block;
  font-weight: 700; }

.pagination .prev,
.pagination .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2; }

.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px; }

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  color: #fff; }

.pagination .prev:focus,
.pagination .next:focus {
  outline: 0; }

.pagination .prev {
  right: 54px; }

.pagination .prev:before {
  content: "\f430";
  left: -1px;
  top: -1px; }

.pagination .next {
  right: 0; }

.pagination .next:before {
  content: "\f429";
  right: -1px;
  top: -1px; }

.image-navigation,
.comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0; }

.comment-navigation {
  margin-right: 0;
  margin-left: 0; }

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0; }

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block; }

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif; }

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

/**
 * 11.0 - Content
 */
.site {
  background-color: #fff; }

.site-inner {
  margin: 0 auto;
  max-width: 100%;
  max-width: 100vw;
  position: relative; }

.site-content {
  word-wrap: break-word; }

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

.site-main {
  margin-bottom: 3.5em; }

.site-main > :last-child {
  margin-bottom: 0; }

/**
 * 11.1 - Header
 */
.site-header {
  padding: 2.625em 7.6923%;
  padding: 1em; }

.site-header-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

.site-branding {
  margin: 0 auto 0 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden; }

.custom-logo-link {
  display: block; }

.custom-logo {
  max-width: 180px; }

.site-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin: 0; }

.site-branding .site-title a {
  color: #1a1a1a; }

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #007acc; }

.wp-custom-logo .site-title {
  margin-top: 0.608695652em; }

.site-description {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0; }

.menu-toggle {
  background-color: transparent;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  width: 4em;
  height: 4em;
  margin: 12px 24px 0 0;
  padding: 0;
  transition: all 0.23s ease-in-out 0s;
  -webkit-transform-origin: center;
          transform-origin: center;
  /*
		@media screen and (max-width: 48.0625em) and (orientation: landscape) {width: 6em; 	height: 6em;}
		@media screen and (max-width: 48.0625em) and (orientation: landscape) {width: 4em; 	height: 4em;}
*/ }
  @media screen and (min-width: 45em) and (max-width: 46em) and (orientation: landscape) {
    .menu-toggle {
      width: 6em;
      height: 6em;
      margin: 0 !important; } }
  .menu-toggle .cls-1 {
    fill: black; }

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

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent; }

.toggled-on .menu-toggle,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  /*
		background-color: #1a1a1a;
		border-color: #1a1a1a;
		color: #fff;
	*/
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 0.23s ease-in-out 0s; }
  .toggled-on .menu-toggle .cls-1,
  .menu-toggle.toggled-on .cls-1,
  .menu-toggle.toggled-on:hover .cls-1,
  .menu-toggle.toggled-on:focus .cls-1 {
    fill: #7f00ff !important; }

.menu-toggle:focus {
  outline: 0; }

.menu-toggle.toggled-on:focus {
  outline: thin dotted; }

.header-image {
  clear: both;
  margin: 0.875em 0; }

.header-image a {
  display: block; }

.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85; }

/**
 * 11.2 - Posts and pages
 */
.site-main > article {
  margin-bottom: 3.5em;
  position: relative; }

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
  /*
	margin-right: 7.6923%;
	margin-left: 7.6923%;
*/ }

.entry-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1em; }

.entry-title a {
  color: #1a1a1a; }

.entry-title a:hover,
.entry-title a:focus {
  color: #007acc; }

.post-thumbnail {
  display: block;
  margin: 20px 0; }

.post-thumbnail img {
  display: block; }

.no-sidebar .post-thumbnail img {
  margin: 0 auto; }

.entry-content,
.entry-summary {
  border-color: #d1d1d1; }

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em; }

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em; }

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 2.9473684211em;
  margin-bottom: 1.4736842105em; }

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em; }

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase; }

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
  font-style: italic; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-weight: 900; }

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0; }

.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: none;
          hyphens: none; }

body:not(.search-results) .entry-summary {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em; }

body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em; }

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em; }

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0; }

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em; }

body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em; }

body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor; }

body:not(.search-results) .entry-summary blockquote > :last-child {
  margin-bottom: 0; }

body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0; }

body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em; }

body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em; }

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0; }

.more-link {
  white-space: nowrap; }

.author-info {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  clear: both;
  padding-top: 1.75em;
  padding-bottom: 1.75em; }

.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px; }

.author-description > :last-child {
  margin-bottom: 0; }

.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0; }

.author-bio {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  overflow: hidden; }

.author-link {
  white-space: nowrap; }

.entry-footer {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em; }

.entry-footer:empty {
  margin: 0; }

.entry-footer a:hover,
.entry-footer a:focus {
  color: #007acc; }

.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

.entry-footer .avatar {
  height: 21px;
  margin: -0.1538461538em 0.5384615385em 0 0;
  width: 21px; }

.sticky-post {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase; }

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none; }

.sticky .posted-on,
.byline {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-header {
  border-top: 4px solid #1a1a1a;
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em; }

body.error404 .page-header,
body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0; }

.page-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043; }

.taxonomy-description {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154; }

.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em; }

.taxonomy-description > :last-child {
  margin-bottom: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.75em; }

.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em; }

.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff; }

.page-links a:hover,
.page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff; }

.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto; }

.entry-attachment {
  margin-bottom: 1.75em; }

.entry-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em; }

.entry-caption > :last-child {
  margin-bottom: 0; }

.content-bottom-widgets {
  margin: 0 7.6923%; }

.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em; }

/**
 * 11.3 - Post Formats
 */
.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none; }

/**
 * 11.4 - Comments
 */
.comments-area {
  margin: 0 7.6923% 3.5em; }

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em; }

.comments-title,
.comment-reply-title {
  border-top: 4px solid #1a1a1a;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3125;
  padding-top: 1.217391304em; }

.comments-title {
  margin-bottom: 1.217391304em; }

.comment-list {
  list-style: none;
  margin: 0; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list .children > li {
  padding-left: 0.875em; }

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em; }

.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px; }

.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px; }

.comment-metadata,
.pingback .edit-link {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154; }

.comment-metadata {
  margin-bottom: 2.1538461538em; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc; }

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block; }

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em; }

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0; }

.comment-form {
  padding-top: 1.75em; }

.comment-form label {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase; }

.comment-list .comment-form {
  padding-bottom: 1.75em; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em; }

.no-comments {
  border-top: 1px solid #d1d1d1;
  margin: 0;
  padding-top: 1.75em; }

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0; }

.form-allowed-tags code {
  font-family: Inconsolata, monospace; }

.form-submit {
  margin-bottom: 0; }

.comment-reply-title small {
  font-size: 100%; }

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px; }

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a; }

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -5px; }

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0; }

.comment-form .comment-form-cookies-consent label {
  display: inline;
  letter-spacing: 0;
  text-transform: none; }

/**
 * 11.5 - Sidebar
 */
.sidebar {
  margin-bottom: 3.5em;
  padding: 0 7.6923%; }

/**
 * 11.6 - Footer
 */
.site-footer {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300; }
  .site-footer .foot_menu,
  .site-footer .credit,
  .site-footer .site-title {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 300;
    /*
	 	font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	*/ }
    @media screen and (min-width: 47.9375em) {
      .site-footer .foot_menu,
      .site-footer .credit,
      .site-footer .site-title {
        font-size: 1.1em;
        font-size: 1.1rem; } }
.foot_menu a,
.credit a,
.site-info a {
  font-weight: 300; }

/*
.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}
*/
/*
.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
 	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}
*/
/*
.site-footer span[role=separator] {
 	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}
*/
.SB2019 {
  /*
#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}
*/ }
  .SB2019 #TB_overlay {
    background: #FFF;
    opacity: 0.95;
    filter: alpha(opacity=95);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100050;
    /* Above DFW. */ }
  .SB2019 #TB_window {
    position: fixed;
    background-color: #fff;
    z-index: 100050;
    /* Above DFW. */
    visibility: hidden;
    text-align: left;
    top: 50%;
    box-shadow: none;
    width: 100vw !important;
    left: 0 !important;
    margin-left: 0 !important; }
  .SB2019 #TB_window img#TB_Image {
    display: block;
    margin: 0 auto;
    border: 1px solid #eee; }
  .SB2019 #TB_caption {
    /*
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
*/
    display: none; }
  .SB2019 #TB_closeWindow {
    /*
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
*/
    display: none; }
  .SB2019 #TB_ajaxWindowTitle {
    float: left;
    font-weight: 600;
    line-height: 29px;
    overflow: hidden;
    padding: 0 29px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc( 100% - 39px);
    display: none; }
  .SB2019 #TB_title {
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    height: 29px;
    display: none; }
  .SB2019 #TB_ajaxContent {
    clear: both;
    padding: 0;
    overflow: auto;
    text-align: left;
    line-height: 1.4em; }
  .SB2019 #TB_ajaxContent.TB_modal {
    padding: 0; }
  .SB2019 #TB_ajaxContent p {
    padding: 0; }
  .SB2019 #TB_load {
    position: fixed;
    display: none; }
  .SB2019 #TB_iframeContent {
    clear: both;
    border: none; }

/* SB adapted - MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */
.mc-field-group {
  display: inline-block; }

/* positions input field horizontally */
#mc_embed_signup, div.wpcf7 {
  /* positions button horizontally in line with input */ }
  #mc_embed_signup form, div.wpcf7 form {
    text-align: center;
    padding: 2em 0 1em 0; }
  #mc_embed_signup input.wpcf7-email,
  #mc_embed_signup input.email, div.wpcf7 input.wpcf7-email,
  div.wpcf7 input.email {
    -webkit-appearance: none;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
    border-radius: 0;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    color: inherit;
    border-color: inherit;
    padding: 0.25em 1em;
    font-size: 1.1em;
    font-size: 1.1rem;
    font-family: "Source Sans Pro", sans-serif; }
    #mc_embed_signup input.wpcf7-email::-webkit-input-placeholder, #mc_embed_signup input.email::-webkit-input-placeholder, div.wpcf7 input.wpcf7-email::-webkit-input-placeholder, div.wpcf7 input.email::-webkit-input-placeholder {
      color: black; }
    #mc_embed_signup input.wpcf7-email::-moz-placeholder, #mc_embed_signup input.email::-moz-placeholder, div.wpcf7 input.wpcf7-email::-moz-placeholder, div.wpcf7 input.email::-moz-placeholder {
      color: black; }
    #mc_embed_signup input.wpcf7-email::placeholder,
    #mc_embed_signup input.email::placeholder, div.wpcf7 input.wpcf7-email::placeholder,
    div.wpcf7 input.email::placeholder {
      color: black; }
    #mc_embed_signup input.wpcf7-email:focus,
    #mc_embed_signup input.email:focus, div.wpcf7 input.wpcf7-email:focus,
    div.wpcf7 input.email:focus {
      outline: none; }
  #mc_embed_signup label, div.wpcf7 label {
    display: block;
    font-size: 16px;
    padding-bottom: 1em;
    font-weight: bold; }
  #mc_embed_signup .clear, div.wpcf7 .clear {
    display: inline-block;
    margin-left: 1em; }
  #mc_embed_signup .wpcf7-submit,
  #mc_embed_signup .button, div.wpcf7 .wpcf7-submit,
  div.wpcf7 .button {
    display: inline-block;
    margin: 0;
    border-radius: 0;
    background-color: black;
    border-width: 2px;
    border-style: solid;
    color: white;
    border-color: black;
    padding: 0.25em 1em;
    display: inline-block;
    text-transform: lowercase !important;
    font-weight: 600;
    font-size: 1.1em;
    font-size: 1.1rem;
    font-family: "Source Sans Pro", sans-serif; }
    #mc_embed_signup .wpcf7-submit:hover,
    #mc_embed_signup .button:hover, div.wpcf7 .wpcf7-submit:hover,
    div.wpcf7 .button:hover {
      background-color: black;
      color: white;
      border-color: white; }
  #mc_embed_signup div#mce-responses, div.wpcf7 div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both; }
  #mc_embed_signup div.response, div.wpcf7 div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%; }
  #mc_embed_signup #mce-error-response, div.wpcf7 #mce-error-response {
    display: none; }
  #mc_embed_signup #mce-success-response, div.wpcf7 #mce-success-response {
    color: #529214;
    display: none; }
  #mc_embed_signup label.error, div.wpcf7 label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0; }
  #mc_embed_signup div.wpcf7-validation-errors, #mc_embed_signup div.wpcf7-acceptance-missing,
  #mc_embed_signup div.wpcf7-mail-sent-ok, div.wpcf7 div.wpcf7-validation-errors, div.wpcf7 div.wpcf7-acceptance-missing,
  div.wpcf7 div.wpcf7-mail-sent-ok {
    border: none;
    margin: 0; }
  #mc_embed_signup .wpcf7-not-valid-tip, div.wpcf7 .wpcf7-not-valid-tip {
    background-color: white;
    color: red;
    padding: 0.5em 1em;
    margin: 0;
    display: inline-block;
    display: inline-block;
    border: 2px solid white;
    line-height: 1;
    font-size: 1.1em;
    font-size: 1.1rem;
    height: 1.05rem; }
  #mc_embed_signup p, div.wpcf7 p {
    margin: 0; }
  #mc_embed_signup .ajax-loader, div.wpcf7 .ajax-loader {
    width: 0px;
    margin: 0;
    padding: 0; }
  @media (max-width: 480px) {
    #mc_embed_signup input.email, #mc_embed_signup input.wpcf7-email, div.wpcf7 input.email, div.wpcf7 input.wpcf7-email {
      width: 60vw;
      max-width: 350px; } }
  @media (max-width: 768px) {
    #mc_embed_signup input.email, #mc_embed_signup input.wpcf7-email, div.wpcf7 input.email, div.wpcf7 input.wpcf7-email {
      /* width:60vw; */
      margin-bottom: 1em;
      text-align: center; }
    #mc_embed_signup .clear, div.wpcf7 .clear {
      display: block;
      /* width: 60vw; */
      margin-left: auto;
      margin-right: auto; }
    #mc_embed_signup .button, #mc_embed_signup .wpcf7-submit, div.wpcf7 .button, div.wpcf7 .wpcf7-submit {
      /* width: 80%; */
      margin: 0 auto 2em; } }
.SB2019 div.pp_default .pp_top, .SB2019 div.pp_default .pp_top .pp_middle, .SB2019 div.pp_default .pp_top .pp_left, .SB2019 div.pp_default .pp_top .pp_right, .SB2019 div.pp_default .pp_bottom, .SB2019 div.pp_default .pp_bottom .pp_left, .SB2019 div.pp_default .pp_bottom .pp_middle, .SB2019 div.pp_default .pp_bottom .pp_right {
  height: 0; }

.SB2019 div.pp_default .pp_top .pp_left {
  background: none; }

.SB2019 div.pp_default .pp_top .pp_middle {
  background: none; }

.SB2019 div.pp_default .pp_top .pp_right {
  background: none; }

.SB2019 div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

.SB2019 div.pp_default .pp_content_container .pp_left {
  background: none;
  padding-left: 0; }

.SB2019 div.pp_default .pp_content_container .pp_right {
  background: none;
  padding-right: 0; }

.SB2019 div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer; }

.SB2019 div.pp_default .pp_previous:hover {
  background: none;
  cursor: pointer; }

.SB2019 div.pp_default .pp_expand {
  cursor: pointer;
  background: none;
  width: 0;
  height: 0; }

.SB2019 div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

.SB2019 div.pp_default .pp_contract {
  cursor: pointer;
  background: none;
  width: 0;
  height: 0; }

.SB2019 div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

.SB2019 div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: none;
  cursor: pointer; }

.SB2019 div.pp_default .pp_gallery ul li a {
  background: none;
  border: none; }

.SB2019 div.pp_default .pp_social {
  margin-top: 7px; }

.SB2019 div.pp_default .pp_gallery a.pp_arrow_previous, .SB2019 div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

.SB2019 div.pp_default .pp_nav .pp_play, .SB2019 div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

.SB2019 div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

.SB2019 div.pp_default a.pp_arrow_previous, .SB2019 div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0; }

.SB2019 div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

.SB2019 div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
  margin-top: 0;
  display: none; }

.SB2019 div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

.SB2019 div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px; }

.SB2019 div.pp_default .pp_close:hover, .SB2019 div.pp_default .pp_nav .pp_play:hover, .SB2019 div.pp_default .pp_nav .pp_pause:hover, .SB2019 div.pp_default .pp_arrow_next:hover, .SB2019 div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

.SB2019 div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

.SB2019 div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }

.SB2019 div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }

.SB2019 div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }

.SB2019 div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; }

.SB2019 div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; }

.SB2019 div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; }

.SB2019 div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

.SB2019 div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

.SB2019 div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

.SB2019 div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

.SB2019 div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

.SB2019 div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

.SB2019 div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

.SB2019 div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

.SB2019 div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

.SB2019 div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; }

.SB2019 div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; }

.SB2019 div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; }

.SB2019 div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; }

.SB2019 div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

.SB2019 div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

.SB2019 div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }

.SB2019 div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }

.SB2019 div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

.SB2019 div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

.SB2019 div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff; }

.SB2019 div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

.SB2019 div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

.SB2019 div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

.SB2019 div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

.SB2019 div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

.SB2019 div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

.SB2019 div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }

.SB2019 div.dark_square .pp_left, .SB2019 div.dark_square .pp_middle, .SB2019 div.dark_square .pp_right, .SB2019 div.dark_square .pp_content {
  background: #000; }

.SB2019 div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0; }

.SB2019 div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; }

.SB2019 div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

.SB2019 div.dark_square .pp_nav {
  clear: none; }

.SB2019 div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

.SB2019 div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

.SB2019 div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; }

.SB2019 div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; }

.SB2019 div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

.SB2019 div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

.SB2019 div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

.SB2019 div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

.SB2019 div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

.SB2019 div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

.SB2019 div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

.SB2019 div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

.SB2019 div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

.SB2019 div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }

.SB2019 div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }

.SB2019 div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

.SB2019 div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

.SB2019 div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }

.SB2019 div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }

.SB2019 div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }

.SB2019 div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }

.SB2019 div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }

.SB2019 div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

.SB2019 div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

.SB2019 div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

.SB2019 div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

.SB2019 div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

.SB2019 div.facebook .pp_description {
  margin: 0 37px 0 0; }

.SB2019 div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; }

.SB2019 div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

.SB2019 div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

.SB2019 div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

.SB2019 div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

.SB2019 div.facebook .pp_nav {
  margin-top: 0; }

.SB2019 div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

.SB2019 div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

.SB2019 div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

.SB2019 div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

.SB2019 div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

.SB2019 div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }

.SB2019 div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }

.SB2019 div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }

.SB2019 div.pp_pic_holder a:focus {
  outline: none; }

.SB2019 div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

.SB2019 div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.SB2019 .pp_content {
  height: 40px;
  min-width: 40px; }

.SB2019 * html .pp_content {
  width: 40px; }

.SB2019 .pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.SB2019 .pp_content_container .pp_left {
  padding-left: 20px; }

.SB2019 .pp_content_container .pp_right {
  padding-right: 20px; }

.SB2019 .pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.SB2019 .pp_description {
  display: none;
  margin: 0; }

.SB2019 .pp_social {
  float: left;
  margin: 0; }

.SB2019 .pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.SB2019 .pp_social .twitter {
  float: left; }

.SB2019 .pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.SB2019 .pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.SB2019 .pp_nav .pp_play, .SB2019 .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

.SB2019 a.pp_arrow_previous, .SB2019 a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.SB2019 .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.SB2019 .pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.SB2019 .pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.SB2019 .pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.SB2019 .pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.SB2019 .pp_gallery ul a img {
  border: 0; }

.SB2019 .pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.SB2019 .pp_gallery li.default a {
  /* 	    background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat; */
  display: block;
  height: 33px;
  width: 50px; }

.SB2019 .pp_gallery .pp_arrow_previous, .SB2019 .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

.SB2019 a.pp_next {
  /* 	    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat; */
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

.SB2019 a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

.SB2019 a.pp_expand, .SB2019 a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

.SB2019 a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.SB2019 .pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

.SB2019 #pp_full_res {
  line-height: 1 !important; }

.SB2019 #pp_full_res .pp_inline {
  text-align: left; }

.SB2019 #pp_full_res .pp_inline p {
  margin: 0 0 15px; }

.SB2019 div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

.SB2019 div.pp_default .pp_content, .SB2019 div.light_rounded .pp_content {
  background-color: transparent; }

.SB2019 div.pp_default #pp_full_res .pp_inline, .SB2019 div.light_rounded .pp_content .ppt, .SB2019 div.light_rounded #pp_full_res .pp_inline, .SB2019 div.light_square .pp_content .ppt, .SB2019 div.light_square #pp_full_res .pp_inline, .SB2019 div.facebook .pp_content .ppt, .SB2019 div.facebook #pp_full_res .pp_inline {
  color: #000; }

.SB2019 div.pp_default .pp_gallery ul li a:hover, .SB2019 div.pp_default .pp_gallery ul li.selected a, .SB2019 .pp_gallery ul a:hover, .SB2019 .pp_gallery li.selected a {
  border-color: #fff; }

.SB2019 div.pp_default .pp_details, .SB2019 div.light_rounded .pp_details, .SB2019 div.dark_rounded .pp_details, .SB2019 div.dark_square .pp_details, .SB2019 div.light_square .pp_details, .SB2019 div.facebook .pp_details {
  position: relative; }

.SB2019 div.light_rounded .pp_top .pp_middle, .SB2019 div.light_rounded .pp_content_container .pp_left, .SB2019 div.light_rounded .pp_content_container .pp_right, .SB2019 div.light_rounded .pp_bottom .pp_middle, .SB2019 div.light_square .pp_left, .SB2019 div.light_square .pp_middle, .SB2019 div.light_square .pp_right, .SB2019 div.light_square .pp_content, .SB2019 div.facebook .pp_content {
  background: #fff; }

.SB2019 div.light_rounded .pp_description, .SB2019 div.light_square .pp_description {
  margin-right: 85px; }

.SB2019 div.light_rounded .pp_gallery a.pp_arrow_previous, .SB2019 div.light_rounded .pp_gallery a.pp_arrow_next, .SB2019 div.dark_rounded .pp_gallery a.pp_arrow_previous, .SB2019 div.dark_rounded .pp_gallery a.pp_arrow_next, .SB2019 div.dark_square .pp_gallery a.pp_arrow_previous, .SB2019 div.dark_square .pp_gallery a.pp_arrow_next, .SB2019 div.light_square .pp_gallery a.pp_arrow_previous, .SB2019 div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

.SB2019 div.light_rounded .pp_arrow_previous.disabled, .SB2019 div.dark_rounded .pp_arrow_previous.disabled, .SB2019 div.dark_square .pp_arrow_previous.disabled, .SB2019 div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

.SB2019 div.light_rounded .pp_arrow_next.disabled, .SB2019 div.dark_rounded .pp_arrow_next.disabled, .SB2019 div.dark_square .pp_arrow_next.disabled, .SB2019 div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

.SB2019 div.light_rounded .pp_loaderIcon, .SB2019 div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

.SB2019 div.dark_rounded .pp_top .pp_middle, .SB2019 div.dark_rounded .pp_content, .SB2019 div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

.SB2019 div.dark_rounded .currentTextHolder, .SB2019 div.dark_square .currentTextHolder {
  color: #c4c4c4; }

.SB2019 div.dark_rounded #pp_full_res .pp_inline, .SB2019 div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

.SB2019 .pp_top, .SB2019 .pp_bottom {
  height: 20px;
  position: relative; }

.SB2019 * html .pp_top, .SB2019 * html .pp_bottom {
  padding: 0 20px; }

.SB2019 .pp_top .pp_left, .SB2019 .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.SB2019 .pp_top .pp_middle, .SB2019 .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

.SB2019 * html .pp_top .pp_middle, .SB2019 * html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.SB2019 .pp_top .pp_right, .SB2019 .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.SB2019 .pp_fade, .SB2019 .pp_gallery li.default a img {
  display: none; }

.SB2019 img.wpvl_playbutton {
  box-shadow: none !important; }

.SB2019 a.pp_close {
  z-index: 100; }

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

.site-header#masthead {
  height: 0;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 47.9375em) {
    .site-header#masthead {
      position: relative;
      z-index: 10000;
      padding: 0 40px;
      width: calc(100vw - 80px); }
      .site-header#masthead .site-header-main {
        height: 0; } }
  .site-header#masthead .site-branding {
    width: 7em;
    padding-left: 6px;
    padding-top: 6px; }
    @media screen and (min-width: 47.9375em) {
      .site-header#masthead .site-branding {
        padding-left: 0; } }
  .site-header#masthead .site-title {
    height: 86px;
    width: 80px;
    overflow: visible;
    padding: 0; }

.main-navigation a {
  text-transform: uppercase;
  font-family: "raisonne-demibold", sans-serif;
  letter-spacing: 0.1em; }

.SB2019 {
  /*
	.main-navigation .current-menu-item a,
	.single-post .main-navigation .current_page_parent a,
	.single-program .main-navigation .menu-item-object-program a {
		color: #000;
		box-shadow: 0 2px 0 0 currentColor;
		transition: all .5s ease-in-out;
	}
*/ }
  .SB2019 #main {
    padding-top: 128px;
    padding-top: 8rem; }
    @media screen and (min-width: 47.9375em) {
      .SB2019 #main {
        padding-top: 160px;
        padding-top: 10rem; } }
  .SB2019 .site-header#masthead .site-title {
    margin-left: 0px;
    overflow: visible !important; }
  .SB2019 .site-header#masthead .site-title a {
    overflow: visible !important; }
  .SB2019 .site-title svg#mouth {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    overflow: visible !important; }
    .SB2019 .site-title svg#mouth .st0 {
      fill: black !important; }
  .SB2019 .menu-toggle .cls-1 {
    fill: black !important; }
  .SB2019.toggled-on .site-title svg#mouth .st0 {
    fill: #7f00ff !important; }
  .SB2019.toggled-on .menu-toggle .cls-1 {
    fill: #7f00ff !important; }
  @media screen and (min-width: 47.9375em) {
    .SB2019.home .main-navigation a {
      color: white; }
      .SB2019.home .main-navigation a:hover:after, .SB2019.home .main-navigation a:focus:after {
        background-image: url(assets/line2_whyte.svg); } }
  .SB2019.home .site-title svg#mouth .st0 {
    fill: white !important; }
  .SB2019.home .menu-toggle .cls-1 {
    fill: white !important; }
  .SB2019.home.toggled-on .site-title svg#mouth .st0 {
    fill: #7f00ff !important; }
  .SB2019.home.toggled-on .menu-toggle .cls-1 {
    fill: #7f00ff !important; }
  .SB2019 .entry-content p a {
    font-family: "raisonne-demibold", sans-serif; }
  .SB2019 .wp-block-image img,
  .SB2019 .wp-block-gallery .blocks-gallery-image img,
  .SB2019 .wp-block-gallery .blocks-gallery-item img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .SB2019.page-template-default #child-65 {
    background-color: black;
    color: white !important;
    padding: 4em 0 2em; }
    .SB2019.page-template-default #child-65 a {
      color: white;
      box-shadow: none; }
    .SB2019.page-template-default #child-65 .entry-title {
      margin-bottom: 1em; }
    .SB2019.page-template-default #child-65 .entry-content {
      padding: 0 1em;
      margin: 0 auto !important; }
      .SB2019.page-template-default #child-65 .entry-content a {
        text-decoration: none; }
      @media screen and (min-width: 25.875em) {
        .SB2019.page-template-default #child-65 .entry-content {
          max-width: calc(100vw - 4em); } }
      @media screen and (min-width: 48.0625em) {
        .SB2019.page-template-default #child-65 .entry-content {
          max-width: 800px !important;
          padding: 0 0 4em; } }
      @media screen and (min-width: 60em) {
        .SB2019.page-template-default #child-65 .entry-content {
          max-width: 1000px !important; } }
  .SB2019.page-template-default #child-67 {
    padding: 4em 0 2em; }
    .SB2019.page-template-default #child-67 .entry-title {
      margin-bottom: 1em; }
    .SB2019.page-template-default #child-67 .entry-content {
      padding: 0 1em;
      max-width: calc(100vw - 2rem);
      /*
		 		@media screen and (min-width: 90em) {
					max-width: 1440px !important;
				}
*/
      margin: 0 auto !important; }
      .SB2019.page-template-default #child-67 .entry-content .wp-block-gallery a {
        width: 100% !important;
        box-shadow: none; }
      .SB2019.page-template-default #child-67 .entry-content .blocks-gallery-item {
        margin-top: 8px;
        margin-bottom: 0.5em;
        margin-bottom: 24px;
        margin-bottom: 1.5em; }
        @media screen and (min-width: 47.9375em) {
          .SB2019.page-template-default #child-67 .entry-content .blocks-gallery-item {
            margin-top: 32px;
            margin-top: 2em;
            margin-bottom: 64px;
            margin-bottom: 4em; } }
      @media screen and (min-width: 48.0625em) {
        .SB2019.page-template-default #child-67 .entry-content {
          max-width: 800px !important;
          padding: 0 0 4em; } }
      @media screen and (min-width: 60em) {
        .SB2019.page-template-default #child-67 .entry-content {
          max-width: 1000px !important; } }
.entry-title {
  text-align: center; }

.page-template-default .entry-title {
  font-family: "raisonne-demibold", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding: 0;
  margin: 0 0 0.5em; }
  @media screen and (min-width: 47.9375em) {
    .page-template-default .entry-title {
      font-size: 57px; } }
.page-template-default .entry-content {
  padding: 1em 1.5em 4em;
  margin: 0 auto; }
  .page-template-default .entry-content p {
    letter-spacing: 0.04em; }
    @media screen and (min-width: 47.9375em) {
      .page-template-default .entry-content p {
        font-size: 1.1em;
        font-size: 1.1rem; } }
  @media screen and (min-width: 47.9375em) {
    .page-template-default .entry-content {
      max-width: 600px;
      padding: 0 0 4em; } }
  @media screen and (min-width: 60em) {
    .page-template-default .entry-content {
      max-width: 800px; } }
.single-post #main,
.single-biodiversity #main {
  padding-top: 128px;
  padding-top: 8rem; }
  @media screen and (min-width: 47.9375em) {
    .single-post #main,
    .single-biodiversity #main {
      padding-top: 160px;
      padding-top: 10rem; } }
.single-post .entry-header,
.single-biodiversity .entry-header {
  padding: 0;
  max-width: calc(100vw - 40px) !important;
  margin: 0 auto 2em !important; }
  @media screen and (min-width: 50em) {
    .single-post .entry-header,
    .single-biodiversity .entry-header {
      max-width: 800px !important; } }
  @media screen and (min-width: 50em) and (orientation: landscape) {
    .single-post .entry-header,
    .single-biodiversity .entry-header {
      max-width: calc(100vw - 120px) !important; } }
  @media screen and (min-width: 60em) {
    .single-post .entry-header,
    .single-biodiversity .entry-header {
      max-width: 1000px !important; } }
  @media screen and (min-width: 60em) and (orientation: landscape) {
    .single-post .entry-header,
    .single-biodiversity .entry-header {
      max-width: 800px !important; } }
  .single-post .entry-header .entry-title,
  .single-biodiversity .entry-header .entry-title {
    padding: 0;
    font-size: 30px;
    margin: 0 0 0.5em; }
    @media screen and (min-width: 47.9375em) {
      .single-post .entry-header .entry-title,
      .single-biodiversity .entry-header .entry-title {
        font-size: 57px; } }
  .single-post .entry-header .extra_1,
  .single-post .entry-header .extra_2,
  .single-biodiversity .entry-header .extra_1,
  .single-biodiversity .entry-header .extra_2 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif !important;
    line-height: 1.3333333333 !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    font-size: 1rem; }
    @media screen and (min-width: 47.9375em) {
      .single-post .entry-header .extra_1,
      .single-post .entry-header .extra_2,
      .single-biodiversity .entry-header .extra_1,
      .single-biodiversity .entry-header .extra_2 {
        font-size: 1.1em;
        font-size: 1.1rem; } }
.single-post .entry-content,
.single-biodiversity .entry-content {
  padding: 1em 0 4em;
  margin: 0 auto; }
  @media screen and (min-width: 47.9375em) {
    .single-post .entry-content,
    .single-biodiversity .entry-content {
      max-width: calc(100vw - 20px); } }
  .single-post .entry-content p,
  .single-biodiversity .entry-content p {
    letter-spacing: 0.04em;
    padding-left: 1.5em;
    padding-right: 1.5em; }
    @media screen and (min-width: 47.9375em) {
      .single-post .entry-content p,
      .single-biodiversity .entry-content p {
        font-size: 1.1em;
        font-size: 1.1rem;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 60em) {
      .single-post .entry-content p,
      .single-biodiversity .entry-content p {
        max-width: 800px; } }
  @media screen and (min-width: 47.9375em) {
    .single-post .entry-content,
    .single-biodiversity .entry-content {
      max-width: calc(100vw - 20px);
      padding: 0 0 4em; } }
  @media screen and (min-width: 52em) {
    .single-post .entry-content,
    .single-biodiversity .entry-content {
      max-width: 800px; } }
  @media screen and (min-width: 64em) {
    .single-post .entry-content,
    .single-biodiversity .entry-content {
      max-width: calc(100vw - 20px); } }
  @media screen and (min-width: 90em) {
    .single-post .entry-content,
    .single-biodiversity .entry-content {
      max-width: 1440px !important; } }
.single-post .entry-footer,
.single-biodiversity .entry-footer {
  margin: 0 auto !important; }
  @media screen and (min-width: 47.9375em) {
    .single-post .entry-footer,
    .single-biodiversity .entry-footer {
      max-width: calc(100vw - 20px); } }
  @media screen and (min-width: 90em) {
    .single-post .entry-footer,
    .single-biodiversity .entry-footer {
      max-width: 1440px !important; } }
.single-post .wp-block-gallery,
.single-biodiversity .wp-block-gallery {
  margin: 0 20px !important; }
  @media screen and (min-width: 47.9375em) {
    .single-post .wp-block-gallery,
    .single-biodiversity .wp-block-gallery {
      margin: 0 10px !important; } }
@media screen and (min-width: 61.5625em) {
  .single-post .wp-block-gallery.columns-1 .blocks-gallery-image,
  .single-post .wp-block-gallery.columns-1 .blocks-gallery-item,
  .single-biodiversity .wp-block-gallery.columns-1 .blocks-gallery-image,
  .single-biodiversity .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 50%;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px !important;
    margin-bottom: 30px;
    min-height: 1px;
    display: block;
    float: left;
    clear: right;
    position: relative; } }

.single-post .wp-block-gallery .blocks-gallery-image img,
.single-post .wp-block-gallery .blocks-gallery-item img,
.single-biodiversity .wp-block-gallery .blocks-gallery-image img,
.single-biodiversity .wp-block-gallery .blocks-gallery-item img {
  height: auto;
  width: 100%;
  display: block; }

.single-post .wp-block-gallery .blocks-gallery-image figure,
.single-post .wp-block-gallery .blocks-gallery-item figure,
.single-biodiversity .wp-block-gallery .blocks-gallery-image figure,
.single-biodiversity .wp-block-gallery .blocks-gallery-item figure {
  height: auto;
  width: 100%;
  display: block; }
  .single-post .wp-block-gallery .blocks-gallery-image figure figcaption,
  .single-post .wp-block-gallery .blocks-gallery-item figure figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-image figure figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-item figure figcaption {
    color: #7f00ff;
    font-family: "raisonne-demibold", sans-serif;
    line-height: 1.33;
    font-size: 18px; }
    @media screen and (min-width: 47.9375em) {
      .single-post .wp-block-gallery .blocks-gallery-image figure figcaption,
      .single-post .wp-block-gallery .blocks-gallery-item figure figcaption,
      .single-biodiversity .wp-block-gallery .blocks-gallery-image figure figcaption,
      .single-biodiversity .wp-block-gallery .blocks-gallery-item figure figcaption {
        font-size: 24px; } }
    .single-post .wp-block-gallery .blocks-gallery-image figure figcaption a,
    .single-post .wp-block-gallery .blocks-gallery-item figure figcaption a,
    .single-biodiversity .wp-block-gallery .blocks-gallery-image figure figcaption a,
    .single-biodiversity .wp-block-gallery .blocks-gallery-item figure figcaption a {
      color: black;
      box-shadow: none; }
  .single-post .wp-block-gallery .blocks-gallery-image figure .enwelop,
  .single-post .wp-block-gallery .blocks-gallery-item figure .enwelop,
  .single-biodiversity .wp-block-gallery .blocks-gallery-image figure .enwelop,
  .single-biodiversity .wp-block-gallery .blocks-gallery-item figure .enwelop {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    opacity: 0; }
    @media screen and (min-width: 47.9375em) {
      .single-post .wp-block-gallery .blocks-gallery-image figure .enwelop,
      .single-post .wp-block-gallery .blocks-gallery-item figure .enwelop,
      .single-biodiversity .wp-block-gallery .blocks-gallery-image figure .enwelop,
      .single-biodiversity .wp-block-gallery .blocks-gallery-item figure .enwelop {
        padding: 60px;
        width: calc(100% - 120px);
        height: calc(100% - 120px);
        font-size: 24px; } }
    .single-post .wp-block-gallery .blocks-gallery-image figure .enwelop figcaption,
    .single-post .wp-block-gallery .blocks-gallery-item figure .enwelop figcaption,
    .single-biodiversity .wp-block-gallery .blocks-gallery-image figure .enwelop figcaption,
    .single-biodiversity .wp-block-gallery .blocks-gallery-item figure .enwelop figcaption {
      position: relative;
      bottom: auto;
      height: auto;
      padding: 0;
      background: transparent; }
      .single-post .wp-block-gallery .blocks-gallery-image figure .enwelop figcaption a,
      .single-post .wp-block-gallery .blocks-gallery-item figure .enwelop figcaption a,
      .single-biodiversity .wp-block-gallery .blocks-gallery-image figure .enwelop figcaption a,
      .single-biodiversity .wp-block-gallery .blocks-gallery-item figure .enwelop figcaption a {
        display: inline !important;
        color: black;
        box-shadow: none; }

.single-post .wp-block-gallery .blocks-gallery-image:hover figure figcaption, .single-post .wp-block-gallery .blocks-gallery-image:focus figure figcaption, .single-post .wp-block-gallery .blocks-gallery-image:active figure figcaption, .single-post .wp-block-gallery .blocks-gallery-image.active figure figcaption,
.single-post .wp-block-gallery .blocks-gallery-item:hover figure figcaption,
.single-post .wp-block-gallery .blocks-gallery-item:focus figure figcaption,
.single-post .wp-block-gallery .blocks-gallery-item:active figure figcaption,
.single-post .wp-block-gallery .blocks-gallery-item.active figure figcaption,
.single-biodiversity .wp-block-gallery .blocks-gallery-image:hover figure figcaption,
.single-biodiversity .wp-block-gallery .blocks-gallery-image:focus figure figcaption,
.single-biodiversity .wp-block-gallery .blocks-gallery-image:active figure figcaption,
.single-biodiversity .wp-block-gallery .blocks-gallery-image.active figure figcaption,
.single-biodiversity .wp-block-gallery .blocks-gallery-item:hover figure figcaption,
.single-biodiversity .wp-block-gallery .blocks-gallery-item:focus figure figcaption,
.single-biodiversity .wp-block-gallery .blocks-gallery-item:active figure figcaption,
.single-biodiversity .wp-block-gallery .blocks-gallery-item.active figure figcaption {
  background: rgba(255, 255, 255, 0.66);
  color: #7f00ff;
  font-style: normal; }

.single-post .wp-block-gallery .blocks-gallery-image:hover figure .enwelop, .single-post .wp-block-gallery .blocks-gallery-image:focus figure .enwelop, .single-post .wp-block-gallery .blocks-gallery-image:active figure .enwelop, .single-post .wp-block-gallery .blocks-gallery-image.active figure .enwelop,
.single-post .wp-block-gallery .blocks-gallery-item:hover figure .enwelop,
.single-post .wp-block-gallery .blocks-gallery-item:focus figure .enwelop,
.single-post .wp-block-gallery .blocks-gallery-item:active figure .enwelop,
.single-post .wp-block-gallery .blocks-gallery-item.active figure .enwelop,
.single-biodiversity .wp-block-gallery .blocks-gallery-image:hover figure .enwelop,
.single-biodiversity .wp-block-gallery .blocks-gallery-image:focus figure .enwelop,
.single-biodiversity .wp-block-gallery .blocks-gallery-image:active figure .enwelop,
.single-biodiversity .wp-block-gallery .blocks-gallery-image.active figure .enwelop,
.single-biodiversity .wp-block-gallery .blocks-gallery-item:hover figure .enwelop,
.single-biodiversity .wp-block-gallery .blocks-gallery-item:focus figure .enwelop,
.single-biodiversity .wp-block-gallery .blocks-gallery-item:active figure .enwelop,
.single-biodiversity .wp-block-gallery .blocks-gallery-item.active figure .enwelop {
  opacity: 1;
  background: rgba(255, 255, 255, 0.66);
  color: #7f00ff; }
  .single-post .wp-block-gallery .blocks-gallery-image:hover figure .enwelop figcaption, .single-post .wp-block-gallery .blocks-gallery-image:focus figure .enwelop figcaption, .single-post .wp-block-gallery .blocks-gallery-image:active figure .enwelop figcaption, .single-post .wp-block-gallery .blocks-gallery-image.active figure .enwelop figcaption,
  .single-post .wp-block-gallery .blocks-gallery-item:hover figure .enwelop figcaption,
  .single-post .wp-block-gallery .blocks-gallery-item:focus figure .enwelop figcaption,
  .single-post .wp-block-gallery .blocks-gallery-item:active figure .enwelop figcaption,
  .single-post .wp-block-gallery .blocks-gallery-item.active figure .enwelop figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-image:hover figure .enwelop figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-image:focus figure .enwelop figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-image:active figure .enwelop figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-image.active figure .enwelop figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-item:hover figure .enwelop figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-item:focus figure .enwelop figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-item:active figure .enwelop figcaption,
  .single-biodiversity .wp-block-gallery .blocks-gallery-item.active figure .enwelop figcaption {
    background: transparent; }

.home section,
.home article,
.post-type-archive-program section,
.post-type-archive-program article {
  margin: 0;
  background-color: white;
  position: relative; }
  @media screen and (min-width: 47.9375em) {
    .home section,
    .home article,
    .post-type-archive-program section,
    .post-type-archive-program article {
      z-index: 202; } }
  .home section.type-program,
  .home article.type-program,
  .post-type-archive-program section.type-program,
  .post-type-archive-program article.type-program {
    padding: 0; }
    .home section.type-program div.prog_img .post-thumbnail,
    .home article.type-program div.prog_img .post-thumbnail,
    .post-type-archive-program section.type-program div.prog_img .post-thumbnail,
    .post-type-archive-program article.type-program div.prog_img .post-thumbnail {
      margin: 0;
      padding: 20px 0 0; }
      @media screen and (min-width: 48.5em) {
        .home section.type-program div.prog_img .post-thumbnail,
        .home article.type-program div.prog_img .post-thumbnail,
        .post-type-archive-program section.type-program div.prog_img .post-thumbnail,
        .post-type-archive-program article.type-program div.prog_img .post-thumbnail {
          padding-top: 40px; } }
      @media screen and (min-width: 48.5em) {
        .home section.type-program div.prog_img .post-thumbnail,
        .home article.type-program div.prog_img .post-thumbnail,
        .post-type-archive-program section.type-program div.prog_img .post-thumbnail,
        .post-type-archive-program article.type-program div.prog_img .post-thumbnail {
          padding: 40px 0; } }
      .home section.type-program div.prog_img .post-thumbnail img,
      .home article.type-program div.prog_img .post-thumbnail img,
      .post-type-archive-program section.type-program div.prog_img .post-thumbnail img,
      .post-type-archive-program article.type-program div.prog_img .post-thumbnail img {
        max-width: 90%;
        height: auto;
        text-align: center; }
    .home section.type-program div.prog_info,
    .home article.type-program div.prog_info,
    .post-type-archive-program section.type-program div.prog_info,
    .post-type-archive-program article.type-program div.prog_info {
      text-align: center;
      padding: 2em 0 40px; }
      @media screen and (min-width: 48.5em) {
        .home section.type-program div.prog_info,
        .home article.type-program div.prog_info,
        .post-type-archive-program section.type-program div.prog_info,
        .post-type-archive-program article.type-program div.prog_info {
          padding: 70px 0 20px; } }
      @media screen and (orientation: landscape) {
        .home section.type-program div.prog_info,
        .home article.type-program div.prog_info,
        .post-type-archive-program section.type-program div.prog_info,
        .post-type-archive-program article.type-program div.prog_info {
          padding: 2em 0 40px; } }
      @media screen and (min-width: 64.5em) and (orientation: landscape) {
        .home section.type-program div.prog_info,
        .home article.type-program div.prog_info,
        .post-type-archive-program section.type-program div.prog_info,
        .post-type-archive-program article.type-program div.prog_info {
          padding: 70px 0 20px; } }
      .home section.type-program div.prog_info .prog_date,
      .home section.type-program div.prog_info .prog_loc,
      .home article.type-program div.prog_info .prog_date,
      .home article.type-program div.prog_info .prog_loc,
      .post-type-archive-program section.type-program div.prog_info .prog_date,
      .post-type-archive-program section.type-program div.prog_info .prog_loc,
      .post-type-archive-program article.type-program div.prog_info .prog_date,
      .post-type-archive-program article.type-program div.prog_info .prog_loc {
        text-transform: uppercase;
        font-weight: 400; }
        @media screen and (min-width: 48.5em) {
          .home section.type-program div.prog_info .prog_date,
          .home section.type-program div.prog_info .prog_loc,
          .home article.type-program div.prog_info .prog_date,
          .home article.type-program div.prog_info .prog_loc,
          .post-type-archive-program section.type-program div.prog_info .prog_date,
          .post-type-archive-program section.type-program div.prog_info .prog_loc,
          .post-type-archive-program article.type-program div.prog_info .prog_date,
          .post-type-archive-program article.type-program div.prog_info .prog_loc {
            font-size: 1.1em; } }
      .home section.type-program div.prog_info .entry-header .entry-title,
      .home article.type-program div.prog_info .entry-header .entry-title,
      .post-type-archive-program section.type-program div.prog_info .entry-header .entry-title,
      .post-type-archive-program article.type-program div.prog_info .entry-header .entry-title {
        font-family: "raisonne-demibold", sans-serif;
        font-size: 30px;
        margin: .5em auto 1.5em;
        line-height: 1.3;
        letter-spacing: 0.04em;
        word-wrap: initial;
        padding: 0 1em; }
        @media screen and (min-width: 47.9375em) {
          .home section.type-program div.prog_info .entry-header .entry-title,
          .home article.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program section.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program article.type-program div.prog_info .entry-header .entry-title {
            font-size: 57px;
            margin: 0.5em auto 0.5em; } }
        @media screen and (min-width: 48.5em) {
          .home section.type-program div.prog_info .entry-header .entry-title,
          .home article.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program section.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program article.type-program div.prog_info .entry-header .entry-title {
            margin: 0.5em auto 1.5em; } }
        @media screen and (orientation: landscape) {
          .home section.type-program div.prog_info .entry-header .entry-title,
          .home article.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program section.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program article.type-program div.prog_info .entry-header .entry-title {
            font-size: 40px; } }
        @media screen and (min-width: 64.5em) and (orientation: landscape) {
          .home section.type-program div.prog_info .entry-header .entry-title,
          .home article.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program section.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program article.type-program div.prog_info .entry-header .entry-title {
            font-size: 57px; } }
        @media screen and (min-width: 47.9375em) {
          .home section.type-program div.prog_info .entry-header .entry-title,
          .home article.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program section.type-program div.prog_info .entry-header .entry-title,
          .post-type-archive-program article.type-program div.prog_info .entry-header .entry-title {
            padding: 0;
            width: 75%; } }
      .home section.type-program div.prog_info a.button,
      .home article.type-program div.prog_info a.button,
      .post-type-archive-program section.type-program div.prog_info a.button,
      .post-type-archive-program article.type-program div.prog_info a.button {
        font-size: 1.1em;
        width: 8em;
        padding: 0.25em 0;
        margin: 1em auto 0; }
        @media screen and (min-width: 48.5em) {
          .home section.type-program div.prog_info a.button,
          .home article.type-program div.prog_info a.button,
          .post-type-archive-program section.type-program div.prog_info a.button,
          .post-type-archive-program article.type-program div.prog_info a.button {
            position: absolute;
            bottom: 70px;
            margin-left: calc(-4em - 4px);
            margin-top: 0; } }
        @media screen and (orientation: landscape) {
          .home section.type-program div.prog_info a.button,
          .home article.type-program div.prog_info a.button,
          .post-type-archive-program section.type-program div.prog_info a.button,
          .post-type-archive-program article.type-program div.prog_info a.button {
            bottom: 35px; } }
        @media screen and (min-width: 64.5em) and (orientation: landscape) {
          .home section.type-program div.prog_info a.button,
          .home article.type-program div.prog_info a.button,
          .post-type-archive-program section.type-program div.prog_info a.button,
          .post-type-archive-program article.type-program div.prog_info a.button {
            bottom: 70px; } }
    .home section.type-program div.prog_img,
    .home section.type-program div.prog_info,
    .home article.type-program div.prog_img,
    .home article.type-program div.prog_info,
    .post-type-archive-program section.type-program div.prog_img,
    .post-type-archive-program section.type-program div.prog_info,
    .post-type-archive-program article.type-program div.prog_img,
    .post-type-archive-program article.type-program div.prog_info {
      width: 100vw;
      letter-spacing: 0.04em;
      line-height: 1.4; }
    @media screen and (min-width: 61.5625em) {
      .home section.type-program,
      .home article.type-program,
      .post-type-archive-program section.type-program,
      .post-type-archive-program article.type-program {
        display: flex; }
        .home section.type-program.even div.prog_img,
        .home article.type-program.even div.prog_img,
        .post-type-archive-program section.type-program.even div.prog_img,
        .post-type-archive-program article.type-program.even div.prog_img {
          margin-left: 50vw;
          margin-right: -50vw; }
        .home section.type-program.even div.prog_info,
        .home article.type-program.even div.prog_info,
        .post-type-archive-program section.type-program.even div.prog_info,
        .post-type-archive-program article.type-program.even div.prog_info {
          margin-left: -50vw; }
        .home section.type-program div.prog_img,
        .home section.type-program div.prog_info,
        .home article.type-program div.prog_img,
        .home article.type-program div.prog_info,
        .post-type-archive-program section.type-program div.prog_img,
        .post-type-archive-program section.type-program div.prog_info,
        .post-type-archive-program article.type-program div.prog_img,
        .post-type-archive-program article.type-program div.prog_info {
          width: 50vw; }
          .home section.type-program div.prog_img.full,
          .home section.type-program div.prog_info.full,
          .home article.type-program div.prog_img.full,
          .home article.type-program div.prog_info.full,
          .post-type-archive-program section.type-program div.prog_img.full,
          .post-type-archive-program section.type-program div.prog_info.full,
          .post-type-archive-program article.type-program div.prog_img.full,
          .post-type-archive-program article.type-program div.prog_info.full {
            width: 100vw; }
            .home section.type-program div.prog_img.full .post-thumbnail,
            .home section.type-program div.prog_info.full .post-thumbnail,
            .home article.type-program div.prog_img.full .post-thumbnail,
            .home article.type-program div.prog_info.full .post-thumbnail,
            .post-type-archive-program section.type-program div.prog_img.full .post-thumbnail,
            .post-type-archive-program section.type-program div.prog_info.full .post-thumbnail,
            .post-type-archive-program article.type-program div.prog_img.full .post-thumbnail,
            .post-type-archive-program article.type-program div.prog_info.full .post-thumbnail {
              margin-top: 0; } }
    .home section.type-program a,
    .home article.type-program a,
    .post-type-archive-program section.type-program a,
    .post-type-archive-program article.type-program a {
      color: black; }
    .home section.type-program:hover,
    .home article.type-program:hover,
    .post-type-archive-program section.type-program:hover,
    .post-type-archive-program article.type-program:hover {
      background-color: #61b589;
      color: white; }
      .home section.type-program:hover a,
      .home article.type-program:hover a,
      .post-type-archive-program section.type-program:hover a,
      .post-type-archive-program article.type-program:hover a {
        color: white; }
      .home section.type-program:hover .button:hover,
      .home article.type-program:hover .button:hover,
      .post-type-archive-program section.type-program:hover .button:hover,
      .post-type-archive-program article.type-program:hover .button:hover {
        color: #61b589;
        background-color: white; }

.home #main {
  padding-top: 0 !important; }

.home article.full_open {
  background-color: #7f00ff;
  text-align: center;
  color: white;
  font-family: "raisonne-demibold", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding: 0;
  position: relative;
  background-color: #7f00ff; }
  @media screen and (min-width: 47.9375em) {
    .home article.full_open {
      font-size: 57px; } }
  @media screen and (min-width: 48.0625em) {
    .home article.full_open {
      padding: 200vh 0 0; } }
  .home article.full_open p {
    padding: 0 1em; }
  .home article.full_open .img_box,
  .home article.full_open #itemToWatch {
    background-position: center center;
    position: relative;
    top: 0;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #7f00ff;
    height: 50vh; }
    @media screen and (max-width: 48.0625em) and (orientation: landscape) {
      .home article.full_open .img_box,
      .home article.full_open #itemToWatch {
        height: 100vh; } }
    @media screen and (min-width: 48.0625em) {
      .home article.full_open .img_box,
      .home article.full_open #itemToWatch {
        height: 100vh;
        position: fixed;
        z-index: 66; } }
  .home article.full_open #itemToHide {
    background-color: #7f00ff;
    position: relative;
    padding: 1em 0 1.5em; }
    @media screen and (min-width: 48.0625em) {
      .home article.full_open #itemToHide {
        z-index: 166;
        padding: 0 0 2em; } }
  .home article.full_open .entry-content p {
    padding-bottom: 0.5em;
    margin: 0; }
  .home article.full_open .entry-content .wp-block-button__link {
    /* 	min-width: 8em; */
    line-height: 1.5625; }
    .home article.full_open .entry-content .wp-block-button__link:hover {
      background-color: white;
      color: #7f00ff; }

.home .site-footer {
  margin: 0;
  background-color: white;
  position: relative; }
  @media screen and (min-width: 47.9375em) {
    .home .site-footer {
      z-index: 202; } }
.single-program #main {
  /* 		max-width: calc(100vw - 20px); */
  margin: 0 auto !important; }
  @media screen and (min-width: 47.9375em) {
    .single-program #main {
      max-width: calc(100vw - 40px); } }
  @media screen and (min-width: 90em) {
    .single-program #main {
      max-width: 1440px !important; } }
.single-program article.type-program div.prog_img .post-thumbnail img {
  max-width: 90%;
  height: auto;
  text-align: center; }

.single-program article.type-program div.prog_info {
  max-width: calc(100vw - 40px) !important;
  margin: 0 auto !important; }
  @media screen and (min-width: 50em) {
    .single-program article.type-program div.prog_info {
      max-width: 800px !important; } }
  @media screen and (min-width: 50em) and (orientation: landscape) {
    .single-program article.type-program div.prog_info {
      max-width: calc(100vw - 120px) !important; } }
  @media screen and (min-width: 60em) {
    .single-program article.type-program div.prog_info {
      max-width: 1000px !important; } }
  @media screen and (min-width: 60em) and (orientation: landscape) {
    .single-program article.type-program div.prog_info {
      max-width: 800px !important; } }
  .single-program article.type-program div.prog_info .entry-header {
    text-align: center; }
    .single-program article.type-program div.prog_info .entry-header .prog_date,
    .single-program article.type-program div.prog_info .entry-header .prog_loc {
      text-transform: uppercase;
      font-weight: 400; }
      @media screen and (min-width: 47.9375em) {
        .single-program article.type-program div.prog_info .entry-header .prog_date,
        .single-program article.type-program div.prog_info .entry-header .prog_loc {
          font-size: 1.1em; } }
    .single-program article.type-program div.prog_info .entry-header .entry-title {
      font-family: "raisonne-demibold", sans-serif;
      line-height: 1.3;
      letter-spacing: 0.04em;
      margin: 0 0 0.5em;
      word-wrap: initial;
      font-size: 30px;
      padding: 0 1em; }
      @media screen and (min-width: 47.9375em) {
        .single-program article.type-program div.prog_info .entry-header .entry-title {
          font-size: 57px;
          padding: 0; } }
.single-program article.type-program .entry-content {
  text-align: left;
  margin: 0 auto;
  padding: 0 0 4em; }
  .single-program article.type-program .entry-content p {
    letter-spacing: 0.04em; }
    @media screen and (min-width: 47.9375em) {
      .single-program article.type-program .entry-content p {
        font-size: 1.1em;
        font-size: 1.1rem; } }
  @media screen and (min-width: 47.9375em) {
    .single-program article.type-program .entry-content {
      max-width: 600px; } }
  @media screen and (min-width: 60em) {
    .single-program article.type-program .entry-content {
      max-width: 800px; } }
.archive #main,
.blog #main,
.page-template-page-biodiversity #main {
  margin: 0 auto !important; }
  @media screen and (min-width: 47.9375em) {
    .archive #main,
    .blog #main,
    .page-template-page-biodiversity #main {
      max-width: calc(100vw - 40px); } }
  @media screen and (min-width: 90em) {
    .archive #main,
    .blog #main,
    .page-template-page-biodiversity #main {
      max-width: 1440px !important; } }
.archive article.biodiversity,
.archive article.journal,
.archive article.journal.format-gallery,
.blog article.biodiversity,
.blog article.journal,
.blog article.journal.format-gallery,
.page-template-page-biodiversity article.biodiversity,
.page-template-page-biodiversity article.journal,
.page-template-page-biodiversity article.journal.format-gallery {
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important; }
  @media screen and (min-width: 47.9375em) {
    .archive article.biodiversity,
    .archive article.journal,
    .archive article.journal.format-gallery,
    .blog article.biodiversity,
    .blog article.journal,
    .blog article.journal.format-gallery,
    .page-template-page-biodiversity article.biodiversity,
    .page-template-page-biodiversity article.journal,
    .page-template-page-biodiversity article.journal.format-gallery {
      margin-left: 10px !important;
      margin-right: 10px !important;
      width: 50%;
      width: calc(50% - 20px);
      min-height: 1px;
      display: block;
      float: left;
      clear: right;
      position: relative; } }
  .archive article.biodiversity header,
  .archive article.journal header,
  .archive article.journal.format-gallery header,
  .blog article.biodiversity header,
  .blog article.journal header,
  .blog article.journal.format-gallery header,
  .page-template-page-biodiversity article.biodiversity header,
  .page-template-page-biodiversity article.journal header,
  .page-template-page-biodiversity article.journal.format-gallery header {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
    position: absolute; }
    .archive article.biodiversity header .entry-title,
    .archive article.journal header .entry-title,
    .archive article.journal.format-gallery header .entry-title,
    .blog article.biodiversity header .entry-title,
    .blog article.journal header .entry-title,
    .blog article.journal.format-gallery header .entry-title,
    .page-template-page-biodiversity article.biodiversity header .entry-title,
    .page-template-page-biodiversity article.journal header .entry-title,
    .page-template-page-biodiversity article.journal.format-gallery header .entry-title {
      padding: 20px;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      margin: 0;
      word-wrap: initial; }
      @media screen and (min-width: 47.9375em) {
        .archive article.biodiversity header .entry-title,
        .archive article.journal header .entry-title,
        .archive article.journal.format-gallery header .entry-title,
        .blog article.biodiversity header .entry-title,
        .blog article.journal header .entry-title,
        .blog article.journal.format-gallery header .entry-title,
        .page-template-page-biodiversity article.biodiversity header .entry-title,
        .page-template-page-biodiversity article.journal header .entry-title,
        .page-template-page-biodiversity article.journal.format-gallery header .entry-title {
          /* padding: 32px; */
          width: calc(100% - 2em);
          height: calc(100% - 2em);
          width: calc(100% - 4rem);
          height: calc(100% - 4rem);
          padding: 2em;
          padding: 2rem;
          font-size: 30px;
          line-height: 1.3;
          letter-spacing: 0.04em; } }
      @media screen and (min-width: 64.0625em) {
        .archive article.biodiversity header .entry-title,
        .archive article.journal header .entry-title,
        .archive article.journal.format-gallery header .entry-title,
        .blog article.biodiversity header .entry-title,
        .blog article.journal header .entry-title,
        .blog article.journal.format-gallery header .entry-title,
        .page-template-page-biodiversity article.biodiversity header .entry-title,
        .page-template-page-biodiversity article.journal header .entry-title,
        .page-template-page-biodiversity article.journal.format-gallery header .entry-title {
          font-size: 57px; } }
      .archive article.biodiversity header .entry-title a,
      .archive article.journal header .entry-title a,
      .archive article.journal.format-gallery header .entry-title a,
      .blog article.biodiversity header .entry-title a,
      .blog article.journal header .entry-title a,
      .blog article.journal.format-gallery header .entry-title a,
      .page-template-page-biodiversity article.biodiversity header .entry-title a,
      .page-template-page-biodiversity article.journal header .entry-title a,
      .page-template-page-biodiversity article.journal.format-gallery header .entry-title a {
        width: 100%;
        height: 100%;
        margin: auto;
        transition: background-color ease-in-out 500ms;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent; }
        .archive article.biodiversity header .entry-title a .button,
        .archive article.journal header .entry-title a .button,
        .archive article.journal.format-gallery header .entry-title a .button,
        .blog article.biodiversity header .entry-title a .button,
        .blog article.journal header .entry-title a .button,
        .blog article.journal.format-gallery header .entry-title a .button,
        .page-template-page-biodiversity article.biodiversity header .entry-title a .button,
        .page-template-page-biodiversity article.journal header .entry-title a .button,
        .page-template-page-biodiversity article.journal.format-gallery header .entry-title a .button {
          opacity: 1;
          /* transition:  opacity ease-in-out 500ms; */
          margin-top: 1em;
          display: inline-block; }
          @media screen and (min-width: 64.5em) {
            .archive article.biodiversity header .entry-title a .button,
            .archive article.journal header .entry-title a .button,
            .archive article.journal.format-gallery header .entry-title a .button,
            .blog article.biodiversity header .entry-title a .button,
            .blog article.journal header .entry-title a .button,
            .blog article.journal.format-gallery header .entry-title a .button,
            .page-template-page-biodiversity article.biodiversity header .entry-title a .button,
            .page-template-page-biodiversity article.journal header .entry-title a .button,
            .page-template-page-biodiversity article.journal.format-gallery header .entry-title a .button {
              margin-top: 0; } }
        .archive article.biodiversity header .entry-title a div.extra_1,
        .archive article.biodiversity header .entry-title a div.extra_2,
        .archive article.journal header .entry-title a div.extra_1,
        .archive article.journal header .entry-title a div.extra_2,
        .archive article.journal.format-gallery header .entry-title a div.extra_1,
        .archive article.journal.format-gallery header .entry-title a div.extra_2,
        .blog article.biodiversity header .entry-title a div.extra_1,
        .blog article.biodiversity header .entry-title a div.extra_2,
        .blog article.journal header .entry-title a div.extra_1,
        .blog article.journal header .entry-title a div.extra_2,
        .blog article.journal.format-gallery header .entry-title a div.extra_1,
        .blog article.journal.format-gallery header .entry-title a div.extra_2,
        .page-template-page-biodiversity article.biodiversity header .entry-title a div.extra_1,
        .page-template-page-biodiversity article.biodiversity header .entry-title a div.extra_2,
        .page-template-page-biodiversity article.journal header .entry-title a div.extra_1,
        .page-template-page-biodiversity article.journal header .entry-title a div.extra_2,
        .page-template-page-biodiversity article.journal.format-gallery header .entry-title a div.extra_1,
        .page-template-page-biodiversity article.journal.format-gallery header .entry-title a div.extra_2 {
          font-family: "Source Sans Pro", sans-serif !important;
          line-height: 1.3333333333 !important;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 1em;
          font-size: 1rem;
          opacity: 0;
          transition: opacity ease-in-out 500ms; }
          @media screen and (min-width: 47.9375em) {
            .archive article.biodiversity header .entry-title a div.extra_1,
            .archive article.biodiversity header .entry-title a div.extra_2,
            .archive article.journal header .entry-title a div.extra_1,
            .archive article.journal header .entry-title a div.extra_2,
            .archive article.journal.format-gallery header .entry-title a div.extra_1,
            .archive article.journal.format-gallery header .entry-title a div.extra_2,
            .blog article.biodiversity header .entry-title a div.extra_1,
            .blog article.biodiversity header .entry-title a div.extra_2,
            .blog article.journal header .entry-title a div.extra_1,
            .blog article.journal header .entry-title a div.extra_2,
            .blog article.journal.format-gallery header .entry-title a div.extra_1,
            .blog article.journal.format-gallery header .entry-title a div.extra_2,
            .page-template-page-biodiversity article.biodiversity header .entry-title a div.extra_1,
            .page-template-page-biodiversity article.biodiversity header .entry-title a div.extra_2,
            .page-template-page-biodiversity article.journal header .entry-title a div.extra_1,
            .page-template-page-biodiversity article.journal header .entry-title a div.extra_2,
            .page-template-page-biodiversity article.journal.format-gallery header .entry-title a div.extra_1,
            .page-template-page-biodiversity article.journal.format-gallery header .entry-title a div.extra_2 {
              font-size: 1.1em;
              font-size: 1.1rem; } }
        .archive article.biodiversity header .entry-title a:hover,
        .archive article.journal header .entry-title a:hover,
        .archive article.journal.format-gallery header .entry-title a:hover,
        .blog article.biodiversity header .entry-title a:hover,
        .blog article.journal header .entry-title a:hover,
        .blog article.journal.format-gallery header .entry-title a:hover,
        .page-template-page-biodiversity article.biodiversity header .entry-title a:hover,
        .page-template-page-biodiversity article.journal header .entry-title a:hover,
        .page-template-page-biodiversity article.journal.format-gallery header .entry-title a:hover {
          background-color: #7f00ff;
          color: white;
          transition: background-color ease-in-out 500ms; }
          .archive article.biodiversity header .entry-title a:hover div.extra_1,
          .archive article.biodiversity header .entry-title a:hover div.extra_2,
          .archive article.journal header .entry-title a:hover div.extra_1,
          .archive article.journal header .entry-title a:hover div.extra_2,
          .archive article.journal.format-gallery header .entry-title a:hover div.extra_1,
          .archive article.journal.format-gallery header .entry-title a:hover div.extra_2,
          .blog article.biodiversity header .entry-title a:hover div.extra_1,
          .blog article.biodiversity header .entry-title a:hover div.extra_2,
          .blog article.journal header .entry-title a:hover div.extra_1,
          .blog article.journal header .entry-title a:hover div.extra_2,
          .blog article.journal.format-gallery header .entry-title a:hover div.extra_1,
          .blog article.journal.format-gallery header .entry-title a:hover div.extra_2,
          .page-template-page-biodiversity article.biodiversity header .entry-title a:hover div.extra_1,
          .page-template-page-biodiversity article.biodiversity header .entry-title a:hover div.extra_2,
          .page-template-page-biodiversity article.journal header .entry-title a:hover div.extra_1,
          .page-template-page-biodiversity article.journal header .entry-title a:hover div.extra_2,
          .page-template-page-biodiversity article.journal.format-gallery header .entry-title a:hover div.extra_1,
          .page-template-page-biodiversity article.journal.format-gallery header .entry-title a:hover div.extra_2 {
            font-family: "Source Sans Pro", sans-serif !important;
            line-height: 1.3333333333 !important;
            text-transform: uppercase;
            opacity: 1;
            transition: opacity ease-in-out 500ms;
            font-weight: 400;
            font-size: 1em;
            font-size: 1rem; }
            @media screen and (min-width: 47.9375em) {
              .archive article.biodiversity header .entry-title a:hover div.extra_1,
              .archive article.biodiversity header .entry-title a:hover div.extra_2,
              .archive article.journal header .entry-title a:hover div.extra_1,
              .archive article.journal header .entry-title a:hover div.extra_2,
              .archive article.journal.format-gallery header .entry-title a:hover div.extra_1,
              .archive article.journal.format-gallery header .entry-title a:hover div.extra_2,
              .blog article.biodiversity header .entry-title a:hover div.extra_1,
              .blog article.biodiversity header .entry-title a:hover div.extra_2,
              .blog article.journal header .entry-title a:hover div.extra_1,
              .blog article.journal header .entry-title a:hover div.extra_2,
              .blog article.journal.format-gallery header .entry-title a:hover div.extra_1,
              .blog article.journal.format-gallery header .entry-title a:hover div.extra_2,
              .page-template-page-biodiversity article.biodiversity header .entry-title a:hover div.extra_1,
              .page-template-page-biodiversity article.biodiversity header .entry-title a:hover div.extra_2,
              .page-template-page-biodiversity article.journal header .entry-title a:hover div.extra_1,
              .page-template-page-biodiversity article.journal header .entry-title a:hover div.extra_2,
              .page-template-page-biodiversity article.journal.format-gallery header .entry-title a:hover div.extra_1,
              .page-template-page-biodiversity article.journal.format-gallery header .entry-title a:hover div.extra_2 {
                font-size: 1.1em;
                font-size: 1.1rem; } }
        .archive article.biodiversity header .entry-title a span.envelop,
        .archive article.journal header .entry-title a span.envelop,
        .archive article.journal.format-gallery header .entry-title a span.envelop,
        .blog article.biodiversity header .entry-title a span.envelop,
        .blog article.journal header .entry-title a span.envelop,
        .blog article.journal.format-gallery header .entry-title a span.envelop,
        .page-template-page-biodiversity article.biodiversity header .entry-title a span.envelop,
        .page-template-page-biodiversity article.journal header .entry-title a span.envelop,
        .page-template-page-biodiversity article.journal.format-gallery header .entry-title a span.envelop {
          padding: 1em;
          text-align: center;
          display: inline-block; }
        .archive article.biodiversity header .entry-title a div.title,
        .archive article.journal header .entry-title a div.title,
        .archive article.journal.format-gallery header .entry-title a div.title,
        .blog article.biodiversity header .entry-title a div.title,
        .blog article.journal header .entry-title a div.title,
        .blog article.journal.format-gallery header .entry-title a div.title,
        .page-template-page-biodiversity article.biodiversity header .entry-title a div.title,
        .page-template-page-biodiversity article.journal header .entry-title a div.title,
        .page-template-page-biodiversity article.journal.format-gallery header .entry-title a div.title {
          padding-top: 0.5em;
          font-family: "raisonne-demibold", sans-serif; }
  .archive article.biodiversity .post-thumbnail,
  .archive article.journal .post-thumbnail,
  .archive article.journal.format-gallery .post-thumbnail,
  .blog article.biodiversity .post-thumbnail,
  .blog article.journal .post-thumbnail,
  .blog article.journal.format-gallery .post-thumbnail,
  .page-template-page-biodiversity article.biodiversity .post-thumbnail,
  .page-template-page-biodiversity article.journal .post-thumbnail,
  .page-template-page-biodiversity article.journal.format-gallery .post-thumbnail {
    padding: 0;
    margin: 0; }
    .archive article.biodiversity .post-thumbnail img,
    .archive article.journal .post-thumbnail img,
    .archive article.journal.format-gallery .post-thumbnail img,
    .blog article.biodiversity .post-thumbnail img,
    .blog article.journal .post-thumbnail img,
    .blog article.journal.format-gallery .post-thumbnail img,
    .page-template-page-biodiversity article.biodiversity .post-thumbnail img,
    .page-template-page-biodiversity article.journal .post-thumbnail img,
    .page-template-page-biodiversity article.journal.format-gallery .post-thumbnail img {
      max-width: 100%;
      height: auto; }

.edit-link {
  clear: both;
  display: block; }

.SB2019 .entry-content .wp-block-button__link,
.button {
  border-radius: 0;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  padding: 0.25em 1em;
  display: inline-block;
  text-transform: lowercase !important;
  font-weight: 600;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-family: "Source Sans Pro", sans-serif; }
  .SB2019 .entry-content .wp-block-button__link:hover,
  .button:hover {
    background-color: white;
    color: inherit; }

.come-in {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards; }

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s; }

.already-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: none;
          animation: none; }

@-webkit-keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes come-in {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media screen and (max-width: 42em) {
  .menu-top-menu-container {
    padding-top: 12vh; } }

@media screen and (max-width: 46em) {
  .menu-top-menu-container {
    padding-top: 12vh; } }

@media screen and (max-width: 47em) {
  .menu-top-menu-container {
    padding-top: 18vh; } }

@media screen and (max-width: 47em) {
  body.toggled-on {
    height: 100vh;
    overflow: hidden; }
  .site-branding,
  #menu-toggle {
    z-index: 3; }
  #menu-toggle {
    z-index: 3;
    margin: 12px 12px 0 0; }
  .site-header-menu.toggled-on {
    z-index: 2;
    height: 100vh;
    position: absolute;
    background-color: white;
    top: 0;
    width: 100vw;
    margin: 0;
    left: 0; }
  .main-navigation .current-menu-item a,
  .single-post .main-navigation .current_page_parent a,
  .single-program .main-navigation .menu-item-object-program a {
    color: #7f00ff; }
  .main-navigation a {
    color: #7f00ff;
    text-align: center;
    font-size: 24px;
    box-shadow: none !important;
    margin: 0;
    padding: 0 0 .5em; } }

section#form {
  text-align: center;
  padding: 2em 0 4em; }
  section#form h3 {
    font-family: "raisonne-demibold", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    margin: .5em auto 0;
    word-wrap: initial; }
    @media screen and (min-width: 47.9375em) {
      section#form h3 {
        font-size: 57px; } }
    @media screen and (min-width: 47.9375em) {
      section#form h3 {
        width: 75%; } }
  section#form #mc_embed_signup {
    width: 100%; }
  section#form:hover {
    background-color: #61b589;
    color: white; }
    section#form:hover a {
      color: white; }
    section#form:hover .button:hover {
      color: #61b589;
      background-color: white; }
    section#form:hover input::-webkit-input-placeholder {
      color: white; }
    section#form:hover input::-moz-placeholder {
      color: white; }
    section#form:hover input::placeholder {
      color: white; }

section#form.footer {
  padding-bottom: 0; }

/*
.custom-fa{
-webkit-text-stroke-color: inherit;
-webkit-text-stroke-width: 0.075em;
color:transparent;}
*/
.fa-2-5x {
  font-size: 2.5em; }

.site-info {
  margin: 0;
  text-align: center;
  padding-left: 0; }

.foot_menu {
  text-align: center; }
  .foot_menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .foot_menu ul li {
      display: inline-block;
      margin: 0 1em; }

.credit {
  text-align: center;
  padding-right: 0; }

/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 44.375em) {
  /*
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}
*/
  .site {
    margin: 0; }
  .site-main {
    margin-bottom: 0; }
  .site-branding {
    margin-top: 1em; }
  .custom-logo {
    max-width: 210px; }
  .site-header#masthead .site-title,
  .site-title {
    height: 92px;
    width: 86px;
    overflow: visible; }
  .wp-custom-logo .site-title {
    margin-top: 0.5em; }
  .site-description {
    display: block; }
  .menu-toggle {
    font-size: 16px;
    font-size: 1.0rem;
    margin: 1.3125em 0;
    padding: 0.8125em 0.875em 0.6875em; }
  .header-image {
    margin: 1.3125em 0; }
  .pagination {
    margin: 0 23.0769% 4.421052632em 7.6923%; }
  .post-navigation {
    margin-bottom: 5.25em; }
  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25; }
  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important; }
  .pagination .page-numbers {
    display: inline-block; }
  .site-main > article {
    margin-bottom: 0; }
  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em; }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: calc(50% - 0.736842105em); }
  .entry-content blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote,
  .comment-content blockquote {
    margin-left: -1.473684211em; }
  .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote blockquote,
  .comment-content blockquote blockquote {
    margin-left: 0; }
  .entry-content ul,
  .entry-summary ul,
  .comment-content ul,
  .entry-content ol,
  .entry-summary ol,
  .comment-content ol {
    margin-left: 0; }
  .entry-content li > ul,
  .entry-summary li > ul,
  .comment-content li > ul,
  .entry-content blockquote > ul,
  .entry-summary blockquote > ul,
  .comment-content blockquote > ul {
    margin-left: 1.25em; }
  .entry-content li > ol,
  .entry-summary li > ol,
  .comment-content li > ol,
  .entry-content blockquote > ol,
  .entry-summary blockquote > ol,
  .comment-content blockquote > ol {
    margin-left: 1.5em; }
  .comment-author {
    margin-bottom: 0; }
  .comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px; }
  .comment-list .children > li {
    padding-left: 1.75em; }
  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 3.5em; }
  .comments-area,
  .widget,
  .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em; }
  .sidebar,
  .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%; }
  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 1.157894737em; }
  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.473684211em; } }

/**
 * 14.2 - >= 783px
 */
@media screen and (min-width: 48.9375em) {
  body:not(.custom-background-image).admin-bar:before {
    top: 32px; } }

/**
 * 14.3 - >= 910px
 * 14.3 - >= 768px
 */
@media screen and (min-width: 47.9375em) {
  .site-header-main {
    align-items: flex-start; }
  .wp-custom-logo .site-header-main {
    align-items: center; }
  .site-header-menu {
    display: block;
    flex: 0 1 auto;
    margin-top: 1.5em; }
  .main-navigation {
    margin: 0 -0.875em; }
  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0; }
  .main-navigation .primary-menu li.mobile {
    display: none; }
  .main-navigation .primary-menu > li {
    float: left; }
  .main-navigation a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap; }
  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999; }
  .main-navigation ul ul ul {
    top: -1px; }
  .main-navigation ul ul ul:before,
  .main-navigation ul ul ul:after {
    border: 0; }
  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0; }
  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em; }
  .main-navigation ul ul:before,
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute; }
  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px; }
  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px; }
  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: auto;
    right: 0; }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%; }
  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em; }
  .main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: absolute;
    right: 0.625em;
    top: 0.8125em; }
  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em; }
  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none; }
  .site-content {
    padding: 0; }
  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%; }
  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .pagination,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0; }
  .sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%; }
  .widget {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em; }
  .widget .widget-title {
    margin-bottom: 1.3125em; }
  .widget p,
  .widget address,
  .widget hr,
  .widget ul,
  .widget ol,
  .widget dl,
  .widget dd,
  .widget table {
    margin-bottom: 1.6153846154em; }
  .widget li > ul,
  .widget li > ol {
    margin-bottom: 0; }
  .widget blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
    padding-left: 1.0625em; }
  .widget blockquote cite,
  .widget blockquote small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154; }
  .widget th,
  .widget td {
    padding: 0.5384615385em; }
  .widget pre {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em; }
  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em; }
  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154; }
  .widget button,
  .widget input[type="button"],
  .widget input[type="reset"],
  .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em; }
  .widget input[type="date"],
  .widget input[type="time"],
  .widget input[type="datetime-local"],
  .widget input[type="week"],
  .widget input[type="month"],
  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget input[type="tel"],
  .widget input[type="number"],
  .widget textarea {
    padding: 0.4615384615em 0.5384615385em; }
  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em; }
  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em; }
  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em; }
  .widget h4,
  .widget h5,
  .widget h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 0.9130434783em; }
  .widget .alignleft {
    margin: 0.2307692308em 1.6153846154em 1.6153846154em 0; }
  .widget .alignright {
    margin: 0.2307692308em 0 1.6153846154em 1.6153846154em; }
  .widget .aligncenter {
    margin-bottom: 1.6153846154em; }
  .widget_calendar td,
  .widget_calendar th {
    line-height: 2.6923076923;
    padding: 0; }
  .widget_rss .rssSummary:last-child {
    margin-bottom: 1.615384615em; }
  .widget input[type="search"].search-field {
    width: calc(100% - 35px); }
  .widget .search-submit:before {
    font-size: 16px;
    left: 1px;
    line-height: 35px;
    width: 34px; }
  .widget button.search-submit {
    padding: 0;
    width: 35px; }
  .tagcloud a {
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em; }
  .textwidget h1 {
    margin-top: 1.8260869565em; }
  .textwidget h2 {
    margin-top: 2.2105263158em; }
  .textwidget h3 {
    margin-top: 2.625em; }
  .textwidget h4 {
    letter-spacing: 0.153846154em; }
  .textwidget h4,
  .textwidget h5,
  .textwidget h6 {
    margin-top: 3.2307692308em; }
  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%; }
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0; }
  .site-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0 1em; }
  .site-info {
    margin: 0;
    order: 1;
    width: 23vw;
    text-align: left;
    padding-left: 2vw; }
  .foot_menu {
    text-align: center;
    order: 2;
    width: 50vw; }
    .foot_menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .foot_menu ul li {
        display: inline-block;
        margin: 0 1em; }
  .credit {
    order: 3;
    width: 23vw;
    text-align: right;
    padding-right: 2vw; }
  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%; } }

/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
  .site-main {
    margin-bottom: 0; }
  .custom-logo {
    max-width: 240px; }
  .image-navigation {
    margin-bottom: 3.230769231em; }
  .post-navigation {
    margin-bottom: 7.0em; }
  .pagination {
    margin-bottom: 5.894736842em; }
  .widget {
    margin-bottom: 4.307692308em; }
  .site-main > article {
    margin-bottom: 0; }
  .entry-title {
    /*
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
*/
    font-family: "raisonne-demibold", sans-serif;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    padding: 0;
    margin: 0 0 0.5em; } }
  @media screen and (min-width: 61.5625em) and (min-width: 47.9375em) {
    .entry-title {
      font-size: 57px; } }
@media screen and (min-width: 61.5625em) {
  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-family: "raisonne-demibold", sans-serif;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    padding: 0;
    margin: 0 0 0.5em; } }
  @media screen and (min-width: 61.5625em) and (min-width: 47.9375em) {
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
      font-size: 57px; } }
@media screen and (min-width: 61.5625em) {
  .post-thumbnail {
    margin-bottom: 2.625em; }
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    /*
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
*/
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    padding: 0;
    margin: 0 0 0.5em; } }
  @media screen and (min-width: 61.5625em) and (min-width: 47.9375em) {
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
      font-size: 57px; } }
@media screen and (min-width: 61.5625em) {
  .entry-content h2,
  .entry-summary h2,
  .comment-content h2 {
    /*
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;

		font-size: 1.1em;
		font-size: 1.1rem;
*/
    margin-bottom: 0; }
  .entry-content h3,
  .entry-summary h3,
  .comment-content h3 {
    /*
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
*/
    font-size: 1.1em;
    font-size: 1.1rem;
    margin-bottom: 0; }
  .entry-content h4,
  .entry-summary h4,
  .entry-intro h4,
  .comment-content h4 {
    font-size: 1.1em;
    font-size: 1.1rem;
    margin-bottom: 0; }
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6 {
    /*
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
*/
    font-size: 1.1em;
    font-size: 1.1rem;
    margin-bottom: 0; }
  .author-info {
    border-bottom-width: 0;
    padding-bottom: 0; }
  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 5.25em; }
  .comments-area,
  .sidebar,
  .content-bottom-widgets .widget-area,
  .widecolumn {
    margin-bottom: 7.0em; }
  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em; }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em; }
  body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
    margin-left: -40%; }
  body:not(.search-results) article:not(.type-page) img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%; }
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%; }
  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none; }
  .single .byline,
  .full-size-link,
  body:not(.search-results).group-blog .byline,
  body:not(.search-results) .entry-format,
  body:not(.search-results) .cat-links,
  body:not(.search-results) .tags-links,
  body:not(.search-results) article:not(.sticky) .posted-on,
  body:not(.search-results) article:not(.type-page) .comments-link,
  body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em; }
  body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0; }
  body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px; } }

/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em; }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em; }
  body:not(.search-results) .entry-summary p,
  body:not(.search-results) .entry-summary address,
  body:not(.search-results) .entry-summary hr,
  body:not(.search-results) .entry-summary ul,
  body:not(.search-results) .entry-summary ol,
  body:not(.search-results) .entry-summary dl,
  body:not(.search-results) .entry-summary dd,
  body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em; }
  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 0.956521739em; }
  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.52173913em; }
  body:not(.search-results) .entry-summary blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin: 0 0 1.5217391304em;
    padding-left: 1.347826087em; }
  body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
    margin-left: -1.52173913em; }
  body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0; }
  body:not(.search-results) .entry-summary blockquote cite,
  body:not(.search-results) .entry-summary blockquote small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.8421052632; }
  body:not(.search-results) .entry-summary th,
  body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em; }
  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    padding: 1.75em; }
  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em; }
  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em; }
  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em; }
  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em; }
  body:not(.search-results) .entry-summary h4,
  body:not(.search-results) .entry-summary h5,
  body:not(.search-results) .entry-summary h6 {
    margin-top: 3.684210526em;
    margin-bottom: 1.842105263em; }
  body:not(.search-results) .entry-summary h1:first-child,
  body:not(.search-results) .entry-summary h2:first-child,
  body:not(.search-results) .entry-summary h3:first-child,
  body:not(.search-results) .entry-summary h4:first-child,
  body:not(.search-results) .entry-summary h5:first-child,
  body:not(.search-results) .entry-summary h6:first-child {
    margin-top: 0; }
  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2608695652em 1.5217391304em 1.5217391304em 0; }
  body:not(.search-results) .entry-summary .alignright {
    margin: 0.2608695652em 0 1.5217391304em 1.5217391304em; }
  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em; } }

@media screen and (max-width: 47.9375em) {
  body.toggled-on {
    overflow: hidden; }
  body.toggled-on #page {
    height: 85vh;
    overflow: hidden; } }

@media screen and (max-width: 47.9375em) and (orientation: landscape) {
  body.toggled-on #page {
    height: 100vh;
    overflow: hidden; } }

.video_lightbox_anchor_image {
  margin-bottom: 1em; }

.wp-block-image.svg,
.entry-content p svg {
  width: 22rem;
  max-width: 85%;
  margin: 0 auto 1em;
  display: block;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  @media screen and (orientation: landscape) {
    .wp-block-image.svg,
    .entry-content p svg {
      max-width: 66%; } }
  .wp-block-image.svg:hover,
  .entry-content p svg:hover {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }

@media screen and (max-width: 47.9375em) {
  .site-main,
  .site-main > article {
    margin-bottom: 0; }
  #colophon {
    padding-top: 1em;
    padding-bottom: 1em; } }

.rand_cuttlery {
  width: 22rem;
  max-width: 85%;
  margin: 0 auto 2em;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  @media screen and (orientation: landscape) {
    .rand_cuttlery {
      max-width: 66%; } }
  .rand_cuttlery:hover {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  .rand_cuttlery svg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: visible !important; }

@keyframes come-in {
  to {
    -webkit-transform: opacity;
            transform: opacity; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.SB2019 .get_down {
  opacity: 0;
  height: 0.5em;
  height: 2rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-animation: fadeIn 2s 0s 1 linear forwards;
          animation: fadeIn 2s 0s 1 linear forwards;
  bottom: 1em;
  -webkit-transform: opacity 1s ease-in-out;
          transform: opacity 1s ease-in-out; }
  @media screen and (min-width: 47.9375em) {
    .SB2019 .get_down {
      opacity: 1; } }
  .SB2019 .get_down.hide {
    -webkit-animation: fadeOut 2s 0s 1 linear forwards;
            animation: fadeOut 2s 0s 1 linear forwards; }
  .SB2019 .get_down svg {
    height: 100%;
    width: auto; }

.SB2019 .get_on_up {
  height: 2em;
  height: 2rem;
  position: fixed;
  left: 0;
  bottom: 1rem;
  width: 100%;
  text-align: center; }
  .SB2019 .get_on_up svg {
    height: 100%;
    width: auto; }

.SB2019 .scrollup {
  display: none; }

.SB2019 .foot_menu li {
  display: none; }

.SB2019.page-id-3 .foot_menu li, .SB2019.page-id-11 .foot_menu li, .SB2019.page-id-166 .foot_menu li {
  display: inline-block; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }
/*# sourceMappingURL=style.css.map */