@charset "UTF-8";
/*
    Theme Name: Aspira Labs
    Author: Wyndetryste Graphic Design Studio
    Author URI: https://wyndetryst.com/
    Description: Custom theme developed for Aspira Labs.
    Version: 2.27.3
    Text Domain: custom-theme
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

/**
 *	IF YOU ARE GOING TO UPDATE THIS FILE, BE SURE TO INCREMENT THE VERSION NUMBER, 
 *  For some reason eith Chrome, WPEngine or CloudFlare has incredibly aggressive caching, that hinges on the version number.
 */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,700,700i&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  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 */
  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 {
  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] {
  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;
}

[hidden] {
  display: none !important;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

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

p {
  margin: 0;
}

dl {
  margin: 0;
}

blockquote {
  margin: 0;
}

ul,
ol {
  margin: 0;
}

figure {
  margin: 0;
}

iframe {
  border: none;
  display: block;
}

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

html,
body {
  width: 100%;
}

html {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  scroll-behavior: smooth;
}

h1 {
  color: #34a3a0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  color: #006472;
  font-size: 28px;
  font-weight: 300;
}

h3 {
  color: #006472;
  font-size: 24px;
  font-weight: bold;
}

h4 {
  color: #34a3a0;
  font-size: 18px;
  font-weight: bold;
}

h5 {
  color: #006472;
  font-size: 28px;
  font-weight: 300;
}

h6 {
  color: inherit;
  font-size: 24px;
  font-weight: inherit;
}

p,
li,
td {
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

hr {
  background-color: #cccccc;
  border: none;
  height: 2px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 30px;
}
hr.horizontal-alignment-is-left {
  margin-left: 0;
}
hr.horizontal-alignment-is-right {
  margin-right: 0;
}

a, a:active, a:focus, a:link, a:visited {
  color: #34a3a0;
  text-decoration: underline;
}
a:not([href]) {
  cursor: default;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 16px;
}
table thead th {
  background-color: #34a3a0;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
table tbody td {
  background-color: #ffffff;
}

blockquote:not(.custom-theme--has-own-styles) cite {
  color: #757575;
  display: block;
  font-size: 16px;
  margin-top: 16px;
}
blockquote:not(.custom-theme--has-own-styles):not(.has-text-align-center):not(.has-text-align-right) cite {
  margin-left: 36px;
}

blockquote:not(.custom-theme--has-own-styles).has-text-align-right cite {
  margin-right: 36px;
}

blockquote:not(.custom-theme--has-own-styles) p {
  color: #34a3a0;
  font-size: 22px;
  font-weight: 300;
  max-width: 600px;
}
blockquote:not(.custom-theme--has-own-styles):not(.has-text-align-center):not(.has-text-align-right) p {
  padding-left: 36px;
  padding-top: 8px;
  position: relative;
}

blockquote:not(.custom-theme--has-own-styles).has-text-align-center p {
  margin-left: auto;
  margin-right: auto;
}

blockquote:not(.custom-theme--has-own-styles).has-text-align-right p {
  margin-left: auto;
  padding-right: 36px;
  position: relative;
}

blockquote:not(.custom-theme--has-own-styles) p::before, blockquote:not(.custom-theme--has-own-styles) p::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  width: 30px;
}
blockquote:not(.custom-theme--has-own-styles) p::before {
  background-image: url("/wp-content/themes/custom-theme/assets/block-quotes.svg#before");
  margin-right: 6px;
}
blockquote:not(.custom-theme--has-own-styles):not(.has-text-align-center):not(.has-text-align-right) p::before {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

blockquote:not(.custom-theme--has-own-styles).has-text-align-center p::before,
blockquote:not(.custom-theme--has-own-styles).has-text-align-right p::before {
  display: inline-block;
}

blockquote:not(.custom-theme--has-own-styles) p::after {
  background-image: url("/wp-content/themes/custom-theme/assets/block-quotes.svg#after");
  margin-left: 6px;
}
blockquote:not(.custom-theme--has-own-styles):not(.has-text-align-center):not(.has-text-align-right) p::after,
blockquote:not(.custom-theme--has-own-styles).has-text-align-center p::after {
  display: inline-block;
  vertical-align: middle;
}

blockquote:not(.custom-theme--has-own-styles).has-text-align-right p::after {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
}

ul {
  padding-left: 28px;
}

ol {
  padding-left: 26px;
}
ol li {
  padding-left: 2px;
}

li + li {
  margin-top: 10px;
}

iframe {
  max-width: 100%;
}

figure figcaption {
  font-size: 13px;
  font-style: italic;
  margin-top: 16px;
}

button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.content-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}
.content-width-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 930px;
}

.full-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.full-width-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page__announcement-banner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  align-items: center;
  background-color: #34a3a0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  z-index: 2;
}

.page__announcement-banner__anchor {
  background-color: #ffffff;
  color: #34a3a0;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  text-align: center;
  text-transform: uppercase;
  margin-left: 26px;
}

.page__announcement-banner__anchor, .page__announcement-banner__anchor:active, .page__announcement-banner__anchor:focus, .page__announcement-banner__anchor:link, .page__announcement-banner__anchor:visited {
  text-decoration: none;
}

.page__announcement-banner__message {
  flex-shrink: 2;
  font-size: 18px;
  text-align: center;
}

.news-article.news-article--has-footer {
  padding-bottom: 0 !important;
}

.news-article a, .news-article a:active, .news-article a:focus, .news-article a:link, .news-article a:visited {
  color: #34a3a0;
  font-weight: bold;
  text-decoration: none;
}

.news-article__author-name {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-size: 14px;
  margin-top: 8px !important;
}

.news-article__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.news-article__category {
  background-color: #212121;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 14px;
  order: -1;
}

.news-article__category__link, .news-article__category__link:active, .news-article__category__link:focus, .news-article__category__link:link, .news-article__category__link:visited {
  color: inherit;
  text-decoration: none;
}

.news-article__divider {
  margin-left: 0;
  margin-right: 0;
}

.news-article__footer {
  margin-top: 90px;
}

