/*!
Theme Name: Tarebrush2021
Theme URI: http://underscores.me/
Author: Bananas
Author URI: https://www.bananas.fi
Description: Theme for Bananatree
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bananatree
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Bananatree is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.has-tare-yellow-color {
  color: #EBC33F; }

.has-tare-green-color {
  color: #33B976; }

.has-tare-black-color {
  color: #010101; }

.has-tare-dark-color {
  color: #010101; }

.has-tare-white-color {
  color: #ffffff; }

.has-tare-blue-color {
  color: #35428B; }

.has-tare-red-color {
  color: #D33541; }

.has-tare-yellow-background-color {
  background-color: #EBC33F; }

.has-tare-green-background-color {
  background-color: #33B976; }

.has-tare-black-background-color {
  background-color: #010101; }

.has-tare-white-background-color {
  background-color: #ffffff; }

.has-tare-red-background-color {
  background-color: #D33541; }

.has-tare-blue-background-color {
  background-color: #35428B; }

.has-tare-dark-background-color {
  background-color: #2F2F2F; }

.wrap-xs {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wrap-xs {
      width: 800px;
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .wrap-xs {
      max-width: 64%; } }

.wrap-s {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wrap-s {
      width: 800px;
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .wrap-s {
      max-width: 64%; } }

.wrap-m {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wrap-m {
      width: 1088px;
      max-width: 80%; } }
  @media screen and (min-width: 1600px) {
    .wrap-m {
      max-width: 74%; } }

.wrap-l {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wrap-l {
      width: 1640px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    .wrap-l {
      max-width: 84%; } }

.wrap-full {
  width: 100%;
  min-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.main-navigation li {
  font-family: "Krona One", sans-serif; }

.gform_wrapper .gfield > label {
  font-family: "Krona One", sans-serif !important; }

h1, h2 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

@media screen and (max-width: 980px) {
  h3, h4 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

@media screen and (max-width: 780px) {
  body {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Krona One", sans-serif; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

.is-style-header-font-family {
  font-family: "Krona One", sans-serif !important; }

@media screen and (max-width: 980px) {
  body {
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

p {
  margin-bottom: 1.5em; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

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

blockquote {
  margin: 1em 0 1.5em 0; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

.hero {
  color: #ffffff; }

.has-larger-font-size,
.has-styled-para p {
  font-size: 20px; }
  @media screen and (min-width: 980px) {
    .has-larger-font-size,
    .has-styled-para p {
      font-size: 22px; } }
  @media screen and (min-width: 1400px) {
    .has-larger-font-size,
    .has-styled-para p {
      font-size: 24px; } }

.has-large-font-size {
  font-size: 22px; }
  @media screen and (min-width: 980px) {
    .has-large-font-size {
      font-size: 28px; } }
  @media screen and (min-width: 1400px) {
    .has-large-font-size {
      font-size: 32px; } }

.has-x-large-font-size {
  font-size: 24px;
  line-height: 120%; }
  @media screen and (min-width: 980px) {
    .has-x-large-font-size {
      font-size: 34px; } }
  @media screen and (min-width: 1400px) {
    .has-x-large-font-size {
      font-size: 42px; } }

.has-xx-large-font-size {
  font-size: 26px;
  line-height: 120%; }
  @media screen and (min-width: 980px) {
    .has-xx-large-font-size {
      font-size: 42px;
      line-height: 110%; } }
  @media screen and (min-width: 1400px) {
    .has-xx-large-font-size {
      font-size: 52px; } }

h1 {
  font-size: 26px;
  line-height: 120%; }
  @media screen and (min-width: 980px) {
    h1 {
      font-size: 42px;
      line-height: 110%; } }
  @media screen and (min-width: 1400px) {
    h1 {
      font-size: 52px; } }

h2 {
  font-size: 24px; }
  @media screen and (min-width: 980px) {
    h2 {
      font-size: 34px; } }
  @media screen and (min-width: 1400px) {
    h2 {
      font-size: 42px; } }

h3,
.category-single-header h2 {
  font-size: 22px; }
  @media screen and (min-width: 980px) {
    h3,
    .category-single-header h2 {
      font-size: 28px; } }
  @media screen and (min-width: 1400px) {
    h3,
    .category-single-header h2 {
      font-size: 32px; } }

h4 {
  font-size: 20px; }
  @media screen and (min-width: 980px) {
    h4 {
      font-size: 24px; } }
  @media screen and (min-width: 1400px) {
    h4 {
      font-size: 28px; } }

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

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

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 1em 0 1.5em 0;
  width: 100%;
  border-collapse: collapse; }
  table tr {
    background-color: #f1f1f1; }
    table tr:nth-child(even) {
      background-color: #f6f6f6; }
  table td {
    padding: .5em; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited,
.wp-block-button__link {
  display: inline-block;
  border-radius: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.85em 2.35em;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  text-decoration: none;
  font-size: 1.25rem;
  border: 4px solid #2F2F2F;
  cursor: pointer; }
  @media screen and (min-width: 1200px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .button:visited,
    .wp-block-button__link {
      font-size: 1.5rem; } }
  button:hover, button:focus, button:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .button:hover,
  .button:focus,
  .button:active,
  .button:visited:hover,
  .button:visited:focus,
  .button:visited:active,
  .wp-block-button__link:hover,
  .wp-block-button__link:focus,
  .wp-block-button__link:active {
    background: #ffffff;
    color: #2F2F2F; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .button:active,
  .button:focus,
  .button:visited:active,
  .button:visited:focus,
  .wp-block-button__link:active,
  .wp-block-button__link:focus {
    outline: none; }

.alt-bg-2 .button,
.alt-bg-2 .button:visited {
  color: #33B976; }
  .alt-bg-2 .button:hover, .alt-bg-2 .button:focus,
  .alt-bg-2 .button:visited:hover,
  .alt-bg-2 .button:visited:focus {
    color: #ffffff; }
  .alt-bg-2 .button:active, .alt-bg-2 .button:focus,
  .alt-bg-2 .button:visited:active,
  .alt-bg-2 .button:visited:focus {
    border-color: #ffffff;
    color: #ffffff; }

.gform_footer input[type="submit"] {
  border: 4px solid #2F2F2F;
  background: #2F2F2F;
  color: #ffffff;
  font-size: 1.25rem !important;
  padding: 0.85em 2.35em !important;
  line-height: 1 !important; }
  .gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:active, .gform_footer input[type="submit"]:focus {
    background: #ffffff;
    color: #2F2F2F; }

.posts-navigation .nav-next a,
.post-navigation .nav-next a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  display: inline-block;
  border-radius: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0.45em 1.5em;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
  text-decoration: none;
  font-size: 1rem;
  border: 2px solid #2F2F2F;
  background: #2F2F2F;
  cursor: pointer;
  color: #ffffff; }
  .posts-navigation .nav-next a:hover, .posts-navigation .nav-next a:focus, .posts-navigation .nav-next a:active,
  .post-navigation .nav-next a:hover,
  .post-navigation .nav-next a:focus,
  .post-navigation .nav-next a:active,
  .posts-navigation .nav-previous a:hover,
  .posts-navigation .nav-previous a:focus,
  .posts-navigation .nav-previous a:active,
  .post-navigation .nav-previous a:hover,
  .post-navigation .nav-previous a:focus,
  .post-navigation .nav-previous a:active {
    background: #ffffff;
    color: #2F2F2F; }

.somelinks a:hover svg path, .somelinks a:focus svg path, .somelinks a:active svg path {
  fill: #33B976;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #010101;
  border: 2px solid #010101;
  border-radius: 0px;
  padding: 3px;
  min-height: 50px;
  font-family: "Space Mono", monospace !important; }
  input[type="text"]:focus, input[type="text"]:hover, input[type="text"]:active,
  input[type="email"]:focus,
  input[type="email"]:hover,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:hover,
  input[type="url"]:active,
  input[type="password"]:focus,
  input[type="password"]:hover,
  input[type="password"]:active,
  input[type="search"]:focus,
  input[type="search"]:hover,
  input[type="search"]:active,
  input[type="number"]:focus,
  input[type="number"]:hover,
  input[type="number"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:active,
  input[type="range"]:focus,
  input[type="range"]:hover,
  input[type="range"]:active,
  input[type="date"]:focus,
  input[type="date"]:hover,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:hover,
  input[type="month"]:active,
  input[type="week"]:focus,
  input[type="week"]:hover,
  input[type="week"]:active,
  input[type="time"]:focus,
  input[type="time"]:hover,
  input[type="time"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:active,
  input[type="color"]:focus,
  input[type="color"]:hover,
  input[type="color"]:active,
  textarea:focus,
  textarea:hover,
  textarea:active {
    outline: none;
    color: #35428B !important;
    border-radius: 0px !important;
    color: #010101 !important; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 24px !important; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 8px !important; }

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 3px !important;
  margin-left: 3px !important; }

body .gform_wrapper .gfield input[type="text"]:focus, body .gform_wrapper .gfield input[type="text"]:hover, body .gform_wrapper .gfield input[type="text"]:active,
body .gform_wrapper .gfield input[type="email"]:focus,
body .gform_wrapper .gfield input[type="email"]:hover,
body .gform_wrapper .gfield input[type="email"]:active,
body .gform_wrapper .gfield input[type="url"]:focus,
body .gform_wrapper .gfield input[type="url"]:hover,
body .gform_wrapper .gfield input[type="url"]:active,
body .gform_wrapper .gfield input[type="password"]:focus,
body .gform_wrapper .gfield input[type="password"]:hover,
body .gform_wrapper .gfield input[type="password"]:active,
body .gform_wrapper .gfield input[type="search"]:focus,
body .gform_wrapper .gfield input[type="search"]:hover,
body .gform_wrapper .gfield input[type="search"]:active,
body .gform_wrapper .gfield input[type="number"]:focus,
body .gform_wrapper .gfield input[type="number"]:hover,
body .gform_wrapper .gfield input[type="number"]:active,
body .gform_wrapper .gfield input[type="tel"]:focus,
body .gform_wrapper .gfield input[type="tel"]:hover,
body .gform_wrapper .gfield input[type="tel"]:active,
body .gform_wrapper .gfield input[type="range"]:focus,
body .gform_wrapper .gfield input[type="range"]:hover,
body .gform_wrapper .gfield input[type="range"]:active,
body .gform_wrapper .gfield input[type="date"]:focus,
body .gform_wrapper .gfield input[type="date"]:hover,
body .gform_wrapper .gfield input[type="date"]:active,
body .gform_wrapper .gfield input[type="month"]:focus,
body .gform_wrapper .gfield input[type="month"]:hover,
body .gform_wrapper .gfield input[type="month"]:active,
body .gform_wrapper .gfield input[type="week"]:focus,
body .gform_wrapper .gfield input[type="week"]:hover,
body .gform_wrapper .gfield input[type="week"]:active,
body .gform_wrapper .gfield input[type="time"]:focus,
body .gform_wrapper .gfield input[type="time"]:hover,
body .gform_wrapper .gfield input[type="time"]:active,
body .gform_wrapper .gfield input[type="datetime"]:focus,
body .gform_wrapper .gfield input[type="datetime"]:hover,
body .gform_wrapper .gfield input[type="datetime"]:active,
body .gform_wrapper .gfield input[type="datetime-local"]:focus,
body .gform_wrapper .gfield input[type="datetime-local"]:hover,
body .gform_wrapper .gfield input[type="datetime-local"]:active,
body .gform_wrapper .gfield input[type="color"]:focus,
body .gform_wrapper .gfield input[type="color"]:hover,
body .gform_wrapper .gfield input[type="color"]:active,
body .gform_wrapper .gfield textarea:focus,
body .gform_wrapper .gfield textarea:hover,
body .gform_wrapper .gfield textarea:active {
  outline: none;
  border-color: #35428B !important;
  border-radius: 0px !important;
  background: #f1f1f1 !important;
  color: #010101 !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #33B976;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  text-decoration: none; }
  a:visited {
    color: #33B976; }
  a:hover, a:focus, a:active {
    color: #35428B;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a.box-link {
    display: block; }
    a.box-link img {
      -webkit-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
    a.box-link:hover, a.box-link:focus {
      outline: 2px solid #010101; }
      a.box-link:hover img, a.box-link:focus img {
        opacity: 0.7; }

.alt-bg-2 a {
  color: #EBC33F; }

.site-footer a {
  color: #2F2F2F;
  text-decoration: none; }
  .site-footer a:hover, .site-footer a:active, .site-footer a:focus {
    color: #33B976;
    text-decoration: underline; }

.category-single-header h2 a,
.category-single-header h2 a:visited {
  color: #2F2F2F; }
  .category-single-header h2 a:hover, .category-single-header h2 a:active, .category-single-header h2 a:focus,
  .category-single-header h2 a:visited:hover,
  .category-single-header h2 a:visited:active,
  .category-single-header h2 a:visited:focus {
    color: #33B976; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
  position: relative; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 1400px) {
      .main-navigation ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      display: block; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        width: auto;
        display: block; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
        .main-navigation ul ul li a {
          width: auto;
          background: rgba(0, 0, 0, 0.6);
          padding: 1rem 3rem 1rem 1rem; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 1rem 1rem 0 1rem; }
    @media screen and (min-width: 1400px) {
      .main-navigation li {
        padding: 1.5rem 2rem 0 2rem; } }
    .main-navigation li.nav-link-right {
      margin-left: 0; }
      @media screen and (min-width: 1400px) {
        .main-navigation li.nav-link-right {
          margin-left: auto; } }
    .main-navigation li:last-child {
      padding-right: 0px; }
    .main-navigation li:first-child {
      padding-left: 0px; }
    .main-navigation li ul li,
    .main-navigation li ul li:first-child,
    .main-navigation li ul li:last-child {
      padding: 0rem 0rem; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    padding: 2rem 0 1rem 0; }
    @media screen and (min-width: 1400px) {
      .main-navigation a {
        padding: 2rem 0 1rem 0; } }
    .main-navigation a::before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      height: 3px;
      width: 0;
      background: #EBC33F;
      display: block;
      -webkit-transition: width 0.3s ease-out;
      -o-transition: width 0.3s ease-out;
      transition: width 0.3s ease-out;
      z-index: 999999; }
    .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
      color: #EBC33F; }
      .main-navigation a:hover::before, .main-navigation a:active::before, .main-navigation a:focus::before {
        width: 100%; }
  .main-navigation li.menu-item-has-children > a::after {
    content: '';
    background-image: url("./img/arrowdown.png");
    margin-left: 0.5rem;
    height: 10px;
    width: 15px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative; }
  .main-navigation li.menu-item-has-children:hover > a:first-child::before, .main-navigation li.menu-item-has-children:focus > a:first-child::before, .main-navigation li.menu-item-has-children:active > a:first-child::before {
    width: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 961px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1400px) {
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.menu-toggle {
  position: relative;
  float: right;
  margin: 0;
  background: transparent;
  width: 35px;
  padding: 5px;
  z-index: 10002;
  border: 0; }
  .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    background: transparent; }

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

.toggle-gfx {
  position: relative;
  display: block;
  width: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.toggle-gfx:hover {
  cursor: pointer; }

.toggle-gfx span {
  display: block;
  height: 3px;
  background: #ffffff;
  margin-bottom: 6px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
  opacity: 1; }

.toggle-gfx:focus span,
.toggle-gfx:active span,
.toggle-gfx:hover span {
  background: #EBC33F; }

.toggled .toggle-gfx .lt {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.toggled .toggle-gfx .lm {
  opacity: 0; }

.toggled .toggle-gfx .lb {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (max-width: 960px) {
  #menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #35428B;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    z-index: 10001;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    height: calc(100vh);
    width: 100%;
    min-width: 200px;
    padding-top: 7rem; }
  .toggled #menu-top {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
  .main-navigation > ul {
    display: block; }
  .main-navigation li {
    width: 100%;
    margin: 0.5em 0;
    text-align: center;
    padding: 0;
    display: block;
    position: relative;
    float: left; }
  .main-navigation a {
    border-bottom: 0;
    padding: 0.75rem 0; }
  .main-navigation ul ul {
    left: initial;
    right: initial;
    position: relative;
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.25rem 0; }
  .main-navigation ul ul,
  .main-navigation ul ul li,
  .main-navigation ul ul li a {
    width: 100%;
    min-width: 100%; }
  .main-navigation ul ul li {
    margin: 0px; }
  .main-navigation ul ul li a {
    background: transparent;
    padding: 0.75rem;
    margin: 0px; }
  li.menu-item-has-children:hover > a::before,
  li.menu-item-has-children:focus > a::before,
  li.menu-item-has-children:active > a::before {
    width: 0px !important; }
  li.menu-item-has-children:hover > a:hover::before,
  li.menu-item-has-children:focus > a:focus::before,
  li.menu-item-has-children:active > a:active::before {
    width: 100% !important; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.post-footer nav ul {
  list-style-type: none;
  margin: 2rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 780px) {
    .post-footer nav ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0px; } }
  .post-footer nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0.5rem 0 0.5rem 1rem; }
    @media screen and (min-width: 780px) {
      .post-footer nav ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.site {
  scroll-padding: 82px; }

@media screen and (max-height: 980px) {
  .site {
    overflow-x: hidden; } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
  padding: 0 1em;
  background: transparent;
  min-height: 80px; }
  .admin-bar .site-header {
    margin-top: 32px; }
  .site-header .header-wrapper {
    width: 100%;
    max-width: 1640px;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ffffff; }
    @media screen and (min-height: 961px) {
      .site-header .header-wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .no-cssgrid .site-header {
    display: block; }
  .site-header.headroom--not-top {
    background: rgba(0, 0, 0, 0.6); }
    .site-header.headroom--not-top .header-wrapper {
      border-bottom: 0px solid #ffffff; }
  .site-header.headroom--pinned {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  .site-header.headroom--unpinned:not(.open) {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

body.home .site-header .header-wrapper {
  border-bottom: 0px solid #ffffff; }

.site-branding {
  position: relative;
  height: auto;
  top: 0px;
  width: auto;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  z-index: 102;
  padding-right: 0rem;
  padding-left: 50px;
  width: calc(100% - 50px); }
  @media screen and (min-width: 961px) {
    .site-branding {
      width: auto;
      padding-right: 2rem;
      padding-left: 0px; } }
  @media screen and (min-width: 1400px) {
    .site-branding {
      height: 0;
      top: 38px;
      width: 100%;
      left: 0;
      position: absolute;
      padding-right: 0rem; } }
  .site-branding .site-title {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0.5rem; }
    .site-branding .site-title:hover, .site-branding .site-title:focus, .site-branding .site-title:active {
      opacity: 0.7; }
    .site-branding .site-title a {
      display: block; }
      .site-branding .site-title a img {
        display: block;
        height: 50px;
        width: auto;
        margin-top: 0rem;
        margin-bottom: 5px; }
        @media screen and (min-width: 1400px) {
          .site-branding .site-title a img {
            height: 60px;
            margin-top: 1rem; } }
      .site-branding .site-title a .site-title-extra {
        color: #ffffff;
        font-family: "Krona One", sans-serif;
        text-align: center;
        letter-spacing: 2px;
        font-size: 0.75rem;
        width: 100%;
        display: block;
        text-decoration: none;
        position: relative;
        float: left;
        padding-left: 10px; }

.main-navigation {
  z-index: 101;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
  @media screen and (min-width: 1400px) {
    .main-navigation {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

@media screen and (max-width: 961px) {
  .main-navigation {
    width: 50px; } }

.site-header.headroom--not-top .site-branding .site-title {
  padding-top: 0; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/*
 * Grid and flex
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.vert {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flex.column.vert {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .flex.column.center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .flex.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

.grid,
.wp-block-gallery ul {
  display: grid;
  max-width: 100%;
  margin: 0 auto; }
  .no-cssgrid .grid:after, .no-cssgrid
  .wp-block-gallery ul:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .grid.reverse > div:last-child,
  .wp-block-gallery ul.reverse > div:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .no-cssgrid .grid.reverse > div:last-child, .no-cssgrid
    .wp-block-gallery ul.reverse > div:last-child {
      float: left; }
  .grid.reverse > div:first-child,
  .wp-block-gallery ul.reverse > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .no-cssgrid .grid.reverse > div:first-child, .no-cssgrid
    .wp-block-gallery ul.reverse > div:first-child {
      float: right; }
  .grid > *,
  .wp-block-gallery ul > * {
    display: block;
    min-width: 0; }
    .grid > *.grid,
    .wp-block-gallery ul > *.grid {
      display: grid; }
    .grid > *.flex,
    .wp-block-gallery ul > *.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .no-cssgrid .grid > *, .no-cssgrid
    .wp-block-gallery ul > * {
      float: left;
      width: 100%; }

.pad,
.wp-block-gallery ul {
  grid-gap: 1em; }
  @media screen and (min-width: 961px) {
    .pad,
    .wp-block-gallery ul {
      grid-gap: 2em; } }

.grid-2,
.columns-2 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-2,
    .columns-2 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > *, .no-cssgrid
      .columns-2 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-2,
    .columns-2 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-2 > *, .no-cssgrid
      .columns-2 ul > * {
        width: 48%; } }

.grid-3,
.columns-3 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-3,
    .columns-3 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-3 > *, .no-cssgrid
      .columns-3 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-3,
    .columns-3 ul {
      grid-template-columns: repeat(3, 1fr); }
      .no-cssgrid .grid-3 > *, .no-cssgrid
      .columns-3 ul > * {
        width: 31.33333%; } }

.grid-4,
.columns-4 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-4,
    .columns-4 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-4 > *, .no-cssgrid
      .columns-4 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-4,
    .columns-4 ul {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-4 > *, .no-cssgrid
      .columns-4 ul > * {
        width: 23%; } }

.grid-5,
.columns-5 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-5,
    .columns-5 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-5,
    .columns-5 ul {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 ul > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-5,
    .columns-5 ul {
      grid-template-columns: repeat(5, 1fr); }
      .no-cssgrid .grid-5 > *, .no-cssgrid
      .columns-5 ul > * {
        width: 18%; } }

.grid-6,
.columns-6 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-6,
    .columns-6 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-6,
    .columns-6 ul {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 ul > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-6,
    .columns-6 ul {
      grid-template-columns: repeat(6, 1fr); }
      .no-cssgrid .grid-6 > *, .no-cssgrid
      .columns-6 ul > * {
        width: 14.66667%; } }

.grid-7,
.columns-7 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-7,
    .columns-7 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-7,
    .columns-7 ul {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 ul > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-7,
    .columns-7 ul {
      grid-template-columns: repeat(7, 1fr); }
      .no-cssgrid .grid-7 > *, .no-cssgrid
      .columns-7 ul > * {
        width: 12.28571%; } }

.grid-8,
.columns-8 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-8,
    .columns-8 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-8,
    .columns-8 ul {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 ul > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-8,
    .columns-8 ul {
      grid-template-columns: repeat(8, 1fr); }
      .no-cssgrid .grid-8 > *, .no-cssgrid
      .columns-8 ul > * {
        width: 10.5%; } }

.grid-9,
.columns-9 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-9,
    .columns-9 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-9,
    .columns-9 ul {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 ul > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-9,
    .columns-9 ul {
      grid-template-columns: repeat(9, 1fr); }
      .no-cssgrid .grid-9 > *, .no-cssgrid
      .columns-9 ul > * {
        width: 9.11111%; } }

.grid-10,
.columns-10 ul {
  grid-template-columns: 1fr; }
  @media screen and (min-width: 541px) {
    .grid-10,
    .columns-10 ul {
      grid-template-columns: repeat(2, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 ul > * {
        margin-right: 2%;
        width: 48%; } }
  @media screen and (min-width: 961px) {
    .grid-10,
    .columns-10 ul {
      grid-template-columns: repeat(4, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 ul > * {
        width: 23%; } }
  @media screen and (min-width: 1200px) {
    .grid-10,
    .columns-10 ul {
      grid-template-columns: repeat(10, 1fr); }
      .no-cssgrid .grid-10 > *, .no-cssgrid
      .columns-10 ul > * {
        width: 8%; } }

/*
 * Blocks
 */
