/*! Studio Lake - Boilerplate theme v0.0.1 */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.bounce {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px); } }

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.entry-title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .entry-content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem; }

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

html {
  background-color: #60753B;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  margin-bottom: 0px; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
select,
textarea {
  font-family: neuzeit-grotesk, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

body {
  color: #FBF2E5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
  @media screen and (min-width: 1088px) {
    body {
      font-size: 18px; } }
a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: gray; }

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: gray;
  font-weight: 700; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
  text-align: left;
  vertical-align: top; }

table th {
  color: gray; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.site-margin-top {
  padding-top: 80px; }

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%; }

audio {
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

@font-face {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2; }

h1 {
  font-size: 34px; }
  @media screen and (min-width: 769px), print {
    h1 {
      font-size: 40px; } }
  @media screen and (min-width: 1088px) {
    h1 {
      font-size: 55px; } }
h2 {
  font-size: 30px; }
  @media screen and (min-width: 1088px) {
    h2 {
      font-size: 34px; } }
h3 {
  font-size: 24px; }
  @media screen and (min-width: 1088px) {
    h3 {
      font-size: 27px; } }
h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 1088px) {
    h4 {
      font-size: 18px; } }
h5 {
  font-weight: bold; }

.serif {
  font-family: mrs-eaves-xl-serif, serif;
  font-size: 23px;
  line-height: 1.2;
  display: block;
  margin-top: -20px; }
  @media screen and (min-width: 769px), print {
    .serif {
      margin-top: 0px; } }
  @media screen and (min-width: 1088px) {
    .serif {
      font-size: 28px;
      margin: 5px 0px 0px 0px;
      margin-top: -5px; } }
a.link-bold {
  margin-top: 20px;
  display: block;
  color: #01281D;
  border: 0;
  font-weight: bold; }
  a.link-bold:after {
    content: 'Visit';
    position: relative;
    padding-left: 30px; }
  a.link-bold:before {
    content: url(../assets/svg/icon-arrow-right.svg);
    width: 18px;
    position: absolute;
    margin-top: 3px; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.margin-top {
  margin-top: 50px; }

.col-padding-bottom {
  margin-bottom: 100px; }

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table; }

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

.is-pulled-right {
  float: right !important;
  text-align: right; }

.is-clipped {
  overflow: hidden !important; }

.aligntextmiddle {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }

.textcenter {
  text-align: center; }

.is-size-1 {
  font-size: 3rem !important; }

.is-size-2 {
  font-size: 2.5rem !important; }

.is-size-3 {
  font-size: 2rem !important; }

.is-size-4 {
  font-size: 1.5rem !important; }

.is-size-5 {
  font-size: 1.25rem !important; }

.is-size-6 {
  font-size: 1rem !important; }

.is-size-7 {
  font-size: 0.75rem !important; }

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1.25rem !important; }
  .is-size-6-mobile {
    font-size: 1rem !important; }
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1.25rem !important; }
  .is-size-6-tablet {
    font-size: 1rem !important; }
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }

@media screen and (max-width: 1087px) {
  .is-size-1-touch {
    font-size: 3rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1.25rem !important; }
  .is-size-6-touch {
    font-size: 1rem !important; }
  .is-size-7-touch {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1088px) {
  .is-size-1-desktop {
    font-size: 3rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1.25rem !important; }
  .is-size-6-desktop {
    font-size: 1rem !important; }
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1280px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1.25rem !important; }
  .is-size-6-widescreen {
    font-size: 1rem !important; }
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }

.has-text-centered {
  text-align: center !important; }

.has-text-justified {
  text-align: justify !important; }

.has-text-left {
  text-align: left !important; }

.has-text-right {
  text-align: right !important; }

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important; } }

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important; } }

.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.is-italic {
  font-style: italic !important; }