.news-article__footer__about {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.news-article__footer__about__content {
  margin-top: 20px;
}

.news-article__footer__about__content p {
  font-size: 14px;
}

.news-article__footer__about__content p:not(:first-child) {
  margin-top: 16px;
}

.news-article__footer__contact-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.news-article__footer__contact-item {
  display: block;
  margin-top: 0;
}

.news-article__footer__contact-container {
  color: #ffffff;
  display: flex;
  margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .news-article__footer__contact-container {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .news-article__footer__contact-item:not(:first-child) {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .news-article__footer__contact-item:not(:first-child) {
    margin-top: 30px;
  }
}
.news-article__footer__contact-item p {
  font-size: 14px;
}

.news-article__footer__contact-item__details {
  margin-top: 10px;
}

.news-article__footer__contact-item__email-address {
  margin-top: 0 !important;
}

.news-article__footer__contact-item__email-address a, .news-article__footer__contact-item__email-address a:active, .news-article__footer__contact-item__email-address a:focus, .news-article__footer__contact-item__email-address a:link, .news-article__footer__contact-item__email-address a:visited {
  color: inherit;
  font-weight: bold;
}

.news-article__footer__contact-item__heading {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.news-article__footer__contact-item__name {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
}

.news-article__footer__contact-item__phone-number {
  margin-top: 10px !important;
}

.news-article__footer__contact-item__title {
  font-style: italic;
  font-weight: bold;
  margin-top: 0 !important;
}

.news-article__footer__contact-wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.news-article__footer__contact-wrapper:not(:first-child) {
  margin-top: 46px;
}

.news-article__footer__contact-wrapper-heading {
  font-size: 20px;
  font-weight: bold;
}

.news-article__footer__contact__content-wrapper {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .news-article__footer__contact__content-wrapper {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .news-article__footer__contact__content-wrapper > *:not(:first-child) {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .news-article__footer__contact__content-wrapper > *:not(:first-child) {
    margin-top: 30px !important;
  }
}
.news-article__footer__forward-looking-statement {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  font-size: 11px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.news-article__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.news-article__posted-at {
  color: #006472;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px !important;
}

.news-article__share-links {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  order: -2;
}

.news-article__share-links-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.news-article__share-links-item {
  display: block;
  margin-top: 0;
}

.news-article__share-links__heading {
  color: #34a3a0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.news-article__share-links-container {
  display: flex;
  margin-left: 12px;
  margin-top: 0 !important;
}

.news-article__share-links-item:not(:first-child) {
  margin-left: 12px;
}

.news-article__share-links-item .icon {
  color: #a6a6a6;
  display: block;
  height: 16px;
  width: 16px;
}

.news-article__title {
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.2em;
  text-transform: none;
}

.block--is-content-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.block--is-full-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.block--is-full-width-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.block--card-links .block__row-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--card-links .block__row-item {
  display: block;
  margin-top: 0;
}

.block--card-links .block__link-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--card-links .block__link-item {
  display: block;
  margin-top: 0;
}

.block--card-links .block__link-container {
  display: flex;
  margin-top: 20px;
}

@media only screen and (min-width: 769px) {
  .block--card-links .block__link-container {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .block--card-links .block__link-container {
    flex-direction: column;
    align-items: center;
  }
}
.block--card-links .block__link-item {
  border-style: solid;
  border-width: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  align-items: center;
  background-color: #34a3a0;
  border-color: #ffffff;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 190px;
  padding: 16px;
  text-align: center;
  width: 212px;
}

@media only screen and (min-width: 769px) {
  .block--card-links .block__link-item:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block--card-links .block__link-item:not(:first-child) {
    margin-top: 20px;
  }
}
.block--card-links .block__link-item > * {
  max-width: 100%;
  overflow-wrap: break-word;
}

.block--card-links .block__link-description {
  margin-top: 6px;
}

.block--card-links .block__link-anchor {
  margin-top: 6px;
}

.block--card-links .block__link-anchor, .block--card-links .block__link-anchor:active, .block--card-links .block__link-anchor:focus, .block--card-links .block__link-anchor:link, .block--card-links .block__link-anchor:visited {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.block--card-links .block__link-anchor .icon {
  height: 10px;
  vertical-align: 1px;
  width: 10px;
}

.block--collage {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .block--collage {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 900px;
    justify-content: center;
  }
}
.block--collage .block__copy-anchor {
  background-color: #34a3a0;
  color: #ffffff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
}

.block--collage .block__copy-anchor, .block--collage .block__copy-anchor:active, .block--collage .block__copy-anchor:focus, .block--collage .block__copy-anchor:link, .block--collage .block__copy-anchor:visited {
  text-decoration: none;
}

.block--collage .block__copy-heading {
  color: #34a3a0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
}

.block--collage .block__copy-sub-heading {
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.block--collage .block__copy-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .block--collage .block__copy-wrapper {
    height: 50%;
  }
}
.block--collage .block__copy-wrapper--bottom {
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .block--collage .block__copy-wrapper--bottom {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .block--collage .block__copy-wrapper--bottom {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .block--collage .block__copy-wrapper--top {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .block--collage .block__copy-wrapper--top {
    justify-content: flex-start;
    padding-top: 90px;
  }
}
.block--collage .block__image {
  border-style: solid;
  border-width: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-sizing: content-box;
  border-color: #ffffff;
}

.block--collage .block__image-inner-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 2210px;
}

.block--collage .block__image--large {
  max-width: 325px;
}

.block--collage .block__image--small {
  max-width: 285px;
}

.block--collage .block__image-vertical-group > :not(:first-child) {
  margin-top: 10px;
}

.block--collage .block__image-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  height: 100%;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .block--collage .block__image-wrapper {
    display: none;
  }
}
.block--collage .block__image-wrapper--above .block__image:not(:first-child) {
  margin-left: 260px;
}

.block--collage .block__image-wrapper--above .block__image:nth-child(3) {
  margin-left: 315px;
}

.block--collage .block__image-wrapper--above .block__image-inner-wrapper {
  justify-content: center;
  min-width: 2060px;
  width: 2060px;
}

.block--collage .block__image-wrapper--below .block__image-inner-wrapper {
  justify-content: space-between;
  min-width: 1510px;
  width: 1510px;
}

.block--collage .block__video-dialog-trigger {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  color: #ffffff;
  filter: drop-shadow(0 0 5.8px rgba(0, 0, 0, 0.4));
  position: absolute;
  height: 90px;
  width: 90px;
}

@media only screen and (max-width: 768px) {
  .block--collage .block__video-dialog-trigger {
    display: none;
  }
}
.block--collage .block__video-dialog-trigger .icon {
  opacity: 0.9;
}

.block--collapsible-section {
  padding-bottom: 70px;
  padding-top: 70px;
}

.block--collapsible-section .block__action--toggle {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
}

.block--collapsible-section .block__action--toggle .icon {
  color: #c0c0c0;
  height: 16px;
  width: 16px;
}

.block--collapsible-section .block__action--toggle .icon:hover {
  color: #006472;
}

.block--collapsible-section .block__divider {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.block--collapsible-section .block__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block--collapsible-section .block__label {
  text-transform: uppercase;
}

.block--collapsible-section .block__wrapper {
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.block--conference-call {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 6px;
  display: inline-block;
  margin-top: 30px;
  padding: 24px;
  width: auto;
}

.block--conference-call .block__detail-container {
  margin-top: 12px;
}

.block--conference-call .block__detail-item:not(:first-child) {
  margin-top: 2px;
}

.block--conference-call .block__detail-item__label {
  display: inline;
  font-weight: bold;
}

.block--conference-call .block__detail-item__value {
  display: inline;
  margin-left: 4px;
}

.block--conference-call .block__detail-item__value a, .block--conference-call .block__detail-item__value a:active, .block--conference-call .block__detail-item__value a:focus, .block--conference-call .block__detail-item__value a:link, .block--conference-call .block__detail-item__value a:visited {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.block--download-links .block__link-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--download-links .block__link-item {
  display: block;
  margin-top: 0;
}

.block--download-links .block__link-item {
  align-items: center;
  border-bottom-color: #e5e6e7;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #34a3a0;
  display: flex;
  font-weight: bold;
  max-width: 300px;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media only screen and (max-width: 768px) {
  .block--download-links .block__link-item {
    max-width: 100%;
    width: 300px;
  }
}
.block--download-links .block__link-anchor {
  display: inline-block;
  flex-shrink: 0;
  height: 20px;
  vertical-align: 6px;
  width: 20px;
}

.block--download-links .block__link-anchor, .block--download-links .block__link-anchor:active, .block--download-links .block__link-anchor:focus, .block--download-links .block__link-anchor:link, .block--download-links .block__link-anchor:visited {
  color: #006472;
  text-decoration: none;
}

.block--download-links .block__link-anchor:hover {
  color: #999999;
}

.block--download-links .block__link-label {
  margin-left: 16px;
}

.block--flexible-card-links .block__link-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--flexible-card-links .block__link-item {
  display: block;
  margin-top: 0;
}

.block--flexible-card-links .block__link-container {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .block--flexible-card-links .block__link-container {
    align-items: center;
    flex-direction: column;
  }
}
.block--flexible-card-links .block__link-item {
  border-style: solid;
  border-width: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  align-items: center;
  border-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 36px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .block--flexible-card-links .block__link-item {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 768px) {
  .block--flexible-card-links .block__link-item {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .block--flexible-card-links .block__link-item:not(:first-child) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .block--flexible-card-links .block__link-item:not(:first-child) {
    margin-top: 30px;
  }
}
.block--flexible-card-links .block__link-item--background-type-is-image-repeat {
  background-position: top left;
  background-repeat: repeat;
  background-size: 270px;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/blue-01-v2.27.0.png");
  color: #ffffff;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 h1,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 h2,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 h3,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 h4,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 h5,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 h6,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 a {
  color: inherit;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-blue-01 .block__link-item-anchor {
  color: #34a3a0;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/dark-blue-01-v2.27.0.png");
  color: #ffffff;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 h1,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 h2,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 h3,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 h4,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 h5,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 h6,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 a {
  color: inherit;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-blue-01 .block__link-item-anchor {
  color: #006472;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/dark-grey-01-v2.27.0.png");
  color: #ffffff;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 h1,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 h2,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 h3,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 h4,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 h5,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 h6,
.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 a {
  color: inherit;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-dark-grey-01 .block__link-item-anchor {
  color: #212121;
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-white-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/white-01-v2.27.0.png");
}

.block--flexible-card-links .block__link-item--background-type-is-image-repeat.block__link-item--background-image-repeat-variation-is-white-01 .block__link-item-anchor {
  color: #ffffff;
  background-color: #212121;
}

.block--flexible-card-links .block__link-item > * {
  max-width: 100%;
  overflow-wrap: break-word;
}

.block--flexible-card-links .block__link-item-description {
  flex-grow: 1;
  font-size: 18px;
}

.block--flexible-card-links .block__link-item-description p {
  margin: 0;
}

.block--flexible-card-links .block__link-item-anchor {
  background-color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  text-transform: uppercase;
}

.block--flexible-card-links .block__link-item-anchor, .block--flexible-card-links .block__link-item-anchor:active, .block--flexible-card-links .block__link-item-anchor:focus, .block--flexible-card-links .block__link-item-anchor:link, .block--flexible-card-links .block__link-item-anchor:visited {
  text-decoration: none;
}

.block--flexible-card-links .block__link-item-anchor + .block__link-item-anchor {
  margin-top: 20px;
}

.block--flexible-card-links .block__link-item-description + .block__link-item-anchor {
  margin-top: 26px;
}

.block--flexible-card-links .block__link-item-heading {
  font-size: 26px;
  text-transform: uppercase;
}

.block--icon-columns .block__column-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--icon-columns .block__column-item {
  display: block;
  margin-top: 0;
}

.block--icon-columns .block__column-container {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .block--icon-columns .block__column-container {
    flex-direction: column;
  }
}
.block--icon-columns .block__column-description {
  margin-top: 10px;
  text-align: center;
}

.block--icon-columns .block__column-heading {
  color: #34a3a0;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  text-align: center;
  text-transform: uppercase;
}

.block--icon-columns .block__column-image {
  width: 60px;
}

.block--icon-columns .block__column-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

@media only screen and (min-width: 769px) {
  .block--icon-columns .block__column-item {
    width: calc((100% - 120px) / 5);
  }
}
@media only screen and (min-width: 769px) {
  .block--icon-columns .block__column-item:not(:first-child) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .block--icon-columns .block__column-item:not(:first-child) {
    margin-top: 30px;
  }
}
.block--iframe {
  max-width: 100%;
}

.block--iframe .block__embed {
  margin-left: auto;
  margin-right: auto;
}

.block--management-item-grid .block__management-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--management-item-grid .block__management-item {
  display: block;
  margin-top: 0;
}

.block--management-item-grid .block__management-container {
  display: grid;
  grid-gap: 20px;
}

@media only screen and (min-width: 769px) {
  .block--management-item-grid .block__management-container {
	   grid-template-columns: repeat(4, 1fr);
  }
  .wp-block-group.board-of-directors .block--management-item-grid .block__management-container {
	   grid-template-columns: repeat(4, 1fr);
	  
  }
}
@media only screen and (max-width: 768px) {
  .block--management-item-grid .block__management-container {
    grid-template-columns: 100%;
    justify-items: center;
  }
}
.block--management-item-grid .block__management-item {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  margin-top: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .block--management-item-grid .block__management-item {
    width: 280px;
  }
}
.block--management-item-grid .block__management-item__credentials {
  font-size: 0.65em;
}

.block--management-item-grid .block__management-item__details {
  align-items: center;
  background-color: rgba(0, 100, 114, 0.9);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  min-height: 170px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  transition-duration: 0.8s;
}

.block--management-item-grid .block__management-item:not(:hover) .block__management-item__details {
  transform: translateY(66px);
}

.block--management-item-grid .block__management-item__details-wrapper {
  align-self: end;
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  height: 0;
  justify-content: flex-end;
  transition-property: height;
}

.block--management-item-grid .block__management-item:hover .block__management-item__details-wrapper {
  height: 100%;
  transition-duration: 0.5s;
}

.block--management-item-grid .block__management-item:not(:hover) .block__management-item__details-wrapper {
  transition-duration: 0.8s;
}

.block--management-item-grid .block__management-item__heading {
  color: inherit;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.block--management-item-grid .block__management-item__image-wrapper {
  grid-column: 1;
  grid-row: 1;
  padding: 20px;
}

.block--management-item-grid .block__management-item__link {
  align-items: center;
  border-color: #ffffff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  margin-top: 16px;
  opacity: 0;
  justify-content: center;
  transition-property: opacity;
  width: 50px;
}

.block--management-item-grid .block__management-item__link, .block--management-item-grid .block__management-item__link:active, .block--management-item-grid .block__management-item__link:focus, .block--management-item-grid .block__management-item__link:link, .block--management-item-grid .block__management-item__link:visited {
  color: inherit;
}

.block--management-item-grid .block__management-item__link:hover {
  background-color: #ffffff;
  color: #006472;
}

.block--management-item-grid .block__management-item:hover .block__management-item__link {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.block--management-item-grid .block__management-item:not(:hover) .block__management-item__link {
  transition-duration: 0.4s;
}

.block--management-item-grid .block__management-item__link .icon {
  height: 60%;
  width: 60%;
}

.block--management-item-grid .block__management-item__sub-heading {
  color: inherit;
  flex-shrink: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin-top: 4px;
  text-align: center;
}

.block--news-article-links {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.block--news-article-links .block__heading {
  color: #212121;
  font-size: 33px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.block--news-article-links .block__index-anchor {
  background-color: #212121;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.block--news-article-links .block__link-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--news-article-links .block__link-item {
  display: block;
  margin-top: 0;
}

.block--news-article-links .block__link-container {
  display: grid;
  margin-top: 24px;
  grid-gap: 16px;
}

@media only screen and (min-width: 769px) {
  .block--news-article-links .block__link-container {
    grid-template-columns: repeat(3, calc(33.3333333333% - 10.6666666667px));
  }
}
@media only screen and (max-width: 768px) {
  .block--news-article-links .block__link-container {
    grid-template-columns: auto;
    justify-content: center;
  }
}
.block--news-article-links .block__link-item {
  background-color: #ffffff;
  border-color: #dedfdf;
  border-style: solid;
  border-width: 6px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 20px;
}

.block--news-article-links .block__link-item__date {
  color: #34a3a0;
  text-transform: uppercase;
}

.block--news-article-links .block__link-item__title {
  color: #212121;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  max-width: 100%;
  overflow-wrap: break-word;
}

.block--news-article-links .block__link-item__anchor {
  margin-top: 20px;
  text-transform: uppercase;
}

.block--news-article-links .block__link-item__anchor, .block--news-article-links .block__link-item__anchor:active, .block--news-article-links .block__link-item__anchor:focus, .block--news-article-links .block__link-item__anchor:link, .block--news-article-links .block__link-item__anchor:visited {
  color: #a6a6a6;
}

.block--page-intro .block__content-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

.block--page-intro .block__copy {
  max-width: 690px;
}

.block--page-intro .block__description {
  color: #414042;
  font-size: 22px;
}

.block--page-intro .block__description p {
  line-height: 1.5;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .block--page-intro.block--with-image {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .block--page-intro.block--with-image .block__content-wrapper {
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .block--page-intro.block--with-image .block__copy {
    margin-bottom: 36px;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 769px) {
  .block--page-intro.block--with-image .block__divider {
    margin-left: 0;
    margin-right: 0;
  }
}
.block--page-intro.block--with-image .block__image {
  align-self: flex-end;
  flex-shrink: 0;
  margin-left: 30px;
  width: calc((100% - 30px) * 0.5);
}

@media only screen and (max-width: 768px) {
  .block--page-intro.block--with-image .block__image {
    display: none;
  }
}
.block--presentation-downloads .block__download-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--presentation-downloads .block__download-item {
  display: block;
  margin-top: 0;
}

.block--presentation-downloads .block__download-anchor {
  text-decoration: none;
}

.block--presentation-downloads .block__download-anchor--heading {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
}

.block--presentation-downloads .block__download-anchor--heading .icon {
  height: 20px;
  width: 20px;
}

.block--presentation-downloads .block__download-anchor--image {
  display: block;
}

.block--presentation-downloads .block__download-container {
  display: flex;
  margin-top: 40px;
}

@media only screen and (min-width: 769px) {
  .block--presentation-downloads .block__download-container {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .block--presentation-downloads .block__download-container {
    align-items: center;
    flex-direction: column;
  }
}
.block--presentation-downloads .block__download-heading {
  font-size: 18px;
  font-weight: normal;
}

.block--presentation-downloads .block__download-icon-wrapper {
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 20px;
  margin-right: 12px;
}

.block--presentation-downloads .block__download-image {
  border-color: #ffffff;
  border-style: solid;
  border-width: 12px;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.3);
}

.block--presentation-downloads .block__download-item {
  flex-basis: 0;
  flex-grow: 1;
}

.block--presentation-downloads.block--has-one-download-item .block__download-item {
  max-width: 484px;
  width: 100%;
}

.block--presentation-downloads.block--has-two-download-items .block__download-item {
  max-width: 404px;
}

@media only screen and (min-width: 769px) {
  .block--presentation-downloads.block--has-two-download-items .block__download-item {
    width: calc(50% - 36px);
  }

  .block--presentation-downloads.block--has-two-download-items .block__download-item:not(:first-child) {
    margin-left: 36px;
  }
}
.block--presentation-downloads.block--has-three-download-items .block__download-item {
  max-width: 274px;
}

@media only screen and (min-width: 769px) {
  .block--presentation-downloads.block--has-three-download-items .block__download-item {
    width: calc((100% / 3) - 20px);
  }

  .block--presentation-downloads.block--has-three-download-items .block__download-item:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block--presentation-downloads .block__download-item:not(:first-child) {
    margin-top: 30px;
  }
}
.block--presentation-downloads .block__heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.block--teaser-links .block__description {
  color: #006472;
  font-size: 20px;
}

.block--teaser-links .block__divider {
  margin-left: 0;
  margin-right: 0;
}

.block--teaser-links .block__heading {
  color: #34a3a0;
}

.block--teaser-links .block__link-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--teaser-links .block__link-item {
  display: block;
  margin-top: 0;
}

.block--teaser-links .block__link-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
}

.block--teaser-links .block__link-item:not(:first-child) {
  border-top-color: #d4d4d4;
  border-top-style: solid;
  border-top-width: 1px;
}

.block--teaser-links .block__link-item__copy {
  max-width: 680px;
}

.block--teaser-links .block__link-item a,
.block--teaser-links .block__link-item a:active,
.block--teaser-links .block__link-item a:focus,
.block--teaser-links .block__link-item a:link,
.block--teaser-links .block__link-item a:visited {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.block--teaser-links .block__link-item__trigger {
  background-color: #34a3a0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.block--thumbnails .block__description {
  text-align: center;
}

.block--thumbnails .block__heading {
  color: #34a3a0;
  text-align: center;
}

.block--thumbnails .block__thumbnail-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--thumbnails .block__thumbnail-item {
  display: block;
  margin-top: 0;
}

.block--thumbnails .block__thumbnail-container {
  display: grid;
  grid-gap: 30px;
  margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  .block--thumbnails .block__thumbnail-container {
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .block--thumbnails .block__thumbnail-container {
    grid-template-columns: auto;
    justify-content: center;
  }
}
.block__thumbnail-dialog {
  background-color: #ffffff;
  border-color: #efefef;
  border-style: solid;
  border-width: 6px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.2);
  max-height: 100%;
  max-width: 100%;
  padding: 70px;
  position: absolute;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 712px;
}

.block__thumbnail-dialog__action--hide {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}

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

.block__thumbnail-dialog__content p:not(:first-child) {
  margin-top: 12px;
}

.block__thumbnail-dialog__heading {
  color: #006472;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
  text-transform: none;
}

.block__thumbnail-dialog__image {
  max-width: 70%;
}

.block--thumbnails .block__thumbnail-item {
  height: 120px;
  width: 240px;
}

.block--thumbnails .block__thumbnail-item:not(.block__thumbnail-item--image-only):hover {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.block--thumbnails .block__thumbnail-item:not(.block__thumbnail-item-image-wrapper) {
  display: block;
}

.block--thumbnails .block__thumbnail-item-anchor {
  display: block;
  height: 100%;
  width: 100%;
}

.block--thumbnails .block__thumbnail-item-dialog-trigger {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  height: 100%;
  width: 100%;
}

.block--thumbnails .block__thumbnail-item-image-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.block--timeline {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.block--timeline .block__header {
  align-items: center;
  display: flex;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.block--timeline .block__header .block__slide-navigation-button {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  color: #bfbfbf;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}

.block--timeline .block__header .block__slide-navigation-button--next {
  margin-left: 30px;
}

.block--timeline .block__header .block__slide-navigation-button--previous {
  margin-right: 30px;
}

.block--timeline .block__heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.block--timeline .block__slide-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--timeline .block__slide-item {
  display: block;
  margin-top: 0;
}

.block--timeline .block__slide-container {
  display: flex;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 769px) {
  .block--timeline .block__slide-content {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block--timeline .block__slide-content {
    margin-top: 20px;
  }
}
.block--timeline .block__slide-date {
  font-size: 14px;
}

.block--timeline .block__slide-description {
  font-size: 14px;
  margin-top: 10px;
}

.block--timeline .block__slide-gate {
  margin-top: 30px;
  max-width: 100%;
  width: 520px;
}

.block--timeline .block__slide-heading {
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 10px;
}

.block--timeline .block__slide-image {
  width: 210px;
}

@media only screen and (min-width: 769px) {
  .block--timeline .block__slide-image {
    flex-grow: 1;
  }
}
.block--timeline .block__slide-item {
  box-shadow: 0 6px 12px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-shrink: 0;
  margin-left: 20px;
  margin-right: 20px;
  max-width: calc(100% - 40px);
  padding: 14px;
  width: 480px;
}

@media only screen and (min-width: 769px) {
  .block--timeline .block__slide-item {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .block--timeline .block__slide-item {
    align-items: center;
    flex-direction: column;
  }
}
.block--timeline .block__slide-navigation-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.block--timeline .block__slide-navigation-item {
  display: block;
  margin-top: 0;
}

.block--timeline .block__slide-navigation-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  display: flex;
  justify-content: center;
}

.block--timeline .block__slide-navigation-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 60px;
}

.block--timeline .block__slide-navigation-item:not(:first-child) {
  margin-left: 10px;
}

.block--timeline .block__slide-navigation-date {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  color: #bfbfbf;
  font-size: 18px;
  margin-top: 12px;
}

.block--timeline .block__slide-navigation-date[data-timeline-navigation-trigger-state=active] {
  color: #34a3a0;
  font-weight: bold;
}

.block--timeline .block__slide-navigation-point {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-color: #bfbfbf;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  height: 16px;
  width: 16px;
}

.block--timeline .block__slide-navigation-point[data-timeline-navigation-trigger-state=active] {
  background-color: #34a3a0;
  border: none;
}

.block--timeline .block__slide-navigation-wrapper {
  margin-top: 40px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .block--timeline .block__slide-navigation-wrapper {
    display: none;
  }
}
.block--timeline .block__slide-navigation-wrapper:before {
  background-color: #bfbfbf;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 6px;
  width: 100%;
  z-index: -1;
}

#dialog-display-wrapper {
  align-items: center;
  background-color: rgba(26, 26, 26, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.page--has-admin-bar #dialog-display-wrapper {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .page--has-admin-bar #dialog-display-wrapper {
    top: 46px;
  }
}
.page--is-showing-dialog {
  overflow: hidden;
}

.icon {
  display: inline-block;
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.nf-form-cont .nf-form-fields-required {
  font-size: 13px;
  text-align: center;
}

.custom-theme--required-message-inline-alignment-should-be-left .nf-form-cont .nf-form-fields-required {
  text-align: left;
}

.nf-form-cont .nf-form-content {
  margin-top: 30px;
}

.nf-form-cont .nf-field-label label {
  font-weight: 300;
}

.nf-form-cont .ninja-forms-req-symbol {
  color: #34a3a0;
}

.nf-form-cont .nf-field-element input:not([type=button]):not([type=checkbox]):not([type=radio]),
.nf-form-cont .nf-field-element select,
.nf-form-cont .nf-field-element textarea {
  border-color: #dedfdf;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 3px 6px 3px #dedfdf;
  font-weight: inherit;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.nf-form-cont .nf-field-element select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
}

.nf-form-cont .nf-field-element textarea {
  min-height: 180px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.nf-form-cont .nf-field-element button,
.nf-form-cont .nf-field-element input[type=button],
.nf-form-cont .nf-field-element input[type=submit] {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  background-color: #34a3a0;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  text-transform: uppercase;
}

.nf-form-cont .nf-field-element input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.nf-form-cont .nf-field-element input[type=checkbox] + label {
  align-items: center;
  display: flex;
  margin-left: 0;
}

.nf-form-cont .nf-field-element input[type=checkbox] + label::before {
  align-items: center;
  background-color: #ffffff;
  border-color: #dedfdf;
  border-width: 1px;
  border-style: solid;
  content: "";
  display: flex;
  font-family: FontAwesome;
  justify-content: center;
  margin-right: 8px;
  height: 20px;
  width: 20px;
}

.nf-form-cont .nf-field-element input[type=checkbox]:checked + label::before {
  content: "";
}

.nf-form-cont .nf-field-element input[type=checkbox]:focus + label::before {
  outline: #3b99fc auto 5px;
}

.nf-form-cont .list-select-wrap .nf-field-element::after {
  align-items: center;
  content: "";
  display: flex;
  font-family: FontAwesome;
  font-size: 1.3em;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 0;
}

.nf-form-cont .submit-wrap .nf-field-element {
  display: flex;
  justify-content: center;
}

.nf-form-cont .label-above .nf-field-label {
  margin-bottom: 0;
}

.nf-form-cont .label-above .nf-field-element {
  margin-top: 10px;
}

.nf-form-cont .nf-response-msg {
  text-align: center;
}

.search-modal {
  background-color: #ffffff;
  border-color: #efefef;
  border-style: solid;
  border-width: 6px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.2);
  max-height: 100%;
  max-width: 100%;
  padding: 70px;
  position: absolute;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.search-modal__action--hide {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}

.search-modal .search-form__input {
  font-size: 40px;
  line-height: 60px;
  max-width: 700px;
  padding: 20px;
  width: 90vw;
}

.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}

.wp-block-button {
  color: #fff;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.alignright {
  text-align: right;
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: inherit;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.no-border-radius.wp-block-button__link {
  border-radius: 0 !important;
}

.is-style-outline {
  color: #32373c;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid;
}

.wp-block-calendar {
  text-align: center;
}

.wp-block-calendar tbody td, .wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7;
}

.wp-block-calendar tfoot td {
  border: none;
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0;
}

.wp-block-calendar a {
  text-decoration: underline;
}

.wp-block-calendar tfoot a {
  color: #00739c;
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
  color: #40464d;
}

.wp-block-categories.alignleft {
  margin-right: 2em;
}

.wp-block-categories.alignright {
  margin-left: 2em;
}

.wp-block-cover, .wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before, .wp-block-cover.has-background-dim.has-background-dim-10:before {
  opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before, .wp-block-cover.has-background-dim.has-background-dim-20:before {
  opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before, .wp-block-cover.has-background-dim.has-background-dim-30:before {
  opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before, .wp-block-cover.has-background-dim.has-background-dim-40:before {
  opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before, .wp-block-cover.has-background-dim.has-background-dim-50:before {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before, .wp-block-cover.has-background-dim.has-background-dim-60:before {
  opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before, .wp-block-cover.has-background-dim.has-background-dim-70:before {
  opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before, .wp-block-cover.has-background-dim.has-background-dim-80:before {
  opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before, .wp-block-cover.has-background-dim.has-background-dim-90:before {
  opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before, .wp-block-cover.has-background-dim.has-background-dim-100:before {
  opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-cover-image:after, .wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-cover-image:after, .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
  color: inherit;
}

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff;
}

.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit, .block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit, .wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed {
  margin-bottom: 1em;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-file {
  margin-bottom: 1.5em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  text-align: right;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2);
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px)/3 - 1px);
    }
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px)/4);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px)/4 - 1px);
    }
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px)/5);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px)/5 - 1px);
    }
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px)/6);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px)/6 - 1px);
    }
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px)/7);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px)/7 - 1px);
    }
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px)/8);
    margin-right: 16px;
  }

  @supports (-ms-ime-align: auto) {
    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px)/8 - 1px);
    }
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-image {
  max-width: 100%;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.is-style-circle-mask img {
  border-radius: 9999px;
}

@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none) {
  .is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: none;
  }
}
.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px;
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}

.wp-block-latest-posts.alignright {
  margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px);
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px);
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px);
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px);
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px;
}

.wp-block-media-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
}

.wp-block-media-text .has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start;
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  padding: 0 8%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

.wp-block-media-text.is-image-fill figure {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}

.wp-block-media-text.is-image-fill figure > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.is-small-text {
  font-size: 14px;
}

.is-regular-text {
  font-size: 16px;
}

.is-large-text {
  font-size: 36px;
}

.is-larger-text {
  font-size: 48px;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

p.has-text-color a {
  color: inherit;
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 305px;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px;
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative;
}

.wp-block-pullquote .has-text-color a {
  color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-rss.alignleft {
  margin-right: 2em;
}

.wp-block-rss.alignright {
  margin-left: 2em;
}

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px);
  }

  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px);
  }

  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px);
  }

  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px);
  }

  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px);
  }
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
}