.block {
  clear: both; }

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 1078px) {
    .entry-content > * {
      width: 1640px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    .entry-content > * {
      max-width: 84%; } }
  @media screen and (min-width: 768px) {
    .entry-content > * {
      margin-top: 2em;
      margin-bottom: 2em; } }

.entry-content > *:not(div) {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .entry-content > *:not(div) {
      width: 800px;
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .entry-content > *:not(div) {
      max-width: 64%; } }
  .entry-content > *:not(div):first-child {
    margin-top: 2rem; }

.entry-content .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 1078px) {
    .entry-content .alignwide {
      width: 1640px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    .entry-content .alignwide {
      max-width: 84%; } }
  @media screen and (min-width: 768px) {
    .entry-content .alignwide {
      margin-top: 2em;
      margin-bottom: 2em; } }

.entry-content > .has-large-font-size {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .entry-content > .has-large-font-size {
      width: 1640px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    .entry-content > .has-large-font-size {
      max-width: 84%; } }

.entry-content > .hero,
.entry-content > .alignfull {
  width: 100%;
  max-width: 100%; }
  .entry-content > .hero:first-child,
  .entry-content > .alignfull:first-child {
    margin-top: 0; }

.entry-content > *:is(p) {
  margin-bottom: 4rem; }

.entry-content .last-content-child:not(div) {
  margin-bottom: 4rem; }

.entry-content .first-content-child:not(div) {
  margin-top: 4rem; }

.hero {
  position: relative; }
  @media screen and (orientation: portrait) {
    .hero.first-block .content .wrap {
      padding-top: 8em; } }
  .hero .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 2;
    padding: 4rem 0 2rem 0; }
    @media screen and (min-width: 980px) {
      .hero .content {
        padding: 8rem 0 4rem 0; } }
    .hero .content .wrap {
      width: 90%;
      max-width: 1170px;
      margin: 0 auto;
      padding: 4em 0; }
      .hero .content .wrap h1, .hero .content .wrap h2, .hero .content .wrap h3, .hero .content .wrap h4, .hero .content .wrap h5 {
        margin-bottom: 1rem; }
    @media screen and (orientation: portrait) {
      .hero .content {
        position: relative; } }
    @media screen and (min-width: 980px) {
      .hero .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
  .hero .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    @media screen and (orientation: portrait) {
      .hero .background {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
    @media screen and (min-width: 980px) {
      .hero .background {
        position: relative; } }
    .hero .background img {
      display: block;
      width: auto;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (orientation: portrait) {
        .hero .background img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
      @media screen and (min-width: 980px) {
        .hero .background img {
          -o-object-fit: initial;
             object-fit: initial;
          width: 100%;
          height: auto; } }
    .hero .background .hero-shade {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #2F2F2F;
      opacity: 0.6; }

.wp-block-image {
  margin-left: auto;
  margin-right: auto;
  width: 96%; }
  @media screen and (min-width: 1078px) {
    .wp-block-image {
      width: 1640px;
      max-width: 90%; } }
  @media screen and (min-width: 1600px) {
    .wp-block-image {
      max-width: 84%; } }
  .wp-block-image figure.aligncenter {
    text-align: center; }
  .wp-block-image figure img {
    display: inline-block; }

.wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.5em; }
  @media screen and (min-width: 1200px) {
    .wp-block-media-text {
      grid-gap: 5em; } }
  .wp-block-media-text > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wp-block-media-text > div > * {
      margin-left: auto;
      margin-right: auto;
      width: 96%; }
      @media screen and (min-width: 1078px) {
        .wp-block-media-text > div > * {
          width: 540px; } }
  .wp-block-media-text figure {
    text-align: left; }
    .wp-block-media-text figure img {
      display: inline-block; }
  .wp-block-media-text.has-media-on-the-right > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .wp-block-media-text.has-media-on-the-right > figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right; }
  .wp-block-media-text.is-vertically-aligned-center > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .wp-block-media-text.is-vertically-aligned-bottom > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media screen and (max-width: 640px) {
  .is-stacked-on-mobile {
    grid-template-columns: 1fr; } }

.wp-block-quote {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  padding: 1em;
  border-left: 4px solid #EBC33F; }
  @media screen and (min-width: 1078px) {
    .wp-block-quote {
      width: 800px;
      max-width: 70%; } }
  @media screen and (min-width: 1600px) {
    .wp-block-quote {
      max-width: 64%; } }

.wp-block-buttons {
  text-align: center; }
  .wp-block-buttons .wp-block-button {
    display: inline-block; }
    .wp-block-buttons .wp-block-button + .wp-block-button {
      margin-left: 1em; }

.wp-block-gallery {
  grid-gap: 1rem !important; }
  .wp-block-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .wp-block-gallery ul li {
      display: block;
      width: 100% !important; }
      .wp-block-gallery ul li:before {
        display: none !important; }
      .wp-block-gallery ul li figure {
        margin: 0;
        text-align: center; }
        .wp-block-gallery ul li figure img {
          display: inline-block; }

.bg-block {
  width: 100%;
  max-width: 100%; }
  .bg-block .content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 300px; }
    @media screen and (min-width: 1400px) {
      .bg-block .content {
        min-height: 400px; } }
    .bg-block .content .wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
  .bg-block.first-content-child {
    margin-bottom: 4rem; }
    .bg-block.first-content-child .content {
      padding-top: 8rem;
      padding-bottom: 2rem;
      min-height: 200px; }
      @media screen and (min-width: 980px) {
        .bg-block.first-content-child .content {
          padding-top: 10rem;
          padding-bottom: 4rem; } }
      @media screen and (min-width: 1200px) {
        .bg-block.first-content-child .content {
          padding-top: 12rem;
          padding-bottom: 6rem; } }
      @media screen and (min-width: 1400px) {
        .bg-block.first-content-child .content {
          padding-top: 14rem;
          padding-bottom: 6rem; } }

.align-center .wp-block-columns {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.bg-block .page-title {
  text-align: center;
  color: #ffffff; }

.bg-block.dark-title .page-title {
  color: #2F2F2F; }

.kill-top-margin {
  margin-top: 0 !important; }

.kill-bottom-margin {
  margin-bottom: 0 !important; }

.bg-block.extra-paddings .content {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (min-width: 980px) {
    .bg-block.extra-paddings .content {
      padding-top: 8rem;
      padding-bottom: 8rem; } }
  @media screen and (min-width: 1200px) {
    .bg-block.extra-paddings .content {
      padding-top: 12rem;
      padding-bottom: 12rem; } }

.kill-text-margins p, .kill-text-margins h1, .kill-text-margins h2, .kill-text-margins h3, .kill-text-margins h4, .kill-text-margins h5, .kill-text-margins li {
  margin: 0.25rem 0; }

.wp-block-media-text.is-style-stylish-text-media {
  grid-gap: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .wp-block-media-text.is-style-stylish-text-media figure.wp-block-media-text__media {
    padding: 2rem 0;
    overflow: visible;
    z-index: 11; }
    @media screen and (min-width: 1200px) {
      .wp-block-media-text.is-style-stylish-text-media figure.wp-block-media-text__media {
        padding: 4rem 0; } }
    .wp-block-media-text.is-style-stylish-text-media figure.wp-block-media-text__media img {
      position: relative;
      float: left;
      display: block;
      right: 0rem; }
      @media screen and (min-width: 1200px) {
        .wp-block-media-text.is-style-stylish-text-media figure.wp-block-media-text__media img {
          right: -4rem; } }
  .wp-block-media-text.is-style-stylish-text-media .wp-block-media-text__content {
    background: #ffffff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10; }
    .wp-block-media-text.is-style-stylish-text-media .wp-block-media-text__content .wp-block-buttons {
      margin-top: 2rem; }
      .wp-block-media-text.is-style-stylish-text-media .wp-block-media-text__content .wp-block-buttons.alignleft {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: initial; }
      .wp-block-media-text.is-style-stylish-text-media .wp-block-media-text__content .wp-block-buttons.alignright {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: initial; }
    .wp-block-media-text.is-style-stylish-text-media .wp-block-media-text__content > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 1rem;
      margin-top: 0; }
  .wp-block-media-text.is-style-stylish-text-media .wp-block-media-text__content {
    padding: 2rem; }
    @media screen and (min-width: 1200px) {
      .wp-block-media-text.is-style-stylish-text-media .wp-block-media-text__content {
        padding: 2rem 0 2rem 8rem;
        padding-right: 4rem; } }
    @media screen and (min-width: 1740px) {
      .wp-block-media-text.is-style-stylish-text-media .wp-block-media-text__content {
        padding-right: calc(100% - 820px); } }
  .wp-block-media-text.is-style-stylish-text-media.has-media-on-the-right figure.wp-block-media-text__media img {
    position: relative;
    float: right;
    display: block;
    left: 0rem; }
    @media screen and (min-width: 1200px) {
      .wp-block-media-text.is-style-stylish-text-media.has-media-on-the-right figure.wp-block-media-text__media img {
        left: -4rem; } }
  .wp-block-media-text.is-style-stylish-text-media.has-media-on-the-right .wp-block-media-text__content {
    padding: 2rem; }
    @media screen and (min-width: 1200px) {
      .wp-block-media-text.is-style-stylish-text-media.has-media-on-the-right .wp-block-media-text__content {
        padding: 2rem 8rem 2rem 8rem;
        padding-left: 4rem; } }
    @media screen and (min-width: 1740px) {
      .wp-block-media-text.is-style-stylish-text-media.has-media-on-the-right .wp-block-media-text__content {
        padding-left: calc(100% - 820px); } }

@media screen and (max-width: 780px) {
  .wp-block-media-text.is-stacked-on-mobile.is-style-stylish-text-media,
  .wp-block-media-text.is-stacked-on-mobile.is-style-stylish-text-media.has-media-on-the-right {
    display: block;
    width: 100%;
    position: relative;
    float: left; }
    .wp-block-media-text.is-stacked-on-mobile.is-style-stylish-text-media .wp-block-media-text__content,
    .wp-block-media-text.is-stacked-on-mobile.is-style-stylish-text-media .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile.is-style-stylish-text-media.has-media-on-the-right .wp-block-media-text__content,
    .wp-block-media-text.is-stacked-on-mobile.is-style-stylish-text-media.has-media-on-the-right .wp-block-media-text__media {
      display: block;
      position: relative;
      float: left;
      width: 100%; } }

.content-boxes-block {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .content-boxes-block {
      margin-top: 2em;
      margin-bottom: 2em; } }
  .content-boxes-block .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .content-boxes-block .content .content-boxes-wrap {
      position: relative;
      width: 100%;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-bottom: 0.25rem solid #ffffff;
      border-top: 0.25rem solid #ffffff; }
      @media screen and (min-width: 980px) {
        .content-boxes-block .content .content-boxes-wrap {
          border-bottom: 0rem solid #ffffff;
          border-top: 0rem solid #ffffff; } }
      .content-boxes-block .content .content-boxes-wrap .content-box-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #ffffff;
        position: relative;
        word-break: break-word;
        min-height: 400px;
        border-bottom: 0.25rem solid #ffffff;
        border-top: 0.25rem solid #ffffff; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_full {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_half {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
          @media screen and (min-width: 980px) {
            .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_half {
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }
        .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_third {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
          @media screen and (min-width: 1200px) {
            .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_third {
              -ms-flex-preferred-size: 33.33%;
                  flex-basis: 33.33%; } }
        .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_fourth {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
          @media screen and (min-width: 980px) {
            .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_fourth {
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }
          @media screen and (min-width: 1700px) {
            .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_fourth {
              -ms-flex-preferred-size: 25%;
                  flex-basis: 25%; } }
        @media screen and (min-width: 780px) {
          .content-boxes-block .content .content-boxes-wrap .content-box-item {
            min-height: 600px; } }
        @media screen and (min-width: 980px) {
          .content-boxes-block .content .content-boxes-wrap .content-box-item {
            min-height: 500px;
            border-bottom: 0rem solid #ffffff;
            border-top: 0rem solid #ffffff; } }
        @media screen and (min-width: 1800px) {
          .content-boxes-block .content .content-boxes-wrap .content-box-item {
            min-height: 700px; } }
        .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_half, .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_full {
          min-height: 400px; }
          @media screen and (min-width: 780px) {
            .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_half, .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_full {
              min-height: 500px; } }
          @media screen and (min-width: 980px) {
            .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_half, .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_full {
              min-height: 600px; } }
          @media screen and (min-width: 1800px) {
            .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_half, .content-boxes-block .content .content-boxes-wrap .content-box-item.box_width_full {
              min-height: 900px; } }
        @media screen and (max-width: 980px) {
          .content-boxes-block .content .content-boxes-wrap .content-box-item.image-box-item {
            min-height: auto !important; } }
        .content-boxes-block .content .content-boxes-wrap .content-box-item .box-content-inner {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%;
          padding: 2rem;
          z-index: 12;
          position: relative; }
          .content-boxes-block .content .content-boxes-wrap .content-box-item .box-content-inner h2, .content-boxes-block .content .content-boxes-wrap .content-box-item .box-content-inner h3, .content-boxes-block .content .content-boxes-wrap .content-box-item .box-content-inner h4 {
            position: relative;
            padding-bottom: 1em; }
            .content-boxes-block .content .content-boxes-wrap .content-box-item .box-content-inner h2::after, .content-boxes-block .content .content-boxes-wrap .content-box-item .box-content-inner h3::after, .content-boxes-block .content .content-boxes-wrap .content-box-item .box-content-inner h4::after {
              content: '';
              position: absolute;
              width: 100px;
              height: 4px;
              bottom: 0;
              left: 0;
              background: #ffffff; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item .content-box-shade {
          position: absolute;
          bottom: 0px;
          right: 0px;
          width: 100%;
          height: 85%;
          background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
          background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
          opacity: 0.7; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item .box-content-link-effect {
          position: absolute;
          z-index: 11;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          border: 8px solid white;
          background: rgba(0, 0, 0, 0.4);
          opacity: 0;
          -webkit-transition: opacity 0.3s ease-out;
          -o-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+1) .box-content-inner h2::after, .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+1) .box-content-inner h3::after, .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+1) .box-content-inner h4::after {
          background: #33B976; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+1) .box-content-link-effect {
          border-color: #33B976; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+2) .box-content-inner h2::after, .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+2) .box-content-inner h3::after, .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+2) .box-content-inner h4::after {
          background: #EBC33F; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+2) .box-content-link-effect {
          border-color: #EBC33F; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+3) .box-content-inner h2::after, .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+3) .box-content-inner h3::after, .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+3) .box-content-inner h4::after {
          background: #35428B; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+3) .box-content-link-effect {
          border-color: #35428B; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+4) .box-content-inner h2::after, .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+4) .box-content-inner h3::after, .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+4) .box-content-inner h4::after {
          background: #D33541; }
        .content-boxes-block .content .content-boxes-wrap .content-box-item:nth-child(4n+4) .box-content-link-effect {
          border-color: #D33541; }

.content-boxes-block .wrap.wrap-l .content-boxes-wrap,
.content-boxes-block .wrap.wrap-m .content-boxes-wrap,
.content-boxes-block .wrap.wrap-s .content-boxes-wrap {
  width: 100%;
  margin-left: 0rem;
  margin-right: 0rem; }
  @media screen and (min-width: 780px) {
    .content-boxes-block .wrap.wrap-l .content-boxes-wrap,
    .content-boxes-block .wrap.wrap-m .content-boxes-wrap,
    .content-boxes-block .wrap.wrap-s .content-boxes-wrap {
      width: calc(100% + 2rem);
      margin-left: -1rem;
      margin-right: -1rem; } }

.content-boxes-block.child-paddings .content-boxes-wrap .content-box-item {
  border: 0.5rem solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff; }
  @media screen and (min-width: 780px) {
    .content-boxes-block.child-paddings .content-boxes-wrap .content-box-item {
      border: 0.5rem solid #ffffff; } }
  @media screen and (min-width: 980px) {
    .content-boxes-block.child-paddings .content-boxes-wrap .content-box-item {
      border: 1rem solid #ffffff; } }

.content-boxes-block.child-paddings .wrap.wrap-full {
  border: 0.5rem solid #ffffff; }
  @media screen and (min-width: 980px) {
    .content-boxes-block.child-paddings .wrap.wrap-full {
      border: 1rem solid #ffffff; } }

.content-boxes-block.child-paddings.no-child-paddings {
  border-width: 0px; }
  .content-boxes-block.child-paddings.no-child-paddings .content-boxes-wrap .content-box-item {
    border-width: 0px; }

a.content-box-item {
  text-decoration: none; }
  a.content-box-item:hover .box-content-link-effect, a.content-box-item:active .box-content-link-effect, a.content-box-item:focus .box-content-link-effect {
    opacity: 1 !important; }

.content-boxes-block .content-boxes-wrap .content-box-item.image-box-item {
  display: block; }
  @media screen and (min-width: 980px) {
    .content-boxes-block .content-boxes-wrap .content-box-item.image-box-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .content-boxes-block .content-boxes-wrap .content-box-item.image-box-item .content-box-shade {
    display: none; }
    @media screen and (min-width: 980px) {
      .content-boxes-block .content-boxes-wrap .content-box-item.image-box-item .content-box-shade {
        display: block; } }
  .content-boxes-block .content-boxes-wrap .content-box-item.image-box-item > img:first-child,
  .content-boxes-block .content-boxes-wrap .content-box-item.image-box-item > figure:first-child {
    position: relative;
    width: 100%;
    display: block; }
    @media screen and (min-width: 980px) {
      .content-boxes-block .content-boxes-wrap .content-box-item.image-box-item > img:first-child,
      .content-boxes-block .content-boxes-wrap .content-box-item.image-box-item > figure:first-child {
        display: none; } }

@media screen and (max-width: 980px) {
  .image-box-item .box-content-inner {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: relative; } }

@media screen and (max-width: 780px) {
  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 1rem 0; }
  .wp-block-column:nth-child(2n) {
    margin-left: 0px; } }

.wrap .wp-block-columns:last-child {
  margin-bottom: 0px; }

.extra-paddings {
  padding-bottom: 4rem; }

/*
 * Posts and pages
 */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.entry-header,
.page-header {
  background: #33B976;
  color: #ffffff;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  min-height: 200px; }
  @media screen and (min-width: 980px) {
    .entry-header,
    .page-header {
      padding-top: 10rem;
      padding-bottom: 4rem; } }
  @media screen and (min-width: 1200px) {
    .entry-header,
    .page-header {
      padding-top: 12rem;
      padding-bottom: 6rem; } }
  @media screen and (min-width: 1400px) {
    .entry-header,
    .page-header {
      padding-top: 14rem;
      padding-bottom: 6rem; } }

.single-post .hentry {
  width: 100%;
  margin: 0 0 1rem 0; }

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

.edit-link {
  position: fixed;
  top: 50%;
  right: 1em; }
  .edit-link a {
    display: block;
    background: #010101;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    padding: 1em; }
    .edit-link a:hover, .edit-link a:focus, .edit-link a:active {
      background-color: #4e4e4e; }

.post-navigation-wrap {
  position: relative;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-navigation-wrap .wrap {
    position: relative;
    padding: 2rem 0; }

.posts-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 45%; }

.category-single-header {
  margin-top: 2rem; }
  .category-single-header .wrap {
    text-align: center; }

.post-excerpt {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
  text-align: center; }
  .post-excerpt::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background: #2F2F2F; }

.all-ref-button {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .all-ref-button .wp-block-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 2em 0 0 0; }
  .site-footer .site-info {
    margin-left: auto;
    margin-right: auto;
    width: 96%; }
    @media screen and (min-width: 1078px) {
      .site-footer .site-info {
        width: 1640px;
        max-width: 90%; } }
    @media screen and (min-width: 1600px) {
      .site-footer .site-info {
        max-width: 84%; } }
  .site-footer .footer-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 2rem; }
    .site-footer .footer-wrapper .footer-item {
      position: relative;
      padding: 2rem; }
      .site-footer .footer-wrapper .footer-item.footer-half {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
        @media screen and (min-width: 1200px) {
          .site-footer .footer-wrapper .footer-item.footer-half {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 50%;
                    flex: 0 1 50%; } }
        .site-footer .footer-wrapper .footer-item.footer-half:first-child {
          padding-right: 8rem; }
      .site-footer .footer-wrapper .footer-item.footer-fourth {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%; }
      .site-footer .footer-wrapper .footer-item.footer-auto {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .site-footer .footer-wrapper .footer-item.footer-auto-grow {
        -webkit-box-flex: 2;
            -ms-flex: 2 0 100%;
                flex: 2 0 100%; }
        @media screen and (min-width: 1200px) {
          .site-footer .footer-wrapper .footer-item.footer-auto-grow {
            -webkit-box-flex: 2;
                -ms-flex: 2 0 0px;
                    flex: 2 0 0; } }
        .site-footer .footer-wrapper .footer-item.footer-auto-grow:first-child {
          padding-right: 8rem; }
      .site-footer .footer-wrapper .footer-item.footer-zero {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 0px;
                flex: 0 1 0; }
      .site-footer .footer-wrapper .footer-item.footer-zero-min-width {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 0px;
                flex: 0 1 0;
        min-width: 250px; }
      .site-footer .footer-wrapper .footer-item ul {
        list-style-type: none;
        margin: 0.5rem 0;
        padding: 0; }

@media screen and (max-width: 780px) {
  .footer-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%; }
  .footer-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 100% !important;
            flex: 0 1 100% !important;
    text-align: center;
    padding: 2rem !important; }
  .footer-item * {
    text-align: center; } }

ul.somelinks {
  position: relative;
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap; }
  ul.somelinks li {
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }

.site-footer ul.somelinks li {
  padding: 10px 0px 10px 10px; }

.post-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aling-items: center;
  padding: 2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 780px) {
    .post-footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      aling-items: center; } }
  .post-footer div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
    @media screen and (min-width: 780px) {
      .post-footer div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
    .post-footer div p {
      margin: 0.5rem 0; }
  .post-footer nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0; }
    @media screen and (min-width: 780px) {
      .post-footer nav {
        margin-left: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }

.post-footer div *,
.post-footer nav * {
  text-align: center; }
  @media screen and (min-width: 780px) {
    .post-footer div *,
    .post-footer nav * {
      text-align: initial; } }

/*--------------------------------------------------------------
## Reference single
--------------------------------------------------------------*/
.reference-hero .content .has-styled-para p {
  text-align: center; }

.reference-hero .background .post-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 980px) {
    .reference-hero .background .post-thumbnail {
      position: relative;
      width: 100%;
      height: auto;
      display: block; } }

/*--------------------------------------------------------------
## Archive feed
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.separator {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  display: block; }
  .separator span {
    position: relative;
    float: left;
    width: 25%;
    display: inline-block;
    height: 4px; }
    .separator span:first-child {
      background: #33B976; }
    .separator span:nth-child(2) {
      background: #EBC33F; }
    .separator span:nth-child(3) {
      background: #35428B; }
    .separator span:nth-child(4) {
      background: #D33541; }

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

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

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

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

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.pswp__bg {
  opacity: 0.9 !important; }