.has-text-white {
  color: #FBF2E5 !important; }

.has-background-white {
  background-color: #FBF2E5 !important; }

.has-text-black {
  color: #0a0a0a !important; }

.has-background-black {
  background-color: #0a0a0a !important; }

.has-text-light {
  color: whitesmoke !important; }

.has-background-light {
  background-color: whitesmoke !important; }

.has-text-dark {
  color: gray !important; }

.has-background-dark {
  background-color: gray !important; }

.has-text-primary {
  color: #00d1b2 !important; }

.has-background-primary {
  background-color: #00d1b2 !important; }

.has-text-link {
  color: #3273dc !important; }

.has-background-link {
  background-color: #3273dc !important; }

.has-text-info {
  color: #209cee !important; }

.has-background-info {
  background-color: #209cee !important; }

.has-text-success {
  color: #60753B !important; }

.has-background-success {
  background-color: #60753B !important; }

.has-text-warning {
  color: #ffdd57 !important; }

.has-background-warning {
  background-color: #ffdd57 !important; }

.has-text-danger {
  color: #ff3860 !important; }

.has-background-danger {
  background-color: #ff3860 !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-background-black-bis {
  background-color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-background-black-ter {
  background-color: #242424 !important; }

.has-text-grey-darker {
  color: gray !important; }

.has-background-grey-darker {
  background-color: gray !important; }

.has-text-grey-dark {
  color: #4a4a4a !important; }

.has-background-grey-dark {
  background-color: #4a4a4a !important; }

.has-text-grey {
  color: #7a7a7a !important; }

.has-background-grey {
  background-color: #7a7a7a !important; }

.has-text-grey-light {
  color: #b5b5b5 !important; }

.has-background-grey-light {
  background-color: #b5b5b5 !important; }

.has-text-grey-lighter {
  color: gray !important; }

.has-background-grey-lighter {
  background-color: gray !important; }

.has-text-white-ter {
  color: whitesmoke !important; }

.has-background-white-ter {
  background-color: whitesmoke !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.has-background-white-bis {
  background-color: #fafafa !important; }

.has-text-weight-light {
  font-weight: 300 !important; }

.has-text-weight-normal {
  font-weight: 400 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.is-family-primary {
  font-family: neuzeit-grotesk, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.is-family-secondary {
  font-family: neuzeit-grotesk, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.is-family-sans-serif {
  font-family: neuzeit-grotesk, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.is-family-monospace {
  font-family: monospace !important; }

.is-family-code {
  font-family: monospace !important; }

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

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1087px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1088px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important; } }

@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important; } }

.is-flex {
  display: flex !important; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-flex-tablet-only {
    display: flex !important; } }

@media screen and (max-width: 1087px) {
  .is-flex-touch {
    display: flex !important; } }

@media screen and (min-width: 1088px) {
  .is-flex-desktop {
    display: flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }

@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important; } }

@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: flex !important; } }

.is-inline {
  display: inline !important; }

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important; } }

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

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }

.is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 1087px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important; } }

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

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1087px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1088px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important; } }

@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.box {
  background-color: #FBF2E5;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #01281D;
  display: block;
  height: 100%; }

.box-inner {
  padding: 1.25rem; }

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; }

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; }

.button,
.button a {
  background: #FBF2E5;
  color: #01281D !important;
  padding: 10px 20px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px; }
  @media screen and (min-width: 1088px) {
    .button,
    .button a {
      font-size: 18px; } }
.button a:hover {
  color: #60753B !important; }

.entry-content li + li {
  margin-top: 0.25em; }

.entry-content p:not(:last-child),
.entry-content dl:not(:last-child),
.entry-content ol:not(:last-child),
.entry-content ul:not(:last-child),
.entry-content blockquote:not(:last-child),
.entry-content pre:not(:last-child),
.entry-content table:not(:last-child) {
  margin-bottom: 1em; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #01281D;
  font-weight: bold;
  line-height: 1.125; }

.entry-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .entry-content h1:not(:first-child) {
    margin-top: 1em; }

.entry-content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .entry-content h2:not(:first-child) {
    margin-top: 1.1428em; }

.entry-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
  .entry-content h3:not(:first-child) {
    margin-top: 1.3333em; }

.entry-content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }

.entry-content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }

.entry-content h6 {
  font-size: 1em;
  margin-bottom: 1em; }

.entry-content blockquote {
  background-color: #01281D;
  border-left: 5px solid #FBF2E5;
  padding: 1.25em 1.5em; }

.entry-content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
  .entry-content ol:not([type]) {
    list-style-type: decimal; }
    .entry-content ol.is-lower-alpha:not([type]) {
      list-style-type: lower-alpha; }
    .entry-content ol.is-lower-roman:not([type]) {
      list-style-type: lower-roman; }
    .entry-content ol.is-upper-alpha:not([type]) {
      list-style-type: upper-alpha; }
    .entry-content ol.is-upper-roman:not([type]) {
      list-style-type: upper-roman; }

.entry-content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .entry-content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .entry-content ul ul ul {
      list-style-type: square; }

.entry-content dd {
  margin-left: 2em; }

.entry-content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .entry-content figure:not(:first-child) {
    margin-top: 2em; }
  .entry-content figure:not(:last-child) {
    margin-bottom: 2em; }
  .entry-content figure img {
    display: inline-block; }
  .entry-content figure figcaption {
    font-style: italic; }

.entry-content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }

.entry-content sup,
.entry-content sub {
  font-size: 75%; }

.entry-content table {
  width: 100%; }
  .entry-content table td,
  .entry-content table th {
    border: 1px solid gray;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .entry-content table th {
    color: gray;
    text-align: left; }
  .entry-content table thead td,
  .entry-content table thead th {
    border-width: 0 0 2px;
    color: gray; }
  .entry-content table tfoot td,
  .entry-content table tfoot th {
    border-width: 2px 0 0;
    color: gray; }
  .entry-content table tbody tr:last-child td,
  .entry-content table tbody tr:last-child th {
    border-bottom-width: 0; }

.entry-content.is-small {
  font-size: 0.75rem; }

.entry-content.is-medium {
  font-size: 1.25rem; }

.entry-content.is-large {
  font-size: 1.5rem; }

.nf-form-wrap {
  margin-left: -10px;
  margin-top: 30px; }
  @media screen and (min-width: 1088px) {
    .nf-form-wrap {
      margin-top: 60px; } }
.nf-form-fields-required {
  display: none; }

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  width: 100% !important;
  background: #01281D !important;
  border: 0;
  color: #FBF2E5 !important;
  transition: all .5s;
  font-weight: bold; }

.nf-form-errors {
  text-align: center !important; }

.nf-error-msg, .ninja-forms-req-symbol {
  color: #FF7F00 !important; }

.nf-error .ninja-forms-field {
  border-color: #FF7F00 !important; }

.nf-error.field-wrap .nf-field-element:after {
  background: #FF7F00 !important; }

.nf-field-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 15px !important; }

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 5px !important;
  padding: 0; }

.nf-form-content select.ninja-forms-field,
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: #FBF2E5 !important; }

.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
  border: 1px solid #FF7F00 !important; }

figure a {
  border: 0 !important; }

figcaption {
  color: #657671;
  font-size: 15px; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 290486px; }
  .image.is-square img,
  .image.is-square .has-ratio, .image.is-1by1 img,
  .image.is-1by1 .has-ratio, .image.is-5by4 img,
  .image.is-5by4 .has-ratio, .image.is-4by3 img,
  .image.is-4by3 .has-ratio, .image.is-3by2 img,
  .image.is-3by2 .has-ratio, .image.is-5by3 img,
  .image.is-5by3 .has-ratio, .image.is-16by9 img,
  .image.is-16by9 .has-ratio, .image.is-2by1 img,
  .image.is-2by1 .has-ratio, .image.is-3by1 img,
  .image.is-3by1 .has-ratio, .image.is-4by5 img,
  .image.is-4by5 .has-ratio, .image.is-3by4 img,
  .image.is-3by4 .has-ratio, .image.is-2by3 img,
  .image.is-2by3 .has-ratio, .image.is-3by5 img,
  .image.is-3by5 .has-ratio, .image.is-9by16 img,
  .image.is-9by16 .has-ratio, .image.is-1by2 img,
  .image.is-1by2 .has-ratio, .image.is-1by3 img,
  .image.is-1by3 .has-ratio {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .image.is-16x16 {
    height: 16px;
    width: 16px; }
  .image.is-24x24 {
    height: 24px;
    width: 24px; }
  .image.is-32x32 {
    height: 32px;
    width: 32px; }
  .image.is-48x48 {
    height: 48px;
    width: 48px; }
  .image.is-64x64 {
    height: 64px;
    width: 64px; }
  .image.is-96x96 {
    height: 96px;
    width: 96px; }
  .image.is-128x128 {
    height: 128px;
    width: 128px; }

.featured-image {
  margin-bottom: 50px; }

.icon {
  width: 30px;
  margin-left: 5px; }

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

.module {
  position: relative;
  padding: 90px 0;
  z-index: 10; }

.module.module__hero-full {
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.module__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.module__here {
  padding: 128px 0;
  background: #e2e1d7 50% no-repeat;
  background-size: cover; }

.module__hero .container {
  position: relative; }

.module__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover; }

.module__imgoverlay .module__bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65); }

.module__imgoverlay .module__copy {
  color: #FBF2E5; }

.social a:not(:last-of-type) {
  padding-right: 5px; }

.social a:not(:first-of-type) {
  padding-left: 5px; }

.table {
  background-color: #FBF2E5;
  color: gray; }
  .table td,
  .table th {
    border: 1px solid gray;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
    .table td.is-white,
    .table th.is-white {
      background-color: #FBF2E5 !important;
      border-color: #FBF2E5 !important;
      color: #0a0a0a; }
    .table td.is-black,
    .table th.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: #FBF2E5 !important; }
    .table td.is-light,
    .table th.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: gray; }
    .table td.is-dark,
    .table th.is-dark {
      background-color: gray;
      border-color: gray;
      color: whitesmoke; }
    .table td.is-primary,
    .table th.is-primary {
      background-color: #00d1b2;
      border-color: #00d1b2;
      color: #fff; }
    .table td.is-link,
    .table th.is-link {
      background-color: #3273dc;
      border-color: #3273dc;
      color: #fff; }
    .table td.is-info,
    .table th.is-info {
      background-color: #209cee;
      border-color: #209cee;
      color: #fff; }
    .table td.is-success,
    .table th.is-success {
      background-color: #60753B;
      border-color: #60753B;
      color: #fff; }
    .table td.is-warning,
    .table th.is-warning {
      background-color: #ffdd57;
      border-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
    .table td.is-danger,
    .table th.is-danger {
      background-color: #ff3860;
      border-color: #ff3860;
      color: #fff; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
    .table td.is-selected,
    .table th.is-selected {
      background-color: #00d1b2;
      color: #fff; }
      .table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
  .table th {
    color: gray;
    text-align: left; }
  .table tr.is-selected {
    background-color: #00d1b2;
    color: #fff; }
    .table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
    .table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
  .table thead {
    background-color: transparent; }
    .table thead td,
    .table thead th {
      border-width: 0 0 2px;
      color: gray; }
  .table tfoot {
    background-color: transparent; }
    .table tfoot td,
    .table tfoot th {
      border-width: 2px 0 0;
      color: gray; }
  .table tbody {
    background-color: transparent; }
    .table tbody tr:last-child td,
    .table tbody tr:last-child th {
      border-bottom-width: 0; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-fullwidth {
    width: 100%; }
  .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
  .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: whitesmoke; }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%; }

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .tags .tag {
    margin-bottom: 0.5rem; }
    .tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
  .tags:last-child {
    margin-bottom: -0.5rem; }
  .tags:not(:last-child) {
    margin-bottom: 1rem; }
  .tags.are-medium .tag:not(.is-normal):not(.is-large) {
    font-size: 1rem; }
  .tags.are-large .tag:not(.is-normal):not(.is-medium) {
    font-size: 1.25rem; }
  .tags.has-addons .tag {
    margin-right: 0; }
    .tags.has-addons .tag:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .tags.is-centered {
    justify-content: center; }
    .tags.is-centered .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
  .tags.is-right {
    justify-content: flex-end; }
    .tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
    .tags.is-right .tag:not(:last-child) {
      margin-right: 0; }
  .tags.has-addons .tag {
    margin-right: 0; }
    .tags.has-addons .tag:not(:first-child) {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }
  .tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
  .tag.is-white:not(body) {
    background-color: #FBF2E5 !important;
    color: #0a0a0a; }
  .tag.is-black:not(body) {
    background-color: #0a0a0a;
    color: #FBF2E5 !important; }
  .tag.is-light:not(body) {
    background-color: whitesmoke;
    color: gray; }
  .tag.is-dark:not(body) {
    background-color: gray;
    color: whitesmoke; }
  .tag.is-primary:not(body) {
    background-color: #00d1b2;
    color: #fff; }
  .tag.is-link:not(body) {
    background-color: #3273dc;
    color: #fff; }
  .tag.is-info:not(body) {
    background-color: #209cee;
    color: #fff; }
  .tag.is-success:not(body) {
    background-color: #60753B;
    color: #fff; }
  .tag.is-warning:not(body) {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
  .tag.is-danger:not(body) {
    background-color: #ff3860;
    color: #fff; }
  .tag.is-normal:not(body) {
    font-size: 0.75rem; }
  .tag.is-medium:not(body) {
    font-size: 1rem; }
  .tag.is-large:not(body) {
    font-size: 1.25rem; }
  .tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
  .tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
  .tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em; }
  .tag.is-delete:not(body) {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
    .tag.is-delete:not(body)::before, .tag.is-delete:not(body)::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
    .tag.is-delete:not(body)::before {
      height: 1px;
      width: 50%; }
    .tag.is-delete:not(body)::after {
      height: 50%;
      width: 1px; }
    .tag.is-delete:not(body):hover, .tag.is-delete:not(body):focus {
      background-color: #e8e8e8; }
    .tag.is-delete:not(body):active {
      background-color: #dbdbdb; }
  .tag.is-rounded:not(body) {
    border-radius: 290486px; }

a.tag:hover {
  text-decoration: underline; }

.entry-title,
.subtitle {
  word-break: break-word; }
  .entry-title em,
  .entry-title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .entry-title sub,
  .subtitle sub {
    font-size: 0.75em; }
  .entry-title sup,
  .subtitle sup {
    font-size: 0.75em; }
  .entry-title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.entry-title {
  color: #01281D;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125; }
  .entry-title strong {
    color: inherit;
    font-weight: inherit; }
  .entry-title + .highlight {
    margin-top: -0.75rem; }
  .entry-title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
  .entry-title.is-1 {
    font-size: 3rem; }
  .entry-title.is-2 {
    font-size: 2.5rem; }
  .entry-title.is-3 {
    font-size: 2rem; }
  .entry-title.is-4 {
    font-size: 1.5rem; }
  .entry-title.is-5 {
    font-size: 1.25rem; }
  .entry-title.is-6 {
    font-size: 1rem; }
  .entry-title.is-7 {
    font-size: 0.75rem; }

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
  .subtitle strong {
    color: gray;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2rem; }
  .subtitle.is-4 {
    font-size: 1.5rem; }
  .subtitle.is-5 {
    font-size: 1.25rem; }
  .subtitle.is-6 {
    font-size: 1rem; }
  .subtitle.is-7 {
    font-size: 0.75rem; }

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1472px; }
  .wrapper.is-fluid {
    margin-left: 34px;
    margin-right: 34px;
    max-width: none;
    width: auto; }

.accordion li {
  padding: 30px;
  background: #FBF2E5;
  color: #01281D;
  margin-bottom: 50px; }
  @media screen and (min-width: 1088px) {
    .accordion li {
      padding: 50px; } }
  .accordion li p {
    margin-bottom: 15px; }
  .accordion li a {
    color: #01281D;
    border-bottom: 1px solid; }
  .accordion li a.link-bold {
    border: 0;
    font-weight: bold; }
    .accordion li a.link-bold:after {
      content: 'View other updates';
      position: relative;
      padding-left: 30px; }
    .accordion li a.link-bold:before {
      content: url(../assets/svg/icon-arrow-right.svg);
      width: 18px;
      position: absolute;
      margin-top: 3px; }
  .accordion li a:hover {
    color: #60753B; }
  .accordion li .expand {
    display: none; }

#content.accordion {
  margin-top: -40px; }

a.accordion-trigger {
  font-weight: bold;
  color: #01281D;
  display: block;
  margin-top: 0px;
  font-size: 16px;
  border-bottom: 0px !important; }
  a.accordion-trigger:before {
    content: url(../assets/svg/icon-arrow-down.svg);
    width: 18px;
    position: absolute;
    margin-top: 3px; }
  a.accordion-trigger.active:before {
    content: url(../assets/svg/icon-arrow-up.svg);
    width: 18px;
    position: absolute;
    margin-top: 3px; }
  a.accordion-trigger:after {
    content: 'Read More';
    position: relative;
    padding-left: 30px; }
  a.accordion-trigger.active:after {
    content: 'Read Less';
    position: relative;
    padding-left: 30px; }

.card {
  background-color: #0a0a0a;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative; }

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: flex; }

.card-header-title {
  align-items: center;
  color: gray;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }
  .card-header-title.is-centered {
    justify-content: center; }

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  background-color: transparent;
  padding: 1.5rem; }

.card-footer {
  background-color: transparent;
  border-top: 1px solid gray;
  align-items: stretch;
  display: flex; }

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid gray; }

.card .media:not(:last-child) {
  margin-bottom: 0.75rem; }

.media {
  align-items: flex-start;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(128, 128, 128, 0.5);
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(128, 128, 128, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left; }

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide {
  border: 1px solid #60753B; }

.slide img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%; }

.slide .slider-text {
  max-width: 100%;
  padding: 0px 30px 35px 30px; }
  @media screen and (min-width: 1088px) {
    .slide .slider-text {
      max-width: 90%;
      padding: 20px 0px; } }
  .slide .slider-text p {
    margin-bottom: 20px; }
  .slide .slider-text h3 {
    margin-bottom: 10px; }

.slide .quote {
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px; }
  @media screen and (min-width: 769px), print {
    .slide .quote {
      font-size: 22px; } }
  @media screen and (min-width: 1088px) {
    .slide .quote {
      font-size: 18px; } }
.slide .source {
  font-weight: bold; }

.prev,
.next {
  display: inline-block;
  cursor: pointer; }

.prev:hover svg,
.next:hover svg {
  opacity: .5; }

.col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1.15rem; }
  .row.is-mobile > .col.is-narrow {
    flex: none; }
  .row.is-mobile > .col.is-full {
    flex: none;
    width: 100%; }
  .row.is-mobile > .col.is-three-quarters {
    flex: none;
    width: 75%; }
  .row.is-mobile > .col.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .row.is-mobile > .col.is-half {
    flex: none;
    width: 50%; }
  .row.is-mobile > .col.is-one-third {
    flex: none;
    width: 33.3333%; }
  .row.is-mobile > .col.is-one-quarter {
    flex: none;
    width: 25%; }
  .row.is-mobile > .col.is-one-fifth {
    flex: none;
    width: 20%; }
  .row.is-mobile > .col.is-two-fifths {
    flex: none;
    width: 40%; }
  .row.is-mobile > .col.is-three-fifths {
    flex: none;
    width: 60%; }
  .row.is-mobile > .col.is-four-fifths {
    flex: none;
    width: 80%; }
  .row.is-mobile > .col.is-offset-three-quarters {
    margin-left: 75%; }
  .row.is-mobile > .col.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .row.is-mobile > .col.is-offset-half {
    margin-left: 50%; }
  .row.is-mobile > .col.is-offset-one-third {
    margin-left: 33.3333%; }
  .row.is-mobile > .col.is-offset-one-quarter {
    margin-left: 25%; }
  .row.is-mobile > .col.is-offset-one-fifth {
    margin-left: 20%; }
  .row.is-mobile > .col.is-offset-two-fifths {
    margin-left: 40%; }
  .row.is-mobile > .col.is-offset-three-fifths {
    margin-left: 60%; }
  .row.is-mobile > .col.is-offset-four-fifths {
    margin-left: 80%; }
  .row.is-mobile > .col.is-1 {
    flex: none;
    width: 8.3333333333%; }
  .row.is-mobile > .col.is-offset-1 {
    margin-left: 8.3333333333%; }
  .row.is-mobile > .col.is-2 {
    flex: none;
    width: 16.6666666667%; }
  .row.is-mobile > .col.is-offset-2 {
    margin-left: 16.6666666667%; }
  .row.is-mobile > .col.is-3 {
    flex: none;
    width: 25%; }
  .row.is-mobile > .col.is-offset-3 {
    margin-left: 25%; }
  .row.is-mobile > .col.is-4 {
    flex: none;
    width: 33.3333333333%; }
  .row.is-mobile > .col.is-offset-4 {
    margin-left: 33.3333333333%; }
  .row.is-mobile > .col.is-5 {
    flex: none;
    width: 41.6666666667%; }
  .row.is-mobile > .col.is-offset-5 {
    margin-left: 41.6666666667%; }
  .row.is-mobile > .col.is-6 {
    flex: none;
    width: 50%; }
  .row.is-mobile > .col.is-offset-6 {
    margin-left: 50%; }
  .row.is-mobile > .col.is-7 {
    flex: none;
    width: 58.3333333333%; }
  .row.is-mobile > .col.is-offset-7 {
    margin-left: 58.3333333333%; }
  .row.is-mobile > .col.is-8 {
    flex: none;
    width: 66.6666666667%; }
  .row.is-mobile > .col.is-offset-8 {
    margin-left: 66.6666666667%; }
  .row.is-mobile > .col.is-9 {
    flex: none;
    width: 75%; }
  .row.is-mobile > .col.is-offset-9 {
    margin-left: 75%; }
  .row.is-mobile > .col.is-10 {
    flex: none;
    width: 83.3333333333%; }
  .row.is-mobile > .col.is-offset-10 {
    margin-left: 83.3333333333%; }
  .row.is-mobile > .col.is-11 {
    flex: none;
    width: 91.6666666667%; }
  .row.is-mobile > .col.is-offset-11 {
    margin-left: 91.6666666667%; }
  .row.is-mobile > .col.is-12 {
    flex: none;
    width: 100%; }
  .row.is-mobile > .col.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .col.is-narrow-mobile {
      flex: none; }
    .col.is-full-mobile {
      flex: none;
      width: 100%; }
    .col.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .col.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .col.is-half-mobile {
      flex: none;
      width: 50%; }
    .col.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .col.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .col.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .col.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .col.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .col.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .col.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .col.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .col.is-offset-half-mobile {
      margin-left: 50%; }
    .col.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .col.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .col.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .col.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .col.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .col.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .col.is-1-mobile {
      flex: none;
      width: 8.3333333333%; }
    .col.is-offset-1-mobile {
      margin-left: 8.3333333333%; }
    .col.is-2-mobile {
      flex: none;
      width: 16.6666666667%; }
    .col.is-offset-2-mobile {
      margin-left: 16.6666666667%; }
    .col.is-3-mobile {
      flex: none;
      width: 25%; }
    .col.is-offset-3-mobile {
      margin-left: 25%; }
    .col.is-4-mobile {
      flex: none;
      width: 33.3333333333%; }
    .col.is-offset-4-mobile {
      margin-left: 33.3333333333%; }
    .col.is-5-mobile {
      flex: none;
      width: 41.6666666667%; }
    .col.is-offset-5-mobile {
      margin-left: 41.6666666667%; }
    .col.is-6-mobile {
      flex: none;
      width: 50%; }
    .col.is-offset-6-mobile {
      margin-left: 50%; }
    .col.is-7-mobile {
      flex: none;
      width: 58.3333333333%; }
    .col.is-offset-7-mobile {
      margin-left: 58.3333333333%; }
    .col.is-8-mobile {
      flex: none;
      width: 66.6666666667%; }
    .col.is-offset-8-mobile {
      margin-left: 66.6666666667%; }
    .col.is-9-mobile {
      flex: none;
      width: 75%; }
    .col.is-offset-9-mobile {
      margin-left: 75%; }
    .col.is-10-mobile {
      flex: none;
      width: 83.3333333333%; }
    .col.is-offset-10-mobile {
      margin-left: 83.3333333333%; }
    .col.is-11-mobile {
      flex: none;
      width: 91.6666666667%; }
    .col.is-offset-11-mobile {
      margin-left: 91.6666666667%; }
    .col.is-12-mobile {
      flex: none;
      width: 100%; }
    .col.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .col.is-narrow, .col.is-narrow-tablet {
      flex: none; }
    .col.is-full, .col.is-full-tablet {
      flex: none;
      width: 100%; }
    .col.is-three-quarters, .col.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .col.is-two-thirds, .col.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .col.is-half, .col.is-half-tablet {
      flex: none;
      width: 50%; }
    .col.is-one-third, .col.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .col.is-one-quarter, .col.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .col.is-one-fifth, .col.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .col.is-two-fifths, .col.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .col.is-three-fifths, .col.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .col.is-four-fifths, .col.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .col.is-offset-three-quarters, .col.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .col.is-offset-two-thirds, .col.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .col.is-offset-half, .col.is-offset-half-tablet {
      margin-left: 50%; }
    .col.is-offset-one-third, .col.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .col.is-offset-one-quarter, .col.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .col.is-offset-one-fifth, .col.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .col.is-offset-two-fifths, .col.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .col.is-offset-three-fifths, .col.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .col.is-offset-four-fifths, .col.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .col.is-1, .col.is-1-tablet {
      flex: none;
      width: 8.3333333333%; }
    .col.is-offset-1, .col.is-offset-1-tablet {
      margin-left: 8.3333333333%; }
    .col.is-2, .col.is-2-tablet {
      flex: none;
      width: 16.6666666667%; }
    .col.is-offset-2, .col.is-offset-2-tablet {
      margin-left: 16.6666666667%; }
    .col.is-3, .col.is-3-tablet {
      flex: none;
      width: 25%; }
    .col.is-offset-3, .col.is-offset-3-tablet {
      margin-left: 25%; }
    .col.is-4, .col.is-4-tablet {
      flex: none;
      width: 33.3333333333%; }
    .col.is-offset-4, .col.is-offset-4-tablet {
      margin-left: 33.3333333333%; }
    .col.is-5, .col.is-5-tablet {
      flex: none;
      width: 41.6666666667%; }
    .col.is-offset-5, .col.is-offset-5-tablet {
      margin-left: 41.6666666667%; }
    .col.is-6, .col.is-6-tablet {
      flex: none;
      width: 50%; }
    .col.is-offset-6, .col.is-offset-6-tablet {
      margin-left: 50%; }
    .col.is-7, .col.is-7-tablet {
      flex: none;
      width: 58.3333333333%; }
    .col.is-offset-7, .col.is-offset-7-tablet {
      margin-left: 58.3333333333%; }
    .col.is-8, .col.is-8-tablet {
      flex: none;
      width: 66.6666666667%; }
    .col.is-offset-8, .col.is-offset-8-tablet {
      margin-left: 66.6666666667%; }
    .col.is-9, .col.is-9-tablet {
      flex: none;
      width: 75%; }
    .col.is-offset-9, .col.is-offset-9-tablet {
      margin-left: 75%; }
    .col.is-10, .col.is-10-tablet {
      flex: none;
      width: 83.3333333333%; }
    .col.is-offset-10, .col.is-offset-10-tablet {
      margin-left: 83.3333333333%; }
    .col.is-11, .col.is-11-tablet {
      flex: none;
      width: 91.6666666667%; }
    .col.is-offset-11, .col.is-offset-11-tablet {
      margin-left: 91.6666666667%; }
    .col.is-12, .col.is-12-tablet {
      flex: none;
      width: 100%; }
    .col.is-offset-12, .col.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1087px) {
    .col.is-narrow-touch {
      flex: none; }
    .col.is-full-touch {
      flex: none;
      width: 100%; }
    .col.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .col.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .col.is-half-touch {
      flex: none;
      width: 50%; }
    .col.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .col.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .col.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .col.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .col.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .col.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .col.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .col.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .col.is-offset-half-touch {
      margin-left: 50%; }
    .col.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .col.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .col.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .col.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .col.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .col.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .col.is-1-touch {
      flex: none;
      width: 8.3333333333%; }
    .col.is-offset-1-touch {
      margin-left: 8.3333333333%; }
    .col.is-2-touch {
      flex: none;
      width: 16.6666666667%; }
    .col.is-offset-2-touch {
      margin-left: 16.6666666667%; }
    .col.is-3-touch {
      flex: none;
      width: 25%; }
    .col.is-offset-3-touch {
      margin-left: 25%; }
    .col.is-4-touch {
      flex: none;
      width: 33.3333333333%; }
    .col.is-offset-4-touch {
      margin-left: 33.3333333333%; }
    .col.is-5-touch {
      flex: none;
      width: 41.6666666667%; }
    .col.is-offset-5-touch {
      margin-left: 41.6666666667%; }
    .col.is-6-touch {
      flex: none;
      width: 50%; }
    .col.is-offset-6-touch {
      margin-left: 50%; }
    .col.is-7-touch {
      flex: none;
      width: 58.3333333333%; }
    .col.is-offset-7-touch {
      margin-left: 58.3333333333%; }
    .col.is-8-touch {
      flex: none;
      width: 66.6666666667%; }
    .col.is-offset-8-touch {
      margin-left: 66.6666666667%; }
    .col.is-9-touch {
      flex: none;
      width: 75%; }
    .col.is-offset-9-touch {
      margin-left: 75%; }
    .col.is-10-touch {
      flex: none;
      width: 83.3333333333%; }
    .col.is-offset-10-touch {
      margin-left: 83.3333333333%; }
    .col.is-11-touch {
      flex: none;
      width: 91.6666666667%; }
    .col.is-offset-11-touch {
      margin-left: 91.6666666667%; }
    .col.is-12-touch {
      flex: none;
      width: 100%; }
    .col.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1088px) {
    .col.is-narrow-desktop {
      flex: none; }
    .col.is-full-desktop {
      flex: none;
      width: 100%; }
    .col.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .col.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .col.is-half-desktop {
      flex: none;
      width: 50%; }
    .col.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .col.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .col.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .col.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .col.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .col.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .col.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .col.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .col.is-offset-half-desktop {
      margin-left: 50%; }
    .col.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .col.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .col.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .col.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .col.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .col.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .col.is-1-desktop {
      flex: none;
      width: 8.3333333333%; }
    .col.is-offset-1-desktop {
      margin-left: 8.3333333333%; }
    .col.is-2-desktop {
      flex: none;
      width: 16.6666666667%; }
    .col.is-offset-2-desktop {
      margin-left: 16.6666666667%; }
    .col.is-3-desktop {
      flex: none;
      width: 25%; }
    .col.is-offset-3-desktop {
      margin-left: 25%; }
    .col.is-4-desktop {
      flex: none;
      width: 33.3333333333%; }
    .col.is-offset-4-desktop {
      margin-left: 33.3333333333%; }
    .col.is-5-desktop {
      flex: none;
      width: 41.6666666667%; }
    .col.is-offset-5-desktop {
      margin-left: 41.6666666667%; }
    .col.is-6-desktop {
      flex: none;
      width: 50%; }
    .col.is-offset-6-desktop {
      margin-left: 50%; }
    .col.is-7-desktop {
      flex: none;
      width: 58.3333333333%; }
    .col.is-offset-7-desktop {
      margin-left: 58.3333333333%; }
    .col.is-8-desktop {
      flex: none;
      width: 66.6666666667%; }
    .col.is-offset-8-desktop {
      margin-left: 66.6666666667%; }
    .col.is-9-desktop {
      flex: none;
      width: 75%; }
    .col.is-offset-9-desktop {
      margin-left: 75%; }
    .col.is-10-desktop {
      flex: none;
      width: 83.3333333333%; }
    .col.is-offset-10-desktop {
      margin-left: 83.3333333333%; }
    .col.is-11-desktop {
      flex: none;
      width: 91.6666666667%; }
    .col.is-offset-11-desktop {
      margin-left: 91.6666666667%; }
    .col.is-12-desktop {
      flex: none;
      width: 100%; }
    .col.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .col.is-narrow-widescreen {
      flex: none; }
    .col.is-full-widescreen {
      flex: none;
      width: 100%; }
    .col.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .col.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .col.is-half-widescreen {
      flex: none;
      width: 50%; }
    .col.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .col.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .col.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .col.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .col.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .col.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .col.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .col.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .col.is-offset-half-widescreen {
      margin-left: 50%; }
    .col.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .col.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .col.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .col.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .col.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .col.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .col.is-1-widescreen {
      flex: none;
      width: 8.3333333333%; }
    .col.is-offset-1-widescreen {
      margin-left: 8.3333333333%; }
    .col.is-2-widescreen {
      flex: none;
      width: 16.6666666667%; }
    .col.is-offset-2-widescreen {
      margin-left: 16.6666666667%; }
    .col.is-3-widescreen {
      flex: none;
      width: 25%; }
    .col.is-offset-3-widescreen {
      margin-left: 25%; }
    .col.is-4-widescreen {
      flex: none;
      width: 33.3333333333%; }
    .col.is-offset-4-widescreen {
      margin-left: 33.3333333333%; }
    .col.is-5-widescreen {
      flex: none;
      width: 41.6666666667%; }
    .col.is-offset-5-widescreen {
      margin-left: 41.6666666667%; }
    .col.is-6-widescreen {
      flex: none;
      width: 50%; }
    .col.is-offset-6-widescreen {
      margin-left: 50%; }
    .col.is-7-widescreen {
      flex: none;
      width: 58.3333333333%; }
    .col.is-offset-7-widescreen {
      margin-left: 58.3333333333%; }
    .col.is-8-widescreen {
      flex: none;
      width: 66.6666666667%; }
    .col.is-offset-8-widescreen {
      margin-left: 66.6666666667%; }
    .col.is-9-widescreen {
      flex: none;
      width: 75%; }
    .col.is-offset-9-widescreen {
      margin-left: 75%; }
    .col.is-10-widescreen {
      flex: none;
      width: 83.3333333333%; }
    .col.is-offset-10-widescreen {
      margin-left: 83.3333333333%; }
    .col.is-11-widescreen {
      flex: none;
      width: 91.6666666667%; }
    .col.is-offset-11-widescreen {
      margin-left: 91.6666666667%; }
    .col.is-12-widescreen {
      flex: none;
      width: 100%; }
    .col.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .col.is-narrow-fullhd {
      flex: none; }
    .col.is-full-fullhd {
      flex: none;
      width: 100%; }
    .col.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .col.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .col.is-half-fullhd {
      flex: none;
      width: 50%; }
    .col.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .col.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .col.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .col.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .col.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .col.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .col.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .col.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .col.is-offset-half-fullhd {
      margin-left: 50%; }
    .col.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .col.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .col.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .col.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .col.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .col.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .col.is-1-fullhd {
      flex: none;
      width: 8.3333333333%; }
    .col.is-offset-1-fullhd {
      margin-left: 8.3333333333%; }
    .col.is-2-fullhd {
      flex: none;
      width: 16.6666666667%; }
    .col.is-offset-2-fullhd {
      margin-left: 16.6666666667%; }
    .col.is-3-fullhd {
      flex: none;
      width: 25%; }
    .col.is-offset-3-fullhd {
      margin-left: 25%; }
    .col.is-4-fullhd {
      flex: none;
      width: 33.3333333333%; }
    .col.is-offset-4-fullhd {
      margin-left: 33.3333333333%; }
    .col.is-5-fullhd {
      flex: none;
      width: 41.6666666667%; }
    .col.is-offset-5-fullhd {
      margin-left: 41.6666666667%; }
    .col.is-6-fullhd {
      flex: none;
      width: 50%; }
    .col.is-offset-6-fullhd {
      margin-left: 50%; }
    .col.is-7-fullhd {
      flex: none;
      width: 58.3333333333%; }
    .col.is-offset-7-fullhd {
      margin-left: 58.3333333333%; }
    .col.is-8-fullhd {
      flex: none;
      width: 66.6666666667%; }
    .col.is-offset-8-fullhd {
      margin-left: 66.6666666667%; }
    .col.is-9-fullhd {
      flex: none;
      width: 75%; }
    .col.is-offset-9-fullhd {
      margin-left: 75%; }
    .col.is-10-fullhd {
      flex: none;
      width: 83.3333333333%; }
    .col.is-offset-10-fullhd {
      margin-left: 83.3333333333%; }
    .col.is-11-fullhd {
      flex: none;
      width: 91.6666666667%; }
    .col.is-offset-11-fullhd {
      margin-left: 91.6666666667%; }
    .col.is-12-fullhd {
      flex: none;
      width: 100%; }
    .col.is-offset-12-fullhd {
      margin-left: 100%; } }
.row {
  margin-left: -1.15rem;
  margin-right: -1.15rem;
  margin-top: -1.15rem; }
  .row:last-child {
    margin-bottom: -1.15rem; }
  .row:not(:last-child) {
    margin-bottom: calc(1.5rem - 1.15rem); }
  .row.is-centered {
    justify-content: center; }
  .row.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .row.is-gapless > .col {
      margin: 0;
      padding: 0 !important; }
    .row.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .row.is-gapless:last-child {
      margin-bottom: 0; }
  .row.is-mobile {
    display: flex; }
  .row.is-multiline {
    flex-wrap: wrap; }
  .row.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .row:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1088px) {
    .row.is-desktop {
      display: flex; } }
.row.is-variable {
  --colGap: 0.75rem;
  margin-left: calc(-1 * var(--colGap));
  margin-right: calc(-1 * var(--colGap)); }
  .row.is-variable .col {
    padding-left: var(--colGap);
    padding-right: var(--colGap); }
  .row.is-variable.is-0 {
    --colGap: 0rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-0-mobile {
      --colGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-0-tablet {
      --colGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-0-tablet-only {
      --colGap: 0rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-0-touch {
      --colGap: 0rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-0-desktop {
      --colGap: 0rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-0-desktop-only {
      --colGap: 0rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-0-widescreen {
      --colGap: 0rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-0-widescreen-only {
      --colGap: 0rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-0-fullhd {
      --colGap: 0rem; } }
  .row.is-variable.is-1 {
    --colGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-1-mobile {
      --colGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-1-tablet {
      --colGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-1-tablet-only {
      --colGap: 0.25rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-1-touch {
      --colGap: 0.25rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-1-desktop {
      --colGap: 0.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-1-desktop-only {
      --colGap: 0.25rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-1-widescreen {
      --colGap: 0.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-1-widescreen-only {
      --colGap: 0.25rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-1-fullhd {
      --colGap: 0.25rem; } }
  .row.is-variable.is-2 {
    --colGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-2-mobile {
      --colGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-2-tablet {
      --colGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-2-tablet-only {
      --colGap: 0.5rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-2-touch {
      --colGap: 0.5rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-2-desktop {
      --colGap: 0.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-2-desktop-only {
      --colGap: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-2-widescreen {
      --colGap: 0.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-2-widescreen-only {
      --colGap: 0.5rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-2-fullhd {
      --colGap: 0.5rem; } }
  .row.is-variable.is-3 {
    --colGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-3-mobile {
      --colGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-3-tablet {
      --colGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-3-tablet-only {
      --colGap: 0.75rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-3-touch {
      --colGap: 0.75rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-3-desktop {
      --colGap: 0.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-3-desktop-only {
      --colGap: 0.75rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-3-widescreen {
      --colGap: 0.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-3-widescreen-only {
      --colGap: 0.75rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-3-fullhd {
      --colGap: 0.75rem; } }
  .row.is-variable.is-4 {
    --colGap: 1rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-4-mobile {
      --colGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-4-tablet {
      --colGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-4-tablet-only {
      --colGap: 1rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-4-touch {
      --colGap: 1rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-4-desktop {
      --colGap: 1rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-4-desktop-only {
      --colGap: 1rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-4-widescreen {
      --colGap: 1rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-4-widescreen-only {
      --colGap: 1rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-4-fullhd {
      --colGap: 1rem; } }
  .row.is-variable.is-5 {
    --colGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-5-mobile {
      --colGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-5-tablet {
      --colGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-5-tablet-only {
      --colGap: 1.25rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-5-touch {
      --colGap: 1.25rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-5-desktop {
      --colGap: 1.25rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-5-desktop-only {
      --colGap: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-5-widescreen {
      --colGap: 1.25rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-5-widescreen-only {
      --colGap: 1.25rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-5-fullhd {
      --colGap: 1.25rem; } }
  .row.is-variable.is-6 {
    --colGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-6-mobile {
      --colGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-6-tablet {
      --colGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-6-tablet-only {
      --colGap: 1.5rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-6-touch {
      --colGap: 1.5rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-6-desktop {
      --colGap: 1.5rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-6-desktop-only {
      --colGap: 1.5rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-6-widescreen {
      --colGap: 1.5rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-6-widescreen-only {
      --colGap: 1.5rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-6-fullhd {
      --colGap: 1.5rem; } }
  .row.is-variable.is-7 {
    --colGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-7-mobile {
      --colGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-7-tablet {
      --colGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-7-tablet-only {
      --colGap: 1.75rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-7-touch {
      --colGap: 1.75rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-7-desktop {
      --colGap: 1.75rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-7-desktop-only {
      --colGap: 1.75rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-7-widescreen {
      --colGap: 1.75rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-7-widescreen-only {
      --colGap: 1.75rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-7-fullhd {
      --colGap: 1.75rem; } }
  .row.is-variable.is-8 {
    --colGap: 2rem; }
  @media screen and (max-width: 768px) {
    .row.is-variable.is-8-mobile {
      --colGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .row.is-variable.is-8-tablet {
      --colGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1087px) {
    .row.is-variable.is-8-tablet-only {
      --colGap: 2rem; } }
  @media screen and (max-width: 1087px) {
    .row.is-variable.is-8-touch {
      --colGap: 2rem; } }
  @media screen and (min-width: 1088px) {
    .row.is-variable.is-8-desktop {
      --colGap: 2rem; } }
  @media screen and (min-width: 1088px) and (max-width: 1279px) {
    .row.is-variable.is-8-desktop-only {
      --colGap: 2rem; } }
  @media screen and (min-width: 1280px) {
    .row.is-variable.is-8-widescreen {
      --colGap: 2rem; } }
  @media screen and (min-width: 1280px) and (max-width: 1471px) {
    .row.is-variable.is-8-widescreen-only {
      --colGap: 2rem; } }
  @media screen and (min-width: 1472px) {
    .row.is-variable.is-8-fullhd {
      --colGap: 2rem; } }
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.3333333333%; }
    .tile.is-2 {
      flex: none;
      width: 16.6666666667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.3333333333%; }
    .tile.is-5 {
      flex: none;
      width: 41.6666666667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.3333333333%; }
    .tile.is-8 {
      flex: none;
      width: 66.6666666667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.3333333333%; }
    .tile.is-11 {
      flex: none;
      width: 91.6666666667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }
.hero {
  position: relative;
  align-items: stretch;
  display: flex;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px; }
  .hero.hero--full-height {
    height: 100vh;
    min-height: 600px; }

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }
  .hero-bg img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }

.hero-text {
  color: #FBF2E5;
  z-index: 30;
  max-width: 800px;
  padding-top: 100px; }
  body.home .hero-text {
    padding-top: 0; }

a.hero-scroll {
  position: absolute;
  flex-direction: column;
  display: flex;
  bottom: 100px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FBF2E5;
  font-size: 15px; }
  a.hero-scroll svg {
    max-width: 25px;
    margin: 0 auto 10px auto; }
  @media screen and (min-width: 1088px) {
    a.hero-scroll {
      font-size: 18px; } }
.site-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0; }

.site-header-logo {
  position: relative;
  z-index: 9999; }
  .site-header-logo svg {
    max-width: 250px; }

.site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }
  .site-header ul li {
    padding: 0;
    display: inline-block;
    line-height: 0; }
  .site-header ul li a {
    color: #FBF2E5; }
  .site-header ul li a:hover,
  .site-header ul li.current-menu-item a {
    color: inherit; }
  .site-header ul li:not(:last-child) a {
    padding-right: 5px; }
  .site-header ul li:not(:first-child) a {
    padding-left: 5px; }

.nav-trigger .tigger-icon {
  position: absolute;
  background: #0a0a0a;
  float: right;
  right: 30px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  z-index: 9999; }

.site-mobile-nav {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffdd57;
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column; }
  .site-mobile-nav.active {
    height: 100%; }
  @media screen and (min-width: 1088px) {
    .site-mobile-nav {
      visibility: hidden; } }
.overlay-inner {
  height: 100%;
  display: flex;
  align-items: center; }
  .overlay-inner ul li {
    display: block;
    line-height: 1.2;
    padding: 10px 0;
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
    font-size: 45px;
    text-align: center; }

.section {
  background: #01281D;
  padding: 80px 0; }
  @media screen and (min-width: 1088px) {
    .section.is-medium {
      padding: 9rem 1.5rem; }
    .section.is-large {
      padding: 18rem 1.5rem; } }
.section-padding {
  padding: 40px 0; }
  @media screen and (min-width: 1088px) {
    .section-padding {
      padding: 80px 0; } }
.error-404 {
  height: 60vh;
  min-height: 500px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center; }

.site-footer {
  background-color: #01281D;
  padding: 3rem 0 1rem 0;
  margin-bottom: -10px; }



/* 
 * Amazaon DB Rework
 */

.hero {
  height:400px;
}

.site-header-nav .button a {
  padding:10px 20px !important;
}

@media screen and (max-width:1000px) {
    #menu-item-132 {
        margin-top:5px;
    }
    
}

.statistics .col {
	padding: 20px;
	margin:10px;
    background: #FBF2E5;
    color: #01281D;
}

.statistics {
    text-align:center;
}

.statistics h2 {
    font-weight:bold;
    padding:10px;
}
 
.statistics .row {
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top: -1.15rem;
	margin-bottom: 1.15rem;
}

.charts .row {
    padding: 20px;
	margin:10px;
    background: #FBF2E5;
    color: #01281D;
}

#database {
    margin-top:30px;
}

#database .entry-content {
    padding: 20px;
	margin:10px;
    background: #FBF2E5;
    color: #01281D;
}

article {
    max-width:800px;
    margin:auto;
    font-size:1.2rem;
}

article a {
    color:#fff;
    text-decoration:underline;
}

#buttons {
    margin-top:15px;
}

#buttons a {
    background: #FBF2E5;
    color: #01281D !important;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
}

#buttons_green a {
    background: #60753A;
    color: #FBF2E5 !important;
    padding: 10px 20px;
    float:right;
    margin:10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
}

#table_1_wrapper button.DTTT_button, .dataTables_paginate a {
    background: #60753A !important;
    color: #FBF2E5 !important;
    padding: 4px 20px !important;
    margin:10px !important;
    border-radius: 3px !important;
    font-weight: bold;
    box-shadow:none !important;
    border:none !important;
    font-size: 12px;
}

#table_1_length {
    display:block;
}

#table_1_filter {
    margin:auto;
    background: #60753A !important;
    color: #FBF2E5 !important;
    padding: 4px 20px !important;
    margin:10px !important;
    border-radius: 3px !important;
    font-weight: bold;
    box-shadow:none !important;
    border:none !important;
    font-size: 16px;
}

#table_1_filter label {
    width:100%;
    color:#fff;
}

#table_1_filter input {
    width:100%;
    color:#fff;
    font-size:16px;
}

.wpdt-c label {
    display:inline-block;
}