.wp-block-search .wp-block-search__input {
  flex-grow: 1;
}

.wp-block-search .wp-block-search__button {
  margin-left: 10px;
}

.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.wp-social-link {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
}

.wp-social-link, .wp-social-link a {
  display: block;
  transition: transform 0.1s ease;
}

.wp-social-link a {
  padding: 6px;
  line-height: 0;
}

.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}

.wp-social-link:hover {
  transform: scale(1.1);
}

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px;
}

.wp-block-spacer {
  clear: both;
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
  word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent;
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
  display: flex;
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-video video {
  max-width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}

.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

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

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

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

.has-small-font-size {
  font-size: 0.8125em;
}

.has-large-font-size {
  font-size: 1.125em;
}

.wp-block-columns {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .wp-block-columns {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
  }

  .wp-block-columns.are-vertically-aligned-center {
    align-items: center;
  }

  .wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
  }
}
.wp-block-column {
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-column--is-one-fifth-width {
  flex-basis: 20%;
}

.wp-block-column--is-one-fourth-width {
  flex-basis: 25%;
}

.wp-block-column--is-one-half-width {
  flex-basis: 50%;
}

.wp-block-column--is-one-third-width {
  flex-basis: 33.3333333333%;
}

.wp-block-column--is-two-thirds-width {
  flex-basis: 66.6666666667%;
}

@media only screen and (max-width: 768px) {
  .wp-block-column:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }

  .wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
  }

  .wp-block-column.is-vertically-aligned-center {
    align-self: center;
  }

  .wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
  }
}
.has-text-color.has-black-color,
.has-inline-color.has-black-color {
  color: #1a1a1a;
}

.has-background.has-black-background-color {
  background-color: #1a1a1a;
}

.has-text-color.has-blue-color,
.has-inline-color.has-blue-color {
  color: #34a3a0;
}

.has-background.has-blue-background-color {
  background-color: #34a3a0;
}

.has-text-color.has-bright-green-color,
.has-inline-color.has-bright-green-color {
  color: #82c341;
}

.has-background.has-bright-green-background-color {
  background-color: #82c341;
}

.has-text-color.has-dark-blue-color,
.has-inline-color.has-dark-blue-color {
  color: #006472;
}

.has-background.has-dark-blue-background-color {
  background-color: #006472;
}

.has-text-color.has-dark-grey-color,
.has-inline-color.has-dark-grey-color {
  color: #212121;
}

.has-background.has-dark-grey-background-color {
  background-color: #212121;
}

.has-text-color.has-grey-color,
.has-inline-color.has-grey-color {
  color: #cccccc;
}

.has-background.has-grey-background-color {
  background-color: #cccccc;
}

.has-text-color.has-light-grey-color,
.has-inline-color.has-light-grey-color {
  color: #e5e6e7;
}

.has-background.has-light-grey-background-color {
  background-color: #e5e6e7;
}

.has-text-color.has-medium-dark-grey-color,
.has-inline-color.has-medium-dark-grey-color {
  color: #757575;
}

.has-background.has-medium-dark-grey-background-color {
  background-color: #757575;
}

.has-text-color.has-off-white-color,
.has-inline-color.has-off-white-color {
  color: #f5f5f5;
}

.has-background.has-off-white-background-color {
  background-color: #f5f5f5;
}

.has-text-color.has-white-color,
.has-inline-color.has-white-color {
  color: #ffffff;
}

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

.wp-block-group:not(.custom-theme--block--background-is-enabled) {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-is-full-width {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-is-full-width .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-is-content-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 930px;
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-blue {
  background-color: #34a3a0;
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-blue h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-blue h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-blue h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-blue h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-blue h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-blue h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-blue a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-blue {
  background-color: #006472;
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-blue h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-blue h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-blue h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-blue h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-blue h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-blue h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-blue a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-grey {
  background-color: #212121;
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-grey h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-grey h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-grey h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-grey h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-grey h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-grey h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-color.wp-block-group.custom-theme--block--background-color-is-dark-grey a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat {
  background-position: top left;
  background-repeat: repeat;
  background-size: 270px;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-blue-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/blue-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-blue-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-blue-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-blue-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-blue-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-blue-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-blue-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-blue-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/dark-blue-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/dark-grey-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-repeat.wp-block-group.custom-theme--block--background-image-repeat-variation-is-white-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/white-01-v2.27.0.png");
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat {
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 1430px;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 {
  background-color: #34a3a0;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/blue-left-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 {
  background-color: #34a3a0;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/blue-right-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 {
  background-color: #82c341;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/bright-green-left-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 {
  background-color: #82c341;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/bright-green-right-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 {
  background-color: #006472;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-blue-left-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 {
  background-color: #006472;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-blue-right-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 {
  background-color: #212121;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-grey-left-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 {
  background-color: #212121;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-grey-right-01-v2.27.0.png");
  color: #ffffff;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h1,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h2,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h3,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h4,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h5,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h6,
.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 a {
  color: inherit;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-white-center-bottom-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-center-bottom-01-v2.27.0.png");
  background-position-y: bottom;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-white-left-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-left-01-v2.27.0.png");
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-variation-is-white-right-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-right-01-v2.27.0.png");
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-vertical-alignment-is-bottom {
  background-position-y: bottom;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-vertical-alignment-is-center {
  background-position-y: center;
}

.wp-block-group.custom-theme--block--background-is-enabled.wp-block-group.custom-theme--block--background-type-is-image-no-repeat.wp-block-group.custom-theme--block--background-image-no-repeat-vertical-alignment-is-top {
  background-position-y: top;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-is-full-width {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-is-full-width .block__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-is-content-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 930px;
  padding-left: 20px;
  padding-right: 20px;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-blue {
  background-color: #34a3a0;
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-blue h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-blue h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-blue h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-blue h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-blue h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-blue h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-blue a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-blue {
  background-color: #006472;
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-blue h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-blue h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-blue h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-blue h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-blue h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-blue h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-blue a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-grey {
  background-color: #212121;
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-grey h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-grey h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-grey h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-grey h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-grey h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-grey h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-color.block.custom-theme--block--background-color-is-dark-grey a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat {
  background-position: top left;
  background-repeat: repeat;
  background-size: 270px;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-blue-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/blue-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-blue-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-blue-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-blue-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-blue-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-blue-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-blue-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-blue-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/dark-blue-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-blue-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/dark-grey-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-dark-grey-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-repeat.block.custom-theme--block--background-image-repeat-variation-is-white-01 {
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/white-01-v2.27.0.png");
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat {
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 1430px;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 {
  background-color: #34a3a0;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/blue-left-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-left-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 {
  background-color: #34a3a0;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/blue-right-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-blue-right-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 {
  background-color: #82c341;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/bright-green-left-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-left-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 {
  background-color: #82c341;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/bright-green-right-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-bright-green-right-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 {
  background-color: #006472;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-blue-left-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-left-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 {
  background-color: #006472;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-blue-right-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-blue-right-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 {
  background-color: #212121;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-grey-left-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-left-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 {
  background-color: #212121;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-grey-right-01-v2.27.0.png");
  color: #ffffff;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h1,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h2,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h3,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h4,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h5,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 h6,
.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-dark-grey-right-01 a {
  color: inherit;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-white-center-bottom-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-center-bottom-01-v2.27.0.png");
  background-position-y: bottom;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-white-left-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-left-01-v2.27.0.png");
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-variation-is-white-right-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-right-01-v2.27.0.png");
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-vertical-alignment-is-bottom {
  background-position-y: bottom;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-vertical-alignment-is-center {
  background-position-y: center;
}

.block.custom-theme--block--background-is-enabled.block.custom-theme--block--background-type-is-image-no-repeat.block.custom-theme--block--background-image-no-repeat-vertical-alignment-is-top {
  background-position-y: top;
}

.button-link {
  display: block;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
}

.button-link, .button-link:active, .button-link:focus, .button-link:link, .button-link:visited {
  text-decoration: none;
}

.button-link--inline-alignment-is-center {
  margin-left: auto;
  margin-right: auto;
}

.button-link--inline-alignment-is-left {
  margin-right: auto;
}

.button-link--inline-alignment-is-right {
  margin-left: auto;
}

.button-link--background-color-is-blue {
  background-color: #34a3a0;
}

.button-link--foreground-color-is-blue {
  color: #34a3a0 !important;
}

.button-link--background-color-is-dark-blue {
  background-color: #006472;
}

.button-link--foreground-color-is-dark-blue {
  color: #006472 !important;
}

.button-link--background-color-is-dark-grey {
  background-color: #212121;
}

.button-link--foreground-color-is-dark-grey {
  color: #212121 !important;
}

.button-link--background-color-is-white {
  background-color: #ffffff;
}

.button-link--foreground-color-is-white {
  color: #ffffff !important;
}

@media only screen and (min-width: 769px) {
  .call-to-action__content-wrapper {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 769px) {
  .call-to-action__links {
    align-self: stretch;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .call-to-action__links {
    margin-top: 30px;
  }
}
.call-to-action__links__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.call-to-action__links__item {
  display: block;
  margin-top: 0;
}

.call-to-action__links__item:not(:first-child) {
  margin-top: 20px;
}

.call-to-action__links__item__anchor {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.call-to-action__links__item__anchor, .call-to-action__links__item__anchor:active, .call-to-action__links__item__anchor:focus, .call-to-action__links__item__anchor:link, .call-to-action__links__item__anchor:visited {
  text-decoration: none;
}

.call-to-action__message__heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.landing-page-intro {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.landing-page-intro__banner {
  align-items: center;
  background-color: #212121;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: center;
  min-height: 500px;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

.landing-page-intro__banner--background-type-is-image {
  background-image: var(--custom-theme-banner-background-image);
  background-position: center;
  background-size: cover;
}

.landing-page-intro__banner--background-type-is-video .landing-page-intro__banner__background {
  height: 100%;
  left: 0;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.landing-page-intro__banner::before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.landing-page-intro__banner__button {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  height: 90px;
  margin-top: 30px;
  width: 90px;
}

.landing-page-intro__banner__button .icon {
  opacity: 0.6;
}

.landing-page-intro__banner__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  align-items: center;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: center;
}

.landing-page-intro__banner__heading {
  color: inherit;
  font-family: "Nunito Sans", sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-shadow: 0.1em 0 0.2em rgba(0, 0, 0, 0.3);
  text-transform: none;
}

.landing-page-intro__banner__sub-heading {
  color: inherit;
  font-family: "Nunito Sans", sans-serif;
  font-size: 37px;
  font-weight: 300;
  margin-top: 15px !important;
  max-width: 710px;
  text-align: center;
  text-shadow: 0.1em 0 0.2em rgba(0, 0, 0, 0.3);
}

.landing-page-intro__bottom {
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .landing-page-intro__bottom {
    padding-top: 50px;
  }
}
.landing-page-intro--columns-are-disabled .landing-page-intro__bottom {
  padding-top: 50px;
}

@media only screen and (min-width: 769px) {
  .landing-page-intro__column__custom-content {
    margin-top: 70px;
    padding-bottom: 25px;
    padding-top: 50px;
  }
}
.landing-page-intro__column__custom-content a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-left: 4px;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.landing-page-intro__column__custom-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.landing-page-intro__column__custom-content p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.2;
}

.landing-page-intro__columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

@media only screen and (min-width: 769px) {
  .landing-page-intro__columns {
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    isolation: isolate;
    margin-top: -70px;
  }
}
.landing-page-intro__columns__column {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .landing-page-intro__columns__column:not(:first-child) {
    margin-top: 50px;
  }
}
.landing-page-intro__columns__column .news-article-slideshow {
  flex-grow: 1;
}

.landing-page-intro__description {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.landing-page-intro__description:not(:first-child) {
  margin-top: 50px;
}

.landing-page-intro__description a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-left: 4px;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.landing-page-intro__description p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
}

.landing-page-intro__description p strong {
  font-weight: 700;
}

.landing-page-intro__links {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.landing-page-intro__links__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.landing-page-intro__links__item {
  display: block;
  margin-top: 0;
}

.landing-page-intro__links__container {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.landing-page-intro__links__description {
  margin-top: 8px !important;
}

.landing-page-intro__links__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  padding: 25px;
}

.landing-page-intro__links__heading {
  color: #006472 !important;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.landing-page-intro__links__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.landing-page-intro__links__item--background-color-is-blue {
  background-color: #34a3a0;
}

.landing-page-intro__links__item--background-color-is-blue + .landing-page-intro__links__item--background-color-is-blue {
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
}

.landing-page-intro__links__item--background-color-is-dark-blue {
  background-color: #006472;
}

.landing-page-intro__links__item--background-color-is-dark-blue + .landing-page-intro__links__item--background-color-is-dark-blue {
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
}

.landing-page-intro__links__item--background-color-is-bright-green {
  background-color: #82c341;
}

.landing-page-intro__links__item--background-color-is-bright-green + .landing-page-intro__links__item--background-color-is-bright-green {
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
}

.landing-page-intro__links__item:hover {
  background-color: #212121;
}

.landing-page-intro__links__item > a {
  align-items: center;
  color: inherit;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 700;
  flex-grow: 1;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.landing-page-intro__links__item > a .icon {
  display: block;
  height: 20px;
  opacity: 0.5;
  width: 20px;
}

.news-article-slideshow {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-right-01-v2.27.0.png");
  background-position: center top;
  background-size: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.news-article-slideshow__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.news-article-slideshow__item {
  display: block;
  margin-top: 0;
}

.news-article-slideshow__container {
  align-items: flex-start;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.news-article-slideshow__footer {
  display: flex;
  margin-top: auto;
  padding-top: 25px;
}

.news-article-slideshow__gate {
  margin-top: auto;
  overflow: hidden;
}

.news-article-slideshow__header {
  align-items: center;
  justify-content: space-between;
  display: flex;
  min-height: 20px;
}

.news-article-slideshow__heading {
  color: #006472 !important;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-article-slideshow__index-anchor {
  align-items: center;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.news-article-slideshow__index-anchor, .news-article-slideshow__index-anchor:active, .news-article-slideshow__index-anchor:focus, .news-article-slideshow__index-anchor:link, .news-article-slideshow__index-anchor:visited {
  color: #1a1a1a !important;
  text-decoration: none;
}

.news-article-slideshow__index-anchor .icon {
  height: 0.9em;
  width: 0.9em;
}

.news-article-slideshow__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.news-article-slideshow__item__anchor {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}

.news-article-slideshow__item__anchor, .news-article-slideshow__item__anchor:active, .news-article-slideshow__item__anchor:focus, .news-article-slideshow__item__anchor:link, .news-article-slideshow__item__anchor:visited {
  color: #757575 !important;
}

.news-article-slideshow__item__category {
  background-color: #212121;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 0 !important;
  order: -1;
}

.news-article-slideshow__item__category__link, .news-article-slideshow__item__category__link:active, .news-article-slideshow__item__category__link:focus, .news-article-slideshow__item__category__link:link, .news-article-slideshow__item__category__link:visited {
  color: inherit;
  text-decoration: none;
}

.news-article-slideshow__item__title {
  color: #212121 !important;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin-top: 10px;
}

.news-article-slideshow__relative-navigation {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.news-article-slideshow__relative-navigation__trigger {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  color: #cccccc;
  height: 20px;
  width: 20px;
}

.news-article-slideshow__relative-navigation__trigger:not(:first-child) {
  margin-left: 20px;
}

.news-article-slideshow__separator {
  margin-left: 0;
  margin-top: 25px;
}

.product-rows__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.product-rows__item {
  display: block;
  margin-top: 0;
}

.product-rows__item {
  align-items: center;
  background-color: #ffffff;
  color: #212121;
  display: flex;
  padding: 40px;
}

.product-rows__item:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .product-rows__item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .product-rows__item {
    justify-content: space-between;
  }
}
.product-rows__item__anchor {
  background-color: #34a3a0;
  color: #ffffff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  text-align: center;
  text-transform: uppercase;
  flex-shrink: 0;
}

.product-rows__item__anchor, .product-rows__item__anchor:active, .product-rows__item__anchor:focus, .product-rows__item__anchor:link, .product-rows__item__anchor:visited {
  color: #ffffff !important;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .product-rows__item__anchor {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .product-rows__item__anchor {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .product-rows__item__description {
    margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .product-rows__item__description {
    margin-left: 40px;
  }
}
.product-rows__item__heading {
  color: #006472 !important;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  width: 200px;
}

@media only screen and (min-width: 769px) {
  .product-rows__item__heading {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .product-rows__item__heading {
    text-align: center;
  }
}
.product-rows__item__image {
  flex-shrink: 0;
  max-width: 200px;
}

.tabs__content__container {
  margin-top: 40px;
}

.tabs__content__tab[data-wowe-toggle-target-state=inactive] {
  display: none;
}

.tabs__trigger__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.tabs__trigger__item {
  display: block;
  margin-top: 0;
}

.tabs__trigger__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  align-items: flex-start;
  display: flex;
  isolation: isolate;
}

.tabs__trigger__item__button {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-color: transparent;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-width: 2px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.tabs__trigger__item__button[data-wowe-toggle-trigger-state=active] {
  border-left-color: #006472;
  border-right-color: #006472;
  border-top-color: #006472;
  padding-bottom: 10px;
}

.tabs__trigger__item__heading {
  color: #34a3a0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tabs__trigger__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  position: relative;
}

.tabs__trigger__wrapper::after {
  content: "";
  border-bottom-style: solid;
  border-color: #006472;
  border-width: 2px;
  bottom: 2px;
  display: block;
  left: 0;
  position: sticky;
  width: 100%;
  z-index: -1;
}

.video-card {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.video-card__heading {
  color: #006472;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.video-card__link {
  align-self: flex-end;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-top: 14px;
  text-transform: uppercase;
}

.video-card__link, .video-card__link:active, .video-card__link:focus, .video-card__link:link, .video-card__link:visited {
  color: #1a1a1a;
  text-decoration: none;
}

.video-card__thumbnail {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}

.video-card__thumbnail__dialog-trigger {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  color: #ffffff;
  height: 17.8%;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  width: 10%;
}

.video-card__thumbnail__dialog-trigger .icon {
  display: block;
  opacity: 0.6;
}

.video-dialog {
  background-color: #ffffff;
  border-color: #efefef;
  border-style: solid;
  border-width: 6px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.2);
  max-height: 100%;
  max-width: 100%;
  padding: 70px;
  position: absolute;
  padding: 30px;
  width: 910px;
}

.video-dialog__action--hide {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}

.video-dialog__action--hide {
  right: 2px;
  top: 2px;
}

.video-dialog__embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-dialog__embed-wrapper {
  padding-top: 56.25%;
  height: 0;
  position: relative;
  width: 100%;
}

.page__footer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border-top-color: #e0e0e0;
  border-top-style: solid;
  border-top-width: 2px;
  color: #212121;
  padding-top: 24px;
}

.page__footer h3 {
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .page__footer h3 {
    font-size: 14px;
  }
}
.page__footer__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  display: flex;
  font-size: 11px;
}

@media only screen and (min-width: 769px) {
  .page__footer__content-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .page__footer__content-wrapper {
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    text-align: center;
  }
}
.page__footer__contact {
  margin-top: 16px;
}

.page__footer__contact-link-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page__footer__contact-link-item {
  display: block;
  margin-top: 0;
}

.page__footer__contact-link-container {
  margin-top: 4px;
}

.page__footer__contact-link-item {
  font-weight: 300;
}

.page__footer__contact-link-item:not(:first-child),
.page__footer__contact-link-item p:not(:first-child) {
  margin-top: 2px;
}

.page__footer__contact-link-item-label {
  font-weight: bold;
}

.page__footer__link-section-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page__footer__link-section-item {
  display: block;
  margin-top: 0;
}

.page__footer__link-section-container {
  display: flex;
}

@media only screen and (min-width: 769px) {
  .page__footer__link-section-item:not(:first-child) {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page__footer__link-section-item:not(.page__footer__link-section-item--social) {
    display: none;
  }
}
.page__footer__link-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page__footer__link-item {
  display: block;
  margin-top: 0;
}

.page__footer__link-container {
  margin-top: 10px;
}

.page__footer__link-item {
  font-weight: 300;
}

.page__footer__link-item:not(:first-child) {
  margin-top: 10px;
}

.page__footer__link-item a,
.page__footer__link-item a:active,
.page__footer__link-item a:focus,
.page__footer__link-item a:link,
.page__footer__link-item a:visited {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .page__footer__link-section-item--social {
    margin-top: 16px;
  }
}
.page__footer__link-section-item--social .page__footer__link-section-title {
  text-align: center;
}

.page__footer__link-section-item--social .page__footer__link-container {
  display: flex;
}

.page__footer__link-section-item--social .page__footer__link-item:not(:first-child) {
  margin-top: 0;
  margin-left: 6px;
}

.page__footer__link-section-item--social .page__footer__link-item a {
  display: block;
}

.page__footer__link-section-item--social .page__footer__link-item .icon {
  color: #34a3a0;
  height: 20px;
  width: 20px;
}

.page__footer__logo {
  max-width: 190px;
}

.page__footer__copyright {
  font-weight: 300;
  margin-top: 16px;
  text-align: center;
  width: 100%;
}

.page__footer__copyright a,
.page__footer__copyright a:active,
.page__footer__copyright a:focus,
.page__footer__copyright a:link,
.page__footer__copyright a:visited {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .page__footer__copyright {
    font-size: 11px;
    max-width: 260px;
  }
}
.page__footer__copyright-company-name {
  text-transform: uppercase;
}

.page__cookie-notification {
  background-color: #212121;
  bottom: 0;
  color: #ffffff;
  padding-bottom: 12px;
  padding-top: 12px;
  position: fixed;
  width: 100%;
}

.page__cookie-notification__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  align-items: center;
  display: flex;
  width: 850px;
}

@media only screen and (min-width: 769px) {
  .page__cookie-notification__content-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .page__cookie-notification__content-wrapper {
    flex-direction: column;
  }
}
.page__cookie-notification__dismiss-button {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  background-color: #ffffff;
  color: #212121;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  .page__cookie-notification__dismiss-button {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page__cookie-notification__dismiss-button {
    margin-top: 30px;
  }
}
.page__cookie-notification__notice {
  font-size: 12px;
}

.page__header {
  background-color: #ffffff;
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .page__header {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header {
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 601px) {
  body.page--has-admin-bar .page__header {
    top: 46px;
  }
}
.page__header__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 100px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .page__header__content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page__header__logo {
  max-width: 250px;
}

.page__header__navigation-menu-trigger {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  color: #cccccc;
  height: 30px;
  width: 30px;
}

@media only screen and (min-width: 769px) {
  .page__header__navigation-menu-trigger {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .page__header__navigation-menu-slide-wrapper {
    transform: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__navigation-menu-slide-wrapper {
    transform: translateX(0);
    transition-duration: 0.25s;
    transition-property: transform;
    transition-timing-function: ease-out;
  }
}
.page__header__navigation-menu-wrapper {
  color: #757575;
}

@media only screen and (min-width: 769px) {
  .page__header__navigation-menu-wrapper {
    align-self: flex-end;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__navigation-menu-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 6px 4px 2px rgba(0, 0, 0, 0.3);
    height: calc(100vh - 100%);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 12px;
    position: absolute;
    top: 100%;
    transition-duration: 0.25s;
    transition-property: transform;
    transition-timing-function: ease-out;
    width: 85%;
    z-index: 1;
  }

  .page__header__navigation-menu-wrapper[data-toggle-target-state=inactive] {
    transform: translateX(-100%);
  }

  .page__header__navigation-menu-wrapper::before {
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    left: 0;
    top: -6px;
    width: 101%;
    z-index: 1;
  }
}
body.page--has-admin-bar .page__header__navigation-menu-wrapper {
  height: calc(100% - 32px);
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.page--has-admin-bar .page__header__navigation-menu-wrapper {
    height: calc(100% - 46px);
    top: 46px;
  }
}
@media only screen and (max-width: 768px) {
  body.page--has-admin-bar .page__header__navigation-menu-wrapper {
    height: calc(100vh - (100% + 46px));
    top: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.page--has-admin-bar .page__header__navigation-menu-wrapper {
    height: calc(100vh - 100%);
  }
}
.page__header__secondary-navigation {
  color: #757575;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .page__header__secondary-navigation {
    margin-right: 5px;
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__secondary-navigation {
    color: #006472;
    font-size: 16px;
    font-weight: bold;
  }
}
.page__header__secondary-navigation a,
.page__header__secondary-navigation a:active,
.page__header__secondary-navigation a:focus,
.page__header__secondary-navigation a:link,
.page__header__secondary-navigation a:visited {
  color: inherit;
  text-decoration: none;
}

.page__header__secondary-navigation ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__secondary-navigation ul {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__secondary-navigation ul {
    flex-direction: column;
    text-align: center;
  }
}
.page__header__secondary-navigation ul > li {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .page__header__secondary-navigation__item {
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .page__header__secondary-navigation__item:not(:first-child)::before {
    border-left-color: currentColor;
    border-left-style: solid;
    border-left-width: 1px;
    content: "";
    display: inline-block;
    height: 80%;
    left: 0;
    position: absolute;
    top: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .page__header__secondary-navigation__item {
    border-bottom-color: #e5e6e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    text-align: left;
  }
}
.page__header__secondary-navigation__item--search > button {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
}

.page__header__secondary-navigation__item--search .icon {
  height: 14px;
  width: 14px;
}

.page__header__secondary-navigation__item--social {
  align-items: center;
  display: flex !important;
}

@media only screen and (max-width: 768px) {
  .page__header__secondary-navigation__item--social {
    display: none !important;
  }
}
.page__header__secondary-navigation__item--social > a:not(:first-child) {
  margin-left: 6px;
}

.page__header__secondary-navigation__item--social .icon {
  color: #34a3a0;
  height: 14px;
  width: 14px;
}

.page__header .menu-header-interim-primary-container {
  white-space: nowrap;
  z-index: 1;
}

.page__header .menu-header-interim-primary-container .menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page__header .menu-header-interim-primary-container .menu-item {
  display: block;
  margin-top: 0;
}

.page__header .menu-header-interim-primary-container .menu {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .page__header .menu-header-interim-primary-container .menu {
    flex-direction: column;
    text-align: center;
  }
}
.page__header .menu-header-interim-primary-container .menu > .menu-item {
  padding: 20px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .page__header .menu-header-interim-primary-container .menu > .menu-item:not(:hover) .sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page__header .menu-header-interim-primary-container .menu > .menu-item {
    border-bottom-color: currentColor;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .page__header .menu-header-interim-primary-container .menu > .menu-item > button[data-toggle-trigger-state=active]::after {
    content: "";
    font-family: FontAwesome;
    left: calc(100% + 10px);
    position: absolute;
  }
}
.page__header .menu-header-interim-primary-container .menu > .menu-item > a,
.page__header .menu-header-interim-primary-container .menu > .menu-item > button {
  font-size: 18px;
  font-weight: 300;
}

.page__header .menu-header-interim-primary-container .menu > .menu-item > a, .page__header .menu-header-interim-primary-container .menu > .menu-item > a:active, .page__header .menu-header-interim-primary-container .menu > .menu-item > a:focus, .page__header .menu-header-interim-primary-container .menu > .menu-item > a:link, .page__header .menu-header-interim-primary-container .menu > .menu-item > a:visited,
.page__header .menu-header-interim-primary-container .menu > .menu-item > button,
.page__header .menu-header-interim-primary-container .menu > .menu-item > button:active,
.page__header .menu-header-interim-primary-container .menu > .menu-item > button:focus,
.page__header .menu-header-interim-primary-container .menu > .menu-item > button:link,
.page__header .menu-header-interim-primary-container .menu > .menu-item > button:visited {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .page__header .menu-header-interim-primary-container .menu > .menu-item > a:hover,
.page__header .menu-header-interim-primary-container .menu > .menu-item > button:hover {
    color: #34a3a0;
  }
}
@media only screen and (max-width: 768px) {
  .page__header .menu-header-interim-primary-container .menu > .menu-item > a,
.page__header .menu-header-interim-primary-container .menu > .menu-item > button {
    font-size: 30px;
    position: relative;
  }
}
.page__header .menu-header-interim-primary-container .menu > .menu-item > button {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  line-height: inherit;
}

.page__header .menu-header-interim-primary-container .menu .sub-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page__header .menu-header-interim-primary-container .menu .menu-item {
  display: block;
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .page__header .menu-header-interim-primary-container .menu .sub-menu {
    background-color: #f5f5f5;
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.3);
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .page__header .menu-header-interim-primary-container .menu .sub-menu {
    margin-bottom: 14px;
    margin-top: 14px;
  }

  .page__header .menu-header-interim-primary-container .menu .sub-menu:not([data-toggle-target-state=active]) {
    display: none;
  }
}
.page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item:not(:first-child) {
  margin-top: 12px;
}

@media only screen and (min-width: 769px) {
  .page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item {
    color: #212121;
  }
}
.page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item a {
  font-size: 16px;
}

.page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item a, .page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item a:active, .page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item a:focus, .page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item a:link, .page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item a:visited {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .page__header .menu-header-interim-primary-container .menu .sub-menu .menu-item a:hover {
    color: #006472;
  }
}
.page__content__heading {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/repeat/blue-01-v2.27.0.png");
  background-position: top left;
  background-repeat: repeat;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
}

.page__content__heading__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.page__hierarchy-anchor, .page__hierarchy-anchor:active, .page__hierarchy-anchor:focus, .page__hierarchy-anchor:link, .page__hierarchy-anchor:visited {
  color: inherit;
  text-decoration: none;
}

.page__hierarchy-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page__hierarchy-item {
  display: block;
  margin-top: 0;
}

.page__hierarchy-container {
  display: flex;
}

.page__hierarchy-item {
  align-items: center;
  display: flex;
  font-size: 13px;
}

.page__hierarchy-item:not(:first-child) {
  margin-left: 4px;
}

.page__hierarchy-item__separator-icon {
  display: block;
  height: 10px;
  margin-left: 4px;
  width: 8px;
}

.page__title {
  color: inherit;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
  text-transform: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 10px;
}

.page--has-admin-bar {
  min-height: calc(100vh - 32px);
}

.page--has-admin-bar * {
  scroll-margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .page--has-admin-bar {
    min-height: calc(100vh - 46px);
  }

  .page--has-admin-bar * {
    scroll-margin-top: 46px;
  }
}
.page__content {
  flex-grow: 1;
}

.page__content__body > :first-child:not(.block--has-custom-padding):not(.custom-theme--has-own-padding-top) {
  padding-top: 24px;
}

.page__content__body > :last-child:not(.block--has-custom-padding) {
  padding-bottom: 24px;
}

.page__content__body > *:not(.full-width):not(.full-width-wrapper):not(.content-width):not(.content-width-wrapper):not(.block):not(.wp-block-group):not(.custom-theme--block--background-is-enabled):not(.custom-theme--has-own-width) {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.page__content__body > ul:not(.full-width):not(.full-width-wrapper):not(.content-width):not(.content-width-wrapper):not(.block):not(.wp-block-group):not(.custom-theme--block--background-is-enabled):not(.custom-theme--has-own-width) {
  padding-left: 38px;
}

.page__content__body > ol:not(.full-width):not(.full-width-wrapper):not(.content-width):not(.content-width-wrapper):not(.block):not(.wp-block-group):not(.custom-theme--block--background-is-enabled):not(.custom-theme--has-own-width) {
  padding-left: 36px;
}

.page__content__body .block:not(.block--is-content):not(:first-child), .page__content__body .wp-block-group:not(:first-child), .page__content__body blockquote:not(:first-child) {
  margin-top: 40px;
}

.page__content__body .block:not(.block--is-content).custom-theme--block--background-is-enabled + .block:not(.block--is-content).custom-theme--block--background-is-enabled, .page__content__body .block:not(.block--is-content).custom-theme--block--background-is-enabled + .wp-block-group.custom-theme--block--background-is-enabled, .page__content__body .block:not(.block--is-content).custom-theme--block--background-is-enabled + blockquote.custom-theme--block--background-is-enabled, .page__content__body .wp-block-group.custom-theme--block--background-is-enabled + .block:not(.block--is-content).custom-theme--block--background-is-enabled, .page__content__body .wp-block-group.custom-theme--block--background-is-enabled + .wp-block-group.custom-theme--block--background-is-enabled, .page__content__body .wp-block-group.custom-theme--block--background-is-enabled + blockquote.custom-theme--block--background-is-enabled, .page__content__body blockquote.custom-theme--block--background-is-enabled + .block:not(.block--is-content).custom-theme--block--background-is-enabled, .page__content__body blockquote.custom-theme--block--background-is-enabled + .wp-block-group.custom-theme--block--background-is-enabled, .page__content__body blockquote.custom-theme--block--background-is-enabled + blockquote.custom-theme--block--background-is-enabled {
  margin-top: 0;
}

.page__content__body .block:not(.block--is-content):not(.block--has-custom-padding).custom-theme--block--background-is-enabled, .page__content__body .wp-block-group.custom-theme--block--background-is-enabled, .page__content__body blockquote.custom-theme--block--background-is-enabled {
  padding-bottom: 36px;
  padding-top: 36px;
}

.page__content__body .block:not(.block--is-content) + p, .page__content__body .block:not(.block--is-content) + ul, .page__content__body .block:not(.block--is-content) + ol, .page__content__body .block:not(.block--is-content) + .wp-block-table, .page__content__body .block:not(.block--is-content) + .wp-block-columns, .page__content__body .block:not(.block--is-content) + .block--is-content, .page__content__body .wp-block-group + p, .page__content__body .wp-block-group + ul, .page__content__body .wp-block-group + ol, .page__content__body .wp-block-group + .wp-block-table, .page__content__body .wp-block-group + .wp-block-columns, .page__content__body .wp-block-group + .block--is-content, .page__content__body blockquote + p, .page__content__body blockquote + ul, .page__content__body blockquote + ol, .page__content__body blockquote + .wp-block-table, .page__content__body blockquote + .wp-block-columns, .page__content__body blockquote + .block--is-content {
  margin-top: 40px;
}

.page__content__body * + h1, .page__content__body * + h2, .page__content__body * + h3, .page__content__body * + h4, .page__content__body * + h5, .page__content__body * + h6 {
  margin-top: 40px;
}

.page__content__body h1 + p, .page__content__body h1 + ul, .page__content__body h1 + ol, .page__content__body h1 + .wp-block-table, .page__content__body h1 + .wp-block-columns, .page__content__body h1 + .block--is-content, .page__content__body h2 + p, .page__content__body h2 + ul, .page__content__body h2 + ol, .page__content__body h2 + .wp-block-table, .page__content__body h2 + .wp-block-columns, .page__content__body h2 + .block--is-content, .page__content__body h3 + p, .page__content__body h3 + ul, .page__content__body h3 + ol, .page__content__body h3 + .wp-block-table, .page__content__body h3 + .wp-block-columns, .page__content__body h3 + .block--is-content, .page__content__body h4 + p, .page__content__body h4 + ul, .page__content__body h4 + ol, .page__content__body h4 + .wp-block-table, .page__content__body h4 + .wp-block-columns, .page__content__body h4 + .block--is-content, .page__content__body h5 + p, .page__content__body h5 + ul, .page__content__body h5 + ol, .page__content__body h5 + .wp-block-table, .page__content__body h5 + .wp-block-columns, .page__content__body h5 + .block--is-content, .page__content__body h6 + p, .page__content__body h6 + ul, .page__content__body h6 + ol, .page__content__body h6 + .wp-block-table, .page__content__body h6 + .wp-block-columns, .page__content__body h6 + .block--is-content {
  margin-top: 16px;
}

.page__content__body p + p, .page__content__body p + ul, .page__content__body p + ol, .page__content__body p + .wp-block-table, .page__content__body p + .wp-block-columns, .page__content__body p + .block--is-content, .page__content__body ul + p, .page__content__body ul + ul, .page__content__body ul + ol, .page__content__body ul + .wp-block-table, .page__content__body ul + .wp-block-columns, .page__content__body ul + .block--is-content, .page__content__body ol + p, .page__content__body ol + ul, .page__content__body ol + ol, .page__content__body ol + .wp-block-table, .page__content__body ol + .wp-block-columns, .page__content__body ol + .block--is-content, .page__content__body .wp-block-table + p, .page__content__body .wp-block-table + ul, .page__content__body .wp-block-table + ol, .page__content__body .wp-block-table + .wp-block-table, .page__content__body .wp-block-table + .wp-block-columns, .page__content__body .wp-block-table + .block--is-content, .page__content__body .wp-block-columns + p, .page__content__body .wp-block-columns + ul, .page__content__body .wp-block-columns + ol, .page__content__body .wp-block-columns + .wp-block-table, .page__content__body .wp-block-columns + .wp-block-columns, .page__content__body .wp-block-columns + .block--is-content, .page__content__body .block--is-content + p, .page__content__body .block--is-content + ul, .page__content__body .block--is-content + ol, .page__content__body .block--is-content + .wp-block-table, .page__content__body .block--is-content + .wp-block-columns, .page__content__body .block--is-content + .block--is-content {
  margin-top: 20px;
}

.page__content__body .block.block--has-no-spacing-below + .block:not(.block--is-content), .page__content__body .block.block--has-no-spacing-below + .wp-block-group, .page__content__body .block.block--has-no-spacing-below + blockquote, .page__content__body .block.block--has-no-spacing-below + h1, .page__content__body .block.block--has-no-spacing-below + h2, .page__content__body .block.block--has-no-spacing-below + h3, .page__content__body .block.block--has-no-spacing-below + h4, .page__content__body .block.block--has-no-spacing-below + h5, .page__content__body .block.block--has-no-spacing-below + h6, .page__content__body .block.block--has-no-spacing-below + p, .page__content__body .block.block--has-no-spacing-below + ul, .page__content__body .block.block--has-no-spacing-below + ol, .page__content__body .block.block--has-no-spacing-below + .wp-block-table, .page__content__body .block.block--has-no-spacing-below + .wp-block-columns, .page__content__body .block.block--has-no-spacing-below + .block--is-content {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .page__content__body .block.block--has-no-spacing-below-on-large-screens + .block:not(.block--is-content), .page__content__body .block.block--has-no-spacing-below-on-large-screens + .wp-block-group, .page__content__body .block.block--has-no-spacing-below-on-large-screens + blockquote, .page__content__body .block.block--has-no-spacing-below-on-large-screens + h1, .page__content__body .block.block--has-no-spacing-below-on-large-screens + h2, .page__content__body .block.block--has-no-spacing-below-on-large-screens + h3, .page__content__body .block.block--has-no-spacing-below-on-large-screens + h4, .page__content__body .block.block--has-no-spacing-below-on-large-screens + h5, .page__content__body .block.block--has-no-spacing-below-on-large-screens + h6, .page__content__body .block.block--has-no-spacing-below-on-large-screens + p, .page__content__body .block.block--has-no-spacing-below-on-large-screens + ul, .page__content__body .block.block--has-no-spacing-below-on-large-screens + ol, .page__content__body .block.block--has-no-spacing-below-on-large-screens + .wp-block-table, .page__content__body .block.block--has-no-spacing-below-on-large-screens + .wp-block-columns, .page__content__body .block.block--has-no-spacing-below-on-large-screens + .block--is-content {
    margin-top: 0;
  }
}
.page--contact-us .page__content {
  display: flex;
  flex-direction: column;
}

.page--contact-us .page__content__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.page--contact-us .page__content__body > .wp-block-group:only-child {
  flex-grow: 1;
}

.page--home .block#products .block__heading {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
  .page--home .block#careers {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .page--home .block#careers .block__copy {
    margin-left: 60px;
  }
}
.page--home .block#careers .block__divider {
  margin-left: 0;
}

.page--home .block#careers .block__heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.page--home .block#careers .block__image {
  border-color: #ffffff;
  border-style: solid;
  border-width: 10px;
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
}

.page--home .block#careers .block__image--bottom {
  bottom: 0;
  left: 0;
  max-width: 270px;
}

.page--home .block#careers .block__image--center-right {
  max-width: 220px;
  right: 0;
  top: 40%;
}

.page--home .block#careers .block__image--top {
  max-width: 250px;
  left: 20%;
  top: 0;
}

.page--home .block#careers .block__images {
  flex-shrink: 0;
  height: 490px;
  position: relative;
  width: 420px;
}

@media only screen and (max-width: 768px) {
  .page--home .block#careers .block__images {
    display: none;
  }
}
.page--home .block#careers .block__link {
  background-color: #34a3a0;
  color: #ffffff;
  display: block;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.page--home .block#careers .block__link, .page--home .block#careers .block__link:active, .page--home .block#careers .block__link:focus, .page--home .block#careers .block__link:link, .page--home .block#careers .block__link:visited {
  text-decoration: none;
}

.page--home .block#careers .block__sub-heading {
  color: #34a3a0;
  font-size: 30px;
  font-weight: 300;
  margin-top: 14px;
}

.page--home .block#testimonials .block__heading {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.page--home .block#testimonial-slideshow {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.page--home .block#testimonial-slideshow .block__navigation-trigger {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  color: #e5e6e7;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}

.page--home .block#testimonial-slideshow .block__testimonial-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page--home .block#testimonial-slideshow .block__testimonial-item {
  display: block;
  margin-top: 0;
}

.page--home .block#testimonial-slideshow .block__testimonial-container {
  display: flex;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

@media only screen and (min-width: 769px) {
  .page--home .block#testimonial-slideshow .block__testimonial-container {
    align-items: center;
  }
}
.page--home .block#testimonial-slideshow .block__testimonial-gate {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.page--home .block#testimonial-slideshow .block__testimonial-item {
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .page--home .block#testimonial-slideshow .block__testimonial-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.page--home .block#testimonial-slideshow .block__testimonial-item__embed {
  border-color: #ffffff;
  border-style: solid;
  border-width: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  max-width: 450px;
}

@media only screen and (max-width: 768px) {
  .page--home .block#testimonial-slideshow .block__testimonial-item__quote {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .page--home .block#testimonial-slideshow .block__testimonial-item__quote {
    margin-left: 30px;
    margin-top: 0;
  }
}
.page--home .block#testimonial-slideshow .block__testimonial-item__quote__attribution {
  display: block;
  font-style: normal;
  margin-top: 14px;
}

.page--home .block#testimonial-slideshow .block__testimonial-item__quote__body {
  font-size: 24px;
  font-style: italic;
  line-height: 1.4;
}

.page--home .block#testimonial-slideshow .block__testimonial-item__quote__body::after, .page--home .block#testimonial-slideshow .block__testimonial-item__quote__body::before {
  content: '"';
}

.page--post__index .page__contacts .block__contact-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page--post__index .page__contacts .block__contact-item {
  display: block;
  margin-top: 0;
}

.page--post__index .page__contacts .block__contact-container {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .page--post__index .page__contacts .block__contact-container {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .page--post__index .page__contacts .block__contact-group:not(:first-child) {
    border-left-color: #43c2bd;
    border-left-style: solid;
    border-left-width: 2px;
    margin-left: 100px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index .page__contacts .block__contact-group:not(:first-child) {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) {
  .page--post__index .page__contacts .block__contact-group-divider {
    margin-left: 0;
  }
}
.page--post__index .page__contacts .block__contact-item {
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .page--post__index .page__contacts .block__contact-item:not(:first-child) {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index .page__contacts .block__contact-item:not(:first-child) {
    margin-top: 24px;
  }
}
.page--post__index .page__contacts .block__contact__email-address {
  font-weight: bold;
  margin-top: 0;
}

.page--post__index .page__contacts .block__contact__name {
  font-size: 20px;
  font-weight: 300;
}

.page--post__index .page__contacts .block__contact__phone-number {
  margin-top: 8px;
}

.page--post__index .page__contacts .block__contact__title {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-top: 0;
}

.page--post__index .page__contacts .block__content-wrapper {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .page--post__index .page__contacts .block__content-wrapper {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.page--post__index .page__news-article-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page--post__index .page__news-article-item {
  display: block;
  margin-top: 0;
}

.page--post__index .page__news-article-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
}

.page--post__index .page__news-article-item {
  align-items: flex-start;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.page--post__index .page__news-article-item:not(:first-child) {
  padding-top: 20px;
}

.page--post__index .page__news-article__author-name {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-size: 14px;
  margin-top: 2px !important;
}

.page--post__index .page__news-article__category {
  background-color: #212121;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 0 !important;
  order: -2;
}

.page--post__index .page__news-article__category__link, .page--post__index .page__news-article__category__link:active, .page--post__index .page__news-article__category__link:focus, .page--post__index .page__news-article__category__link:link, .page--post__index .page__news-article__category__link:visited {
  color: inherit;
  text-decoration: none;
}

.page--post__index .page__news-article__excerpt {
  margin-top: 14px;
}

.page--post__index .page__news-article__posted-at {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0 !important;
  order: -1;
  text-transform: uppercase;
}

.page--post__index .page__news-article__title:hover {
  color: #34a3a0;
}

.page--post__index .page__news-article__title a, .page--post__index .page__news-article__title a:active, .page--post__index .page__news-article__title a:focus, .page--post__index .page__news-article__title a:link, .page--post__index .page__news-article__title a:visited {
  color: inherit;
  text-decoration: inherit;
}

.page--post__index .page__recent-news-articles:not(:first-child) {
  margin-top: -240px !important;
  padding-top: 300px !important;
}

.page--post__index .page__recent-news-articles__categories {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  align-items: center;
  background-color: #212121;
  color: #ffffff;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (min-width: 769px) {
  .page--post__index .page__recent-news-articles__categories {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index .page__recent-news-articles__categories {
    flex-direction: column;
  }
}
.page--post__index .page__recent-news-articles__categories__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page--post__index .page__recent-news-articles__categories__item {
  display: block;
  margin-top: 0;
}

.page--post__index .page__recent-news-articles__categories__container {
  display: flex;
}

@media only screen and (min-width: 769px) {
  .page--post__index .page__recent-news-articles__categories__container {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index .page__recent-news-articles__categories__container {
    flex-direction: column;
  }
}
.page--post__index .page__recent-news-articles__categories__heading {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
  .page--post__index .page__recent-news-articles__categories__heading {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index .page__recent-news-articles__categories__heading {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 769px) {
  .page--post__index .page__recent-news-articles__categories__item:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index .page__recent-news-articles__categories__item:not(:first-child) {
    margin-top: 10px;
  }
}
.page--post__index .page__recent-news-articles__categories__item__link {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .page--post__index .page__recent-news-articles__categories__item__link {
    text-align: center;
  }
}
.page--post__index .page__recent-news-articles__categories__item__link--is-applied, .page--post__index .page__recent-news-articles__categories__item__link:hover, .page--post__index .page__recent-news-articles__categories__item__link:focus {
  background-color: #ffffff;
  color: #212121;
}

.page--post__index .page__recent-news-articles-divider {
  margin-left: 0;
}

.page--post__index .page__recent-news-articles__header {
  margin-bottom: 50px;
}

.page--post__index .page__recent-news-articles-heading {
  color: #34a3a0;
  margin-bottom: 20px;
  text-align: center;
}

.page--post__index .page__recent-news-articles-pagination {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  margin-top: 20px;
}

.page--post__index .page__recent-news-articles-pagination .page-numbers {
  font-weight: bold;
}

.page--post__index .page__recent-news-articles-pagination .page-numbers:not(:first-child) {
  margin-left: 10px;
}

.page--post__index .page__recent-news-articles-pagination a.page-numbers:hover {
  color: #006472;
}

@media only screen and (max-width: 768px) {
  .page--post__index .page__upcoming-events .block__content-wrapper {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .page--post__index .page__upcoming-events .block__divider {
    margin-left: 0;
  }
}
.page--post__index .page__upcoming-events .block__event-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page--post__index .page__upcoming-events .block__event-item {
  display: block;
  margin-top: 0;
}

.page--post__index .page__upcoming-events .block__event-anchor {
  background-color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.page--post__index .page__upcoming-events .block__event-anchor-wrapper {
  color: #006472;
}

@media only screen and (min-width: 769px) {
  .page--post__index .page__upcoming-events .block__event-container {
    display: table;
  }
}
.page--post__index .page__upcoming-events .block__event-date {
  font-size: 18px;
  font-weight: bold;
}

.page--post__index .page__upcoming-events .block__event-description {
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
  .page--post__index .page__upcoming-events .block__event-description {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .page--post__index .page__upcoming-events .block__event-item {
    display: table-row;
  }

  .page--post__index .page__upcoming-events .block__event-item > * {
    display: table-cell;
    vertical-align: middle;
  }

  .page--post__index .page__upcoming-events .block__event-item:not(:first-child) > * {
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 2px;
    padding-top: 12px;
  }

  .page--post__index .page__upcoming-events .block__event-item:not(:last-child) > * {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .page--post__index .page__upcoming-events .block__event-item {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .page--post__index .page__upcoming-events .block__event-item:not(:first-child) {
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 2px;
    margin-top: 24px;
    padding-top: 24px;
  }

  .page--post__index .page__upcoming-events .block__event-item > :not(:first-child) {
    margin-top: 12px;
  }
}
.page--post__index .page__upcoming-events .block__event-location {
  margin-top: 0;
}

.page--post__index .page__upcoming-events .block__event__details {
  white-space: nowrap;
}

.page--post__index .block#featured {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1022px;
}

.page--post__index .block#featured .block__featured__container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page--post__index .block#featured .block__featured__item {
  display: block;
  margin-top: 0;
}

.page--post__index .block#featured .block__featured-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.page--post__index .block#featured .block__featured-item {
  display: block;
  margin-top: 0;
}

.page--post__index .block#featured .block__featured-container {
  display: flex;
  padding: 16px;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.page--post__index .block#featured .block__featured-gate {
  flex-grow: 1;
  overflow: hidden;
}

.page--post__index .block#featured .block__featured-item {
  align-items: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #ffffff;
  border-style: solid;
  border-width: 12px;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  margin-right: 32px;
  padding: 30px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .page--post__index .block#featured .block__featured-item {
    padding: 20px;
  }
}
.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-blue-left-01 {
  background-color: #34a3a0;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/blue-left-01-v2.27.0.png");
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-blue-right-01 {
  background-color: #34a3a0;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/blue-right-01-v2.27.0.png");
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-bright-green-left-01 {
  background-color: #82c341;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/bright-green-left-01-v2.27.0.png");
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-bright-green-right-01 {
  background-color: #82c341;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/bright-green-right-01-v2.27.0.png");
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-dark-blue-left-01 {
  background-color: #006472;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-blue-left-01-v2.27.0.png");
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-dark-blue-right-01 {
  background-color: #006472;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-blue-right-01-v2.27.0.png");
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-dark-grey-left-01 {
  background-color: #212121;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-grey-left-01-v2.27.0.png");
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-dark-grey-right-01 {
  background-color: #212121;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/dark-grey-right-01-v2.27.0.png");
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-white-center-bottom-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-center-bottom-01-v2.27.0.png");
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-white-left-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-left-01-v2.27.0.png");
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-white-right-01 {
  background-color: #ffffff;
  background-image: url("/wp-content/themes/custom-theme/assets/backgrounds/no-repeat/white-right-01-v2.27.0.png");
}

.page--post__index .block#featured .block__featured-item__anchor {
  background-color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

.page--post__index .block#featured .block__featured-item__anchor, .page--post__index .block#featured .block__featured-item__anchor:active, .page--post__index .block#featured .block__featured-item__anchor:focus, .page--post__index .block#featured .block__featured-item__anchor:link, .page--post__index .block#featured .block__featured-item__anchor:visited {
  text-decoration: none;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-blue-left-01 .block__featured-item__anchor {
  color: #34a3a0;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-blue-right-01 .block__featured-item__anchor {
  color: #34a3a0;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-bright-green-left-01 .block__featured-item__anchor {
  color: #82c341;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-bright-green-right-01 .block__featured-item__anchor {
  color: #82c341;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-dark-blue-left-01 .block__featured-item__anchor {
  color: #006472;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-dark-blue-right-01 .block__featured-item__anchor {
  color: #006472;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-dark-grey-left-01 .block__featured-item__anchor {
  color: #212121;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-dark-grey-right-01 .block__featured-item__anchor {
  color: #212121;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-white-center-bottom-01 .block__featured-item__anchor {
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-white-left-01 .block__featured-item__anchor {
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item--background-is-no-repeat-variation-white-right-01 .block__featured-item__anchor {
  color: #ffffff;
}

.page--post__index .block#featured .block__featured-item__description {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .page--post__index .block#featured .block__featured-item__description {
    font-size: 18px;
  }
}
.page--post__index .block#featured .block__featured-item__heading {
  color: inherit;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .page--post__index .block#featured .block__featured-item__heading {
    font-size: 40px;
  }
}
.page--post__index .block#featured .block__featured-item__image {
  margin-left: 20px;
  max-width: 310px;
}

@media only screen and (max-width: 768px) {
  .page--post__index .block#featured .block__featured-item__image {
    display: none;
  }
}
.page--post__index .block#featured .block__featured-item__text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .page--post__index .block#featured .block__featured-item__text {
    max-width: 70%;
  }
}
.page--post__index .block#featured .block__navigation-trigger {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  -webkit-appearance: none;
  color: #e5e6e7;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}

.management {
  display: flex;
  padding-bottom: 80px !important;
  padding-top: 60px !important;
}

@media only screen and (min-width: 769px) {
  .management {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .management {
    align-items: center;
    flex-direction: column;
  }
}
.management__contact {
  flex-shrink: 0;
  width: 280px;
}

@media only screen and (min-width: 769px) {
  .management__contact {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .management__contact {
    margin-top: 50px;
  }
}
.management__credentials {
  font-size: 0.6em;
}

.management__image-wrapper {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  padding: 16px;
}

.management__social-links {
  align-items: center;
  color: #006472;
  display: flex;
  justify-content: center;
  padding-bottom: 26px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 26px;
}

.management__social-links-container {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.management__social-links-item {
  display: block;
  margin-top: 0;
}

.management__social-links-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 12px;
  margin-top: 0 !important;
}

.management__social-links-item:not(:first-child) {
  margin-left: 12px;
}

.management__social-links-item__anchor {
  display: block;
  height: 25px;
  width: 25px;
}

.management__social-links-item__anchor, .management__social-links-item__anchor:active, .management__social-links-item__anchor:focus, .management__social-links-item__anchor:link, .management__social-links-item__anchor:visited {
  color: inherit;
}

.management__social-links-label {
  color: inherit;
  font-size: 20px;
  flex-shrink: 0;
}

.management__sub-title {
  color: #006472;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px !important;
}

.management__separator {
  margin-left: 0;
}

.management__title {
  color: #34a3a0;
}

.page--ovarian-cancer-awareness-month-dr-twiggs .block--page-intro .block__content-wrapper {
	flex-direction: column;
}

.page--ovarian-cancer-awareness-month-dr-twiggs .block--page-intro.block--with-image .block__image {
	display: block;
	width: 100%;
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
	.page--ovarian-cancer-awareness-month-dr-twiggs .block--page-intro .block__content-wrapper {
		flex-direction: unset;
	}
	.page--ovarian-cancer-awareness-month-dr-twiggs .block--page-intro.block--with-image .block__image {
		display: block;
		width: calc((100% - 30px) * 0.5);;
		margin-top: unset;
	}
}


.countdown{
	--color-background: #006472;
	--color-text: white;
	
	padding: 5rem 0rem;
	width: 100%;
	background-color: var(--color-background);
}

.countdown__overlay{
	position: relative;
	width: 400px;
	height: 62px;
	margin: 0 auto;
}

.countdown__content{
	position: absolute;
	width: 400px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 400px;
	font-family: sans-serif;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	transition: opacity 200ms ease-in-out;
}

.countdown-item__display{
	position: relative;
	width:100px;
	height:40px;
	overflow: hidden;
}

.countdown-item__display span{
	font-size: 32px;
	font-weight: bold;
	font-family: serif;
	width: 100px;
	height: 40px;
	text-align: center;
	display: block;
	top: 0;
	position: absolute;
	font-family: sans-serif;
	transform: translateY(0px);
	opacity: 1;
	color: var(--color-text);
	animation: 1s ease-out 0s 1 in;
	transition: 1s opacity ease-in-out, 1s transform ease-in-out;
}

.countdown-item__display span.out{
	transform: translateY(40px);
	opacity: 0;
}

.countdown-item__label{
	text-align: center;
	margin: 0.5rem 0 0;
	color: var(--color-text);
}

.countdown__end{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	opacity: 0;
	transition: opacity 200ms ease-in-out;
	color: var(--color-text);
}

.countdown__end h3,
.countdown__title{
	text-align: center;
	font-size: 2rem;
	margin: 0;
	font-family: sans-serif;
	color: var(--color-text);
	font-weight: bold;
}

.countdown__title{
	margin-bottom: 2rem;
}

.countdown.ended .countdown__end{
	opacity: 1;
}

.countdown.ended .countdown__content{
	opacity: 0;
}

/* navigation */
@media screen and (min-width: 768px) {
	.ubermenu.ubermenu-loc-header-primary .custom-theme--navigation-columns > .ubermenu-submenu {
		justify-content: center;
	}
}

/* timeline page specific styling */
.page--timeline .block__slide-image {
	width: 0px;
}

/* Board of directors */
.board-of-directors {
  max-width: 910px;
  margin: 0 auto;
}
.board-of-directors__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 54px 90px;
}
.board-of-directors__card {
  padding: 1.5rem 2rem;
  margin: 0 1rem;
  
  border-left: 40px solid #2F5262;
  background-color: #F5F5F5;
  
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.board-of-directors__card h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  color: #2F5262;
  
  margin: 0;
}
.board-of-directors__card a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  color: #2F5262;
  text-decoration: none;
  
  display: block;
  margin: 0;
}
.board-of-directors__card a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .board-of-directors__content {
    grid-template-columns: 1fr 1fr;
    gap: 54px 90px;
  }
  .board-of-directors__card {
    margin: 0;
  }
}

/* custom class for frame */
.custom-frame {
	border-color: #ffffff;
	border-style: solid;
	border-width: 10px;
	box-shadow: -2px 2px 10px 0 rgb(0 0 0 / 40%);
}

/* homepage products, aligns ovawatch and ovasuite logos to be same size visually */
.page--home .product-rows .product-rows__item:nth-child(2) .product-rows__item__image {
	max-height: 49px;
    margin-right: 70px;
}

.homepage__banner {
	display: block;
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	min-height: 220px;
	
	background-image: url('/wp-content/uploads/2022/11/Aspira-Homepage-Hero-Image.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.homepage__intro {
	background-color: #55B2AE;
}
.homepage__intro h1 {
	color: #FFFFFF !important;
	text-align: center;
	
	max-width: 910px;
	padding: 32px 0px;
	margin: 0 auto;
	line-height: 46px;
}

@media screen and (min-width: 768px) {
	.homepage__banner {
		min-height: 480px;
	}
}